@charset "utf-8";



/* // 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:250px;
	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:230px;
		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;
	margin:0 auto;
	background-color:#FFF;
	padding-bottom:60px;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#ContentsWrap {
		padding-bottom:45px;
	}
}

/* // btnA //
----------------------------------------------- */
/* //    |- 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;
}
/* //    |- A2  */
.btnA.A2 {
	background-color:#3777C1;
	color:#FFF !important;
	min-width:300px;
}
.btnA.A2:before {
	opacity:0.1;
}
.btnA.A2 .tx {
	font-weight:500;
}
/* //    |- 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;
}


/* // ________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 {
	line-height:1.4;
	font-size:80%;
	z-index:300;
	color:#666 !important;
	position:relative;
	z-index:300;
}
#Breadcrumb.over {
	height:0px;
}
#Breadcrumb .inner {
	padding:7px 0 4px 0;
}

#Breadcrumb .inner {
	padding:7px 0 4px 0;
}
#Breadcrumb .list {
	text-align:left;
}
#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;
	color:#fff !important;
}
#Breadcrumb .list li:last-of-type {
	margin-right:0;
}
#Breadcrumb .list li:last-of-type:after{
	// display:none;
}

#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 {
	color:#000 !important;
}
#Breadcrumb.black .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;
	}
}

/* // columnTypeC //
----------------------------------------------- */
.columnTypeC .column {
	background-color:#FFF;
	border:1px solid #D5E1EF;
	box-shadow: 5px 5px 0px #D5E1EF;
	padding:10px 30px 25px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
.columnTypeC .column {
	background-color:#FFF;
	padding:10px 20px 15px;
}
}


/* // columnTypeD //
----------------------------------------------- */
.columnTypeD .column {
	background-color:#FFF;
	border:1px solid #D5E1EF;
	box-shadow: 5px 5px 0px #D5E1EF;
	padding:5px;
	overflow:hidden;
}
.columnTypeD .column .inner {
	padding:20px;
	overflow:hidden;
	position:relative;
	height:100%;
}
.columnTypeD .column .inner:after {
	content:" ";
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	background-color:#3F8AC9;
	right:0;
	bottom:0px;
	transform: translate(50%,50%) rotate(45deg);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.columnTypeD .column {
		box-shadow: 3px 3px 0px #D5E1EF;
	}
	.columnTypeD .column .inner {
		padding:10px;
	}
	.columnTypeD .column .inner:after {
		content:" ";
		position:absolute;
		display:block;
		width:40px;
		height:40px;
		background-color:#3F8AC9;
		right:0;
		bottom:0px;
		transform: translate(50%,50%) rotate(45deg);
	}


}



/* // tabNaviA //
----------------------------------------------- */
.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;
}
.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:200px;
}
.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 {
	
}
.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)  {
	
}

/* // checkListB //
----------------------------------------------- */
.checkListB {
	
}
.checkListB li {
	margin-bottom:7px;
	position:relative;
	font-weight:600;
	font-size:110%;
}
.checkListB li:last-of-type {
	margin-bottom:0;
}
.checkListB li .wrap {
	display:inline-block;
	position:relative;
	padding-left:27px;
}
.checkListB li .wrap .in {
	z-index:5;
	position:relative;
}
.checkListB li .wrap:before{
	position: absolute;
	left:0px;
	top: 3px;
	font-size:120%;
	content:"\ea7c";
	font-family: iconfontA;
	color:#3F8ACC;
	z-index:4;
}
.checkListB li .wrap:after {
	content:" ";
	position:absolute;
	display:block;
	width:100%;
	height:4px;
	background-color:#D1E4F0;
	left:50%;
	bottom:-4px;
	transform: translateX(-50%);
}


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

/* // footerContactA //
----------------------------------------------- */
.footerContactA {
	margin-bottom:0px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.footerContactA {
		margin-bottom:0px;
	}
}

/* // 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(../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(../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;
	}
}


/* // 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;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.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);
		margin-top: 30px;
	}
	.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% + 30px);
	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;
	}
}



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


/* // infoIndexA //
----------------------------------------------- */
.infoIndexA {
}
.infoIndexA .infoItemWrap {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	width:calc(100% + 30px);
}
.infoIndexA .infoItem {
	display:block;
	width:calc(100% / 4 - 30px);
	margin-right:30px;
	margin-bottom:30px;
	background-color:#F8F8F8;
	box-shadow: 3px 3px 0 #ECECEC;
	display:block;
	transition:0.3s;
}
.infoIndexA .infoItem:hover {
	opacity:0.8;
}
.infoIndexA .infoItem .image {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:160px;
}
.infoIndexA .infoItem .image.noImg {
	background-size:80% auto;
}
.infoIndexA .infoItem .innerWrap {
	padding:12px;
	font-size:12px;
	line-height:1.6;
}
.infoIndexA .infoItem .header {
	display: flex;
	display: -ms-flexbox;
	line-height:1.2;
	margin-bottom:8px;
}
.infoIndexA .infoItem .header .date {
	margin-right:15px;
}
.infoIndexA .infoItem .header .category {
	display:inline-block;
	background-color:#4290D3;
	color:#FFF;
	padding:3px 1px;
	position:relative;
	top:-2px;
	font-size:11px;
	min-width:90px;
	text-align:center;
}
.infoIndexA .infoItem .title {
	font-weight:400;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.infoIndexA {
	}
	.infoIndexA .infoItemWrap {
		overflow:hidden;
		width:calc(100% + 10px);
	}
	.infoIndexA .infoItem {
		width:calc(100% / 2 - 10px);
		margin-right:10px;
		margin-bottom:10px;
	}
	.infoIndexA .infoItem .image {
		height:100px;
	}
	.infoIndexA .infoItem .innerWrap {
		padding:10px;
		font-size:10px;
	}
	.infoIndexA .infoItem .header {
		display: block;
		margin-bottom:5px;
		text-align:left;
	}
	.infoIndexA .infoItem .header .date {
		margin-right:0;
		margin-bottom:5px;
	}
	.infoIndexA .infoItem .header .category {
		display:inline-block;
		padding:2px 10px;
		position:relative;
		top:0px;
		font-size:10px;
		min-width:10px;
		text-align:center;
	}
	.infoIndexA .infoItem .title {
		font-weight:400;
	}
}

/* // 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;
	}
}

/* // wp-pagenavi //
----------------------------------------------- */
.wp-pagenavi .current {
	background-color:#4290D3;
}


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

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

/* // caseColumn //
----------------------------------------------- */

.caseIndex .column .bodyTx{
	font-size: 100%;
	line-height: 1.68;
}
.caseIndex .column{
	box-shadow: 3px 3px 1px rgba(85,113,129,0.1);
	border-radius: 3px;
	overflow: hidden;
}
.caseIndex .column .image{
	height:210px;
	overflow:hidden;
}
.caseIndex .column .image .wrap{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:100%;
	display:block;
	transition:0.2s;
}
.caseIndex .column .image .wrap.noImg{
	background-size:80% auto;
}
.caseIndex .column a:hover .image .wrap{
	transform: scale(1.05,1.05);
}

.caseIndexCate span{
	display: inline-block;
	background: #fff;
	border: 1px solid #0179b1;
	color: #0179b1;
	border-radius: 1px;
	padding: 2px 10px;
	font-size:85%;
}
.caseIndexCmp{
	margin-top: 15px;
	font-size: 92%;
	color: #666666;
}
.caseIndexTtl{
	margin-top: 10px;
	padding-bottom: 6px;
	color:#333;

}
.caseIndexTtl .main{
	font-size: 114%;
	font-weight:500;
	line-height:1.4;
	display:block;
}
.caseIndexTtl .sub{
	margin-top: 5px;
	font-size: 104%;
	line-height:1.4;
	display:block;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.caseIndex .column .image{
		height:180px;
	}
	.caseIndexCate span{
		font-size:88%;
		padding: 1px 6px;
	}
	.caseIndexCmp{
		margin-top: 10px;
		font-size: 88%;
	}
	.caseIndexTtl{
		margin-top: 5px;
		font-size: 100%;
		padding-bottom: 5px;
	}

}



/* // caseTitle //
----------------------------------------------- */

.caseTitleCmp *{
	text-align: center;
	font-size: 114%;
}
.caseTitleCmp .logo img{
	width:300px;
}
.caseTitleCmp .logo + .name{
	margin-top: 10px;
}
.caseTitleHead{
	padding: 0 65px;
	position: relative;
	line-height: 1.67;
	margin-top: 40px;
	text-align:left;
	display:inline-block;
}
.caseTitleHead .main{
	display:inline-block;
	text-align:left;
	font-size: 214%;
	font-weight: 600;
}
.caseTitleHead .sub{
	display:inline-block;
	text-align:left;
	font-size: 180%;
	font-weight: 500;
}
.caseTitleHead:before,
.caseTitleHead:after{
	content:" ";
  position: absolute;
  display: block;
  width: 45px;
  height: 40px;
  background: url(/_pack/img/case_cmn_quote.png);
  z-index: 1;
}
.caseTitleHead:before{
	left: 0;
	top: 0;
}
.caseTitleHead:after{
	right: 0;
	bottom: 0;
	-webkit-transform: scale(-1,-1);
	-ms-transform: scale(-1,-1);
	transform: scale(-1,-1);
}
.caseTitleCate{
	text-align: left;
	margin-top: 20px;
}
.caseTitleCate span{
	display: inline-block;
	color: #0179b1;
	border: 1px solid #65c4f0;
	background: #e9f8ff;
	padding: 0 10px;
}


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

	.caseTitleCmp *{
		font-size: 100%;
	}
	.caseTitleCmp .logo + .name{
		margin-top: 5px;
	}
	.caseTitleCmp .logo img{
		max-width: 100%;
		max-height: 40px;
		width: auto;
		height: auto;
	}
	.caseTitleHead{
		padding: 0;
		line-height: 1.5;
		margin-top: 20px;
	}
	.caseTitleHead .main{
		font-size: 170%;
		font-weight: 600;
	}
	.caseTitleHead .sub{
		margin-top:8px;
		font-size: 150%;
		font-weight: 500;
	}
	.caseTitleHead:before,
	.caseTitleHead:after{
		display: none;
	}
	.caseTitleCate{
		margin-top: 15px;
	}
	.caseTitleCate span{
		font-size: 90%;
		padding: 0 5px;
	}

}


/* // caseIntro //
----------------------------------------------- */

.caseIntro{
	background: #f8f8f8;
	margin-top: 30px;
}
.caseIntro .inner{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-justify-content: center;
}
.caseIntro .inner .img{
	width: 50%;
	height:300px;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.caseIntro .inner .txt{
	width: 50%;
	padding: 30px 0 30px 30px;
	line-height: 1.5;
}
.caseIntro .inner .txt dl{
	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: flex-start;
	-ms-align-items:     flex-start;
	align-items:         flex-start;
}
.caseIntro .inner .txt dl + dl{
	margin-top: 15px;
}
.caseIntro .inner .txt dl dt{
	background: #66c4f0;
	width: 120px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	padding: 5px 3px;
}
.caseIntro .inner .txt dl dd{
	width: calc( 100% - 120px - 40px);
	font-size: 128%;
}
.caseIntro .inner .txt dl.small dd{
	font-size: 100%;
	font-weight: 400
}

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

	.caseIntro{
		margin-top: 20px;
	}
	.caseIntro .inner{
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
	.caseIntro .inner .img{
		width: 100%;
		height:220px;
		background-size:contain;
	}
	.caseIntro .inner .txt{
		width: 100%;
		padding: 20px 15px 20px 15px;
	}
	.caseIntro .inner .txt dl + dl{
		margin-top: 10px;
	}
	.caseIntro .inner .txt dl dt{
		width: 100px;
		font-size: 87%;
		padding: 3px 3px;
	}
	.caseIntro .inner .txt dl dd{
		width: calc( 100% - 100px - 15px);
		font-size: 110%;
	}
	.caseIntro .inner .txt dl.small dd{
		font-size: 87%;
	}


}


/* // casePoint //
----------------------------------------------- */

.casePoint{
	margin-top: 50px;
}
.casePointList li{
	border: 1px solid #dbdbdb;
	box-shadow: 3px 3px 10px rgba(0,0,0,.11);
	padding: 30px 75px 40px 90px;
	position: relative;
}
.casePointList li + li{
	margin-top: 25px;
}
.casePointList li .ttl{
	font-size: 170%;
}
.casePointList li .txt{
	margin-top: 15px;
	font-size: 107%;
	font-weight: 300;
}
.casePointList li:before{
	content:"　";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 75px 75px 0 0;
	border-color: #99d8f5 transparent transparent transparent;
}
.casePointList li:after{
	content:"1";
	font-family: 'Roboto', sans-serif;
	position: absolute;
	left: 18px;
	top: 5px;
	font-size: 78px;
	font-style: italic;
	line-height: 1;
	color: #0082bf;
	font-weight: 500;
}
.casePointList li:nth-child(2):after{	content:"2";}
.casePointList li:nth-child(3):after{	content:"3";}
.casePointList li:nth-child(4):after{	content:"4";}
.casePointList li:nth-child(5):after{	content:"5";}



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

	.casePoint{
		margin-top: 40px;
	}
	.casePointList li{
		box-shadow: 3px 3px 5px rgba(0,0,0,.11);
		padding: 15px 15px 20px 40px;
	}
	.casePointList li + li{
		margin-top: 25px;
	}
	.casePointList li .ttl{
		font-size: 110%;
		line-height: 1.5;
	}
	.casePointList li .txt{
		margin-top: 10px;
		font-size: 92%;
		line-height: 1.7;
	}
	.casePointList li:before{
		border-width: 40px 40px 0 0;
	}
	.casePointList li:after{
		left: 5px;
		top: 5px;
		font-size: 40px;
	}

}


/* // caseComment //
----------------------------------------------- */

.caseComment{
	border: 9px solid #EDEDED;
	padding: 25px;
	margin-top: 100px;
	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;
}
.caseComment .caseCommentImg{
	width: 280px;
}
.caseComment .caseCommentTxt{
	width: calc(100% - 280px - 40px);
}
.caseComment.noImg .caseCommentTxt{
	width: 100%;
}
.caseComment .caseCommentTxt .body{
	font-weight: 400;
}


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

	.caseComment{
		border-width: 5px;
		padding: 12px;
		margin-top: 40px;
		display: block;
	}
	.caseComment .caseCommentImg{
		width: 100%;
	}
	.caseComment .caseCommentTxt{
		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;
	}
}


/* // caseBody //
----------------------------------------------- */

#CaseBody .title1{
	font-size: 500%;
	margin-bottom: 25px;
}

#CaseBody .htx1{
	font-size: 142%;
	line-height: 1.7;
	padding-bottom: 15px;
	border-bottom: 1px solid #1893d5;
	position: relative;
	margin-top: 60px;
	margin-bottom: 25px;
}
#CaseBody .htx1:before{
	content:" ";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  left: 0;
  bottom: -3px;
  background-color: #1893d5;
  z-index: 1;
  transition: .5s;
}
#CaseBody .wrap.right{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow:     row nowrap;
	flex-flow:         row nowrap;
	-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;
}
#CaseBody .wrap.right .image {
	margin-left: 30px;
	order:1;
}
#CaseBody .wrap.right .box {
	-webkit-flex-shrink: 100;
	-ms-flex-shrink: 100;
	flex-shrink: 100;
}
#CaseBody .wrap.center .image{
	margin: 30px 0;
}
#CaseBody .box{
	padding-left: 100px;
	position: relative;
	min-height: 50px;
}
#CaseBody .box + .box{
	margin-top: 40px;
}
#CaseBody .box p{
	font-weight: 400;
}
#CaseBody .box .speaker{
	position: absolute;
	left: 0;
	top: 0;
	font-size:128%;
	padding: 17px 0 0 17px;
	line-height:1;
}
#CaseBody .box .speaker:before{
	content:"　";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #fff transparent transparent transparent;
	opacity: .1;
}
#CaseBody .box .speaker.cRed{ color:#ca0056}
#CaseBody .box .speaker.cRed:before{ border-color: #ca0056 transparent transparent transparent}
#CaseBody .box .speaker.cBlue{ color:#0076ac}
#CaseBody .box .speaker.cBlue:before{ border-color: #0076ac transparent transparent transparent}

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

	#CaseBody .title1{
		font-size: 350%;
		margin-bottom: 20px;
	}

	#CaseBody .htx1{
		font-size: 110%;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-top: 40px;
		margin-bottom: 20px;
		font-weight:600;
	}
	#CaseBody .wrap.right{
		display: block;
	}
	#CaseBody .wrap.right .image {
		margin: 20px 0;
		text-align: center;
	}
	#CaseBody .wrap.right .image img{
		max-height: 50vw;
		width: auto;
		height: auto;
	}
	#CaseBody .wrap.center .image{
		margin: 20px 0;
	}
	#CaseBody .wrap.center .image img{
		max-height: 50vw;
		width: auto;
		height: auto;
	}
	#CaseBody .box{
		padding-left: 50px;
		min-height: 0px;
	}
	#CaseBody .box + .box{
		margin-top: 30px;
	}
	#CaseBody .box p{
		font-weight: 400;
	}
	#CaseBody .box .speaker{
		font-size:92%;
		padding: 7px 0 0 3px;
	}
	#CaseBody .box .speaker:before{
		border-width: 30px 30px 0 0;
	}

}


/* // MazineContents //
----------------------------------------------- */
#MazineContents img{
	max-width: 100%;
}
#MazineContents .container{
	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: flex-start;
	-ms-align-items:     flex-start;
	align-items:         flex-start;
}
#MazineContents #MainContainer{
	width: 780px;
}
#MazineContents #SideContainer{
	width: 270px;
}
#MazineContents #SideContainer .side{
	width: 270px;
}

#MazineContents #SideContainer .sideItem + .sideItem {
	margin-top: 60px;
}
#MazineContents #SideContainer .sideItemName{
	background: #e2eef8;
	font-size: 128%;
	text-align: left;
	padding: 17px 20px;
	border-bottom: 3px solid #1177c7;
	font-weight: 600;
}
#MazineContents #SideContainer .sideItem#Ranking .sideItemName span{
	display: inline-block;
	padding-left: 40px;
	position: relative;
}
#MazineContents #SideContainer .sideItem#Ranking .sideItemName span:before{
	content:" ";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
	margin-top: -15px;
  background: url(/_pack/img/magazine_cmn_crown.png) no-repeat center;
	background-size: contain;
  z-index: 1;
  transition: .5s;
}

#MazineContents #SideContainer .sideItem.list .sideItemContents li{
	border-bottom: 1px dotted #cccccc;
}
#MazineContents #SideContainer .sideItem.list .sideItemContents li a{
	padding: 15px 15px 15px 40px;
	display: block;
	position: relative;
}
#MazineContents #SideContainer .sideItem.list .sideItemContents li a:before{
	content: "\e91d";
	font-family: "iconFontA";
	font-size: 10px;
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 15px;
	color: #656565;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}
#MazineContents #SideContainer .sideItem.items li{
	border-bottom: 1px solid #ddd;
}
#MazineContents #SideContainer .sideItem.items li a{
	display: block;
	padding: 20px;
	position: relative;
	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;
}
#MazineContents #SideContainer .sideItem.items li .img{
	width: 90px;
	height: 67px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #e5e5e5;
}
#MazineContents #SideContainer .sideItem.items li .img.noImg{
	background-size:80% auto;
}
#MazineContents #SideContainer .sideItem.items li .ttl{
	width: calc( 100% - 90px - 15px);
	font-size: 86%;
	line-height: 1.6;
}

#MazineContents #SideContainer .sideItem.items#Ranking li a:before{
	content:"1";
  position: absolute;
  display: block;
	font-family: 'Roboto', sans-serif;
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
	line-height: 23px;
	text-align: center;
	color: #fff;
  background-color: #0d74c5;
	column-rule-color: #fff;
  z-index: 1;
  transition: .5s;
}
#MazineContents #SideContainer .sideItem.items#Ranking li:nth-child(2) a:before{content:"2";}
#MazineContents #SideContainer .sideItem.items#Ranking li:nth-child(3) a:before{content:"3";}
#MazineContents #SideContainer .sideItem.items#Ranking li:nth-child(4) a:before{content:"4";}
#MazineContents #SideContainer .sideItem.items#Ranking li:nth-child(5) a:before{content:"5";}

#MazineContents .magItem{
	border-top: 1px solid #e6e6e9;
}
#MazineContents .magItem:last-child{
	border-bottom: 1px solid #e6e6e9;
}
#MazineContents .magItem a{
	padding: 35px;
	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;
	position: relative;
}
#MazineContents .magItem a:hover{
	opacity: .7;
}
#MazineContents .magItem.new a:before{
	content:" ";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 20px;
  background: url(/_pack/img/magazine_cmn_newicon.png) no-repeat center;
	background-size: contain;
  z-index: 1;
}
#MazineContents .magItemImg{
	width: 220px;
	height: 140px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	border: 1px solid #e5e5e5;
}
#MazineContents .magItemImg.noImg{
	background-size:80% auto;
}
#MazineContents .magItemTxt{
	width: calc( 100% - 220px - 35px );
}
#MazineContents .magItemTxt .ttl{
	font-size: 142%;
	font-weight: 600;
	margin-top:13px;
}
#MazineContents .magItemTxt .magInfo{
	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;
}
#MazineContents .magInfo{
	line-height: 1.5;
}
#MazineContents .magInfo .cate{
	background: #0d74c5;
	display: inline-block;
	color: #fff;
	padding: 3px 13px;
	border-radius: 2px;
	font-weight: 400;
}
#MazineContents .magInfo .date{
	opacity: .4;
	font-size: 107%;
}
#MazineContents .magTags{
	line-height: 1.5;
	font-size: 85%;
	text-align: left;
}
#MazineContents .magTags li{
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #87b8de;
	color: #046ebf;
	padding: 1px 10px;
	margin-right: 4px;
	font-style: italic;
	font-weight: 400;
	margin-top: 15px;
}
#MazineContents .magTags li:before{
	content:"#";
	padding-right: 3px;
}



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

	#MazineContents #MainContainer,
	#MazineContents #SideContainer,
	#MazineContents #SideContainer .side{
		width: 100%;
	}
	#MazineContents #SideContainer{
		margin-top: 40px;
	}

	#MazineContents #SideContainer .sideItem + .sideItem {
		margin-top: 40px;
	}
	#MazineContents #SideContainer .sideItemName{
		padding: 12px 15px;
	}
	#MazineContents #SideContainer .sideItem#Ranking .sideItemName span{
		padding-left: 35px;
	}
	#MazineContents #SideContainer .sideItem#Ranking .sideItemName span:before{
	  width: 24px;
	  height: 24px;
		margin-top: -12px;
	}

	#MazineContents #SideContainer .sideItem.list .sideItemContents li a{
		padding: 12px 15px 12px 40px;
	}
	#MazineContents #SideContainer .sideItem.items li a{
		padding: 10px 15px;
	}
	#MazineContents #SideContainer .sideItem.items li .img{
		width: 24vw;
		height: 17vw;
	}
	#MazineContents #SideContainer .sideItem.items li .ttl{
		width: calc( 100% - 24vw - 10px);
		font-size: 90%;
		line-height: 1.5;
	}
	#MazineContents #SideContainer .sideItem.items#Ranking li a:before{
	  width: 20px;
	  height: 20px;
	  left: 10px;
	  top: 6px;
		line-height: 20px;
	}
}

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

	#MazineContents .magItem a{
		padding: 10px 15px;
	}
	#MazineContents .magItem.new a:before{
	  width: 30px;
	  height: 30px;
	  left: 10px;
	  top: 5px;
	}
	#MazineContents .magItemImg{
		width: 30vw;
		height: 21vw;
	}
	#MazineContents .magItemTxt{
		width: calc( 100% - 30vw - 10px );
	}
	#MazineContents .magItemTxt .ttl{
		font-size: 100%;
		font-weight: 500;
		line-height: 1.5;
		margin-top:7px;
	}
	#MazineContents .magItemTxt .magInfo{
		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;
	}
	#MazineContents .magInfo{
		line-height: 1.5;
	}
	#MazineContents .magInfo .cate{
		padding: 1px 5px;
		font-size: 80%;
		border-radius: 0;
	}
	#MazineContents .magIndex .magInfo .cate{
		position: absolute;
		right: 0;
		top: 0;
	}
	#MazineContents .magInfo .date{
		font-size: 80%;
	}
	#MazineContents .magTags{
		font-size: 76%;
	}
	#MazineContents .magTags li{
		display: inline-block;
		padding: 1px 5px;
		margin-right: 2px;
		margin-top: 7px;
	}
	#MazineContents .magTags li:before{
		padding-right: 0;
	}


}




/* // #MazineContents #Article //
----------------------------------------------- */

#MazineContents #Article .magData{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row-reverse wrap;
	-ms-flex-flow:     row-reverse wrap;
	flex-flow:         row-reverse 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;
	line-height: 1.5;
}
#MazineContents #Article .magInfo .date{
	margin-left: 40px;
}
#MazineContents #Article .magData .magDataShare li{
	display: inline-block;
	margin-left: 5px;
}
#MazineContents #Article .magTtl{
	font-size: 200%;
	line-height: 1.6;
	font-weight: 600;
	margin-top:13px;
}
#MazineContents #Article .magTags{
	font-size: 100%;
}
#MazineContents #Article .magMv{
	margin-top: 30px;
	height: 320px;
	background-color: #f6f6f6;
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#MazineContents #toc_container{
	background: #edf5fa;
	border: 1px dotted #42799f;
	margin-top: 40px;
	padding: 30px 40px;
}

#MazineContents #toc_container .toc_title{
	text-align: center;
	font-size: 128%;
	margin-bottom: 10px;
}
#MazineContents #toc_container > ul{
	font-size: 114%;
}
#MazineContents #toc_container > ul a{
	color: #0d74c5;
}
#MazineContents #toc_container > ul a .toc_number{
	color: #000;
}
#MazineContents #toc_container > ul a .toc_number:after{
	content:".";
	margin-right: 3px;
}
#MazineContents #toc_container > ul > li > ul{
	margin-left: 2em;
}
#MazineContents #toc_container > ul > li + li,
#MazineContents #toc_container > ul > li > ul > li{
	margin-top: 7px;
}
#MazineContents #Article .magShare{
	background: #ddecf7 url(/_pack/img/magazine_cmn_fav.png) no-repeat 30px center;
	background-size: 87px auto;
	padding: 30px 30px 35px 170px;
}
#MazineContents #Article .magShare ul li{
	display: inline-block;
	margin-right: 10px;
	line-height: 1;
}
#MazineContents #Article .magShare ul li a{
	width: 80px;
	padding: 5px 0;
	text-align: center;
	display: block;
}
#MazineContents #Article .magShare ul li a img{
	height: 15px;
	width: auto;
}
#MazineContents #Article .magShare ul li.fb a{	background: #27589c;}
#MazineContents #Article .magShare ul li.tw a{	background: #4ba4e6;}

#MazineContents #Article .magBanner{
	border: 9px solid #EDEDED;
	padding: 25px;
	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;
}
#MazineContents #Article .magBanner .magBannerImg{
	width: 190px;
}
#MazineContents #Article .magBanner .magBannerTxt{
	width: calc(100% - 190px - 40px);
}

#MazineContents #Article .magBanner .magBannerTxt .btnA{
	min-width: 215px;
}
#MazineContents #Article .magBanner .magBannerTxt .btnA span{
	padding: 10px 30px 12px;
}




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

	#MazineContents #Article .magData{
		display: block;
	}
	#MazineContents #Article .magInfo .date{
		margin-left: 10px;
	}
	#MazineContents #Article .magData .magDataShare{
		text-align: right;
	}
	#MazineContents #Article .magData .magDataShare li{
		width: 10vw;
	}
	#MazineContents #Article .magTtl{
		font-size: 140%;
		line-height: 1.5;
	}
	#MazineContents #Article .magTags{
		font-size: 90%;
		margin-top: 10px;
	}
	#MazineContents #Article .magMv{
		margin-top: 20px;
		margin-left: -15px;
		margin-right: -15px;
		height: 53vw;
	}
	#MazineContents #toc_container{
		margin-top: 20px;
		padding: 10px 15px 20px;
	}

	#MazineContents #toc_container .toc_title{
		font-size: 100%;
	}
	#MazineContents #toc_container > ul{
		font-size: 90%;
		line-height: 1.4;
	}
	#MazineContents #toc_container > ul a{
		color: #0d74c5;
	}
	#MazineContents #toc_container > ul a .toc_number:after{
		margin-right: 0;
	}
	#MazineContents #toc_container > ul > li > ul{
		margin-left: 1em;
	}
	#MazineContents #toc_container > ul > li + li,
	#MazineContents #toc_container > ul > li > ul > li{
		margin-top: 10px;
	}
	#MazineContents #Article .magShare{
		background-position: 5vw center;
		background-size: 15vw auto;
		padding: 15px 10px 20px 25vw;
	}
	#MazineContents #Article .magShare ul li{
		display: inline-block;
		margin-right: 10px;
		line-height: 1;
	}
	#MazineContents #Article .magShare ul li a{
		width: 100px;
		padding: 5px 0;
	}
	#MazineContents #Article .magShare ul li a img{
		height: 20px;
		width: auto;
	}
	#MazineContents #Article .magShare ul li.fb a{	background: #27589c;}
	#MazineContents #Article .magShare ul li.tw a{	background: #4ba4e6;}

	#MazineContents #Article .magBanner{
		border-width: 5px;
		padding: 12px;
		display: block;
	}
	#MazineContents #Article .magBanner .magBannerImg{
		width: 100%;
		text-align: center;
	}
	#MazineContents #Article .magBanner .magBannerTxt{
		width: 100%;
		margin-top: 15px;
	}

	#MazineContents #Article .magBanner .magBannerTxt .btnA span{
		padding: 10px 30px 12px;
	}



}

/* // #MazineContents #MagBody //
----------------------------------------------- */

#MazineContents #MagBody{
	margin-top: 70px;
}

#MazineContents #MagBody .toc_number:after{content:".";}

#MazineContents #MagBody .noteTtl{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 15px;
}
#MazineContents #MagBody .noteTtl span{
	font-size: 120%;
	font-weight: 600;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#MazineContents #MagBody .noteTtl{
		padding: 10px 0;
		line-height: 1.6;
		margin-top: 40px;
		font-size: 14px;
	}
	#MazineContents #MagBody .noteTtl span{
		font-size: 110%;
	}


}


@charset "utf-8";

/* // 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:focus,
.seminerDateList li a.reserve:hover{
}
.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%;
}


/* // ________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;
	}

}


/* // FaqContents //
----------------------------------------------- */
#FaqContents .faqSection {
	margin-bottom:60px;
	border-bottom:1px solid #CCC;
	padding-bottom:50px;
}
#FaqContents .faqSection:last-of-type {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#FaqContents .faqSection {
		margin-bottom:40px;
		border-bottom:1px solid #CCC;
		padding-bottom:35px;
	}
}


/* // 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;
	}
}


/* // mapWrapA //
----------------------------------------------- */
.mapWrapA iframe {
	width:100%;
	height:500px;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.mapWrapA iframe {
		height:300px;
	}
}


/* // venueWrapA //
----------------------------------------------- */
.venueWrapA .venueItem {
	margin-bottom:70px;
}
.venueWrapA .venueItem .map iframe {
	width:100%;
	height:350px;
}

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

/* // 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;
  }

}

/* // agencyCompare //
----------------------------------------------- */

.agencyCompare{
  padding: 110px 0 70px;
}
.agencyCompare .inner{
  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;
}

.agencyCompare .inner > div > div:not(:first-child){
  height: 143px;
  background: #fff;
  border-top: 1px solid #e6e6e9;
  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: center;
	-ms-justify-content:     center;
	justify-content:         center;
	-webkit-align-items: center;
	-ms-align-items:     center;
	align-items:         center;
  padding: 15px 20px;
  font-weight: 400;
  line-height: 1.75;
}
.agencyCompare .inner > div > div:not(:first-child) > *{
  width: 100%;
}
.agencyCompare .inner > div > div:first-child{
  height: 64px;
}
.agencyCompare .inner > .label > div:not(:first-child){
  background-color: #e5e5e5;
  font-size: 128%;
  font-weight: 600;
}
.agencyCompare .label{
  width: 150px;
}
.agencyCompare .system{
  width: 475px;
  border: 1px solid #e6e6e9;
}
.agencyCompare .system.A{
  border-right: 0;
}
.agencyCompare .system .name{
  background: #0892d6;
  position: relative;
  color: #fff;
  font-size: 157%;
  padding-top: 17px;
}
.agencyCompare .system .name img{
  position:absolute;
  width: 90px;
  left: 30px;
  top: -13px;
}
.agencyCompare .system .fee{
  text-align: center;
  font-size: 2.85em;
  font-family: 'Arial',sans-serif;
}
.agencyCompare .system .fee span{
  font-size: 1.75em;
}
.agencyCompare .system .strong{
  font-size: 114%;
  font-weight: 600;
  color: #0892d6;
}


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

  .agencyCompare{
    padding: 70px 0 50px;
  }
  .agencyCompare .inner{
    display: block;
  }
  .agencyCompare .inner > div > div:not(:first-child){
    height: auto;
    display: block;
    padding: 20px 10px;
  }
  .agencyCompare .inner > div > div:not(:first-child):before{
    font-size: 13px;
    display: block;
    text-align: left;
    color: #999;
    margin-bottom: 10px;
  }
  .agencyCompare .inner > div > div:first-child{
    height: auto;
  }
  .agencyCompare .label{
    display: none;
  }
  .agencyCompare .system{
    width: auto;
  }
  .agencyCompare .system.A{
    border-right: 1px solid #e6e6e9;
    margin-bottom: 30px;
  }
  .agencyCompare .system .name{
    font-size: 130%;
    padding: 15px 0;
  }
  .agencyCompare .system .name img{
    position:absolute;
    width: 70px;
    left: 15px;
    top: -7px;
  }
  .agencyCompare .system .fee{
    line-height: 1!important;
  }
  .agencyCompare .system .strong{
    margin-bottom: 5px;
  }
  .agencyCompare .system .target:before{ content: '対象企業'; }
  .agencyCompare .system .form:before{ content: '形態'; }
  .agencyCompare .system .range:before{ content: '対応範囲'; }
  .agencyCompare .system .fee:before{ content: '代理店手数料'; }
  .agencyCompare .system .merit:before{ content: 'メリット'; }

}


/* // agencyTarget //
----------------------------------------------- */

.agencyTarget{
  position: relative;
  overflow: hidden;
}
.agencyTarget: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;
}

.agencyTarget .needsList{
  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: center;
	-ms-justify-content:     center;
	justify-content:         center;
  margin-left: -10px;
  margin-right: -10px;
}
.agencyTarget .needsList > li{
  border-width: 10px;
	border-style: solid;
	border-color: transparent;
  width: calc(100% / 3);
}
.agencyTarget .needsList > li span{
  height: 300px;
  padding: 20px;
  font-size: 171%;
  line-height: 1.75;
  background: #0b91d9 url(/_pack/img/agency_target_bg.png) no-repeat 20px bottom;
  background-size: 90px auto;
  display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow:     column wrap;
	flex-flow:         column wrap;
	-webkit-justify-content: center;
	-ms-justify-content:     center;
	justify-content:         center;
  border-radius: 3px;
  color: #fff;
  position: relative;
  box-shadow: 3px 3px 1px rgba(85, 113, 129, 0.1);
}
.agencyTarget .needsList > li span:before,
.agencyTarget .needsList > li span:after{
	content:" ";
  position: absolute;
  display: block;
  width: 26px;
  height: 22px;
  background: url(/_pack/img/agency_target_quote.png) no-repeat center;
  background-size: contain;
  z-index: 1;
}
.agencyTarget .needsList > li span:before{
	left: 20px;
	top: 50px;
}
.agencyTarget .needsList > li span:after{
	right: 20px;
	bottom: 50px;
	-webkit-transform: scale(-1,-1);
	-ms-transform: scale(-1,-1);
	transform: scale(-1,-1);
}


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

  .agencyTarget:before {
		width: 240px;
		top: -80px;
  }
  .agencyTarget .needsList{
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .agencyTarget .needsList > li{
    border-width: 0;
    width: auto;
  }
  .agencyTarget .needsList > li + li{
    margin-top: 20px;
  }
  .agencyTarget .needsList > li span{
    height: auto;
    padding: 20px;
    font-size: 130%;
    background-size: 70px auto;
    display: block;
  }
  .agencyTarget .needsList > li span:before,
  .agencyTarget .needsList > li span:after{
  	display: none;
  }
}

/* // agencyReason //
----------------------------------------------- */
.agencyReason{
  background: url(/_pack/img/cmn_bg_03.jpg) no-repeat center;
  background-size: cover;
}
.agencyReason .reasonList{
  background: #fff;
  box-shadow: 3px 3px 1px rgba(85, 113, 129, 0.1);
  padding: 40px;
  font-size: 1.71em;
}
.agencyReason .reasonList li{
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
.agencyReason .reasonList li + li{
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dotted #ccc;
}
.agencyReason .reasonList p{
  position: relative;
  padding-left: 45px;
}
.agencyReason .reasonList p:before{
  content:" ";
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  left: 0;
  top: 2px;
  background: url(/_pack/img/agency_target_check.png) no-repeat center top;
  background-size: contain;
  z-index: 1;
  transition: .5s;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
  .agencyReason .reasonList{
    padding: 20px 10px;
    font-size: 1.2em;
  }
  .agencyReason .reasonList li + li{
    margin-top: 18px;
    padding-top: 18px;
  }
  .agencyReason .reasonList p{
    padding-left: 35px;
  }
  .agencyReason .reasonList p:before{
    width: 27px;
    height: 27px;
    left: 0;
    top: 0;
  }
}

/* // agencyFlow //
----------------------------------------------- */

.agencyFlow .flowWrap{
  padding: 50px 40px;
  border: 9px solid #b5d7f1;
  background-color: #fff;
}
.agencyFlow .flowWrap li{
  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;
  position: relative;
}
.agencyFlow .flowWrap li + li{
  margin-top: 80px;
}
.agencyFlow .flowWrap li + li:before{
  content:"　";
  position: absolute;
  display: block;
  left: 50%;
  top: -52px;
	margin-left: -47px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 47px 0 47px;
	border-color: #c7e9ff transparent transparent transparent;
}
.agencyFlow .flowWrap li .img{
  width: 300px;
}
.agencyFlow .flowWrap li .txt{
  width: calc( 100% - 300px - 30px);
}
.agencyFlow .flowWrap li .ttl{
  padding-left: 75px;
  position: relative;
  padding-top: 5px;
}
.agencyFlow .flowWrap li .ttl:before{
  content:"1";
  font-style: italic;
  position: absolute;
  display: block;
	font-family: 'Roboto', sans-serif;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 1.8em;
  text-align: center;
  box-sizing: border-box;
  padding-right: 7px;
  color: #fff;
  left: 0;
  top: 0;
  background-color: #118ad4;
}
.agencyFlow .flowWrap li .body{
  font-size: 1.4em;
  line-height: 1.9;
}
.agencyFlow .flowWrap li:nth-child(2) .ttl:before{content: '2';}
.agencyFlow .flowWrap li:nth-child(3) .ttl:before{content: '3';}




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

  .agencyFlow .flowWrap{
    padding: 20px 15px;
    border-width: 5px;
  }
  .agencyFlow .flowWrap li{
    display: block;
  }
  .agencyFlow .flowWrap li + li{
    margin-top: 60px;
  }
  .agencyFlow .flowWrap li + li:before{
    content:"　";
    position: absolute;
    display: block;
    left: 50%;
    top: -40px;
  	margin-left: -35px;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 18px 35px 0 35px;
  	border-color: #c7e9ff transparent transparent transparent;
  }
  .agencyFlow .flowWrap li .img{
    width: auto;
    margin-bottom: 10px;
  }
  .agencyFlow .flowWrap li .txt{
    width: auto;
  }
  .agencyFlow .flowWrap li .ttl{
    padding-left: 40px;
    padding-top: 0;
  }
  .agencyFlow .flowWrap li .ttl:before{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 110%;
    padding-right: 4px;
    top: 2px;
  }
  .agencyFlow .flowWrap li .body{
    font-size: 100%;
  }
}

/* // logoWrapA //
----------------------------------------------- */
.logoWrapA .item {
	text-align:left;
	color:#444;
}
.logoWrapA .item:hover {
	color:#3372BD;
}

.logoWrapA .item .logo {
	display:block;
	border:1px solid #DDD;
	height:196px;
	padding:10px;
	transition:0.3s;
}
.logoWrapA .item .logo .img {
	display:block;
	width:100%;
	height:100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.logoWrapA .item:hover .logo {
	padding:5px;
	border-color:#3372BD;
}

.logoWrapA .item .logo img {
	width:100%;
}
.logoWrapA .item .name {
	margin-top:6px;
	line-height:1.5;
	font-size:90%;
	font-weight:400;
	position:relative;
	display:inline-block;
}
.logoWrapA .item .name:before {
	content:" ";
	position:absolute;
	display:block;
	width:0%;
	height:1px;
	background-color:#3372BD;
	left:0px;
	bottom:-1px;
	transition:0.3s;
}
.logoWrapA .item:hover .name:before {
	width:100%;
}
.logoWrapA .item .name .tx {
	display:block;
	position:relative;
	padding-left:11px;
}
.logoWrapA .item .name .tx:after{
	position: absolute;
	left:0;
	top: 9px;
	font-size:40%;
	transform: translateY(-50%);
	content:"\e91d";
	font-family: iconfontA;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.logoWrapA .item .logo {
		height:calc((100vw - 40px) / 2);
	}
	.logoWrapA .item:hover .logo {
		padding:10px;
		border-color:#3372BD;
	}
	.logoWrapA .item .name {
		margin-top:4px;
		line-height:1.3;
		font-size:86%;
	}
	.logoWrapA .item .name:before {
		bottom:-1px;
		transition:0.1s;
	}
	.logoWrapA .item .name .tx {
		display:block;
		position:relative;
		padding-left:10px;
	}
	.logoWrapA .item .name .tx:after{
		top:7px;
		font-size:40%;
	}
}


/* // specialBlockA //
----------------------------------------------- */

#ReasonContents .specialBlockA{
	background: #3575C0;
	position: relative;
	padding: 70px 0 80px;
}
#ReasonContents .specialBlockA:before {
	content:" ";
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02.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;
}
#ReasonContents .specialBlockA:after {
	content:" ";
	position:absolute;
	display:block;
	width:300px;
	height:300px;
	background-image:url(/_pack/img/cmn_bg_02.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:contain;
	left:0px;
	bottom:0px;
	transform: translate(-20%,30%) rotate(70deg);
	opacity:0.2;
	z-index:5;
}
#ReasonContents .specialBlockA .columnWrap1{
	border-color: #b4dfff;
	position: relative;
	z-index: 10;
}
#ReasonContents .specialBlockA .columnWrap1 .column .num{
	color: #8fc5ef;
}
#ReasonContents .specialBlockA .columnWrap1 .column .btnA{
	min-width: 0;
}


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

	#ReasonContents .specialBlockA{
		background: #3575C0;
		position: relative;
		padding: 40px 0 40px;
	}
}


/* // reasonBlock //
----------------------------------------------- */

.reasonBlock > .wrap:first-child{
	padding: 50px 0 60px;
	position: relative;
}
.reasonBlock > .wrap:first-child:after{
	content:"　";
  position: absolute;
  display: block;
  left: 50%;
  top: 100%;
	margin-left: -50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 50px 0 50px;
	border-color: #EFF5F7 transparent transparent transparent;
}
.reasonBlock > .wrap:last-child{
	padding: 70px 0 0;
}

.reasonTitle .numTx{
	font-size: 150%;
	font-weight: 600;
}
.reasonTitle .num{
	margin-left: 5px;
	font-style: italic;
	display: inline-block;
	-webkit-transform: translateY(0.15em);
	-ms-transform: translateY(0.15em);
	transform: translateY(0.15em);
	font-size: 240%;
	font-weight: 600;
	color: #8fc5ef;
}
.reasonImg{
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	height: 270px;
}
.reasonQA{
	padding: 0 50px;
	margin-top: -40px;
}
.reasonQA dt,
.reasonQA dd{
	padding: 15px 15px 15px 100px;
	position: relative;
}
.reasonQA dt{
	background: #1177c7 url(/_pack/img/reason_qa_q.png) no-repeat 30px center;
	background-size: 40px auto;
	color: #fff;
}
.reasonQA dd{
	background: #fff url(/_pack/img/reason_qa_a.png) no-repeat 30px center;
	background-size: 40px auto;
}
.reasonEp p{
	font-weight: 400;
}
.reasonAdviceTtl {
	text-align: center;
	font-size: 185%;
	margin-bottom:20px;
}
.reasonAdviceTtl p{
	display: inline-block;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 3px solid #cce5f2;
}

#ReasonContents .boxContentsA .image{
	background-size: 300px auto;
	background-position: center center;
}
#ReasonContents .boxContentsA .contents .bodyTx{
	font-size: 110%;
}
#ReasonContents .boxContentsA .contents .htx1{
	font-weight: 600;
	font-size: 150%;
}
#ReasonContents .boxContentsA:before{
	display: none;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.reasonBlock > .wrap:first-child{
		padding: 40px 0 40px;
		position: relative;
	}
	.reasonBlock > .wrap:first-child:after{
		margin-left: -30px;
		border-width: 20px 30px 0 30px;
	}
	.reasonBlock > .wrap:last-child{
		padding: 40px 0 0;
	}
	.reasonTitle .numTx{
		font-size: 130%;
	}
	.reasonTitle .num{
		font-size: 200%;
	}
	.reasonImg{
		margin-left: -15px;
		margin-right: -15px;
		height: 190px;
	}
	.reasonQA{
		padding: 0;
		margin-top: -15px;
	}
	.reasonQA dt,
	.reasonQA dd{
		padding: 10px 10px 10px 40px;
		position: relative;
		background-position: 10px center;
		background-size: 20px auto;
	}
	.reasonAdviceTtl {
		font-size: 130%;
		line-height: 1.6;
	}

	#ReasonContents .boxContentsA .image{
		background-size: auto 180px;
	}
	#ReasonContents .boxContentsA .contents .bodyTx{
		font-size: 100%;
	}
	#ReasonContents .boxContentsA .contents .htx1{
		font-size: 120%;
	}
	#ReasonContents .boxContentsA:before{
		display: none;
	}

}


/* // reasonResult //
----------------------------------------------- */

.reasonResult{
	background: url(/_pack/img/cmn_bg_03.jpg) no-repeat center;
  background-size: cover;
}

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

}



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


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


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


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


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


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





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


/* // 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;
}

/* // pageTop //
----------------------------------------------- */
.pageTop {
	background-color:#a0a0a0;
}









