@charset "utf-8";
/* CSS Document */
@import url("page.css");

#title h2 {
	background-image: url(../images/first/title_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 35.94%;
	height: 0;
	width: 100%;
}

#first {
  display: block;
  margin: 20px auto 40px;
  width: 96%;
}

#first dl {
	display: block;
	margin: 0;
	width: 100%;
}

#first dt {
	font-size: 18px;
	font-weight: 600;
	color: #C62159;
	text-align: center;
	margin-bottom: 0.5em;
}

#first dd p {
	line-height: 1.8em;
	margin-top: 1em;
}

#first div {
	display: block;
	margin: 1em auto;
	width: 96%;
}

#first div img {
	height: auto;
	width: auto;
	max-width: 100%;
}

.tit01 {
	background-image: url(../images/first/ti_01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#flow {
  display: flex;
  justify-content: center;
  align-items: center;
}

#flow li a {
	color: #777;
	text-decoration: none;
}

#flow li a:hover {
	opacity: 0.7;
}

#flow ul {
  padding: 0;
}

#flow li {
  list-style-type: none;
}

#flow li dl.fl01 {
	display: block;
	margin: 0;
	width: 100%;
}
#flow li dl.fl02 {
	display: block;
	margin: 0;
	width: 100%;
}

#flow li div {
	display: block;
	margin: 1em auto;
	width: 96%;
}

#flow li div img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#flow dd {
  margin-left: 0;
}
#flow dd p {
	line-height: 1.8em;
	margin-top: 1em;
}


#flow-list > li {
  padding: 40px 10px;
}

#flow-list > li:not(:last-child) {
  border-bottom: 3px solid #C62159;
  position: relative;
}

#flow-list > li:not(:last-child)::before,
#flow-list > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#flow-list > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #C62159;
}

#flow-list > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}

#flow-list > li dl {
  margin: 0;
}

#flow-list > li dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #C62159;
  border-bottom: 2px dotted #C62159;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
}


@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/first/title.png);
	background-size: auto;
	padding-top: 0;
	height: 230px;
	width: 1015px;
}

#first {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px auto;
	width: 1015px;
}
#first dl {
	display: block;
	margin: 0;
	width: 560px;
}

#first dt {
	font-size: 20px;
	margin-bottom: 1em;
}

#first div {
	display: block;
	margin: 0;
	width: 400px;
}

.tit01 {
	background-image: url(../images/first/ti_01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 833px;
}

#flow ul {
	margin: 10px auto;
	width: 1015px;
}

#flow li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#flow li dl.fl01 {
	display: block;
	margin: 0;
	width: 560px;
}

#flow li dl.fl02 {
	display: block;
	margin: 0;
	width: 100%;
}

#flow li div {
	display: block;
	margin: 0;
	width: 400px;
}

#flow li div#line-box {
	display: block;
	margin: 30px auto;
	width: 720px;
}

}