@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f5f6f7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	/* float: left; */
	height: auto;
	width: 960px;
	background-color: #FFF;
	margin-top: 20px;
}
#contents::after{
	content:'';
	display:block;
	width:100%;
	clear:both;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}
.text p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 5px;
}
.summary {
	clear: none;
	float: left;
	width: 900px;
	margin: 30px 30px 20px 30px;
	height: auto;
	font-size:15px;
}

.day{
	font-size: 13px;
	margin:0px 10px 0px 0px;
}

.summary ul {
  list-style: none;
  margin: 50px 50px 50px 50px;
}

.summary ul li {
  position: relative;
  padding-left: 25px;
  margin:0px 0px 25px 0px;
}

.summary ul li::before {
  content: '\f15c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 4px;
  left: 0;
  color: #add700;
}

/*summary LINK*/

.summary a {
	color: #333; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #333;/*リンクの色*/
}

.summary a:hover {
	color: #C30; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}


/* #foot {
	font-size: 8px;
	color: #999;
	text-align: center;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	margin-top: 20px;
	margin-bottom: 20px;
} */

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #add700;
	text-align: center;
	color: #FFF;
	font-size: 26px;
	letter-spacing: 0.1em;
	padding:30px 0px 20px 0px;

}
h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-bottom: 5px;
}



/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}