@charset "UTF-8";

/*---------- Base ----------*/
*{
	margin: 0;
	padding: 0;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
html{
	font-size: 15px;
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}
body{
	width: 100%;
	margin: 0 auto;
	line-height: 1.5em;
}

a{
	position: relative;
	text-decoration: none;
	color: #fff;
}
a::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	border-bottom: 1px dotted #fff;
}

/*---------- Layout ----------*/

#l-wrap{
	position: relative;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}
#l-header{
	width: 100%;
	max-width: 640px;
	height: 60px;
	margin: 0 auto;
}
#l-main{
	margin: 100px auto;
	width: 100%;
	max-width: 960px;
}
#l-sec{
	width: 860px;
	margin: 0 auto 100px;
}

/*---------- Module ----------*/

/* h1 */
#h1{
	margin-bottom: 25px;
	text-align: center;
}

/* h1ここまで */
h1{
	margin-bottom: 100px;
}
h1 img{
	height: 90px;
}

/* h2ここから */

h2{
	display: inline-block;
	font-size: 1.563rem;       /* 文字サイズ指定(23.44px) */
	position: relative;
	padding: 5px;
	border-bottom: 1px solid #387d39;
	margin-bottom: 25px;
}
h2::after{
	content: '';
	width: 40%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	border-bottom: 1px solid #006888;
}

/* h2ここまで */

/* h3ここから */

h3{
	font-size: 1.25rem;
	letter-spacing: 0.2rem;
	margin-bottom: 15px;
}

h3:first-letter {
	font-size: 1.563rem;
	color: #006888;
  }

  /* h3ここまで */

  /* h4ここから */

  h4 {
	font-size: 1.1rem;
	padding: 0.2rem 1rem;
	border-left: 6px double #FFF;
	margin-bottom: 15px;
  }

/*---------- Theme ----------*/

span{
	color: #e8d5d1;
}
strong{
	background: linear-gradient(transparent 55%, #61abbe 0%);
	}

.small{
	font-size: 0.8em;
}

.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}
.mb50{
	margin-bottom: 50px;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root {
	font-family: Meiryo, sans-serif;
}
/*IE対策*/
.ofi-cover {
	object-fit: cover;
	font-family: "object-fit:cover;";
}
.ofi-contain {
	object-fit: contain;
	font-family: "object-fit:contain;";
}


/* 1023px以下の時表示される */
@media only screen and (max-width:1023px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}


/* 767px以下の時表示される */
@media only screen and (max-width:1023px){

/*---------- Module ----------*/

/* h1 */
h1 img{
	height: 60px;
}
/* h1ここまで */


/*---------- Layout ----------*/

#l-wrap{
	position: relative;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
#l-header-sp{
	width: 100%;
	height: auto;
	margin: 0 ;
}
#l-main{
	position: relative;
	left: 30px;
	margin: 100px auto;
	width: 70%;
	max-width: 1000px;
}
#l-sec{
	width: 100%;
	margin: 0 auto 100px;
}



	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}