@charset "UTF-8";
/* CSS Document */


.midashi02{
	display: block;
	width: 100%;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 20px 70px 20px 1em;
	font-size: 1.2em;
	font-weight: 400;
	margin: 60px 0px 20px 0px;
}

.tetGreen{
	color: #00926e;
	margin-right: 20px;
}

.midashiNo{
	background-position: right top;
	background-repeat: no-repeat;
	margin: 60px 0px 20px 0px;
}


.imgWaku{
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}

.imgWaku p{
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.lineGray{
	border-top: 1px solid #bfbfbf;
}

.imgeRight{
	display: block;
	width: 15%;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.imgeLeft{
	display: block;
	width: 30%;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.imgeTxt{
	display: block;
	width: 85%;
	float: left;
	line-height: 2em;
}

.imgeTxt p{
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.imgeTxtRight{
	display: block;
	width: 70%;
	float: right;
}

.imgeTxtRight p{
	padding-left: 1.5em;
	padding-right: 1.5em;
}


@media (max-width: 576px) {
	.imgWaku p{
	padding-left: 0em;
	padding-right: 0em;
}
	.imgeRight{
	display: block;
	width: 80%;
	margin: auto;
}
	
			.imgeRight{
	display: block;
	width: 100%;
	padding: 0px;
	float: none;
	margin: auto;
			text-align: center;
}
	
		.imgeRight img{
	margin-top: 20px;
			width: 80%;
}
	
.imgeLeft{
	display: block;
	width: 100%;
	margin: auto;
}
	.imgeTxt{
	display: block;
	width: 100%;
	float: left;
}
	.imgeTxtRight{
	display: block;
	width: 100%;
	float: left;
}
}

.step{
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height: 66px;
	padding-left: 75px;
	padding-top: 17px;
	font-size: 1.3em;
	font-weight: 400;
	color: #00926e;
}
@media (max-width: 576px) {
.step{
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	height:auto;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 1.3em;
	font-weight: 400;
	color: #00926e;
	border-bottom: 1px solid #9ecfcd;
}
}


.linkBt {
	display: block;
}

.linkBt a {
	background-color: #00926e;
	padding: 15px 30px;
	color: #FFF;
	border-radius: 12px;
	background-image: url(../images/yaji.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	background-size: 8px;
	margin: 10px 0px 10px 15px;
	text-decoration: none;
	display: inline-block;
}

.linkBt a:hover{
	background-color: #9ecfcd;
	color: #FFF;
	text-decoration: none;
}


.dotGreen{
	display: block;
	background-image: url(../images/dot.png);
	background-position: left top 15px;
	padding: 10px 0px 10px 30px;
	background-repeat: no-repeat;
}

.onoffPC{
	display: block;
}

@media (max-width: 576px) {
.onoffPC{
	display: none;
}	
}

.onoffSP{
	display: none;
}

@media (max-width: 576px) {
.onoffSP{
	display: block;
}	
}



.qandaQ{
	width: 100%;
	display: block;
	padding: 20px 50px 20px 5px;
      background-image: url(../images/qandQ.png);
      background-position: right 20px;
      background-repeat: no-repeat;
      background-size: 30px;
      border-bottom: 1px solid #bfbfbf;
      font-weight: 400;
	  cursor: pointer;
}

.qandaYaji{
	display: inline-block;
      background-image: url(../images/yaji01.png);
      background-position: center left;
      background-repeat: no-repeat;
      padding-left: 22px;
}

.qandaA{
	background-color: #efefef;
	padding: 44px;
	line-height: 2em;
      background-image: url(../images/qandA.png);
      background-position: right top;
      background-repeat: no-repeat;
      background-size: 30px;
	margin-bottom: 60px;
}
@media (max-width: 576px) {
.qandaA{
	background-color: #efefef;
	padding: 20px;
	line-height: 2em;
      background-image: url(../images/qandA.png);
      background-position: right 20px;
      background-repeat: no-repeat;
      background-size: 30px;
	margin-bottom: 60px;
}
	}

