/* miralive style */

/* common */
body{
	margin:0;
	padding: 0;
	background: #fff;
	font-size: 16px;
	color:#1c1c1c;
	line-height: 1.5;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media all and (-ms-high-contrast:none)
{
    body{
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}
.inner{
	max-width: 1280px;
	margin: 0 auto;
}
.supplement{
	font-size: 0.75rem;
	text-align: right;
	font-weight: normal;
	padding-top: 0.25rem;
}
li{
	margin-left: 1rem;
	text-indent: -1rem;
}

h1{
	margin-bottom: 1rem;
}

.fwb{
	font-weight: bold;
}

/* btn */
a.btn {
	display: inline-block;
	width:100%;
	box-sizing: border-box;
	line-height: 1;
	font-size: 1.5rem;
	padding: 18px;
	text-align: center;
	border-radius: 6px;
	background:#f52222;
	color:#fff;
	border-bottom: 5px solid #af0f0f;
	transition: all .1s;
	font-weight: bold;
}
a.btn:link,
a.btn:visited{
	text-decoration: none;
}
a.btn:hover{
	margin-top: 3px;
	border-bottom: 2px solid #af0f0f;
}

/* btn2 */
a.btn2 {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.5rem;
  padding: 18px;
  text-align: center;
  border-radius: 6px;
  background: linear-gradient(
    to right,
    #C7E69A 0%,
    #C7E69A 25%,
    #FEEAAE 25%,
    #FEEAAE 50%,
    #BADCFA 50%,
    #BADCFA 75%,
    #E7AC8E 75%,
    #E7AC8E 100%
  );
  color: #333;
  border-bottom: 5px solid #7F7F7F;
	transition: all .1s;
	font-weight: bold;
}
a.btn2:link,
a.btn2:visited{
	text-decoration: none;
}
a.btn2:hover{
	margin-top: 3px;
	border-bottom: 2px solid #7F7F7F;
}

/* header */
header{
	padding: 24px 0;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}
header img {
    height: 44px;
    width: auto;
}

/* wrapper */
section #wrapper{
	display: flex;
	margin-top: 50px;
}
section #wrapper nav{
	flex-basis: 27%;
	position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
    top: 50px;
	height:100%;
}
section #wrapper nav h1{
	text-align: center;
}
section #wrapper nav img{
	width: 100%;
}
section #wrapper nav ul{
	padding: 0 0 40px;
	box-sizing: border-box;
	font-weight: bold;
}
section #wrapper nav li{
	font-size: 1rem;
	margin-bottom: .5rem;
	margin-left: auto;
    text-indent: 0;
}
section #wrapper nav li a {
    line-height: 1;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    background: #f5f5f5;
}
section #wrapper nav li a:link,
section #wrapper nav li a:visited{
	color:#333;
	text-decoration: none;
}
section #wrapper nav li a:hover{
	opacity: 0.85;
}
section #wrapper nav li a span{
	padding-right: 0.75rem;
}

article {
	margin-bottom: 50px;
}
article h3{
	font-size: 1.3rem;
	line-height: 1;
	font-weight: bold;
	padding: 15px 10px 15px 20px;
    background: #f5f5f5;
    border-left: 4px solid #4472c4;
	margin-bottom: 2rem;
}
article h4{
	font-weight: bold;
	margin-bottom: .5rem;
}

section #wrapper #contents{
	flex-basis: 73%;
	padding: 0 50px 50px;
	box-sizing: border-box;
}

/* title */
section #wrapper #contents #title{
	margin-bottom: 50px;
}
section #wrapper #contents #title div.mainImg{
	margin-bottom: 2rem;
}
section #wrapper #contents #title div.mainImg img{
	width: 100%;
}
section #wrapper #contents #title div.mainText{
	font-weight: bold;
}
section #wrapper #contents #title div.mainText p{
	display: inline-block;
	border: 2px solid #f52222;
	color: #f52222;
	border-radius: 6px;
	padding: 8px 38px;
	line-height: 1;
	margin-bottom: 0.5rem;
}
section #wrapper #contents #title div.mainText h2{
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}

section #wrapper #contents #column00 p{
	margin-bottom: 1rem;
}
section #wrapper #contents #column00 ul,
section #wrapper #contents #column02 ul{
	margin: 1rem 0;
	font-weight: bold;
}



section #wrapper #contents #column01 p,
section #wrapper #contents #column02 p{
	margin-bottom: 1rem;
}
section #wrapper #contents #column01 > div,
section #wrapper #contents #column02 > div{
	background: #f5f7fb;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
}
section #wrapper #contents #column01 div img,
section #wrapper #contents #column02 div img{
	max-width: 160px;
}
section #wrapper #contents #column01 div dl,
section #wrapper #contents #column02 div dl{
	margin-left: 1.5rem;
}
section #wrapper #contents #column01 div dt,
section #wrapper #contents #column02 div dt{
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1rem;
}
section #wrapper #contents #column01 a:link,
section #wrapper #contents #column01 a:visited
{
	color:#4472c4;
	text-decoration: underline;
}
section #wrapper #contents #column01 a:hover{
	text-decoration: none;
}



section #wrapper #contents #column03 #schedule01,
section #wrapper #contents #column03 #schedule02{
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 1rem;
}
section #wrapper #contents #column03 #schedule02 {
	font-size: 1rem;
}
section #wrapper #contents #column03 #schedule02 + p{
	font-size: 0.875rem;
	font-weight: normal;
	margin-bottom: 2rem;
}

section #wrapper #contents #column03 dl{
	margin-bottom: 1rem;
	font-size: 0.875rem;
	padding: 20px;
	background: #f5f7fb;
}
section #wrapper #contents #column03 dl:nth-of-type(4){
	margin-bottom: 0;
}
section #wrapper #contents #column03 dt{
	font-weight: bold;
	margin-bottom: 0.5rem;
}
section #wrapper #contents #column03 li{
	margin-bottom: 0.25rem;
}
section #wrapper #contents #column03 li:last-child{
	margin-bottom: 0;
}

/* privacy */
#privacy{
	background: #f5f5f5;
	padding: 100px;
}
#privacy .inner{
	max-width: 900px;
}
#privacy h4{
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 2rem;
	border-bottom: 1px dotted #999;
	padding-bottom: .5rem;
}
#privacy a:link,
#privacy a:visited{
	text-decoration: underline;
	color:#333;
}
#privacy a:hover{
	text-decoration: none;
}

/* footer */
.footer{
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	padding: 15px 0px;
	font-size: 0.7rem;
	text-align: center;
	line-height: 1;
}
.footer div{
	max-width:1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.footer img{
	width: 130px;
}


/*** SP ***/
@media screen and (max-width: 700px) {

	a.btn {
		font-size: 1.3rem;
		padding: 15px;
	}

	article {
		margin-bottom: 25px;
	}
	article h3 {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	

	section #wrapper{
		display: block;
		margin-top: 20px;
	}
	section #wrapper h1 {
		margin-bottom: 20px;
	}
	
	section #wrapper nav{
		position: relative;
		top: 0;
    	height: auto;
	}
	section #wrapper nav img {
		width: 80%;
	}
	section #wrapper nav ul {
		display: none;
	}
	
	section #wrapper #contents {
		padding: 0 20px 20px;
	}
	section #wrapper #contents #title div.mainImg {
		margin-bottom: 20px;
	}
	section #wrapper #contents #title div.mainText p {
		display: block;
		padding: 10px 5px;
		margin-bottom: 0.5rem;
		text-align: center;
	}
	section #wrapper #contents #title div.mainText h2 {
		font-size: 1.5rem;
	}

	section #wrapper #contents #title {
		margin-bottom: 25px;
	}

	section #wrapper #contents #column01 > div,
	section #wrapper #contents #column02 > div{
		padding: 20px;
		display: block;
	}
	section #wrapper #contents #column01 > div > div,
	section #wrapper #contents #column02 > div > div{
		text-align: center;
		padding-bottom: 20px;
	}
	section #wrapper #contents #column01 div dl,
	section #wrapper #contents #column02 div dl {
		margin-left: 0;
	}

	section #wrapper #contents #column03 #schedule02 + p {
		margin-bottom: 20px;
	}

	#privacy {
		padding: 40px 20px;
	}
	#privacy h4 {
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}

	.footer{
		padding: 20px;
		box-sizing: border-box;
	}



}