@charset "utf-8";

.localhost body {
	padding-top:0 !important;
}
.localhost #PC_Header {
	display:none !important;
}
.localhost #Footer {
	display:none !important;
}
.localhost .relatedCase {
	display:none !important;
}

/* // base //
----------------------------------------------- */
html, body {
	min-height:100vh;
	color:#333;
    font-weight: 500;
}
body.pageBg1 {
}
a {
    /* color: #333; */
    color: currentColor;
}
/* a:not(.nohover):hover {
    color: #666;
} */

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	body {
		padding-top:0;
	}
}
/* // 調整用 //
----------------------------------------------- */
header.bf {
	text-align:left;
}
header.bf .header_left {
	line-height:1;
	text-align:left;
}
header.bf #ham_btn i {
	position:absolute;
	left:50%;
	top:50%;
	right:auto;
	bottom:auto;
	width:auto;
	height:auto;
	transform: translate(-50%,-50%);
}
#global_nav li a {
	font-size: 16px;
	line-height: 1.3;
	padding: 15px 10px;
}
footer {
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	footer {
	}
}

/* // Container //
----------------------------------------------- */
/* #Container {
	position:relative;
	// background-color:#DEF3F8;
} */
/* // ________SP________ // */
/* @media screen and (max-width: 840px)  {
	#Container {
		padding-top:0px;
	}
} */


/* // naviFix //
----------------------------------------------- */
body,
#PC_Header,
#PC_Header .naviBar,
#PC_Header .naviBar .logo {
	transition:0.3s;
}

body.naviFix {
	padding-top:75px;
}
body.naviFix #PC_Header  {
	height:75px;
}
body.naviFix #PC_Header .naviBar {
	height:40px;
}
body.naviFix #PC_Header .naviBar .logo {
	width:180px;
}

/* // PC_Header //
----------------------------------------------- */
#PC_Header {
	display:block;
	/* position: fixed; */
	position: sticky;
	top: 0;
	left:0px;
	z-index: 999;
	width: 100%;
	background-color: #fff;
	border-bottom: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	height:95px;
}
/* //    |- cvBar  */
#PC_Header .cvBar {
	height:35px;
	background-color:#f1f1f1;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	line-height:1;
}
#PC_Header .cvBar .tel {
	padding-right:15px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
}
#PC_Header .cvBar .tel .telNum {
	font-size:150%;
}
#PC_Header .cvBar .tel .telNum i {
	font-size:84%;
}
#PC_Header .cvBar .tel .memo {
	font-size:75%;
	font-weight:400;
}

#PC_Header .cvBar .btn {
	display:block;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: flex-end;
	-ms-justify-content: flex-end;
	height:100%;
	width:280px;
	position:relative;
}
#PC_Header .cvBar .btn .tx {
	display:block;
	width:100%;
	position:absolute;
	top:calc(50% - 3px);
	left:50%;
	transform: translate(-50%,-50%);
}
#PC_Header .cvBar .btn .tx i {
	font-size:140%;
	margin-right:10px;
	position:relative !important;
	top:3px !important;
	left:-12px !important;
}
#PC_Header .cvBar .btn.cv2 .tx i {
	top:3px !important;
}
#PC_Header .cvBar .btn.cv1 {
	background-color:#54B29A;
}
#PC_Header .cvBar .btn.cv2 {
	background-color:#2B65AE;
	color:#FCEF50 !important;
}
#PC_Header .cvBar .btn.cv2 span {
	position: relative;
	padding: 6px 0 6px 65px;
}
#PC_Header .cvBar .btn.cv2 span:before {
	background: url(/_pack/img/icon_beginner.svg) no-repeat;
    left: 73px;
    position: absolute;
    top: 4px;
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
}

/* //    |- naviBar  */
#PC_Header .naviBar {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	height:60px;
	transition:0.3s;
}
#PC_Header .naviBar .logo {
	width:210px;
	padding-left:30px;
}
#PC_Header .naviBar .logo img {
	width:100%;
}
@media screen and (max-width: 1300px)  {
	#PC_Header .naviBar .logo {
		width:200px;
	}
	body.naviFix #PC_Header .naviBar .logo {
		width:210px;
	}
	#PC_Header .naviBar .logo {
		padding-left: 11px;
	}
}


/* // sideCvBtn1 //
----------------------------------------------- */
.sideCvBtn1 {
	position:fixed;
	top:50%;
	right:-100px;
	transform: translateY(-50%);
	z-index:500;
}
@media all and (max-width: 430px) {
	.sideCvBtn1 {
		display: none;
	}
}
html.on .sideCvBtn1 {
	transition-delay:0.1s;
	transition-duration:0.6s;
	right:0px;
}
.sideCvBtn1 img {
	width:95px;
	/*box-shadow: 0 0 8px rgba(0,0,0,0.4);*/
}

/* // SPHeader //
----------------------------------------------- */
#SPHeader {
	height:50px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	position: relative;
	top: 0;
	z-index: 4;
	width: 100%;
	background-color: #fff;
	border-bottom: 0;
	padding-left:15px;
}
#SPHeader .logo {
	max-width: 100%;
	width:170px;
	display: inline-block;
	vertical-align: top;
	padding:0;
	line-height:1;
}

/* // BtmCv //
----------------------------------------------- */
#BtmCv {
	position:fixed;
	z-index:400;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:rgba(255,255,255,0.8);
	padding:6px 6px 3px 6px;
	line-height:1;
	transform: translateY(100%);
}
#BtmCv.on {
	transform: translateY(0%);
	transition-duration:0.5s;
}
#BtmCv .btns {
	display: flex;
	display: -ms-flexbox;
}
#BtmCv .btns li {
	width:50%;
}
#BtmCv .btns li:nth-of-type(odd) {
	padding-right:2px;
}
#BtmCv .btns li:nth-of-type(even) {
	padding-left:2px;
}
#BtmCv .btns li a {
	width:100%;
	padding-right:15px;
	border-radius: 3px;
}
#BtmCv .btns li a i {
	right:5px;
}
#BtmCv .btns li a .tx {
	padding-left:4px;
	padding-right:4px;
}


/* // Footer //
----------------------------------------------- */
#Footer {
	background-color:#004F6D;
	color:#FFF;
	font-size: 13px;
	padding: 40px 0 12px;
	text-align:left;
}
#Footer a {
	color:#FFF;
}
#Footer a:hover {
	opacity:0.7;
}
/* //    |- logoBlock  */
#Footer .logoBlock {
	display: flex;
	display: -ms-flexbox;
	align-items: center ;
	-ms-align-items: center ;
	margin-bottom:40px;
}
#Footer .logoBlock .logo {
	display: block;
	width:120px;
	padding:10px;
	background-color:#FFF;
	line-height:1;
}
#Footer .logoBlock .logo img {
	width:100%;
}
#Footer .logoBlock .description {
	width:calc(100% - 250px);
	padding-left:23px;
	font-size:96%;
	line-height:1.7;
}

/* //    |- menuBlock  */
#Footer .menuBlock {
	display: flex;
	display: -ms-flexbox;
	justify-content:  space-between;
	-ms-justify-content:  space-between;
}
#Footer .menuBlock .navis {
	line-height:1.6;
}
#Footer .menuBlock .navis:last-of-type {
	margin-right:50px;
}
#Footer .menuBlock .navis li {
	margin-bottom:18px;
}
#Footer .menuBlock .navis li.child {
	padding-left:2em;
	margin-top:-6px;
}

/* //    |- bottomBlock  */
#Footer .bottomBlock {
	border-top:1px solid #FFF;
	margin-top:5px;
	padding-top:15px;
}
#Footer .bottomBlock .menus {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	justify-content: center ;
	-ms-justify-content: center ;
}
#Footer .bottomBlock .menus li {
	font-weight:300;
	font-size:94%;
	margin-right:22px;
	padding-right:22px;
	position:relative;
}
#Footer .bottomBlock .menus li:last-of-type {
	margin-right:0;
	padding-right:0;
}
#Footer .bottomBlock .menus li:last-of-type:after {
	display:none;
}
#Footer .bottomBlock .menus li:after {
	content:" ";
	position:absolute;
	display:block;
	width:1px;
	height:13px;
	background-color:#fff;
	right:0px;
	top:50%;
	transform: translateY(-50%);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#Footer {
		font-size: 11px;
		padding: 30px 0 8px;
		text-align:left;
	}
	/* //    |- logoBlock  */
	#Footer .logoBlock {
		display: block;
		margin-bottom:20px;
		text-align:left;
	}
	#Footer .logoBlock .logo {
		display: inline-block;
		width:110px;
		padding:10px;
	}
	#Footer .logoBlock .description {
		width:calc(100%);
		padding-left:0px;
		font-size:92%;
		line-height:1.7;
		font-weight:300;
		margin-top:10px;
	}

	/* //    |- bottomBlock  */
	#Footer .bottomBlock {
		margin-top:5px;
		padding-top:15px;
	}
	#Footer .bottomBlock .menus {
		justify-content: start ;
		-ms-justify-content: start ;
	}
	#Footer .bottomBlock .menus li {
		font-size:94%;
		margin-right:17px;
		padding-right:17px;
	}
	#Footer .bottomBlock .menus li:after {
		height:13px;
	}


}



/* // ContentsWrap //
----------------------------------------------- */
#ContentsWrap {
	/* max-width:1600px; */
	width: min(100%,1600px);
	margin:0 auto;
	background-color:#FFF;
	/* padding-bottom:60px; */
}
/* // ________SP________ // */
/* @media screen and (max-width: 840px)  {
	#ContentsWrap {
		padding-bottom:45px;
	}
} */

/* // btnA //
----------------------------------------------- */
.btnA.mwc {
	min-width:1px !important;
}

/* //    |- A1  */
.btnA.A1 {
	background-color:#FFF;
	border:2px solid #E2A542;
	color:#E2A542 !important;
	min-width:300px;
}
.btnA.A1:before {
	background-color:#E2A542;
	opacity:0.1;
}
.btnA.A1 .tx {
	font-weight:500;
}
.btnA.A1-blue {
	color: #3777C1 !important;
	border-color: currentColor;
}
.btnA.A1-blue::before {
	background-color: currentColor;
}
/* //    |- A2  */
.btnA.A2 {
	background-color:#3777C1;
	color:#FFF !important;
	min-width:300px;
}
.btnA.A2:before {
	opacity:0.1;
}
.btnA.A2 .tx {
	font-weight:500;
}
.btnA.A2-orange {
	background-color:#E2A542;
}
/* //    |- A3  */
.btnA.A3 {
	background-color:transparent;
	color:#FFF !important;
	min-width:300px;
	border:2px solid #FFF;
}
.btnA.A3:before {
	opacity:0.1;
}
/* //    |- A4  */
.btnA.A4 {
	background-color:#54B29A;
	color:#FFF !important;
	min-width:300px;
}
.btnA.A4:before {
	opacity:0.1;
}
.btnA.A4 .tx {
	font-weight:500;
}
/* //    |- A5  */
.btnA.A5 {
	background-color:#E2E2E2;
	color:#000 !important;
}
.btnA.A5:before {
	opacity:0.1;
}
.btnA.A5 .tx {
	font-weight:500;
}
/* //    |- A6  */
.btnA.A6 {
  border-radius: 10px;
	background-color: #fff;
  border: 2px solid #E2A542;
  border-bottom-width: 6px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	color:#E2A542 !important;
	width: calc(100% - 30px);
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btnA.A6:hover {
  margin-top: 4px;
  transform: translateY(4px);
  border-bottom-width: 2px;
}
.btnA.A6:before {
	background-color:#E2A542;
	opacity:0.1;
}
.btnA.A6 small {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 15px;
  font-size: 14px;
}
.btnA.A6 .tx {
  padding-top: 7px;
	font-weight:500;
  font-size: 24px;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* //    |- A1  */
	.btnA.A1 {
		min-width:10px;
	}
	/* //    |- A2  */
	.btnA.A2 {
		min-width:10px;
	}
	/* //    |- A3  */
	.btnA.A3 {
		min-width:10px;
	}
	/* //    |- A4  */
	.btnA.A4{
		min-width:10px;
	}
}

/* //    |- wThumb1  */
.btnA.wThumb1 {
	background-color:#54B29A;
	color:#FFF !important;
	width:600px;
	padding:0; ;
	position:relative;
	overflow:visible;
}
.btnA.wThumb1:before {
	display:none;
}
.btnA.wThumb1 .tx {
	font-weight:500;
	font-size:110%;
	letter-spacing:1px;
	padding:19px 0 19px 50px;
	position:relative;
	display:block;
	overflow:hidden;
}

.btnA.wThumb1:before  {
	display:none;
}
.btnA.wThumb1 .tx:before {
	content:" ";
	position:absolute;
	top:50%;
	left:0%;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	display:block;
	width:0;
	height:500px;
	background-color:#000;
	opacity:0.2;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btnA.wThumb1:hover .tx:before {
	width:100%;
}

.btnA.wThumb1 .tx .in  {
	position:relative;
	z-index:150;
}

.btnA.wThumb1 .tx .icon {
	font-size:150%;
	vertical-align:bottom;
	padding-right:22px;
}
.btnA.wThumb1 .image {
	width:130px;
	position:absolute;
	left:10px;
	top:50%;
	transform: translateY(-50%);
	opacity:1 !important;
	z-index:100;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.btnA.wThumb1 {
		width:100%;
	}
	.btnA.wThumb1 .tx {
		font-size:110%;
		padding:19px 10px 19px 70px;
	}
	.btnA.wThumb1 .tx .icon {
		display:none;
	}
	.btnA.wThumb1 .image {
		width:60px;
		left:5px;
		top:50%;
	}
}

/* //    |- dl1  */
.btnA.dl1 {
	background-color:#54B29A;
	color:#FFF !important;
	padding:0; ;
	position:relative;
	overflow:visible;
}
.btnA.dl1:before {
	display:none;
}
.btnA.dl1 .tx {
	font-weight:500;
	font-size:110%;
	letter-spacing:1px;
	padding:19px 50px 19px 50px;
	position:relative;
	display:block;
	overflow:hidden;
}

.btnA.dl1:before  {
	display:none;
}
.btnA.dl1 .tx:before {
	content:" ";
	position:absolute;
	top:50%;
	left:0%;
	-ms-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	display:block;
	width:0;
	height:500px;
	background-color:#000;
	opacity:0.2;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btnA.dl1:hover .tx:before {
	width:100%;
}

.btnA.dl1 .tx .in  {
	position:relative;
	z-index:150;
}

.btnA.dl1 .tx .icon {
	font-size:150%;
	vertical-align:bottom;
	padding-right:22px;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.btnA.dl1 {
		width:100%;
	}
	.btnA.dl1 .tx {
		font-size:100%;
		padding:17px 10px 17px 20px;
	}
	.btnA.dl1 .tx .icon {
		font-size:150%;
		vertical-align:bottom;
		padding-right:10px;
	}
}


/* // カラー 設定 //
----------------------------------------------- */
.bgcA {	background-color:#E3F2FD;	}
.bgcB {	background-color:#3575C0;	}
.bgcC {	background-color:#EFF5F7;}

.fcA {	color:#3575C0;	}
.fcB {	color:#76E1F2;	}
.fcC {	color:#94DCCB;	}
.fcD {	color:#FDF451;	}
.fcE {	color:#60C1AB;	}

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

}

/* // ★テキスト 設定 //
----------------------------------------------- */
/* //    |- htxA  */
.htxA {
	line-height:1.5;
	font-size:210%;
	font-weight:600;
	text-align:center;
	margin-bottom:36px;
}
.htxA .wrap {
	display:inline-block;
	position:relative;
	padding:0 15px 5px ;
}
.htxA .wrap .tx {
	position:relative;
	z-index:10;
}
.htxA .wrap:after {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:20px;
	background-color:#C2DDEF;
	left:0px;
	bottom:1px;
	z-index:5;
}
.htxA.noline .wrap:after {
	display:none;
}
.htxA.noline .wrap {
	padding-bottom:0;
}

/* //    |- htxB  */
.htxB {
	line-height:1.4;
	margin-bottom:12px;
	display: flex;
	display: -ms-flexbox;
}
.htxB .num {
	background-color:#E3F2FD;
	width:50px;
	height:50px;
	line-height:1;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	font-weight:600;
	font-size:36px;
	font-style:italic;
}
.htxB .text {
	padding-top:7px;
	padding-left:9px;
	font-size:160%;
	font-weight:600;
	width:calc(100% - 50px);
}

/* //    |- htxC  */
.htxC {
	line-height:1.5;
	font-size:162%;
	color:#FFF;
	font-weight:600;
	margin-bottom:22px;
}
.htxC .wrap {
	background-color:#4692CF;
	display:inline-block;
	position:relative;
	padding:5px 22px ;
}
.htxC .wrap .tx {
}

/* //    |- htxD  */
.htxD {
	line-height:1.5;
	font-weight:600;
	margin-bottom:23px;
	display: flex;
	display: -ms-flexbox;
}
.htxD .num {
	line-height:1;
	width:125px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	background-color:#3877C1;
	color:#FFF;
	font-style:italic;
	font-weight:700;
	font-size:58px;
	padding:3px;
}
.htxD .text {
	width:calc(100% - 125px);;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	background-color:#D3E3F2;
	color:#000;
	font-weight:700;
	font-size:28px;
	padding:0px 15px;
}

/* //    |- htxE  */
.htxE {
	line-height:1.4;
	font-weight:500;
	margin-bottom:40px;
	display: block;
	background-color:#3F8ACC;
	padding:14px 5px;
	color:#FFF;
	font-size:140%;
	text-align:center;
	letter-spacing:1px;
}
/* //    |- htxF  */
.htxF {
	margin-bottom:20px;
	text-align:center;
}
.htxF .wrap {
	display:inline-block;
	line-height:1.4;
	font-weight:600;
	background-color:#3F8ACC;
	padding:7px 25px;
	color:#FEF551;
	font-size:170%;
	text-align:center;
	letter-spacing:1px;
}

/* //    |- htxG  */
.htxG {
	margin-bottom:30px;
	padding:10px 0 10px 15px;
	border-left:6px solid #3372BD;
	font-size:140%;
	font-weight:600;
	line-height:1.5;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* //    |- htxA  */
	.htxA {
		font-size:170%;
		margin-bottom:22px;
	}
	.htxA .wrap {
		display:inline-block;
		position:relative;
		padding:0 15px 5px ;
	}
	.htxA .wrap .tx {
		position:relative;
		z-index:10;
	}
	.htxA .wrap:after {
		height:15px;
		bottom:4px;
	}


	/* //    |- htxB  */
	.htxB {
		line-height:1.4;
		margin-bottom:9px;
	}
	.htxB .num {
		width:30px;
		height:30px;
		font-size:22px;
	}
	.htxB .text {
		width:calc(100% - 30px);
		padding-top: 3px;
		padding-left: 3px;
		font-size: 120%;
		line-height:1.3;
	}

	/* //    |- htxC  */
	.htxC {
		font-size:126%;
		margin-bottom:13px;
	}
	.htxC .wrap {
		padding:5px 15px ;
	}
	.htxC .wrap .tx {
	}

	/* //    |- htxD  */
	.htxD {
		margin-bottom:19px;
	}
	.htxD .num {
		line-height:1;
		width:50px;
		font-size:28px;
		padding:1px;
	}
	.htxD .text {
		width:calc(100% - 50px);;
		font-weight:600;
		font-size:20px;
		padding:7px 5px;
	}

	/* //    |- htxE  */
	.htxE {
		line-height:1.4;
		font-weight:500;
		margin-bottom:40px;
		display: block;
		background-color:#3F8ACC;
		padding:14px 5px;
		color:#FFF;
		font-size:140%;
		text-align:center;
		letter-spacing:1px;
	}

	/* //    |- htxG  */
	.htxG {
		margin-bottom:22px;
		padding:8px 0 8px 12px;
		border-left-width:5px;
		font-size:132%;
	}
}

/* // テキスト //
----------------------------------------------- */
.underlineA {
	display:inline-block;
	position:relative;
}
.underlineA:after {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:3px;
	background-color:#D2E5F1;
	left:0px;
	bottom:-2px;
}
.underlineA.c1:after {
	background-color:#3575C0;
}
.underlineA.c1:after {
	background-color:#3575C0;
}

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

}


/* // section //
----------------------------------------------- */
.sectionA {
	padding:75px 0;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.sectionA {
		padding:43px 0;
	}
}

/* // pageHeaderA //
----------------------------------------------- */
.pageHeaderA {
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:290px;
	margin-bottom:100px;
}
.pageHeaderA:before {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:4px;
	background-image: linear-gradient(to right, #4290D3 0%, #A9D1EA 100%);
	left:0px;
	bottom:-2px;
	z-index:5;
}
.pageHeaderA .titleWrap {
	position:absolute;
	left:calc(50% - 550px);;
	bottom:0px;
	display:inline-block;
	background-color:#3372BD;
	overflow:hidden;
	transform: translateY(50px);
	z-index:10;
	min-width: 260px;
}
.pageHeaderA .titleWrap > .inner {
	position:relative;
	padding:50px 100px 50px 30px;
}
.pageHeaderA .titleWrap > .inner:before {
	content:" ";
	position:absolute;
	display:block;
	width:210px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	right:0px;
	top:-20px;
	transform: translate(50%,-50%) rotate(387deg);
	opacity:0.2;
}
.pageHeaderA .titleWrap .titleTx {
	line-height:1.4;
	font-size:30px;
	color:#FFF;
	font-weight:500;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.pageHeaderA {
		height:150px;
		margin-bottom:60px;
	}
	.pageHeaderA:before {
		height:3px;
	}
	.pageHeaderA .titleWrap {
		left:15px;
		bottom:0px;
		transform: translateY(50%);
		min-width: 120px;
	}
	.pageHeaderA .titleWrap > .inner {
		padding:20px 20px 20px 20px;
	}
	.pageHeaderA .titleWrap > .inner:before {
		width:160px;
		right:0px;
		top:-60px;
	}
	.pageHeaderA .titleWrap .titleTx {
		font-size:22px;
	}
}

/* // pageHeaderB //
----------------------------------------------- */
.pageHeaderB {
	position:relative;
	margin-bottom:30px;
	margin-top:10px;
	text-align:left;
	line-height:1;
	transform: translateY(-50%);
}
.pageHeaderB:before {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:4px;
	background-image: linear-gradient(to right, #4290D3 0%, #A9D1EA 100%);
	left:0px;
	bottom:0px;
	z-index:5;
}
.pageHeaderB .widthFix {
	position:relative;
	z-index:10;
}

.pageHeaderB .titleWrap {
	display:inline-block;
	background-color:#3372BD;
	overflow:hidden;
	z-index:10;
	transform: translateY(50%);
}
.pageHeaderB .titleWrap > .inner {
	position:relative;
	padding:20px 30px 20px 30px;
}
.pageHeaderB .titleWrap > .inner:before {
	content:" ";
	position:absolute;
	display:block;
	width:210px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	right:0px;
	top:-20px;
	transform: translate(50%,-50%) rotate(387deg);
	opacity:0.2;
}
.pageHeaderB .titleWrap .titleTx {
	line-height:1.4;
	font-size:26px;
	color:#FFF;
	font-weight:500;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.pageHeaderB {
		margin-bottom:20px;
		margin-top:15px;
		transform: translateY(-50%);
	}
	.pageHeaderB:before {
		height:4px;
	}
	.pageHeaderB .titleWrap {
	}
	.pageHeaderB .titleWrap > .inner {
		position:relative;
		padding:16px 20px 16px 20px;
	}
	.pageHeaderB .titleWrap > .inner:before {
		width:160px;
		right:0px;
		top:-60px;
	}
	.pageHeaderB .titleWrap .titleTx {
		font-size:22px;
	}
}

/* // Breadcrumb //
----------------------------------------------- */
#Breadcrumb,
.breadcrumb_btm {
	line-height:1.4;
	font-size:80%;
	/* z-index:300; */
	color:#666 !important;
	position:relative;
	/* z-index:300; */
}
.breadcrumb_btm{
	margin: 0 0 20px 0;
}
#Breadcrumb.over {
	height:0px;
}
#Breadcrumb .inner {
	padding:7px 0 4px 0;
}

#Breadcrumb .inner,
.breadcrumb_btm .inner {
	padding:7px 0 4px 0;
}
#Breadcrumb .list,
.breadcrumb_btm .list {
	text-align:left;
}
#Breadcrumb .list li,
.breadcrumb_btm .list li {
	display:inline-block;
	padding-right:13px;
	margin-right:13px;
	position:relative;
}
#Breadcrumb .list li:after,
.breadcrumb_btm .list li:after{
	position: absolute;
	right:0;
	top: 50%;
	font-size:70%;
	transform: translate(50%,-50%);
	content:"\e90e";
	font-family: iconfontA;
	color:#fff !important;
}
#Breadcrumb .list li:last-of-type,
.breadcrumb_btm .list li:last-of-type {
	margin-right:0;
}

#Breadcrumb .list li a {
	color:#fff !important;
}
#Breadcrumb .list li:last-of-type a {
	cursor:default;
}

#Breadcrumb .list li:last-of-type a.hoverLine em:after {
	display:none;
}
#Breadcrumb.black ,
#Breadcrumb.black .list li:after,
#Breadcrumb.black .list li a,
.breadcrumb_btm ,
.breadcrumb_btm .list li:after,
.breadcrumb_btm .list li a {
	color:#000 !important;
}
#Breadcrumb.black .list li:last-of-type:after,
.breadcrumb_btm .list li:last-of-type:after{
	display:none;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#Breadcrumb {
		display:none;
		font-size:74%;
		margin-top:8px;
		margin-bottom:30px;
	}
	#Breadcrumb .list {
		text-align:left;
	}
	#Breadcrumb .list li {
		padding-right:10px;
		margin-right:7px;
	}
	#Breadcrumb .list li:after{
		font-size:70%;
	}
}

/* // specialBlockA //
----------------------------------------------- */
.specialBlockA {
	background:url(/_pack/img/cmn_bg_01.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	padding:35px 0 45px;
	color:#FFF;
	text-align:center;
	overflow:hidden;
}
.specialBlockA:before {
	content:" ";
	background-color:#FFF;
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	left:50%;
	top:-30px;
	transform: translate(-50%,-50%) rotate(45deg);
}
.specialBlockA .titleWrap {
	display:inline-block;
	margin-bottom:17px;
}
.specialBlockA .titleWrap .tx1 {
	font-weight:600;
	opacity:0.5;
	margin-bottom:8px;
}
.specialBlockA .titleWrap .titleTx {
	font-size:28px;
	line-height:1.4;
	font-weight:600;
	position:relative;
	padding:2px 15px 4px ;
}
.specialBlockA .titleWrap .titleTx:before {
	content:" ";
	position:absolute;
	display:block;
	width:15px;
	height:25px;
	border-color:#FFF;
	border-width:1px 0 0 1px;
	border-style:solid;
	left:0px;
	top:0px;
	opacity:0.5;
}
.specialBlockA .titleWrap .titleTx:after {
	content:" ";
	position:absolute;
	display:block;
	width:15px;
	height:25px;
	border-color:#FFF;
	border-width: 0 1px 1px 0;
	border-style:solid;
	right:0px;
	bottom:0px;
	opacity:0.5;
}
.specialBlockA .htx1 {
	text-align:center;
	line-height:1.7;
	font-size:160%;
	font-weight:600;
	margin-bottom:15px;
}
.specialBlockA .htx1 .wrap {
	display:inline-block;
	padding:0 5px 2px;
	position:relative;
}
.specialBlockA .htx1 .wrap:after {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:1px;
	background-color:#94DCCB;
	left:50%;
	bottom:0px;
	transform: translateX(-50%);
}

.specialBlockA .columnWrap1 {
	background-color:#FFF;
	border-radius: 3px;
	border-top:6px solid #E4E4E4;
	padding:21px 0;
}
.specialBlockA .columnWrap1 .column {
	padding:0 20px;
	position:relative;
}
.specialBlockA .columnWrap1 .column:after {
	content:" ";
	position:absolute;
	display:block;
	width:1px;
	height:100%;
	background-color:#CFD8DE;
	right:0px;
	top:0px;
}
.specialBlockA .columnWrap1 .column:last-of-type:after {
	display:none;
}
.specialBlockA .columnWrap1 .column .num {
	text-align:center;
	font-weight:600;
	line-height: 1;
	font-size:260%;
	margin-bottom:7px;
	font-style:italic;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.specialBlockA {
		padding:35px 0 40px;
		color:#FFF;
		text-align:center;
	}
	.specialBlockA:before {
		width:70px;
		height:70px;
	}
	.specialBlockA .titleWrap {
		display:inline-block;
		margin-bottom:17px;
	}
	.specialBlockA .titleWrap .tx1 {
	}
	.specialBlockA .titleWrap .titleTx {
		font-size:22px;
		padding:2px 15px 4px ;
	}

	.specialBlockA .columnWrap1 {
		border-top-width:5px;
		padding:15px 0;
	}
	.specialBlockA .columnWrap1 .column {
		padding:0 10px;
		position:relative;
	}
	.specialBlockA .columnWrap1 .column:nth-of-type(2):after,
	.specialBlockA .columnWrap1 .column:last-of-type:after {
		display:none;
	}
	.specialBlockA .columnWrap1 .column .num {
		font-size:260%;
		margin-bottom:7px;
	}
}


/* // tagsA //
----------------------------------------------- */
.tagsA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
}
.tagsA li {
	line-height:1;
	color:#4692D0;
	border:1px solid #4692D0;
	border-radius: 100px;
	font-weight:400;
	font-size:92%;
	margin-right:11px;
	padding:4px 10px 5px 8px;
}
.tagsA li:last-of-type {
	margin-right:0;
}
.tagsA li:before {
	content:"#";
	font-style:italic;
	display:inline-block;
	margin-right:7px;
}

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

}

/* // tagsB //
----------------------------------------------- */
.tagsB {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
}
.tagsB li {
	line-height:1;
	color:#489BD3;
	background-color:#efefef;
	border-radius: 100px;
	font-weight:400;
	font-size:88%;
	margin-right:11px;
	margin-bottom:8px;
	padding:4px 10px 5px 8px;
	font-weight:300;
}
.tagsB li:last-of-type {
	margin-right:0;
}
.tagsB li:before {
	content:"#";
	font-style:italic;
	display:inline-block;
	margin-right:7px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.tagsB {
	}
	.tagsB li {
		font-size:88%;
		margin-right:9px;
	}
	.tagsB li:before {
		margin-right:6px;
	}
}


/* // columnTypeA //
----------------------------------------------- */
.columnTypeA .column {
	background-color:#FFF;
	box-shadow: 5px 5px 0px #D0D9E0;
}
.columnTypeA .column .img1 {
	display:block;
	width:100%;
}
.columnTypeA .column .inner {
	padding:25px 22px 22px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.columnTypeA .column {
		box-shadow: 4px 4px 0px #D0D9E0;

	}
	.columnTypeA .column .inner {
		padding:15px 10px 10px;
	}
}

/* // columnTypeB //
----------------------------------------------- */
.columnTypeB .column {
	background-color:#F3F8FB;
}
.columnTypeB .column .image {
	display:block;
	position:relative;
}
.columnTypeB .column .image img {
	width:100%;
}
.columnTypeB .column .image .title {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	line-height:1.4;
	padding:9px 3px;
	color:#FFF;
	font-size:108%;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
}
.columnTypeB .column .bodyTx {
	font-size:86%;
	line-height:2.0;
	padding:20px;
	font-weight:400;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.columnTypeB .column {
		overflow:hidden;
	}
	.columnTypeB .column .image {
		overflow:hidden;
	}
	.columnTypeB .column .image img {
	}
	.columnTypeB .column .image .title {
		padding:6px 3px;
		font-size:97%;
	}
	.columnTypeB .column .bodyTx {
		font-size:90%;
		line-height:1.7;
		padding:14px;
	}
}

/* // tabNaviA //
----------------------------------------------- */
.tabNaviA .tabs {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	justify-content: center;
	-ms-justify-content: center;
}
.tabNaviA .tabs li {
	/* margin:0 7px; */
	margin:0 3px;
}
.tabNaviA .tabs li .tab {
	border:2px solid #E1A542;
	background-color:#FFF;
	color:#E1A542 !important;
}
.tabNaviA .tabs li .tab .tx {
	padding-left:45px;
	padding-right:45px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.tabNaviA .tabs {
		justify-content: start;
		-ms-justify-content: start;
	}
	.tabNaviA .tabs li {
		margin:0  0 0 0;
		display:block;
		width:100%;
	}
	.tabNaviA .tabs li:last-of-type {
		margin-right:0;
	}
	.tabNaviA .tabs li .tab {
		width:100% !important;
	}
	.tabNaviA .tabs li .tab .tx {
		padding-left:15px;
		padding-right:25px;
	}
}

/* // tabNaviB //
----------------------------------------------- */
.tabNaviB {
	margin-bottom:20px;
}
.tabNaviB .navis {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	line-height:1.3;
	font-size:100%;
	width:calc(100% + 10px);
}
.tabNaviB .navis li {
	margin-right:10px;
	min-width:170px;
}
.tabNaviB .navis li a{
	display:block;
	text-align:center;
	height:100%;
	border:1px solid #0D69BE;
	color:#0D69BE;
	padding:15px 1px;
	font-weight:500;
}

.tabNaviB .navis li a.on {
	border-color:#0D69BE;
	background-color:#0D69BE;
	color:#fff;
	font-weight:500;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* //    |- tabNaviB  */
	.tabNaviB {
		margin-bottom:12px;
	}
	.tabNaviB .navis {
		line-height:1.3;
		font-size:88%;
		width:calc(100% + 5px);
	}
	.tabNaviB .navis li {
		margin-right:5px;
		min-width:100px;
		width:calc(100% / 2 - 5px);
		margin-bottom:5px;
	}
	.tabNaviB .navis li a{
		border:1px solid #CCC;
		padding:11px 1px;
	}
}

/* // formWrapA //
----------------------------------------------- */
.formWrapA {
	width:1100px;
	margin:50px auto 0;
	padding:40px;
	border:1px solid #CCC;
	border-radius: 3px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.formWrapA {
		width:calc(100% - 30px);;
		margin-top:30px;
		padding:15px;
	}
}

/* // flowListA //
----------------------------------------------- */
.flowListA .items {
	display: flex;
	display: -ms-flexbox;
	width:calc(100% + 30px);
}
.flowListA .items li {
	width:calc(100% / 3 - 30px - 0.1px);
	margin-right:30px;
	background-color:#FFF;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	position:relative;
	padding:25px;
}
.flowListA.bg1 .items li {
	background-color:#F8F8F8;
	box-shadow: 3px 3px 0 #D3D3D3;
}
.flowListA .items li:after{
	position: absolute;
	left:calc(100% + 15px);
	top: 50%;
	font-size:160%;
	transform: translate(-50%,-50%);
	content:"\e907";
	font-family: iconfontA;
	color:#346791;
}
.flowListA .items li:last-of-type:after{
	display:none;
}
.flowListA .items li .num {
	line-height:1;
	position:absolute;
	top:0px;
	right:20px;
	font-weight:700;
	font-style:italic;
	font-size:110px;
	color:#EAF1F7;
}
.flowListA.bg1 .items li .num {
	color:#DBE6F1;
}

.flowListA .items li .iconWrap {
	display:block;
	height:110px;
	position:relative;
}
.flowListA .items li .iconWrap img {
	height:80px;
	width:auto;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.flowListA .items li .iconWrap img.size1 {
	height:70px;
}
.flowListA .items li .htx1 {
	text-align:center;
	font-weight:600;
	line-height:1.7;
	margin-bottom:12px;
	font-size:120%;
}
.flowListA .items li .tx1 {
	line-height:1.7;
	font-size:96%;
	text-align:center;
}
.flowListA .items li .btn {
	display:block;
	width:220px;
	min-width:1px;
	margin: 16px auto 0;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.flowListA .items {
		display: block;
		width:90%;
		margin:0 auto;
	}
	.flowListA .items li {
		display: block;
		margin-right:0;
		padding:20px;
		width:100%;
		margin-bottom:30px;
	}
	.flowListA .items li:after{
		position: absolute;
		left:50%;
		top: calc(100% + 15px);;
		font-size:160%;
		content:"\e90a";
	}
	.flowListA .items li .num {
		font-size:90px;
	}
	.flowListA .items li .iconWrap {
		height:90px;
	}
	.flowListA .items li .iconWrap img {
		height:70px;
	}
	.flowListA .items li .iconWrap img.icon2 {
		height:60px;
	}
	.flowListA .items li .htx1 {
		margin-bottom:10px;
		font-size:113%;
	}
	.flowListA .items li .tx1 {
		font-size:90%;
	}
	.flowListA .items li .btn {
		width:200px;
		margin-top:15px;
	}
}


/* // tipsA //
----------------------------------------------- */
.tipsA {
	display: flex;
	display: -ms-flexbox;
	position:relative;
	background-color:#FFF;
	border-bottom:3px solid #4390CF;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.tipsA:after {
	content:" ";
	position:absolute;
	display:block;
	width:100px;
	height:110px;
	left:15px;
	top:-16px;
	background:url(/_pack/img/cmn_tips_flag_01.png) center top no-repeat;
	background-size:contain;
}
.tipsA .image {
	width:300px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.tipsA .contents {
	padding:50px;
	width:calc(100% - 300px);
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	/* height:100%; */
	min-height:280px;
}
.tipsA .contents .shtx1 {
	text-align:center;
	line-height:1.5;
	font-size:108%;
	margin-bottom:10px;
}
.tipsA .contents .htx1 {
	text-align:center;
	line-height:1.5;
	font-size:155%;
	margin-bottom:35px;
}
.tipsA .contents .htx1 .wrap {
	display:inline-block;
	position:relative;
	padding:0 10px 5px;
}
.tipsA .contents .htx1 .wrap:after {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:3px;
	background-color:#3877C1;
	left:50%;
	top:100%;
	transform: translateX(-50%);
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.tipsA {
		display: block;
	}
	.tipsA:after {
		width:60px;
		left:10px;
		top:-10px;
	}
	.tipsA .image {
		display:none;
	}
	.tipsA .contents {
		padding:30px 20px;
		width:100%;
		display: block;
		min-height:100px;
	}
	.tipsA .contents .shtx1 {
		font-size:100%;
		margin-bottom:8px;
	}
	.tipsA .contents .htx1 {
		font-size:130%;
		margin-bottom:20px;
	}
	.tipsA .contents .htx1 .wrap {
		padding:0 15px 4px;
	}
	.tipsA .contents .htx1 .wrap:after {
		height:2px;
	}
}


/* // contactItemWrapA //
----------------------------------------------- */
.contactItemWrapA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	width:calc(100% + 35px);
}
.contactItemWrapA .item {
	width:calc(100% / 3 - 35px - 0.1px);
	margin-right:35px;
	margin-bottom:35px;
	background-color:#F8F8F8;
	position:relative;
	padding-bottom:56px;
	line-height:1;
}
.contactItemWrapA .item .image {

}
.contactItemWrapA .item .image img {
	width:100%;
}
.contactItemWrapA .item .htx1 {
	background-color:#3777C1;
	color:#FFF;
	font-weight:600;
	font-size:140%;
	line-height:1.5;
	padding:11px 3px;
	text-align:center;
}
.contactItemWrapA .item .bodyTx {
	font-size:88%;
	line-height:1.9;
	font-weight:400;
	padding:20px 25px;
}
.contactItemWrapA .item .btn1 {
	position:absolute;
	left:50%;
	bottom:20px;
	transform: translateX(-50%);
	min-width:1px;
	width:calc(100% - 50px);
}
.contactItemWrapA .item .btn2 {
	font-weight:600;
	font-size:140%;
	line-height:1.5;
	padding:11px 3px;
	text-align:center;
	width:100%;
	line-height:1;
	margin-bottom:-1px;
	height: 90px;
}
.contactItemWrapA.btnWhite .item .btn2 {
	background-color:#FFF;
	color:#3777C1 !important;
	padding:7px 3px;
}
.contactItemWrapA .item .btn2 .tx2{
	margin: 9px;
}

.contactItemWrapA .item2 {
	width:calc(100% - 35px);
	background-color:#F8F8F8;
	display: flex;
	display: -ms-flexbox;
}
.contactItemWrapA .item2 .image {
	width:270px;
}
.contactItemWrapA .item2 .image img {
	width:100%;
}
.contactItemWrapA .item2 .btn2 {
	font-weight:600;
	font-size:140%;
	line-height:1.5;
	text-align:center;
	width:100%;
	background-color:#FFF;
	color:#3777C1 !important;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	padding:0 30px;
}
.contactItemWrapA .item2 .btn2 .tx1 {
	display:block;
	text-align:left;
	margin-bottom:10px;
}
.contactItemWrapA .item2 .btn2 .tx2 {
	display:block;
	text-align:left;
	font-size:80%;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.contactItemWrapA {
		width:calc(100% + 10px);
		flex-wrap: wrap;
		-ms-flex-wrap : wrap;
	}
	.contactItemWrapA .item {
		width:calc(100% / 2 - 10px);
		margin-right:10px;
		margin-bottom:10px;
		padding-bottom:65px;
	}
	.contactItemWrapA .item .htx1 {
		font-weight:600;
		font-size:110%;
		padding:11px 2px;
		text-align:center;
	}
	.contactItemWrapA .item .bodyTx {
		font-size:80%;
		line-height:1.7;
		padding:10px;
	}
	.contactItemWrapA .item .btn1 {
		position:absolute;
		left:50%;
		bottom:20px;
		transform: translateX(-50%);
		min-width:1px;
		width:calc(100% - 20px);
	}
	.contactItemWrapA .item .btn1 .tx {
		padding-left:12px;
		padding-right:12px;
	}
	.contactItemWrapA .item .btn2 {
		font-weight:600;
		font-size:110%;
		padding:8px 3px;
		width:100%;
		min-width:1px;
		height: initial;
	}
	.contactItemWrapA .item .btn2 .tx {
		padding-left:10px;
		padding-right:10px;
	}
	.contactItemWrapA .item .btn2 .tx2{
		margin: initial;
	}
	.contactItemWrapA .item .btn2 i{
		right:1px;
		font-size:60%;
	}
}


/* // boxContentsA //
----------------------------------------------- */
.boxContentsA {
	background-color:#F4FAFA;
	display: flex;
	display: -ms-flexbox;
	flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	border-bottom:4px solid #408AC9;
	position:relative;
	overflow:hidden;
}
.boxContentsA:before {
	content:" ";
	position:absolute;
	display:block;
	width:210px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02_b.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	right:60px;
	top:10px;
	transform: translate(50%,-50%) rotate(387deg);
	opacity:0.2;
	z-index:5;
}
.boxContentsA .image {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:400px;
}
.boxContentsA .contents {
	width:calc(100% - 400px);
	min-height:250px;
	padding:35px  40px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	position:relative;
	z-index:10;
}
.boxContentsA.h1 .contents {
	min-height:10px;
}
.boxContentsA .contents .htx1 {
	font-weight:500;
	line-height:1.7;
	font-size:135%;
	margin-bottom:15px;
}
.boxContentsA .contents .bodyTx {
	font-weight:400;
	line-height:1.9;
	font-size:94%;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.boxContentsA {
		display:block
	}
	.boxContentsA:before {
		display:none;
	}
	.boxContentsA .image {
		width:100%;
		height:200px;
		display:block;
	}
	.boxContentsA .contents {
		width:100%;
		min-height:150px;
		padding:15px;
		display:block
	}
	.boxContentsA .contents .htx1 {
		line-height:1.6;
		font-size:120%;
		margin-bottom:10px;
	}
	.boxContentsA .contents .bodyTx {
		line-height:1.8;
		font-size:94%;
		padding-bottom:10px;
	}
}


/* // boxContentsB //
----------------------------------------------- */
.boxContentsB {
	display: flex;
	display: -ms-flexbox;
	overflow:hidden;
}
.boxContentsB .image {
	width:350px;
	margin-right:30px;
}
.boxContentsB .image img {
	width:100%;
}
.boxContentsB .contents {
	width:calc(100% - 380px);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.boxContentsB {
		display:block;
	}
	.boxContentsB .image {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}

	.boxContentsB .contents {
		width:100%;
	}
}

/* // checkListA //
----------------------------------------------- */
.checkListA li {
	margin-bottom:7px;
	position:relative;
	padding-left:27px;
	font-weight:600;
	font-size:110%;
}
.checkListA li:last-of-type {
	margin-bottom:0;
}
.checkListA li:after{
	position: absolute;
	left:0px;
	top: 3px;
	font-size:120%;
	content:"\ea7c";
	font-family: iconfontA;
	color:#3F8ACC;
}

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

}

/* // contactBlockA //
----------------------------------------------- */
.contactBlockA {
	background-color:#53A1D7;
	padding:80px 0;
	position:relative;
	overflow:hidden;
}
.contactBlockA:before {
	content:" ";
	position:absolute;
	display:block;
	width: 270px;
	height: 410px;
	background-image:url(/_pack/img/cmn_bg_02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	right:110px;
	top:50px;
	transform: translate(50%,-50%) rotate(387deg);
	opacity:0.2;
	z-index:5;
}
.contactBlockA:after {
	content:" ";
	position:absolute;
	display:block;
	width: 290px;
	height: 410px;
	background-image:url(/_pack/img/cmn_bg_02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	left: 90px;
	top: 70%;
	transform: translate(-50%,-50%) rotate(387deg);
	opacity:0.2;
	z-index:5;
}
.contactBlockA .innerWrap  {
	position:relative;
	z-index:10;
}

.contactBlockA .blockWrap1  {
	background-color:rgba(255,255,255,0.2);
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	padding:30px 40px;
	color:#FFF;
}
.contactBlockA .blockWrap1 .block1  {
	width:400px;
	margin-right:50px;
}
.contactBlockA .blockWrap1 .block2  {
	width:calc(100% - 450px);
}
.contactBlockA .blockWrap1 .htx1  {
	line-height:1.5;
	padding-bottom:7px;
	font-size:118%;
	border-bottom:1px solid rgba(255,255,255,0.6);
	margin-bottom:18px;
}

.contactBlockA .blockWrap1 .tel  {
	line-height:1;
}
.contactBlockA .blockWrap1 .tel a  {
	display:block;
	color:#FFF;
	font-size:38px;
}
.contactBlockA .blockWrap1 .tel a .num {
	font-size: 51px;
	padding-left: 5px;
}
.contactBlockA .blockWrap1 .time  {
	text-align:center;
	font-weight:400;
}
.contactBlockA .blockWrap1 .faqBtn  {
	text-align:center;
	margin-top:15px;
}
.contactBlockA .blockWrap1 .faqBtn a  {
	width:100%;
}

.contactBlockA .blockWrap1 .btnWrap1  {
	display: flex;
	display: -ms-flexbox;
	width:calc(100% + 20px);
}
.contactBlockA .blockWrap1 .btnWrap1 a  {
	width:calc(100% / 2 - 20px);
	min-width:1px;
	margin-right:20px;
	padding:20px;
}
.contactBlockA .blockWrap1 .btnWrap1 a .icon  {
	left:50%;
	top:15px;
	transform: translateX(-50%);
	font-size:40px;
}
.contactBlockA .blockWrap1 .btnWrap1 a .tx  {
	padding-top:45px;
	padding-bottom:5px;
	font-size:17px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:1px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.contactBlockA {
		padding:40px 0;
		position:relative;
		overflow:hidden;
	}
	.contactBlockA:before {
		width: 250px;
		right: 20px;
		top: 30px;
	}
	.contactBlockA:after {
		width: 290px;
		left: 90px;
		top: 70%;
	}
	.contactBlockA .blockWrap1  {
		display: block;
		padding:20px;
	}
	.contactBlockA .blockWrap1 .block1  {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.contactBlockA .blockWrap1 .block2  {
		width:100%;
	}
	.contactBlockA .blockWrap1 .htx1  {
		font-size:112%;
		margin-bottom:16px;
	}
	.contactBlockA .blockWrap1 .tel  {
		text-align:center;
	}
	.contactBlockA .blockWrap1 .tel a  {
		font-size:28px;
	}
	.contactBlockA .blockWrap1 .tel a .num {
		font-size: 35px;
		padding-left: 4px;
	}
	.contactBlockA .blockWrap1 .faqBtn  {
		margin-top:12px;
	}

	.contactBlockA .blockWrap1 .btnWrap1  {
		display: block;
		width:100%;
	}
	.contactBlockA .blockWrap1 .btnWrap1 a  {
		width:100%;
		margin-right:0;
		padding:10px;
	}
	.contactBlockA .blockWrap1 .btnWrap1 a .icon  {
		top:10px;
		font-size:40px;
	}
	.contactBlockA .blockWrap1 .btnWrap1 a .tx  {
		padding:45px 0 5px;
		font-size:16px;
		letter-spacing:0px;
	}
}

/* // contactBlockB //
----------------------------------------------- */
.contactBlockB {
	background-color:#E8F2F9;
	padding:60px 0;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.contactBlockB {
		padding:40px 0;
	}
}


/* // boxFrameA //
----------------------------------------------- */
.boxFrameA {

}
.boxFrameA .inner {
	border: 1px solid #d1d1d1;
	overflow:hidden;
	position:relative;
	z-index:5;
	padding:30px 30px 30px;
}
.boxFrameA .inner:before {
	content:" ";
	position:absolute;
	display:block;
	width:210px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02_b.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	right:30px;
	top:-20px;
	transform: translate(50%,-50%) rotate(387deg);
	opacity:0.2;
}
.boxFrameA .inner:after {
	content:" ";
	position:absolute;
	display:block;
	width:210px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02_b.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	left: 60px;
	top: 80%;
	transform: translate(-50%,-50%) rotate(387deg);
	opacity:0.2;
}
.boxFrameA .arrow {
	display:block;
	height:50px;
	position:relative;
	overflow:hidden;
	top:-1px;
	z-index:8;
}
.boxFrameA .arrow:after {
	content:" ";
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	background-color:#fff;
	border: 1px solid #d1d1d1;
	left:50%;
	top:-35px;
	transform: translateX(-50%) rotate(45deg);
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.boxFrameA {

	}
	.boxFrameA .inner {
		padding:20px;
	}
	.boxFrameA .inner:before {
		width:150px;
		right:30px;
		top:-20px;
		opacity:0.2;
	}
	.boxFrameA .inner:after {
		width:150px;
		left: 60px;
	}
	.boxFrameA .arrow {
		display:block;
		height:30px;
		position:relative;
		overflow:hidden;
		top:-1px;
		z-index:8;
	}
}


/* // advaitemWrapA //
----------------------------------------------- */
.advaitemWrapA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	width:calc(100% + 20px);
}
.advaitemWrapA .item {
	background-color:#FFF;
	width:calc(100% / 3 - 20px);
	margin-right:20px;
	margin-bottom:20px;
	line-height:1.6;
	padding:25px;
	position:relative;
	box-shadow: 5px 5px 0px #DEE7EA;
	overflow:hidden;
}
/* // ________PC________ // */
@media screen and (min-width: 841px)  {
	.advaitemWrapA .item:nth-of-type(4),
	.advaitemWrapA .item:nth-of-type(5) {
		width:calc(100% / 2 - 20px);
		margin-bottom:0;
	}
}

.advaitemWrapA .item:before {
	content:" ";
	position:absolute;
	display:block;
	width:90px;
	height:90px;
	background-color:#DCE8F2;
	left:0px;
	top:0px;
	transform: translate(-50%,-50%) rotate(45deg);
}
.advaitemWrapA .item .num {
	line-height:1;
	position:absolute;
	left:8px;
	top:8px;
	font-size:45px;
	font-style:italic;
}

.advaitemWrapA .item .icon {
	line-height:1;
	height:80px;
	display:block;
	position:relative;
	margin-bottom:22px;
}
.advaitemWrapA .item .icon img {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	height:80px;
	width:auto;
}
.advaitemWrapA .item .htx1 {
	text-align:center;
	line-height:1.45;
	font-size:130%;
	font-weight:600;
	margin-bottom:16px;
}
.advaitemWrapA .item .tx1 {
	text-align:center;
	line-height:1.6;
	font-size:95%;
	font-weight:400;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.advaitemWrapA {
		width:calc(100% + 10px);
	}
	.advaitemWrapA .item {
		width:calc(100% / 2 - 10px);
		margin-right:10px;
		margin-bottom:15px;
		line-height:1.6;
		padding:15px;
		box-shadow: 3px 3px 0px #DEE7EA;
	}
	.advaitemWrapA .item:before {
		width:75px;
		height:75px;
	}
	.advaitemWrapA .item .num {
		left:5px;
		top:5px;
		font-size:38px;
	}

	.advaitemWrapA .item .icon {
		height:50px;
		margin-bottom:18px;
	}
	.advaitemWrapA .item .icon img {
		height:45px;
	}
	.advaitemWrapA .item .htx1 {
		font-size:106%;
		margin-bottom:10px;
	}
	.advaitemWrapA .item .tx1 {
		font-size:90%;
	}
}



/* // advaitem2WrapA //
----------------------------------------------- */
.advaitem2WrapA {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	width:calc(100% + 20px);
	position: relative;
}
.advaitem2WrapA .item {
	background-color:#FFF;
	width:calc(100% / 2 - 20px);
	margin-right:20px;
	margin-bottom:20px;
	line-height:1.6;
	padding:25px;
	position:relative;
	box-shadow: 5px 5px 0px #DEE7EA;
	overflow:hidden;
}
/* // ________PC________ // */
@media screen and (min-width: 841px)  {
	.advaitem2WrapA .item:nth-of-type(4),
	.advaitem2WrapA .item:nth-of-type(5) {
		width:calc(100% / 2 - 20px);
	}
}
.advaitem2WrapA:before {
	background: url(/_pack/img/label_pickup.png) no-repeat;
    left: 450px;
    position: absolute;
    top: -25px;
    content: "";
    width: 102px;
    height: 102px;
    display: inline-block;
    background-size: contain;
    z-index: 100;
}
.advaitem2WrapA:after {
	background: url(/_pack/img/label_pickup.png) no-repeat;
    left: 1015px;
    position: absolute;
    top: -25px;
    content: "";
    width: 102px;
    height: 102px;
    display: inline-block;
    background-size: contain;
    z-index: 100;
}


.advaitem2WrapA .item:before {
	content:" ";
	position:absolute;
	display:block;
	width:90px;
	height:90px;
	background-color:#DCE8F2;
	left:0px;
	top:0px;
	transform: translate(-50%,-50%) rotate(45deg);
}
.advaitem2WrapA .item .num {
	line-height:1;
	position:absolute;
	left:8px;
	top:8px;
	font-size:45px;
	font-style:italic;
}

.advaitem2WrapA .item .icon {
	line-height:1;
	height:80px;
	display:block;
	position:relative;
	margin-bottom:22px;
}
.advaitem2WrapA .item .icon img {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	height:80px;
	width:auto;
}
.advaitem2WrapA .item .htx1 {
	text-align:center;
	line-height:1.45;
	font-size:130%;
	font-weight:600;
	margin-bottom:16px;
}
.advaitem2WrapA .item .tx1 {
	text-align:center;
	line-height:1.6;
	font-size:95%;
	font-weight:400;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.advaitem2WrapA {
		width:calc(100% + 10px);
	}
	.advaitem2WrapA .item {
		width:calc(100% / 2 - 10px);
		margin-right:10px;
		margin-bottom:15px;
		line-height:1.6;
		padding:15px;
		box-shadow: 3px 3px 0px #DEE7EA;
	}
	.advaitem2WrapA .item:before {
		width:75px;
		height:75px;
	}
	.advaitem2WrapA .item .num {
		left:5px;
		top:5px;
		font-size:38px;
	}

	.advaitem2WrapA .item .icon {
		height:50px;
		margin-bottom:18px;
	}
	.advaitem2WrapA .item .icon img {
		height:45px;
	}
	.advaitem2WrapA .item .htx1 {
		font-size:106%;
		margin-bottom:10px;
	}
	.advaitem2WrapA .item .tx1 {
		font-size:90%;
	}
	.advaitem2WrapA:before {
		background: url(/_pack/img/label_pickup.png) no-repeat;
	    left: 33vw;
	    position: absolute;
	    top: -30px;
	    content: "";
	    width: 13vw;
	    height: 100%;
	    display: inline-block;
	    background-size: contain;
	    z-index: 100;
	}
	.advaitem2WrapA:after {
		background: url(/_pack/img/label_pickup.png) no-repeat;
	    left: 81vw;
	    position: absolute;
	    top: -30px;
	    content: "";
	    width: 13vw;
	    height: 100%;
	    display: inline-block;
	    background-size: contain;
	    z-index: 100;
	}
}

/* // downloadBlockA //
----------------------------------------------- */
.downloadBlockA {
	height:430px;
	background: linear-gradient(to right,  #cadde8 0%,#f3f8fa 50%,#cadde8 100%);
	overflow:hidden;
	position:relative;
}
.downloadBlockA .image1 {
	position:absolute;
	top:calc(50% + 60px);
	right:50%;
	transform: translateY(-50%);
	width:580px;
	z-index:5;
}
.downloadBlockA .textWrap {
	position:absolute;
	top:calc(50%);
	left:50%;
	transform: translateY(-50%);
	width:550px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.downloadBlockA {
		height:auto;
	}
	.downloadBlockA .image1 {
		position:relative;
		top:auto;
		right:auto;
		transform: translateY(0%);
		width:300px;
		z-index:5;
	}
	.downloadBlockA .textWrap {
		position:relative;
		top:auto;
		left:auto;
		transform: translateY(0%);
		width:100%;
		padding: 15px 15px 30px;
	}
}

/* // infoIndexB //
----------------------------------------------- */
.infoIndexB {
}
.infoIndexB .infoItemWrap {
}
.infoIndexB .infoItem {
	margin-bottom:20px;
	background-color:#F8F8F8;
	box-shadow: 3px 3px 0 #ECECEC;
	display:block;
	transition:0.3s;
	display: flex;
	display: -ms-flexbox;
}
.infoIndexB .infoItem:hover {
	opacity:0.8;
}
.infoIndexB .infoItem .image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	width:160px;
}
.infoIndexB .infoItem .image.noImg {
	background-size: 80% auto;
}

.infoIndexB .infoItem .innerWrap {
	width:calc(100% - 160px);
	padding:25px 30px;
	font-size:15px;
	line-height:1.7;
}
.infoIndexB .infoItem .header {
	display: flex;
	display: -ms-flexbox;
	line-height:1.2;
	margin-bottom:10px;
}
.infoIndexB .infoItem .header .date {
	margin-right:20px;
}
.infoIndexB .infoItem .header .category {
	display:inline-block;
	background-color:#4290D3;
	color:#FFF;
	padding:3px 1px;
	position:relative;
	top:-2px;
	font-size:12px;
	min-width:120px;
	text-align:center;
}
.infoIndexB .infoItem .title {
	font-weight:400;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.infoIndexB .infoItem {
		margin-bottom:10px;
		display: block;
	}
	.infoIndexB .infoItem .image {
		display:none;
	}
	.infoIndexB .infoItem .image.noImg {
		background-size: 80% auto;
	}
	.infoIndexB .infoItem .innerWrap {
		width:100% ;
		padding:12px ;
		font-size:13px;
	}
	.infoIndexB .infoItem .header {
		line-height:1.2;
		margin-bottom:6px;
	}
	.infoIndexB .infoItem .header .date {
		margin-right:10px;
	}
	.infoIndexB .infoItem .header .category {
		font-size:11px;
		min-width:90px;
	}
	.infoIndexB .infoItem .title {
		font-weight:400;
		color:#333;
		font-weight:500;
		font-size:93%;
		line-height:1.7;
	}
}


/* // articleDetail //
----------------------------------------------- */
/* //    |- articleDetailA  */
.articleDetailA {
}
.articleDetailA .back {
	margin-top:20px;
}
.articleDetailA .boxFrame {
	background-color:#FFF;
	padding:60px;
	text-align:left;
	border:12px solid #d4e8f4;
}
.articleDetailA .date {
	font-weight:500;
	line-height:1;
	display:inline-block;
}
.articleDetailA .type1 {
	line-height:1;
	display:inline-block;
}
.articleDetailA .type1 .wrap {
	margin-left:15px;
	display:inline-block;
	color:#FFF;
	background-color:#4290D3;
	padding:6px 25px;
	font-size:13px;
	min-width:120px;
	text-align:center;
}

.articleDetailA .type2 {
	line-height:1;
	display:inline-block;
}
.articleDetailA .type2 .wrap {
	margin-left:15px;
	display:inline-block;
	color:#333;
	border:1px solid #444;
	background-color:#fff;
	padding:4px 10px;
	font-size:12px;
}

.articleDetailA .title {
	margin-top:17px;
	padding-bottom:25px;
	margin-bottom:38px;
	position:relative;
	font-weight:600;
	font-size:160%;
	line-height:1.3;
}
.articleDetailA .title:after {
	content:" ";
	position:absolute;
	display:block;
	width:150px;
	height:1px;
	background-color:#5b82ab;
	left:0px;
	bottom:0px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* //    |- articleDetailA  */
	.articleDetailA {
	}
	.articleDetailA .back {
		text-align:center;
		margin-top:35px;
	}
	.articleDetailA .boxFrame {
		padding:0 0;
		border:0;
	}
	.articleDetailA .date {
		margin-bottom:8px;
	}
	.articleDetailA .type1 {
		margin-bottom:8px;
	}
	.articleDetailA .type1 .wrap {
		margin-left:11px;
		padding:4px 10px;
		font-size:12px;
	}
	.articleDetailA .title {
		padding-bottom:18px;
		margin-bottom:28px;
		font-size:130%;
	}
	.articleDetailA .title:after {
		width:70px;
	}
}

#CaseContents img{
	max-width: 100%;
}

/* // consultantA //
----------------------------------------------- */

.consultantA {
	background: #f8f8f8;
	padding: 50px 0;
}
.consultantA .consultantBox{
	max-width: 850px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow:     row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content:     space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch;
	-ms-align-items:     stretch;
	align-items:         stretch;
	padding:0 30px;
}
.consultantA .consultantImg{
	width: 150px;
	height:150px;
	border-radius: 100%;
	overflow:hidden;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.consultantA .consultantTxt{
	width: calc( 100% - 150px - 40px);
}
.consultantA .consultantTxt .body{
	font-weight: 400;
}
.consultantA .consultantTxt .tx2{
	line-height:1.4;
	font-size:92%;
	margin-top:6px;
	font-weight:300;
}
.consultantA .btns a{
	width:220px;
	margin:0 10px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.consultantA .consultant{
		padding: 30px 15px;
	}
	.consultantA .consultantBox{
		max-width: none;
		display: block;
		padding:0 5px;
	}
	.consultantA .consultantImg{
		width: 150px;
		height:150px;
		margin: 0 auto 15px;
	}
	.consultantA .consultantTxt{
		width: 100%;
		padding:0 15px;
	}
	.consultantA .consultantTxt .btns a{
		margin: 0 6px;
	}
}

/* // seminarTtl //
----------------------------------------------- */
.seminarTtl {
	line-height: 1.5;
}
.seminarTtl .htx1{
	font-size: 142%;
	font-weight: 600;
	text-align: center;
}
.seminarTtl .htx2{
	font-size: 250%;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.seminarTtl .htx1{
		font-size: 110%;
	}
	.seminarTtl .htx2{
		font-size: 155%;
		margin-bottom: 20px;
		position:relative;
	}
	.seminarTtl .htx2 img{
		width:70px;
		position:absolute;
		position:absolute;
		left:-10px;
		top:-30px;
	}

}

/* // seminarOnayami //
----------------------------------------------- */
.seminarOnayami {
	background-color: #e5f3fa;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 40px 0 170px;
}
.seminarOnayami.A .columnWrapA * {
	text-align: center;
}
.seminarOnayami.A .columnWrapA .icon {
	margin-bottom: 15px;
}
.seminarOnayami.A .columnWrapA .icon img {
	width: 88px;
	height: auto;
}
.seminarOnayami.A .columnWrapA .txt1 {
	font-size: 185%;
	line-height: 1.9;
	margin-bottom: 10px;
	font-weight: 600;
}
.seminarOnayami.B .fukidashi {
	background: #fff;
	padding: 30px;
	width: 750px;
	margin: 0 auto;
	font-size: 142%;
	border-radius: 18px;
	position: relative;
}
.seminarOnayami.B .fukidashi:before {
	content: " ";
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	left: 50%;
	top: -20px;
	margin-left: -20px;
	background: url(/_pack/img/cmn_icon_man.png) no-repeat center;
	background-size: contain;
	z-index: 1;
	transition: .5s;
}
.seminarOnayami.B .fukidashi:after {
	content: "　";
	position: absolute;
	display: block;
	left: 50%;
	top: 100%;
	margin-left: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 16px 0 16px;
	border-color: #fff transparent transparent transparent;

}
.seminarOnayami.B ul li {
	text-align: center;
	line-height: 1.6;
}
.seminarOnayami.B ul li+li {
	margin-top: 30px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.seminarOnayami{
		background-image: none!important;
		padding: 30px 0 70px;
	}
	.seminarOnayami.A .columnWrapA .icon{
		margin-bottom:10px;
	}
	.seminarOnayami.A .columnWrapA .icon img{
		width: 50px;
	}
	.seminarOnayami.A .columnWrapA .txt1{
		font-size: 142%;
		margin-bottom:5px;
	}
	.seminarOnayami.A .columnWrapA .txt2{
		text-align: left;
		line-height: 1.5;
	}
	.seminarOnayami.B .fukidashi{
		padding: 30px 10px 15px;
		width: 100%;
		font-size: 110%;
	}
	.seminarOnayami.B .fukidashi:after{
		margin-left: -8px;
		border-width: 20px 8px 0 8px;
	}
	.seminarOnayami.B ul li + li{
		margin-top: 20px;
	}
}


/* // seminarContents //
----------------------------------------------- */
.seminarContents{
	position: relative;
	margin-top: -115px;
	padding-top: 25px;
}
.seminarContents > .inner{
	background: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 70px 0;
	max-width: 1267px;
}
.seminarContents > .inner:before {
	content:" ";
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02_b.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	background-color: transparent;
	right:0px;
	top:0px;
	left: auto;
	transform: translate(20%,-20%) rotate(387deg);
	opacity:0.2;
	z-index:5;
}
.seminarContents > .inner:after {
	content:" ";
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02_b.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	left:0px;
	top:0px;
	transform: translate(-20%,-20%) scale(-1,1);
	opacity:0.2;
	z-index:5;
}
.seminarContents > .inner *{
	position: relative;
	z-index: 10;
	text-align: center;
}
.seminarContents .htx1{
	background: #118ad4;
	position: absolute;
	left: 50%;
	top: 0;
	padding: 18px 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 142%;
	z-index: 40;
}
.seminarContents .columnWrapA .txt1{
	margin: 70px 0 20px;
	font-size: 160%;
	position: relative;
}
.seminarContents .columnWrapA .txt2{
	margin: 0 30px;
}
.seminarContents .columnWrapA .txt1:before{
	position: absolute;
	left: 50%;
	top: -45px;
	margin-left: -0.5em;
	content: "\ea7c";
	font-size: 30px;
	font-family: iconfontA;
	z-index: 4;
	color: #3F8ACC;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.seminarContents{
		margin-top: -40px;
		padding: 20px 15px 0;
	}
	.seminarContents .htxA.noline .wrap{
		padding: 0;
	}
	.seminarContents > .inner{
		box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
		padding: 70px 0 0;
	}
	.seminarContents > .inner:before {
		width: 240px;
		top: -80px;
	}
	.seminarContents > .inner:after {
		display: none;
	}
	.seminarContents .htx1{
		left: 25px;
		right: 25px;
		line-height: 1.5;
		padding: 8px 20px 10px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		font-size: 125%;
	}
	.seminarContents .columnWrapA .txt1{
		margin: 40px 0 5px;
		font-size: 150%;
	}
	.seminarContents .columnWrapA .txt2{
		margin: 0;
	}
	.seminarContents .columnWrapA .txt1:before{
		top: -32px;
		font-size: 25px;
	}
}

/* // seminerDateList //
----------------------------------------------- */
.sectionA.apply{
	position: relative;
	overflow: hidden;
}
.sectionA.apply:before {
	content:" ";
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02_b.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	background-color: transparent;
	right:0px;
	top:0px;
	left: auto;
	transform: translate(20%,-20%) rotate(387deg);
	opacity:0.2;
	z-index:5;
}
.seminerDateList .wrap + .wrap{
	margin-top: 60px;
}
.seminerDateList .place{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow:     row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content:     space-between;
	justify-content:         space-between;
	-webkit-align-items: center;
	-ms-align-items:     center;
	align-items:         center;
	border: 2px solid #118ad4;
	margin-bottom: 30px;
	background: #fff;
}
.seminerDateList .place dt{
	color: #009eff;
	padding: 15px 30px;
	font-size: 171%;
	border-right: 2px solid #118ad4;
}
.seminerDateList .place dd{
	text-align: left;
	position: relative;
	-ms-flex-grow: 2;
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.seminerDateList .place dd a{
	text-align: left;
	position: relative;
	display:block;
	padding: 15px 40px 15px 30px;
	font-size: 110%;
	font-weight: 600;
}
.seminerDateList .place dd a i{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -0.5em;
	font-size: 30px;
	z-index: 4;
	color: #cde4f2;
}
.seminerDateList li {
	position: relative;
	padding: 10px 200px 10px 30px;
	color: #fff;
	position: relative;
	background:  #118ad4;
	font-size: 128%;
	display: block;
	border: 2px solid #118ad4;
	transition: .3s;
}
.seminerDateList li + li{
	margin-top: 20px;
}
.seminerDateList li .note{
	margin-left: 2em;
	font-size: 85%;
}
.seminerDateList li a.reserve{
	position: absolute;
	display: block;
	width: 200px;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	color: #118ad4;
	font-size: 16px;
	padding: 10px 0;
	z-index: 1;
}
.seminerDateList li a.reserve:after{
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\e907";
	font-family: "iconFontA";
}
.seminerDateList li a.reserve:before{
	content: " ";
	position: absolute;
	display: block;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #118ad4;
	z-index: 10;
	cursor: pointer;
	opacity: .1;
	transition: .4s;
}
.seminerDateList li a.reserve:hover:before{
	width: 100%;
}
.seminerDateList .format {
		width: 800px;
	margin: 0 auto 30px;
}
.seminerDateList .format .inner{
	display: flex;
	flex-wrap: wrap;
	border:1px solid #3575c0;
	margin-bottom: 15px;
}
.seminerDateList .format .inner .head {
	background: #3575c0;
	color: #fff;
	font-size: 18px;
	padding: 12px 60px;
}
.seminerDateList .format .inner .content {
	font-size: 18px;
	padding:12px 20px;
}
.seminerDateList .format .inner .content span {
	position: relative;
	padding-left: 40px;
}
.seminerDateList .format .inner .content span:before {
	content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 5px;
    top: 0;
    background: url(/_pack/img/icon_zoom.png) no-repeat center top;
    background-size: contain;
}
.seminerDateList .resume {
	width: 800px;
	margin: 0 auto 40px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.seminerDateList .resume .left {
	width: 64%;
	display: flex;
	flex-wrap: wrap;
	padding:12px 35px;
	align-items: center;
}
.seminerDateList .resume .left .head {
	position: relative;
	width: 114px;
  height: 114px;
  border-radius: 50%;
  background:#128ad4;
  text-align:center;
}
.seminerDateList .resume .left .head span{
	position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :114px;
  text-align:center;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.seminerDateList .resume .left .title {
	font-size: 22px;
	font-weight: 700;
	margin-left: 25px;
	line-height: 1.5;
}
.seminerDateList .resume .left .title span{
	font-size: 34px;
	background: linear-gradient(transparent 70%, #badff7 70%);
}
.seminerDateList .resume .right {
	width: 36%;
	background-color: #dceef9;
	padding:12px 35px;
}
.seminerDateList .resume .right img {
	width: 100%;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
.sectionA.apply:before {
	width: 240px;
	top: -80px;
}
.seminerDateList .wrap + .wrap{
	margin-top: 40px;
}
.seminerDateList .place{
	margin-bottom: 20px;
	display: block;
}
.seminerDateList .place dt{
	padding: 5px 15px;
	font-size: 140%;
	border-right: 0;
	border-bottom: 2px solid #118ad4;
}
.seminerDateList .place dd{
	line-height: 1.5;
	padding: 0;
	font-size: 94%;
	font-weight:400;
}

.seminerDateList .place dd a{
	padding: 10px 30px 10px 10px;
	font-size: 100%;
}
.seminerDateList .place dd a i {
	right: -5px;
}
.seminerDateList li {
	padding: 9px 100px 9px 10px;
	font-size: 90%;
	line-height: 1.4;
}
.seminerDateList li + li{
	margin-top: 15px;
}
.seminerDateList li .note{
	margin-left: 0;
	display: block;
	font-size: 90%;
}
.seminerDateList li a.reserve{
	width: 90px;
	text-align: left;
	font-size: 13px;
	padding: 9px 9px;
}
.seminerDateList li a.reserve:after{
	position: absolute;
	right: 5px;
	top: 12px;
	font-size: 12px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.seminerDateList li a.reserve:before{
	display: none;
}
.seminerDateList .format {
	width: 100%;
	margin: 0 auto 30px;
}
.seminerDateList .format .inner{
	display: inherit;
	border:1px solid #3575c0;
}
.seminerDateList .format .inner .head {
	background: #3575c0;
	color: #fff;
	font-size: 18px;
	padding: 12px 20px;
}
.seminerDateList .format .inner .content {
	font-size: 18px;
	padding:12px 20px;
}
.seminerDateList .resume {
	width: 100%;
	margin: 0 auto 40px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	display: inherit;
}
.seminerDateList .resume .left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding:20px 15px;
	align-items: center;
}
.seminerDateList .resume .left .head {
	position: relative;
	width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background:#128ad4;
  text-align:center;
}
.seminerDateList .resume .left .head span{
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :20vw;
	text-align:center;
	color: #fff;
	font-size: 3.5vw;
}
.seminerDateList .resume .left .title {
	font-size: 4vw;
	font-weight: 700;
	margin-left: 15px;
	line-height: 1.5;
	width: 56vw
}
.seminerDateList .resume .left .title span{
	font-size: 7vw;
	background: linear-gradient(transparent 70%, #badff7 70%);
}
.seminerDateList .resume .right {
	width: 100%;
	background-color: #dceef9;
	padding:20px 15px;
}
.seminerDateList .resume .right .img{
	width: 100%;
	text-align: center;
}
.seminerDateList .resume .right .img img {
	width: 55%;
}
}

/* // allSlideWrapA //
----------------------------------------------- */
/* |- allSlideWrapA  */
.allSlideWrapA .allSlideBtn {
	text-align:right;
}
.allSlideWrapA .allSlideBtn li {
	display:inline-block;
	margin-left:10px;
}
.allSlideWrapA .allSlideBtn li a {
	min-width:100px;
}
.allSlideWrapA .allSlideBtn li a .tx {
	padding-left:10px;
	padding-right:10px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* |- allSlideWrapA  */
	.allSlideWrapA .allSlideBtn {
		text-align:right;
	}
	.allSlideWrapA .allSlideBtn li {
		display:inline-block;
		margin-left:5px;
	}
	.allSlideWrapA .allSlideBtn li a {
		min-width:80px;
	}
}

/* // slideDefinitionList //
----------------------------------------------- */
/* //    |- slideDefinitionListA  */
.slideDefinitionListA .allSlideBtn {
	margin-bottom:15px;
}
.slideDefinitionListA .item {
	margin-bottom:26px;
	position:relative;
	border-width:0;
	padding:0;
	background-color:#FFF;
	border:1px solid #ccc;
}
.slideDefinitionListA .item .definition {
	padding:18px 110px  15px 25px;
	position:relative;
	display:block;
	z-index:2;
	color:#333;
}
.slideDefinitionListA .item .definition p {
	font-weight:500;
	font-size:116%;
	line-height:1.5;
}
.slideDefinitionListA .item .definition .btn {
	display:inline-block;
	position:absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
}
.slideDefinitionListA .item .definition .btn .tx {
	position:relative;
	display:inline-block;
	padding-right:20px;
	font-weight:300;
	font-size:100%;
}
.slideDefinitionListA .item .definition .btn .tx:after{
	position: absolute;
	right:0px;
	top: 50%;
	font-size:100%;
	transform: translateY(-50%);
	font-family: iconfontA;
	font-style:normal;
}
.slideDefinitionListA .item .definition .btn .cl .tx:after{
	content:'\e926';
}
.slideDefinitionListA .item .definition .btn .op .tx:after{
	content:'\e925';
}
.slideDefinitionListA .item .answer {
	padding:0 25px 20px 25px;
	position:relative;
	margin-top:10px;
	display:block;
	font-size:100%;
	line-height:1.9;
}
/* //    |- slideDefinitionListA.faq  */
.slideDefinitionListA.faq .item .definition {
	padding-left:50px;
}
.slideDefinitionListA.faq .item .answer {
	padding-left:50px;
}
.slideDefinitionListA.faq .item .definition:after {
	content:"Q";
	font-family: "CG";
	font-style: normal;
	font-weight: 100;
	color:#0276A2;
	position:absolute;
	left: 25px;
	top: 14px;
	font-size:27px;
	line-height:1;
	transform: translateX(-50%);
}
.slideDefinitionListA.faq .item .answer:after {
	content:"A";
	font-family: "CG";
	font-style: normal;
	font-weight: 100;
	color:#C91F27;
	position:absolute;
	left: 25px;
	top: -2px;
	font-size:27px;
	line-height:1;
	transform: translateX(-50%);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	/* //    |- slideDefinitionListA  */
	.slideDefinitionListA .allSlideBtn {
		margin-bottom:10px;
	}
	.slideDefinitionListA .item {
		margin-bottom:15px;
	}
	.slideDefinitionListA .item .definition {
		padding:13px 38px  11px 10px;
	}
	.slideDefinitionListA .item .definition p {
		font-size:104%;
	}
	.slideDefinitionListA .item .definition .btn {
		right:5px;
		display:block;
		text-align:center;
		line-height:1.3;
	}
	.slideDefinitionListA .item .definition .btn .tx {
		position:relative;
		display:block;
		padding-right:0;
		font-size:66%;
	}
	.slideDefinitionListA .item .definition .btn .tx:after{
		display:block;
		position: relative;
		right:auto;
		top: auto;
		font-size:100%;
		transform: translateY(0%);
	}
	.slideDefinitionListA .item .answer {
		padding:0 10px 12px 10px;
		margin-top:8px;
		display:block;
		font-size:94%;
		line-height:1.8;
	}
	/* //    |- slideDefinitionListA.faq  */
	.slideDefinitionListA.faq .item .definition {
		padding-left:28px;
	}
	.slideDefinitionListA.faq .item .answer {
		padding-left:28px;
	}
	.slideDefinitionListA.faq .item .definition:after {
		position:absolute;
		left: 14px;
		top: 14px;
		font-size:21px;
	}
	.slideDefinitionListA.faq .item .answer:after {
		left: 15px;
		top: 2px;
		font-size:22px;
	}
}

/* // seminarAgenda //
----------------------------------------------- */
.seminarAgenda{
	padding-top: 80px;
}
.seminarAgenda .agenda ul{
	max-width: 800px;
	margin: 0 auto;
	font-size: 142%;
}
.seminarAgenda .agenda ul li{
	border-bottom: 1px solid #e4e5e6;
}
.seminarAgenda .agenda ul li + li{
	margin-top: 20px;
}
.seminarAgenda .agenda ul li span.num{
	margin-right: 35px;
	background: #118ad4;
	position: relative;
	display: inline-block;
	width: 80px;
	font-size: 180%;
	text-align: center;
	color: #fff;
	font-style: italic;
	height: 1.3em;
	line-height: 1.3em;
}
.seminarAgenda .agenda ul li span.num:after{
	content:"　";
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.3em 24px 0 0;
	border-color: #118ad4 transparent transparent transparent;
}

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

  .seminarAgenda{
  	padding-top: 40px;
  }
  .seminarAgenda .agenda ul{
  	font-size: 120%;
    line-height: 1.5;
  }
  .seminarAgenda .agenda ul li{
    padding-bottom: 7px;
  }
  .seminarAgenda .agenda ul li + li{
  	margin-top: 20px;
  }
  .seminarAgenda .agenda ul li span.num{
    display: block;
  	width: 50px;
  	font-size: 120%;
  }
  .seminarAgenda .agenda ul li span.num:after{
  	border-width: 1.3em 14px 0 0;
  }

}

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

/* // cvPage //
----------------------------------------------- */
/* body.cvPage {
    padding-top: 35px;
} */
body.cvPage #PC_Header .cvBar .btn,
body.cvPage #PC_Header .naviBar,
.____{
	display:none;
}
body.naviFix.cvPage #PC_Header,
body.cvPage #PC_Header {
    height: 35px;
}
body.cvPage #PC_Header .cvBar {
	background-image:url(/_pack/img/cmn_sitelogo_01.png);
	background-position:10px center;
	background-repeat:no-repeat;
	background-size:auto 29px;
}

body.cvPage #Footer .logoBlock,
body.cvPage #Footer .menuBlock,
body.cvPage #Footer .bottomBlock,
.____{
	display:none;
}
body.cvPage #ContentsWrap {
	padding-bottom:0px;
}
body.cvPage #Footer {
    padding-top: 5px;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	body.cvPage {
		padding-top: 0;
	}
	body.cvPage #SPHeader .logo,
	body.cvPage #BtmCv,
	.____{
		display:none;
	}
	body.cvPage #SPHeader {
		background-image:url(/_pack/img/cmn_sitelogo_01.png);
		background-position:14px center;
		background-repeat:no-repeat;
		background-size:210px auto;
	}
}

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


/* // SATORI関連 //
----------------------------------------------- */
.satori__custom_form {
	padding:20px 10px 40px;
}
.satori__btn {
	width:300px;
	border-radius: 4px !important;
}
.satori__btn:hover {
	opacity:0.75 !important;
}
.satori__btn.submit {
	width:450px;
	padding:13px !important;
	font-size:130%;
	position:relative;
	box-shadow: 4px 4px 0px #1F896B;
}
/* .satori__btn.cancel {
} */
.satori__input_group {
	text-align:left;
}
.satori__input_group select {
	min-width:100px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.satori__btn {
		width:calc(100% - 20px);;
	}
	.satori__btn.submit {
		margin-top:20px;
		width:calc(100% - 0px);;
		padding:14px !important;
		font-size:140%;
		box-shadow: 3px 3px 0px #1F896B;
	}
}

/* // .swiper-pagination-bullet-active //
----------------------------------------------- */
.swiper-pagination-bullet-active {
	background-color:#4390D3;
}