@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; }
}

/*******************************
 
thxCss
 
*******************************/
.thx{
	text-align: center;
	color: #2e4740;
	line-height: 2em;
    padding-top: 50px;
}
.thx span{
	font-size: 20pt;
	font-weight: 600;
	display: block;
	margin-bottom: 20px;
	line-height: 1.5em;
}
@media only screen and (max-width: 750px) {
.thx{
    padding-top: 0px;
}
}

/*******************************
 
formCss
 
*******************************/


.form-control {
    background-color: #ececec;
}
button{
    cursor: pointer;
}
button.btn_orange,
button.btn_gry{
    width: 100%;
    padding-top: 0;
}

.tel{
	position: relative;
    padding-left: 50px;
    color: #1c9b74!important;
    font-size: 30pt;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 700;
}

.tel a{
	text-decoration-line: none;
}

.tel:before {
  position: absolute;
    font-family: "FontAwesome";
    content: "\f2a0";
    background: #1c9b74;
    color: #fff;
    font-size: 27px;
    border-radius: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tel_info{
	 margin-top: 5px;
    font-size: 13pt;
}

@media only screen and (max-width: 750px) {
	.tel{
    color: #1c9b74!important;
    font-size: 27pt;
	}
	.tel_info{
	margin-bottom: 20px;
	}
}

/*******************************
 
BtnCss
 
*******************************/
.btn_gry {
    width: auto;
    max-width: 316px;
    height: 50px;
    display: block;
    text-align: center;
    background-color: #FFFFFF;
    font-size: 16px;
    color: #c8c8c8;
    border-radius: 7px;
    position: relative;
    padding-top: 10px;
    clear: both;
    margin: 0 auto;
    text-decoration: none;
    border: solid 2px #c8c8c8;
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn_grn {
    width: auto;
    max-width: 316px;
    height: 50px;
    display: block;
    text-align: center;
    background-color: #1c9b74;
    font-size: 16px;
    color: #fff;
    border-radius: 7px;
    position: relative;
    padding-top: 10px;
    clear: both;
    margin: 0 auto;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*******************************
 
contents Css
 
*******************************/

/*-----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;
}
}
