@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page {
  background: url("../images/support-images/page-bg.jpg") 50% 80% no-repeat;
}
.gnav__item--support a {
  color: var(--color06);
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.tit-cmn06 {
	display: flex;
}
.tit-cmn06__en {
	width: 150px;
	color: #fff;
	font-size: 80%;
	text-align: center;
	background-color: var(--color01);
	border-radius: 5px;
}
.tit-cmn06__txt {
	flex: 1;
	padding-left: 30px;
}
.support__img {
	float: left;
	width: 15%;
}
.support__txt {
	float: right;
	width: 80%;
}

.flow {
	display: flex;
	align-items: center;
	justify-content:center;
  position: relative;
  margin: 0 0 30px 0;
  padding: 30px;
  background: #e0edff;
}
.flow:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}
.flow:last-child:before {
  content: "";
  position: relative;
  margin-left: 0;
  border: none;
  border-top: none;
}
.flow__box {
	width: 250px;
	text-align: center;
	background-color: #fff;
	padding: 20px;
}
.flow__en {
	color: var(--color02);
	font-family: var(--font01);
	font-weight: 700;
	margin-bottom: 10px;
}
.flow__tit {
	color: var(--color01);
	font-size: clamp(1.8rem,2.375vw,2rem);
	margin-bottom: 0;
}
.flow__en span {
	font-size: 170%;
	font-style: italic;
	margin-left: 5px;
}
.flow__txt {
	flex: 1;
	padding-left: 30px;
}
.flow__txt p {
	margin-bottom: 0;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

.support__img {
	width: 20%;
}
.support__txt {
	float: right;
	width: 75%;
}

.flow {
	display: block;
}
.flow__box {
	width: 100%;
	margin-bottom: 20px;
}
.flow__txt {
	padding-left: 0;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

.tit-cmn06 {
	display: block;
	text-align: center;
}
.tit-cmn06__en {
	display: block;
	width: 140px;
	margin: 0 auto 10px auto;
}
.tit-cmn06__txt {
	display: block;
	padding-left: 0;
}
.support__img {
	display: block;
	float: none;
	width: 200px;
	margin: 0 auto 30px auto;
}
.support__txt {
	float: none;
	width: 100%;
}

.flow {
  margin: 0 0 25px 0;
  padding: 20px;
}
.flow__box {
	padding: 15px;
}
}

