@charset "UTF-8";

/* ===================================================================
layout.css
=================================================================== */
.container-box{
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1220px) {
	.container-box{
		width: 100%;
	}
}
@media (max-width: 790px) {
	.container-box{
		margin: 10px auto 0;
		padding: 0;
		overflow: hidden;
	}
}

/*	H見出し
------------------------------------------------------------*/
/* h1～h6 */
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* ===== H1 ===== */
.h1-block{
	margin-top: 150px;
	padding: 24px 0;
	background: #333;
}
.h1-block h1{
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 200;
}

@media (max-width: 1220px) {
	.h1-block h1{
		width: 94%;
		margin: 0 3%;
	}
}
@media (max-width: 830px) {
	.h1-block{
		margin-top:110px;
		padding: 1rem 0;
	}
	.h1-block h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

/* ===== H2 ===== */
h2{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 25px;
	padding: 0;
	text-align: left;
}
/* センタリングで下線あり */
.h2-block{
	margin: 80px auto 50px;
	padding-bottom: 25px;
	border-bottom: 2px solid #000;
}
.h2-block h2{
	margin-bottom: 2px;
	text-align: center;
}
.h2-block p{
	font-size: 18px;
	font-size: 1.8rem;
	text-align:center;
	margin-bottom: 0;
}

@media (max-width: 1220px) {
	h2{
		margin: 20px 3% 15px;
	}
	.h2-block{
		margin: 26px 3% 40px;
	}
}
@media (max-width: 790px) {
	h2{
		font-size:20px;
		font-size:2rem;
	}
	.h2-block{
		padding-bottom: 10px;
		border-bottom: 1px solid #000;
	}
	.h2-block h2{
		margin: 0 auto 2px;
	}
}

/* ===== H3 ===== */
h3{
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 28px;
	padding: 6px 30px;
	background: #ededed;
}
h3.center{
	margin-bottom: 28px;
	padding: 6px 0;
	text-align: center;
	background: #ededed;
}
h3.red, h3.gray01, h3.gray02, h3.gray03{
	margin-bottom: 36px;
	padding: 13px 0;
	color: #fff;
	text-align: center;
}
@media (max-width: 1220px) {
	h3{
		margin: 0 3% 60px;
	}
	h3.center{
		margin: 0 0 36px !important;
	}
}
@media (max-width: 790px) {
	h3{
		margin: 0 3% 20px;
		font-size: 19px;
		font-size: 1.9rem;
		padding: 8px 16px 6px;
	}
	h3.red, h3.gray01, h3.gray02, h3.gray03{
		padding: 8px 0;
		width: 94%;
		font-size: 19px;
		font-size: 1.9rem;
		margin: 0 3% !important;
	}
}
h3.red{	background: #e0001b;}
h3.gray01{	background: #748085;}
h3.gray02{	background: #666;}
h3.gray03{	background: #ededed;color:#000;}

/* ===== H4 ===== */
h4{
	font-size: 24px;
	font-size: 2.3rem;
	margin-bottom: 28px;
}
/* 下線付き */
h4.border{
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
}
/* ラベル付き */
.h4-block{
	margin-bottom: 28px;
	padding-bottom: 8px;
	border-bottom: 1px solid #666;
}
.h4-block span{
	padding: 0 14px;
	background: #231815;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 100;
}
.h4-block h4{
	margin-bottom: 0;
}

@media (max-width: 1220px) {
	h4{
		margin: 0 3% 55px;
	}
	.h4-block{
		margin-left: 3%;
		margin-right: 3%;
	}
	.h4-block h4{
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 790px) {
	h4, .h4-block{
		margin: 0 3% 25px;
		font-size:19px;
		font-size:1.9rem;
	}
}

/* ===== H5 ===== */
h5{
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 25px;
}
h5.back{
	padding: 3px 30px;
	background: #333;
	color: #fff;
	font-weight: 100;
}

@media (max-width: 1220px) {
	h5{
		margin: 0 3% 30px;
	}
}
@media (max-width: 790px) {
	h5{
		margin: 0 3% 15px;
		font-size:18px;
		font-size:1.8rem;
	}
}

/* ===== H6 ===== */
h6{
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 25px;
}
h6.back{
	padding: 3px 30px;
	background: #ededed;
}

@media (max-width: 1220px) {
	h6{
		margin: 0 3% 30px;
	}
}
@media (max-width: 790px) {
	h6{
		margin: 0 3% 15px;
		font-size:16px;
		font-size:1.6rem;
	}
	h6.back{
		padding: 3px 15px;
	}
}

/* ===== テキスト関連 ===== */
.txt-center{	text-align: center;}
.txt-left{	text-align: left;}
.txt-right{	text-align: right;}
.fontSS{	font-size:1.1rem;}
.memo{	font-size:1.2rem;color:#53a6dd;}

p{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	line-height: 200%;
}

@media (max-width: 1220px) {
	p{
		margin: 0 3% 35px;
	}
}
@media (max-width: 790px) {
	p{
		margin: 0 3% 17px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}


/* テキスト2列横並び */
.column2{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.column2 p{
	margin-right: 42px;
}
.column2 p:nth-of-type(2){
	margin-right: 0;
}

@media (max-width: 1220px) {
	.column2{
		margin-left: 3%;
		margin-right: 3%;
	}
	.column2 p{
		margin-left: 0;
		margin-right: calc(42px - 3%);
	}
}
@media (max-width: 790px) {
	.column2{
		margin: 0 3% 40px;
		padding: 0;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
	}
	.column2 p{
		margin-right: 20px;
	}
}


/*	パンくず
------------------------------------------------------------*/
ul#pankuz{
	width: 1200px;
	margin: 15px auto  80px;
	padding: 0;
	font-size: 12px;
	font-size: 1.2rem;
	list-style: none;
	color: #333;
}
ul#pankuz li{
	display: inline-block;
}
ul#pankuz li:last-child{
	padding-left: 5px;
}
ul#pankuz li a{
	color: #333;
	padding: 0 5px;
}
ul#pankuz li:first-child a{
	padding-left: 0;
}

@media (max-width: 1220px) {
	ul#pankuz{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
}
@media (max-width: 790px) {
	ul#pankuz{
		display: none;
		width: 100%;
		margin: 0;
	}
}


/*	画像横並びおよびキャプション
------------------------------------------------------------*/
/* キャプション*/
.caption{
	width: 100%;
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	color: #555;
}
@media (max-width: 790px) {
	.caption{
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.3;
	}
}

/* 画像横並び */
.itemCategoryListSS,
.itemCategoryListS,
.itemCategoryListM,
.itemCategoryListM-center,
.itemCategoryListL-center,
.itemCategoryListLL-center{
	width: 1200px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	overflow: hidden;
}
.item{
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.item-image{
	min-height: 0%;
	margin-bottom: 8px;
}
.item-text{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	color: #555;
	line-height: 1.6 !important;
}

@media (max-width: 1220px) {
	.itemCategoryListSS,
	.itemCategoryListS,
	.itemCategoryListM,
	.itemCategoryListM-center,
	.itemCategoryListL-center,
	.itemCategoryListLL-center{
		width: 94%;
		margin: 0 3% 30px;
	}
}
@media (max-width: 790px) {
	.item-text{
		font-size: 11px;
		font-size: 1.1rem;
		color: #555;
		line-height: 1.3 !important;
	}
}


/* SSサイズ */
.itemCategoryListSS .item{
	width: 285px;
	margin: 0 20px 10px 0;
}
.itemCategoryListSS .item-image img{
/*	object-fit: cover;*/
/*	font-family: 'object-fit: cover;';*/ /*IE対策*/
	width: 285px;
	height: auto;
}

@media (max-width: 1220px) {
	.itemCategoryListSS .item{
		width: calc((100% - 6vw) / 4);
		margin: 0 2vw 10px 0;
	}
	.itemCategoryListSS .item:last-child{
		margin-right: 0;
	}
	.itemCategoryListSS .item-image img{
		width: 100%;
	}
}

/* Sサイズ */
.itemCategoryListS .item{
	width: 380px;
	margin-right: 30px;
}
.itemCategoryListS .item-image img{
/*	object-fit: cover;*/
/*	font-family: 'object-fit: cover;';*/ /*IE対策*/
	width: 380px;
	height: auto;
}

@media (max-width: 1220px) {
	.itemCategoryListS .item{
		width: calc((100% - 4vw) / 3);
		margin: 0 2vw 10px 0;
	}
	.itemCategoryListS .item:last-child{
		margin-right: 0;
	}
	.itemCategoryListS .item-image img{
		width: 100%;
	}
}

/* Mサイズ */
.itemCategoryListM .item{
	width: 580px;
	margin-right: 40px;
}
.itemCategoryListM-center .item{
	width: 580px;
	margin: 0 auto;
}
.itemCategoryListM .item-image img,
.itemCategoryListM-center .item-image img{
/*	object-fit: cover;*/
/*	font-family: 'object-fit: cover;';*/ /*IE対策*/
	width: 580px;
	height: auto;
}

@media (max-width: 1220px) {
	.itemCategoryListM .item{
		width: calc((100% - 2vw) / 2);
		margin: 0 2vw 10px 0;
	}
	.itemCategoryListM .item:last-child{
		margin-right: 0;
	}
	.itemCategoryListM .item-image img{
		width: 100%;
	}
	.itemCategoryListM-center .item-image img{
		width: 49vw;
	}
	.itemCategoryListM-center .item{
		width: 49vw;
		margin: 0 auto;
	}
}

/* Lサイズ */
.itemCategoryListL-center .item{
	width: 800px;
	margin: 0 auto;
}
.itemCategoryListL-center .item-image img{
	width: 100%;
	height: auto;
}
@media (max-width: 1220px) {
	.itemCategoryListL-center .item{
		width: 100%;
		margin: 0 auto;
	}
	.itemCategoryListL-center .item-image img{
		width: 100%;
		min-height: 14.28% !important;
		height: auto;
	}
}


/* LLサイズ */
.itemCategoryListLL-center .item{
	width: 1200px;
	margin: 0 auto;
}
.itemCategoryListLL-center .item-image img{
	width: 100%;
	height: auto;
}

@media (max-width: 1220px) {
	.itemCategoryListLL-center .item{
		width: 100%;
		margin: 0 auto;
	}
	.itemCategoryListLL-center .item-image img{
		width: 100%;
		min-height: 17.14% !important;
		height: auto;
	}
}

.itemCategoryListSS .item:last-child,
.itemCategoryListS .item:last-child,
.itemCategoryListM .item:last-child{
	margin-right: 0;
}
.item p{
	width: 100%;
}



/* ==================== 記事テンプレート ==================== */
.imgLeftSS,
.imgLeftS,
.imgLeftM,
.imgLeftL,
.imgRightSS,
.imgRightS,
.imgRightM,
.imgRightL{
	margin: 0 auto 50px;
	overflow: hidden;
}

.imgLeftSS .txtBox,
.imgLeftS .txtBox,
.imgLeftM .txtBox,
.imgLeftL .txtBox,
.imgLeftLL .txtBox,
.imgRightS .txtBox,
.imgRightM .txtBox,
.imgRightL .txtBox,
.imgRightLL .txtBox{
	margin: 0 0 86px;
	width: 100%;
}

@media (max-width: 1220px) {
	.imgLeftSS,
	.imgLeftS,
	.imgLeftM,
	.imgLeftL,
	.imgRightSS,
	.imgRightS,
	.imgRightM,
	.imgRightL{
		margin: 0 3% 50px;
		overflow: hidden;
	}
}
@media (max-width: 790px) {
	.imgLeftSS .txtBox,
	.imgLeftS .txtBox,
	.imgLeftM .txtBox,
	.imgLeftL .txtBox,
	.imgLeftLL .txtBox,
	.imgRightSS .txtBox,
	.imgRightS .txtBox,
	.imgRightM .txtBox,
	.imgRightL .txtBox,
	.imgRightLL .txtBox{
		margin: 0;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
	}
}

/*	画像左＋テキスト右
------------------------------------------------------------*/
/* SSサイズ：画像285px左＋テキスト右 */
.imgLeftSS .imgBox{
	float: left;
	margin: 0 32px 10px 0;
	width: 285px;
}
.imgLeftSS .imgBox img{
	width: 285px;
	height: auto;
}
.imgLeftSS .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgLeftSS .txtBox{
	float: right;
	width: calc(100% - 317px);
}

@media (max-width: 1220px) {
	.imgLeftSS .imgBox{
		margin: 0 2vw 10px 0;
		width: 22.5vw;
	}
	.imgLeftSS .imgBox img{
		width: 22.5vw;
	}
	.imgLeftSS .txtBox{
		width: calc(100% - 24.5vw);
	}
}
@media (max-width: 650px) {
	.imgLeftSS .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 285px;
	}
	.imgLeftSS .imgBox img{
		width: 285px;
		height: auto;
	}
	.imgLeftSS .txtBox{
		float: none;
		width: 100%;
	}
}


/* Sサイズ：画像380px左＋テキスト右 */
.imgLeftS .imgBox{
	float: left;
	margin: 0 32px 10px 0;
	width: 380px;
}
.imgLeftS .imgBox img{
	width: 380px;
	height: auto;
}
.imgLeftS .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgLeftS .txtBox{
	float: right;
	width: calc(100% - 412px);
}

@media (max-width: 1220px) {
	.imgLeftS .imgBox{
		margin: 0 2vw 10px 0;
		width: 32vw;
	}
	.imgLeftS .imgBox img{
		width: 32vw;
	}
	.imgLeftS .txtBox{
		width: calc(100% - 34vw);
	}
}
@media (max-width: 650px) {
	.imgLeftS .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 380px;
	}
	.imgLeftS .imgBox img{
		width: 380px;
		height: auto;
	}
	.imgLeftS .txtBox{
		float: none;
		width: 100%;
	}
}
@media (max-width: 380px) {
	.imgLeftS .imgBox{
		width: 100%;
	}
	.imgLeftS .imgBox img{
		width: 100%;
		height: auto;
	}
}


/* Mサイズ：画像480px左＋テキスト右 */
.imgLeftM .imgBox{
	float: left;
	margin: 0 32px 10px 0;
	width: 480px;
}
.imgLeftM .imgBox img{
	width: 480px;
	height: auto;
}
.imgLeftM .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgLeftM .txtBox{
	float: right;
	width: calc(100% - 512px);
}

@media (max-width: 1220px) {
	.imgLeftM .imgBox{
		margin: 0 2vw 10px 0;
		width: 38vw;
	}
	.imgLeftM .imgBox img{
		width: 38vw;
	}
	.imgLeftM .txtBox{
		width: calc(100% - 40vw);
	}
}
@media (max-width: 650px) {
	.imgLeftM .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 480px;
	}
	.imgLeftM .imgBox img{
		width: 480px;
		height: auto;
	}
	.imgLeftM .txtBox{
		float: none;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.imgLeftM .imgBox{
		width: 100%;
	}
	.imgLeftM .imgBox img{
		width: 100%;
		height: auto;
	}
}


/* Lサイズ：画像580px左＋テキスト右 */
.imgLeftL .imgBox{
	float: left;
	margin: 0 32px 10px 0;
	width: 580px;
}
.imgLeftL .imgBox img{
	width: 580px;
	height: auto;
}
.imgLeftL .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgLeftL .txtBox{
	float: right;
	width: calc(100% - 612px);
}

@media (max-width: 1220px) {
	.imgLeftL .imgBox{
		margin: 0 2vw 10px 0;
		width: 49vw;
	}
	.imgLeftL .imgBox img{
		width: 49vw;
	}
	.imgLeftL .txtBox{
		width: calc(100% - 51vw);
	}
}
@media (max-width: 650px) {
	.imgLeftL .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 580px;
	}
	.imgLeftL .imgBox img{
		width: 580px;
		height: auto;
	}
	.imgLeftL .txtBox{
		float: none;
		width: 100%;
	}
}
@media (max-width: 580px) {
	.imgLeftL .imgBox{
		width: 100%;
	}
	.imgLeftL .imgBox img{
		width: 100%;
		height: auto;
	}
}


/*	画像右＋テキスト左
------------------------------------------------------------*/
/* SSサイズ：画像285px右＋テキスト左 */
.imgRightSS .imgBox{
	float: right;
	margin: 0 0 10px 32px;
	width: 285px;
}
.imgRightSS .imgBox img{
	width: 285px;
	height: auto;
}
.imgRightSS .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgRightSS .txtBox{
	float: left;
	width: calc(100% - 317px);
}

@media (max-width: 1220px) {
	.imgRightSS .imgBox{
		margin: 0 0 10px 2vw;
		width: 22.5vw;
	}
	.imgRightSS .imgBox img{
		width: 22.5vw;
	}
	.imgRightSS .txtBox{
		width: calc(100% - 24.5vw);
	}
}
@media (max-width: 650px) {
	.imgRightSS .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 285px;
	}
	.imgRightSS .imgBox img{
		width: 285px;
		height: auto;
	}
	.imgRightSS .txtBox{
		float: none;
		width: 100%;
	}
}


/* Sサイズ：画像380px右＋テキスト左 */
.imgRightS .imgBox{
	float: right;
	margin: 0 0 10px 32px;
	width: 380px;
}
.imgRightS .imgBox img{
	width: 380px;
	height: auto;
}
.imgRightS .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgRightS .txtBox{
	float: left;
	width: calc(100% - 412px);
}

@media (max-width: 1220px) {
	.imgRightS .imgBox{
		margin: 0 0 10px 2vw;
		width: 32vw;
	}
	.imgRightS .imgBox img{
		width: 32vw;
	}
	.imgRightS .txtBox{
		width: calc(100% - 34vw);
	}
}
@media (max-width: 650px) {
	.imgRightS .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 380px;
	}
	.imgRightS .imgBox img{
		width: 380px;
		height: auto;
	}
	.imgRightS .txtBox{
		float: none;
		width: 100%;
	}
}
@media (max-width: 380px) {
	.imgRightS .imgBox{
		width: 100%;
	}
	.imgRightS .imgBox img{
		width: 100%;
		height: auto;
	}
}


/* Mサイズ：画像480px右＋テキスト左 */
.imgRightM .imgBox{
	float: right;
	margin: 0 0 10px 32px;
	width: 480px;
}
.imgRightM .imgBox img{
	width: 480px;
	height: auto;
}
.imgRightM .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgRightM .txtBox{
	float: left;
	width: calc(100% - 512px);
}

@media (max-width: 1220px) {
	.imgRightM .imgBox{
		margin: 0 0 10px 2vw;
		width: 38vw;
	}
	.imgRightM .imgBox img{
		width: 38vw;
	}
	.imgRightM .txtBox{
		width: calc(100% - 40vw);
	}
}
@media (max-width: 650px) {
	.imgRightM .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 480px;
	}
	.imgRightM .imgBox img{
		width: 480px;
		height: auto;
	}
	.imgRightM .txtBox{
		float: none;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.imgRightM .imgBox{
		width: 100%;
	}
	.imgRightM .imgBox img{
		width: 100%;
		height: auto;
	}
}


/* Lサイズ：画像580px右＋テキスト左 */
.imgRightL .imgBox{
	float: right;
	margin: 0 0 10px 32px;
	width: 580px;
}
.imgRightL .imgBox img{
	width: 580px;
	height: auto;
}
.imgRightL .txtBox h6{
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
	line-height: 100%;
}
.imgRightL .txtBox{
	float: left;
	width: calc(100% - 612px);
}

@media (max-width: 1220px) {
	.imgRightL .imgBox{
		margin: 0 0 10px 2vw;
		width: 49vw;
	}
	.imgRightL .imgBox img{
		width: 49vw;
	}
	.imgRightL .txtBox{
		width: calc(100% - 51vw);
	}
}
@media (max-width: 650px) {
	.imgRightL .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 580px;
	}
	.imgRightL .imgBox img{
		width: 580px;
		height: auto;
	}
	.imgRightL .txtBox{
		float: none;
		width: 100%;
	}
}
@media (max-width: 580px) {
	.imgRightL .imgBox{
		width: 100%;
	}
	.imgRightL .imgBox img{
		width: 100%;
		height: auto;
	}
}


/*	コラム
------------------------------------------------------------*/
.column{
	margin-bottom: 110px;
	padding: 45px 70px;
	background: #f2f2f2;
	overflow: hidden;
}
.column h2{
	display: block;
	width: 100%;
	margin: 0 0 30px;
}
.column h5{
	margin-bottom: 25px;
	padding: 0;
	line-height: 100%;
}

/* テキスト2列横並び */
.column-block-01{
	display: flex;
	flex-wrap: wrap;
}
.column-block-01 .column-box{
	width: 48%;
	margin-right: 4%;
}
.column-block-01 .column-box:last-of-type{
	margin-right: 0;
}

/* テキスト＋画像 */
.column-block-02 .column-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.column-block-02 .column-box .txtBox{
	width: calc(100% - (480px + 4%));
	margin-right: 4%;
}
.column-block-02 .column-box .imgBox{
	width: 480px;
	margin-right: 0;
}
.column-block-02 .column-box .imgBox img{
	width: 480px;
	height: auto;
}

@media (max-width: 1220px) {
	.column{
		margin-bottom: 50px;
		padding: 25px 30px;
	}
	.column-block-02 .column-box .txtBox{
		width: calc(100% - 42vw);
	}
	.column-block-02 .column-box .imgBox{
		width: 38vw;
	}
	.column-block-02 .column-box .imgBox img{
		width: 38vw;
		height: 26.05vw;
	}
}
@media (max-width: 650px) {
	.column-block-01{
		display: block;
	}
	.column-block-01 .column-box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.column-block-02 .column-box .imgBox{
		float: none;
		margin: 0 auto 15px;
		width: 480px;
	}
	.column-block-02 .column-box .imgBox img{
		width: 480px;
		height: auto;
	}
	.column-block-02 .column-box .txtBox{
		float: none;
		width: 100%;
	}
	.column-block-01 .column-box h5,
	.column-block-02 .column-box h5{
		margin: 0 0 12px;
	}
	.column-block-01 .column-box p,
	.column-block-02 .column-box .txtBox p{
		margin: 0 0 17px;
	}
}
@media (max-width: 480px) {
	.column-block-02 .column-box .imgBox{
		width: 100%;
	}
	.column-block-02 .column-box .imgBox img{
		width: 100%;
		height: auto;
	}
}

/*	テーブル
------------------------------------------------------------*/
table{
	width:100%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
tr{
	margin: 0;
	padding: 0;
	border: 0;
}
td,th{
	margin: 0;
	padding: 10px 15px;
	border: 1px #aaa solid;
	font-size: 15px;
	font-size: 1.5rem;
	text-align:left;
}
th{
	min-width:150px;
	font-weight: normal;
	background: #f0f0f0;
	vertical-align: top;
}

@media (max-width: 1220px) {
	table{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
}
@media (max-width: 790px) {
	table{
		table-layout: fixed;
		word-break: break-word;
		padding: 0;
		border-collapse: collapse;
		border-bottom: 1px #808080 solid;
	}
	table th,
	table td{
		display: block;
		width: 100% !important;
		text-align: left;
		vertical-align: middle;
		border-bottom: none;
	}
}

/*	リンク
------------------------------------------------------------*/
.link{
	min-width: 175px;
	margin-bottom: 15px;
}
.link a{
	display: block;
	padding: 10px 12px;
	text-decoration: none;
}
/* 詳細、外部サイト */
.link.dtl a,
.link.external a{
	min-width: 175px;
	max-width: 250px;
}
/* パンフレット、Word、Excel */
.link.pdf a,
.link.word a,
.link.excel a{
	max-width: 238px;
}
.link.pdf a,
.link.word a,
.link.excel a{
	padding: 6px 15px 6px 48px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 130%;
}
.link.pdf a span,
.link.word a span,
.link.excel a span{
	display: block;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic ProN";
	font-size: 13px;
	font-size: 1.3rem;
}
/* 背景黒 */
.link.black a{
	background: #333;
	color: #333;
}
.link.black a:hover{
}
/* 背景薄いグレー */
.link.gray a{
	background: #f4f4f4;
	color: #333;
}
.link.gray a:hover{
	color: #000;
}
/* 詳細 */
.link.dtl a{
	padding: 10px 30px 10px 45px;
}
.link.dtl.black a{
	background: #f0f0f0 url("../images/ico-link-dtl-01.svg") no-repeat 24px center;
	background-size: 12px 21px;
}
.link.dtl.black a:hover{
	background: #ccc url("../images/ico-link-dtl-01.svg") no-repeat 24px center;
	background-size: 12px 21px;
}
.link.dtl.gray a{
	background: #f4f4f4 url("../images/ico-link-dtl-02.svg") no-repeat 24px center;
	background-size: 12px 21px;
}
.link.dtl.gray a:hover{
	background: #9f9f9f url("../images/ico-link-dtl-02.svg") no-repeat 24px center;
	background-size: 12px 21px;
}
/* イベント参加申し込み用 */
.link.dtl.gray2 a{
	background: #ccc url("../images/ico-link-dtl-01.svg") no-repeat 24px center;
	background-size: 12px 21px;
	margin: -14px 0 40px 0;
}
.link.dtl.gray2 a:hover{
	background: #bbb url("../images/ico-link-dtl-01.svg") no-repeat 24px center;
	background-size: 12px 21px;
}

/* 外部サイト */
.link.external a{
	padding: 10px 30px 10px 48px;
}
.link.external.black a{
	background: #f0f0f0 url("../images/ico-link-external-01.svg") no-repeat 16px center;
	background-size: 21px 21px;
}
.link.external.black a:hover{
	background: #ccc url("../images/ico-link-external-01.svg") no-repeat 16px center;
	background-size: 21px 21px;
}
.link.external.gray a{
	background: #f4f4f4 url("../images/ico-link-external-02.svg") no-repeat 16px center;
	background-size: 21px 21px;
}
.link.external.gray a:hover{
	background: #9f9f9f url("../images/ico-link-external-02.svg") no-repeat 16px center;
	background-size: 21px 21px;
}
/* パンフレットダウンロード */
.link.pdf.black a{
	background: #f0f0f0 url("../images/ico-link-pdf.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.pdf.black a:hover{
	background: #ccc url("../images/ico-link-pdf.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.pdf.gray a{
	background: #f4f4f4 url("../images/ico-link-pdf.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.pdf.gray a:hover{
	background: #9f9f9f url("../images/ico-link-pdf.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
/* Wordダウンロード */
.link.word.black a{
	background: #f0f0f0 url("../images/ico-link-word.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.word.black a:hover{
	background: #ccc url("../images/ico-link-word.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.word.gray a{
	background: #f4f4f4 url("../images/ico-link-word.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.word.gray a:hover{
	background: #9f9f9f url("../images/ico-link-word.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
/* Excelダウンロード */
.link.excel.black a{
	background: #f0f0f0 url("../images/ico-link-excel.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.excel.black a:hover{
	background: #ccc url("../images/ico-link-excel.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.excel.gray a{
	background: #f4f4f4 url("../images/ico-link-excel.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
.link.excel.gray a:hover{
	background: #9f9f9f url("../images/ico-link-excel.svg") no-repeat 10px center;
	background-size: 32px 30px;
}
/* 矢印アイコン付きリンク */
.linkArrow a{
	position: relative;
	display: inline-block;
	padding: 0 0 0 14px;
	vertical-align: middle;
}
.linkArrow a:before,
.linkArrow a:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.linkArrow a:before{
	left: 0px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #DE220B;
}
@media (max-width: 790px) {
	.linkArrow{
		margin:0 3% 0;
	}
}

/*	リスト
------------------------------------------------------------*/
/* ●リスト */
ul.disc{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 50px;
}
ul.disc li{
	margin-bottom: 2px;
}

/* 丸数字リスト */
ol.num{
	counter-reset: my-counter;
	list-style: none;
	margin-bottom: 50px;
	padding: 0;
}
ol.num li{
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
ol.num li:before{
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: transparent;
	display: block;
	float: left;
	line-height: 15px;
	margin-top: 6px;
	margin-left: -30px;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	height: 15px;
	width: 15px;
}

@media (max-width: 1220px) {
	ul.disc{
		margin-left: calc(20px + 3%);
	}
	ol.num{
		margin-left: 3.5%;
		margin-right: 3.5%;
	}
}
@media (max-width: 790px) {
	ul.disc{
		margin-bottom: 30px;
	}
	ul.disc li{
		margin-bottom: 2px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	ol.num{
		margin-bottom: 30px;
		padding: 0;
	}
	ol.num li{
		margin-bottom: 3px;
		padding-left: 15px;
		position: relative;
		font-size: 15px;
		font-size: 1.5rem;
	}
	ol.num li:before{
		line-height: 13px;
		margin-top: 5px;
		margin-left: -21px;
		font-size: 10px;
		font-size: 1.0rem;
		height: 14px;
		width: 14px;
	}
}


/*	SNS関連
------------------------------------------------------------*/
ul.sns-block{
	display: flex;
	margin: 0 15px 15px 0;
	padding: 0;
	overflow: hidden;
}
ul.sns-block li a{
	display: block;
	width: 35px;
	height: auto;
	margin-right: 15px;
	padding: 2px 0;
	font-size: 35px;
	font-size: 3.5rem;
	text-decoration: none;
}
ul.sns-block li a:hover{
	color: #808080;
}

@media (max-width: 1220px) {
	ul.sns-block{
		margin: 0 15px 15px 3%;
	}
}


/*	インフォメーション関連
------------------------------------------------------------*/
.info-block{
	margin: 0 0 60px;
	overflow: hidden;
}
.info-block h3{
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
	font-size: 18px;
	font-size: 1.8rem;
	overflow: hidden;
}
.info-block h3 span a{
	display: block;
	float: right;
	margin-top: 5px;
	padding: 2px 10px;
	background: #4d4d4d;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	text-decoration: none;
}
.info-block h3 span a:hover{
	background: #808080;
}
.info-block dl{
	overflow: hidden;
	margin-bottom: 50px;
}
.info-block dl dt{
	clear: left;
	float: left;
	width: 140px;
}
.info-block dl dt .ico_new{
	color: #fff;
	background: #ba061e;
	font-size: 11px;
	font-size: 1.1rem;
	margin-left: 10px;
	padding: 0 6px;
}
.info-block dl dd{
	float: left;
	width: calc(100% - 140px);
	margin-bottom: 10px;
}

@media (max-width: 1220px) {
	.info-block dl{
		margin-left: 3%;
		margin-right: 3%;
	}
}
@media (max-width: 790px) {
	.info-block h3{
		margin-bottom: 20px;
		border-bottom: 1px solid #7f7f7f;
		font-size: 18px;
		font-size: 1.8rem;
		overflow: hidden;
	}
}
@media (max-width: 650px) {
	.info-block dl dt{
		float: none;
		width: 100%;
		font-weight: 500;
	}
	.info-block dl dd{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

/* 展覧会・イベント情報 */
.info-block.ex-info h3{
	padding-left: 40px;
	background: url("../images/ico-ex-info.svg") no-repeat 0 5px;
	background-size: 30px 30px;
}
/* 公募情報 */
.info-block.public-info h3{
	padding-left: 40px;
	background: url("../images/ico-public-info.svg") no-repeat 0 5px;
	background-size: 30px 30px;
}
/* NEWS */
.info-block.news-info h3{
	padding-left: 40px;
	background: url("../images/ico-news-info.svg") no-repeat 0 5px;
	background-size: 30px 30px;
}
/* プレスリリース */
.info-block.press-info h3{
	padding-left: 40px;
	background: url("../images/ico-press-info.svg") no-repeat 0 5px;
	background-size: 30px 30px;
}


/*	ラベル：事業カテゴリーカラー（場所）,プログラムカラー
------------------------------------------------------------*/
.label{
	margin-bottom: 15px;
	padding: 13px 20px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
/* 本郷 */
.label.hongo{	background: #b42828;}
/* レジデンシー */
.label.residency{	background: #005f96;}
/* オフィス */
.label.office{	background: #6e6e6e;}

/* 赤 */
.label.red{	background: #b42828;}
/* 青 */
.label.blue{	background: #005f96;}
/* グレー */
.label.gray{	background: #6e6e6e;}
/* 紫 */
.label.purple{	background: #8148aa;}



/*	展覧会一覧
------------------------------------------------------------*/
.exhibition-block-box{
	margin-bottom: 48px;
	padding: 66px 66px 66px;
	background: #f2f2f2;
	overflow: hidden;
}
.exhibition-block-box .label{
	width: 250px;
}
.exhibition-block-box h4{
	margin-bottom: 0;
}
.exhibition-block-box h5{
	margin-top: 4px;
	margin-bottom: 30px;
	font-size: 1.8rem;
}
.exhibition-block-box dl{
	margin-top: 26px;
	margin-bottom: 20px;
	overflow: hidden;
}
.exhibition-block-box dl dt{
	clear: left;
	float: left;
	width: 65px;
	font-weight: 400;
}
.exhibition-block-box dl dt:after{
	content: "：";
}
.exhibition-block-box dl dd{
	float: left;
	width: calc(100% - 65px);
	margin-bottom: 2px;
	font-weight: 400;
}
.exhibition-block-box .imgLeftS{
	margin-bottom: 0;
}
.exhibition-block-box .txtBox p,
.exhibition-block-box .imgLeftS .txtBox p{
	margin-bottom: 20px;
}
.exhibition-block-box .imgLeftS .txtBox dl{
	margin: 20px 0;
}
.exhibition-block-box .imgLeftS .txtBox dl dt,
.exhibition-block-box .imgLeftS .txtBox dl dd{
/*	float: none;*/
}
.exhibition-block-box .imgLeftS .txtBox dl dt{
	width: 65px;
}
.exhibition-block-box .link{
	float: right;
	margin-bottom: 0;
	margin-top: 20px;
}
.exhibition-block-box .txtBox {
	margin-bottom:10px;
}
.exhibition-block-box .link.dtl.black a{
	background: #333 url("../images/ico-link-dtl-02.svg") no-repeat 24px center;
	background-size: 12px 21px;
	color: #fff;
}
.exhibition-block-box .link.dtl.black a:hover{
	background: #aaa url("../images/ico-link-dtl-02.svg") no-repeat 24px center;
	background-size: 12px 21px;
}

@media (max-width: 1220px) {
	.exhibition-block-box h4,
	.exhibition-block-box h5,
	.exhibition-block-box h6,
	.exhibition-block-box p,
	.exhibition-block-box .imgLeftS{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 790px) {
	.exhibition-block-box{
		width: 94%;
		margin: 0 3% 40px;
		padding: 0;
	}
	.exhibition-block-box .label{
		width: 100%;
	}
	.exhibition-block-box h4{
		margin-top: 25px;
		font-size: 1.6rem;
	}
	.exhibition-block-box h4,
	.exhibition-block-box h5,
	.exhibition-block-box h6,
	.exhibition-block-box .imgLeftS .txtBox h6,
	.exhibition-block-box p,
	.exhibition-block-box .imgLeftS .txtBox dl{
		margin-left: 3%;
		margin-right: 3%;
	}
	.exhibition-block-box dl{
		margin: 18px 3% 15px;
	}
	.exhibition-block-box .imgLeftS{
		margin-top: 30px;
	}
	.exhibition-block-box .imgLeftS .imgBox{
		float: none;
		width: 94%;
		margin: 0 3% 20px;
	}
	.exhibition-block-box .imgLeftS .imgBox img{
		width: 100%;
	}
	.exhibition-block-box .imgLeftS .txtBox{
		float: none;
		width: 100%;
	}
	.exhibition-block-box .link{
		float: none;
		width: 175px;
		margin: 25px auto 40px;
	}
}

/*	展覧会詳細
------------------------------------------------------------*/
.exhibition h2,
.exhibition h4{
	margin-bottom:10px;
}

#archive-box .exhibition-block-box{
	margin-bottom: 10px;
	padding: 30px 40px 30px;
	background: #f2f2f2;
	overflow: hidden;
}
#archive-box .exhibition-block-box .label{
	width: 250px;
}
#archive-box .exhibition-block-box h4{
	margin-bottom: 0;
	font-size:20px;
	font-size:2.0rem;
	margin-top: 0px;
}
#archive-box .exhibition-block-box h5{
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
#archive-box .exhibition-block-box p{
	margin-bottom:5px;
}
#archive-box .exhibition-block-box .link{
	float: right;
	margin-bottom: 0;
	margin-top: 0px;
	min-width:155px;
}
#archive-box .exhibition-block-box .link.dtl.black a {
	background: #333 url(../images/ico-link-dtl-02.svg) no-repeat 24px center;
	background-size: 9px auto;
	padding:3px 10px 3px 45px;
	font-size:1.5rem;
	font-weight:200;
	color: #fff;
	min-width:155px;
}
#archive-box .imgLeftS .imgBox{
	float: left;
	margin: 0 32px 10px 0;
	width: 100px;
}
#archive-box .imgLeftS .imgBox img{
	height: auto;
	width: 100%;
	object-fit: cover;
	height: 100px;
}
#archive-box .imgLeftS .txtBox {
	float: right;
	width: calc(100% - 135px);
}
@media (max-width: 790px){
	#archive-box .exhibition-block-box{
		width: 100%;
		margin: 0 0 10px;
		padding: 20px 10px !important;
	}
	#archive-box .exhibition-block-box h4{
		margin-top:0;
		font-size:17px;
		font-size:1.7rem;
	}
	#archive-box .exhibition-block-box .link {
		float: right;
		margin:10px auto 0;
		width: 120px;
		min-width:120px;
	}
	#archive-box .exhibition-block-box .link.dtl.black a {
		background:#333;
		padding:5px 10px;
		text-align:center;
		min-width: 120px;

	}
}
/*	クリエーター検索
------------------------------------------------------------*/
/* 検索エリア */
.search-block{
	margin: 40px 0 90px;
	padding: 45px;
	background: #fff3b9;
	overflow: hidden;
}
.search-block fieldset{
	border: none;
}
.search-block legend{
	background: #ccc;
	width: 100%;
	padding: 1px 20px;
}
.search-block legend{
	background: #ccc;
	width: 100%;
	padding: 1px 20px;
}
.checkbox-block{
	padding: 20px 20px 10px 20px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.checkbox-block > div{
	width: calc(100% / 5);
	margin-bottom: 10px;
}
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(1),
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(6){
	width: 140px;
}
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(2),
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(7){
	width: 170px;
}
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(3){
	width: 310px;
}
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(8){
	width: 610px;
}
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(9),
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(10),
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(11),
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(12),
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(13),
.search-block fieldset:nth-of-type(2) > .checkbox-block > div:nth-of-type(14){
	width: 310px;
}
.checkbox-block > div > input[type="checkbox"]{
	margin-right: 5px;
}
.search-block > div{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.search-block > div> fieldset{
	width: calc((100% - 100px) / 3);
	margin-right: 47px;
	padding: 20px 0 0;
}
@media all and (-ms-high-contrast:none){/* IE11 */
	*::-ms-backdrop, .search-block > div> fieldset{
		width: calc((100% - 141px) / 3);
		margin-right: 47px;
		padding: 20px 0 0;
	}
}
@supports (-ms-ime-align:auto){/* Edge */
	#service-box .item{
		width: calc((100% - 141px) / 3);
		margin-right: 47px;
		padding: 20px 0 0;
	}
}
.search-block > div> fieldset:last-of-type{
	margin-right: 0;
}
.search-block > div> fieldset select,
.search-block > div> fieldset input{
	width: 100%;
	padding: 0;
	border: 1px solid #333;
}
.search-block > div> fieldset input{
	padding: 0 8px;
	border: 1px solid #333;
}
/* 検索・クリアボタン */
.search-block > div.button{
	margin-top: 50px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
.search-block > div.button > input[type="submit"],
.search-block > div.button > input[type="reset"]{
	border-style: none;
	margin: 0 20px 0 0;
	padding: 5px;
	width: 197px;
	font-size: 17px;
	font-size: 1.7rem;
	background: #fff;
	border: 1px solid #333;
}
.search-block > div.button > input[type="submit"]:hover,
.search-block > div.button > input[type="reset"]:hover{
	background: #333;
	color: #fff;
}
.search-block > div.button > input[type="submit"]{
	letter-spacing: 1em;
}
.search-block > div.button > input[type="reset"]{
	margin: 0;
}


/* 表示方法 */
ul.display-method{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -20px 0 20px;
	overflow: hidden;
}
ul.display-method li{
	font-size: 44px;
	font-size: 4.4rem;
	margin-right: 40px;
}
ul.display-method li:last-child{
	margin-right: 0;
}
ul.display-method li a{
	text-decoration: none;
}
ul.display-method li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}


/* 検索結果 */
.creator-list-block{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
/* サムネイル+画像 */
a.creator-list{
	width: 48%;
	margin-right: 4%;
	text-decoration: none;
}
a.creator-list:hover{
	background: #f0f0f0;
}
a.creator-list:nth-of-type(2n){
	margin-right: 0;
}
a.creator-list dl{
	padding: 12px 0;
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
a.creator-list:nth-of-type(n+3) dl{
	border-top: none;
}
a.creator-list dl dt{
	width: 140px;
	margin-right: 45px;
}
a.creator-list dl dt img{
	width: 100%;
}
a.creator-list dl dd{
	width: calc(100% - 185px);
}
a.creator-list dl dd h4{
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
}
a.creator-list dl dd p{
	margin: 0;
}

/* サムネイル */
ul.thumb-box{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
ul.thumb-box li{
	width: 140px;
	height: 140px;
	margin-right: 11px;
	margin-bottom: 10px;
}
ul.thumb-box li:nth-child(8n){
	margin-right: 0;
}
ul.thumb-box li img{
	width: 100%;
}

/* テキスト */
ul.text-box{
	width: 100%;
	overflow: hidden;
}
ul.text-box li{
	padding: 10px 0;
	border-bottom: 1px solid #a7a7a7;
	overflow: hidden;
}
ul.text-box li:first-child{
	border-top: 1px solid #a7a7a7;
}
ul.text-box li:hover{
	background: #f0f0f0;
}
ul.text-box li a{
	text-decoration: none;
}
ul.text-box li dl{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
ul.text-box li dl dt{
	margin-right: 20px;
	flex-basis: calc(100% - 520px);
}
ul.text-box li dl dt h4{
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0;
}
ul.text-box li dl dt h4 span{
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 0 -5px;
}
ul.text-box li dl dd{
	margin: 0;
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	flex-basis: 500px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	overflow: hidden;
}
ul.text-box li dl dd:before{
	content: "｜"
}
ul.text-box li dl dd:after{
	content: "｜"
}
ul.text-box li dl dd span{
	margin-left: 5px;
	margin-right: 10px;
}
ul.text-box li dl dd span:first-child{
	display: block;
	width: 230px;
	border-right: 1px solid #666;
}
ul.text-box li dl dd span:last-child{
	width: 205px;
	margin-right: 0;
}
ul.text-box li dl dd span em{
	font-style: normal;
	font-weight: 400;
}

/* ページャー */
ul.pager{
	margin: 50px 0 10px;
	padding: 0;
	text-align: center;
}
ul.pager li{
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pager li span,
ul.pager li a{
	display: inline-block;
	margin-bottom: 5px;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #aaa;
	text-decoration: none;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
}
ul.pager li a:hover,
ul.pager li span{
	background: #000;
	border-color: #000;
	color: #fff;
}

@media (max-width: 1220px) {
	.creator-list-block{
		width: 94%;
		margin: 0 3%;
	}
}
@media (max-width: 1220px) {
	ul.thumb-box li{
		width: 10.65vw;
		height: 10.65vw;
		margin-right: 1vw;
		margin-bottom: 1vw;
	}
	ul.text-box li dl dt{
		flex-basis: calc(100% - 450px);
	}
	ul.text-box li dl dd{
		flex-basis: 430px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	ul.text-box li dl dd span:first-child{
		width: 210px;
	}
	ul.text-box li dl dd span:last-child{
		width: 175px;
	}
}
@media (max-width: 1200px) {
	.checkbox-block{
		padding: 20px 20px 10px 20px;
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.checkbox-block > div,
	.search-block fieldset:nth-of-type(2) > .checkbox-block > div{
		width: calc(100% / 3) !important;
	}
}
@media (max-width: 1090px) {
	.search-block fieldset:nth-of-type(2) > .checkbox-block > div{
		width: calc(100% / 2) !important;
	}
}
@media (max-width: 1000px) {
	ul.text-box li dl dt,
	ul.text-box li dl dd{
		flex-basis: 100%;
	}
	ul.text-box li dl dd{
		font-size: 14px;
		font-size: 1.4rem;
	}
	ul.text-box li dl dd span:first-child{
		width: 240px;
	}
	ul.text-box li dl dd span:last-child{
		width: 220px;
	}
	ul.text-box li dl dd span{
		margin-left: 0;
	}
	ul.text-box li dl dd:before{
		content: ""
	}
	ul.text-box li dl dd:after{
		content: ""
	}
}
@media (max-width: 880px) {
	.search-block{
		margin: 20px 0 40px;
		padding: 25px 10px;
	}
	a.creator-list{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	a.creator-list:nth-child(n+2) dl{
		border-top: none;
	}
	a.creator-list dl dd h4{
		margin-left: 0;
		margin-right: 0;
	}
	ul.thumb-box li{
		width: 14.4vw;
		height: 14.4vw;
		margin-right: 1vw;
		margin-bottom: 1vw;
	}
	ul.thumb-box li:nth-child(6n){
		margin-right: 0;
	}
	ul.thumb-box li:nth-child(8n){
		margin-right: 1vw;
	}
	ul.thumb-box li:nth-child(24n){
		margin-right: 0;
	}
	
	ul.pager{
		margin: 20px 0 10px;
	}
}
@media (max-width: 710px) {
	.search-block fieldset:nth-of-type(1) > .checkbox-block > div{
		width: 50% !important;
	}
	.search-block fieldset:nth-of-type(2) > .checkbox-block > div{
		width: 100% !important;
	}
}
@media (max-width: 630px) {
	ul.thumb-box li{
		width: 17.45vw;
		height: 17.45vw;
		margin-right: 1vw;
		margin-bottom: 1vw;
	}
	ul.thumb-box li:nth-child(5n){
		margin-right: 0;
	}
	ul.thumb-box li:nth-child(6n){
		margin-right: 1vw;
	}
	ul.thumb-box li:nth-child(30n){
		margin-right: 0vw;
	}
}
@media (max-width: 600px) {
	.search-block fieldset:nth-of-type(1) > .checkbox-block > div{
		width: 100% !important;
	}
	.search-block > div> fieldset{
		width: 100%;
		margin-left: 2px;
		margin-right: 2px;
		margin-bottom: 20px;
		padding: 0.35em 0.625em 0.75em;
	}
	.search-block > div> fieldset legend{
		margin-bottom: 10px;
	}
	.search-block > div> fieldset select,
	.search-block > div> fieldset input{
		margin-left: 20px;
		width: calc(100% - 40px);
	}
	ul.display-method{
		margin-bottom: 5px;
	}
	a.creator-list dl dt{
		margin-right: 20px;
	}
	a.creator-list dl dd{
		width: calc(100% - 160px);
	}
	.search-block > div.button{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	ul.text-box li dl dt h4 span{
		display: block;
		margin: 10px 0 0;
	}
	ul.text-box li dl dd{
		padding: 0;
		display: block;
	}
	ul.text-box li dl dd span:first-child{
		width: 100%;
		border-right: none;
	}
	ul.text-box li dl dd span:last-child{
		width: 100%;
	}
}
@media (max-width: 580px) {
	a.creator-list dl dt{
		width: 28.7vw;
	}
	ul.thumb-box li{
		width: 28.7vw;
		height: 28.7vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	ul.thumb-box li:nth-child(3n){
		margin-right: 0;
	}
	ul.thumb-box li:nth-child(5n),
	ul.thumb-box li:nth-child(8n){
		margin-right: 2vw;
	}
	ul.thumb-box li:nth-child(15n),
	ul.thumb-box li:nth-child(24n){
		margin-right: 0vw;
	}
}
@media (max-width: 500px) {
	.search-block > div.button > input[type="submit"],
	.search-block > div.button > input[type="reset"]{
		border-style: none;
		margin: 0 10px 0 0;
		width: 130px;
		font-size: 15px;
		font-size: 1.5rem;
		background: #fff;
		border: 1px solid #333;
	}
}


/*	ページリンク
------------------------------------------------------------*/
.page-link-block{
	margin: 0;
	padding: 58px 0;
	background: #0d0d0d;
}
.page-link-block ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
.page-link-block ul li{
	width: 380px;
}
.page-link-block ul li a{
	display: block;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #333;
}
.page-link-block ul li:nth-child(1) a{
	padding: 100px 0 20px;
	background: #333 url("../images/ico-creator.svg") no-repeat center 38px;
	background-size: 55px 50px;
}
.page-link-block ul li:nth-child(1) a:hover{
	background: #808080 url("../images/ico-creator.svg") no-repeat center 38px;
	background-size: 55px 50px;
}
.page-link-block ul li:nth-child(2) a{
	padding: 100px 0 20px;
	background: #333 url("../images/ico-archive.svg") no-repeat center 38px;
	background-size: 45px 50px;
}
.page-link-block ul li:nth-child(2) a:hover{
	background: #808080 url("../images/ico-archive.svg") no-repeat center 38px;
	background-size: 45px 50px;
}
.page-link-block ul li:nth-child(3) a{
	padding: 100px 0 20px;
	background: #333 url("../images/ico-publication.svg") no-repeat center 45px;
	background-size: 62px 46px;
}
.page-link-block ul li:nth-child(3) a:hover{
	background: #808080 url("../images/ico-publication.svg") no-repeat center 45px;
	background-size: 62px 46px;
}

@media (max-width: 1220px) {
	.page-link-block ul{
		width: 94%;
		margin: 0 3%;
	}
	.page-link-block ul li{
		width: calc((100% - 60px) /3);
		margin-right: 20px;
	}
	.page-link-block ul li:last-child{
		margin-right: 0;
	}
	.page-link-block ul li a{
		width: 100%;
	}
}
@media (max-width: 600px) {
	.page-link-block{
		padding: 20px 0 10px;
	}
	.page-link-block ul li{
		width: 100%;
		margin: 0 0 10px;
	}
	.page-link-block ul li a{
		text-align: left;
	}
	.page-link-block ul li:nth-child(1) a{
		padding: 20px 0 20px 65px;
		background: #333 url("../images/ico-creator.svg") no-repeat 20px center;
		background-size: 30px 25px;
	}
	.page-link-block ul li:nth-child(1) a:hover{
		background: #808080 url("../images/ico-creator.svg") no-repeat 20px center;
		background-size: 30px 25px;
	}
	.page-link-block ul li:nth-child(2) a{
		padding: 20px 0 20px 65px;
		background: #333 url("../images/ico-archive.svg") no-repeat 20px center;
		background-size: 25px 30px;
	}
	.page-link-block ul li:nth-child(2) a:hover{
		background: #808080 url("../images/ico-archive.svg") no-repeat 20px center;
		background-size: 25px 30px;
	}
	.page-link-block ul li:nth-child(3) a{
		padding: 20px 0 20px 65px;
		background: #333 url("../images/ico-publication.svg") no-repeat 20px center;
		background-size: 30px 23px;
	}
	.page-link-block ul li:nth-child(3) a:hover{
		background: #808080 url("../images/ico-publication.svg") no-repeat 20px center;
		background-size: 30px 23px;
	}
}
/*	イベント
------------------------------------------------------------*/
.list-event li{
	margin-bottom:20px;
	padding: 25px 40px;
	background-color:#f2f2f2;
}
.list-event .date span{
	background:#666;
	color:#fff;
	padding:2px 8px 1px;
	font-size:1.3rem;
}
.list-event .date span:nth-child(2){
	background:#DE220B;
	color:#fff;
	padding:2px 8px 1px;
	font-size:1.3rem;
}
.list-event h3{
	font-size:19px;
	font-size:1.9rem;
	padding:0;
	margin:10px 0;
	background: none;
}
.list-event h3 span{
	display:block;
}
.list-event p{
	margin-top:16px;
	margin-bottom: 0px;
}
@media (max-width: 790) {
	.list-event li{
		width:94%;
		margin:20px 3%;
		padding: 25px 20px;
	}
	.list-event h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.event_list dt{
	width:90px;
	float:left;
}
.event_list dd{
	float: left;
	width: calc(100% - 90px);
}

/*	過去のイベント
------------------------------------------------------------*/
#archive-box .list-event .date {
	margin-bottom:10px;
}
.event_category{
	background: #333;
	display: inline-block;
	color: #fff;
	padding: 3px 15px 4px 15px;
	font-size: 1.4rem;
	margin-bottom: 7px;
}

.event_photo a{
	color: #FFF;
	background-color: #666;
	display: block;
	padding: 8px 10px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.4rem;
}

/* ページャー */
.pgr {
  overflow: hidden;
  width: auto;
  margin: 25px auto;
  text-align: center;
}
.pgr li {
  display: inline-block;
  margin: 0 4px 0 0;
  border: solid 1px #ccc;
  background: #fff;
  font-size: 0.846em;
  vertical-align: middle;
}
.pgr li:hover {
  background:#999;
}
.pgr li a {
  display: inline-block;
  padding: 3px 9px;
  color: #000;
  text-decoration:none;
}
.pgr li a:hover {
  color: #fff;
  text-decoration:none;
}
.pgr .active {
  padding: 3px 9px;
  border: solid 1px #999;
  background: #999;
  color: #fff;
  font-weight:bold;
}
.pgr .next a {
  padding: 3px 4px;
}

/* ニュースリスト */
.list-news {
  margin-top: 30px;
  border-top: solid 1px #bbb; }
  .list-news li {
    padding: 20px 0;
    border-bottom: solid 1px #bbb;
    display: flex;
    justify-content: space-between; }
    .list-news li .date {
      width: 270px;
      line-height: 24px; }
      .list-news li .date span {
        float: right;
        display: inline-block;
        width: 80px;
        height: 21px;
        margin-top: 1.5px;
        background: #fff;
        border: solid 1px #bbb;
        border-radius: 2px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 19px;
        text-align: center; }
        .list-news li .date span.new {
          width: 60px;
          margin-right: 15px;
          background: #d40505;
          color: #fff; }
    .list-news li .title {
      width: calc(100% - 300px); }
      .list-news li .title h3, .list-news li .title p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5em;
        background-color:transparent;
        font-weight: 400; }
      .list-news li .title p {
        margin-top: 5px; }
      .list-news li .title a {
        text-decoration: none; }

/*	アーカイブ
------------------------------------------------------------*/
#archive-box{overflow: hidden;}
#lnav{
	float: left;
	width: 180px;
}
#contentsR{
	float:right;
	width: calc(100% - 250px);
}
@media (max-width: 1220px) {
	#archive-box{
		width:94%;
		margin: 3% 3%;
	}
	#lnav{
		float: left;
		width: 150px;
	}
	#contentsR{
		width: calc(100% - 190px);
	}
}

/* lnav */
#lnav ul{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	border: 1px solid #748085;
}
#lnav li a{
	display: block;
	margin: 0;
	padding: 12px 10px 12px 20px;
	text-decoration:none;
}
#lnav li a:hover,
#lnav li a.active{
	background-color: #748085;
	color: #fff;
}
#lnav li:first-child{
	border-top: none;
}

/*	カレンダー
------------------------------------------------------------*/
#calendar-btn{
	overflow: hidden;
	width: 100%;
	margin: 30px auto;
}
#calendar-btn li{
	width: 49%;
	float: left;
	margin-right: 2%;
	text-align: center;
	cursor: pointer;
	font-size: 2.2rem;
	font-size: 22px;
}
#calendar-btn li:last-child{
	margin-right: 0;
}
#calendar-btn li a{
	padding: 10px 0;
	text-decoration:none;
	display:block;
	background: #F2F2F2;
}
#calendar-btn li a:hover,
#calendar-btn li a.active{
	background: #748085;
	color:#fff;
}
@media (max-width: 1000px){
	#calendar-btn{
		margin: 0 auto 0;
		width: 90%;
	}
	#calendar-btn li{
		font-size: 1.8rem;
		font-size: 18px;
	}
	#calendar-btn li a{
		padding: 7px 0;
	}
}

/* 月、日にち表示 */
#calendar-box{
	overflow: hidden;
	display:table;
	width: 36%;
	margin: 50px auto;
	padding: 0;
}
#calendar-box li{
	display:table-cell;
	vertical-align: middle;
}
#calendar-box .prev,
#calendar-box .next{
	display:block;
	width: 80px;
	height: 47px;
	cursor: pointer;
}
#calendar-box .prev{
	text-decoration: none;
	background: #F2F2F2 url("../images/ico-prev.svg") no-repeat center 10px;
	background-size:14px auto;
	text-indent: -9999px;
}
#calendar-box .next{
	text-decoration: none;
	background: #F2F2F2 url("../images/ico-next.svg") no-repeat center 10px;
	background-size:14px auto;
	text-indent: -9999px;
}
#calendar-box .month-title{
	padding-right:20px;
	text-align: center;
	font-size: 30px;
	font-size: 3.0rem;
}
@media (max-width: 1000px){
	#calendar-box{
		margin: 20px auto 10px;
		width: 90%;
	}
	#calendar-btn li{
		font-size: 1.8rem;
		font-size: 18px;
	}
	#calendar-btn li a{
		padding: 7px 0;
	}
	#calendar-box .next {
		margin: 0 0 0 auto;
	}
	#calendar-box .month-title {
		font-size: 2rem;
		font-size: 20px;
		padding-right: 5px;
	}
	#calendar-box .prev,
	#calendar-box .next{
		width: 80px;
		height: 44px;
		cursor: pointer;
	}
	#calendar-box .prev{
		background: #F2F2F2 url("../images/ico-prev.svg") no-repeat center 10px;
		background-size:12px auto;
	}
	#calendar-box .next{
		background: #F2F2F2 url("../images/ico-next.svg") no-repeat center 10px;
		background-size:12px auto;
	}
}

/* 月間カレンダー */
#main-calendar{
	margin: 16px 1% 0;
}
#monthCalendar th{
	background:none;
	width:32%;
	text-align:center;
	vertical-align: middle;
	font-size:2rem;
	padding:4px 15px;
}
#monthCalendar th.main,
#monthCalendar th.gallery,
#monthCalendar th.event{
	position: relative;
	padding:0;
}
#monthCalendar th.main span{
	display:block;
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom:10px solid #de220b;
}
#monthCalendar th.gallery span{
	display:block;
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom:10px solid #44a9fc;
}
#monthCalendar th.event span{
	display:block;
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom:10px solid #748087;
}
#monthCalendar td{
	padding:15px 15px;
	vertical-align: top;
	font-size:14px;
	font-size:1.4rem;
}
#monthCalendar th.month{
	width:100px !important;
	min-width:unset;
	vertical-align: middle;
	font-size:28px;
	font-size:2.8rem;
}
#monthCalendar th.close{
	width:40px !important;
	min-width:unset;
	font-size:1.4rem;
	background:#F0F0F0;
	vertical-align: middle;
}
#monthCalendar td.close{
	font-size:16px;
	font-size:1.6rem;
	background:#F0F0F0;
}
#monthCalendar td:first-child,
#monthCalendar td:nth-child(2){
	font-size:16px;
	font-size:1.6rem;
	text-align:center;
}
#monthCalendar td.data a{
	position: relative;
	display: inline-block;
	padding: 0 0 0 14px;
	vertical-align: middle;
}
#monthCalendar td.data a:before,
#monthCalendar td.data a:after{
	position: absolute;
	top: 7px;
	bottom: 0;
	left: 0;
	content: "";
	vertical-align: middle;
}
#monthCalendar td.data a:before{
	left: 0px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #333;
}
@media (max-width: 790px) {
	#monthCalendar th,
	#monthCalendar td{
		display: table-cell;
	}
	#monthCalendar td{
		padding:10px 4px;
		font-size:13px;
		font-size:1.3rem;
	}
	#monthCalendar td:first-child,
	#monthCalendar td:nth-child(2){
		font-size:14px;
		font-size:1.4rem;
	}
	#monthCalendar th.month{
		width:60px !important;
		padding:10px 0;
		font-size:22px;
		font-size:2.2rem;

	}
	#monthCalendar th.close{
		width:25px !important;
		line-height:100%;
		padding:10px 0;
	}
	#monthCalendar th{
		font-size:13px;
		font-size:1.3rem;
	}
}
/* 日間カレンダー */
.calendar-day th{
	font-weight: 400;
	font-size: 1.7rem;
	position:relative;
	padding-left:47px;
}
.calendar-day td{
	padding:20px;
}
.calendar-day td:first-child{
	width:68%;
}
.calendar-day.main th:before{
	content:"";
	width:20px;
	height:20px;
	background:#de220b;
	position:absolute;
	top: 14px;
	left: 14px;
}
.calendar-day.gallery th:before{
	content:"";
	width:20px;
	height:20px;
	background:#44a9fc;
	position:absolute;
	top: 14px;
	left: 14px;
}
.calendar-day.event th:before{
	content:"";
	width:20px;
	height:20px;
	background:#748087;
	position:absolute;
	top: 14px;
	left: 14px;
}
.calendar-day td a{
	text-decoration:underline;
}

.calendar-day td a span{
	display:block;
	font-size:13px;
	font-size:1.3rem;
}
#monthCalendar .date ,
.calendar-day .date {
  display: inline-block;
}
#monthCalendar .date span ,
.calendar-day .date span {
  display: inline-block;
  width: 130px;
  height: 21px;
  margin-top: 1.5px;
  border: solid 1px #bbb;
  border-radius: 2px;
  background:none;
  color:#333;
  padding: unset;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  text-align: center; 
} 
@media (max-width: 790px) {
	#monthCalendar .date span,
	 .calendar-day .date span {
		display: inline-block;
		width: auto;
		height: 21px;
		padding:0 2px 0 2px;
		margin-top: 1.5px;
		border: solid 1px #bbb;
		border-radius: 2px;
		background: none;
		color: #333;
		padding: unset;
		font-size: 10px;
		font-size: 1.0rem;
		line-height: 19px;
		text-align: center;
	}
}

/* 催事の中のコースの表示 */
section.eventcourse {
	margin-bottom: 25px;
}
section.eventcourse:after {
	content: '';
	display: block;
	clear:both;
}
/* フォーム */
td.td_02 ,
td.td_07 {
	text-align:center;
}
td.td_03 ,
td.td_04 ,
td.td_06 {
	text-align:right;
}

.err {
	background-color:#fcc;
}
input.num {
	width: 50px;
}
#form_btn {
	text-align:center;
}
#form_btn input[type=button],
#form_btn input[type=submit] {
	width:45%;
	line-height: 3em;
	border: none;
	border-radius: 0;
	background-color: #666;
	color: #fff;
}
#form_btn input[type=button]:hover ,
#form_btn input[type=submit]:hover {
	background-color:#999;
}

@media (max-width: 790px) {
	table.onlineTbl th,
	table.onlineTbl td{
		display: table-cell; 
		padding:8px 5px;
		font-size:1.2rem;
	}
	table.onlineTbl th:nth-child(1){
		width:35% !important;
	}
	table.onlineTbl th:nth-child(2){
		width:15% !important;
	}
	table.onlineTbl th:nth-child(3),
	table.onlineTbl th:nth-child(4),
	table.onlineTbl th:nth-child(5),
	table.onlineTbl th:nth-child(6){
		width:15% !important;
	}
}
/* 申し込み */
.contact td textarea,
.contact td input[type=email],
.contact td input[type=tel],
.contact td input[type=text]{
	width:100%;
	border: solid 1px #aaa;
}

.step{
	list-style-type: none;
	display:table;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.step li{
	display:table-cell;
	position:relative;
	background: #666;
	padding: 1em 0.5em 1em 2em;
	color: #fff;
}
.step li:last-child{
	padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
	display:none;
}
.step li:before,
.step li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.step li:before{
	top:-15px;
	right:-1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 57px 0 57px 1em;
	z-index: 10;
}
.step li:after{
	top:-15px;
	right:-.8em;
	border-style: solid;
	border-color: transparent transparent transparent #666;
	border-width: 57px 0 57px 1em;
	z-index: 10;
}
.step li.is-current{
	background: #478bd1;
	font-weight: bold;
}
.step li.is-current:after{
	border-color: transparent transparent transparent #478bd1;
}

@media (max-width: 1200px) {
	.step{
		margin: 0 3% 30px;
		width:94%;
	}
}
@media (max-width: 600px) {
	.step{
		font-size: 1.3rem;
	}
}
/* 必須 */
.required {
	background: #FF1A00;
}

/* 任意 */
.optional {
	background: #999;
}

.required,
.optional {
	color: #FFF;
	font-size: 1.1rem;
	margin-right: 10px;
	padding: 2px 5px;
	letter-spacing: 0.2em;
}