@charset "UTF-8";

/*******************************
 
れすぽんCss
 
*******************************/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 750px) {
.pc { display: block !important; }
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* br_pc　pc時改行 */
/* br_sp　sp時改行 */
@media screen and (min-width: 750px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 750px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*******************************
 
BtnCss
 
*******************************/

.ancher {
  height: 70px;
  display: block;
  text-align: center;
  background-color: #1c9b74;
  font-size: 16px;
  color: #FFF;
  border-radius: 7px;
  position: relative;
  padding-top: 23px;
  clear: both;
  margin: 0 auto;
  text-decoration: none;
}
.ancher a{
}
.ancher:hover {
	background-color: #fff;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
  	border: solid 2px #1c9b74;
  	color: #1c9b74;
}

/*******************************
 
companyCss
 
*******************************/

/*---txt----*/

.nomal_text{
    width: 100%;
	color: #2e4840;
	text-align: left;
	line-height: 2em;
	    margin: 0 auto;
    padding-bottom: 30px;
}
.nomal_text p{
	font-size: 16pt;
	color: #2e4840;
	margin-bottom: 30px;
	line-height: 1.5em;
}
.nomal_text ul li{
	text-align: left;
    width: 100%;
    line-height: 2em;
	color: #1c9b74;
	text-align: left;
	font-size: 14pt;
}

.message_img{
	margin: 0 auto;
    display: block;
}

/*******************************
 
見出し
 
*******************************/

.headline03 .icon{
	margin: 0 auto;
	width: 70px;
}

.headline03 .icon02{
	margin: 0 auto;
	width: 70px;
}

.headline03 .icon img{
	content: '';
	position: absolute;
	z-index: 3;
	top:18px;
	left: 48.4%;
}

.headline03 .icon::after{
	content: '';
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	transform: translateX(-50%);
	background-color: #e99e39;
	top: 0;
	z-index: 1;
	margin: 0 auto;
	display: block;
	left: 35px;
	margin-bottom: 18px;
	letter-spacing: 0.3em;
}

.headline03{
	color: #2e4840;
	font-size: 22pt;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 70px;
	font-weight: 600;
	display: block;
	margin-top: 30px;
	letter-spacing: 0.3em;
}
.headline03::after{
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 70px;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e99e39;
}

/*-----contents------*/

.contents{
	width: 820px;
	margin: 0 auto;
}

.con_wrap{
	width: 94%;
    margin: 0 3%;
	margin: 0 auto;}
}
.contents .head_txt{
	font-size: 12pt;
	color: #000;
	line-height:2.0em;
}
.contents .block{
	width: 100%;
	border-radius: 10px;
	border: solid 2px #a0a0a0;
	position: relative;
	padding-top: 70px;
	margin: 50px 0;
}
.contents .block .label{
	width: 100%;
	height: 70px;
	border-radius: 10px 10px 0 0;
	background: #1c9b74;
	position: absolute;
	top: 0;
	color: #fff;
	text-align: center;
	display: block;
	padding: 20px;
	font-size: 14pt;
}
.contents .block .inner{
	padding: 30px 50px;
}

.news_list{
	color: #2e4840;
	font-weight: 600;
	padding-bottom: 50px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

@media only screen and (max-width: 750px) {
	.contents{
	width: 100%;
}
	.news_list{
	width: 90%;
}
	.nomal_text{
    width: 90%;
}
	.contents .block .inner{
	padding: 20px 20px 0 20px;
}
}

/*******************************
 
下層ヘッダー
 
*******************************/

.mainttl{
	background: url(../images/under_hbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	height:200px;
	margin-bottom: 50px;
}
.mainttl::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.mainttl .txt{
    width: 100%;
    max-width: 988px;
    position: absolute;
    top:40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    
}
.mainttl h1,p{
  color: #fff;
  font-size: 24pt;
}

@media only screen and (max-width: 750px) {
.mainttl{
	height:100px;
}
.mainttl h1,p{
  font-size: 18pt;
}
}
