@charset "UTF-8";


h3 {
    color: #14993B;
    text-align: center;
    font-size: 23px;
	margin: 20px 0 12px 0;
}


.frame {
	background-color: #E8F5EB;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 80%;
	margin: auto;
}
.triangle{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #b6b6b6;
	margin: 30px auto ;
}

.circle_list ul  {
	list-style-type: none;
}
.circle_list li  {
	list-style-type: none;
	vertical-align: middle;
}
.circle_list li div {
	border-radius: 10px;
	background-color: #E8F5EB;
	text-align: center;
	border: 1px dashed #14993B;
	list-style-type: none;
	font-size: 18px;
	line-height: 28px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	vertical-align: top;
	display: inline-block;
}

/* ステップバー表示 */
.step span{
	color: #14993b;
}
.step{
  list-style-type: none;
  display:table;
  width:80%;
  padding:0;
  margin:auto;
  overflow:hidden;
  font-size: large;
}
.step li{
  display:table-cell;
  position:relative;
  background: #c4e5ce;
  padding: 1em 0.5em 1em 2em;
  color: #4d4d4d;
  font-weight: bold
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #c4e5ce;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
/*ここまで*/


.merit {
    margin: 0 0 20px;
    border: solid 5px #d0ebd8;
    padding: 4px 15% 10px 15%;
}
.merit h3 {
	color: #14993B;
    text-align: center;
    font-size: 23px;
	margin: 20px 0 12px 0;
	font-weight: bold;
}

.process dt {
	background-color: #D0EBD8;
	line-height: 25px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #14993B;
}
.process dd img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border: 2px solid #14993B;
}
.process dd p {
	font-size: 15px;
	line-height: 24px;
}
.process span {
	font-size: 80%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #E85558;
	line-height: 130%;
	font-weight: bold;
}
.before_after {
}
.before_after figcaption {
	color: #14993B;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
}
.before_after img   {
	width: 100%;
	height: auto;
}
.note {
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background-color: #DCF0E2;
	border: 1px solid #14993B;
}


.bottom h2{
	color: #14993B;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 45px;
}

.use table {
	width: 100%;
}
.use th {
	width: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #14993B;
	background-color: #DCF0E2;
}

.use td {
	width: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contact div  {
	background-color: #F8F8F8;
	border: 1px solid #B6B6B6;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	overflow: hidden;
}
.contact div p  {
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	width: 65%;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0.5rem;
}
.contact div p span  {
	display: block;
	font-size: 50%;
}
.contact div img  {
	width: 30%;
	height: auto;
	float: right;
}
@media screen and (max-width: 1200px) {
	.contact div p{
		padding-top: 0;
	}
}
@media screen and (max-width: 992px) {
	.step {
		list-style-type: none;
		display: table;
		width: 80%;
		padding: 0;
		margin: auto;
		overflow: hidden;
		font-size: 15px;
	}
	.bottom h2{
		font-size: 27px;
	}
}
	
@media screen and (max-width: 768px) {
.frame {
	background-color: #E8F5EB;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 90%;
	margin: auto;
}
.frame ul{
	padding-left: 10%;
	}
	
.merit {
    margin: 0 0 20px;
    border: solid 5px #d0ebd8;
    padding: 4px 5% 10px 5%;
}
	
.circle_list li div {
	width:100%;
}
.contact div  {
	overflow: none;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.contact div p  {
	font-size: 38px;
	line-height: 38px;
	text-align: center;
	width: 100%;
	float: none;
}
.contact div p span  {
	display: block;
	font-size: 50%;
}
.contact div img  {
	width: 40%;
	height: auto;
	float: none;
	margin-top:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.use th{
	width:100%;
	display:block;
	text-align:center;
}
.use td{
	width:100%;
	display:block;
	text-align:center;
}
}
	
@media screen and (max-width: 590px) {
.step {
    list-style-type: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: auto;
    overflow: hidden;
    font-size: large;
}
.step li {
	font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}
}


@media screen and (max-width: 480px) {
	
.contact div p  {
	font-size: 25px;
	line-height: 30px;
}
.contact div img  {
	width: 65%!important;
}
	.bottom h2{
		font-size: 24px;
	}
}
	