@charset "utf-8";
/* Generic class
==================================== */
/*display*/
.ds01 {
	display: none;
}

.pds01 {
	display: none;
}

/*layout*/
.flex {
	display: flex;
}

.bList01 {
	display: flex;
	flex-wrap: wrap;
}

.bList01 li {
	width: 50%;
	padding: 5px;
}

.bList01 li:nth-child(2n+3) {
	margin: 0 auto;
}

.bList02 {
	display: flex;
	flex-wrap: wrap;
}

.bList02 li {
	width: 25%;
	padding: 5px;
}

.bList02 li:nth-child(2n+3) {
	margin: 0 auto;
}

.mt01 {
	margin-top: 1rem;
}

.mt20 {
	margin-top: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.ta-c {
	text-align: center;
}
.ta-r {
	text-align: right;
}
.ta-l {
	text-align: left;
}

/*btn*/
.btn01 {
	display: block;
	text-align: right;
}

.btn01 img {
	vertical-align: middle;
}

.btn02 {
	display: block;
	text-align: right;
	padding-bottom: 0.2em;
}

.numbtn01 {
	display: flex;
	margin: 0 auto;
}

.numbtn01 li{
	list-style: none;
	
}
.numbtn01 li a:link {
	display: block;
	width: 26px;
	margin: 0 8px;
	border: #096 solid 2px;
	line-height:23px;
	color: #096;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.numbtn01 li a:hover,
.numbtn01 .on {
	background: #096;
	color: #fff;
}

.page_rev{

}
.page_nex{
	border: 0;
}

/*item*/
.itemList01 {
	display: flex;
	flex-wrap: wrap;
}
/*5colum*/
.itemList01 li {
	width: 20%;
	margin-top: 1rem;
	padding: 5px;
	text-align: center;
	line-height: 1.2;
}

.itemList01 li strong {
	display: inline-block;
	font-weight: bold;
}
/*4colum*/
.itemList02 {
	display: flex;
	flex-wrap: wrap;
}

.itemList02 li {
	width: 25%;
	margin-top: 1rem;
	padding: 5px;
	text-align: center;
	line-height: 1.5;
}

.itemList02 li span {
	display: inline-block;
	font-size: 0.9rem;
}

.photoArea01 {
	text-align: center;
}

.itemPhoto01 {
	display: flex;
	align-items: flex-start;
	margin: 1rem auto 0;
}

.itemPhoto01 img {
	display: block;
	width: 48%;
	height: auto;
	margin-right: auto;
}

.itemGroup01 {
	display: flex;
	flex-wrap: wrap;
}

.itemGroup01 li {
	width: 50%;
	margin-top: 1rem;
	padding: 5px;
	text-align: center;
	line-height: 1.2;
}

.itemGroup01 li strong {
	display: inline-block;
	font-weight: bold;
}

.itemGroup01 .itemList02 {
	display: flex;
	flex-wrap: wrap;
}

.itemGroup01 .itemList02 li {
	width: 50%;
	margin-top: 1rem;
	padding: 5px;
	text-align: center;
	line-height: 1.2;
}

/* title */
.tC01 {
	color: #f90;
	font-size: 1.2em;
	font-weight: bold;
}

.tC02 {
	padding: 0.2em 0.5em;
	color: #fff;
	background: #096;
	font-weight: bold;
}

.tC03 {
	padding: 0.2em 0.5em;
	color: #096;
	background: #DDF3C3;
	font-weight: bold;
}

.tC04 {
	padding: 0.2em 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.tC05 {
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #FF99FF;
}

.tC06 {
	padding: 0.5em;
	font-size: 95%;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dashed #999;
}

/* Font*/
.center {
	text-align: center;
}
.magenta {
	color: #f0f;
}

.yellow {
	color: #ff0;
}

.red {
	color: #f00;
}

.orange {
	color: #FF9900;
}

.orangeB {
	color: #FF9900;
}

.redB {
	color: #f00;
	font-weight: bold;
}

.greeen {
	color: #390;
}

.fs80 {
	font-size: 80%;
	line-height: 1.2;
}

.fs90 {
	font-size: 90%;
}

.fsB90 {
	font-size: 90%;
	font-weight: bold;
}

.fsB110 {
	font-size: 110%;
	font-weight: bold;
}

/* iframe */
.framWrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
 
.framWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* iframe */
.fbWrap {
	width: 100% !important;
	max-width: 500px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


@media screen and (min-width: 769px) {
	.bList01 li {
		width: 33%;
	}
	
	.btn01 {
		margin-top: -24px;
	}
	
	
	.itemList01 li {
		line-height: 1.8;
	}
	
	.itemList01 li span {
		display: inline-block;
		margin-top: 0.5rem;
		line-height: 1.2;
	}
	
	.ds01 {
		display: inline;
	}
	
	.mds01 {
		display: none;
	}
	
	.pds01 {
		display: block;
	}
}