@charset "UTF-8";
/* CSS Document */


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

PC設定 1200px以上の場合に適用 

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

/* mv */
.mv {
	background-image: url("/img/forsellers/mv.jpg");
}



/* overview */
.overview__h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.overview__btn {
	margin-top: 40px;
}


/* flow */
.flow {
	background-color: #F9F9F9;
}

.flow__box {
	width: 100%;
}

.flow__item {
	width: 100%;
	overflow: hidden;
	border: 1px solid #108a61;
	padding: 0 25px;
	position: relative;
	margin-bottom: 15px;
	transition: .5s;
	-webkit-transition: .5s;
	background-color: #108a61;
}

.flow__item:first-child .flow__item-content {
	display: block;
}

.flow__h3 {
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
	height: 60px;
	line-height: 60px;
}

.flow__h3:hover {
	cursor: pointer;
}

.flow__item-content {
	width: 100%;
	padding-bottom: 25px;
	display: none;
}

.flow__item-wrapper {
	width: 100%;
	background-color: #FFF;
	padding: 30px;
	display: flex;
}

.flow__item-left {
	width: 30%;
}

.flow__item-img {
	display: block;
	width: 100%;
	height: auto;
}

.flow__item-right {
	width: 65%;
	margin-left: 3%;
	font-size: 16px;
}

.flow__box .flow__item:nth-of-type(7) .flow__item-wrapper:not(:last-child) {
	padding-bottom: 0;
}

.flow__btn {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	transition: .2s;
}

.flow__btn::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 3px;
	background-color: #FFF;
	position: absolute;
	top: 28px;
	left: 18px;
}

.flow__btn::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 24px;
	background-color: #FFF;
	position: absolute;
	top: 18px;
	left: 28px;
}

.open__btn,
.flow__item:first-child .flow__btn {
	transform: rotate(45deg);
}

.flow__item:first-child .open__btn {
	transform: rotate(0);
}

.flow__btn:hover {
	cursor: pointer;
}

.flow__item:nth-of-type(7) .flow__item-wrapper .flow__item-txt:not(:last-child) {
	margin-bottom: 20px;
}


.flow__item:nth-of-type(7) .flow__item-wrapper .flow__img:nth-of-type(2) {
	margin-top: 15px;
}

.flow .btn {
	margin-top: 70px;
}



/* system */
.system__box {
	display: flex;
	justify-content: space-between;
}

.system__left {
	width: 47%;
}

.system__right {
	width: 47%;
}

.system__img {
	display: block;
	width: 100%;
	height: auto;
}

.system__btn {
	margin-top: 30px;
}


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

タブレットの設定 960px~1199pxの場合に適用 

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

@media screen and (max-width: 1199px){




	
	
}



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

タブレットの設定 768px~959pxの場合に適用 

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

@media screen and (max-width: 959px){


	
	

}



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

SPの設定 767px以下の場合に適用 

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

@media screen and (max-width: 767px){

/* overview */
.overview__h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.overview__btn {
	margin-top: 20px;
}
	
	
	
/* flow */
.flow__item {
	padding: 0 15px;
	margin-bottom: 10px;
}

.flow__h3 {
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
	
.flow__item-txt {
	font-size: 14px;
}

.flow__item-content {
	padding-bottom: 15px;
}

.flow__item-wrapper {
	padding: 15px;
	display: block;
}

.flow__item-left {
	width: 75%;
	margin: 0 auto 15px auto;
}

.flow__item-right {
	width: 100%;
	margin-left: 0;
}

.flow__btn {
	width: 45px;
	height: 45px;
}

.flow__btn::before {
	width: 19px;
	height: 3px;
	top: 21px;
	left: 13px;
}

.flow__btn::after {
	width: 3px;
	height: 19px;
	top: 13px;
	left: 21px;
}
	
.flow .btn {
	margin-top: 30px;
}

	
	
/* system */
.system__box {
	display: block;
}

.system__left {
	width: 100%;
	margin-bottom: 40px;
}

.system__right {
	width: 100%;
}
	
.system__btn {
	margin-top: 20px;
}

	
	
}