@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: #4bc9d3!important;
    font-size: 30pt;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

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

.tel:before {
  position: absolute;
    font-family: "FontAwesome";
    content: "\f2a0";
    background: #4bc9d3;
    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;
	text-align: left;
}

@media only screen and (max-width: 750px) {
	.tel{
    color: #4bc9d3!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: #696969;
    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{
	width: 820px;
	margin: 0 auto;
}

.contents .head_txt{
	font-size: 12pt;
	color: #000;
	line-height:2.0em;
}
.contents .block{
	width: 100%;
	border-radius: 10px;
	border: solid 1px #a0a0a0;
	position: relative;
	padding-top: 70px;
	margin: 50px 0;
}
.contents .block .label{
	width: 100%;
	height: 70px;
	border-radius: 10px 10px 0 0;
	background: #696969;
	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;
}
}

/*******************************
 
wrap
 
*******************************/

.con_wrap{
	width: 988px;
    margin: 0 auto;
    display: inline-block;
    background-color: #fff;
    padding: 30px 84px;
}
@media only screen and (max-width: 750px) {
.con_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
}

/*******************************
 
header
 
*******************************/

.mainttl_wrap{
	margin-bottom: 30px;
}
.mainttl{
	background-color: #4bc9d3;
    width: 820px;
    border-radius: 10px;
    display: block;
    padding: 10px;
    text-align: left;
}
.mainttl h1{
    color: #fff;
    font-size: 20pt;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 750px) {
	.mainttl{
    background-color: #4bc9d3;
    width: 100%;
    border-radius: 10px;
    display: block;
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
}
	.mainttl h1{
    color: #fff;
    font-size: 14pt;
    letter-spacing: 0em;
}
}
