body {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.5;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #000;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background-position: center;
	position:relative;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
a img {
  border: none;
}
.clearfix {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
ul, ol, li {
  list-style-type: none;
}
.font-folkB {
font-family: "フォーク B";
}
.font-folkM {
font-family: "フォーク M";
}
.font-folkR {
font-family: "フォーク R";
}
#contents {
  width: 1030px;
  margin: 0 auto;
}
/* h1 */
 h1.title {
	background: url(../images/common/sub_header_back.png?20190401) left top repeat-x;
	width: 100%;
	height: 180px;
	font-family: "フォーク B";
	font-size: 42px;
	line-height: 188px;
	color: #FFF;
	text-align: center;
}
h1.title:after {
	content: "";
	display: block;
	background: url(../images/common/sub_header_back_bottom.png?20190621) -2px top repeat-x;
	width: 100%;
	height: 8px;
	margin: -8px 0 0;
}
/* h2 */
.wrapper section > h2 {
	text-align: center;
	font-family: "フォーク B";
	margin: 78px auto 70px;
	font-size: 32px;
}
/* h3 */
.wrapper section > h3 {
	margin: 0 0 26px 0;
	font-size: 32px;
}
.wrapper section > h3.large {
	font-size: 35px;
}
/* 各種セクション */
.wrapper .middle {
	margin-top: 72px;
}
.wrapper {
	width: 800px;
	margin: 0 auto 90px;
}
/* ボーダーライン */
.border {
	height: 60px;
	background: url(../images/rule/dot_line.png) repeat-x left bottom;
}
/* dlとP */
 section p,
.wrapper section dl dd {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 32px;
}
/* インデントのスタイル */
.indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.indent.two-em {
	padding-left: 2em;
}
/* ピンクの三角形のやつ */
.wrapper section a.list-style {
	text-decoration: none;
	border-bottom: 1px solid #000;
	position: relative;
	font-size: 16px;
	margin: 6px 0 0 13px;
}
.wrapper section a.list-style::before {
	content: "";
	position: absolute;
	left: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #083C7F;
	display: inline-block;
}
/* リスト */
main .wrapper ol,
main .wrapper ul{
	font-size: 16px;
	line-height: 1.8;
}
main .wrapper ol,
main .wrapper ul.kome ,
main .wrapper ul.dot  {
	padding-left: 20px;
}
main .wrapper ol li {
	list-style-type: decimal;
}
main .wrapper ol li:nth-child(n+1) {
	margin-top: 2px;
}
	/* ※から始まるリスト */
main .wrapper ul.kome li {
	list-style:none; 
	text-indent: -1em;
	padding-left: 1em;
}
main .wrapper ul.kome li:before {
	display: inline;
	content:"※";
}
	/* ・から始まるリスト */
main .wrapper ul.dot li {
	list-style:none; 
	text-indent: -1em;
	padding-left: 1em;
}
main .wrapper ul.dot li:before {
	display: inline;
	content:"・";
}
	/* photoframe */
main .photo-frame {
	box-shadow: 0px 0px 7px 4px #DDD;
	-moz-box-shadow: 0px 0px 7px 4px #DDD;
	-webkit-box-shadow: 0px 0px 7px 4px #DDD;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px;
}
/* header
***************************************/
header.header {
	width: 100%;
	position :fixed;
	height: 90px;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.8);
	font-family: "フォーク B";
	border-bottom: 2px solid #083C7F;
}
nav#menu {
	display: block;
}
nav#menu > ul {
	display: block;
	margin: 28px auto 0;
	width: 987px;
}
nav#menu > ul > li {
	display: inline-block;;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 37px;
}
nav#menu > ul > li a:hover{
	color: #083C7F;
}
nav#menu > ul > li.edge {
	padding-top: 5px;
	float: left;
}
nav#menu > ul > li:nth-child(2) {
	padding-left: 118px;
	padding-right: 18px;
}
nav#menu > ul > li:nth-child(4) {
	padding-left: 16px;
}
nav#menu > ul > li:nth-child(5) {
	padding-left: 19px;
}
nav#menu > ul > li:nth-child(6) {
	padding-left: 21px;
}
nav#menu > ul > li:nth-child(7) {
	padding-left: 20px;
}
nav#menu > ul > li.tw {
	padding-left: 40px;
	float: right;
}
nav#menu > ul > li.fb {
	padding-left: 16px;
	float: right;
}
nav#menu > ul >  li.current > a {
	text-decoration: none;
	border-bottom: 5px solid #083C7F;
} 
nav#menu > ul li:nth-child(2) > ul {
	width: 100%;
	height:200px;
}
nav#menu > ul > li .megamenu {
/*	transition: all .2s ease-in;*/
	position: absolute;
	width: 100%;
	background: rgba(255,255,255, 0.8);
	top: 57px;
	margin-top: 33px;
	left: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
	height: 135px;
}
nav#menu > ul > li .megamenu > ul li.current a{
	color: #083C7F;
}
/*
nav#menu > ul > li:nth-child(3).hover .megamenu {
	height: 130px;
	max-height: 130px;
	opacity: 1;;
}
nav#menu > ul > li:nth-child(3).hover .megamenu ul {
	height: auto;
}
*/
nav#menu .megamenu > ul {
	width: 850px;
	height: 0;
	margin: 0 auto;
	text-align: left;
	line-height: 3;
	
}
nav#menu .megamenu ul li {
	display: inline-block;
	margin: 0 25px;
	min-width: 155px;
}
nav#menu .megamenu > ul > li:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #083C7F;
	display: inline-block;
}

header.header .sns ul li:nth-child(1){
	padding-right: 22px;
}

/********* main **********/
body main {
	padding-top: 90px;
	display: block;
}

/* footer
***************************************/

footer.footer {
	width: 100%;
	height: 240px;
	padding-top: 44px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: rgb(242, 242, 242);
	text-align: left;
}
footer.footer .footer-inner {
	margin: 0 auto;
	width: 980px;
}
footer.footer .footer-inner .footer-text {
	font-size: 16px;
	line-height: 1.8;
	display: inline-block;
	width: 730px;
	
}
footer.footer .sns {
	float: right;
}
footer.footer .sns ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
footer.footer .sns ul li:nth-child(1) {
	margin-right: 16px;
}
footer.footer .footer-inner .footer-copy {
	margin-top: 42px;
	font-size: 12px;
}

.past-link {
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.2;
}
.past-link > a {
	text-decoration: none;
	border-bottom: 1px solid #000;
	margin: 6px 0 0 13px;
	position: relative;
}
.past-link > a:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #083C7F;
    display: inline-block;
}