@charset "shift_jis"; 

/*********************************************************
共通設定
*********************************************************/


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

/*ロゴ*/
h1{}

/*ページタイトル*/
h2{}

/*タイトル*/
h3 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1em;
	background:#e68f7e;
	color:#fff;
	margin-bottom:20px;
	padding:20px;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */
}
h3 i {
	margin-right:10px;
}

/*サブタイトル*/
h4 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1em;
	border-bottom:3px solid #e68f7e;
	margin-bottom:20px;
	padding:20px;
}
h4 i {
	margin-right:10px;
}

.readCopy {
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
}

/*PC*/
@media only screen and (min-width : 1025px){
h3 {
	margin-bottom:30px;
	padding:30px;
}
}



/*
共通-コンテンツ
*********************************************************/

.contents{padding:20px 0;}

/*TABLET*/
@media only screen and (min-width : 600px){
	.contents{padding:40px 0;}
}
/*PC*/
@media only screen and (min-width : 1025px){
	.contents{padding:60px 0;}
}


/*
ヘッダー
*********************************************************/
#header{
	clear:both;
	float:none;
	padding:10px 0;
	padding-right:90px;
	}
.logo img{max-height:45px;}

/*PC*/
@media only screen and (min-width : 1025px){
	.logo img{max-height:78px;}
}


/*
フッター
*********************************************************/
#footer{
	background:#8c886f;
	padding:15px 0;
	font-size:0.7em;
	line-height:1;
	color:#ffffff;
	text-align:center;
	}
/*PC*/
@media only screen and (min-width : 1025px){
	#footer{padding:20px 0;}
}




/*********************************************************
index
*/

/*
メインイメージ
*****************************/
.mainImg {
	background:url(../images/mainImg/mainimg_sp.jpg) bottom right no-repeat;
	background-size:cover;
	position:relative;
	padding:170px 0;
}
.mainImg h1 {
	position:absolute;
	top:20%;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%,-50%);
	font-size:2.6em;
	width:100%;
	text-align:center;
	line-height:1.4em;
}
/*.mainImg p {
	position:absolute;
	top:20%;
	right:5%;
	width:90%;
	max-width:613px;
}*/
/*PC*/
@media only screen and (min-width : 600px){
.mainImg {
	padding:250px 0;
}
.mainImg h1 {
	position:absolute;
	top:23%;
	right:10%;
	width:90%;
	font-size:3em;
	text-align:right;
	line-height:1em;
}
.mainImg p {
	top:10%;
}
}
/*PC*/
@media only screen and (min-width : 1025px){
.mainImg {
	background:url(../images/mainImg/mainimg_pc.jpg) top center no-repeat;
	padding:400px 0;
}
.mainImg p img {
	max-width:none;
}
}


/*********************************************************
2nd
*/
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

