@charset "utf-8";
/*-----------------------------------------------------
	style-harassment.css
	独自のスタイル
------------------------------------------------------*/
main {
	margin-top: 100px;
}
section {
	margin-bottom: 70px;
}
a {
	color: #15A4E7;
}
.fcOrg {
  color: #ff8f00;
}
.bdY {
  background: linear-gradient(transparent 70%, #ffcd00 30%);
}
.fs20 {
	font-size: 2rem;
}
.fs18 {
	font-size: 1.8rem;
}

.h2Lp {
  display: table;
	text-align: center;
	font-weight: bold;
	font-size: 2.7rem;
	margin: 0 auto 40px;
  padding: 0 70px 7px;
  border-bottom: 1px solid #84c74e;
	color: #84c74e;
}
.h3Lp {
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 15px;
}

p { line-height: 1.8;}
.forSp {display: none;}

/*メインビジュアル*/
section#secMainvisual div.mainvisual {
	width: 100%;
}
section#secMainvisual {
  margin-bottom: 40px;
}

/*概要*/
section#secOutline {
}

/*本サービス導入により得られるメリット*/
section#secMerit .corporation {
	margin-bottom: 40px;
}
section#secMerit .corporation .meritContent {
	padding: 30px 20px;
  border: solid 2px #84c74e;
}
section#secMerit .corporation h3 {
  width: 200px;
	margin: 0;
	padding: 10px 0;  
	display: inline-block;
	text-align: center;
  background: #84c74e;
  color: #fff;
}
section#secMerit .individual h3 {
  width: 200px;
	margin: 0;
	padding: 10px 0;  
  display: inline-block;
	text-align: center;
  background: #ffba00;
  color: #fff;
}
section#secMerit .individual .meritContent {
	padding: 30px 20px;
  border: solid 2px #ffba00;
}
section#secMerit dl.merit {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}
section#secMerit .meritContent {
	display: flex;
	flex-wrap: wrap;
}
section#secMerit dl.merit dt {
	width: 120px;
}
section#secMerit dl.merit dd {
	flex: 1;
}


/*聴覚障碍者の方の声*/
section#secVoice dl.voice {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
section#secVoice dl.voice dt {
	width: 100px;
}
section#secVoice dl.voice dd {
	flex: 1;
}

/*サービス詳細*/
section#secPrice h3 {
	display: inline-block;
	margin-bottom: 20px;
  padding-bottom: 5px;
	border-bottom: 2px dotted #B1B1B1;
	color: #2f873e;
}
section#secPrice dl {
	display: flex;
}
section#secPrice dl dt {
	width: 120px;
}
section#secPrice dl dt p {
	width: 100px;
	padding: 3px 0;
	text-align: center;
	background-color: #84c74e;
	color: #fff;
}
/*お問い合わせ*/
div.btnContact {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
div.btnContact a {
	width: 100%;
	margin: 30px auto 50px auto;
	padding: 15px 30px;
	display: block;
	background: #84c74e;
	border: 2px solid #84c74e;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;		
	font-size: 2rem;
	border-radius: 8px;
}

div.btnContact a:hover {
	background: #FFF;
	border: 2px solid #84c74e;
	color: #84c74e;
	opacity: 1;
	transition: .2s;
}



/*PC画面調整*/
@media (max-width: 1221px) {
  .forPc {
    display: none;
  }
  section#secFeature dl.feature dt {
    font-size: 2rem;
  }

}


/*-----------------------------------------------------
	for Tablet
------------------------------------------------------*/
@media (max-width: 768px) {
	section#secMainvisual div.container {
		padding: 0;
	}
  .h2Lp {
    font-size: 2.4rem;
    padding: 0 50px 7px;
  }
  .h3Lp {
    font-size: 2.0rem;
  }
	section#secMerit .meritContent .meritTxt {
		margin-bottom: 15px;
	}
}
/*-----------------------------------------------------
	for SP
------------------------------------------------------*/
@media (max-width: 575px) {
	section#secMerit .meritContent {
		display: block;
	}
	section#secMerit .meritContent .meritTxt {
		margin-bottom: 15px;
	}
}
@media (max-width: 428px) {
  .forSp {display: block}
  .h2Lp {
    padding: 0 30px 7px;
  }
	section {
		margin-bottom: 50px;
	}
	div.btnContact { 
		width: 80%;
		margin: 0 auto;
	}
}





/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/


