@charset "utf-8";

/***************************************************
	style.css
***************************************************/

/* index.html
------------------------------------------------------------ */
#counseling.index {}

.c_contentBlock {}
.c_contentBlock.inn {}


/* introduction
------------------------------------------------------------ */
#introduction {
	margin-top: 50px;
}
#introduction h2 {
	color: #3d9f3a;
	font-size: 40px;
	text-align: center;
	line-height: 1.3;
}
#introduction h2 span {
	display: inline-block;
	margin: 0 5px 10px;
	padding: 0 5px;
	background-color: #ffe13d;
	vertical-align: middle;
}
#introduction .txt {
	margin: 45px auto 0;
	color: #3d9f3a;
	font-size: 30px;
  text-align: center;
  font-weight: bold;
}
#introduction .image {
	margin-top: 50px;
	padding: 0 0 30px 220px;
	background: url(/lp/02/img/01_bg01.png) 0 0 no-repeat;
}
#introduction .image > h3{
  margin-left: -50px;
}
#introduction .image > ul {
	display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
}
#introduction .image > ul li {
  width: 46%;
  margin-left: 4%;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
}
@media only screen and (max-width: 767px) {
	#introduction {
		margin-top: 25px;
	}
	#introduction h2 {
		font-size: 18px;
    line-height: 1.3;
	}
	#introduction h2 span {
		margin: 0 3px 10px;
		padding: 0 3px;
	}
	#introduction .txt {
		max-width: 100%;
		margin: 20px auto 0;
    font-size: 18px;
	}
	#introduction .image {
		margin-top: 20px;
		padding: 0 0 5px 25%;
		background-position: 0 40%;
		background-size: 150% auto;
	}
  #introduction .image > h3{
    margin-left: -40px;
  }
	#introduction .image > ul {
		display: block;
	}
	#introduction .image > ul li {
		width: 75%;
    margin-left: 20%;
	}
}


/* report
------------------------------------------------------------ */
#report {
	margin-top: 50px;
	padding: 65px 0;
	background: #ecf5f0;
}
#report h2 {
	margin-bottom: 45px;
	color: #19883c;
	font-size: 36px;
	text-align: center;
}
#report h3{
  margin-top: 60px;
  color: #3d9f3a;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#report .text {
	max-width: 800px;
	margin: 45px auto 50px;
}
#report .image ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: url(/lp/02/img/03_arrow01.png) 50% 60% no-repeat;
}
#report .image ul + ul {
	margin-top: 60px;
}
#report .button {
	margin-top: 60px;
	text-align: center;
}

#report .reportBox {
	margin-bottom: 40px;
	padding: 30px 84px 45px;
	border-left: 3px solid #3377a7;
	border-right: 3px solid #3377a7;
	border-bottom: 3px solid #3377a7;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
}
#report .reportBox dl {
	float: left;
	width: 400px;
	margin: 0 6px;
}
#report .reportBox p {
	clear: both;
	padding-top: 10px;
	font-size: 14px;
	color: #6598bf;
}
#report .btn {
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
	#report {
		margin-top: 50px;
		padding-bottom: 60px;
	}
	#report h2 {
		margin-bottom: 0px;
		color: #3d9f3a;
		font-size: 36px;
		text-align: center;
	}
	#report h3 {
    font-size: 18px;
    line-height: 1.3;
  }
	#report .text {
    margin: 30px auto 30px;
	}
	#report .image ul {
		display: block;
		justify-content: space-between;
		align-items: flex-end;
		background: none;
	}
	#report .image ul + ul {
		margin-top: 60px;
	}
	#report .image li:not(:last-child)::after {
    content:" ";
    display: block;
    padding: 30px 0;
		background: url(/lp/02/img/05_arrow01.png) 50% 60% no-repeat;
    
  }
	#report .button {
		margin-top: 60px;
		text-align: center;
	}
	
	#report .reportBox {
		margin-bottom: 40px;
		padding: 30px 84px 45px;
		border-left: 3px solid #3377a7;
		border-right: 3px solid #3377a7;
		border-bottom: 3px solid #3377a7;
		border-bottom-left-radius: 22px;
		border-bottom-right-radius: 22px;
	}
	#report .reportBox dl {
		float: left;
		width: 400px;
		margin: 0 6px;
	}
	#report .reportBox p {
		clear: both;
		padding-top: 10px;
		font-size: 14px;
		color: #6598bf;
	}
	#report .btn {
		text-align: center;
	}
}

/* about
------------------------------------------------------------ */
#about {
	padding: 50px 0;
}
#about h2 {
	position: relative;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}
#about h2::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 3px;
	background-color: #fff;
}
#about h2 img {
	margin: 0 10px;
	vertical-align: top;
}
#about h2 em {
	color: #3d9f3a;
	font-size: 40px;
	font-weight: bold;
}
#about h2 span {
	color: #3d9f3a;
	font-weight: bold;
}
#about .txt {
  max-width: 780px;
  margin: auto;
	padding: 40px 20px;
  border-top: solid 3px #e7f5b7;
}
#about .txt p{
  margin-bottom: 30px;
}
#about .worksBox {
	position: relative;
	max-width: 810px;
	margin: 30px auto 0;
	padding: 60px 20px 40px;
	background: #fff;
	border: 2px solid #3d9f3a;
	border-radius: 20px;
	text-align: center;
}
#about h3 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -150px;
	background: #3d9f3a;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	width: 300px;
	font-size: 18px;
	font-weight: normal;
	border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
	#about {
		padding: 30px 0;
	}
	#about h2 {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	#about h2::before {
		transform: translateX(-50%);
		width: 90%;
		height: 2px;
	}
	#about h2 img {
		height: 28px;
		margin: 0 5px;
		vertical-align: top;
	}
	#about .txt {
		padding: 10px 15px 20px;
	}
	#about .worksBox {
		max-width: 100%;
		margin: 20px auto 0;
		padding: 40px 15px 30px;
	}
	#about h3 {
		margin-left: -100px;
		padding: 10px 0;
		width: 200px;
		font-size: 16px;
	}
}

/* flow
------------------------------------------------------------ */
#flow {
	padding: 60px 0 140px;
	background-color: #b5e7b3;
}
#flow h2 {
	margin-bottom: 60px;
	color: #1b883b;
	font-size: 36px;
	text-align: center;
	line-height: 1.6;
}
/*#flow h2 img {
	width: 303px
}
#flow ol {
	margin-left: 0;
	list-style: none;
}*/
#flow .FlowBox {
	counter-reset: number 0;
}
#flow .FlowBox dl {
	display: flex;
}
#flow .FlowBox dl:not(:first-child) {
	padding-top: 55px;
	background: url(/lp/02/img/05_arrow01.png) 18% 20px no-repeat;
}
#flow .FlowBox dl dt {
	display: flex;
	align-items: center;
	width: 33%;
	padding: 12px 25px 12px 30px;
	border-radius: 20px 0 0 20px;
	background-color: #3d9f3a;
	color: #fff;
}
#flow .FlowBox dl dt::before {
	counter-increment: number 1;
  content: counter(number);
	color: #ffe13d;
	font-size: 45px;
}
#flow .FlowBox dl dt span {
	flex-grow: 1;
	font-size: 22px;
	text-align: center;
}
#flow .FlowBox dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
	width: 67%;
	padding: 15px 25px;
	border-radius: 0 20px 20px 0;
	background-color: #fff;
}
#flow .FlowBox dl dd span {
	font-size: 16px;
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
	#flow {
		padding: 20px 0 50px;
	}
	#flow h2 {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.3;
	}
	#flow .FlowBox dl {
		display: block;
	}
	#flow .FlowBox dl:not(:first-child) {
		padding-top: 35px;
		background: url(/lp/02/img/05_arrow01.png) 50% 10px no-repeat;
	}
	#flow .FlowBox dl dt {
		display: flex;
		align-items: center;
		width: 100%;
		padding: 10px 25px 10px 30px;
		border-radius: 20px 20px 0 0;
		background-color: #3d9f3a;
		color: #fff;
	}
	#flow .FlowBox dl dt::before {
		font-size: 24px;
	}
	#flow .FlowBox dl dd {
		width: 100%;
		padding: 15px 25px;
		border-radius: 0 0 20px 20px;
		background-color: #fff;
	}
	#flow .FlowBox dl dd span {
		font-size: 16px;
	}
}

/* contact
------------------------------------------------------------ */
#contact {
	background: #edf5f1;
}
#contact .inn {
	position: relative;
	padding: 70px 0 140px;
}
#contact .balloon {
	position: absolute;
	top: -52px;
	left: 50%;
	margin-left: -171px;
}
#contact h2 {
	margin-bottom: 50px;
	color: #1b883b;
	font-size: 40px;
	text-align: center;
}
#contact .formArea {
	border-radius: 20px;
	background: #fff;
	padding: 20px 10px;
	margin: 0 40px;
}
#contact .formArea dl {
	display: table;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
}
#contact .formArea dl:last-child {
	border-bottom: none;
}
#contact .formArea dt {
	display: table-cell;
	width: 350px;
/*	font-size: 16px;*/
	vertical-align: middle;
}
#contact .formArea dt .required,
#contact .formArea dt .optional {
	display: inline-block;
	margin: 0 10px;
	padding: 1px 15px;
	border-radius: 5px;
	background: #da3f58;
	color: #fff;
	font-size: 14px;
}
#contact .formArea dt .optional {
	background: #6598bf;
}
#contact .formArea dd {
	display: table-cell;
	width: 550px;
/*	font-size: 16px;*/
	vertical-align: middle;
}
#contact .formArea dd input[type="text"],
#contact .formArea dd input[type="email"],
#contact .formArea dd input[type="url"],
#contact .formArea dd textarea {
	width: 90%;
	padding: 3px 5px;
	border: 1px solid #c0c0c0;
	background-color: #f4f4f4;
/*	font-size: 14px;*/
}
#contact .formArea dd input[type="checkbox"] {
	margin-right: 5px;
}
#contact .formArea dd .txtM {
	width: 400px;
}
#contact .formArea dd .txtS {
	width: 300px;
}
#contact .formArea dd .txtL {
	width: 500px;
	height: 140px;
}
#contact .formArea .checkbox_wrap01 label {
	display: block;
	margin: 0;
	line-height: 1.3;
}
#contact .txt {
	padding: 20px 40px 40px;
	font-size: 14px;
}
#contact .txt li {
	position: relative;
	padding-left: 1em;
}
#contact .txt li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
#contact .buttonBlock {
	margin-top: 30px;
	text-align: center;
}
#contact .buttonBlock .button {
	display: inline-block;
}
#contact .buttonBlock .button > a,
#contact .buttonBlock .button > button {
	display: block;
	margin: 0 10px;
	padding: 35px 60px;
	border: none;
	border-radius: 15px;
	background-color: #1b883b;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
	transition: all .5s;
}
#contact .buttonBlock .button > a:hover,
#contact .buttonBlock .button > button:hover {
	opacity: .7;
}
#contact .buttonBlock .button.is_confirm button {
	min-width: 500px;
}
#contact .buttonBlock .button.is_back button {
	min-width: 250px;
	background-color: #ccc;
}

#contact .buttonBlock .button.is_submit button {
	min-width: 500px;
	background: #1b883b url(/lp/02/img/icon_mail.png) 50px 50% no-repeat;
}
#contact .buttonBlock .button.is_backhome a {
}


#contact .button {
	text-align: center;
}
#contact .btn button[type=submit] {
	border: none;
	background: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {
	#contact {
	}
	#contact .inn {
		position: relative;
		padding: 30px 0 60px;
	}
	#contact .balloon {
		position: absolute;
		top: -30px;
		left: 50%;
		width: 200px;
		margin-left: -100px;
	}
	#contact h2 {
		margin-bottom: 30px;
		font-size: 18px;
	}
	#contact .formArea {
		border-radius: 20px;
		background: #fff;
		padding: 20px 10px;
		margin: 0 10px;
	}
	#contact .formArea dl {
		display: block;
		border-bottom: 1px solid #e5e5e5;
		padding: 20px 0;
	}
	#contact .formArea dt {
		display: block;
		width: 100%;
	}
	#contact .formArea dt .required,
	#contact .formArea dt .optional {
		margin: 0 10px 0 0;
		padding: 1px 5px;
		border-radius: 3px;
		font-size: 10px;
		text-align: center;
	}
	#contact .formArea dd {
		display: block;
		width: 100%;
		padding: 10px 0 0;
	}
  
#contact .buttonBlock {
	margin-top: 0px;
}
#contact .buttonBlock .button {
	display: block;
}
#contact .buttonBlock .button.is_submit button {
	min-width: 90%;
  margin: 15px auto;
	background: #1b883b url(/lp/02/img/icon_mail.png) 40px 50% no-repeat;
}
#contact .buttonBlock .button.is_back button {
	min-width: 90%;
  margin: 15px auto;
}
#contact .buttonBlock .button.is_confirm button {
	min-width: 90%;
  margin: 15px auto;
}
}
