@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, #head, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
a{
	color: #53392B;
}
body {
	color: var(--black);
	font-size: 14px;
	line-height: 1.5;
	font-family: ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Arial", sans-serif";
	background:#ECF9FF;
	color: #333;
}
#content{
	width: 1300px;
	display: block;
	margin: 0 auto;
	background:#FFFFF7;
}
#head{
	height: 100px;
}
h1{
	width: 400px;
	height: 100px;
	margin: 10px 20px 0 10px;
	background:url(/img/h1.png) left no-repeat;
	background-position: top 10px;
	font-size: 24px;
	line-height: 100px;
	text-indent: 110px;
	float: left;

}
h1 a{
	display: block;
	width: 450px;
	height: 100px;
	font-weight:900;
	background: rgb(212,185,40);
	background: linear-gradient(28deg, rgba(212,185,40,1) 0%, rgba(230,223,59,1) 13%, rgba(159,150,37,1) 34%, rgba(218,211,45,1) 55%, rgba(159,150,37,1) 72%, rgba(222,195,35,1) 84%, rgba(205,169,44,1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: 'Noto Serif JP', serif;
}
#head p{
	padding: 10px;
	font-size: 90%;
}

.hamburger-demo-menubox input{
	display: none;
}
.hamburger-demo-menubox ul li{
	list-style:none; 
	width: 138px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	margin: 5px 20px 0 0;
  background:url(/img/liIcon.png) no-repeat;
	background-size:20px;
	background-position: top 10px left 5px;
	font-weight: bold;
}
.hamburger-demo-menubox ul li a{
	width: 138px;
	display:block;
	font-weight: bold;
}
.hamburger-demo-menubox ul li:hover{
  background:url(/img/liIcon.png) no-repeat;
	background-position: top 5px left 5px;
	font-weight: bold;
}

#body{
	width: 1300px;
    margin: 20px auto 80px;
    padding: 20px;
    background:#fff;
    margin-bottom: 118px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(0, 0, 0, 0.2);
    position: relative;
	clear: both;
}
#new  h2 {
    text-align: left;
    margin: 0 0 5px 5px;
  }
#new dl{
    clear: both;
    padding: 5px;
    line-height: 2.5em;
    border:solid 1px #999;
    border-radius: 5px;
    margin: 0 0 40px;
  }
#new dl dt{
    padding: 0;
    margin: 0;
    text-align: left;
    padding: 5px 10px;
    float: left;
    height: 2.5em;
  }
#new dl dd{
    padding: 0;
    border-bottom: dotted 1px #999;
    height: 2.5em;
    padding: 5px 0;
    margin: 0;
	position: relative;
  }

#new dl dd a{
    color: #fff;
	line-height: 2;
	font-size: 90%;
	text-align: center;
    background: url(/img/picon.png) no-repeat right #FF0000;
    background-position: right;
    background-repeat:no-repeat;
    width: 80px;
    display: block;
    padding: 0 10px 0 0;
    border-bottom: solid 1px #999;
    position: absolute;
    right: 30px;
    margin: 0 5px;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 1px 1px 2px rgb(0, 0, 0, 0.2);
  }
#new dl dd a:hover{
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
      transform: translateY(1px);
  }
#new dl dd a.xicon{
    background:url("/img/xicon.png") #70AD47 no-repeat right;
    right:130px;
	top: 5px;
  }
.main{
	width: 380px;
	height:100px;
	margin: 40px 20px 0;
	float: left;
	display: block;
	border: solid;
}



.cf:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}