/* // PC/SP 共通 //
----------------------------------------------- */
.fcGreen2 {
	color: #7adfcb;
}




/* // 2軸を個別にサポート //
----------------------------------------------- */
#DualaxisSupport .htxB {
	font-size: 140%;
	display: block;
}
#DualaxisSupport .column {
	border:1px solid #e7e7e7;
	position: relative;
}
#DualaxisSupport .column:nth-child(-n+2):after {
	position: absolute;
    left: calc(100% + 23px);
    top: 50%;
    font-size: 160%;
    transform: translate(-50%,-50%);
    content: "\e91d";
    font-family: iconfontA;
    color: #3575c0;
}
#DualaxisSupport .num {
	color: #deebf7;
	font-style: italic;
	font-size: 65px;
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}
#DualaxisSupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 0;
}
#DualaxisSupport .column.skill:before{
	background: url(/_pack/img/support_label_skill.png) no-repeat;
    left: -20px;
    position: absolute;
    top: -30px;
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    z-index: 10;	
}
#DualaxisSupport .column.team:before{
	background: url(/_pack/img/support_label_team.png) no-repeat;
    left: -20px;
    position: absolute;
    top: -30px;
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    z-index: 10;	
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
#DualaxisSupport .htxB {
	font-size: 120%;
	padding-left: 8px;
	width: calc(100% - 10px);
}
#DualaxisSupport .num {
	font-size: 35px;
	margin-top: 5px;
}
#DualaxisSupport .column:nth-child(-n+2):after {
	position: absolute;
    left: 50%;
    top: calc(100% + 19px);
    font-size: 140%;
    content: "\e91a";
}
#DualaxisSupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 10px;
}
#DualaxisSupport .column.skill:before{
	background: url(/_pack/img/support_label_skill.png) no-repeat;
    left: 3px;
    position: absolute;
    top: 3px;
    content: "";
    width: 20%;
    height: 100%;
    display: inline-block;
    background-size: contain;	
}
#DualaxisSupport .column.team:before{
	background: url(/_pack/img/support_label_team.png) no-repeat;
    left: 3px;
    position: absolute;
    top: 3px;
    content: "";
    width: 20%;
    height: 100%;
    display: inline-block;
    background-size: contain;	
}
}



/* // コンサルタントのご紹介 //
----------------------------------------------- */
#Consultant .columnTypeA {
	justify-content: center;
}
#Consultant .columnTypeA .column{
background-color: inherit;
box-shadow: none;
}
#Consultant .columnTypeA .column .img {
	text-align: center;
}
#Consultant .columnTypeA .column .img img{
	width: 38%;
}
#Consultant .columnTypeA .column .inner {
	background-color: #118ad4;
    padding: 19px;
    border-radius: 10px;
    position: relative;
    margin-left: 3%;
    color: #fff;
    font-size: 15px;
    position: relative;
    margin-top: 20px;
}
#Consultant .columnTypeA .column .inner:before {
	content: "";
    position: absolute;
    top: 0%;
    left: 46%;
    margin-top: -26px;
    border: 11px solid transparent;
    border-bottom: 19px solid #118ad4;
    z-index: 2;
}
#Consultant .columnTypeA .column .inner .name{
	font-size: 20px;
}
#Consultant .columnTypeA .column .inner .comment{
	font-size: 14px;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {

#Consultant .columnTypeA .column .inner {
	padding: 15px ;
}
#Consultant .columnTypeA .column .inner .name{
	font-size: 18px;
}
}

/* // 状況に合わせた3つのサポート //
----------------------------------------------- */
#TopSupport2 {
	background-color: #3575c0;
	padding:80px 0 ;
	position: relative;
	overflow: hidden;
}
#TopSupport2: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;
}
#TopSupport2: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;
    background-color: transparent;
    left: 0px;
    bottom: 0px;
    left: auto;
    transform: translate(-10%,20%) rotate(67deg);
    opacity: 0.2;
    z-index: 5;
}
#TopSupport2 .bodyTx .title {
	font-size: 20px;
	font-weight: 700;
	color: #3575c0;
	text-align: center;
}
#TopSupport2 .bodyTx .title_sub {
	font-size: 15px;
	font-weight: 700;
	color: #118ad4;
	text-align: center;
	background-color: #deebf7;
	padding:5px 0;
	margin: 20px 0;
}
#TopSupport2 .assembly,
#TopSupport2 .individual,
#TopSupport2 .superindividual {
	position: relative;
}
#TopSupport2 .bodyTx ul li {
	font-weight: 700;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
#TopSupport2 .bodyTx ul li:before {
	content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    left: 0;
    top: -3px;
    content: "\ea7c";
    font-size: 18px;
    font-family: iconfontA;
    z-index: 4;
    color: #3F8ACC;
}
#TopSupport2 .bodyTx ul li:not(:last-child) {
	margin-bottom: 10px;
}
#TopSupport2 .assembly:before {
	background: url(/_pack/img/label_assembly.png) no-repeat;
    left: -20px;
    position: absolute;
    top: -30px;
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    z-index: 10;
}
#TopSupport2 .individual:before {
	background: url(/_pack/img/label_individual.png) no-repeat;
    left: -20px;
    position: absolute;
    top: -30px;
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    z-index: 10;
}
#TopSupport2 .superindividual:before {
	background: url(/_pack/img/label_superindividual.png) no-repeat;
    left: -20px;
    position: absolute;
    top: -30px;
    content: "";
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: contain;
    z-index: 10;
}
#TopSupport2 .description {
	background-color: #fff;
	padding:20px 0;
	border:6px solid #f2f7fc;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#TopSupport2 {
		background-color: #3575c0;
		padding:43px 0 ;
	}
	#TopSupport2:before {
		width: 180px;
		transform: translate(40%,-50%) rotate(387deg);
	}
	#TopSupport2:after {
	    width: 180px;
	    transform: translate(10%,25%) rotate(67deg);
	}
	#TopSupport2 .bodyTx .title {
		font-size: 18px;
		font-weight: 700;
		color: #3575c0;
		text-align: center;
	}
	#TopSupport2 .bodyTx .title_sub {
		font-size: 15px;
		font-weight: 700;
		color: #118ad4;
		text-align: center;
		background-color: #deebf7;
		padding:5px 0;
		margin: 15px 0 20px;
	}
	#TopSupport2 .bodyTx ul li {
		font-weight: 700;
	    position: relative;
	    padding-left: 25px;
	    font-size: 13px;
	}
	#TopSupport2 .bodyTx ul li:before {
		content: " ";
	    position: absolute;
	    display: block;
	    width: 25px;
	    height: 25px;
	    left: 0;
	    top: -3px;
	    content: "\ea7c";
	    font-size: 18px;
	    font-family: iconfontA;
	    z-index: 4;
	    color: #3F8ACC;
	}
	#TopSupport2 .bodyTx ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	#TopSupport2 .assembly:before {
		background: url(/_pack/img/label_assembly.png) no-repeat;
	    left: 3px;
	    position: absolute;
	    top: 3px;
	    content: "";
	    width: 20%;
	    height: 100%;
	    display: inline-block;
	    background-size: contain;
	}
	#TopSupport2 .individual:before {
		background: url(/_pack/img/label_individual.png) no-repeat;
	    left: 3px;
	    position: absolute;
	    top: 3px;
	    content: "";
	    width: 20%;
	    height: 100%;
	    display: inline-block;
	    background-size: contain;
	}
	#TopSupport2 .superindividual:before {
		background: url(/_pack/img/label_superindividual.png) no-repeat;
	    left: 3px;
	    position: absolute;
	    top: 3px;
	    content: "";
	    width: 20%;
	    height: 100%;
	    display: inline-block;
	    background-size: contain;
	}
}








/* // specialBlockA //
----------------------------------------------- */
.specialBlockA {
	padding:50px 0 70px;
}
.specialBlockA .columnWrap1{
	padding:75px 40px 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.specialBlockA .columnWrap1 .column{
	width: 46%;
	background-color: #f5f5f5;
	padding: 30px 20px 100px;
}
.specialBlockA .columnWrap1 .column:after {
	background-color: inherit;
}
.specialBlockA ul li {
	font-size: 16px;
	font-weight: bold;
	padding:20px;
	text-indent: -0.1em;
 	padding-left: 0.1em;
}
.specialBlockA ul li span {
	position: relative;
	padding-left: 40px;
	display: block;
}
.specialBlockA .side_skill {
	position: relative;
}
.specialBlockA .side_skill:before {
	background: url(/_pack/img/support_intro_img_01.png?ver2) no-repeat;
    right: 0px;
    position: absolute;
    bottom: 0;
    content: "";
    width: 170px;
    height: 120px;
    display: inline-block;
    background-size: contain;
    z-index: 10;
}
.specialBlockA .side_skill .title{
	text-align: center;
	margin-top: -50px;
}
.specialBlockA .side_skill .title span{
	font-size: 20px;
	font-weight: 700;
	background-color: #2093d9;
	display: inline-block;
	padding:12px 50px;
	color:#fff;
}
.specialBlockA .side_skill .title span em{
	font-size: 30px;
	text-align: center;
}

.specialBlockA .side_team {
	position: relative;
}
.specialBlockA .side_team:before {
	background: url(/_pack/img/support_intro_img_02.png?ver2) no-repeat;
    right: 0px;
    position: absolute;
    bottom: 0;
    content: "";
    width: 195px;
    height: 120px;
    display: inline-block;
    background-size: contain;
    z-index: 10;
}
.specialBlockA .side_team .title{
	text-align: center;
	margin-top: -50px;
}
.specialBlockA .side_team .title span{
	font-size: 20px;
	font-weight: 700;
	background-color: #0eb9cc;
	display: inline-block;
	padding:12px 50px;
	color:#fff;
}
.specialBlockA .side_team .title span em{
	font-size: 30px;
	text-align: center;
}
.specialBlockA .side_skill ul li span:before {
	position: absolute;
	left: 5px;
	top: 2px;
	font-size: 120%;
	content: "\ea7c";
	font-family: iconfontA;
	color: #2093d9;
}
.specialBlockA .side_team ul li span:before {
	position: absolute;
	left: 5px;
	top: 2px;
	font-size: 120%;
	content: "\ea7c";
	font-family: iconfontA;
	color: #76e1f2;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
.specialBlockA {
	padding:35px 0 40px;
}
.specialBlockA .columnWrap1{
}
.specialBlockA .columnWrap1{
	padding:50px 15px 20px;
	display: inherit;
	flex-wrap: inherit;
}
.specialBlockA .columnWrap1 .column{
	width: 100%;
	background-color: #f5f5f5;
	padding: 30px 12px 100px;
}
.specialBlockA ul li span {
	position: relative;
	padding-left: 35px;
	display: block;
}
.specialBlockA ul li {
	font-size: 14px;
	padding:20px 0 0 0;
}
.specialBlockA ul li span:before {
	position: absolute;
	left: 50px;
	top: 0;
	font-size: 120%;
	content: "\ea7c";
	font-family: iconfontA;
	color: #76e1f2;
}
.specialBlockA .side_skill {
	margin-bottom: 50px;
}
.specialBlockA .side_skill .title span{
	font-size: 14px;
	padding:10px 15px;
}
.specialBlockA .side_skill .title span em{
	font-size: 22px;
}

.specialBlockA .side_team .title span{
	font-size: 14px;
	padding:10px 15px;
}
.specialBlockA .side_team .title span em{
	font-size: 22px;
}

.specialBlockA .side_skill:before {
    right: 0px;
    bottom: 0;
    width: 50%;
    height: 100px;
    background-position-y: bottom;
}
.specialBlockA .side_team:before {
    right: 0px;
    bottom: 0;
    width: 50%;
    height: 100px;
    background-position-y: bottom;
}

}


/* // iconsSet_1 //
----------------------------------------------- */
#SupportContents .iconsSet_1 .icons {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	-ms-justify-content: center;
}
#SupportContents .iconsSet_1 .icons li {
	margin:0 22px;
}
#SupportContents .iconsSet_1 .icons li img {
	width:200px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#SupportContents .iconsSet_1 .icons {
		display: flex;
		display: -ms-flexbox;
		justify-content: center;
		-ms-justify-content: center;
	}
	#SupportContents .iconsSet_1 .icons li {
		margin:0 2px;
		width:calc(100%/3 - 0.1px);
	}
	#SupportContents .iconsSet_1 .icons li img {
		width:100%;
	}
}

/* // module_1 //
----------------------------------------------- */
#SupportContents .module_1 {
	background-color:#FFF;
	border:10px solid #D6E4EE;
	padding:0 35px 35px;
}
#SupportContents .module_1 .htx1 {
	line-height:1;
	text-align:center;
}
#SupportContents .module_1 .htx1 .wrap {
	display:inline-block;
	padding:8px 30px;
	font-size:170%;
	font-weight:600;
	position:relative;
	top:-5px;
	transform: translateY(-50%);
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#SupportContents .module_1 {
		border:6px solid #D6E4EE;
		padding:0 12px 20px;
	}
	#SupportContents .module_1 .htx1 {
		line-height:1;
		text-align:center;
		margin-bottom:-21px;
		line-height:1.3;
	}
	#SupportContents .module_1 .htx1 .wrap {
		padding:8px 15px;
		font-size: 140%;
		font-weight: 600;
		top:-5px;
	}
}

/* // supportIndex //
----------------------------------------------- */
#SupportContents .supportIndex {
	position:relative;
	overflow:hidden;
}
#SupportContents .supportIndex .inner {
	position:relative;
	z-index:10;
}
#SupportContents .supportIndex: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;
	right:0px;
	top:0px;
	transform: translate(20%,-20%) rotate(387deg);
	opacity:0.2;
	z-index:5;
}
#SupportContents .supportIndex: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;
}
#SupportContents .supportIndex .item .image {
	border-radius: 4px;
	display:block;
	overflow:hidden;
}
#SupportContents .supportIndex .item .image img {
	width:100%;
}
#SupportContents .supportIndex .item .tx1 {
	color:#FFF;
	text-align:center;
	line-height:1.4;
	font-size:132%;
	margin-top:9px;
}
#SupportContents .supportIndex .item a .tx1 {
	position:relative;
}
#SupportContents .supportIndex .item a .tx1:after{
	position: absolute;
	right:0;
	top: 50%;
	font-size:110%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content:"\e937";
	font-family: iconfontA;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#SupportContents .supportIndex {
	}
	#SupportContents .supportIndex .inner {
	}
	#SupportContents .supportIndex:before {
		width:240px;
		top:-80px;
	}
	#SupportContents .supportIndex:after {
		width:240px;
		bottom:0px;
	}
	#SupportContents .supportIndex .item .image {
		border-radius: 4px;
		display:block;
		overflow:hidden;
	}
	#SupportContents .supportIndex .item .tx1 {
		line-height:1.4;
		font-size:100%;
		margin-top:8px;
	}
	#SupportContents .supportIndex .item a .tx1 {
		position:relative;
		padding-right:20px;
	}
	#SupportContents .supportIndex .item a .tx1:after{
		font-size:80%;
	}
}

/* // itemWrap_1 //
----------------------------------------------- */
#SupportContents .itemWrap_1{
	
}
#SupportContents .itemWrap_1 .item {
	border:9px solid #EDEDED;
	padding:25px;
	display: flex;
	display: -ms-flexbox;
	margin-bottom:40px;
}
#SupportContents .itemWrap_1 .item:last-of-type {
	margin-bottom:0;
}
#SupportContents .itemWrap_1 .item .image {
	width:300px;
	margin-right:30px;
}
#SupportContents .itemWrap_1 .item .image img {
	width:100%;
}
#SupportContents .itemWrap_1 .item .contents {
	width:calc(100% - 330px);
}

/* //    |- xxx  */

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	#SupportContents .itemWrap_1{
		
	}
	#SupportContents .itemWrap_1 .item {
		display:block;
		border-width:5px;
		padding:12px;
		margin-bottom:30px;
	}
	#SupportContents .itemWrap_1 .item .image {
		width:100%;
		height:200px;
		margin-right:0;
		overflow:hidden;
	}
	#SupportContents .itemWrap_1 .item .image {
		width:100%;
		height:180px;
		margin-right:0;
		margin-bottom:15px;
	}
	#SupportContents .itemWrap_1 .item .contents {
		width:100%;
	}
}


/* // movieWrap_1 //
----------------------------------------------- */
#SupportContents .movieWrap_1 {
	display: flex;
	display: -ms-flexbox;
}
#SupportContents .movieWrap_1 .image {
	width:630px;
	margin-right:30px;
}
#SupportContents .movieWrap_1 .contents {
	width:calc(100% - 660px);
}

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


/* // movieList_1 //
----------------------------------------------- */
.movieList_1 .title {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.movieList_1 .title .icon {
	width:50px;
	margin-right:20px;
}
.movieList_1 .lists li {
	line-height:1.4;
	background-color:#FFF;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
	margin-bottom:20px;
	padding:10px 8px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
}
.movieList_1 .lists li .num {
	width:40px;
	margin-right:5px;
	text-align:center;
	font-weight:600;
	font-style:italic;
	font-size:150%;
}
.movieList_1 .lists li .tx {
	width:calc(100% - 45px);
	font-size:109%;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.movieList_1 .title {
	}
	.movieList_1 .title .icon {
		width:40px;
		margin-right:15px;
	}
	.movieList_1 .lists li {
		margin-bottom:14px;
		padding:8px 8px;
	}
	.movieList_1 .lists li .num {
		width:30px;
		margin-right:5px;
		font-size:140%;
	}
	.movieList_1 .lists li .tx {
		width:calc(100% - 35px);
		font-size:100%;
	}
}


/* // itemWrap_2 //
----------------------------------------------- */
.itemWrap_2 {
	display: flex;
	display: -ms-flexbox;
}
.itemWrap_2 .image {
	width:calc(50% - 40px);
	margin-right:40px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.itemWrap_2 .contents {
	width:calc(50% );
}
.itemWrap_2 .contents .itemWrap {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap : wrap;
	width:calc(100% + 25px);
}
.itemWrap_2 .contents .itemWrap .item {
	width:calc(50% - 25px);
	margin-right:25px;
	margin-bottom:8px;
	padding-top:50px;
	font-size:94%;
	line-height:1.9;
}
.itemWrap_2 .contents .itemWrap .item .inner {
	height:100%;
	background-color:#E5F8FD;
	box-shadow: 4px 4px 0px #A7D0DA;
	padding: 0 20px 20px;
}
.itemWrap_2 .contents .itemWrap .item .htx1 {
	text-align:center;
	line-height:1.4;
	transform: translateY(-50%);
	margin-bottom:-35px;
}
.itemWrap_2 .contents .itemWrap .item .htx1 .wrap {
	text-align:center;
	display:inline-block;
	background-color:#C0EBF7;
	border-radius: 500px;
	width:90px;
	height:90px;
	position:relative;
}
.itemWrap_2 .contents .itemWrap .item .htx1 .wrap .tx {
	display:block;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:17px;
	line-height:1.45;
	width:100%;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.itemWrap_2 {
		display: block;
	}
	.itemWrap_2 .image {
		width:100%;
		margin-right:0;
		height:180px;
	}
	.itemWrap_2 .contents {
		width:100%;
	}
	.itemWrap_2 .contents .itemWrap {
		width:calc(100% + 10px);
		margin-top:5px;
	}
	.itemWrap_2 .contents .itemWrap .item {
		width:calc(50% - 10px);
		margin-right:10px;
		margin-bottom:8px;
		padding-top:40px;
		font-size:90%;
	}
	.itemWrap_2 .contents .itemWrap .item .inner {
		padding: 0 12px 12px;
	}
	.itemWrap_2 .contents .itemWrap .item .htx1 {
		margin-bottom:-35px;
	}
	.itemWrap_2 .contents .itemWrap .item .htx1 .wrap {
		width:70px;
		height:70px;
	}
	.itemWrap_2 .contents .itemWrap .item .htx1 .wrap .tx {
		font-size:14px;
		line-height:1.4;
	}
}

/* // itemWrap_7 //
----------------------------------------------- */
#SupportContents .itemWrap_7 {
	border:9px solid #EDEDED;
	padding:0px;
	background-color:#FFF;
	margin-bottom:40px;
}

#SupportContents .itemWrap_7 .inner{
	padding:9px;
}

	#SupportContents .ttl_7_A{
		width: 100%;
		text-align: center;
		background-color: #f0f5f8;
		padding: 5px;
	}
	#SupportContents .ttl_7_B{
		width: 100%;
		text-align: center;
		background-color: #3777C1;
			color: #FFF;
		padding: 5px;
	}

#SupportContents .itemWrap_7 .contactItemWrapA .item{
	background-color: #FFF;
		margin-bottom: 0px;
}

#SupportContents .itemWrap_7 .TxArea{
	background-color: #f5f5f5;
	padding: 10px 20px;
		width: 80%;
	margin: auto;
}
#SupportContents .itemWrap_7 .priceList{
	padding: 10px 50px;
}
	#SupportContents .itemWrap_7 .priceList span:first-child{
		width: auto;
			min-width: 25%;
		display: inline-table;
	}
	#SupportContents .itemWrap_7 .bdgray{
		border-bottom: 1px solid #EDEDED;
	}

#SupportContents .contactItemWrap_7{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: calc(100% + 35px);
}

#SupportContents .contactItemWrap_7 .item {
    width: calc(100% / 2 - 35px - 0.1px);
    margin-right: 35px;
    margin-bottom: 35px;
    background-color: #F8F8F8;
    position: relative;
    line-height: 1;
		box-shadow: 4px 4px 0px #D0D9E0;
}

#SupportContents .contactItemWrap_7 img{
	width: 100%;
}

@media screen and (max-width: 840px)  {
		#SupportContents .contactItemWrap_7{
			width: calc(100% + 10px);
		}
	
	#SupportContents .contactItemWrap_7 .item {
		width: calc(100% / 1 - 10px);
		margin-right: 10px;
	}
	#SupportContents .itemWrap_7 .contactItemWrapA .item{
    	width: calc(100% / 1 - 10px);
	}
		#SupportContents .itemWrap_7 .contactItemWrapA .item img{
			width: auto;
		}
	#SupportContents .itemWrap_7 .priceList{
		padding: 10px;
	}
	#SupportContents .itemWrap_7 .TxArea{
			width: 100%;
	}
	#SupportContents .itemWrap_7 .priceList span:first-child{
		display: block;
	}
	#Support_06 .sphtxL8{
		font-size: 160%;
	}
}



/* // 集合型サポート //
----------------------------------------------- */
#AssemblySupport .htxB {
	font-size: 140%;
	display: block;
}
#AssemblySupport .column {
	border:1px solid #e7e7e7;
	position: relative;
}
#AssemblySupport .num {
	color: #deebf7;
	font-style: italic;
	font-size: 65px;
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}
#AssemblySupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 0;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
#AssemblySupport .htxB {
	font-size: 120%;
	padding-left: 8px;
	width: calc(100% - 10px);
}
#AssemblySupport .num {
	font-size: 35px;
	margin-top: 5px;
}
#AssemblySupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 10px;
}
}








/* // 個別サポート //
----------------------------------------------- */
#IndividualSupport .htxB {
	font-size: 140%;
	display: block;
}
#IndividualSupport .column {
	border:1px solid #e7e7e7;
	position: relative;
}
#IndividualSupport .num {
	color: #deebf7;
	font-style: italic;
	font-size: 65px;
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}
#IndividualSupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 0;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
#IndividualSupport .htxB {
	font-size: 120%;
	padding-left: 8px;
	width: calc(100% - 10px);
}
#IndividualSupport .num {
	font-size: 35px;
	margin-top: 5px;
}
#IndividualSupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 10px;
}
}







/* // 「超」個別サポート //
----------------------------------------------- */
#SuperindividualSupport .htxB {
	font-size: 140%;
	display: block;
}
#SuperindividualSupport .column {
	border:1px solid #e7e7e7;
	position: relative;
}
#SuperindividualSupport .num {
	color: #deebf7;
	font-style: italic;
	font-size: 65px;
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
}
#SuperindividualSupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 0;
}
#SuperindividualSupport .support {
	display: flex;
	display: -ms-flexbox;
	position:relative;
	background-color:#FFF;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	align-items: center;
}
#SuperindividualSupport .support .image {
	width:530px;
	min-height: 385px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto;
	background-color:#f7fcff;
}
#SuperindividualSupport .support .contents {
	padding:35px;
	width:calc(100% - 530px);
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-align-items: center;
	height:100%;
	min-height:280px;
}
#SuperindividualSupport .support .contents .inner {
	width: 100%;
}
#SuperindividualSupport .support .contents .shtx1 {
	text-align:center;
	line-height:1.5;
	font-size:108%;
	margin-bottom:10px;
}
#SuperindividualSupport .support .contents .htx1 {
	text-align:center;
	line-height:1.5;
	font-size:155%;
	margin-bottom:30px;
}
#SuperindividualSupport .support .contents .item {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	justify-content: left;
}
#SuperindividualSupport .support .contents .item li{
	color: #fff;
	font-size: 16px;
	padding:8px 18px;
	display: inline-block;
	margin:0 10px 10px 0;
	font-weight: bold;
	background-color: #3372bd;
	text-align: center;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
#SuperindividualSupport .htxB {
	font-size: 120%;
	padding-left: 8px;
	width: calc(100% - 10px);
}
#SuperindividualSupport .num {
	font-size: 35px;
	margin-top: 5px;
}
#SuperindividualSupport .catch {
	border:6px solid #f2f7fc;
	padding:20px 10px;
}
#SuperindividualSupport .support .contents .item {
		display: inherit;
		flex-wrap: inherit;
		margin-top: 20px;
	}
#SuperindividualSupport .support .contents .item li{
	font-size: 3.4vw;
	padding:5px 8px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#SuperindividualSupport .support {
	display: block;
}
#SuperindividualSupport .support:after {
	width:60px;
	left:10px;
	top:-10px;
}
#SuperindividualSupport .support .image {
	width: 100%;
	height: 240px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: inherit;
}
#SuperindividualSupport .support .contents {
	padding:25px 15px;
	width:100%;
	display: block;
	min-height:100px;
}
#SuperindividualSupport .support .contents .shtx1 {
	font-size:100%;
	margin-bottom:8px;
}
#SuperindividualSupport .support .contents .htx1 {
	font-size:130%;
	margin-bottom:20px;
}
}





/* // POIT //
----------------------------------------------- */
.support_point  {
	display: flex;
	flex-wrap: wrap;
	background-color: #deebf7;
	padding: 15px;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.support_point img{
	width: 12%;
	height: 12%;
}
.support_point ul{
	width: 86%;
	color: #3575c0;
	font-weight: 700;
}
.support_point ul li.texindent{
	text-indent: -1em;
    padding-left: 1em;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {
.support_point img{
	width: 14%;
	height: 14%;
}
.support_point ul{
	width: 84%;
	color: #3575c0;
	font-weight: 700;
}
}






/* // ラベル //
----------------------------------------------- */
.label_principle {
	position: relative;
}
.label_principle:before {
	background: url(/_pack/img/support_label_principle.png) no-repeat;
    left: -20px;
    position: absolute;
    top: -30px;
    content: "";
    width: 102px;
    height: 102px;
    display: inline-block;
    background-size: contain;
    z-index: 10;
}
.label_point {
	position: relative;
}
.label_point:before {
	background: url(/_pack/img/support_label_point.png) no-repeat;
    left: -20px;
    position: absolute;
    top: -30px;
    content: "";
    width: 102px;
    height: 102px;
    display: inline-block;
    background-size: contain;
    z-index: 10;
}
#AssemblySupport .maintitle span,
#IndividualSupport .maintitle span,
#SuperindividualSupport .maintitle span{
	position: relative;
}
#AssemblySupport .maintitle span:before,
#IndividualSupport .maintitle span:before,
#SuperindividualSupport .maintitle span:before {
    left: -110px;
    position: absolute;
    top: -26px;
    content: "";
    width: 90px;
    height: 90px;
    display: inline-block;
}
#AssemblySupport .maintitle span:before {
	background: url(/_pack/img/label_assembly.png) no-repeat;
	background-size: contain;
}
#IndividualSupport .maintitle span:before {
	background: url(/_pack/img/label_individual.png) no-repeat;
	background-size: contain;
}
#SuperindividualSupport .maintitle span:before {
	background: url(/_pack/img/label_superindividual.png) no-repeat;
	background-size: contain;
}
/* // ________SP________ // */
@media screen and (max-width: 840px)  {
	.label_principle:before {
		left: 3px;
	    position: absolute;
	    top: 3px;
	    content: "";
	    width: 20%;
	    height: 100%;
	    display: inline-block;
	    background-size: contain;
	}
	.label_point:before {
		left: 3px;
	    position: absolute;
	    top: 3px;
	    content: "";
	    width: 20%;
	    height: 100%;
	    display: inline-block;
	    background-size: contain;
	}
	#AssemblySupport .maintitle span:before,
	#IndividualSupport .maintitle span:before {
		left: -52px;
		position: absolute;
	    top: -6px;
	    content: "";
	    width: 46px;
	    display: inline-block;
	}
	#SuperindividualSupport .maintitle span:before {
		left: -40px;
		position: absolute;
	    top: -6px;
	    content: "";
	    width: 46px;
	    display: inline-block;
	}
}


/* // TAB //
----------------------------------------------- */
.support_tab {
	position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 500;
}
.support_tab li:not(:last-child){
	margin-bottom: 3px;
}

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