@charset "Shift_JIS";


/*ここから新規*/
body{
	font-family:"SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial","sans-serif";
}

.ml20{
	margin-left:20px;
}

.ml30{
	margin-left:30px;
}

.ml50{
	margin-left:50px;
}


.mgt10{
	margin-top:10px;
}

.mgt20{
	margin-top:20px;
}


.mgt30{
	margin-top:30px;
}



.mgb30{
	margin-bottom:30px;
}

.mgb50{
	margin-bottom:50px;
}

.fwb{
	font-weight:bold;	
}
.fs16{
	font-size:16px;
}


.fs20{
	font-size:20px;
}

.lh15{
	line-height:1.5;
}
.txtL{
	text-align:left;
}

.f_small{
	font-size:0.7em;
}


.t-center{
	text-align:center;
	margin:50px 0 0 0;	
}

.group_title{
	text-align:center;
}
h2.g-title{
	font-size: 2.5rem;	
	font-weight: 300;
	color: #191919;
	line-height: 1.1;
}
.slogan{
	color:#f00;
	/*font-family:"Monotype Corsiva";*/
	font-size:1.5rem;
}
.lead {
	margin:20px 0;
}

.lead p{
	font-size:14px;
	line-height:1.5;
	margin:30px 0;
}
.speech {
	margin:30px 0 50px 0;
}

.speech p{
	font-size:14px;
	line-height:1.5;
	margin:30px 0;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:40px;
	right:0px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000000;
}
.totop img:hover {
	background:#222222;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {

h2.g-title{
	font-size: 2.0rem;	
}
.speech {
	width:100%;
}

.speech p{
	font-size:14px;
	line-height:1.5;
	margin:30px 0;
	padding:20px;
}

}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

h2.g-title{
	font-size: 1.5rem;	
}

.slogan{
	font-size:1.3rem;
}

.lead p{
	font-size:12px;
	line-height:1.2;
	padding:0 10px;
}

.speech {
	width:100%;
}

.speech p{
	font-size:14px;
	line-height:1.5;
	margin:30px 0;
	padding:20px;
}


}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop a {
	display:none;
}



}


