@charset "UTF-8";

/* リセット
----------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* { 
margin: 0px; 
padding: 0px; 
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}
a{
	text-decoration: none;
	color:#333;
}
a:hover{
	text-decoration:underline;
}
a:hover img{
	opacity: 0.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* フォント
----------------------------------------*/
@font-face{
	font-display:swap;
	font-family:'NotoSans_L';
	font-style:normal;
	src:url(../font/NotoSansCJKjp-Light.woff2) format('woff2'),
		url(../font/NotoSansCJKjp-Light.woff) format('woff');
}
@font-face{
	font-display:swap;
	font-family:'NotoSans_R';
	font-style:normal;
	src:url(../font/NotoSansCJKjp-Regular.woff2) format('woff2'),
		url(../font/NotoSansCJKjp-Regular.woff) format('woff');
}
@font-face{
	font-display:swap;
	font-family:'NotoSerif_R';
	font-style:normal;
	src:url(../font/NotoSerifCJKjp-Regular.woff2) format('woff2'),
		url(../font/NotoSerifCJKjp-Regular.woff) format('woff');
}
body{
	font-size:18px;
	min-width: 1000px;
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family:'NotoSerif_R';
	color:#333;
}
.w1000{
	width:1000px;
	margin:0 auto;
}
.w800{
	width:1000px;
	margin:0 auto;
}
.w610{
	width:610px;
	margin:0 auto;
}
.w730{
	width:730px;
	margin:0 auto;
}
.w380{
	width:380px;
	margin:0 auto;
}
a.link{
	display: block;
	width:295px;
	border:2px solid #000;
	text-align: center;
	color:#000;
	padding:5px 0;
}
a.link:hover{
	text-decoration: none;
	opacity: 0.8;
}
a.link2{
	display: block;
	width:295px;
	border:2px solid #000;
	text-align: center;
	color:#fff;
	padding:5px 0;
	background: #000;
}
a.link2:hover{
	text-decoration: none;
	opacity: 0.8;
}
a.link3{
	display: block;
	margin: auto;
	width:295px;
	border:2px solid #000;
	text-align: center;
	color:#000;
	padding:5px 0;
}
a.link3:hover{
	text-decoration: none;
	opacity: 0.8;
}
a.link img{
	margin-right:5px;
}
#global{
	display: none;
}
/*----------------------------- 
			ヘッダー
----------------------------- */

h1{
	font-size:11px;
	font-weight: normal;
	font-family: "NotoSans_L";
	background: #000;
	padding:5px;
}
h1 a{
	display: block;
	width:1000px;
	margin:0 auto;
	color:#fff;
}

/*----------------------------- 
	ヘッダー
----------------------------- */
#header{
	width:1000px;
	margin:0 auto;
	border-bottom:1px solid #ccc;
}
#header img.menu{
	display: none;
}
#header img.logo_s{
	width:130px;
	float:left;
	margin:10px 0;
}

/*----------------------------- 
	gナビ
----------------------------- */
header nav{
	float:right;
	width:840px;
	font-size:16px;
	margin:30px 0;
}
header nav li{
	float:left;
	background: url("../images/base/g_nav.png")no-repeat 0 0.5em;
	padding:0 40px 0 10px;
}
header nav li:first-child{
	margin-left:10px;
}
header nav li:last-child{
	padding:0 0 0 10px;
}
header nav li a{
	color:#1a1a1a;
}
hr.h_border{
	clear:both;
	border:0;
	border-bottom:1px solid #ccc;
}

/*----------------------------- 
	コンテンツ
----------------------------- */
#content{
	width:1000px;
	margin:0 auto;
	padding:80px 0 20px 0;
}
#content p{
	margin-bottom:15px;
	font-family: "NotoSans_R";
	font-size:17px;
}
#main{
	width:730px;
	float:right;
}
.mincho{
	font-family: "NotoSerif_R"!important;
}
h2.line01{
	color:#000;
	text-align: center;
	font-size:34px;
	font-weight: normal;
	margin-bottom:30px;
}
h3.line02{
	width:100%;
	position: relative;
	display: block;
	text-align: center;
	font-size:24px;
	color:#000;
	font-weight: normal;
	margin-bottom:70px;
}
h3.line02:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 65px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
h4.kakomi{
	text-align: center;
	width:350px;
	border:1px solid #000;
	padding:7px 10px;
	display: block;
	margin:20px 0 0 50px;
	font-family: "NotoSans_R";
}
h4.kakomi2{
	clear: both;
	text-align: center;
	width:350px;
	border:1px solid #000;
	padding:7px 10px;
	display: block;
	margin:20px 0 20px 0;
	font-family: "NotoSans_R";
}
h4.min{
	font-family:'NotoSerif_R';
	font-size:24px;
	margin-bottom:20px;
}
/*----------------------------- 
	サイドメニュー
----------------------------- */

ul.side_menu{
	width:200px;
	float:left;
}
ul.side_menu li{
	border-bottom:dashed 1px #666;
	background: url("../images/base/link.png")no-repeat 20px center;
	
	font-size:16px;
}
ul.side_menu li:first-child{
	border-bottom:2px solid #000;
	background: none;
	padding:15px 0 15px 15px;
	font-size:18px;
	font-weight: bold;
}
ul.side_menu li a{
	display: block;
	padding:15px 0 15px 40px;
}
ul.side_menu li a:hover{
	background:#faf9f9 url("../images/base/link.png")no-repeat 20px center;
	text-decoration: none;
}
/*----------------------------- 
	フッター
----------------------------- */
.kanren{
	clear: both;
	background: url("../images/base/footer_bn.png");
	padding:40px 0 50px 0;
	margin-top:80px;
}
.kanren div.w740{
	width:740px;
	margin:0 auto;
	text-align: center;
}
.kanren h3{
	width:100%;
	position: relative;
	display: block;
	text-align: center;
	font-size:22px;
	color:#000;
	font-weight: normal;
	margin-bottom:70px;
}
.kanren h3::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;/*線の上下位置*/
	display: inline-block;
	width: 65px;/*線の長さ*/
	height: 3px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: black;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}
.link_box{
	width:357px;
	text-align: center;
	margin-bottom:50px;
}
footer{
	clear:both;
	background: #000;
	text-align: center;
	padding:30px 0 0 0;
	color:#fff;
	font-size:16px;
	line-height: 200%;
}
.copyright{
	background: #fff;
	padding:10px 0;
	text-align: center;
	font-size:12px;
	color:#666666;
	margin-top:20px;
}