@import url(./style_mce.css);
@charset "utf-8";
/*
ç´ºã€€001C4C
ç´ºãƒ†ã‚­ã‚¹ãƒˆã€€273C7C
è–„ç´º1ã€€EDF1F4
è–„ç´º2bgã€€F1F3F9

ã‚ªãƒ¬ãƒ³ã‚¸ã€€F4A62D
 */
/* // base
----------------------------------------------- */
html,
body {
	min-height: 100vh;
	color: #000;
	font-weight: 400;
	background-color: #fff;
	line-height: 2;
	font-size: 14px;
}
html {
}
body {
	padding-top: 0;
}

body.pageBg1 {
}
a {
	color: #000;
}
a:not(.nohover):hover {
	color: #666;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	html,
	body {
		// padding-top:50px;
		font-size: 12px;
	}
}

/* // Container / ContentsWrap
----------------------------------------------- */
#Container {
	position: relative;
	padding-top: 0px;
	margin: 0 auto;
}
#ContentsWrap {
	position: relative;
	z-index: 50;
	margin: 0 auto;
	padding-bottom: 120px;
	min-height: 400px;
	text-align: left;
}
#ContentsWrap.noTitle {
	padding-top: 130px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	#Container {
		padding-top: 0px;
	}
	#ContentsWrap {
		padding-bottom: 45px;
		min-height: 300px;
	}
	#ContentsWrap.noTitle {
		padding-top: 45px;
	}
}

/* // Breadcrumb
----------------------------------------------- */
#Breadcrumb {
	line-height: 1.4;
	font-size: 80%;
	z-index: 300;
	color: #273c7c !important;
	display: block;
	width: 100%;
	position: absolute;
	top: 85px;
	left: 0px;
}
#Breadcrumb.over {
	height: 0px;
	margin-bottom: 0;
}
#Breadcrumb .inner {
	padding: 7px 0 4px 0;
}
@media screen and (max-width: 1200px) {
	#Breadcrumb .inner {
		padding-left: 10px;
	}
}

#Breadcrumb .list {
	text-align: left;
	margin-bottom: 7px;
}
#Breadcrumb .list:last-of-type {
	text-align: left;
	margin-bottom: 0px;
}
#Breadcrumb .list li {
	display: inline-block;
	padding-right: 13px;
	margin-right: 13px;
	position: relative;
}
#Breadcrumb .list li:after {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 70%;
	transform: translate(50%, -50%);
	content: "\e90e";
	font-family: iconfontA;
}
#Breadcrumb .list li:last-of-type {
	padding-right: 0;
	margin-right: 0;
}
#Breadcrumb .list li:last-of-type:after {
	display: none;
}
#Breadcrumb .list li a {
	color: #273c7c !important;
}
#Breadcrumb .list li:last-of-type a {
	cursor: default;
}
#Breadcrumb .list li:last-of-type a.hoverLine em:after {
	display: none;
}
#Breadcrumb.white,
#Breadcrumb.white .list li a {
	color: #273c7c !important;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	#Breadcrumb {
		display: block !important;
		margin-top: 8px;
		margin-bottom: 20px;
		top: 42px !important;
		left: 15px;
		white-space: nowrap;
		overflow: hidden;
		width: calc(100% - 30px);
		font-size: 76%;
	}
	#Breadcrumb .inner {
		padding-left: 0px;
	}
	#Breadcrumb .list li {
		padding-right: 9px;
		margin-right: 7px;
	}
}

/* // formStyleA
----------------------------------------------- */
.formStyleA .checkbox:before {
	border-right-color: #d71129;
	border-bottom-color: #d71129;
}
.formStyleA .radio:before {
	background-color: #d71129;
}
.formStyleA input[type="button"],
.formStyleA input[type="submit"],
.formStyleA button[type="button"],
.formStyleA button[type="submit"]:not(.btnSubmit),
.formStyleA button.submit {
	background-color: #e80d5f;
}
.formStyleA select:focus,
.formStyleA input:focus,
.formStyleA textarea:focus {
	border-color: #273c7c !important;
}

/* // ãƒœã‚¿ãƒ³è¨­å®š
----------------------------------------------- */
.btnA {
	min-width: 250px;
	border-radius: 2px;
}
.btnA:before {
	background-color: #fff;
}

/* .submitBtn  */
.submitBtn {
	margin-top: 35px;
	text-align: center;
}
.submitBtn .btnA {
	width: 400px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 115%;
}
.submitBtn .btnA .icon {
	right: 22px;
}

/* .allBtn  */
.allBtn {
	margin-top: 50px;
	text-align: center;
}
.allBtn .btnA {
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 115%;
}
.allBtn .btnA .icon {
	right: 22px;
}

/* .btnA.back  */
.btnA.back {
	padding-right: 0;
	padding-left: 16px;
	background-color: #aaa;
}
.btnA.back .icon {
	right: auto;
	left: 20px !important;
}

/* .cv1  */
.btnA.cv1 {
	background-image: linear-gradient(to right, #f4a92e 0%, #eb7620 100%);
}
.btnA.cv1:before {
	background-color: #000;
	opacity: 0.1;
}
/* .cv2  */
.btnA.cv2 {
	background-image: linear-gradient(to right, #ff3773 0%, #ef0043 100%);
}
.btnA.cv2:before {
	background-color: #000;
	opacity: 0.1;
}
/* .cv3  */
.btnA.cv3 {
	background-image: linear-gradient(to right, #3e577f 0%, #001c54 100%);
}
.btnA.cv3:before {
	background-color: #fff;
	opacity: 0.1;
}

/* .b1  */
.btnA.b1 {
	background-color: #273c7c;
}
.btnA.b1:before {
	opacity: 0.2;
}

/* .b2  */
.btnA.b2 {
	background-color: #fff;
	color: #273c7c !important;
	border: 1px solid #273c7c;
}
.btnA.b2:before {
	background-color: #273c7c;
	opacity: 0.1;
}

/* .b3  */
.btnA.b3 {
	background-color: #d9e1f1;
	color: #273c7c !important;
}
.btnA.b3:before {
	background-color: #273c7c;
	opacity: 0.07;
}

/* .b4  */
.btnA.b4 {
	background-color: #e6e6e6;
	color: #000 !important;
}
.btnA.b4:before {
	background-color: #000;
	opacity: 0.07;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.btnA {
		min-width: 0;
		max-width: 100%;
	}
	/* .btnA.back  */
	.btnA.back {
		padding-left: 10px;
		width: 150px;
	}
	.btnA.back .icon {
		right: auto;
		left: 10px;
	}

	/* .submitBtn  */
	.submitBtn {
		margin-top: 22px;
	}
	.submitBtn .btnA {
		width: 100%;
		padding-top: 2px;
		padding-bottom: 2px;
		font-size: 115%;
	}
	.submitBtn .btnA .icon {
		right: 22px;
	}

	/* .allBtn  */
	.allBtn {
		margin-top: 35px;
	}
	.allBtn .btnA {
		width: 300px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 115%;
	}
	.allBtn .btnA .icon {
		right: 22px;
	}
}

/* // tableA
----------------------------------------------- */
.tableA > tbody > tr > th {
	text-align: left;
}

/* // ã‚«ãƒ©ãƒ¼è¨­å®š
----------------------------------------------- */
.fcWhite {
	color: #fff !important;
}

.fcA {
	color: #273c7c !important;
}

.bgcA {
	background-color: #f1f3f9 !important;
}

.bgcWhite {
	background-color: #fff !important;
}
.bgcG1 {
	background-color: #ddd !important;
}

/* // ãƒ†ã‚­ã‚¹ãƒˆè¨­å®š
--------------------------------------------------------------------- */

/* // pageTitleA
----------------------------------------------- */
.pageTitleA {
	padding-top: 80px;
	height: 350px;
	background-position: center center;
	background-size: cover;
	background-image: url(/_pack/img/page_header_bg_01.jpg) !important;
	color: #273c7c;
	line-height: 1.3;
	margin-bottom: 50px;
}
.pageTitleA.s1 {
	height: 270px;
}
.pageTitleA > .inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	align-content: center;
	-ms-align-content: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	height: 100%;
	width: 1100px;
	margin: 0 auto;
}
.pageTitleA .title {
	width: 100%;
	text-align: left;
	font-size: 270%;
	font-weight: 800;
	letter-spacing: 2px;
}
.pageTitleA.s1 .title {
	font-size: 220%;
}
.pageTitleA .subTitle {
	margin-top: 15px;
	padding-top: 17px;
	width: 100%;
	text-align: left;
	position: relative;
}
.pageTitleA .subTitle:before {
	content: " ";
	position: absolute;
	display: block;
	width: 150px;
	height: 1px;
	background: url(/_pack/img/cmn_line_01.jpg?v=005) center center no-repeat;
	background-size: cover;
	left: 0%;
	top: 0px;
}
.pageTitleA .subTitle .en {
	font-size: 150%;
	letter-spacing: 1px;
	font-weight: 400;
}
.pageTitleA .subTitle .ja {
	font-size: 143%;
	font-weight: 500;
	position: relative;
	top: -1px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.pageTitleA {
		padding-top: 0;
		height: 160px;
		margin-bottom: 33px;
		background-image: url(/_pack/img/page_header_bg_01_sp.jpg) !important;
	}
	.pageTitleA.s1 {
		height: 110px;
	}
	.pageTitleA > .inner {
		padding: 15px;
		height: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.pageTitleA .title {
		font-size: 210%;
		font-weight: 600;
		letter-spacing: 0px;
	}
	.pageTitleA.s1 .title {
		font-size: 170%;
	}
	.pageTitleA .subTitle {
		margin-top: 13px;
		padding-top: 13px;
	}
	.pageTitleA .subTitle:before {
		width: 60px;
	}
	.pageTitleA .subTitle .en {
		font-size: 150%;
		letter-spacing: 0px;
	}
	.pageTitleA .subTitle .ja {
		font-size: 118%;
	}
}
/* // pageTitleB
----------------------------------------------- */
.pageTitleB {
	padding-top: 130px;
	margin-bottom: 45px;
	line-height: 1.5;
	position: relative;
}
.pageTitleB:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
}
.pageTitleB .text {
	font-size: 230%;
	color: #273c7c;
	font-weight: 600;
	padding-bottom: 15px;
	display: inline-block;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.pageTitleB {
		padding-top: 35px;
		margin-bottom: 28px;
	}
	.pageTitleB:after {
		height: 2px;
	}
	.pageTitleB .text {
		font-size: 200%;
		padding-bottom: 9px;
	}
}

/* // titTxA
----------------------------------------------- */
.titTxA {
	line-height: 1.3;
	color: #273c7c;
	margin-bottom: 33px;
	position: relative;
}
.titTxA:before {
	z-index: 5;
	content: " ";
	position: absolute;
	display: block;
	width: 210px;
	height: 160px;
	transform: skewX(-31deg) translateY(-50%);
	left: -38px;
	top: 50%;
	background-color: #273c7c;
	opacity: 0.07;
}
.titTxA._1:before {
	display: none;
}
.bgcA .titTxA:before {
	opacity: 0.05;
}

.titTxA .text {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-end;
	-ms-align-items: flex-end;
	position: relative;
	z-index: 10;
}
.titTxA .text .en {
	font-size: 360%;
	font-weight: 500;
	margin-right: 16px;
}
.titTxA .text .en:first-letter {
	color: #f4a62d;
}
.titTxA .text .ja {
	font-size: 130%;
	position: relative;
	padding-bottom: 8px;
	font-weight: 500;
	top: -8px;
}
.titTxA .text .ja:after {
	content: " ";
	position: absolute;
	display: block;
	width: calc(100% + 130px);
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	bottom: 0px;
}

/* ________PC________ */
@media screen and (min-width: 801px) {
	/* top  */
	.titTxA.top {
		margin-bottom: 33px;
	}
	.titTxA.top:before {
		width: 282px;
		height: 236px;
		transform: skewX(-31deg) translateY(-50%);
		left: -41px;
		opacity: 0.05;
	}
	.titTxA.top .text .en {
		font-size: 420%;
		margin-right: 16px;
	}
	.titTxA.top .text .ja {
		font-size: 150%;
		padding-bottom: 8px;
		top: -8px;
	}
	.titTxA.top .text .ja:after {
		width: calc(100% + 150px);
	}
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	/* titTxA  */
	.titTxA {
		margin-bottom: 25px;
	}
	.titTxA:before {
		width: 143px;
		height: 117px;
		left: -22px;
	}
	.titTxA._1:before {
		display: none;
	}
	.bgcA .titTxA:before {
		opacity: 0.05;
	}

	.titTxA .text {
		overflow: hidden;
	}
	.titTxA .text .en {
		font-size: 270%;
		margin-right: 14px;
	}
	.titTxA .text .en:first-letter {
		color: #f4a62d;
	}
	.titTxA .text .ja {
		font-size: 110%;
		padding-bottom: 5px;
		top: -7px;
	}
	.titTxA .text .ja:after {
	}
}

/* // titTxB
----------------------------------------------- */
.titTxB {
	line-height: 1;
	margin-bottom: 30px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.titTxB .text {
	color: #273c7c;
	margin-right: 10px;
	font-size: 240%;
}
.titTxB .text:first-letter {
	color: #f4a62d;
}
.titTxB:after {
	content: " ";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	flex: 1;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.titTxB {
		margin-bottom: 15px;
	}
	.titTxB .text {
		margin-right: 8px;
	}
	.titTxB:after {
	}
}

/* // htx
----------------------------------------------- */
/* htxA  */
.htxA {
	position: relative;
	line-height: 1.5;
	color: #273c7c;
	margin-bottom: 30px;
	padding-bottom: 13px;
	font-weight: 600;
	font-size: 229%;
}
.htxA:before {
	content: " ";
	position: absolute;
	display: block;
	width: calc(100%);
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	bottom: 0px;
	z-index: 8;
}
.htxA._1:after {
	z-index: 5;
	content: " ";
	position: absolute;
	display: block;
	width: 130px;
	height: 99px;
	transform: skewX(-39deg) translateY(-50%);
	background: #273c7c;
	left: -33px;
	top: 50%;
	opacity: 0.07;
}
.htxA .text {
	z-index: 10;
	position: relative;
}
/* htxB  */
.htxB {
	position: relative;
	line-height: 1.6;
	margin-bottom: 26px;
	font-weight: 600;
	font-size: 200%;
}
.htxB._1 {
	padding-left: 47px;
}
.htxB._1:before {
	content: " ";
	position: absolute;
	display: block;
	width: 31px;
	height: 24px;
	transform: skewX(-39deg) translateY(-50%);
	background: #273c7c;
	left: -8px;
	top: 23px;
	box-shadow: 4px 4px 0 #f4a62d;
}
.htxB._2 {
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.htxB._2:before {
	content: " ";
	position: absolute;
	display: block;
	width: 74px;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
}
.htxB._3 {
	padding-left: 38px;
}
.htxB._3:before {
	content: " ";
	position: absolute;
	display: block;
	width: 28px;
	height: 4px;
	transform: translateY(-50%);
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 50%;
}

/* htxC  */
.htxC {
	position: relative;
	line-height: 1.5;
	font-weight: 600;
	font-size: 152%;
	margin-bottom: 15px;
}
.htxC._1 {
	padding-left: 37px;
}
.htxC._1:before {
	content: " ";
	position: absolute;
	display: block;
	width: 24px;
	height: 18px;
	transform: skewX(-39deg) translateY(-50%);
	background: #273c7c;
	left: -8px;
	top: 0.8em;
	box-shadow: 3px 3px 0 #f4a62d;
}
.htxC._2 {
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.htxC._2:before {
	content: " ";
	position: absolute;
	display: block;
	width: 58px;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
}
.htxC._3 {
	padding-left: 31px;
}
.htxC._3:before {
	content: " ";
	position: absolute;
	display: block;
	width: 25px;
	height: 3px;
	transform: translateY(-50%);
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 50%;
}

/* htxD  */
.htxD {
	position: relative;
	line-height: 1.5;
	margin-bottom: 13px;
	font-weight: 600;
	font-size: 128%;
}
.htxD._1 {
	padding-left: 34px;
}
.htxD._1:before {
	content: " ";
	position: absolute;
	display: block;
	width: 22px;
	height: 16px;
	transform: skewX(-39deg);
	background: #273c7c;
	left: -6px;
	top: 7px;
	box-shadow: 2px 2px 0 #f4a62d;
}
.htxD._2 {
	padding-bottom: 8px;
	margin-bottom: 7px;
}
.htxD._2:before {
	content: " ";
	position: absolute;
	display: block;
	width: 39px;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
}
.htxD._3 {
	padding-left: 25px;
}
.htxD._3:before {
	content: " ";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 50%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	/* htxA  */
	.htxA {
		margin-bottom: 24px;
		padding-bottom: 9px;
		font-size: 205%;
	}
	.htxA:before {
		content: " ";
		position: absolute;
		display: block;
		width: calc(100%);
		height: 1px;
		background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
		left: 0px;
		bottom: 0px;
		z-index: 8;
	}
	.htxA._1:after {
		z-index: 5;
		content: " ";
		position: absolute;
		display: block;
		width: 130px;
		height: 99px;
		transform: skewX(-39deg) translateY(-50%);
		background: #f1f4f7;
		left: -33px;
		top: 50%;
	}
	.htxA .text {
		z-index: 10;
		position: relative;
	}
	/* htxB  */
	.htxB {
		line-height: 1.5;
		margin-bottom: 16px;
		font-weight: 600;
		font-size: 174%;
	}
	.htxB._1 {
		padding-left: 38px;
	}
	.htxB._1:before {
		width: 27px;
		height: 19px;
		transform: skewX(-39deg) translateY(0%);
		background: #273c7c;
		left: -3px;
		top: 6px;
		box-shadow: 3px 3px 0 #f4a62d;
	}
	.htxB._2 {
		padding-bottom: 11px;
		margin-bottom: 12px;
	}
	.htxB._2:before {
		width: 67px;
	}
	.htxB._3 {
		padding-left: 32px;
	}
	.htxB._3:before {
		width: 24px;
		height: 4px;
		transform: translateY(0%);
		background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
		left: 0px;
		top: 14px;
	}

	/* htxC  */
	.htxC {
		margin-bottom: 16px;
		font-size: 142%;
	}
	.htxC._1 {
		padding-left: 31px;
	}
	.htxC._1:before {
		width: 21px;
		height: 16px;
		transform: skewX(-39deg) translateY(0%);
		left: 0px;
		top: 5px;
		box-shadow: 2px 2px 0 #f4a62d;
	}
	.htxC._2 {
		padding-bottom: 9px;
		margin-bottom: 11px;
	}
	.htxC._2:before {
		width: 50px;
	}
	.htxC._3 {
		padding-left: 28px;
	}
	.htxC._3:before {
		width: 21px;
		height: 3px;
		transform: translateY(0%);
		top: 12px;
	}

	/* htxD  */
	.htxD {
		margin-bottom: 10px;
		font-size: 120%;
	}
	.htxD._1 {
		padding-left: 24px;
	}
	.htxD._1:before {
		width: 17px;
		height: 13px;
		transform: skewX(-39deg) translateY(0%);
		background: #273c7c;
		left: -5px;
		top: 5px;
		box-shadow: 2px 2px 0 #f4a62d;
	}
	.htxD._2 {
		padding-bottom: 7px;
		margin-bottom: 6px;
	}
	.htxD._2:before {
		width: 35px;
	}
	.htxD._3 {
		padding-left: 22px;
	}
	.htxD._3:before {
		width: 15px;
		transform: translateY(0%);
		top: 9px;
	}
}

/* // linkTx
----------------------------------------------- */
.linkTxA {
	color: #273c7c;
	line-height: 1.5;
	position: relative;
	padding-bottom: 2px;
}
.linkTxA:hover {
	color: #273c7c !important;
}
.linkTxA:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	left: 0px;
	top: 100%;
	transition: 0.3s;
	z-index: 5;
}
.linkTxA:hover:after {
	width: 100%;
}
.linkTxA:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #cbd5f4;
	left: 0px;
	top: 100%;
	transition: 0.3s;
	z-index: 1;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // ã€€emTx
----------------------------------------------- */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // pc_header
----------------------------------------------- */
/* view1000w */
/* ________PC________ */
@media screen and (min-width: 1001px) {
	.pc_header {
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 10px;
		width: 100%;
		z-index: 500;
		transform: translateY(0%);
		transition: 0.5s;
	}
	.pc_header.hide {
		transform: translateY(-110%);
	}
	.pc_header > .inner {
		border-radius: 3px;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
		padding: 0px 11px 0px 17px;
		height: 70px;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
	}
	.pc_header .homeLogo {
		width: 105px;
		line-height: 1;
	}
	.pc_header .homeLogo a {
		width: 100%;
		display: block;
		background-position: center center;
		background-repeat: no-repeat;
		background-image: none;
		background-size: cover;
	}
	.pc_header .homeLogo._w a {
		background-image: url(/_pack/img/cmn_logo_A_02.png);
	}

	.pc_header .pc_gnavi {
		padding-left: 15px;
		flex: 1;
	}

	.pc_header .cvBtns {
		width: 220px;
		line-height: 1;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: space-between;
		-ms-justify-content: space-between;
	}
	.pc_header .cvBtns li {
		min-width: 1px;
		width: calc(50% - 3px);
	}
	.pc_header .cvBtns li:last-of-type {
	}
	.pc_header .cvBtns li a {
		min-width: 1px;
		display: block;
	}
	.pc_header .cvBtns li a .tx {
		padding: 0;
		font-size: 86%;
		font-weight: 500;
		height: 48px;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
	}

	@media screen and (max-width: 1240px) {
		.pc_header > .inner {
			padding: 0px 10px 0px 14px;
		}
		.pc_header .homeLogo {
			width: 90px;
		}
		.pc_header .cvBtns {
			width: 190px;
		}
		.pc_header .cvBtns li {
			width: calc(50% - 2px);
		}
		.pc_header .cvBtns li a .tx {
			font-size: 77%;
		}
		.pc_header .pc_gnavi {
			padding-left: 12px;
		}
	}

	/*
	html.top .pc_header > .inner {
		background-color: transparent;
		box-shadow: 0px 0px 0 rgba(0,0,0,0.15);
	}
	html.top.mvHide .pc_header > .inner {
		background-color: #FFF;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	}

	html.top .pc_header .homeLogo {
	}
	html.top .pc_header .homeLogo a {
	}
	html.top .pc_header .homeLogo._w a {
		background-image:url(/_pack/img/cmn_logo_A_02.png);
	}

	html.top .pc_header .pc_gnavi {
	}
 */
}

/* view1000w */
/* ________SP________ */
@media screen and (max-width: 1000px) {
	.pc_header {
		display: none;
	}
}

/* // pc_gnavi
----------------------------------------------- */
.pc_gnavi {
}
.pc_gnavi .naviParents {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.pc_gnavi .naviParents li {
	display: block;
	position: relative;
	margin-right: 0px;
	line-height: 1.3;
	text-align: center;
}
.pc_gnavi .naviParents > li.on {
	border-bottom: 1px solid #273c7c;
}
.pc_gnavi .naviParents li a {
	font-size: 100%;
	padding: 10px 12px;
	color: #000 !important;
	transition: opacity 0.2s;
}

@media screen and (max-width: 1240px) {
	.pc_gnavi .naviParents li a {
		font-size: 85%;
		padding: 10px 8px;
	}
}

/* naviChildrenWrap  */
.pc_gnavi .naviChildrenWrap,
.pc_gnavi .naviChildrenWrap * {
	transition: 0s;
}
.pc_gnavi .naviChildrenWrap {
	display: none;
	/*! display:block; */
	z-index: 5;
	position: absolute;
	left: calc(50%);
	top: calc(100% + 1px);
	transform: translateX(-50%);
	width: auto;
	min-width: 100%;
	padding: 10px;
	z-index: 5;
}
.pc_gnavi .naviChildrenWrap > .inner {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	width: 100%;
	display: block !important;
	padding: 20px 24px !important;
}
.pc_gnavi .naviChildren li {
	display: block;
}
.pc_gnavi .naviChildren li .tx {
	white-space: nowrap;
	display: block;
	position: relative;
}
.pc_gnavi .parent {
	position: relative;
}
/*
html.top .pc_gnavi .parent > a {
	color:#FFF !important;
}
html.top.mvHide .pc_gnavi .parent > a {
	color:#000 !important;
}
 */
.pc_gnavi .parent:after {
}
.pc_gnavi .parent:last-of-type:after {
	display: none;
}
.pc_gnavi .parent.on .naviChildren li.on .tx {
	font-weight: 600;
}

.pc_gnavi .naviChildren li .tx br {
	display: none;
}
.pc_gnavi li.child {
	margin-bottom: 5px;
}
.pc_gnavi li.child .tx {
	position: relative;
}
.pc_gnavi .child.on .tx:before {
	content: " ";
	position: absolute;
	display: block;
	width: calc(100% + 8px);
	height: 1px;
	background-color: #555;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
}

.pc_gnavi li.child:last-of-type {
	margin-bottom: 0;
}
.pc_gnavi li.child a {
	display: block;
	text-align: left;
	position: relative;
	font-size: 94%;
	line-height: 1.4;
	padding: 8px 10px 8px;
}
.pc_gnavi li.child a:after {
	height: 1px !important;
}
.pc_gnavi li.child.on .wrap > a:after,
.pc_gnavi li.child.on .wrap > a:after {
	height: 1px !important;
	background-color: #000;
	width: 100%;
}

/* parent.ir  */
.pc_gnavi .parent.ir li.child {
	margin-bottom: 0px;
}
.pc_gnavi .parent.ir li.child a {
	padding: 6px 10px 6px;
}
.pc_gnavi .parent.ir li.child._1 {
	margin-left: 10px;
	font-size: 88%;
}

/* view1000w */
/* ________SP________ */
@media screen and (max-width: 1000px) {
	.pc_gnavi {
		display: none;
	}
}

/* // sp_header
----------------------------------------------- */
/* view1000w */
/* ________PC________ */
@media screen and (min-width: 1001px) {
	.sp_header {
		display: none;
	}
}
/* view1000w */
/* ________SP________ */
@media screen and (max-width: 1000px) {
	.sp_header {
		height: 50px;
		padding: 10px;
		background-color: rgba(255, 255, 255, 0.9);
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
	}
	.sp_header .logo {
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
		line-height: 1;
	}
	.sp_header .logo a {
		width: 125px;
	}
}

/* // sp_modalMenu //
----------------------------------------------- */
/* view1000w */
/* ________PC________ */
@media screen and (min-width: 1001px) {
	.sp_modalMenu {
		display: none !important;
	}
}
/* view1000w */
/* ________SP________ */
@media screen and (max-width: 1000px) {
	.sp_modalMenu {
		display: block !important;
	}
}

.sp_modalMenu .modalNavilistA {
	padding-top: 0;
	padding-bottom: 10px;
	font-weight: 400;
	color: #000 !important;
}
.sp_modalMenu .modalNavilistA li {
	line-height: 1.4;
	border: 0 !important;
	position: relative;
}
.sp_modalMenu .modalNavilistA li.parent {
	border-bottom: 1px dotted #aeaeae !important;
}
.sp_modalMenu .modalNavilistA li.parent:first-of-type {
	// border-top:1px dotted #AEAEAE !important;
}
.sp_modalMenu .modalNavilistA li a {
	padding: 11px 15px 11px 27px;
	display: block;
	position: relative;
	color: #000 !important;
}
.sp_modalMenu .modalNavilistA li.parent > a:not(.noClose):after {
	position: absolute;
	right: 21px;
	top: 50%;
	font-size: 70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\ebc2";
	font-family: iconfontA;
	color: #273c7c;
}
.sp_modalMenu .modalNavilistA li.parent.on > a:after {
	display: none;
}
/*
.sp_modalMenu .modalNavilistA li.parent > a.noClose:after {
	content:"\e917";
}
.sp_modalMenu .modalNavilistA li.parent > a.noClose.minus:after {
	content:"\e915";
}
 */
.sp_modalMenu .modalNavilistA li.parent .naviChildrenWrap {
	display: none;
}
.sp_modalMenu .modalNavilistA li.parent.on .naviChildrenWrap {
	display: block;
}

.sp_modalMenu .modalNavilistA li.child._1 {
	margin-left: 20px;
}
.sp_modalMenu .modalNavilistA li.child a {
	padding: 8px 8px;
	color: #000;
}
.sp_modalMenu .modalNavilistA .naviChildren {
	padding-top: 0px;
	padding-bottom: 11px;
	padding-left: 32px;
	font-size: 90%;
	font-weight: 300;
	margin-top: 0px;
	/*! display: none; */
}
.sp_modalMenu .modalNavilistA li.parent.on > a,
.sp_modalMenu .modalNavilistA li.child.on a {
	/*! background-color:#FFEBEE; */
	font-weight: 500;
	color: #273c7c !important;
}
.sp_modalMenu .modalNavilistA li.on > a:before {
	content: " ";
	position: absolute;
	display: block;
	width: 11px;
	height: 3px;
	background-color: #273c7c;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.sp_modalMenu .modalNavilistA li.child.on a:before {
	content: " ";
	position: absolute;
	display: block;
	background-color: #273c7c;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 2px;
	left: -8px;
}

.sp_modalMenu .modalNavilistA li.parent a:not(.noClose) {
}

/* s1  */
.sp_modalMenu .modalNavilistA.s1 {
}
.sp_modalMenu .modalNavilistA.s1 li {
	border-bottom: 1px dotted #ccc !important;
}
.sp_modalMenu .modalNavilistA.s1 li:first-of-type {
	border-top: 1px dotted #ccc !important;
}
.sp_modalMenu .modalNavilistA.s1 li a {
	padding: 10px 0;
	font-size: 80%;
	color: #333;
}

/* linksWrap1  */
.sp_modalMenu .modalNavilistA.linksWrap1 > ul {
	margin-top: 14px;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	border-top: 1px dotted #aeaeae !important;
}
.sp_modalMenu .modalNavilistA.linksWrap1 > ul li {
	width: 50%;
	border-bottom: 1px dotted #aeaeae !important;
}
.sp_modalMenu .modalNavilistA.linksWrap1 > ul li:nth-of-type(odd) {
	width: 50%;
	border-right: 1px dotted #aeaeae !important;
}
.sp_modalMenu .modalNavilistA.linksWrap1 > ul li a {
	display: block;
	text-align: center;
	font-size: 80%;
	color: #333;
	padding: 10px 0;
}

/* // modal WH CUSTOMIZE //
----------------------------------------------- */
/* view1000w */
@media screen and (max-width: 1000px) {
	.modalBtn.rightFix {
		right: 5px;
		top: 5px;
	}
	.modalMenuBox .closeBg .btn,
	.modalBtn.rightFix {
		background-color: #273c7c;
	}
	.modalBtn.rightFix .inner i,
	.modalMenuBox .closeBg .btn .in .icon {
		font-size: 180%;
		color: #fff;
		top: 0;
	}
	.modalMenuBox > .inner > .menuWrap {
		right: -50px;
		padding-right: 50px;
		background-color: #fff;
		/*
		background-image: linear-gradient(to right, #1D1D1D 0%, #3B3B3B 100%);
		border-left-width:0;
		 */
	}
	.modalMenuBox.right > .inner > .menuWrap {
		left: -46px;
		padding-left: 46px;
	}
	.modalMenuBox .closeBg .btn,
	.modalMenuBox .closeBtn,
	.modalMenuBox .closeBtn .inner,
	.modalMenuBox .closeBtn.fix,
	.modalBtn.rightFix {
		width: 40px;
		height: 40px;
		border-radius: 150px;
	}
	.modalMenuBox .closeBg .btn.on {
		left: 5px;
		top: 5px;
	}
	.modalBtn.noFix {
		position: absolute;
	}
}

/* // spModalCtaA //
----------------------------------------------- */
.spModalCtaA {
	padding: 10px 20px;
}
.spModalCtaA .btns1 {
	margin-bottom: 20px;
}
.spModalCtaA .btns1 li {
	margin-bottom: 3px;
}
.spModalCtaA .btns1 li:last-of-type {
	margin-bottom: 10px;
}
.spModalCtaA .btns1 li a {
	padding: 4px 0;
	font-size: 124%;
}
.spModalCtaA .tel1 {
	text-align: center;
	line-height: 1;
}
.spModalCtaA .tel1 > * {
	display: block;
	text-align: center;
}
.spModalCtaA .tel1 .tx1 {
	font-size: 100%;
	margin-bottom: 8px;
}
.spModalCtaA .tel1 .tx2 {
	font-size: 84%;
	margin-top: 11px;
}
.spModalCtaA .tel1 a {
	font-size: 260%;
	display: inline-block;
	text-align: center;
}

/* // Footer //
----------------------------------------------- */
#Footer {
	padding: 35px 0;
	background-color: #273c7c;
}
#Footer .wrap1 {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-justify-content: center;
}
#Footer .wrap1 .logo {
	width: 120px;
	margin-right: 42px;
}
#Footer .wrap1 nav {
	flex: 1;
}
#Footer .wrap1 nav a {
	color: #fff;
}
#Footer .wrap1 nav .naviParents {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	line-height: 1.6;
}
#Footer .wrap1 nav .naviParents li.parent {
	margin-right: 25px;
	font-size: 100%;
}
#Footer .wrap1 nav .naviParents li.parent > a {
}
#Footer .wrap1 nav .naviChildrenWrap {
	display: none;
}

#Footer .marks {
	margin-top: 30px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
#Footer .marks li {
	background-color: #fff;
	padding: 5px;
	margin-right: 10px;
}
#Footer .marks li img {
	height: 65px;
	width: auto;
}

#Footer .wrap2 {
	margin-top: 30px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-ms-justify-content: space-between;
}
#Footer .wrap2 .navi {
	display: flex;
	display: -ms-flexbox;
	line-height: 1.5;
	font-size: 85%;
}
#Footer .wrap2 .navi li {
	margin-right: 22px;
}
#Footer .wrap2 .navi li a {
	color: #fff !important;
}

#Footer .wrap2 .copy {
	text-align: left;
	color: #fff;
	font-size: 76%;
}

@media screen and (max-width: 800px) {
	#Footer {
		padding: 25px 0;
	}
	#Footer .wrap1 {
		display: block;
		text-align: center;
	}
	#Footer .wrap1 .logo {
		display: inline-block;
		width: 120px;
		margin-right: 0;
	}
	#Footer .wrap1 nav {
		display: none;
	}
	#Footer .copy {
		font-size: 82%;
		margin-top: 11px;
		text-align: center;
	}
	#Footer .marks {
		margin-top: 20px;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
	}
	#Footer .marks li {
		padding: 4px;
		margin-right: 7px;
	}
	#Footer .marks li img {
		height: 50px;
		width: auto;
	}

	#Footer .wrap2 {
		margin-top: 20px;
		display: block;
	}
	#Footer .wrap2 .navi {
		line-height: 1.5;
		font-size: 85%;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	#Footer .wrap2 .navi li {
		margin-right: 18px;
		margin-bottom: 12px;
	}
	#Footer .wrap2 .copy {
		font-size: 76%;
	}
}

/* // footerCta
----------------------------------------------- */
.footerCta {
	background: url(/_pack/img/cta_bg_01.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 80px 0;
	z-index: 350;
	position: relative;
	overflow: hidden;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.footerCta {
		padding: 60px 0 57px 0;
	}
}

/* // ctaItemsA
----------------------------------------------- */
.ctaItemsA .item {
	background-color: #fff;
	padding: 35px 25px 20px;
}
.ctaItemsA .item .title {
	color: #273c7c;
	position: relative;
	line-height: 1;
	padding-bottom: 22px;
	margin-bottom: 19px;
	text-align: center;
	font-size: 340%;
	font-weight: 400;
}
.ctaItemsA .item .title:after {
	content: " ";
	position: absolute;
	display: block;
	width: 65px;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}
.ctaItemsA .item .title:first-letter {
	color: #f4a62d;
}
.ctaItemsA .item .icon1 {
	display: block;
	margin: 0 auto;
	color: #273c7c;
	font-size: 356%;
	line-height: 1;
}
.ctaItemsA .item .description {
	text-align: center;
	margin-top: 14px;
	line-height: 1.7;
	color: #273c7c;
	font-size: 105%;
}
.ctaItemsA .item .btn {
	width: 100%;
	margin-top: 23px;
	padding: 7px 0;
	font-size: 118%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.ctaItemsA .item {
		padding: 20px 20px 15px;
	}
	.ctaItemsA .item .title {
		padding-bottom: 18px;
		margin-bottom: 13px;
		font-size: 285%;
	}
	.ctaItemsA .item .title:after {
		content: " ";
		position: absolute;
		display: block;
		width: 65px;
		height: 1px;
		background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
		left: 50%;
		bottom: 0px;
		transform: translateX(-50%);
	}
	.ctaItemsA .item .title:first-letter {
		color: #f4a62d;
	}
	.ctaItemsA .item .icon1 {
		font-size: 325%;
	}
	.ctaItemsA .item .description {
		margin-top: 8px;
		line-height: 1.6;
		font-size: 103%;
	}
	.ctaItemsA .item .btn {
		margin-top: 12px;
		padding: 4px 0;
		font-size: 117%;
	}
}

/* // wp-pagenavi
----------------------------------------------- */
.wp-pagenavi .current {
	background-color: #273c7c;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // section
----------------------------------------------- */
/* sectionA  */
.sectionA {
	padding: 80px 0;
	position: relative;
}
.sectionA.s1 {
	padding: 60px 0;
}
.sectionA.s2 {
	padding: 50px 0;
}
.sectionA.s3 {
	padding: 40px 0;
}
.sectionA.topLine {
	border-top: 1px solid #d9dbe8;
}

/* sectionB */
.sectionB {
	margin-bottom: 90px;
}
.sectionB.s1 {
	margin-bottom: 60px;
}
.sectionB.s2 {
	margin-bottom: 50px;
}
.sectionB.s3 {
	margin-bottom: 40px;
}
.sectionB:last-of-type {
	margin-bottom: 0 !important;
}

.sectionB.topLine {
	padding-top: 60px;
	border-top: 1px solid #d9dbe8;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	/* sectionA  */
	.sectionA {
		padding: calc(80px * 0.7) 0;
		position: relative;
	}
	.sectionA.s1 {
		padding: calc(60px * 0.7) 0;
	}
	.sectionA.s2 {
		padding: calc(50px * 0.7) 0;
	}
	.sectionA.s3 {
		padding: calc(40px * 0.7) 0;
	}
	/* sectionB */
	.sectionB {
		margin-bottom: calc(70px * 0.7);
	}
	.sectionB.s1 {
		margin-bottom: calc(60px * 0.7);
	}
	.sectionB.s2 {
		margin-bottom: calc(50px * 0.7);
	}
	.sectionB.s3 {
		margin-bottom: calc(40px * 0.7);
	}
	.sectionB.topLine {
		padding-top: calc(60px * 0.7);
		border-top: 1px solid #d9dbe8;
	}
}

/* // img
----------------------------------------------- */
img.shadowA {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // boxA
----------------------------------------------- */
.boxA {
	background-color: #f1f3f9;
	padding: 35px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.boxA {
		padding: 22px;
	}
}

/* // xxx
----------------------------------------------- */
/* xxx  */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // xxx
----------------------------------------------- */
/* xxx  */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // **************************************************************************************************** */
/* // **************************************************************************************************** */

/* // topMv
----------------------------------------------- */
.topMv {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	/*height: 620px;*/
	/*padding-top: 90px;*/
}
.topMv img{
	width: 100%;
}
.topMv .bg {
	width: 100%;
	height: 100%;
	background: url(/_pack/img/top_mv_01.jpg?v=004) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.topMv .inner {
	height: 100%;
	position: relative;
	z-index: 20;
}
.topMv .textWrap {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	color: #273c7c !important;
	width: 100%;
}
.topMv .textWrap:before {
	z-index: 5;
	content: " ";
	position: absolute;
	display: block;
	width: 348px;
	height: 417px;
	transform: skewX(-24deg) translateY(-50%);
	left: -210px;
	top: 50%;
	background-color: #00102d;
	display: none;
}
.topMv .textWrap .catch {
	font-size: 68px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 35px;
	margin-bottom: 44px;
	position: relative;
	z-index: 10;
	text-align: center;
	width: 100%;
}
.topMv .textWrap .catch:before {
	content: " ";
	position: absolute;
	display: block;
	width: 600px;
	height: 3px;
	left: 50%;
	top: 100%;
	background: url(/_pack/img/cmn_line_01.jpg?v=005) center center no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	opacity: 1;
}
.topMv .textWrap .lead {
	font-size: 136%;
	line-height: 2.2;
	position: relative;
	z-index: 10;
	text-align: center;
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.topMv {
		/*height: 400px;*/
		padding-top: 0px;
	}
	.topMv .bg {
		background-image: url(/_pack/img/top_mv_01_sp.jpg?v=005);
	}
	.topMv .textWrap {
		left: 50%;
		top: 47%;
	}
	.topMv .textWrap:before {
		z-index: 5;
		content: " ";
		position: absolute;
		display: block;
		width: 348px;
		height: 417px;
		transform: skewX(-24deg) translateY(-50%);
		left: -210px;
		top: 50%;
		background-color: #00102d;
		display: none;
	}
	.topMv .textWrap .catch {
		font-size: 37px;
		padding-bottom: 29px;
		margin-bottom: 37px;
	}
	.topMv .textWrap .catch:before {
		width: 300px;
		height: 2px;
	}
	.topMv .textWrap .lead {
		font-size: 129%;
		line-height: 2;
	}
}

/* // topLatestNewsA
----------------------------------------------- */
.topLatestNewsA {
	background-color: #fff;
	padding: 25px 0;
}
.topLatestNewsA .inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.topLatestNewsA .titleWrap {
	width: 175px;
	line-height: 1;
}
.topLatestNewsA .titleWrap .title {
	font-size: 170%;
	margin-bottom: 13px;
}
.topLatestNewsA .contents {
	border-left: 1px solid #e9e9e9;
	flex: 1;
	padding-left: 30px;
	width: calc(100% - 175px);
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.topLatestNewsA {
		padding: 15px 0;
	}
	.topLatestNewsA .inner {
		display: block;
	}
	.topLatestNewsA .titleWrap {
		width: 100%;
	}
	.topLatestNewsA .titleWrap .title {
		font-size: 170%;
		margin-bottom: 13px;
	}
	.topLatestNewsA .contents {
		border-left: 0;
		padding-left: 0;
		margin-top: 6px;
		width: 100%;
	}
	.topLatestNewsA .titleWrap .links {
		display: flex;
		display: -ms-flexbox;
	}
	.topLatestNewsA .titleWrap .links li {
		margin-right: 20px;
	}
}

/* // pickupSolutionA
----------------------------------------------- */
.pickupSolutionA .label {
	line-height: 1;
	font-size: 233%;
	margin-bottom: 15px;
	color: #273c7c;
}
.pickupSolutionA .label:first-letter {
	color: #f4a62d;
}
.pickupSolutionA .box {
	background-color: #fff;
	display: flex;
	display: -ms-flexbox;
}
.pickupSolutionA .box .image {
	width: 270px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pickupSolutionA .box .contents {
	flex: 1;
	padding: 15px 25px;
}
.pickupSolutionA .box .contents .title {
	line-height: 1.5;
	margin-bottom: 15px;
}
.pickupSolutionA .box .contents .title .text {
	font-weight: 600;
	font-size: 130%;
	position: relative;
	display: inline-block;
	padding-bottom: 9px;
}
.pickupSolutionA .box .contents .title .text:after {
	content: " ";
	position: absolute;
	display: block;
	width: calc(100% + 80px);
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
	transition: 0.2s;
}
.pickupSolutionA .box .contents .description {
	font-size: 96%;
	line-height: 1.5;
}
.pickupSolutionA .box .contents .btns {
	margin-top: 12px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.pickupSolutionA .label {
		font-size: 216%;
		margin-bottom: 12px;
	}
	.pickupSolutionA .box {
		display: block;
	}
	.pickupSolutionA .box .image {
		display: none;
	}
	.pickupSolutionA .box .contents {
		flex: auto;
		padding: 14px 15px;
	}
	.pickupSolutionA .box .contents .title {
		line-height: 1.5;
		margin-bottom: 12px;
	}
	.pickupSolutionA .box .contents .title .text {
		font-size: 130%;
		padding-bottom: 9px;
	}
	.pickupSolutionA .box .contents .title .text:after {
		content: " ";
		width: calc(100% + 80px);
	}
	.pickupSolutionA .box .contents .description {
		font-size: 96%;
		line-height: 1.5;
	}
	.pickupSolutionA .box .contents .btns {
		margin-top: 12px;
	}
}

/* // topStrengthA
----------------------------------------------- */
.topStrengthA {
	background: url(/_pack/img/top_about_img_01.jpg?ver=001) center top no-repeat;
	background-size: cover;
	color: #273c7c;
}
.topStrengthA > .inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.topStrengthA .titleWrap {
	width: 440px;
}
.topStrengthA .titleWrap .title {
	line-height: 1.5;
}
.topStrengthA .titleWrap .title .en {
	font-size: 471%;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}
.topStrengthA .titleWrap .title .en:first-letter {
	color: #f4a62d;
}
.topStrengthA .titleWrap .title .ja {
	font-size: 127%;
	display: block;
	font-weight: 500;
}

.topStrengthA .textWrap {
	flex: 1;
}
.topStrengthA .textWrap .text1 {
	font-size: 196%;
	line-height: 1.7;
	margin-bottom: 29px;
	font-weight: 600;
}
.topStrengthA .textWrap .text2 {
	font-size: 111%;
	line-height: 2.2;
}
.topStrengthA .textWrap .btn1 {
	margin-top: 30px;
	text-align: right;
	line-height: 1;
}
.topStrengthA .textWrap .btn1 a {
	color: #273c7c !important;
	font-size: 178%;
	position: relative;
	padding-bottom: 7px;
}
.topStrengthA .textWrap .btn1 a:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #fff;
	left: 0px;
	top: 100%;
	transition: 0.2s;
}
.topStrengthA .textWrap .btn1 a:hover:after {
	width: 100%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.topStrengthA {
	}
	.topStrengthA > .inner {
		display: block;
	}
	.topStrengthA .titleWrap {
		width: 100%;
		margin-bottom: 11px;
	}
	.topStrengthA .titleWrap .title {
		line-height: 1.5;
		display: flex;
		display: -ms-flexbox;
		align-items: flex-end;
		-ms-align-items: flex-end;
	}
	.topStrengthA .titleWrap .title .en {
		font-size: 304%;
		margin-bottom: 0;
	}
	.topStrengthA .titleWrap .title .ja {
		font-size: 127%;
		font-weight: 500;
		position: relative;
		top: -5px;
		margin-left: 10px;
	}

	.topStrengthA .textWrap {
		flex: auto;
		width: 100%;
	}
	.topStrengthA .textWrap .text1 {
		font-size: 183%;
		margin-bottom: 21px;
	}
	.topStrengthA .textWrap .text2 {
		font-size: 107%;
		line-height: 2.1;
	}
	.topStrengthA .textWrap .btn1 {
		margin-top: 21px;
	}
	.topStrengthA .textWrap .btn1 a {
		font-size: 178%;
		padding-bottom: 5px;
	}
}

/* // top_cloudservice_link
----------------------------------------------- */
.top_cloudservice_link {
	display: inline-block;
	text-decoration: underline;
	font-size: 16px;
	text-underline-offset: 0.3em;
}
/* xxx  */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // xxx
----------------------------------------------- */

/* xxx  */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // columnLayoutA
----------------------------------------------- */
.columnLayoutA {
	display: flex;
	display: -ms-flexbox;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.columnLayoutA > .sideColumn {
	width: 260px;
	margin-right: 40px;
}
.columnLayoutA > .sideColumn:nonesticky > .inner {
	position: sticky;
	top: 20px;
}
.columnLayoutA > .mainColumn {
	flex: 1;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.columnLayoutA {
		display: block;
	}
	.columnLayoutA > .sideColumn {
		display: none;
	}
	.solutionTemp .columnLayoutA > .sideColumn {
		display: block;
		width: 100%;
	}

	.columnLayoutA > .mainColumn {
		width: 100%;
	}
}

/* // sideColumn
----------------------------------------------- */

/* sideColumnTitleA  */
.sideColumnTitleA {
	line-height: 1.5;
	margin-bottom: 25px;
}
.sideColumnTitleA a {
	display: block;
}
.sideColumnTitleA .ja {
	display: block;
	font-weight: 600;
	font-size: 148%;
	color: #000;
}
.sideColumnTitleA .en {
	display: block;
	color: #bac0e6;
	font-weight: 500;
	font-size: 116%;
	margin-top: 2px;
}

/* sideColumnNaviA  */
.sideColumnNaviA {
	line-height: 1.5;
	font-size: 100%;
}
.sideColumnNaviA .wrap {
	display: block;
	color: #000 !important;
}
.sideColumnNaviA .parent {
	margin-bottom: 23px;
}
.sideColumnNaviA .children {
	margin-top: 15px;
	padding-left: 20px;
	font-size: 86%;
}
.sideColumnNaviA .child {
	margin-bottom: 13px;
}
.sideColumnNaviA .wrap .tx {
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
}
.sideColumnNaviA a.wrap .tx:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	left: 0px;
	bottom: 0px;
	transition: 0.3s;
}
.sideColumnNaviA a.wrap:not(.animNohover):hover .tx:after {
	width: 100%;
}

.sideColumnNaviA li.parent.on > .wrap {
	position: relative;
}
.sideColumnNaviA li.parent.on > .wrap:before {
	content: " ";
	position: absolute;
	display: block;
	width: 17px;
	height: 3px;
	background-color: #273c7c;
	right: calc(100% + 7px);
	top: calc(50% - 2px);
	transform: translateY(-50%);
}
.sideColumnNaviA li.child.on > .wrap {
	position: relative;
}
.sideColumnNaviA li.child.on > .wrap:before {
	content: " ";
	position: absolute;
	display: block;
	width: 15px;
	height: 1px;
	background-color: #273c7c;
	right: calc(100% + 10px);
	top: calc(50% - 2px);
	transform: translateY(-50%);
}

/*
html.ir .sideColumnNaviA .child  {
	margin-bottom: 7px;
}
html.ir .sideColumnNaviA .parent {
	margin-bottom: 13px;
}

 */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // indexItemWrapA
----------------------------------------------- */
.indexItemWrapA .item .image {
	height: 240px;
	margin-bottom: 14px;
	overflow: hidden;
}
.indexItemWrapA.pc_col3 .item .image {
	height: 170px;
	margin-bottom: 11px;
}
.mainColumn .indexItemWrapA .item .image {
	height: 170px;
	margin-bottom: 11px;
}
.indexItemWrapA .item .image .in {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.4s;
}
.indexItemWrapA a.item:hover .image .in {
	transform: scale(1.06, 1.06);
}
.indexItemWrapA .item .title {
	margin-bottom: 3px;
}
.indexItemWrapA .item .description {
	color: #000;
}
.indexItemWrapA .item .link {
	text-align: right;
	margin-top: 3px;
}
.indexItemWrapA .item .link .in {
	display: inline-block;
	position: relative;
}
.indexItemWrapA .item .link .in {
	display: inline-block;
}
.indexItemWrapA .item .link .in .icon {
	font-size: 130%;
	position: relative;
	top: 2px;
}
.indexItemWrapA .item .link .in:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	left: 0px;
	top: 100%;
	transition: 0.3s;
}
.indexItemWrapA .item:hover .link .in:after {
	width: 100%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.indexItemWrapA .item .image {
		height: 109px;
		margin-bottom: 9px;
	}
	.indexItemWrapA.pc_col3 .item .image {
		height: 109px;
		margin-bottom: 9px;
	}
	.mainColumn .indexItemWrapA .item .image {
		height: 100px;
		margin-bottom: 9px;
	}
	.indexItemWrapA .item .image .in {
	}
	.indexItemWrapA .item:hover .image .in {
		transform: scale(1.06, 1.06);
	}
	.indexItemWrapA .item .title {
		margin-bottom: 4px;
		font-size: 129%;
		padding-left: 0px;
	}
	.indexItemWrapA .item .title:before {
		display: none;
	}
	.indexItemWrapA .item .description {
		line-height: 1.5;
	}
	.indexItemWrapA .item .link {
		text-align: right;
		margin-top: 3px;
	}
	.indexItemWrapA .item .link .in {
		display: inline-block;
		position: relative;
	}
	.indexItemWrapA .item .link .in {
		display: inline-block;
	}
	.indexItemWrapA .item .link .in:after {
		content: " ";
		position: absolute;
		display: block;
		width: 0%;
		height: 1px;
		background-color: #273c7c;
		left: 0px;
		top: 100%;
		transition: 0.3s;
	}
	.indexItemWrapA .item:hover .link .in:after {
		width: 100%;
	}
}

/* // dlTableA
----------------------------------------------- */
.dlTableA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 1.7;
}
html .mce-content-body .dlTableA p {
	margin: 0;
}
.dlTableA > dt,
.dlTableA > dd {
	padding: 15px 13px;
}

.dlTableA > dt {
	width: 180px;
	border-bottom: 1px solid rgba(0, 28, 76, 0.15);
	line-height: 1.5;
}
.dlTableA > dd {
	width: calc(100% - 180px);
	border-bottom: 1px solid rgba(0, 28, 76, 0.15);
}
.dlTableA > dt:first-of-type {
	border-top: 1px solid rgba(0, 28, 76, 0.15);
}
.dlTableA > dd:first-of-type {
	border-top: 1px solid rgba(0, 28, 76, 0.15);
}
/* _1  */
.dlTableA._1 > dt {
	border-color: rgba(0, 28, 76, 0.15);
	line-height: 1.5;
}
.dlTableA._1 > dt:first-of-type {
	border-color: rgba(0, 28, 76, 0.15);
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.dlTableA {
	}
	.dlTableA > dt,
	.dlTableA > dd {
		padding: 11px 10px;
	}

	.dlTableA > dt {
		width: 100px;
		line-height: 1.5;
	}
	.dlTableA > dd {
		width: calc(100% - 110px);
	}
}

/* // philosophyItemWrapA
----------------------------------------------- */
.philosophyItemWrapA .item {
	border-bottom: 1px solid #e8e8e8;
	padding: 22px 0;
}
.philosophyItemWrapA .item:first-of-type {
	border-top: 1px solid #e8e8e8;
}
.philosophyItemWrapA .item .htx1 {
	font-weight: 500;
	font-size: 123%;
	line-height: 1.5;
	margin-bottom: 8px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.philosophyItemWrapA .item {
		padding: 17px 0;
	}
	.philosophyItemWrapA .item:first-of-type {
	}
	.philosophyItemWrapA .item .htx1 {
		font-size: 126%;
		line-height: 1.5;
		margin-bottom: 6px;
	}
}

/* // officerItemWrapA
----------------------------------------------- */
.officerItemWrapA .item .nameWrap1 {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	line-height: 1;
}
.officerItemWrapA .item .nameWrap1 .position {
	width: 240px;
	font-size: 110%;
}
.officerItemWrapA .item .nameWrap1 .name {
	flex: 1;
	font-size: 100%;
}
.officerItemWrapA .item .nameWrap1 .name .ja {
	display: inline-block;
	font-size: 120%;
}
.officerItemWrapA .item .nameWrap1 .name .en {
	display: inline-block;
	color: #babbcc;
	font-size: 93%;
	margin-left: 15px;
}
.officerItemWrapA .item .contentWrap1 {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
}
.officerItemWrapA .item .contentWrap1 .image {
	width: 175px;
	height: 215px;
	margin-right: 65px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.officerItemWrapA .item .contentWrap1 .career {
	flex: 1;
	font-size: 94%;
}
.officerItemWrapA .item .contentWrap1 .career .dlTableA dt,
.officerItemWrapA .item .contentWrap1 .career .dlTableA dd {
	padding: 8px;
}
.officerItemWrapA .item .contentWrap1 .career .dlTableA dt {
	width: 95px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.officerItemWrapA .item .nameWrap1 {
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		line-height: 1;
	}
	.officerItemWrapA .item .nameWrap1 .position {
		width: 210px;
		font-size: 110%;
	}
	.officerItemWrapA .item .nameWrap1 .name {
		flex: 1;
		font-size: 100%;
	}
	.officerItemWrapA .item .nameWrap1 .name .ja {
		display: inline-block;
		font-size: 120%;
	}
	.officerItemWrapA .item .nameWrap1 .name .en {
		display: none;
	}
	.officerItemWrapA .item .contentWrap1 {
		display: flex;
		display: -ms-flexbox;
		align-items: flex-start;
		-ms-align-items: flex-start;
	}
	.officerItemWrapA .item .contentWrap1 .image {
		width: 80px;
		height: 98px;
		margin-right: 12px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.officerItemWrapA .item .contentWrap1 .career {
		flex: 1;
		font-size: 94%;
	}
	.officerItemWrapA .item .contentWrap1 .career .dlTableA dt,
	.officerItemWrapA .item .contentWrap1 .career .dlTableA dd {
		padding: 4px;
	}
	.officerItemWrapA .item .contentWrap1 .career .dlTableA dt {
		width: 75px;
	}
}

/* // officeItemWrapA
----------------------------------------------- */
.officeItemWrapA .item {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	padding: 19px 20px 16px;
}
.officeItemWrapA .item:last-of-type {
	margin-bottom: 0px;
}
.officeItemWrapA .item .name {
	margin-bottom: 20px;
	font-size: 130%;
	font-weight: 500;
	margin-bottom: 11px;
	line-height: 1;
}
.officeItemWrapA .item .wrap1 {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
}
.officeItemWrapA .item .wrap1 .address {
	width: 520px;
	padding-right: 20px;
	line-height: 1.5;
}
.officeItemWrapA .item .wrap1 .address .tel {
	margin-top: 6px;
}
.officeItemWrapA .item .wrap1 .btns {
	flex: 1;
}
.officeItemWrapA .item .wrap1 .btns a {
	min-width: 1px;
	width: 100%;
}
.officeItemWrapA .item .wrap1 .btns a .tx {
	padding-right: 10px;
	padding-left: 10px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.officeItemWrapA .item {
		margin-bottom: 25px;
		padding: 11px 12px 11px;
	}
	.officeItemWrapA .item .name {
		margin-bottom: 12px;
		font-size: 122%;
		margin-bottom: 9px;
	}
	.officeItemWrapA .item .wrap1 {
		display: block;
	}
	.officeItemWrapA .item .wrap1 .address {
		width: 100%;
		padding-right: 0;
		font-size: 107%;
	}
	.officeItemWrapA .item .wrap1 .address .tel {
		margin-top: 4px;
		font-size: 113%;
	}
	.officeItemWrapA .item .wrap1 .btns {
		flex: auto;
		width: 100%;
		margin-top: 8px;
		display: block;
	}
	.officeItemWrapA .item .wrap1 .btns a .tx {
		padding-top: 9px;
		padding-bottom: 8px;
	}
}

/* // officeImage1
----------------------------------------------- */
.officeImage1 {
	width: 100%;
	height: 290px;
	display: block;
	position: relative;
}
.officeImage1 li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
}
.officeImage1 .img1 {
	width: 550px;
	height: 290px;
	top: 0px;
	left: 0px;
}
.officeImage1 .img2 {
	width: 235px;
	height: 137px;
	top: 0px;
	left: 565px;
}
.officeImage1 .img3 {
	width: 235px;
	height: 138px;
	top: 152px;
	left: 565px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.officeImage1 {
		width: 100%;
		height: 290px;
		display: none;
	}
}

/* // naviListA
----------------------------------------------- */
.naviListA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	display: -ms-flexbox;
	line-height: 1.5;
	width: calc(100% + 35px);
	margin-bottom: -25px;
}
.naviListA li {
	width: calc(100% / 5 - 35px);
	margin-right: 35px;
	margin-bottom: 25px;
}
.naviListA.col4 li {
	width: calc(100% / 4 - 35px);
	margin-right: 35px;
	margin-bottom: 25px;
}
.naviListA.col3 li {
	width: calc(100% / 3 - 35px);
	margin-right: 35px;
	margin-bottom: 25px;
}
.naviListA li a {
	color: #000 !important;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	height: 100%;
	padding-right: 25px;
}
.naviListA li a:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	left: 0px;
	bottom: -1px;
	transition: 0.2s;
}
.naviListA li a:hover:after {
	width: 100%;
}
.naviListA li a .tx {
	width: 100%;
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}

.naviListA li a .icon {
	position: absolute;
	top: calc(50% - 2px);
	right: 0px;
	color: #273c7c;
	transform: translateY(-50%);
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.naviListA {
		width: calc(100% + 15px);
		margin-bottom: -17px;
	}
	.naviListA li {
		width: calc(100% / 3 - 15px);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.naviListA.sp_col2 li {
		width: calc(100% / 2 - 15px);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.naviListA.sp_col1 li {
		width: calc(100%);
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.naviListA li a {
		padding-bottom: 5px;
	}
}

/* // naviListB
----------------------------------------------- */
.naviListB {
}
.naviListB .item {
	padding: 12px 43px 12px 11px;
}
.naviListB .item .tx {
	padding: 0px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.naviListB .item .tx .iconWrap {
	width: 60px;
	margin-right: 12px;
}
.naviListB .item .tx .iconWrap img {
	opacity: 1 !important;
}
.naviListB .item .tx .txWrap {
	flex: 1;
}
.naviListB .item .tx .tx1 {
	display: block;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 132%;
}
.naviListB .item .tx .tx2 {
	display: block;
	line-height: 1.5;
	font-size: 94%;
	text-align: left;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // naviListC
----------------------------------------------- */
.naviListC .htx1 {
	line-height: 1;
	font-size: 210%;
	margin-bottom: 10px;
}
.naviListC .htx1:first-letter {
	color: #f4a62d;
}
.naviListC .btns {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 1;
	font-size: 106%;
}
.naviListC .btns li {
	margin-right: 12px;
	margin-bottom: 12px;
}
.naviListC .btns li a .tx {
	padding-left: 0px;
	padding-right: 7px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.naviListC .htx1 {
		font-size: 200%;
		margin-bottom: 9px;
	}
	.naviListC .htx1:first-letter {
		color: #f4a62d;
	}
	.naviListC .btns {
		font-size: 100%;
	}
	.naviListC .btns li {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	.naviListC .btns li a {
		padding-right: 30px;
	}
	.naviListC .btns li a .tx {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* // btnWrapA
----------------------------------------------- */
.btnWrapA .item .title {
	margin-bottom: 10px;
}
.btnWrapA .item .description {
	margin-bottom: 15px;
}
.btnWrapA .item .btn {
}
.btnWrapA .item .btn a {
	min-width: 390px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.btnWrapA .item .title {
		margin-bottom: 8px;
	}
	.btnWrapA .item .description {
		margin-bottom: 12px;
	}
	.btnWrapA .item .btn {
	}
	.btnWrapA .item .btn a {
		min-width: 0px;
	}
	.btnWrapA .item .btn a .tx {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/* // btnWrapB
----------------------------------------------- */
.btnWrapB li {
	margin-bottom: 5px;
}
.btnWrapB li:last-of-type {
	margin-bottom: 0;
}
.btnWrapB li a {
	min-width: 360px;
	padding-left: 20px;
}
.btnWrapB li a .tx {
	width: 100%;
	text-align: left;
	line-height: 1.5;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.btnWrapB li a {
		min-width: 100%;
		padding-left: 5px;
	}
}

/* // btnWrapC
----------------------------------------------- */
.btnWrapC {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: -20px;
}
.btnWrapC li {
	margin-right: 20px;
	margin-bottom: 20px;
}
.btnWrapC li a {
	min-width: 1px;
	padding-left: 18px;
	padding-right: 40px;
}
.btnWrapC li a .tx {
	padding-left: 3px;
	padding-right: 3px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.btnWrapC {
		display: block;
		margin-bottom: 0px;
	}
	.btnWrapC li {
		margin-right: 0;
		margin-bottom: 3px;
	}
	.btnWrapC li:last-of-type {
		margin-bottom: 0;
	}
	.btnWrapC li a {
		padding-left: 11px;
		padding-right: 26px;
		width: auto;
	}
	.btnWrapC li a .tx {
		padding-left: 3px;
		padding-right: 3px;
	}
	.btnWrapC li a .icon {
		right: 14px;
	}
}

/* // tabWrapA
----------------------------------------------- */
.tabWrapA {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: flex-start;
	-ms-justify-content: flex-start;
	line-height: 1.3;
	border-bottom: 1px solid #ccc;
	margin-bottom: 32px;
}
.tabWrapA li {
}
.tabWrapA li:before {
}
.tabWrapA li a {
	display: block;
	position: relative;
	color: #000 !important;
}
.tabWrapA li a.current:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 5px;
	background-color: #f4a62d;
	left: 0px;
	bottom: -3px;
}
.tabWrapA li a:not(.current):before {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	left: 0px;
	bottom: -1px;
	transition: 0.2s;
}
.tabWrapA li a:not(.current):hover:before {
	width: 100%;
}
.tabWrapA li a .tx {
	display: block;
	padding: 10px 45px 18px;
	font-size: 110%;
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.tabWrapA {
		margin-bottom: 23px;
	}
	.tabWrapA li a {
	}
	.tabWrapA li a.current:after {
		height: 3px;
		bottom: -2px;
	}
	.tabWrapA li a:not(.current):before {
		display: none;
	}
	.tabWrapA li a .tx {
		padding: 10px 12px 10px;
		font-size: 111%;
	}
}

/* // tabNaviB
----------------------------------------------- */
.tabNaviB {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	margin-bottom: 50px;
	border-bottom: 3px solid #273c7c;
	position: relative;
	z-index: 5;
}
.tabNaviB li {
	margin-right: 10px;
}
.tabNaviB li a {
	display: inline-block;
	padding: 13px 27px;
	min-width: 150px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	background-color: #d3d7e2;
}
.tabNaviB li a .tx {
	color: #273c7c;
	font-weight: 500;
}
.tabNaviB li a.current {
	background-color: #273c7c;
}
.tabNaviB li a.current .tx {
	color: #fff;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.tabNaviB {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		margin-bottom: 40px;
		border-bottom: 0;
	}
	.tabNaviB li {
		margin-right: 2px;
		margin-bottom: 2px;
	}
	.tabNaviB li a {
		display: inline-block;
		padding: 10px 12px;
		min-width: 100px;
	}
}

/* // infoListA
----------------------------------------------- */
.infoListA {
	line-height: 1.5;
}
.infoListA li {
	border-top: 1px dotted rgba(0, 0, 0, 0.35);
}
.infoListA:not(.lastNoLine) li:last-of-type {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.35);
}

.infoListA li a {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
	padding: 22px 22px;
}
.infoListA li a .date {
	width: 90px;
	font-size: 109%;
	color: #000;
}
.infoListA li a .category {
	min-width: 105px;
	line-height: 1;
	padding: 6px;
	font-size: 83%;
	color: #fff;
	text-align: center;
	margin-right: 20px;
}
.infoListA li a .text {
	flex: 1;
	line-height: 1.7;
}
.infoListA li a .pdf.icon {
	color: #ea0000;
}

/* s1  */
.infoListA.s1 li {
	border-top: 0;
	margin-bottom: 4px;
}
.infoListA.s1:not(.lastNoLine) li:last-of-type {
	border-bottom: 0;
}
.infoListA.s1 li:last-of-type {
	margin-bottom: 0;
}

.infoListA.s1 li a {
	padding: 3px 0px;
}
.infoListA.s1 li a .date {
	width: 84px;
	font-size: 111%;
}
.infoListA.s1 li a .category {
	min-width: 130px;
	padding: 5px;
	font-size: 80%;
	margin-right: 16px;
}
.infoListA.s1 li a .text {
	line-height: 1.7;
	font-size: 93%;
	position: relative;
	top: -2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 84px - 130px);
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.infoListA {
	}
	.infoListA li {
	}
	.infoListA:not(.lastNoLine) li:last-of-type {
	}

	.infoListA li a {
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		padding: 13px 5px;
	}
	.infoListA li a .date {
		width: 80px;
		font-size: 126%;
	}
	.infoListA li a .category {
		min-width: 118px;
		padding: 5px;
		font-size: 92%;
		margin-right: 0;
	}
	.infoListA li a .text {
		flex: auto;
		display: block;
		width: 100%;
		line-height: 1.7;
		margin-top: 3px;
	}

	.infoListA.s1 li {
		margin-bottom: 2px;
	}
	.infoListA.s1 li a {
		padding: 2px 0px;
	}
	.infoListA.s1 li a .date {
		width: 84px;
		font-size: 111%;
	}
	.infoListA.s1 li a .category {
		min-width: 130px;
		padding: 5px;
		font-size: 80%;
		margin-right: 16px;
	}
	.infoListA.s1 li a .text {
		line-height: 1.7;
		font-size: 93%;
		position: relative;
		top: -2px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: calc(100% - 84px - 130px);
	}
}

/* // allBtnA
----------------------------------------------- */
.allBtnA {
	position: relative;
	text-align: right;
	padding-top: 20px;
}
.allBtnA:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 0px;
}

.allBtnA a {
	display: inline-block;
	padding: 5px 0px 5px 5px;
	font-size: 100%;
	color: #273c7c !important;
	position: relative;
}
.allBtnA a:before {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	left: 0px;
	bottom: -1px;
	transition: 0.2s;
}
.allBtnA a:hover:before {
	width: 100%;
}
.allBtnA a .tx {
	display: inline-block;
	font-size: 149%;
	vertical-align: middle;
	margin-right: 16px;
}
.allBtnA a .icon {
	display: inline-block;
	font-size: 220%;
	vertical-align: middle;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.allBtnA {
		padding-top: 14px;
	}
	.allBtnA:before {
	}

	.allBtnA a {
		font-size: 100%;
	}
	.allBtnA a .tx {
		font-size: 149%;
		margin-right: 9px;
	}
	.allBtnA a .icon {
		font-size: 200%;
	}
}

/* // linkWrapA
----------------------------------------------- */
.linkWrapA li {
	line-height: 1.3;
	margin-bottom: 12px;
	font-size: 106%;
}
.linkWrapA li:last-of-type {
	margin-bottom: 0;
}
.linkWrapA li a {
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	padding-left: 1.9em;
	color: #000 !important;
}
.linkWrapA li a:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	left: 0px;
	top: 100%;
	transition: 0.2s;
}
.linkWrapA li a:hover:after {
	width: 100%;
}
.linkWrapA li a:before {
	position: absolute;
	left: 0px;
	top: 0.5em;
	transform: translateY(-50%);
	content: "\ebba";
	font-family: iconfontA;
	color: #273c7c;
	font-size: 142%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.linkWrapA li {
		margin-bottom: 6px;
		font-size: 100%;
	}
	.linkWrapA li a {
		padding-bottom: 4px;
		padding-left: 1.7em;
	}
	.linkWrapA li a:before {
		font-size: 132%;
	}
}

/* // footerIrCtaA
----------------------------------------------- */
.footerIrCtaA .title {
	font-size: 230%;
	line-height: 1.5;
	margin-bottom: 22px;
	font-weight: 600;
	text-align: center;
}
.footerIrCtaA .description {
	text-align: center;
	margin-bottom: 29px;
}
.footerIrCtaA .btn {
	text-align: center;
}
.footerIrCtaA .btn a {
	width: 500px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.footerIrCtaA .title {
		font-size: 179%;
		margin-bottom: 14px;
	}
	.footerIrCtaA .description {
		margin-bottom: 18px;
	}
	.footerIrCtaA .btn {
	}
	.footerIrCtaA .btn a {
		width: 100%;
	}
}

/* // infoDetailWrapA
----------------------------------------------- */
.infoDetailWrapA {
	min-height: 500px;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.infoDetailWrapA {
		min-height: 100px;
	}
}

/* // infoDetailHeaderA
----------------------------------------------- */
.infoDetailHeaderA {
	padding-bottom: 36px;
	margin-bottom: 40px;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-ms-align-items: center;
}
.infoDetailHeaderA:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	bottom: -1px;
}
.infoDetailHeaderA .date {
	line-height: 1;
	font-size: 118%;
	margin-right: 20px;
}
.infoDetailHeaderA .category {
	line-height: 1;
	padding: 7px;
	background-color: #f2001f;
	color: #fff;
	min-width: 130px;
	text-align: center;
}
.infoDetailHeaderA .title {
	width: 100%;
	font-size: 195%;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 18px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.infoDetailHeaderA {
		padding-bottom: 24px;
		margin-bottom: 25px;
	}
	.infoDetailHeaderA:after {
		content: " ";
		position: absolute;
		display: block;
		width: 30px;
		height: 1px;
		background-color: #f2001f;
		left: 0px;
		bottom: -1px;
	}
	.infoDetailHeaderA .date {
		font-size: 115%;
		margin-right: 15px;
	}
	.infoDetailHeaderA .category {
		padding: 6px;
		min-width: 100px;
	}
	.infoDetailHeaderA .title {
		font-size: 143%;
		line-height: 1.6;
		margin-top: 12px;
	}
}

/* // backToIndexA
----------------------------------------------- */
.backToIndexA {
	line-height: 1;
	margin-top: 70px;
	padding-top: 30px;
	position: relative;
}
.backToIndexA:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 0%;
	transition: 0.2s;
}
.backToIndexA:hover:after {
	width: 100%;
}

.backToIndexA a {
	color: #273c7c !important;
	position: relative;
}
.backToIndexA a .icon {
	display: inline-block;
	margin-right: 11px;
	font-size: 210%;
	vertical-align: middle;
}
.backToIndexA a .tx {
	display: inline-block;
	font-size: 109%;
	font-weight: 500;
	vertical-align: middle;
}

.backToIndexA a:after {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 1px;
	background-color: #273c7c;
	right: 0px;
	bottom: -5px;
	transition: 0.2s;
}
.backToIndexA a:hover:after {
	width: 100%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // formItemWrapA
----------------------------------------------- */
.formStyleA .formItemWrapA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 1.5;
	margin-bottom: -10px;
}
.formStyleA .formItemWrapA li {
	margin-right: 10px;
	margin-bottom: 9px;
}
.formStyleA .formItemWrapA li:last-of-type {
	margin-right: 0;
}
.formStyleA .formItemWrapA li label {
	margin: 0;
	padding: 11px 14px;
	font-size: 100%;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #ddced0;
	min-width: 80px;
	text-align: center;
	font-weight: 400;
	transition: 0.2s;
	line-height: 1.5;
}
.formStyleA .formItemWrapA li label.on {
	color: #fff;
	font-weight: 500;
	background-color: #273c7c;
	border: 1px solid #273c7c;
}
.formStyleA .formItemWrapA li label:after,
.formStyleA .formItemWrapA li label:before {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.formStyleA .formItemWrapA {
		line-height: 1.4;
		margin-bottom: -5px;
		width: ccalc(100% + 4px);
	}
	.formStyleA .formItemWrapA li {
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.formStyleA .formItemWrapA li:last-of-type {
		margin-right: 0;
	}
	.formStyleA .formItemWrapA li label {
		padding: 5px 5px;
		font-size: 87%;
		background-color: #fff;
		border: 1px solid #ddced0;
		min-width: 30px;
		text-align: center;
		font-weight: 400;
		transition: 0.2s;
	}
	.formStyleA .formItemWrapA li label.on {
	}
	.formStyleA .formItemWrapA li label:after,
	.formStyleA .formItemWrapA li label:before {
		display: none;
	}
}

/* // searchResultTxA
----------------------------------------------- */
.searchResultTxA {
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 120%;
	font-weight: 500;
}
.searchResultTxA .num {
	font-size: 140%;
	padding: 0 6px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.searchResultTxA {
		margin-top: 30px;
		margin-bottom: 22px;
		font-size: 115%;
	}
	.searchResultTxA .num {
		font-size: 130%;
		padding: 0 4px;
	}
}

/* // caseItemsA
----------------------------------------------- */
.caseItemsA {
}
.caseItemsA .item {
	border: 8px solid #e3e8f2;
	padding: 20px;
	background-color: #fff;
}
.caseItemsA .item:hover {
	border-color: #273c7c;
}
.caseItemsA .item .image {
	height: 164px;
	position: relative;
	overflow: hidden;
	margin-bottom: 22px;
}
.caseItemsA .item .image > .in {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.caseItemsA .item .image.logo > .in {
	background-size: 100% auto;
	width: 82%;
}
.caseItemsA .item .image.logo.l1 > .in {
	width: 92%;
}
.caseItemsA .item .image.logo.s1 > .in {
	width: 72%;
}
.caseItemsA .item .image.logo.s2 > .in {
	width: 50%;
}
.caseItemsA .item .image.logo.s3 > .in {
	width: 45%;
}
.caseItemsA .item:hover .image > .in {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.caseItemsA .item .companay {
	line-height: 1.4;
	margin-bottom: 13px;
}
.caseItemsA .item .companay .name {
	font-size: 98%;
	display: block;
}
.caseItemsA .item .companay .type {
	padding: 3px 6px;
	font-size: 89%;
	background-color: #e3e3e3;
	display: inline-block;
	margin-top: 6px;
	line-height: 1;
}
.caseItemsA .item .title {
	line-height: 1.5;
	font-weight: 500;
	font-size: 122%;
	margin-bottom: 22px;
}
.caseItemsA .item .solution {
	display: flex;
	display: -ms-flexbox;
	line-height: 1;
}
.caseItemsA .item .solution .label {
	color: #8392bf;
	font-size: 81%;
	margin-right: 10px;
	white-space: nowrap;
}
.caseItemsA .item .solution .name {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 1;
	margin-top: -6px;
}
.caseItemsA .item .solution .name li {
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #273c7c;
	color: #fff;
	padding: 6px 7px;
	font-size: 82%;
	border-radius: 2px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.caseItemsA .item {
		border-width: 3px;
		padding: 6px;
	}
	.caseItemsA .item:hover {
		border-color: #273c7c;
	}
	.caseItemsA .item .image {
		height: calc((100vw / 2 - 40px) * 0.75);
		margin-bottom: 12px;
	}
	.caseItemsA .item .image > .in {
	}
	.caseItemsA .item .image.logo > .in {
		background-size: 100% auto;
		width: 82%;
	}
	.caseItemsA .item .image.logo.l1 > .in {
		width: 92%;
	}
	.caseItemsA .item .image.logo.s1 > .in {
		width: 72%;
	}
	.caseItemsA .item .image.logo.s2 > .in {
		width: 50%;
	}
	.caseItemsA .item .image.logo.s3 > .in {
		width: 45%;
	}
	.caseItemsA .item:hover .image > .in {
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
	.caseItemsA .item .companay {
		line-height: 1.3;
		margin-bottom: 8px;
		display: block;
	}
	.caseItemsA .item .companay .name {
		margin-right: 0;
		font-size: 94%;
		display: block;
		margin-bottom: 7px;
	}
	.caseItemsA .item .companay .type {
		padding: 2px 5px;
		font-size: 86%;
		top: 0;
	}
	.caseItemsA .item .title {
		font-size: 112%;
		margin-bottom: 8px;
	}
	.caseItemsA .item .solution {
		display: block;
	}
	.caseItemsA .item .solution .label {
		font-size: 82%;
		margin-right: 0;
		display: block;
		text-align: left;
		margin-bottom: 6px;
	}
	.caseItemsA .item .solution .name {
		margin-top: 0;
	}
	.caseItemsA .item .solution .name li {
		margin-right: 3px;
		margin-bottom: 3px;
		padding: 5px 5px;
		font-size: 82%;
	}
}

/* // caseItemsSwiperA
----------------------------------------------- */
.swiperA[data-slider="caseItemsSwiperA"] .swiper-slide {
	width: 345px;
}
.swiperA[data-slider="caseItemsSwiperA"] .swiper-slide .item {
	height: 100% !important;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.swiperA[data-slider="caseItemsSwiperA"] .swiper-slide {
		width: 200px;
	}
	.swiperA[data-slider="caseItemsSwiperA"] .item .image {
		height: calc(200px * 0.75) !important;
	}
}

/* // caseBlock1
----------------------------------------------- */
.caseBlock1 {
	margin-bottom: 70px;
}
.caseBlock1:last-of-type {
	margin-bottom: 0px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // caseHeaderA
----------------------------------------------- */
.caseHeaderA {
	margin-bottom: 60px;
	text-align: left;
}
/* solution  */
.caseHeaderA .solution {
	margin-bottom: 35px;
	line-height: 1.5;
	display: inline-block;
}
.caseHeaderA .solution .wrap {
	display: flex;
	display: -ms-flexbox;
	border: 2px solid #273c7c;
}
.caseHeaderA .solution .label {
	background-color: #273c7c;
	color: #fff;
	padding: 3px 10px;
	font-size: 95%;
}
.caseHeaderA .solution .label .in {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.caseHeaderA .solution .name {
	padding: 3px 15px;
	display: flex;
	display: -ms-flexbox;
}
.caseHeaderA .solution .name li {
	margin-right: 10px;
	padding-right: 10px;
	font-size: 79%;
	color: #273c7c;
	border-right: 1px solid #273c7c;
}
.caseHeaderA .solution .name li .tx1 {
	font-size: 132%;
	padding-left: 10px;
	font-weight: 500;
}
.caseHeaderA .solution .name li:last-of-type {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
/* solution  */
.caseHeaderA .problem {
	margin-bottom: 35px;
	line-height: 1.5;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	color: #273c7c;
	overflow: hidden;
	padding: 3px 0;
}
.caseHeaderA .problem .label {
	font-size: 152%;
	padding-right: 14px;
	margin-right: 16px;
	position: relative;
	line-height: 1.2;
	letter-spacing: 1px;
	white-space: nowrap;
}
.caseHeaderA .problem .label:after {
	content: " ";
	position: absolute;
	display: block;
	width: 1px;
	height: 100px;
	background-image: linear-gradient(to bottom, #273c7c 50%, #f4a62d 50%);
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.caseHeaderA .problem .label:first-letter {
	color: #f4a62d;
}
.caseHeaderA .problem .contents {
	flex: 1;
	font-size: 108%;
	font-weight: 500;
}
/* title  */
.caseHeaderA .title {
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.caseHeaderA .title:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	right: 0px;
	top: 100%;
}

.caseHeaderA .title .text {
	display: inline-block;
	line-height: 1.4;
	font-size: 260%;
	font-weight: 600;
	text-align: left;
	padding: 0px 61px;
	position: relative;
}
.caseHeaderA .title .text:after {
	position: absolute;
	left: 0px;
	top: -14px;
	font-size: 135%;
	content: "\ea5a";
	font-family: iconfontA;
	color: #273c7c;
	opacity: 0.3;
}
.caseHeaderA .title .text:before {
	position: absolute;
	right: 0px;
	bottom: -14px;
	font-size: 135%;
	content: "\ea59";
	font-family: iconfontA;
	color: #273c7c;
	opacity: 0.3;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.caseHeaderA {
		margin-bottom: 42px;
	}
	/* solution  */
	.caseHeaderA .solution {
		margin-bottom: 18px;
		display: inline-block;
	}
	.caseHeaderA .solution .wrap {
		display: block;
		border: 0;
	}
	.caseHeaderA .solution .label {
		padding: 3px 7px;
		font-size: 88%;
		display: inline-block;
	}
	.caseHeaderA .solution .label .in {
	}
	.caseHeaderA .solution .name {
		padding: 4px 5px;
		display: block;
		border: 2px solid #273c7c;
	}
	.caseHeaderA .solution .name li {
		margin-right: 0;
		padding-right: 0;
		font-size: 90%;
		border-right: 0;
		margin-bottom: 1px;
	}
	.caseHeaderA .solution .name li .tx1 {
		font-size: 120%;
		padding-left: 5px;
		font-weight: 500;
	}
	.caseHeaderA .solution .name li:last-of-type {
		margin-bottom: 0;
	}
	/* solution  */
	.caseHeaderA .problem {
		margin-bottom: 20px;
		padding: 0;
		display: block;
	}
	.caseHeaderA .problem .label {
		font-size: 152%;
		padding-right: 0;
		margin-right: 0;
		display: block;
		margin-bottom: 4px;
	}
	.caseHeaderA .problem .label:after {
		display: none;
	}
	.caseHeaderA .problem .label:first-letter {
		color: #f4a62d;
	}
	.caseHeaderA .problem .contents {
		flex: auto;
		font-size: 107%;
	}
	/* title  */
	.caseHeaderA .title {
		text-align: left;
		padding-bottom: 19px;
	}
	.caseHeaderA .title:after {
	}

	.caseHeaderA .title .text {
		font-size: 190%;
		text-align: left;
		padding: 0px;
		position: relative;
	}
	.caseHeaderA .title .text:after {
		display: none;
	}
	.caseHeaderA .title .text:before {
		display: none;
	}
}

/* // caseCompanyInfoA
----------------------------------------------- */
.caseCompanyInfoA {
	display: flex;
	display: -ms-flexbox;
}
.caseCompanyInfoA .image {
	width: 50%;
}
.caseCompanyInfoA .image img {
	width: 100%;
}
.caseCompanyInfoA .contents {
	flex: 1;
	padding-left: 30px;
}
.caseCompanyInfoA .contents .title {
	position: relative;
	line-height: 1.5;
	color: #273c7c;
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 231%;
}
.caseCompanyInfoA .contents .title:after {
	z-index: 5;
	content: " ";
	position: absolute;
	display: block;
	width: 108px;
	height: 70px;
	transform: skewX(-31deg) translateY(-50%);
	background: #f1f4f7;
	left: -23px;
	top: 50%;
}
.caseCompanyInfoA .contents .title .text {
	position: relative;
	z-index: 10;
	font-weight: 400;
}
.caseCompanyInfoA .contents .title:first-letter {
	color: #f4a62d;
	display: block;
}
/* name  */
.caseCompanyInfoA .contents .name {
	line-height: 1.5;
	margin-bottom: 19px;
}
.caseCompanyInfoA .contents .name .text {
	display: inline-block;
	background-color: #273c7c;
	padding: 5px 14px;
	font-size: 110%;
	color: #fff;
	font-weight: 500;
}
/* type  */
.caseCompanyInfoA .contents .type {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	line-height: 1.5;
}
.caseCompanyInfoA .contents .type li {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-items: center;
	-ms-align-items: center;
	margin-right: 10px;
}
.caseCompanyInfoA .contents .type li:last-of-type {
	margin-right: 0;
}
.caseCompanyInfoA .contents .type li {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-right: 25px;
}
.caseCompanyInfoA .contents .type li .label {
	border: 1px solid #273c7c;
	padding: 1px 7px;
	color: #273c7c;
	margin-right: 9px;
	font-size: 98%;
}
.caseCompanyInfoA .contents .description {
	margin-top: 40px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.caseCompanyInfoA {
		display: block;
	}
	.caseCompanyInfoA .image {
		width: 250px;
		margin: 0 auto 13px;
	}
	.caseCompanyInfoA .image img {
		width: 100%;
	}
	.caseCompanyInfoA .contents {
		flex: auto;
		padding-left: 0;
		width: 100%;
	}
	.caseCompanyInfoA .contents .title {
		margin-bottom: 17px;
		font-size: 216%;
	}
	.caseCompanyInfoA .contents .title:after {
		width: 96px;
		height: 62px;
		left: -25px;
	}
	.caseCompanyInfoA .contents .title .text {
	}
	.caseCompanyInfoA .contents .title:first-letter {
		color: #f4a62d;
		display: block;
	}
	/* name  */
	.caseCompanyInfoA .contents .name {
		margin-bottom: 15px;
	}
	.caseCompanyInfoA .contents .name .text {
		padding: 4px 11px;
	}
	/* type  */
	.caseCompanyInfoA .contents .type {
		display: block;
	}
	.caseCompanyInfoA .contents .type li {
		display: flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		align-items: center;
		-ms-align-items: center;
		margin-right: 10px;
	}
	.caseCompanyInfoA .contents .type li:last-of-type {
		margin-right: 0;
	}
	.caseCompanyInfoA .contents .type li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.caseCompanyInfoA .contents .type li .label {
		padding: 1px 7px;
		margin-right: 9px;
		font-size: 98%;
	}
	.caseCompanyInfoA .contents .description {
		margin-top: 20px;
	}
}

/* // swiper
----------------------------------------------- */
.swiper-button {
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 340%;
	opacity: 0.3;
	color: #273c7c;
}
.swiper-button-next {
	right: auto;
	left: calc(100% - 13px);
}
.swiper-button-prev {
	left: auto;
	right: calc(100% - 13px);
}
.swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	margin: 0 3px;
	border-radius: 0px;
}
.swiper-pagination-bullet-active {
	background-color: #273c7c;
}
.swiper-pagination {
	bottom: 25px;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // caseEffectivenessA
----------------------------------------------- */
.caseEffectivenessA .title {
	margin-bottom: 48px;
}
.caseEffectivenessA .items {
}
.caseEffectivenessA .items li {
	margin-bottom: 35px;
	position: relative;
	padding-left: 37px;
}
.caseEffectivenessA .items li:before {
	content: "0";
	color: #273c7c;
	font-size: 340%;
	position: absolute;
	left: 0px;
	top: -7px;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	line-height: 1;
}
.caseEffectivenessA .items li:nth-of-type(1):before {
	content: "1";
}
.caseEffectivenessA .items li:nth-of-type(2):before {
	content: "2";
}
.caseEffectivenessA .items li:nth-of-type(3):before {
	content: "3";
}
.caseEffectivenessA .items li:nth-of-type(4):before {
	content: "4";
}
.caseEffectivenessA .items li:nth-of-type(5):before {
	content: "5";
}
.caseEffectivenessA .items li:nth-of-type(6):before {
	content: "6";
}
.caseEffectivenessA .items li:nth-of-type(7):before {
	content: "7";
}
.caseEffectivenessA .items li:nth-of-type(8):before {
	content: "8";
}
.caseEffectivenessA .items li:nth-of-type(9):before {
	content: "9";
}

.caseEffectivenessA .items li:last-of-type {
	margin-bottom: 0;
}
.caseEffectivenessA .items li .htx1 {
	margin-bottom: 4px;
	margin-top: -5px;
}
.caseEffectivenessA .items li .description {
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.caseEffectivenessA .title {
		margin-bottom: 34px;
	}
	.caseEffectivenessA .items {
	}
	.caseEffectivenessA .items li {
		margin-bottom: 25px;
		padding-left: 30px;
	}
	.caseEffectivenessA .items li:before {
		font-size: 305%;
	}

	.caseEffectivenessA .items li:last-of-type {
		margin-bottom: 0;
	}
	.caseEffectivenessA .items li .htx1 {
		margin-bottom: 4px;
		margin-top: 0;
	}
	.caseEffectivenessA .items li .description {
	}
}

/* // personWrapA
----------------------------------------------- */
.personWrapA {
	border: 8px solid #e6e9f2;
	padding: 20px 27px 25px;
}
.personWrapA .wrap1 {
	display: flex;
	display: -ms-flexbox;
}
.personWrapA .image {
	width: 220px;
	height: 220px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.personWrapA .contents {
	flex: 1;
	padding-left: 30px;
}
.personWrapA .contents .title {
	line-height: 1.7;
	font-weight: 500;
	font-size: 140%;
	margin-bottom: 10px;
}
.personWrapA .contents .name {
	line-height: 1.7;
	font-weight: 500;
	font-size: 117%;
	margin-bottom: 1px;
}
.personWrapA .contents .division {
	line-height: 1.7;
	font-size: 95%;
	margin-bottom: 16px;
}
.personWrapA .contents .description {
	line-height: 1.7;
	font-size: 100%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.personWrapA {
		border-width: 5px;
		padding: 10px 16px 15px;
	}
	.personWrapA .wrap1 {
		display: block;
	}
	.personWrapA .image {
		width: 200px;
		height: 200px;
		margin: 0 auto 15px;
	}
	.personWrapA .contents {
		flex: auto;
		padding-left: 0px;
	}
	.personWrapA .contents .title {
		line-height: 1.6;
		font-size: 140%;
		margin-bottom: 8px;
	}
	.personWrapA .contents .name {
		font-size: 115%;
		margin-bottom: 1px;
	}
	.personWrapA .contents .division {
		font-size: 94%;
		margin-bottom: 8px;
	}
	.personWrapA .contents .description {
	}
}

/* // companayInfoA
----------------------------------------------- */
.companayInfoA {
	display: flex;
	display: -ms-flexbox;
}
.companayInfoA .image {
	width: 420px;
	margin-right: 30px;
}
.companayInfoA .image img {
	width: 100%;
}
.companayInfoA .contents {
	flex: 1;
	font-size: 94%;
	line-height: 1.8;
}
.companayInfoA .contents table {
	height: auto !important;
	border-top: 1px solid #ced3de;
}
.companayInfoA .contents table tr {
	height: auto !important;
}
.companayInfoA .contents table td {
	height: auto !important;
	width: auto !important;
	padding: 15px;
	border-bottom: 1px solid #ced3de;
}
.companayInfoA .contents table td:first-of-type {
	width: 170px !important;
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.companayInfoA {
		display: block;
	}
	.companayInfoA .image {
		width: 260px;
		margin: 0 auto 15px;
	}
	.companayInfoA .contents {
		flex: auto;
		font-size: 94%;
		line-height: 1.8;
	}
}

/* // eventIndexItemsA
----------------------------------------------- */
.eventIndexItemsA .item {
	padding: 25px 0;
	border-top: 1px solid #e3e3e3;
}
.eventIndexItemsA .item:last-of-type {
	border-bottom: 1px solid #e3e3e3;
}
.eventIndexItemsA .item .wrap {
	display: flex;
	display: -ms-flexbox;
	color: #000 !important;
}
.eventIndexItemsA .item .wrap .image {
	width: 200px;
	height: 140px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.eventIndexItemsA .item .wrap .image .in {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.eventIndexItemsA .item .wrap .image.none .in {
	background-image: url(/_pack/img/cmn_logo_A_01.png) !important;
	background-size: 120px auto;
}
.eventIndexItemsA .item:not(.off) .wrap:hover .image .in {
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.eventIndexItemsA .item .wrap .contents {
	padding-left: 30px;
	flex: 1;
}
.eventIndexItemsA .item .wrap .contents .category {
	line-height: 1;
	margin-bottom: 10px;
}
.eventIndexItemsA .item .wrap .contents .category .wrap {
	display: inline-block;
	padding: 5px 7px;
	color: #fff !important;
	min-width: 121px;
	text-align: center;
	font-size: 90%;
	background-color: #07336c;
}
.eventIndexItemsA .item .wrap .contents .title {
	line-height: 1.6;
	font-size: 143%;
	font-weight: 500;
	margin-bottom: 14px;
}
.eventIndexItemsA .item .wrap .contents .info {
	line-height: 1.4;
}
.eventIndexItemsA .item .wrap .contents .info li {
	margin-bottom: 6px;
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
}
.eventIndexItemsA .item .wrap .contents .info li:last-of-type {
	margin-bottom: 0;
}
.eventIndexItemsA .item .wrap .contents .info li .label {
	color: #273c7c;
	border: 1px solid #273c7c;
	padding: 2px;
	font-size: 81%;
	min-width: 100px;
	text-align: center;
	margin-right: 10px;
}
.eventIndexItemsA .item .wrap .contents .info li .text {
	font-size: 89%;
	flex: 1;
	margin-top: 3px;
}
.eventIndexItemsA .item.off {
}
.eventIndexItemsA .item.off .wrap {
	cursor: default;
	opacity: 0.4;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.eventIndexItemsA .item {
		padding: 15px 0;
	}
	.eventIndexItemsA .item .wrap {
	}
	.eventIndexItemsA .item .wrap .image {
		width: 85px;
		height: 61px;
	}
	.eventIndexItemsA .item .wrap .image .in {
	}
	.eventIndexItemsA .item:not(.off) .wrap:hover .image .in {
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
	.eventIndexItemsA .item .wrap .contents {
		padding-left: 10px;
	}
	.eventIndexItemsA .item .wrap .contents .category {
		margin-bottom: 3px;
	}
	.eventIndexItemsA .item .wrap .contents .category .wrap {
		padding: 4px 4px;
		min-width: 92px;
		font-size: 85%;
	}
	.eventIndexItemsA .item .wrap .contents .title {
		line-height: 1.5;
		font-size: 130%;
		margin-bottom: 10px;
	}
	.eventIndexItemsA .item .wrap .contents .info {
	}
	.eventIndexItemsA .item .wrap .contents .info li {
		margin-bottom: 6px;
	}
	.eventIndexItemsA .item .wrap .contents .info li:last-of-type {
		margin-bottom: 0;
	}
	.eventIndexItemsA .item .wrap .contents .info li .label {
		padding: 2px;
		font-size: 78%;
		min-width: 80px;
		text-align: ;
		margin-right: 7px;
	}
	.eventIndexItemsA .item .wrap .contents .info li .text {
		font-size: 89%;
		margin-top: 2px;
	}
	.eventIndexItemsA .item.off {
	}
	.eventIndexItemsA .item.off .wrap {
		cursor: default;
		opacity: 0.5;
	}
}

/* // infoDetailInfoA
----------------------------------------------- */
.infoDetailInfoA {
	line-height: 1.4;
}
.infoDetailInfoA li {
	margin-bottom: 11px;
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
}
.infoDetailInfoA li:last-of-type {
	margin-bottom: 0;
}
.infoDetailInfoA li .label {
	color: #273c7c;
	border: 1px solid #273c7c;
	padding: 2px;
	font-size: 96%;
	min-width: 130px;
	text-align: center;
	margin-right: 10px;
}
.infoDetailInfoA li .label.label--seminar {
	color: #fff;
	background-color: #EB7821;
	border-color: #EB7821;
	font-size: 115%;
}
.infoDetailInfoA li .text {
	font-size: 103%;
	flex: 1;
	margin-top: 3px;
}
.infoDetailInfoA li .text.text--seminar{
	font-size: 128%;
	margin-top: 1px;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.infoDetailInfoA {
	}
	.infoDetailInfoA li {
		margin-bottom: 11px;
		display: block;
	}
	.infoDetailInfoA li:last-of-type {
		margin-bottom: 0;
	}
	.infoDetailInfoA li .label {
		padding: 2px;
		font-size: 96%;
		min-width: 105px;
		margin-right: 0;
		display: inline-block;
	}
	.infoDetailInfoA li .text {
		font-size: 108%;
		flex: auto;
		margin-top: 3px;
		display: block;
	}
}

/* // infoDatailImageWrapA
----------------------------------------------- */
.infoDatailImageWrapA {
	background-color: #eee;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 400px;
	margin-bottom: 50px;
}
.infoDatailImageWrapA--seminar img{
	width: 100%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.infoDatailImageWrapA {
		height: 280px;
		margin-bottom: 30px;
	}
}

/* // seminarFix
----------------------------------------------- */
.seminarFix{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #EB7821;
	padding: 11px;
	border-radius: 8px 8px 0 0;
	color: #fff;
	width: 1100px;
	max-width: 100%;
	z-index: 100;
}
.seminarFix__txt01{
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.seminarFix__ttl{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 1.5;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.seminarFix__ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 33px;
}
.seminarFix__li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 11px;
	font-size: 14px;
	text-shadow: 0px 0px 5.7636494636535645px rgba(0, 0, 0, 0.30);
}
.seminarFix__li__span{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #000;
	border-radius: 16px;
	padding: 0px 12px;
	font-size: 12px;
	text-shadow: none;
	font-weight: bold;
}
.seminarFix__link{
	display: none;
}
@media screen and (max-width: 800px) {
	.seminarFix{
		padding: 12px 10px 15px;
	}
	.seminarFix__ul{
		display: none;
	}
	.seminarFix__ttl{
		font-size: 13px;
		overflow: hidden;
		max-height: 4em;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
	}
	.seminarFix__link{
		display: block;
		text-align: center;
	}
	.seminarFix__link__a{
		display: block;
		color: #000;
		background-color: #fff;
		padding: 5px 0;
		border-radius: 14px;
		font-size: 12px;
		font-weight: 500;
		margin-top: 5px;
	}
}

/* // tabNaviA
----------------------------------------------- */
.tabNaviA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: calc(100% + 20px);
}
.tabNaviA li {
	margin-right: 20px;
	margin-bottom: 20px;
}
.tabNaviA li a {
	display: block;
	padding-bottom: 5px;
	border-bottom: 3px solid #d8dce8;
	color: #273c7c !important;
	font-weight: 500;
	position: relative;
}
.tabNaviA li a:before {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 3px;
	background-color: #273c7c;
	left: 0px;
	top: 100%;
	transition: 0.2s;
}
.tabNaviA li a:hover:before {
	width: 100%;
}
.tabNaviA li a .tx {
	padding-right: 20px;
	display: inline-block;
	min-width: 80px;
}
.tabNaviA li a .icon {
	font-size: 110%;
}
.tabNaviA li.on a {
	font-weight: 600;
}
.tabNaviA li.on a:before {
	width: 100%;
	background-color: #f4a62d;
}
.tabNaviA li.on .icon {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // xxx
----------------------------------------------- */
.tabNaviA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: calc(100% + 20px);
}
.tabNaviA li {
	margin-right: 20px;
	margin-bottom: 20px;
}
.tabNaviA li a {
	display: block;
	padding-bottom: 5px;
	border-bottom: 3px solid #d8dce8;
	color: #273c7c !important;
	font-weight: 500;
	position: relative;
}
.tabNaviA li a:before {
	content: " ";
	position: absolute;
	display: block;
	width: 0%;
	height: 3px;
	background-color: #273c7c;
	left: 0px;
	top: 100%;
	transition: 0.2s;
}
.tabNaviA li a:hover:before {
	width: 100%;
}
.tabNaviA li a .tx {
	padding-right: 20px;
	display: inline-block;
	min-width: 80px;
}
.tabNaviA li a .icon {
	font-size: 110%;
}
.tabNaviA li.on a {
	font-weight: 600;
}
.tabNaviA li.on a:before {
	width: 100%;
	background-color: #f4a62d;
}
.tabNaviA li.on .icon {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.tabNaviA {
		width: calc(100% + 12px);
	}
	.tabNaviA li {
		margin-right: 10px;
		margin-bottom: 12px;
	}
	.tabNaviA li a {
		padding-bottom: 3px;
		border-bottom-width: 2px;
	}
	.tabNaviA li a:before {
		height: 2px;
	}
	.tabNaviA li a .tx {
		padding-right: 10px;
		min-width: 10px;
	}
	.tabNaviA li a .icon {
	}
}

/* // formAreaA
----------------------------------------------- */
.formAreaA {
	margin-top: 30px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // downloadItemWrapA
----------------------------------------------- */
.downloadItemWrapA .downloadItem {
	background-color: #fff;
	height: 100%;
	position: relative;
	border: 7px solid #e2e6ec;
	height: 100%;
	display: block;
}
.downloadItemWrapA .downloadItem:hover {
	border-color: #273c7c;
}
.downloadItemWrapA .downloadItem .image {
	padding: 15px;
	height: 200px;
	background-color: #f2f0f0;
}
.downloadItemWrapA .downloadItem .image > .in {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
}
.downloadItemWrapA .downloadItem .image.none > .in {
	background-size: 50% auto;
	opacity: 0.7;
}
.downloadItemWrapA .downloadItem .image > .in {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
}
.downloadItemWrapA .downloadItem .contensWrap {
	padding: 23px 20px 20px;
}
.downloadItemWrapA .downloadItem .contensWrap .textWrap {
}
.downloadItemWrapA .downloadItem .contensWrap .title {
	font-size: 118%;
	font-weight: 500;
	line-height: 1.5;
}
.downloadItemWrapA .downloadItem .contensWrap .btn1 {
	position: absolute;
	left: 0px;
	bottom: 13px;
	text-align: center;
	width: 100%;
}
.downloadItemWrapA .downloadItem .contensWrap .btn1 a {
	width: calc(100% - 40px);
}

.downloadItemWrapA .downloadItem .contensWrap .services {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 4px;
	min-height: 27px;
}
.downloadItemWrapA .downloadItem .contensWrap .services li {
	line-height: 1.4;
	font-size: 75%;
	margin-right: 8px;
	margin-bottom: 7px;
	border: 1px solid #273c7c;
	color: #273c7c;
	padding: 2px 5px;
}

/* swiperA  */
.downloadItemWrapA.swiper .swiperA .swiper-slide {
	width: 320px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.downloadItemWrapA {
		padding: 0px 15px;
	}
	.downloadItemWrapA .downloadItem {
		padding-bottom: 19px;
	}
	.downloadItemWrapA .downloadItem .image {
		padding: 10px;
		height: 135px;
	}
	.downloadItemWrapA .downloadItem .image > .in {
	}
	.downloadItemWrapA .downloadItem .contensWrap {
		padding: 18px 18px 0;
	}
	.downloadItemWrapA .downloadItem .contensWrap .textWrap {
	}
	.downloadItemWrapA .downloadItem .contensWrap .title {
		font-size: 124%;
	}
	.downloadItemWrapA .downloadItem .contensWrap .btn1 {
		bottom: 9px;
	}
	.downloadItemWrapA .downloadItem .contensWrap .btn1 a {
		width: calc(100% - 40px);
		padding: 0;
	}
	.downloadItemWrapA .downloadItem .contensWrap .services {
		min-height: 1px;
	}
	.downloadItemWrapA .downloadItem .contensWrap .services li {
		font-size: 86%;
	}
	/* swiperA  */
	.downloadItemWrapA.swiper {
		padding: 0 0;
	}
	.downloadItemWrapA.swiper .swiperA .swiper-slide {
		width: 200px;
	}
	.downloadItemWrapA.swiper .item .image {
		height: 160px;
	}
	.downloadItemWrapA .swiperA .swiper-slide {
		width: 270px;
	}
	.downloadItemWrapA .swiperA .swiper-button {
		display: none;
	}
}

/* // pageInFormA
----------------------------------------------- */
.pageInFormA {
	display: flex;
	display: -ms-flexbox;
	width: calc(100% + 0);
}
.pageInFormA .contentsWrap {
	width: calc(54% - 30px);
	margin-right: 60px;
}
.pageInFormA .contentsWrap.contentsWrap--seminar {
	width: calc(60% - 2.5%);
	margin-right: 5%;
}
.pageInFormA .formWrap {
	width: calc(46% - 30px);
}

.pageInFormA .formWrap.formWrap--seminar {
	width: calc(40% - 2.5%);
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.pageInFormA {
		display: block;
		width: 100%;
	}
	.pageInFormA .contentsWrap {
		width: 100%;
		margin-right: 0;
	}
	.pageInFormA .formWrap {
		width: 100%;
		margin-top: 30px;
	}
	.pageInFormA .contentsWrap.contentsWrap--seminar {
		width: 100%;
	}
	.pageInFormA .formWrap.formWrap--seminar {
		width: 100%;
	}
}

/* // downloadDetailA
----------------------------------------------- */
.downloadDetailA .title1 {
	font-size: 167%;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 25px;
}
.downloadDetailA .image1 {
	padding: 20px;
	height: 340px;
	background-color: #dddddd;
	margin-bottom: 25px;
}
.downloadDetailA .image1 > .in {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 100%;
}

.downloadDetailA .description {
	font-size: 94%;
	line-height: 2;
	margin-bottom: 28px;
}
.downloadDetailA .pointsWrap {
}
.downloadDetailA .pointsWrap .hx1 {
	font-size: 120%;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 18px;
}

.downloadDetailA .pointsWrap .points li {
	position: relative;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 22px;
	padding-top: 4px;
	padding-left: 47px;
}
.downloadDetailA .pointsWrap .points li:before {
	position: absolute;
	left: 0px;
	top: 0;
	font-size: 110%;
	content: "\ea7c";
	font-family: iconfontA;
	width: 35px;
	height: 35px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	color: #fff;
	background-color: #273c7c;
}
.downloadDetailA .pointsWrap .points li:last-of-type {
	margin-bottom: 0;
}

.downloadDetailA .services {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 6px;
}
.downloadDetailA .services li {
	line-height: 1.4;
	font-size: 84%;
	margin-right: 8px;
	margin-bottom: 7px;
	border: 1px solid #273c7c;
	color: #273c7c;
	padding: 2px 5px;
}

.downloadDetailA .free1 {
	margin-top: 50px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.downloadDetailA .title1 {
		font-size: 155%;
		margin-bottom: 20px;
	}
	.downloadDetailA .image1 {
		padding: 15px;
		height: 220px;
		margin-bottom: 20px;
	}
	.downloadDetailA .image1 > .in {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: auto 100%;
		height: 100%;
	}

	.downloadDetailA .description {
		font-size: 94%;
		line-height: 1.9;
		margin-bottom: 25px;
	}
	.downloadDetailA .pointsWrap {
	}
	.downloadDetailA .pointsWrap .hx1 {
		font-size: 118%;
		margin-bottom: 13px;
	}

	.downloadDetailA .pointsWrap .points li {
		font-size: 100%;
		margin-bottom: 13px;
		padding-top: 4px;
		padding-left: 40px;
	}
	.downloadDetailA .pointsWrap .points li:before {
		font-size: 110%;
		width: 30px;
		height: 30px;
	}
	.downloadDetailA .pointsWrap .points li:last-of-type {
		margin-bottom: 0;
	}
}

/* // formBoxA
----------------------------------------------- */
.formBoxA {
	padding: 40px;
	background-color: #eff0f2;
	border-top: 5px solid #273c7c;
}
.formBoxA.formBoxA--seminar{
	padding: 10px;
	background-color: #fff;
	border: solid 4px #EBEBEB;
}
.formBoxA.formBoxA--seminar #satori__creative_container select{
	max-width: 500px;
}
.formBoxA .title1 {
	font-size: 104%;
	font-weight: 500;
	margin-bottom: 22px;
	line-height: 1.5;
}
.formBoxA iframe {
	width: 100%;
	height: 100px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.formBoxA {
		padding: 20px;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
		border-top-width: 3px;
	}
	.formBoxA .title1 {
		font-size: 100%;
		margin-bottom: 17px;
	}
	.formBoxA iframe {
	}
}

/* // formBoxB
----------------------------------------------- */
.formBoxB {
	padding: 48px 55px;
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	border-top: 5px solid #d70303;
}
.formBoxB .title1 {
	font-size: 110%;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1.5;
}
.formBoxB iframe {
	width: 100%;
	height: 100px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.formBoxB {
		padding: 20px;
		box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
		border-top-width: 3px;
	}
	.formBoxB .title1 {
		font-size: 100%;
		margin-bottom: 17px;
	}
	.formBoxB iframe {
	}
}

/* // downloadBoxA
----------------------------------------------- */
.downloadBoxA {
	background: url(/_pack/img/cta_bg_01.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 50px;
}
.downloadBoxA > .inner {
	background-color: rgba(255, 255, 255, 0.75);
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	padding: 25px;
}
.downloadBoxA .titleWrap {
	width: 400px;
}
.downloadBoxA .titleWrap .title {
	line-height: 1.5;
}
.downloadBoxA .titleWrap .title .en {
	font-weight: 500;
	font-size: 336%;
	margin-bottom: 7px;
	color: #273c7c;
	display: block;
	text-align: center;
}
.downloadBoxA .titleWrap .title .en:first-letter {
	color: #f4a62d;
}
.downloadBoxA .titleWrap .title .ja {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 118%;
	color: #273c7c;
}

.downloadBoxA .document {
	flex: 1;
}
.downloadBoxA .document .name {
	line-height: 1.6;
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 6px;
	font-size: 139%;
	font-weight: 500;
}
.downloadBoxA .document .name:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
}
.downloadBoxA .document .description {
	line-height: 1.8;
	font-size: 100%;
}
.downloadBoxA .document .btn {
	line-height: 1;
	margin-top: 18px;
	font-size: 119%;
	text-align: center;
}
.downloadBoxA .document .btn a {
	width: 400px;
	padding: 4px;
	font-size: 100%;
}
.downloadBoxA .document .btn a .icon {
	font-size: 167% !important;
	right: 35px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.downloadBoxA {
		padding: 15px 15px;
	}
	.downloadBoxA > .inner {
		padding: 21px 10px;
		display: block;
	}
	.downloadBoxA .titleWrap {
		width: 100%;
	}
	.downloadBoxA .titleWrap .title {
	}
	.downloadBoxA .titleWrap .title .en {
		font-size: 260%;
		margin-bottom: 2px;
	}
	.downloadBoxA .titleWrap .title .en:first-letter {
		color: #f4a62d;
	}
	.downloadBoxA .titleWrap .title .ja {
		font-size: 114%;
	}

	.downloadBoxA .document {
		flex: auto;
		margin-top: 19px;
	}
	.downloadBoxA .document .name {
		margin-bottom: 17px;
		padding-bottom: 8px;
		font-size: 135%;
		line-height: 1.5;
		font-weight: 600;
	}
	.downloadBoxA .document .name:before {
	}
	.downloadBoxA .document .description {
		font-size: 100%;
	}
	.downloadBoxA .document .btn {
		margin-top: 16px;
		font-size: 119%;
	}
	.downloadBoxA .document .btn a {
		width: 100%;
		padding: 4px;
		font-size: 102%;
	}
	.downloadBoxA .document .btn a .icon {
		font-size: 163% !important;
		right: 27px;
	}
}

/* // solutionItemsA
----------------------------------------------- */
.solutionItemsA .item a {
	height: 100%;
	display: block;
	border: 8px solid #dce0ed;
	padding: 20px 15px;
	position: relative;
}
.solutionItemsA .item a:hover {
	border-color: #273c7c !important;
}
.solutionItemsA .item a.noLink {
	cursor: default;
	border-color: #eae7e7 !important;
}

.solutionItemsA .item a .testName {
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 1;
	font-size: 9px;
	opacity: 0.3;
}

.solutionItemsA .item a .type {
	line-height: 1.5;
	text-align: center;
	margin-bottom: 12px;
}
.solutionItemsA .item a .type .text {
	display: inline-block;
	color: #fff;
	background-color: #273c7c;
	padding: 4px 6px;
	font-size: 97%;
	font-weight: 500;
}
.solutionItemsA .item a .logo {
	line-height: 1;
	position: relative;
	margin-bottom: 13px;
	padding-bottom: 14px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.solutionItemsA .item a .logo in {
	display: inline-block;
}
.solutionItemsA .item a .logo img {
	height: 60px;
	opacity: 1 !important;
}
.solutionItemsA .item a .logo:after {
	content: " ";
	position: absolute;
	display: block;
	width: 90px;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.solutionItemsA .item a .logo img.l3 {
	height: calc(55px + 15px);
}
.solutionItemsA .item a .logo img.l2 {
	height: calc(55px + 10px);
}
.solutionItemsA .item a .logo img.l1 {
	height: calc(55px + 5px);
}
.solutionItemsA .item a .logo img.s1 {
	height: calc(55px - 5px);
}
.solutionItemsA .item a .logo img.s2 {
	height: calc(55px - 10px);
}
.solutionItemsA .item a .logo img.s3 {
	height: calc(55px - 15px);
}

.solutionItemsA .item a .logo.text {
	font-size: 180%;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	color: #000 !important;
	font-family: "Oswald" "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "MS P Gothic", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.solutionItemsA .item a .logo.text .in {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	height: 100%;
}

.solutionItemsA .item a .catch1 {
	color: #273c7c;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.6;
	font-size: 122%;
	font-weight: 600;
}
.solutionItemsA .item a .description {
	text-align: center;
	line-height: 1.7;
	font-size: 90%;
}

/* ________PC________ */
@media screen and (min-width: 801px) {
	/* _1  */
	.solutionItemsA._1 .item a {
		border: 8px solid #dce0ed;
		padding: 19px 25px;
		display: flex;
		display: -ms-flexbox;
		align-items: center;
		-ms-align-items: center;
		justify-content: center;
		-ms-justify-content: center;
	}

	.solutionItemsA._1 .item a .type {
		text-align: left;
		margin-bottom: 7px;
	}
	.solutionItemsA._1 .item a .type .text {
		padding: 3px 6px;
		font-size: 100%;
	}
	.solutionItemsA._1 .item a .wrap1 {
		flex: 1;
	}

	.solutionItemsA._1 .item a .logo {
		width: 300px;
		margin-right: 30px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.solutionItemsA._1 .item a .logo in {
	}
	.solutionItemsA._1 .item a .logo img {
		height: 45px;
	}
	.solutionItemsA._1 .item a .logo img.l3 {
		height: calc(45px + 15px);
	}
	.solutionItemsA._1 .item a .logo img.l2 {
		height: calc(45px + 10px);
	}
	.solutionItemsA._1 .item a .logo img.l1 {
		height: calc(45px + 5px);
	}
	.solutionItemsA._1 .item a .logo img.s1 {
		height: calc(45px - 5px);
	}
	.solutionItemsA._1 .item a .logo img.s2 {
		height: calc(45px - 10px);
	}
	.solutionItemsA._1 .item a .logo img.s3 {
		height: calc(45px - 15px);
	}

	.solutionItemsA._1 .item a .logo:after {
		display: none;
	}
	.solutionItemsA._1 .item a .logo.text {
		font-size: 200%;
	}

	.solutionItemsA._1 .item a .catch1 {
		text-align: left;
		margin-bottom: 5px;
		font-size: 127%;
	}
	.solutionItemsA._1 .item a .description {
		text-align: left;
		font-size: 96%;
	}
}

/* _2  */
.solutionItemsA._2 .item a {
	border-width: 7px;
	padding: 17px 14px;
}

.solutionItemsA._2 .item a .type {
	margin-bottom: 9px;
}
.solutionItemsA._2 .item a .type .text {
	padding: 2px 4px;
	font-size: 91%;
}
.solutionItemsA._2 .item a .logo {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 160%;
}
.solutionItemsA._2 .item a .logo img {
	height: 50px;
}
.solutionItemsA._2 .item a .logo:after {
	width: 70px;
}
.solutionItemsA._2 .item a .catch1 {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 106%;
}
.solutionItemsA._2 .item a .description {
	display: none;
}

/* _3  */
.solutionItemsA._3 .item a {
	border-width: 6px;
	padding: 15px 10px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.solutionItemsA._3 .item a:hover {
}
.solutionItemsA._3 .item a .type {
	display: none;
	margin-bottom: 6px;
}
.solutionItemsA._3 .item a .type .text {
	padding: 2px 4px;
	font-size: 84%;
	font-weight: 400;
}
.solutionItemsA._3 .item a .logo {
	margin-bottom: 0;
	padding-bottom: 0;
}
.solutionItemsA._3 .item a .logo img {
	height: 30px;
}
.solutionItemsA._3 .item a .logo.text {
	font-size: 130%;
	margin-top: 5px;
}

.solutionItemsA._3 .item a .logo:after {
	display: none;
}
.solutionItemsA._3 .item a .catch1 {
	display: none;
}
.solutionItemsA._3 .item a .description {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solutionItemsA .item a {
		border-width: 7px;
		padding: 16px 16px;
	}
	.solutionItemsA .item a:hover {
	}
	.solutionItemsA .item a .type {
		margin-bottom: 10px;
	}
	.solutionItemsA .item a .type .text {
		padding: 3px 4px;
		font-size: 103%;
	}
	.solutionItemsA .item a .logo {
		margin-bottom: 17px;
		padding-bottom: 16px;
	}
	.solutionItemsA .item a .logo in {
	}
	.solutionItemsA .item a .logo img {
		height: 50px;
		width: auto;
	}
	.solutionItemsA .item a .logo:after {
		width: 80px;
	}
	.solutionItemsA .item a .logo img.l3 {
		height: calc(50px + 15px);
	}
	.solutionItemsA .item a .logo img.l2 {
		height: calc(50px + 10px);
	}
	.solutionItemsA .item a .logo img.l1 {
		height: calc(50px + 5px);
	}
	.solutionItemsA .item a .logo img.s1 {
		height: calc(50px - 5px);
	}
	.solutionItemsA .item a .logo img.s2 {
		height: calc(50px - 10px);
	}
	.solutionItemsA .item a .logo img.s3 {
		height: calc(50px - 15px);
	}

	.solutionItemsA .item a .logo.text {
		font-family: "Oswald";
		font-size: 250%;
		font-weight: 600;
	}

	.solutionItemsA .item a .catch1 {
		margin-bottom: 8px;
		font-size: 127%;
	}
	.solutionItemsA .item a .description {
		font-size: 96%;
	}
}

/* // searchInputA
----------------------------------------------- */
.searchInputA {
	width: 800px;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.searchInputA .txInput {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background-color: #efefef;
	box-sizing: border-box;
	padding: 0 0;
	height: 55px;
	width: 100%;
	line-height: 1;
	padding: 15px 15px 15px 15px;
	font-size: 111%;
}
html.top .searchInputA .txInput {
	background-color: #fff;
	outline: solid 1px #ccc;
}
.searchInputA .txInput:focus {
	outline: solid 1px #273c7c;
}
.searchInputA .btn {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.searchInputA .btn .in {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.searchInputA input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background-color: transparent;
	border: 0;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 10;
	cursor: pointer;
}

.searchInputA._1 {
	width: 300px;
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 500;
}
.searchInputA._1 .txInput {
	height: 42px;
	line-height: 1;
	padding: 10px 33px 10px 10px;
	font-size: 100%;
}
.searchInputA._1 .txInput:focus {
}
.searchInputA._1 .btn {
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	top: 7px;
	right: 3px;
	opacity: 0.3;
}
.searchInputA._1 .btn .in {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.searchInputA._1 input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background-color: transparent;
	border: 0;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 10;
	cursor: pointer;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.searchInputA {
		width: 100%;
	}
	.searchInputA .txInput {
		height: 45px;
		padding: 10px 10px 10px 10px;
		font-size: 105%;
	}

	.searchInputA._1 {
		width: 250px;
		position: relative;
		top: auto;
		right: auto;
		text-align: right;
		margin: -13px 0 12px auto;
	}
	html.top .searchInputA._1 {
		display: none;
	}
	.searchInputA._1 .txInput {
	}
	html.top .searchInputA._1 .txInput {
	}
	.searchInputA._1 .txInput:focus {
	}
	.searchInputA._1 .btn {
		top: 10px;
	}
	.searchInputA._1 .btn .in {
	}
	.searchInputA._1 input[type="submit"] {
	}
}

/* // searchItemWrapA
----------------------------------------------- */
.searchItemWrapA .item {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px dotted #999;
}
.searchItemWrapA .item:first-of-type {
	padding-top: 22px;
	border-top: 1px dotted #999;
}
.searchItemWrapA .item:last-of-type {
	margin-bottom: 0px;
}
.searchItemWrapA .item .category {
	line-height: 1;
	margin-bottom: 5px;
}
.searchItemWrapA .item .category .in {
	display: inline-block;
	background-color: #edf1f4;
	padding: 5px 8px;
	font-size: 74%;
}
.searchItemWrapA .item .title {
	line-height: 1.8;
	margin-bottom: 5px;
}
.searchItemWrapA .item .title a {
	font-size: 119%;
	font-weight: 500;
	color: #273c7c;
	line-height: 1.6;
	background-image: linear-gradient(to bottom, transparent calc(100% - 1px), rgba(239, 0, 111, 0) ; calc(100% - 1px));
}
.searchItemWrapA .item .title a:hover {
	color: #b7166e !important;
	background-image: linear-gradient(to bottom, transparent calc(100% - 1px), #b7166e calc(100% - 1px));
}

.searchItemWrapA .item .body {
	line-height: 1.7;
	font-size: 90%;
	font-weight: 300;
	color: #666;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.searchItemWrapA .item {
		padding-bottom: 14px;
		margin-bottom: 14px;
	}
	.searchItemWrapA .item:first-of-type {
		padding-top: 14px;
	}
	.searchItemWrapA .item .category {
		margin-bottom: 3px;
	}
	.searchItemWrapA .item .category .in {
		padding: 5px 8px;
		font-size: 81%;
	}
	.searchItemWrapA .item .title {
		line-height: 1.7;
		margin-bottom: 3px;
	}
	.searchItemWrapA .item .title a {
		font-size: 112%;
		line-height: 1.5;
	}
	.searchItemWrapA .item .body {
		line-height: 1.6;
		font-size: 90%;
	}
}

/* // irWhatContents
----------------------------------------------- */
/* irWhatItem1  */
.irWhatItem1 .item {
	position: relative;
	padding-bottom: 30px;
	color: #000 !important;
	text-align: center;
}
.irWhatItem1 .item .htx1 {
	font-weight: 500;
	line-height: 1;
	font-size: 183%;
	margin-bottom: 17px;
	text-align: center;
}
.irWhatItem1 .item .htx1:first-letter {
	color: #f4a62d;
	font-size: 150%;
}
.irWhatItem1 .item .tx1 {
	font-size: 100%;
	line-height: 1.7;
	text-align: center;
}
.irWhatItem1 .item .tx1 .strong {
	font-size: 110%;
	font-weight: 500;
}
.irWhatItem1 .item .icon {
	display: inline-block;
	width: 54%;
}
.irWhatItem1 .item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 25px 0 25px;
	border-color: #273c7c transparent transparent transparent;
}

/* irWhatSec1  */
.irWhatSec1 .image1 {
	text-align: center;
	margin-bottom: 40px;
}
.irWhatSec1 .image1 img {
	width: 70%;
}
.irWhatSec1 .irWhatItem2 {
	margin-top: 32px;
}
.irWhatSec1 .irWhatItem2 .item .htx1 {
	font-weight: 500;
	line-height: 1.5;
	font-size: 120%;
	margin-bottom: 7px;
}
.irWhatSec1 .irWhatItem2 .item .htx1 .in {
	display: inline-block;
	padding-bottom: 4px;
	padding-right: 30px;
	border-bottom: 1px solid #ccc;
}
.irWhatSec1 .irWhatItem2 .item .list1 {
	margin: 10px 0 20px;
}

.irWhatSec1 .irWhatItem2 .item .graph1 {
	display: block;
	margin: 10px auto 0 0;
	width: 90%;
}

/* irWhatSec2  */
.irWhatSec2 .image1 {
	text-align: center;
	margin-bottom: 40px;
}
.irWhatSec2 .image1 img {
	width: 70%;
}

/* irWhatSec3  */
.irWhatSec3 .image1 {
	text-align: center;
}
.irWhatSec3 .image1 img {
	width: 60%;
}
.irWhatSec3 .arrow1 {
	position: relative;
	margin: 16px 0 10px 0;
	height: 55px;
}
.irWhatSec3 .arrow1:before {
	content: " ";
	position: absolute;
	display: block;
	width: 45px;
	height: 35px;
	background-color: #d5dbec;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.irWhatSec3 .arrow1:after {
	content: "";
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 45px 0 45px;
	border-color: #d5dbec transparent transparent transparent;
}

.irWhatSec3 .irWhatItem3 {
	background-color: #e2e7f9;
	padding: 20px;
}
.irWhatSec3 .irWhatItem3 .col:first-of-type {
	margin-bottom: 1px;
}

.irWhatSec3 .irWhatItem3 .item {
	background-color: #fff;
	padding: 20px 10px;
}
.irWhatSec3 .irWhatItem3 .item:hover {
	background-color: #f4f6fc;
}
.irWhatSec3 .irWhatItem3 .item p {
	text-align: center;
}
.irWhatSec3 .irWhatItem3 .item .htx1 {
	font-weight: 500;
	line-height: 1.4;
	font-size: 93%;
	margin-bottom: 10px;
}
.irWhatSec3 .irWhatItem3 .item .solutionType {
	font-weight: 500;
	line-height: 1.5;
	font-size: 92%;
	margin-bottom: 0px;
}
.irWhatSec3 .irWhatItem3 .item .solutionName {
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 2px;
	font-size: 210%;
}
.irWhatSec3 .irWhatItem3 .item .htx2 {
	font-weight: 500;
	line-height: 1.5;
	font-size: 100%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	/* irWhatItem1  */
	.irWhatItem1 .item {
		position: relative;
		padding-bottom: 30px;
		color: #000 !important;
		text-align: center;
	}
	.irWhatItem1 .item .htx1 {
		font-size: 145%;
		margin-bottom: 12px;
	}
	.irWhatItem1 .item .htx1:first-letter {
		font-size: 130%;
	}
	.irWhatItem1 .item .tx1 {
		font-size: 90%;
		line-height: 1.6;
		text-align: center;
	}
	.irWhatItem1 .item .tx1 .strong {
		font-size: 110%;
		font-weight: 500;
	}
	.irWhatItem1 .item .icon {
		display: inline-block;
		width: 53%;
	}
	.irWhatItem1 .item:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 17px 25px 0 25px;
		border-color: #273c7c transparent transparent transparent;
	}

	/* irWhatSec1  */
	.irWhatSec1 .image1 {
		text-align: center;
		margin-bottom: 40px;
	}
	.irWhatSec1 .image1 img {
		width: 90%;
	}
	.irWhatSec1 .irWhatItem2 {
		margin-top: 32px;
	}
	.irWhatSec1 .irWhatItem2 .item .htx1 {
		font-size: 112%;
		margin-bottom: 3px;
	}
	.irWhatSec1 .irWhatItem2 .item .htx1 .in {
		padding-bottom: 3px;
		padding-right: 24px;
	}
	.irWhatSec1 .irWhatItem2 .item .list1 {
		margin: 5px 0 17px -5px;
	}

	.irWhatSec1 .irWhatItem2 .item .graph1 {
		display: block;
		margin: 8px auto 0 0;
		width: 90%;
	}

	/* irWhatSec2  */
	.irWhatSec2 .image1 {
		text-align: center;
		margin-bottom: 40px;
	}
	.irWhatSec2 .image1 img {
		width: 90%;
	}

	/* irWhatSec3  */
	.irWhatSec3 .image1 {
		text-align: center;
	}
	.irWhatSec3 .image1 img {
		width: 69%;
	}
	.irWhatSec3 .arrow1 {
		position: relative;
		margin: 14px 0 10px 0;
		height: 50px;
	}
	.irWhatSec3 .arrow1:before {
		width: 43px;
		height: 24px;
	}
	.irWhatSec3 .arrow1:after {
		top: 22px;
		border-width: 20px 43px 0 43px;
	}

	.irWhatSec3 .irWhatItem3 {
		padding: 15px;
	}
	.irWhatSec3 .irWhatItem3 .col:first-of-type {
		margin-bottom: 0;
	}

	.irWhatSec3 .irWhatItem3 .item {
		padding: 17px 10px;
	}
	.irWhatSec3 .irWhatItem3 .item p {
		text-align: center;
	}
	.irWhatSec3 .irWhatItem3 .item .htx1 {
		font-size: 94%;
		margin-bottom: 8px;
	}
	.irWhatSec3 .irWhatItem3 .item .solutionType {
		font-size: 96%;
	}
	.irWhatSec3 .irWhatItem3 .item .solutionName {
		margin-bottom: -1px;
		font-size: 210%;
	}
	.irWhatSec3 .irWhatItem3 .item .htx2 {
		font-size: 100%;
	}
}

/* // irBussinessContents
----------------------------------------------- */
.irBussinessContents .philosophy {
	border: 1px solid #ccc;
	padding: 20px 10px;
	font-size: 120%;
	line-height: 1.8;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.irBussinessContents .philosophy {
		padding: 20px 7px;
		font-size: 114%;
	}
}

/* // companyDaikoContents
----------------------------------------------- */
.companyDaikoContents .sectionTitl1 {
	margin-bottom: 42px;
	display: flex;
	display: -ms-flexbox;
}
.companyDaikoContents .sectionTitl1 .num {
	font-size: 68px;
	color: #b8b9ca;
	font-weight: 500;
	width: 84px;
	line-height: 0.8;
}
.companyDaikoContents .sectionTitl1 .text {
	flex: 1;
	font-size: 270%;
	font-weight: 600;
	line-height: 1.5;
}

.companyDaikoContents .catch1 {
	margin-bottom: 20px;
	text-align: center;
}
.companyDaikoContents .catch1 .text {
	position: relative;
	font-size: 180%;
	font-weight: 500;
	line-height: 1.5;
	display: inline-block;
}

.companyDaikoContents .catch1 .text:before {
	position: absolute;
	left: -47px;
	top: -8px;
	font-size: 120%;
	content: "\ea5a";
	font-family: iconfontA;
	color: #b8b9ca;
}

.companyDaikoContents .catch1 .text:after {
	position: absolute;
	right: -47px;
	bottom: -5px;
	font-size: 120%;
	content: "\ea59";
	font-family: iconfontA;
	color: #b8b9ca;
}

.companyDaikoContents .htx1 {
	line-height: 1.5;
	margin-bottom: 13px;
	font-size: 160%;
	font-weight: 500;
}
.companyDaikoContents .htx2 {
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 140%;
	font-weight: 500;
}
.companyDaikoContents .itemWrap1 {
}
.companyDaikoContents .itemWrap1 .item {
	display: flex;
	display: -ms-flexbox;
	margin-bottom: 30px;
}
.companyDaikoContents .itemWrap1 .item:last-of-type {
	margin-bottom: 0;
}
.companyDaikoContents .itemWrap1 .item .image {
	width: 180px;
	margin-right: 20px;
}
.companyDaikoContents .itemWrap1 .item .contents {
	flex: 1;
}
.companyDaikoContents .itemWrap1 .item .contents .year {
	line-height: 1;
	margin-bottom: 8px;
}
.companyDaikoContents .itemWrap1 .item .contents .year .in {
	font-size: 109%;
	display: inline-block;
	background-color: #e9ecf7;
	padding: 6px 11px;
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.companyDaikoContents .sectionTitl1 {
		margin-bottom: 28px;
	}
	.companyDaikoContents .sectionTitl1 .num {
		font-size: 42px;
		width: 52px;
		line-height: 0.8;
	}
	.companyDaikoContents .sectionTitl1 .text {
		font-size: 223%;
		line-height: 1.4;
	}

	.companyDaikoContents .catch1 {
		margin-bottom: 16px;
	}
	.companyDaikoContents .catch1 .text {
		font-size: 147%;
		line-height: 1.5;
		text-align: left;
		padding: 0 27px;
	}

	.companyDaikoContents .catch1 .text:before {
		left: 0;
		top: -7px;
		font-size: 115%;
	}

	.companyDaikoContents .catch1 .text:after {
		right: 0;
		bottom: -7px;
		font-size: 115%;
	}

	.companyDaikoContents .htx1 {
		margin-bottom: 8px;
		font-size: 130%;
	}
	.companyDaikoContents .htx2 {
		line-height: 1.5;
		margin-bottom: 4px;
		font-size: 130%;
	}
	.companyDaikoContents .itemWrap1 {
	}
	.companyDaikoContents .itemWrap1 .item {
		margin-bottom: 23px;
	}
	.companyDaikoContents .itemWrap1 .item .image {
		width: 100px;
		margin-right: 10px;
	}
	.companyDaikoContents .itemWrap1 .item .contents {
	}
	.companyDaikoContents .itemWrap1 .item .contents .year {
		margin-bottom: 6px;
	}
	.companyDaikoContents .itemWrap1 .item .contents .year .in {
		font-size: 101%;
		padding: 5px 7px;
	}
}

/* // ctaTitleA
----------------------------------------------- */
.ctaTitleA {
	margin-bottom: 31px;
}
.ctaTitleA p {
	text-align: center;
	line-height: 1.5;
}
.ctaTitleA .type {
	margin-bottom: 4px;
}
.ctaTitleA .type .in {
	background-color: #273c7c;
	color: #fff;
	display: inline-block;
	padding: 4px 17px;
	font-size: 90%;
	letter-spacing: 1px;
}
.ctaTitleA .logo {
	margin-bottom: 14px;
}
.ctaTitleA .logo img {
	height: 41px;
	width: auto;
}
.ctaTitleA .name {
}
.ctaTitleA .name .in {
	display: inline-block;
	position: relative;
	font-size: 211%;
	font-weight: bold;
}
/*
.ctaTitleA .name .in:before {
	content:" ";
	position:absolute;
	display:block;
	width:20px;
	height:1px;
	background-color:#273C7C;
	left:calc(100% + 10px);
	top:50%;
	transform: translateY(-50%);
}
.ctaTitleA .name .in:after {
	content:" ";
	position:absolute;
	display:block;
	width:20px;
	height:1px;
	background-color:#273C7C;
	right:calc(100% + 10px);
	top:50%;
	transform: translateY(-50%);
}
 */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // btmCtaA
----------------------------------------------- */
.btmCtaA {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	padding: 8px;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	line-height: 1;
	transform: translateY(120%);
	transition: 0.5s;
}
.btmCtaA.view {
	transform: translateY(0%);
}
.btmCtaA .title {
	margin-right: 15px;
}
.btmCtaA .title .type {
	margin-bottom: 6px;
	text-align: center;
	line-height: 1;
}
.btmCtaA .title .type .in {
	display: inline-block;
	background-color: #273c7c;
	color: #fff;
	padding: 4px 9px;
	font-size: 94%;
}
.btmCtaA .title .name {
	font-weight: bold;
	font-size: 137%;
	text-align: center;
	margin: 0 !important;
	line-height: 1 !important;
}

.btmCtaA .btns {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.btmCtaA .btns li {
	margin-right: 7px;
}
.btmCtaA .btns li:last-of-type {
	margin-right: 0px;
}
.btmCtaA .btns li a {
	min-width: 220px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.btmCtaA {
		display: none;
	}
}

/* // mapRbomMabBlock1
----------------------------------------------- */
.mapRbomMabBlock1 {
	position: relative;
}
.mapRbomMabBlock1 .links a {
	display: block;
	width: 196px;
	height: 83px;
	border-radius: 8px;
	opacity: 0;
	position: absolute;
	transition: 0.2s;
}
.mapRbomMabBlock1 .links a:hover {
	opacity: 1;
	border: 5px solid #273c7c;
}
.mapRbomMabBlock1 .links a[href="#Sec01"] {
	left: calc(720 / 1100 * 100%);
	top: calc(379 / 600 * 100%);
}
.mapRbomMabBlock1 .links a[href="#Sec02"] {
	left: calc(31 / 1100 * 100%);
	top: calc(319 / 600 * 100%);
}
.mapRbomMabBlock1 .links a[href="#Sec03"] {
	left: calc(311 / 1100 * 100%);
	top: calc(261 / 600 * 100%);
}
.mapRbomMabBlock1 .links a[href="#Sec04"] {
	left: calc(64 / 1100 * 100%);
	top: calc(124 / 600 * 100%);
}
.mapRbomMabBlock1 .links a[href="#Sec05"] {
	left: calc(426 / 1100 * 100%);
	top: calc(101 / 600 * 100%);
}
.mapRbomMabBlock1 .links a[href="#Sec06"] {
	left: calc(778 / 1100 * 100%);
	top: calc(182 / 600 * 100%);
}
.mapRbomMabBlock1 .links a[href="#Sec07"] {
	left: calc(400 / 1100 * 100%);
	top: calc(514 / 600 * 100%);
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}
/* // mapInfraBlock1
----------------------------------------------- */
.mapInfra.titTxA {
	margin-top: 100px;
}
@media screen and (max-width: 800px) {
	.mapInfra.titTxA {
		margin-top: 60px;
	}
}
.mapInfraBlock1 {
	position: relative;
}
.pageLink__inner {
	position: relative;
}
.mapInfraBlock1 .pageLink__wrap {
	position: absolute;
	min-width: 280px;
	width: 280px;
	border-radius: 10px;
}
.mapInfraBlock1 .pageLink__wrap::before {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #066ab7;
}
.mapInfraBlock1 .pageLink {
	box-sizing: content-box;
	position: relative;
	display: block;
	border-radius: 10px;
	border: 2px solid #066ab7;
	background-color: rgba(244, 244, 244, 0.7);
	transition: all 0.4s;
}
.mapInfraBlock1 .pageLink::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	box-sizing: content-box;
	opacity: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 10px;
	transition: all 0.2s;
}
.mapInfraBlock1 .pageLink:hover::before {
	opacity: 1;
	border: 5px solid #273c7c;
}
.mapInfraBlock1 .pageLink__ttl {
	text-align: center;
	color: #c1081c;
	border-bottom: 1px solid #4189c3;
	font-weight: bold;
	line-height: 1;
	letter-spacing: -0.06em;
	font-size: 22px;
	padding-top: 14px;
	padding-bottom: 15px;
}
.mapInfraBlock1 .pageLink__desc {
	font-weight: bold;
	text-align: left;
	color: #086ab6;
	font-size: 15px;
	line-height: 1.2;
	padding: 6px 10px 8px;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(1) {
	top: 0;
	left: 44%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(1)::before {
	width: 40px;
	transform: rotate(45deg);
	top: 112%;
	right: 20%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(2) {
	top: 10%;
	right: 0;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(2)::before {
	width: 30px;
	transform: rotate(-31deg);
	bottom: 0%;
	left: -10%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(3) {
	top: 34%;
	right: 0;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(3)::before {
	width: 40px;
	transform: rotate(-38deg);
	bottom: -14%;
	left: 7%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(4) {
	top: 55%;
	right: 0%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(4)::before {
	width: 40px;
	transform: rotate(-45deg);
	bottom: 35%;
	left: -12%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(5) {
	bottom: 5%;
	right: 0%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(5)::before {
	width: 30px;
	transform: rotate(45deg);
	bottom: 60%;
	left: -8%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(6) {
	bottom: 5%;
	left: 5%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(6)::before {
	width: 60px;
	transform: rotate(-31deg);
	bottom: 41%;
	right: -19%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(7) {
	bottom: 33%;
	left: 0%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(7)::before {
	width: 40px;
	transform: rotate(-36deg);
	top: 32%;
	right: -13%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(8) {
	top: 32%;
	left: 0%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(8)::before {
	width: 40px;
	transform: rotate(39deg);
	bottom: -14%;
	right: 15%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(9) {
	top: 18%;
	left: 0%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(9)::before {
	width: 70px;
	transform: rotate(64deg);
	top: 110%;
	right: -18%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(10) {
	top: 0;
	left: 10%;
}
.mapInfraBlock1 .pageLink__wrap:nth-of-type(10)::before {
	width: 130px;
	transform: rotate(90deg);
	top: 160%;
	right: -6%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.mapInfraBlock1 .pageLink__wrap {
		min-width: 200px;
		width: 200px;
	}
	.mapInfraBlock1 .pageLink__wrap:hover .pageLink::before {
		display: none;
	}
	.mapInfraBlock1 .pageLink__ttl {
		font-size: 16px;
		padding-top: 7px;
		padding-bottom: 8px;
	}
	.mapInfraBlock1 .pageLink__desc {
		font-size: 12px;
		padding: 4px 6px 6px;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(1) {
		top: 0;
		left: 44%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(1)::before {
		width: 25px;
		transform: rotate(42deg);
		top: 109%;
		right: 19%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(2) {
		top: 10%;
		right: 0;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(2)::before {
		width: 20px;
		transform: rotate(-35deg);
		bottom: -4%;
		left: -8%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(3) {
		top: 30%;
		right: 0;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(3)::before {
		width: 40px;
		transform: rotate(-38deg);
		bottom: -14%;
		left: 7%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(4) {
		top: 55%;
		right: 0%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(4)::before {
		width: 30px;
		transform: rotate(-36deg);
		bottom: 24%;
		left: -13%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(5) {
		bottom: 3%;
		right: 0%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(5)::before {
		width: 25px;
		transform: rotate(38deg);
		bottom: 67%;
		left: -11%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(6) {
		bottom: 5%;
		left: 5%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(6)::before {
		width: 50px;
		transform: rotate(-31deg);
		bottom: 38%;
		right: -22%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(7) {
		bottom: 33%;
		left: 0%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(7)::before {
		width: 30px;
		transform: rotate(-36deg);
		top: 33%;
		right: -13%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(8) {
		top: 32%;
		left: 0%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(8)::before {
		width: 25px;
		transform: rotate(39deg);
		bottom: -13%;
		right: 13%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(9) {
		top: 16%;
		left: 0%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(9)::before {
		width: 50px;
		transform: rotate(64deg);
		top: 106%;
		right: -18%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(10) {
		top: 0;
		left: 10%;
	}
	.mapInfraBlock1 .pageLink__wrap:nth-of-type(10)::before {
		width: 90px;
		transform: rotate(90deg);
		top: 160%;
		right: 0%;
	}
}
/* // mapInfraBlock2
----------------------------------------------- */
/* ________PC________ */
.mapInfraBlock2.naviListB {
	margin-bottom: 110px;
}
.mapInfraBlock2.naviListB .item .tx .iconWrap {
	width: 54px;
	aspect-ratio: 1;
}
.mapInfraBlock2.naviListB .item .tx .iconWrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mapInfraBlock2.naviListB .item .tx .tx1 {
	font-size: 18px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.mapInfraBlock2.naviListB {
		margin-bottom: 60px;
	}
	.mapInfraBlock2.naviListB .btnA i {
		right: 20px;
	}
}

/* // mapInfraBlock3
----------------------------------------------- */
.mapInfraBlock3 .solutionItemWrapA .item .contents .title .tx1 {
	border: none;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.mapInfraBlock3 .btnA i {
		right: 20px;
	}
}

/* // solutionItemWrapA
----------------------------------------------- */
.solutionItemWrapA .item {
	border: 1px solid #e8e8e9;
	position: relative;
}
.solutionItemWrapA .item .image {
}
.solutionItemWrapA .item .contents {
	padding: 35px 25px 126px;
}
.solutionItemWrapA .item .contents .title {
	line-height: 1.4;
	margin-bottom: 21px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.solutionItemWrapA .item .contents .title .tx1 {
	font-weight: 600;
	font-size: 156%;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #273c7c;
}
.solutionItemWrapA .item .contents .title .tx2 {
	font-weight: 500;
	font-size: 117%;
}
.solutionItemWrapA .item .contents .btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}
.solutionItemWrapA .item .contents .btn a {
	width: 80%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // checkListA
----------------------------------------------- */
.checkListA {
	line-height: 1.6;
}
.checkListA li {
	margin-bottom: 10px;
}
.checkListA li:last-of-type {
	margin-bottom: 0;
}
.checkListA li {
	margin-bottom: 10px;
	font-size: 110%;
	position: relative;
	padding-left: 26px;
}
.checkListA li:before {
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 136%;
	content: "\ea4c";
	font-family: iconfontA;
	color: #000;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // solvableA
----------------------------------------------- */
.solvableA {
	background-color: #f2f3f8;
	padding: 30px 30px;
}
.solvableA .title {
	line-height: 1;
	padding-left: 50px;
	padding-bottom: 22px;
	margin-bottom: 22px;
	position: relative;
	font-weight: 600;
	font-size: 160%;
	border-bottom: 1px solid #d4d8e5;
}
.solvableA .title:before {
	content: " ";
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #273c7c;
	left: 0px;
	top: -8px;
	border-radius: 1000px;
}
.solvableA .title:after {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: -8px;
	font-size: 148%;
	content: "\ea42";
	font-family: iconfontA;
	color: #fff;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
}
.solvableA .items li {
	line-height: 1.5;
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 112%;
	padding-left: 30px;
	position: relative;
}
.solvableA .items li:last-of-type {
	margin-bottom: 0;
}
.solvableA .items li:after {
	position: absolute;
	left: 0px;
	top: -3px;
	font-size: 142%;
	content: "\ea4c";
	font-family: iconfontA;
	color: #273c7c;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solvableA {
		padding: 18px 18px;
	}
	.solvableA .title {
		padding-left: 40px;
		padding-bottom: 16px;
		margin-bottom: 16px;
		font-size: 158%;
	}
	.solvableA .title:before {
		width: 32px;
		height: 32px;
		top: -6px;
	}
	.solvableA .title:after {
		width: 32px;
		height: 32px;
		top: -6px;
		font-size: 127%;
	}
	.solvableA .items li {
		margin-bottom: 11px;
		font-size: 110%;
		padding-left: 25px;
	}
	.solvableA .items li:last-of-type {
		margin-bottom: 0;
	}
	.solvableA .items li:after {
		top: -3px;
		font-size: 135%;
	}
}

/* // fancybox
----------------------------------------------- */
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	background-color: #fff;
}
.fancybox-can-zoomIn .fancybox-content {
	background-color: #fff;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // mapSolutionItemWrapA
----------------------------------------------- */
.mapSolutionBlockWrapA {
}
.mapSolutionBlockWrapA > .block {
	margin-bottom: 50px;
}
.mapSolutionBlockWrapA > .block:last-of-type {
	margin-bottom: 0px;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.mapSolutionBlockWrapA > .block {
		margin-bottom: 40px;
	}
}

/* // solutionHeaderA
----------------------------------------------- */
.solutionHeaderA {
	margin-bottom: 10px;
}
.solutionHeaderA > .inner {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.solutionHeaderA .logoWrap {
	min-width: 250px;
	max-width: 500px;
	margin-right: 30px;
	line-height: 1;
	position: relative;
}
.solutionHeaderA .logoWrap:after {
	content: " ";
	position: absolute;
	left: 28%;
	top: 50%;
	display: block;
	width: 280px;
	height: 200px;
	transform: skewX(-31deg) translate(-50%, -50%);
	background-color: #273c7c;
	opacity: 0.07;
}
.solutionHeaderA .logoWrap .type {
	text-align: center;
	margin-bottom: 6px;
	position: relative;
	z-index: 5;
}
.solutionHeaderA .logoWrap .type .in {
	color: #fff;
	font-weight: 500;
	background-color: #273c7c;
	padding: 8px 12px;
	white-space: nowrap;
	display: inline-block;
}
.solutionHeaderA .logoWrap .logo {
	text-align: center;
	position: relative;
	z-index: 5;
	line-height: 1;
	font-size: 36px;
	font-weight: 600;
	margin-top: 10px;
}
.solutionHeaderA .logoWrap .logo img {
	height: 70px;
	width: auto !important;
	max-width: 200%;
}
.solutionHeaderA .contents {
	flex: 1;
}
.solutionHeaderA .contents .htx1 {
	line-height: 1.5;
	font-weight: 600;
	font-size: 193%;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 17px;
}
.solutionHeaderA .contents .htx1:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100px;
	height: 1px;
	left: 0px;
	top: 100%;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
}
.solutionHeaderA .contents .tx1 {
	line-height: 2.1;
	font-size: 108%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solutionHeaderA {
		margin-bottom: 40px;
	}
	.solutionHeaderA > .inner {
		display: block;
	}
	.solutionHeaderA .logoWrap {
		min-width: 10px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.solutionHeaderA .logoWrap:after {
		display: none;
	}
	.solutionHeaderA .logoWrap .type {
		margin-bottom: 2px;
		text-align: left;
	}
	.solutionHeaderA .logoWrap .type .in {
		padding: 6px 10px;
		font-size: 107%;
	}
	.solutionHeaderA .logoWrap .logo {
		text-align: left;
		font-size: 30px;
	}
	.solutionHeaderA .logoWrap .logo img {
		height: auto;
		max-width: 100%;
		width: 300px !important;
	}
	.solutionHeaderA .contents {
		flex: auto;
		width: 100%;
	}
	.solutionHeaderA .contents .htx1 {
		font-size: 159%;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.solutionHeaderA .contents .htx1:after {
		content: " ";
		position: absolute;
		display: block;
		width: 100px;
		height: 1px;
		left: 0px;
		top: 100%;
		background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	}
	.solutionHeaderA .contents .tx1 {
		line-height: 2.1;
		font-size: 108%;
	}
}

/* // solutionMapIndexBtnsA
----------------------------------------------- */
.solutionMapIndexBtnsA {
}
.solutionMapIndexBtnsA .btns {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
}
.solutionMapIndexBtnsA .btns li {
	width: calc(50% - 6px);
	line-height: 1;
	margin-bottom: 9px;
}
.solutionMapIndexBtnsA .btns li a {
	width: 100%;
	border-width: 3px;
	padding-right: 39px;
}
.solutionMapIndexBtnsA .btns li a .tx {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	padding: 0px 34px 0px 10px;
}
.solutionMapIndexBtnsA .btns li a .tx .iconImg {
	width: calc(70px);
}
.solutionMapIndexBtnsA .btns li a .tx .in {
	flex: 1;
	font-weight: 500;
	font-size: 120%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solutionMapIndexBtnsA .btns {
		display: block;
	}
	.solutionMapIndexBtnsA .btns li {
		width: calc(100%);
		margin-bottom: 7px;
	}
	.solutionMapIndexBtnsA .btns li a {
		border-width: 2px;
	}
	.solutionMapIndexBtnsA .btns li a .tx {
		padding: 0px 7px 0px 0px;
	}
	.solutionMapIndexBtnsA .btns li a .tx .iconImg {
		width: calc(48px);
	}
	.solutionMapIndexBtnsA .btns li a .tx .in {
		font-size: 108%;
	}
}

/* // text
----------------------------------------------- */
/* sec04List  */
.txtCapA {
	display: table;
	width: 142px;
	border: 3px solid #eef1f5;
	padding: 5px 15px;
	color: #273c7c;
	text-align: center;
	font-size: 115%;
	font-weight: 500;
}

.txtCapB {
	display: table;
	width: 142px;
	background-color: #eef1f5;
	padding: 5px 15px;
	color: #273c7c;
	text-align: center;
	font-size: 115%;
	font-weight: 500;
}

/* text-align */
p.taJ {
	text-align: justify;
	text-justify: inter-ideograph;
}

.columnImgListA_txt > p.taJClear {
	text-align: start;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.txtCapA {
		width: auto;
	}
}

/* vertical-align */
.vaSuper {
	vertical-align: super;
}

/* txLineGra */
.txLineGraA {
	background: linear-gradient(transparent 60%, #dbdfe9 60%);
}

.txLineGraB {
	background: linear-gradient(transparent 60%, #fbeece 60%);
}

.txLineGraC {
	background: linear-gradient(transparent 60%, #efc96a 60%);
	color: #000;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // img
----------------------------------------------- */
/* txtImgProb  */
.txtImgProb {
	display: inline-block;
	width: 109px;
	height: 14px;
	margin: 0 0.8em 0 0;
	background-image: url(/_pack/img/solution_appguard_2_txt.png);
	background-repeat: no-repeat;
	background-size: 109px 14px;
	background-position: center center;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.txtImgProb {
		height: 12px;
		background-size: 109px 12px;
	}
}

/* arrowImg */
.arrowImg {
	display: inline-block;
	width: 183px;
	height: 39px;
	margin: 0 0.8em 0 0;
	background-image: url(/_pack/img/solution_appguard_2_arrow.png);
	background-repeat: no-repeat;
	background-size: 183px 39px;
	background-position: center center;
}

.sec02ImgWrap {
	border: 7px solid #d9dff0;
	background-color: #fff;
	margin: 20px auto;
	padding: 20px 30px;
}

.iconListA_ttlIcon {
	display: block;
	width: 42px;
	height: 22px;
	margin: 0 0 0.8em 0;
	background-image: url(/_pack/img/solution_appguard_4_ttlicon.png);
	background-repeat: no-repeat;
	background-size: 42px 22px;
	background-position: center center;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.appLogoImg {
		width: 50%;
	}
}

/* // section
----------------------------------------------- */
/* sec04List  */
.sec04List {
	margin-bottom: 40px;
}

.sec04ListFrame {
	border: 9px solid #eef1f5;
	padding: 30px 20px;
	margin: 0 0 10px 0;
}

.sec04ListFrame p {
	color: #273c7c;
}

.sec04ListFrame .columnImgListC_img {
	margin: 0 0 20px 0;
}

.sec04List_linkIcon {
	display: table;
	padding: 5px 8px;
	border: 1px solid #273c7c;
	border-radius: 100px;
	margin: 0 auto;
}

.section04Contents > div {
	padding: 0 0 40px 0;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.sec04List {
		display: flex;
		align-items: center;
	}
	.sec04ListFrame {
		width: 90%;
		margin: 0;
	}
	.sec04List_linkIcon {
		margin: 0 0 0 5px;
	}
}

/* APPGUARD secOption*/
.secOption {
	margin: 50px 0;
	padding: 40px 0 0 0;
}

.secOption_frame {
	position: relative;
	padding: 50px 30px 40px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
}

.secOptionTtl {
	position: relative;
	background-color: #223b80;
	width: 70%;
	margin: 0 auto;
	position: absolute;
	top: -25px;
	left: 12%;
}

.secOptionTtl > img {
	position: absolute;
	top: -50px;
	left: 20px;
}

.secOptionTtl > p {
	display: table;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: center;
	color: #fff;
	font-size: 125%;
	font-weight: 500;
}

.secOption_txt ul {
	margin: 1em 0 1em 20px;
	list-style-type: square;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.secOption_frame {
		padding: 40px 20px 20px;
	}
	.secOptionTtl {
		display: flex;
		align-items: center;
		width: 90%;
		left: 5%;
	}
	.secOptionTtl > img {
		width: 35px;
		height: 35px;
		margin: 10px; /*
		top:-25px;
		left:5px;*/
		position: static;
	}
	.secOptionTtl > p {
		margin: 0;
		padding: 0 10px;
		font-size: 105%;
	}
	.secOption_txt ul {
		margin: 1em 0 1em 15px;
	}
}

/* SuperStream  */
.streamStrengths {
	position: relative;
}

.streamStrengthsIcon {
	position: absolute;
	top: -36px;
	left: -17px;
	width: 75px;
	height: 75px;
	z-index: 9999;
}

.streamAlignment {
	position: relative;
	padding: 50px 30px 40px;
	border: 1px solid #e0e0e0;
}

.streamAlignmentTtl {
	padding: 10px 50px;
	background-color: #223b80;
	width: 70%;
	margin: 0 auto 30px;
	position: absolute;
	top: -25px;
	left: 12%;
}

.streamAlignmentTtl > p {
	color: #fff;
	text-align: center;
	font-size: 125%;
	font-weight: 500;
}

.streamAlignment ul {
	list-style-type: square;
	margin: 0 0 0 20px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.streamStrengthsIcon {
		width: 60px;
		height: 60px;
		left: -12px;
	}
	.streamAlignment {
		padding: 40px 20px 20px;
	}
	.streamAlignmentTtl {
		width: 90%;
		padding: 5px 20px;
		top: -20px;
		left: 5%;
	}
}

/* // secVideo
----------------------------------------------- */
/* secVideoColumn  */

/* ________SP________ */
@media screen and (max-width: 800px) {
	.secVideoColumn iframe {
		width: 100%;
	}
}

/* // columnImgList
----------------------------------------------- */
/* columnImgListA */
.columnImgListA {
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.columnImgListA img {
	width: 100%;
}

.columnImgListA_txt {
	padding: 25px;
}

.columnImgListA_txt p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.columnImgListA_txt .icon {
	padding: 0 0.5em 0 0;
	color: #273c7c;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.columnImgListA_txt {
		padding: 10px;
	}
	.columnImgListA_txt .icon {
		padding: 0 0.2em 0 0;
	}
}

/* columnImgListB */

.columnImgListB_img {
	margin: 0 0 20px;
}

/* ________SP________ */

@media screen and (max-width: 800px) {
	.columnImgListB_img {
		margin: 0 0 10px;
	}
}

/* columnImgListC */
.columnImgListC {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 40px 0;
}

.columnImgListC:last-of-type {
	margin: 0;
}

.columnImgListC:nth-child(even) {
	flex-direction: row-reverse;
}

.columnImgListC .columnImgListC_txt {
	width: 60%;
	box-sizing: border-box;
	padding: 0 0 0 40px;
}

.columnImgListC:nth-child(odd) .columnImgListC_txt {
	padding: 0 40px 0 0;
}

.columnImgListC_txt p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.columnImgListC .columnImgListC_img {
	width: 40%;
	box-sizing: border-box;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.columnImgListC {
		display: block;
	}
	.columnImgListC .columnImgListC_txt {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.columnImgListC:nth-child(odd) .columnImgListC_txt {
		padding: 0;
	}
	.columnImgListC .columnImgListC_img {
		width: 100%;
	}
}

/* // iconListA
----------------------------------------------- */
/* iconListA  */
.iconListA {
	display: flex;
	align-items: center;
	margin: 0 auto 25px;
	padding: 35px;
	border: 1px solid #e0e0e0;
	text-align: left;
}

.iconListA .iconListA_icon {
	margin: 0 20px 0 0;
	padding: 15px;
	background-color: #273c7c;
	border-radius: 100px;
}

.iconListA p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.iconListA {
		margin: 0 auto 10px;
		padding: 10px;
	}
}

/* iconListB */
.iconListB {
	display: flex;
	align-items: center;
	margin: 0 auto 25px;
	padding: 35px;
	border: 1px solid #e0e0e0;
}

.iconListB .iconListA_icon {
	margin: 0 20px 0 0;
	padding: 15px;
	background-color: #273c7c;
	border-radius: 100px;
}

.iconListB p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.iconListB {
		display: block;
	}
	.iconListB > p > img {
		width: 50%;
		margin: 0 auto 20px;
	}
}

/* // checkList
----------------------------------------------- */
/* checkListB   */
.checkListB {
	margin: 0 0 0 50px;
	line-height: 1.8;
}

.checkListB li {
	margin-bottom: 1em;
	font-size: 110%;
	position: relative;
	padding-left: 26px;
}

.checkListB li:last-of-type {
	margin-bottom: 0;
}

.checkListB li:before {
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 136%;
	content: "\ea62";
	font-family: iconfontA;
	color: #273c7c;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.checkListB {
		margin: 0;
	}
	.checkListB li {
		margin-bottom: 10px;
	}
}

/* // table
----------------------------------------------- */
/* sec06_2 tableA  */
.sec06_2 .tableA th,
.sec06_2 .tableA td {
	vertical-align: middle;
}

.sec06_2 .tableA th {
	background-color: #f2f3f8;
	text-align: center;
	color: #273c7c;
	font-weight: 500;
}

.sec06_2 .tableA tr td:first-child {
	font-weight: 500;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* secTableB */
secTableB {
}

.secTableB > th,
.secTableB td {
	vertical-align: middle;
}

.sec01_2 .secTableB th {
	background-color: #f3f4f7;
	text-align: center;
	color: #273c7c;
	font-weight: 500;
}

.secTableB ul {
	margin: 0 0 0 20px;
	list-style-type: disc;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.secTableB ul {
		margin: 0 0 0 15px;
	}
}

/* // satori__creative_container
----------------------------------------------- */
#satori__creative_container {
	text-align: left;
}
#satori__creative_container .satori__custom_form {
	background-color: transparent;
	border: 7px solid #eaeaea;
	padding: 30px;
}
.formBoxA #satori__creative_container .satori__custom_form {
	border: 0;
	padding: 0;
}

#satori__creative_container input,
#satori__creative_container textarea,
#satori__creative_container select,
#satori__creative_container label,
.xxx {
}
#satori__creative_container input,
#satori__creative_container textarea,
#satori__creative_container select {
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #fff;
	border-color: #b7b6b6 !important;
}
#satori__creative_container input[type="button"] {
	background-color: #e1904d;
	max-width: 400px;
	width: 100%;
	font-size: 120%;
	padding: 19px 10px;
	color: #fff;
}

#satori__creative_container select:focus,
#satori__creative_container input:focus,
#satori__creative_container textarea:focus {
	background-color: #fffddb;
	border: 1px solid #0070e0;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

#satori__creative_container input[type="text"],
#satori__creative_container input[type="tel"],
#satori__creative_container input[type="email"],
#satori__creative_container input[type="password"],
#satori__creative_container input[type="number"] {
	padding: 13px 6px;
	margin-right: 5px;
	border: 1px solid #c3c3c3;
}
#satori__creative_container input.l1[type="text"],
#satori__creative_container input.l1[type="tel"],
#satori__creative_container input.l1[type="email"],
#satori__creative_container input.l1[type="password"],
#satori__creative_container input.l1[type="number"] {
	padding: 8px;
	font-size: 108%;
}
#satori__creative_container input.l2[type="text"],
#satori__creative_container input.l2[type="tel"],
#satori__creative_container input.l2[type="email"],
#satori__creative_container input.l2[type="password"],
#satori__creative_container input.l2[type="number"] {
	padding: 10px;
	font-size: 116%;
}
#satori__creative_container select {
	padding: 10px 30px 10px 8px;
	background: #fff url(../img/base_form_selectB_06.png) right center no-repeat;
	outline: medium none;
	z-index: 1;
	border: 1px solid #c3c3c3;
	text-align: left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 47px;
	position: relative;
	width: 100%;
	max-width: 400px;
}

#satori__creative_container .satori__input_group {
	padding: 5px;
	margin-bottom: 11px;
}
#satori__creative_container .satori__message {
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.5;
}

#satori__creative_container label {
	font-size: 110%;
	font-weight: 500;
	padding-left: 5px;
	margin-bottom: 3px;
	color: #000;
}
#satori__creative_container label:before {
	content: "";
	display: inline-block;
	background-color: #222;
	vertical-align: middle;
	width: 2px;
	height: 21px;
	margin-right: 3px;
}

#satori__creative_container .satori__require {
	font-size: 11px;
	color: #fff;
	background-color: #ff456e;
	line-height: 1;
	padding: 3px 5px;
}
#satori__creative_container .satori__not_require {
	font-size: 11px;
	color: #fff;
	background-color: #4092d1;
	line-height: 1;
	padding: 3px 5px;
}
#satori__creative_container .satori__system_notes {
	font-size: 12px;
	color: #777;
	font-weight: 400;
	display: block;
}
#satori__creative_container .satori__error_messages {
	margin-top: 5px;
	line-height: 1.2;
	color: #f00;
	font-size: 13px;
	font-weight: 500;
}
#satori__creative_container .satori__error_messages span {
	display: inline-block;
	background-color: #f00;
	color: #fff;
	padding: 3px 5px;
	border-radius: 2px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	#satori__creative_container {
		font-size: 15px;
	}
	#satori__creative_container .satori__custom_form {
		border: 4px solid #eaeaea;
		padding: 15px;
	}
	#satori__creative_container label {
		font-size: 120%;
	}
}

/* // sideSearchBoxA
----------------------------------------------- */
.sideSearchBoxA {
	position: fixed;
	left: 0px;
	top: 49%;
	transform: translate(-110%, -50%);
	z-index: 400;
	height: 100vh;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	padding: 6px;
	max-width: calc((100% - 1100px) / 2 - 50px);
	// background-color: rgba(255,255,255,0.4);
	transition: 0.4s;
}
.sideSearchBoxA.view {
	transform: translate(0%, -50%);
}
.sideSearchBoxA > .inner {
}
.sideSearchBoxA .tabs1 {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	line-height: 1;
	margin-bottom: 7px;
}
.sideSearchBoxA .tabs1 > li {
	font-size: 12px;
	margin-right: 3px;
}
.sideSearchBoxA .tabs1 > li:last-of-type {
	margin-right: 0px;
}
.sideSearchBoxA .tabs1 > li a {
	border: 1px solid #2b3d78;
	padding: 4px 3px;
	color: #2b3d78;
	border-radius: 2px;
	background-color: #fff;
}
.sideSearchBoxA .tabs1 > li a.current {
	background-color: #2b3d78;
	color: #fff;
}

.sideSearchBoxA .navis1 {
	line-height: 1.3;
	font-size: 11px;
	font-weight: 400;
}
.sideSearchBoxA .navis1 li {
	margin-bottom: 3px;
}
.sideSearchBoxA .navis1 li:last-of-type {
	margin-bottom: 0;
}
.sideSearchBoxA .navis1 li a {
	display: block;
	background-color: #fff;
	border-radius: 2px;
	padding: 4px 14px 4px 3px;
	position: relative;
	min-width: 1px;
	text-align: left;
}
.sideSearchBoxA .navis1 li a.on {
	background-color: #2b3d78;
	color: #fff !important;
}
.sideSearchBoxA .navis1 li a .tx {
	padding: 0;
}
.sideSearchBoxA .navis1 li a .icon {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translateY(-50%);
	font-size: 6px;
	opacity: 0.6;
}
.sideSearchBoxA .navis1 li a.on .icon {
	display: none;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.sideSearchBoxA {
		display: none;
	}
}

/* // overlayA
----------------------------------------------- */
.overlayA {
	position: relative;
	z-index: 100;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // dictionaryA
----------------------------------------------- */
.dictionaryA {
	font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "MS P Gothic", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
	line-height: 1.7;
}
.dictionaryA .parentSlideOpenBox {
	display: none;
}

.dictionaryA .parentHtx1 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.dictionaryA .parentHtx1:first-of-type {
	margin-top: 0px;
}
.dictionaryA .parentHtx1 a {
	background-color: #deedf2;
	display: block;
	position: relative;
	padding: 10px 10px;
	font-size: 112%;
	font-weight: 500;
	color: #273c7c;
}
.dictionaryA .parentHtx1 a:hover {
	background-color: #bedce5;
}
.dictionaryA .parentHtx1 a .icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.dictionaryA .word1 {
	margin-top: 8px;
	margin-bottom: -1px;
}
.dictionaryA .word1 a {
	display: block;
	position: relative;
	font-size: 108%;
	font-weight: 500;
	color: #000;
	padding: 3px 0 3px 24px;
}
.dictionaryA .word1 a:hover {
}
.dictionaryA .word1 a .icon {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	font-size: 11px;
}
.dictionaryA .text1 {
	font-size: 94%;
	padding-left: 24px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // youtubeSize
----------------------------------------------- */
.youtubeSize {
	width: 520px;
	height: 315px;
	height: calc(520px * 315 / 560);
	min-width: 520px;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.youtubeSize {
		width: 100% !important;
		height: calc((100vw - 30px) * 315 / 560);
		min-width: auto;
	}
}

/* // companyDaikoContents è¿½åŠ åˆ†220727
----------------------------------------------- */
.companyDaikoContents .topmessageWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.companyDaikoContents .topmessageWrap .image {
	width: 37%;
}
.companyDaikoContents .topmessageWrap .textWrap {
	width: 56%;
}
.companyDaikoContents .figureWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.companyDaikoContents .figureWrap .image {
	position: relative;
}
.companyDaikoContents .figureWrap .image:before {
	content: " ";
	position: absolute;
	display: block;
	width: 194px;
	height: 325px;
	left: 0;
	top: 0%;
	background: url(/_pack/img/company_dx_organization_img_01.png) no-repeat left top;
	background-size: contain;
}
.companyDaikoContents .figureWrap ul {
	width: 690px;
}
.companyDaikoContents .figureWrap ul li .head {
	border-bottom: 2px solid #b8c1e8;
}
.companyDaikoContents .figureWrap ul li p {
	padding-left: 30px;
}
.companyDaikoContents .figureWrap ul li:not(:last-child) {
	margin-bottom: 25px;
}
.companyDaikoContents .figureWrap ul li:nth-child(2) {
	margin-left: 65px;
}
.companyDaikoContents .topmessageWrap .figureWrap2 {
	width: 56%;
}
.companyDaikoContents .figureWrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	position: relative;
	margin-bottom: 40px;
}
.companyDaikoContents .figureWrap2 .image,
.companyDaikoContents .figureWrap2 .image2 {
	position: relative;
}
.companyDaikoContents .figureWrap2 .image:before {
	content: " ";
	position: absolute;
	display: block;
	width: 194px;
	height: 325px;
	left: 0;
	top: 0%;
	background: url(/_pack/img/company_dx_vision_img_04.png) no-repeat left top;
	background-size: contain;
}
.companyDaikoContents .figureWrap2:after {
	content: " ";
	position: absolute;
	display: block;
	width: 255px;
	height: 288px;
	right: 0;
	top: 0%;
	background: url(/_pack/img/company_dx_vision_img_05.png) no-repeat left top;
	background-size: contain;
}
.companyDaikoContents .figureWrap2 ul {
	width: 690px;
}
.companyDaikoContents .figureWrap2 ul li p {
	padding-left: 30px;
}
.companyDaikoContents .figureWrap2 ul li:not(:last-child) {
	margin-bottom: 98px;
}
.companyDaikoContents .figureWrap2 ul li:nth-child(2) {
	margin-left: 50px;
}
.companyDaikoContents .figureWrap2 .image2 {
	display: none;
}
.companyDaikoContents .tagWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.companyDaikoContents .tagWrap li {
	background-color: #e0e8f7;
	border-radius: 10px;
	font-size: 109%;
	color: #13387e;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	display: flex;
	align-items: center;
	min-height: 90px;
	margin-left: 2%;
	line-height: 1.5;
	width: calc((100% / 4) - 2%);
	justify-content: center;
	box-sizing: border-box;
	margin-top: 2%;
}
.companyDaikoContents .tagWrap5 li {
	width: calc((100% / 5) - 2%) !important;
}
.companyDaikoContents .tagWrap li.pc_none {
	display: none !important;
}
.companyDaikoContents .listWrap {
	background-color: #f1f3f9;
	padding: 30px 35px;
	margin-top: 30px;
}
.companyDaikoContents .listWrap ul li {
	display: flex;
	align-items: center;
}
.companyDaikoContents .listWrap ul li .num {
	font-weight: bold;
	font-size: 20px;
	color: #b8b9ca;
}
.companyDaikoContents .listWrap ul li .text {
	font-weight: bold;
	padding-left: 20px;
}
.companyDaikoContents .catch {
	margin-bottom: 30px;
}
.companyDaikoContents .catch .title {
	background-color: #223b80;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	width: 400px;
	margin: 10px auto -30px;
	text-align: center;
	padding: 10px 0;
}
.companyDaikoContents .catch .copy {
	padding: 50px 0 20px;
	text-align: center;
	font-size: 20px;
	color: #13387e;
	font-weight: 900;
}
.companyDaikoContents .catch .copy span {
	font-size: 24px;
	color: #9fadd9;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.companyDaikoContents .topmessageWrap {
		display: inherit;
	}
	.companyDaikoContents .topmessageWrap .image {
		width: 100%;
	}
	.companyDaikoContents .topmessageWrap .textWrap {
		width: 100%;
	}
	.companyDaikoContents .figureWrap {
		margin-top: 20px;
	}
	.companyDaikoContents .figureWrap .image:before {
		content: inherit;
	}
	.companyDaikoContents .figureWrap ul {
		width: 100%;
	}
	.companyDaikoContents .figureWrap ul li {
		position: relative;
		padding-left: 70px;
	}
	.companyDaikoContents .figureWrap ul li .head {
		border-bottom: 2px solid #b8c1e8;
	}
	.companyDaikoContents .figureWrap ul li p {
		padding-left: 0;
	}
	.companyDaikoContents .figureWrap ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.companyDaikoContents .figureWrap ul li:nth-child(2) {
		margin-left: 0;
	}
	.companyDaikoContents .figureWrap ul li:nth-child(1):before {
		content: " ";
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		left: 0;
		top: 0%;
		background: url(/_pack/img/company_dx_organization_icon1.png) no-repeat left top;
		background-size: contain;
	}
	.companyDaikoContents .figureWrap ul li:nth-child(2):before {
		content: " ";
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		left: 0;
		top: 0%;
		background: url(/_pack/img/company_dx_organization_icon2.png) no-repeat left top;
		background-size: contain;
	}
	.companyDaikoContents .figureWrap ul li:nth-child(3):before {
		content: " ";
		position: absolute;
		display: block;
		width: 60px;
		height: 60px;
		left: 0;
		top: 0%;
		background: url(/_pack/img/company_dx_organization_icon3.png) no-repeat left top;
		background-size: contain;
	}
	.companyDaikoContents .figureWrap2 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.companyDaikoContents .figureWrap2 .image:before {
		content: inherit;
	}
	.companyDaikoContents .figureWrap2:after {
		content: inherit;
	}
	.companyDaikoContents .figureWrap2 ul {
		width: 100%;
	}
	.companyDaikoContents .figureWrap2 ul li {
		position: relative;
		padding-left: 55px;
	}

	.companyDaikoContents .figureWrap2 ul li p {
		padding-left: 0;
		font-size: 4vw !important;
	}
	.companyDaikoContents .figureWrap2 ul li:not(:last-child) {
		margin-bottom: 45px;
	}
	.companyDaikoContents .figureWrap2 ul li:nth-child(2) {
		margin-left: 0;
	}
	.companyDaikoContents .figureWrap2 ul li:nth-child(1):before {
		content: " ";
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		left: 0;
		top: -60%;
		background: url(/_pack/img/company_dx_vision_icon1.png) no-repeat left top;
		background-size: contain;
	}
	.companyDaikoContents .figureWrap2 ul li:nth-child(2):before {
		content: " ";
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		left: 0;
		top: -70%;
		background: url(/_pack/img/company_dx_vision_icon2.png) no-repeat left top;
		background-size: contain;
	}
	.companyDaikoContents .figureWrap2 ul li:nth-child(3):before {
		content: " ";
		position: absolute;
		display: block;
		width: 50px;
		height: 50px;
		left: 0;
		top: -70%;
		background: url(/_pack/img/company_dx_vision_icon3.png) no-repeat left top;
		background-size: contain;
	}
	.companyDaikoContents .figureWrap2 .image2 {
		display: inherit;
		width: 70%;
		margin: 30px auto 0;
	}
	.companyDaikoContents .tagWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-left: -2%;
	}
	.companyDaikoContents .tagWrap li {
		width: calc((100% / 2) - 2.5%);
		margin-top: 15px;
		min-height: 70px;
	}
	.companyDaikoContents .tagWrap5 li {
		width: calc((100% / 2) - 2.5%) !important;
	}
	.companyDaikoContents .tagWrap li.pc_none {
		display: inherit !important;
	}
	.companyDaikoContents .tagWrap li.sp_none {
		display: none !important;
	}

	.companyDaikoContents .listWrap {
		background-color: #f1f3f9;
		padding: 20px 15px;
		margin-top: 20px;
	}
	.companyDaikoContents .listWrap ul li {
		display: flex;
		align-items: center;
	}
	.companyDaikoContents .listWrap ul li:not(:last-child) {
		margin-bottom: 15px;
	}
	.companyDaikoContents .listWrap ul li .num {
		font-weight: bold;
		font-size: 20px;
		color: #b8b9ca;
	}
	.companyDaikoContents .listWrap ul li .text {
		font-weight: bold;
		padding-left: 20px;
	}
	.companyDaikoContents .catch .title {
		background-color: #223b80;
		color: #fff;
		font-weight: 700;
		font-size: 16px;
		width: 80%;
		margin: 10px auto -30px;
		text-align: center;
		padding: 10px 0;
	}
	.companyDaikoContents .catch .copy {
		padding: 50px 15px 20px;
		text-align: center;
		font-size: 18px;
		color: #13387e;
		font-weight: 900;
	}
	.companyDaikoContents .catch .copy span {
		font-size: 20px;
		color: #9fadd9;
	}
}

/* // solutionItemB
----------------------------------------------- */
.solutionItemB {
	margin-bottom: 25px;
}
.solutionItemB:last-of-type {
	margin-bottom: 0px;
}
.solutionItemB .num {
	font-family: "Oswald", sans-serif;
	font-weight: 800;
	display: block;
	margin-bottom: 10px;
	font-size: 30px;
	color: #cccfda;
	line-height: 1;
}

.solutionItemB .problem {
	line-height: 1.5;
	font-size: 127%;
	font-weight: 600;
	position: relative;
	color: #273c7c;
	margin-bottom: 18px;
	padding-top: 10px;
	padding-left: 57px;
}
.solutionItemB .problem:before {
	content: "課題";
	position: absolute;
	top: 0;
	left: 0px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #273c7c;
	color: #fff;
	font-size: 96%;
	font-weight: 600;
	border-radius: 100px;
}
.solutionItemB .result {
	margin-left: 63px;
	padding: 12px 0 11px 25px;
	position: relative;
	overflow: hidden;
}
.solutionItemB .result:before {
	content: " ";
	position: absolute;
	display: block;
	width: 3px;
	height: 500px;
	background-image: linear-gradient(to bottom, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.solutionItemB .result .htx {
	line-height: 1.5;
	font-size: 135%;
	font-weight: 700;
	position: relative;
	color: #273c7c;
	margin-bottom: 18px;
	padding-top: 2px;
	padding-left: 61px;
}
.solutionItemB .result .htx:before {
	content: "解決";
	position: absolute;
	top: 1px;
	left: 0px;
	display: inline-block;
	background-color: #273c7c;
	color: #fff;
	font-size: 90%;
	font-weight: 600;
	padding: 3px 8px;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.solutionItemB {
		margin-bottom: 25px;
	}
	.solutionItemB .num {
		margin-bottom: 8px;
		font-size: 24px;
	}
	.solutionItemB .problem {
		line-height: 1.5;
		font-size: 120%;
		padding-top: 7px;
		padding-left: 49px;
		margin-bottom: 10px;
	}
	.solutionItemB .problem:before {
		width: 35px;
		height: 33px;
		font-size: 86%;
	}
	.solutionItemB .result {
		margin-left: 50px;
		padding: 9px 0 7px 17px;
	}
	.solutionItemB .result:before {
		width: 3px;
	}
	.solutionItemB .result .htx {
		line-height: 1.6;
		font-size: 112%;
		margin-bottom: 9px;
		padding-top: 2px;
		padding-left: 0;
	}
	.solutionItemB .result .htx:before {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		font-size: 90%;
		font-weight: 600;
		padding: 2px 8px;
		width: 41px;
		margin: 0 auto 4px 0;
		text-align: center;
	}
}

/* // solutionItemC
----------------------------------------------- */
.solutionItemC {
	margin-bottom: 35px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.solutionItemC:last-of-type {
	margin-bottom: 0px;
}
.solutionItemC:nth-of-type(even) {
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.solutionItemC > img {
	width: 480px;
	margin-right: 35px;
}
.solution_temp_base.col2 .solutionItemC > img {
	width: 42%;
}
.solutionItemC:nth-of-type(even) > img {
	margin-left: 35px;
	margin-right: 0;
}
.solutionItemC .contents {
	flex: 1;
}
.solutionItemC .contents .htx {
	line-height: 1.7;
	font-weight: 600;
	font-size: 153%;
	margin-bottom: 14px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solutionItemC {
		margin-bottom: 26px;
		display: block;
	}
	.solutionItemC:last-of-type {
		margin-bottom: 0px;
	}
	.solutionItemC:nth-of-type(even) {
		flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
	}
	.solutionItemC > img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 11px;
	}
	.solution_temp_base.col2 .solutionItemC > img {
		width: 100%;
	}
	.solutionItemC:nth-of-type(even) > img {
		margin-left: 0;
		margin-right: 0;
	}
	.solutionItemC .contents {
		flex: auto;
	}
	.solutionItemC .contents .htx {
		font-size: 126%;
		margin-bottom: 10px;
	}
}

/* // solutionItemD
----------------------------------------------- */
.solutionItemD {
	margin-bottom: 35px;
}
.solutionItemD:last-of-type {
	margin-bottom: 0px;
}
.solutionItemD .title {
}
.solutionItemD .body {
	margin-bottom: 10px;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solutionItemD {
		margin-bottom: 25px;
	}
	.solutionItemD .body {
		margin-bottom: =px;
	}
}

/* // solutionItemE
----------------------------------------------- */
.solutionItemE {
	margin-bottom: 35px;
}
.solutionItemE:last-of-type {
	margin-bottom: 0px;
}
.solutionItemE .title {
}
.solutionItemE .body {
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solutionItemE {
		margin-bottom: 25px;
	}
}

/* // picBlockA
----------------------------------------------- */
.picBlockA {
	border: 10px solid #eef0f5;
	padding: 25px;
}
.picBlockA .title {
	font-size: 150%;
	line-height: 1.5;
	font-weight: 500;

	margin-bottom: 7px;
}
.picBlockA .wrap {
	display: flex;
	display: -ms-flexbox;
}
.picBlockA .wrap > img {
	width: 220px;
	margin-right: 20px;
}
.picBlockA .contents {
	flex: 1;
}
.picBlockA .contents .tx1 {
	font-size: 100%;
	line-height: 2;
}
.picBlockA .contents .tx2 {
	margin-top: 10px;
	font-size: 111%;
	line-height: 1.5;
	font-weight: 500;
}
.picBlockA .contents .tx3 {
	margin-top: 3px;
	font-size: 141%;
	line-height: 1.6;
	font-weight: 600;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.picBlockA {
		border: 6px solid #eef0f5;
		padding: 10px 12px 12px;
	}
	.picBlockA .title {
		font-size: 141%;

		margin-bottom: 6px;
	}
	.picBlockA .wrap {
		display: block;
	}
	.picBlockA .wrap > img {
		width: 234px;
		margin: 0 auto 14px;
		display: block;
	}
	.picBlockA .contents {
		flex: auto;
	}
	.picBlockA .contents .tx1 {
		font-size: 100%;
		line-height: 2;
	}
	.picBlockA .contents .tx2 {
		margin-top: 10px;
		font-size: 111%;
		line-height: 1.5;
		font-weight: 500;
	}
	.picBlockA .contents .tx3 {
		margin-top: 3px;
		font-size: 141%;
		line-height: 1.6;
		font-weight: 600;
	}
}

/* // solution_temp_base
----------------------------------------------- */
.solution_temp_base {
	margin-top: 90px;
}
html.solution_temp_base {
	margin-top: 10px;
}

.solution_temp_base .htxA {
	margin-top: 90px;
}

/* aboutBlock  */
.solution_temp_base .aboutBlock {
	display: flex;
	display: -ms-flexbox;
}
.solution_temp_base .aboutBlock .movie {
	width: 520px;
	margin-right: 50px;
}
.solution_temp_base .aboutBlock iframe {
	width: 100%;
	height: 315px;
	height: calc(520px * 315 / 560);
	min-width: 520px;
	margin-right: 40px;
}
.solution_temp_base .aboutBlock .contens {
	flex: 1;
}

/* btnA  */
.solution_temp_base a.btnA {
	padding: 10px 30px 10px 14px;
	background-image: none;
	min-width: 150px;
}
.solution_temp_base a.btnA.pdf {
	padding-right: 40px;
}
.solution_temp_base a.btnA:before {
	opacity: 0.08;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
	.solution_temp_base {
		margin-top: 55px;
	}
	html.solution_temp_base {
		margin-top: 0;
		padding: 20px;
	}

	.solution_temp_base .htxA {
		margin-top: 53px;
	}

	/* aboutBlock  */
	.solution_temp_base .aboutBlock {
		display: block;
	}
	.solution_temp_base .aboutBlock .movie {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.solution_temp_base .aboutBlock iframe {
		width: 100%;
		height: 315px;
		height: calc((100vw - 30px) * 315 / 560);
		margin-right: 0;
		min-width: 100px;
	}
	.solution_temp_base .aboutBlock .contens {
		flex: 1;
	}

	/* btnA  */
	.solution_temp_base a.btnA {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/* // base2Template
----------------------------------------------- */
/* ________PC________ */
.base2Template .sectionA .widthFix,
.base2Template .solutionHeaderA .widthFix {
	max-width: 1100px;
	width: 100%;
}
.base2Template .solutionHeaderA .logoWrap {
	min-width: auto;
	max-width: 250px;
}
.base2Template .solutionHeaderA .logoWrap .logo img {
	height: auto;
	max-width: 100%;
}
.base2Template .solutionHeaderA .logoWrap:after {
	left: 40%;
	width: 260px;
}
.base2Template .sideColumn a {
	color: #0e3e66;
}
.base2Template .sideColumn a:hover {
	color: #223b80;
	text-decoration: underline;
}
.base2Template .sideColumn h4 {
	position: relative;
	font-weight: bold;
	color: #273c7c;
	background-color: transparent;
	font-size: 20px;
	padding: 0 0 10px;
	margin: 1.5em 0 1.2em;
	margin-bottom: 25px;
}
.base2Template .sideColumn h4::after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
}
.base2Template .sideColumn .siteorigin-widget-tinymce td {
	padding: 12px 8px;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	border-left: 0;
	border-right: 0;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // RetailForceL セルフオプション
----------------------------------------------- */
/* ________PC________ */
.sectionA.retailFocusLOption .widthFix {
	width: 100%;
	max-width: 1100px;
}
.retailFocusLOption ~ .subtitle {
	font-weight: bold;
	color: #273c7c;
	font-weight: 600;
	font-size: 127%;
	margin-bottom: 10px;
}
.retailFocusLOption ~ .solutionItemC .contents {
	width: 100%;
	flex: 1;
}
.solution_temp_base.col2 .solutionItemC .modalBox {
	position: relative;
	width: 42%;
}
.solution_temp_base.col2 .solutionItemC .modalBox::before {
	position: absolute;
	font-family: "IconFontA";
	content: "\e988";
	line-height: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 100px;
}
.retailFocusLOption ~ .solutionItemC .contents p {
	padding-left: 1em;
	text-indent: -1em;
}
.solutionItemB .problem:before {
	content: none;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.solution_temp_base.col2 .solutionItemC .modalBox {
		width: 100%;
		cursor: default;
	}
	.solution_temp_base.col2 .solutionItemC .modalBox::before {
		content: "";
	}
}

/* // Retail Focus Sidebar
----------------------------------------------- */
/* ________PC________ */
.retailFocusLOption_side h4 {
	position: relative;
	padding: 0 0 10px;
	font-weight: bold;
	color: #273c7c;
	background-color: transparent;
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.7;
	text-align-last: left;
}
.retailFocusLOption_side h4::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #273c7c 50%, #f4a62d 50%);
	left: 0px;
	top: 100%;
}
.retailFocusLOption_side table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	height: auto;
	line-height: 1.8;
}
.sideColumn .retailFocusLOption_side table td {
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	padding: 12px 8px;
	vertical-align: middle;
}
.retailFocusLOption_side table td.child {
	position: relative;
	padding-left: calc(8px + 1em);
}
.retailFocusLOption_side table td.child::after {
	position: absolute;
	content: "";
	background-color: #e5e5e5;
	width: 10px;
	height: 2px;
	top: 25px;
	left: 5px;
}
.retailFocusLOption_side a {
	color: #0e3e66;
	text-decoration: none;
	background-color: transparent;
}
.retailFocusLOption_side a:hover,
.retailFocusLOption_side a:hover:focus {
	color: #223b80;
	text-decoration: underline;
	outline: 0;
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.retailFocusLOption ~ .subtitle {
		font-size: 120%;
	}
	.retailFocusLOption ~ .solutionItemC:nth-of-type(odd) img {
		margin-right: 0px;
		width: 100%;
	}
	.retailFocusLOption ~ .solutionItemC:nth-of-type(even) img {
		margin-right: 0px;
		width: 100%;
	}
}

/* // softwarePBX
----------------------------------------------- */
.solution_temp_base .sectionA.softwarepbx a.btnA {
	padding: 10px 25px 10px 14px;
}
.solution_temp_base .sectionA.softwarepbx ~ .solutionItemC > img {
	width: 50%;
}

/* ________SP________ */
@media screen and (max-width: 800px) {
}
/* // xxx
----------------------------------------------- */

/* xxx  */

/* ________SP________ */
@media screen and (max-width: 800px) {
}
/* // xxx
----------------------------------------------- */

/* xxx  */

/* ________SP________ */
@media screen and (max-width: 800px) {
}

/* // OHTER
----------------------------------------------- */

/* ________SP________ */
@media screen and (max-width: 800px) {
	/* .so-panel img  */
	.so-panel img {
		width: auto;
	}
}

/* // トップへ戻るボタン
----------------------------------------------- */
/* ________PC________ */
.pageTopBtn__wrap {
	display: none;
	z-index: 1000;
	position: fixed;
	cursor: pointer;
	right: 40px;
	bottom: 40px;
}
.pageTopBtn {
	background-color: #fff;
	border: 2px solid #001c54;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: grid;
	place-content: center;
}
.pageTopBtn .icon {
	top: 0;
}
.pageTopBtn .icon::before {
	font-size: 20px;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.pageTopBtn__wrap {
		right: 20px;
		bottom: 20px;
	}
	.pageTopBtn {
		width: 50px;
		height: 50px;
	}
	.pageTopBtn .icon::before {
		font-size: 16px;
	}
}

/* // ソリューション_情報漏えい防ぐくん
----------------------------------------------- */
/* ________PC________ */
/* sec3 */
.Sec3Husegukunn__list-wrap {
	margin-top: 35px;
}
.Sec3Husegukunn__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 40px;
	column-gap: 40px;
}
.Sec3Husegukunn__item {
}
.Sec3Husegukunn__item--title {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
.Sec3Husegukunn__item--img {
	margin-top: 12px;
	width: 100%;
	aspect-ratio: 16/9;
}
.Sec3Husegukunn__item--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Sec3Husegukunn__item--desc {
	margin-top: 20px;
	text-align: left;
}

/* sec4 */
.Sec4Husegukunn__list-wrap {
	margin-top: 35px;
}
.Sec4Husegukunn__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 40px;
	column-gap: 40px;
}
.Sec4Husegukunn__item {
}
.Sec4Husegukunn__item .modalBox {
	position: relative;
	display: block;
	transition: all 0.2s;
}
.Sec4Husegukunn__item .modalBox::before {
	position: absolute;
	font-family: "IconFontA";
	content: "\e988";
	line-height: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 100px;
}

.Sec4Husegukunn__item--title {
	font-weight: bold;
	font-size: 20px;
	text-align: left;
}
.Sec4Husegukunn__item--img {
	margin-top: 12px;
	width: 100%;
	aspect-ratio: 16/9;
}
.Sec4Husegukunn__item--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Sec4Husegukunn__item--desc {
	margin-top: 20px;
	text-align: left;
}
/* ________TB________ */
@media screen and (max-width: 1000px) {
}
/* ________SP________ */
@media screen and (max-width: 800px) {
	.Sec3Husegukunn__list {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
	.Sec4Husegukunn__list {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}
}

/* solution > rbom > rbom-v2
----------------------------------------------- */
.solutionRbomRbomv2.widthFix {
	width: min(100%, 1100px);
	max-width: 100%;
}
.solutionRbomRbomv2__inner {
	padding-top: 40px;
	padding-bottom: 40px;
	display: grid;
	place-items: center;
	background-color: #f0f1f6;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	margin-top: 80px;
}

.solutionRbomRbomv2__link {
	position: relative;
	display: block;
	background-color: #eb7620;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	line-height: 1.6;
	font-size: 17px;
	padding: 12px 75px 12px 12px;
}
.solutionRbomRbomv2 .solutionRbomRbomv2__link:hover {
	color: #fff;
}
.solutionRbomRbomv2__link::before {
	z-index: -1;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
	transition: all 0.25s;
}
.solutionRbomRbomv2__link:hover::before {
	width: 100%;
}
.solutionRbomRbomv2__link > span {
	font-size: 21px;
	line-height: 1.4;
}
.solutionRbomRbomv2__img {
	position: absolute;
	top: 50%;
	right: 0px;
	aspect-ratio: 333/465;
	width: 65px;
	transform: rotate(6deg) translateY(-60%);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
/* =====SP===== */
@media screen and (max-width: 800px) {
	.solutionRbomRbomv2__inner {
		padding-top: 24px;
		padding-bottom: 24px;
		margin-top: 40px;
	}
	.solutionRbomRbomv2__link > span {
		font-size: 16px;
	}
}


/* solution > plm>
----------------------------------------------- */

/* // mapPlmMabBlock1
----------------------------------------------- */
.mapPlmMabBlock1 {
	position: relative;
}
.mapPlmMabBlock1 .links a {
	display: block;
	width: 186px;
	height: 50px;
	border-radius: 8px;
	position: absolute;
	transition: 0.2s;
}
.mapPlmMabBlock1 .links a:hover {
	opacity: 1;
	border: 5px solid #fe7237;
}
.mapPlmMabBlock1 .links a[href="#Sec01"] {
	left:467px;
	top:240px;
}
.mapPlmMabBlock1 .links a[href="#Sec02"] {
	left:29px;
	top:156px;	
}
.mapPlmMabBlock1 .links a[href="#Sec03"] {
left:235px;
	top:271px;
}
.mapPlmMabBlock1 .links a[href="#Sec04"] {
	left:55px;
	top:451px;
}
.mapPlmMabBlock1 .links a[href="#Sec05"] {
	left:466px;
	top:477px;
}
.mapPlmMabBlock1 .links a[href="#Sec06"] {
	left:730px;
	top:454px;
}
.mapPlmMabBlock1 .links a[href="#Sec07"] {
	left:871px;
	top:196px;
}
@media screen and (max-width: 1100px) {
	.mapPlmMabBlock1 .links a {
		width: calc(186 / 1100 * 100%);
		height: calc(50 /600 * 100%);
	}
	.mapPlmMabBlock1 .links a[href="#Sec01"] {
		left: calc(467 / 1100 * 100%);
		top: calc(240 / 600 * 100%);
	}
	.mapPlmMabBlock1 .links a[href="#Sec02"] {
		left: calc(29 / 1100 * 100%);
		top: calc(156 /600 * 100%);
	}
	.mapPlmMabBlock1 .links a[href="#Sec03"] {
		left: calc(235 / 1100 * 100%);
		top: calc(271 / 600 * 100%);		
	}
	.mapPlmMabBlock1 .links a[href="#Sec04"] {
		left: calc(55 / 1100 * 100%);
		top: calc(451 / 600 * 100%);
	}
	.mapPlmMabBlock1 .links a[href="#Sec05"] {
		left: calc(466 / 1100 * 100%);
		top: calc(477 / 600 * 100%);
	}
	.mapPlmMabBlock1 .links a[href="#Sec06"] {
		left: calc(730 / 1100 * 100%);
		top: calc(454 / 600 * 100%);
	}
	.mapPlmMabBlock1 .links a[href="#Sec07"] {
		left: calc(871 / 1100 * 100%);
		top: calc(196 / 600 * 100%);
	}
}
@media screen and (max-width: 800px) {
.mapPlmMabBlock1 .sp_w600p {
	position: relative;
}
}
/* ________SP________ */
@media screen and (max-width: 600px) {
	.mapPlmMabBlock1 .links a {
		width: calc(186 * 600px / 1100);
		height: calc(50 * 600px / 1100);
	}
	.mapPlmMabBlock1 .links a[href="#Sec01"] {
		left: calc(467 * 600px / 1100);
		top: calc(240 * 600px / 1100);
	}
	.mapPlmMabBlock1 .links a[href="#Sec02"] {
left: calc(29 * 600px / 1100);
		top: calc(156 / 600p / 1100x);
	}
	.mapPlmMabBlock1 .links a[href="#Sec03"] {
		left: calc(235 * 600px / 1100);
		top: calc(271 * 600px / 1100);		
	}
	.mapPlmMabBlock1 .links a[href="#Sec04"] {
		left: calc(55 * 600px / 1100);
		top: calc(451 / 600p / 1100x);
	}
	.mapPlmMabBlock1 .links a[href="#Sec05"] {
		left: calc(466 * 600px / 1100);
		top: calc(477 * 600px / 1100);
	}
	.mapPlmMabBlock1 .links a[href="#Sec06"] {
		left: calc(730 * 600px / 1100);
		top: calc(454 * 600px / 1100);
	}
	.mapPlmMabBlock1 .links a[href="#Sec07"] {
		left: calc(871 * 600px / 1100);
		top: calc(196 * 600px / 1100);
	}
}
/* // naviListB
----------------------------------------------- */
.contentsPlm .naviListB .item {
	padding: 0 43px 0 0;
}
.contentsPlm .naviListB .item .tx {
	padding: 0 ;
}
.naviListB .item .tx .txWrap{
	padding: 12px 0 ;
}
.contentsPlm .naviListB .item .tx .iconWrap {
	width: 80px;
	margin-right: 0;
}

/* // solutionItemWrapA 
----------------------------------------------- */
.contentsPlm .solutionItemWrapA .item.btn-none  .contents{
	padding: 35px 25px;
}
.contentsPlm .solutionItemWrapA .item .contents .title .tx1 {
	border-right: none;
}
/* ________PC________ */
@media screen and (min-width: 601px) {
	.contentsPlm .solutionItemWrapA .item .contents .checkListA{
		min-height: 129px;
	}
}