@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ /
/ line
/ ライン登録
/ ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper > header:before {
	background: #53b535;
}
#greenBelt {
	background: url(../images/line/line_logo.svg) no-repeat 30px center #53b535;  
	background-size: 68px auto;
	position: relative;
}
#greenBelt a {
	padding: 2px 5px;
	display: inline-block;
	border: 1px solid #fff;
}
#greenBelt a:after {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#point li dt {
	width: 150px;
	height: 150px;;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid;
	margin: 0 auto;
	color: #53b535;
	box-sizing: border-box;
}
#flow {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#registration li {
	border: 1px solid #53b535;
	height: 210px;
	box-sizing: border-box;
	position: relative;
	float: left;
}
#registration li:before,
#registration li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; 
  width: 0;
  height: 0;
  margin: auto;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#registration li:before{
  border-style: solid;
  border-color: transparent transparent #53b535 transparent;
  border-width: 0px 8px 12px 8px;
  right: -15px;
}
#registration li:after {
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 8px 12px 8px;
  right: -13px;
}
#registration li h3 {
	color: #53b535;
}
#registration li:nth-child(1) {
	width: 160px;
}
#registration li:nth-child(1) p {
	width: 74px;
	margin: 0 auto; 
}
#registration li:nth-child(2) {
	width: 337px;
}
#registration li:nth-child(2) .left {
	float: left;
	width: 131px;
	position: relative;
}
#registration li:nth-child(2) .left:after {
	content: "or";
	background: #53b535;
	color: #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
	position: absolute;
	right: -42px;
	top: 6px;
	bottom: 0;
	margin: auto; 
}
#registration li:nth-child(2) .right {
	float: right;
	width: 120px;
}
#registration li:nth-child(2) h4 + p {
	color: #53b535;
	position: relative;
	padding-bottom: 6px;
}
#registration li:nth-child(2) h4 + p:after {
	content: "";
	background: #53b535;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#registration li:nth-child(2) h4 + p:before {
	content: "";
	display: block;
	background: #fff; 
	width: 5px;
	height: 5px;
	position: absolute;
	bottom: -3px;
	right: 0;
	left: 0;
	margin: auto; 
	border-top: 1px solid #53b535;
	border-right: 1px solid #53b535;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	z-index: 1;
}
#registration li:nth-child(2) h4 + p span {
	margin: 0 -20px;
}
#registration li:nth-child(2) > .right h4 + p {
}
#registration li:nth-child(2) > .right h4 + p ~ p {
	border: 1px solid #53b535;
	color: #53b535;
	margin: 0 2px; 
}

#registration li:nth-child(3) {
	width: 160px;
}
#registration li:nth-child(3):after,
#registration li:nth-child(3):before {
	content: none;
}

@media screen and (min-width:966px){
	.bdTitle {
		font-size: 18px;
	}
	#point li {
		width: calc(50% - 15px);
	}
	#point li:first-child {
		float: left;
	}
	#point li:last-child {
		float: right;
	}
	#greenBelt a {
		margin-right: 10px;
	}
}
@media screen and (max-width:965px){
	.bdTitle {
		font-size: 16px;
	}
	.pt065 {
		padding-top: 20px !important;
	}
	#greenBelt {
		background-position: center 20px;
		padding: 95px 17px 23px !important;
	}
	#greenBelt a {
		display: block;
		position: relative;
	}
	#greenBelt a:after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto 0;
	}
	#flow .bdTitle {
		padding-top: 100px !important;
	}
	#cont > section:nth-child(1) .bdTitle {
		letter-spacing: 1.3px;
		padding-top: 68px !important;
	}
	.sp_txtL {
		text-align: left !important;
	}
	#point li {
		margin-top: 40px;
	}
	#point li dd {
		letter-spacing: -0.05em;
	}
	#registration li {
		width: 100% !important;
		height: auto;
	}
	#registration li + li {
		margin: 35px 0 0 0 !important; 
	}
	#registration li:before, 
	#registration li:after {
		top: inherit;
		transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		right: 0;
		left: 0;
	}
	#registration li:after {
		bottom: -11px;
	}
	#registration li:before {
		bottom: -13px;
	}
	#registration li:nth-child(2) {
		padding-bottom: 30px;
	}
	#registration li:nth-child(2) .right,
	#registration li:nth-child(2) .left {
		float: none;
		margin: 0 auto; 
	}
	#registration li h3 {
		margin: 0 -15px 15px;
	}
	#registration li:nth-child(2) .right {
		margin-top: 85px;
	}
	#registration li:nth-child(2) .left:after {
		right: 0;
		left: 0;
		bottom: -180px;
	}
	#registration li:nth-child(2) .right + p {
		padding: 35px 0 !important;
	}
	#registration li:nth-child(1) p {
		padding-top: 10px !important;
	}
	#registration li:nth-child(3) h3 + p {
		padding: 10px 0 20px 0 !important;
	}
	#flow {
		padding-bottom: 100px !important;
	}
	#point + ul {
		margin-top: 40px !important;
	}
}