@charset "UTF-8" ;
/* ボディ */
body{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	/*font-size: 15px ;	 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
}

.wrapper{
	width: 1000px ;
	margin: 0 auto 50px;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;			/* 上下左右の余白を0にしておく */
	overflow: hidden ;
}

/* ヘッダー */
.header{
	border-bottom: 3px solid #16902e ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	padding: 0.5em 0 ;			/* 上下の余白 */
	margin-bottom: 2em ;			/* 他のブロックとのスペース */
	background: #e8e7e7;			/* 背景色(確認用) */
}
.headertxt{
	font-size: 12px;
	font-weight: normal;
    margin: -4px 0 5px 570px;
}
/* ロゴ画像を囲むh1 */
.logo-wrapper{
	margin: 0 ;
	padding: 0 ;
	line-height: 1 ;
}

/* ロゴ画像 */
.logo{
	width: 748px ;
	height: auto ;
}
.title{
	width: 100% ;
	height: auto ;
}

/* メイン */
.main{
	width: 618px ;
	padding: 0 20px ;					/* 上下左右に20pxの余白 */
	border: 0px solid rgba(0,0,0,.1) ;		/* 枠線 */
	float: left ;
}

hr{
	border-bottom: 3px solid #16902e;
	margin-bottom: 20px;
}
.hozon{
	margin-top: 20px;
	margin-bottom: -10px;
}

.reizou,.reitou,.jyoon{
	margin-bottom: 30px;
}
.point{
	margin-top: 50px;
	margin-bottom: -8px;
}
.kabutxt{
	font-weight: bold;
	color: green;
}
/* サイド */
.side{
	width: 320px ;
	float: right ;
}
.newlist{
	margin-top: 20px;
}
.side ul{
	line-height: 1.8em;
}
.side ul li{
	list-style-type: none;
}
.side a{
	text-decoration: none;
}
.title{
	font-size: 22px;
	font-weight: bold;
}

/* フッター */
.footer{
	border-top: 1px solid #888 ;		/* 枠線 */
	text-align: left ;			/* テキスト、画像の真ん中寄せ */
	margin-top: 1em ;			/* 他のブロックとのスペース */
	padding: 1em 0 ;			/* 上下の余白 */
	background: #e8e8e8 ;
}
.title{
	pointer-events: none;
}

@media screen and (max-width: 768px){
.main , .side{
	float: none ;
}
.title{
	pointer-events: all;
}
	
.toggle{
	height: 0;
	padding: 0 8px;
	transition: .2s;
	overflow: hidden;
}
	
input:checked + .toggle{
	height: auto;
	padding: 8px;
}
.wrapper{
	width: auto ;
	padding: 0 10px ;
}
.main{
	width: auto ;
	padding: 0 ;		/* 余白 */
	border: none ;		/* 枠線 */
}
.logo {
    width: 85%;
}
.headertxt{
	    margin: -4px 0 5px 471px;
}

.side{
	width: auto ;
}
}
@media screen and (max-width:650px){
.headertxt {
    margin: -5px 0 5px 366px;
}
}
/* スマホだけに適用するCSS */
@media screen and (max-width:479px){


/* ロゴ画像 */

.logo{
	width: 95%;

}
	
/* タイトル */
.title{
	width: 100% ;
}
.headertxt {
    margin: -5px 0 5px;
    text-align: right;
}	
/* 写真 */
.wpic{
	width: 100% ;
	height: auto ;
}
.hozon img{
	width: 40%;
}
.point img{
	width: 60%;
}

}


