@charset "utf-8";
/* CSS Document */
/*******************************************************************************************
	index.css
********************************************************************************************/

/*==========================================================================
	メインビジュアル
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.mainArea {
	padding: 20px 10px;
	background-color: #f6f2fc;
}
.mainArea .mainAreainnr {
	width: 100%;
	padding: 15px 10px;
	box-sizing: border-box;
}
.mainArea .mainAreainnr .maintxt {
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}
.mainArea .mainAreainnr .maintxt2 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	color: #6016c5;
}
.mainArea .mainAreainnr .maintxt3 {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}
.mainArea .mainAreainnr h1 {
	text-align: center;
	margin: 30px 0;
}
.mainArea .mainAreainnr .mainimg {
	text-align: center;
}


/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.mainArea .mainAreainnr {
		padding: 20px 10px;
	}
	.mainArea .mainAreainnr .maintxt {
		font-size: 34px;
		margin-bottom: 5px;
	}
	.mainArea .mainAreainnr .maintxt2 {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 20px;
	}
	.mainArea .mainAreainnr .maintxt3 {
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 20px;
	}
	.mainArea .mainAreainnr h1 {
		text-align: center;
		margin: 40px 0;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.mainArea .mainAreainnr {
		max-width: 1260px;
		background-size:contain;
		background-position:right center;
		padding: 30px 20px;
		margin: 0 auto;
	}
}
/*==========================================================================
	概要
============================================================================*/
.overviewArea {
	background-image:url("../common/img/intoro_cv_bg.jpg");
    background-size:cover;
}
.overviewArea .overviewAreainnr {
	padding: 0 10px;
}
.overviewArea .overviewAreainnr .ttl {
	color: #FFF;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}
.overviewArea .overviewAreainnr .txt {
	color: #FFF;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
.overviewArea .overviewAreainnr .strengbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.overviewArea .overviewAreainnr .strengbox li {
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	margin: 0 0 30px 0;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
.overviewArea .overviewAreainnr .strengbox li .ttl2 {
	color: #2a1e43;
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
}
.overviewArea .overviewAreainnr .strengbox li .ttl2::before {
	content: '';
  	display: block;
  	width: 50px;
  	height: 50px;
  	background-image: url("../common/img/icon_ai.png");
  	background-size: contain;
  	margin: 0 auto;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.overviewArea {
	}
	.overviewArea .overviewAreainnr {
	}
	.overviewArea .overviewAreainnr .ttl {
		font-size: 34px;
		margin-bottom: 35px;
	}
	.overviewArea .overviewAreainnr .txt {
		font-size: 17px;
		margin-bottom: 45px;
	}
	.overviewArea .overviewAreainnr .strengbox li {
		margin: 0 0 10px 0;
		padding: 40px;
		width: 48%;
		box-sizing: border-box;
	}
	.overviewArea .overviewAreainnr .strengbox li .ttl2 {
		margin-bottom: 30px;
		text-align: center;
		font-size: 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.overviewArea {
	}
	.overviewArea .overviewAreainnr {
		margin: 0 auto;
		max-width: 1000px;
	}
	.overviewArea .overviewAreainnr .txt {
		font-size: 18px;
		margin-bottom: 45px;
		text-align: center;
	}
}

/*==========================================================================
	課題
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.assiArea {
}
.assiArea .assiAreainnr {
	padding: 0 10px;
}
.assiArea .assiAreainnr .assiList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.assiArea .assiAreainnr .assiList li {
	width: 49%;
	margin: 10px 0;
	/*opacity: 0;*/
	text-align: center;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.assiArea {
	}
	.assiArea .assiAreainnr {
	}
	.assiArea .assiAreainnr .assiList li {
		width: 20%;
		margin: 10px 0;
	}
	.assiArea .assiAreainnr .assiList li:nth-child(odd) {
		margin-top: 60px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.assiArea {
	}
	.assiArea .assiAreainnr {
		margin: 0 auto;
		max-width: 1200px;
	}
	.assiArea .assiAreainnr .assiList li:nth-child(odd) {
		margin-top: 100px;
	}
}

/*==========================================================================
	概要2
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.overview2Area {
	background-color: #FFF;
}
.overview2Area .overview2Areainnr {
	padding: 0 10px;
}
.overview2Area .overview2Areainnr .ttl {
  font-size: 22px;
  color: #FFF;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 30px;
  line-height: 1.4;
  font-weight: normal;
  display: block;
}
.overview2Area .overview2Areainnr .strengbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.overview2Area .overview2Areainnr .strengbox li {
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	margin: 0 0 30px 0;
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
}
.overview2Area .overview2Areainnr .strengbox li:nth-child(odd)  {
		border-top: 5px #6016c5 solid;
}
.overview2Area .overview2Areainnr .strengbox li:nth-child(even)  {
		border-top: 5px #4694c6 solid;
}
.overview2Area .overview2Areainnr .strengbox li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 20px 40px;
	box-sizing: border-box;
	transition: .2s linear;
}
.overview2Area .overview2Areainnr .strengbox li:nth-child(odd) a .arrow-down {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #6016c5;
}
.overview2Area .overview2Areainnr .strengbox li:nth-child(even) a .arrow-down {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #4694c6;
}
.overview2Area .overview2Areainnr .strengbox li p {
	color: #000;
}
.overview2Area .overview2Areainnr .strengbox li:nth-child(odd) a .ttl2 {
	color: #6016c5;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.overview2Area .overview2Areainnr .strengbox li:nth-child(even) a .ttl2 {
	color: #4694c6;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.overview2Area .overview2Areainnr .strengbox li .ttl2 span {
	display: block;
	font-size: 44px;
	line-height: 1.6;
}
/* ホバー　アニメ */
.overview2Area .overview2Areainnr .strengbox li:nth-child(odd) a:hover {
	background-color: #f1ebfc;
}.overview2Area .overview2Areainnr .strengbox li:nth-child(even) a:hover {
	background-color: #e1f0fa;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.overview2Area {
	}
	.overview2Area .overview2Areainnr {
	}
	.overview2Area .overview2Areainnr .ttl {
    	font-size: 36px;
    	margin: 0 0 30px 0;
		font-weight: bold;
  	}
	.overview2Area .overview2Areainnr .strengbox li {
		margin: 0 0 10px 0;
		width: 48%;
		box-sizing: border-box;
	}
	.overview2Area .overview2Areainnr .strengbox li a {
		padding: 40px 40px 60px;
	}
	.overview2Area .overview2Areainnr .strengbox li .ttl2 {
		margin-bottom: 30px;
		text-align: center;
		font-size: 24px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.overview2Area {
	}
	.overview2Area .overview2Areainnr {
		margin: 0 auto;
		max-width: 1000px;
	}
	.overview2Area .overview2Areainnr .ttl {
    	font-size: 38px;
    	margin: 0 0 50px 0;
  	}
}


/*==========================================================================
	ソリューション
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.solutionArea {
	background-color: #FFF;
}
.solutionArea .solutionAreainnr {
	padding: 0 10px;
	box-sizing: border-box;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.solutionArea .solutionAreainnr {
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.solutionArea .solutionAreainnr {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1100px;
	}
}

/*==========================================================================
SOLUTION.01 巧妙なメール制作
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.sol01_2rowArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sol01_2rowArea .rowBox {
	width: 100%;
	margin: 0 0 20px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.sol01_2rowArea .rowBox {
		width: 48%;
		margin: 0 0 20px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}
/*==========================================================================
SOLUTION.01 巧妙なメール制作
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.sol01_featList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sol01_featList li {
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin-bottom: 20px;
}
.sol01_featList li .ttl {
	background-color: #6016c5;
	text-align: center;
	color: #FFF;
	padding: 4px;
}
.sol01_featList li .innr {
	padding: 10px;
}
.sol01_featList li .innr p {
	line-height: 1.6;
	font-size: 15px;
	padding: 10px 15px;
	margin: 10px 0;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.sol01_featList li .innr {
		padding: 20px 10px;
	}
	.sol01_featList li {
		width: 48%;
		margin-bottom: 30px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.sol01_featList li .innr {
		padding: 20px 10px;
	}
	.sol01_featList li {
		width: 31.5%;
		margin-bottom: 30px;
	}
}
/*==========================================================================
SOLUTION.03 オプション
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.opt01_featList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.opt01_featList li {
	background-color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	width: 100%;
	margin-bottom: 20px;
	display:flex;
	flex-direction:column;
}
.opt01_featList li .ttl {
	background-color: #9999ff;
	text-align: center;
	color: #FFF;
	padding: 4px;
}
.opt01_featList li .innr {
	padding: 10px;
}
.opt01_featList li .innr .sttl {
	color: #9999ff;
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	flex-grow: 1;
}
.opt01_featList li .innr p {
	line-height: 1.6;
	font-size: 15px;
	padding: 10px 15px;
	margin: 10px 0;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.opt01_featList li .innr {
		padding: 20px 10px;
	}
	.opt01_featList li {
		width: 48%;
		margin-bottom: 30px;
	}
	.opt01_featList li .innr .sttl {
		font-size: 18px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.opt01_featList li .innr {
		padding: 20px 10px;
	}
	.opt01_featList li {
		width: 31.5%;
		margin-bottom: 30px;
	}
	.opt01_featList li .innr .sttl {
		min-height: 50px;
	}
}
/*==========================================================================
	ターゲットが開きたくなる訓練メールの作成：フロー　
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/

.solutionArea .stepflow {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solutionArea .stepflow > li {
	width: 100%;
	position: relative;
	background-color: #FFF;
	margin: 0 0 30px 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
/*--　矢印設定 --*/
.solutionArea .stepflow > li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
	    bottom: -20px;
	    right: 0;
  		left: 0;
  		margin: 0 auto;
        border-top: 20px solid #6016c5;
  		border-right: 20px solid transparent;
  		border-left: 20px solid transparent;
        z-index: 1;
 }
/* 矢印　カラーの設定*/
.solutionArea .stepflow > li:nth-child(1):after {
	border-top: 20px solid #9999ff;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.solutionArea .stepflow > li:nth-child(2):after {
	border-top: 20px solid #6666cc;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.solutionArea .stepflow > li:nth-child(3):after {
	border-top:none;
  	border-right:none;
  	border-left:none;
}
/* タイトル設定*/
.solutionArea .stepflow > li .ttlstep {
	color: #FFF;
	text-align: center;
	padding: 20px 5px;
	font-size: 20px;
}
/* タイトル　カラーの設定*/
.solutionArea .stepflow > li:nth-child(1) .ttlstep {
	background-color: #9999ff;
}
.solutionArea .stepflow > li:nth-child(2) .ttlstep {
	background-color: #6666cc;
}
.solutionArea .stepflow > li:nth-child(3) .ttlstep {
	background-color: #6016c5;
}
/* ボックスインナー */
.solutionArea .stepflow > li .innr {
	padding: 15px;
}
.solutionArea .stepflow li > .innr .ttl {
	font-size: 16px;
	text-align: center;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.solutionArea .stepflow > li {
		width: 32.4%;
		position: relative;
		background-color: #FFF;
		margin: 0;
	}
	/* 矢印設定*/
	.solutionArea .stepflow > li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
		top: 20px;
        right: -20px;
		left:inherit;
  		margin: 0;
        border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #6016c5;
        z-index: 1;
 	}
	/* 矢印　カラーの設定*/
	.solutionArea .stepflow > li:nth-child(1):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #9999ff;
		border-bottom: 20px solid transparent;
	}
	.solutionArea .stepflow > li:nth-child(2):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #6666cc;
		border-bottom: 20px solid transparent;
	}
	.solutionArea .stepflow > li:nth-child(3):after {
		border-top:none;
  		border-right:none;
  		border-left:none;
		border-bottom:none;
	}
	/* タイトル設定*/
	.solutionArea .stepflow > li .ttlstep {
		color: #FFF;
		text-align: center;
		padding: 20px 5px;
		font-size: 24px;
	}
	/* ボックスインナー */
	.solutionArea .stepflow > li .innr {
		padding: 20px 15px;
	}
	.solutionArea .stepflow > li .innr .ttl {
		font-size: 18px;
	}
}






/*==========================================================================
	導入の流れ
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.stepFlow01Area {
	background-color: #f6f2fc;
}
.stepFlow01Area .stepFlow01Areainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li {
	width: 100%;
	position: relative;
	background-color: #FFF;
	margin: 0 0 30px 0;
}
/*--　矢印設定 --*/
.stepFlow01Area .stepFlow01Areainnr .stepflow li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
	    bottom: -20px;
	    right: 0;
  		left: 0;
  		margin: 0 auto;
        border-top: 20px solid #6016c5;
  		border-right: 20px solid transparent;
  		border-left: 20px solid transparent;
        z-index: 1;
 }
/* 矢印　カラーの設定*/
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(1):after {
	border-top: 20px solid #9999ff;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(2):after {
	border-top: 20px solid #6666cc;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(3):after {
	border-top: 20px solid #5c4ff3;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(4):after {
	border-top: 20px solid #3333cc;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(5):after {
	border-top:none;
  	border-right:none;
  	border-left:none;
}
/* タイトル設定*/
.stepFlow01Area .stepFlow01Areainnr .stepflow li .ttlstep {
	color: #FFF;
	text-align: center;
	padding: 20px 5px;
	font-size: 20px;
}
/* タイトル　カラーの設定*/
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(1) .ttlstep {
	background-color: #9999ff;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(2) .ttlstep {
	background-color: #6666cc;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(3) .ttlstep {
	background-color: #5c4ff3;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(4) .ttlstep {
	background-color: #3333cc;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(5) .ttlstep {
	background-color: #6016c5;
}
/* ボックスインナー */
.stepFlow01Area .stepFlow01Areainnr .stepflow li .innr {
	padding: 15px;
}
.stepFlow01Area .stepFlow01Areainnr .stepflow li .innr .ttl {
	font-size: 16px;
	text-align: center;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.stepFlow01Area .stepFlow01Areainnr {
	}
	.stepFlow01Area .stepFlow01Areainnr .stepflow li {
		width: 19%;
		position: relative;
		background-color: #FFF;
		margin: 0;
	}
	/* 矢印設定*/
	.stepFlow01Area .stepFlow01Areainnr .stepflow li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
		top: 20px;
        right: -20px;
		left:inherit;
  		margin: 0;
        border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #6016c5;
        z-index: 1;
 	}
	/* 矢印　カラーの設定*/
	.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(1):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #9999ff;
		border-bottom: 20px solid transparent;
	}
	.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(2):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #6666cc;
		border-bottom: 20px solid transparent;
	}
	.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(3):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #5c4ff3;
		border-bottom: 20px solid transparent;
	}
	.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(4):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #3333cc;
		border-bottom: 20px solid transparent;
	}
	.stepFlow01Area .stepFlow01Areainnr .stepflow li:nth-child(5):after {
		border-top:none;
  		border-right:none;
  		border-left:none;
		border-bottom:none;
	}
	/* タイトル設定*/
	.stepFlow01Area .stepFlow01Areainnr .stepflow li .ttlstep {
		color: #FFF;
		text-align: center;
		padding: 20px 5px;
		font-size: 24px;
	}
	/* ボックスインナー */
	.stepFlow01Area .stepFlow01Areainnr .stepflow li .innr {
		padding: 20px;
	}
	.stepFlow01Area .stepFlow01Areainnr .stepflow li .innr .ttl {
		font-size: 18px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.stepFlow01Area .stepFlow01Areainnr {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1400px;
	}
}


/*==========================================================================
	導入の流れ2
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/
.stepFlow02Area {
	background-color: #f9f8f8;
}
.stepFlow02Area .stepFlow02Areainnr {
	padding: 0 10px;
	box-sizing: border-box;
}
.stepFlow02Area .stepFlow02Areainnr .stepflow {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.stepFlow02Area .stepFlow02Areainnr .stepflow > li {
	width: 100%;
	position: relative;
	background-color: #FFF;
	margin: 0 0 30px 0;
}
/*--　矢印設定 --*/
.stepFlow02Area .stepFlow02Areainnr .stepflow > li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
	    bottom: -20px;
	    right: 0;
  		left: 0;
  		margin: 0 auto;
        border-top: 20px solid #6016c5;
  		border-right: 20px solid transparent;
  		border-left: 20px solid transparent;
        z-index: 1;
 }
/* 矢印　カラーの設定*/
.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(1):after {
	border-top: 20px solid #9999ff;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(2):after {
	border-top: 20px solid #6666cc;
  	border-right: 20px solid transparent;
  	border-left: 20px solid transparent;
}
.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(3):after {
	border-top:none;
  	border-right:none;
  	border-left:none;
}
/* タイトル設定*/
.stepFlow02Area .stepFlow02Areainnr .stepflow > li .ttlstep {
	color: #FFF;
	text-align: center;
	padding: 20px 5px;
	font-size: 20px;
}
/* タイトル　カラーの設定*/
.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(1) .ttlstep {
	background-color: #9999ff;
}
.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(2) .ttlstep {
	background-color: #6666cc;
}
.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(3) .ttlstep {
	background-color: #6016c5;
}
/* ボックスインナー */
.stepFlow02Area .stepFlow02Areainnr .stepflow > li .innr {
	padding: 15px;
}
.stepFlow02Area .stepFlow02Areainnr .stepflow li > .innr .ttl {
	font-size: 16px;
	text-align: center;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.stepFlow02Area .stepFlow02Areainnr {
	}
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li {
		width: 32.5%;
		position: relative;
		background-color: #FFF;
		margin: 0;
	}
	/* 矢印設定*/
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li:after {
        content: "";
        position: absolute;
	    width: 0;
  		height: 0;
		top: 20px;
        right: -20px;
		left:inherit;
  		margin: 0;
        border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #6016c5;
        z-index: 1;
 	}
	/* 矢印　カラーの設定*/
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(1):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #9999ff;
		border-bottom: 20px solid transparent;
	}
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(2):after {
		border-top: 20px solid transparent;
  		border-right:none;
  		border-left: 20px solid #6666cc;
		border-bottom: 20px solid transparent;
	}
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li:nth-child(3):after {
		border-top:none;
  		border-right:none;
  		border-left:none;
		border-bottom:none;
	}
	/* タイトル設定*/
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li .ttlstep {
		color: #FFF;
		text-align: center;
		padding: 20px 5px;
		font-size: 24px;
	}
	/* ボックスインナー */
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li .innr {
		padding: 20px 10px 20px 8px;
	}
	.stepFlow02Area .stepFlow02Areainnr .stepflow > li .innr .ttl {
		font-size: 18px;
	}
}
/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
	.stepFlow02Area .stepFlow02Areainnr {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1200px;
	}
}

/*==========================================================================
	
============================================================================*/
/*****************************************************
	767px以下【sp】
******************************************************/


/*****************************************************
	320px以下【sp】
******************************************************/
@media print, screen and (max-width: 320px) {
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
}

/*****************************************************
	1024px以上【PC】
******************************************************/
@media print, screen and (min-width: 1024px) {
}

