.ancList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.ancList li {
	position: relative;
	display: block;
	width: 240px;
	margin: 5px;
	border: 1px solid #8a8c8e;
	font-size: 14px;
	color: #8a8c8e;
	text-align: center;
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
}

.ancList li a {
	display: block;
	line-height: 40px;
}

.ancList li span {
	display: block;
	position: relative;
	z-index: 1;
	color: #8a8c8e;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

.ancList li:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #8a8c8e;
	content: "";
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

.ancList li:hover span {
	color: #fff;
}

.ancList li:hover:after {
	width: 100%;
}

@media screen and (max-width: 737px) {
	.ancList {
		margin: 6px 0 0;
		padding: 0 15px;
	}
	.ancList li {
		width: calc(50% - 10px);
		margin: 5px;
		font-size: 14px;
		box-sizing: border-box;
	}
	.ancList li a {
		line-height: 33px;
		font-size: 12px;
	}
	.ancList li:hover span {
		color: #8a8c8e;
	}
	.ancList li:hover:after {
		width: 0;
	}
}

#index #content .inner {
	padding-bottom: 80px;
}

#index #content section {
	/*margin-top:-50px;padding-top:105px*/
	padding-bottom: 80px;
}

#index #content section h2 {
	font-size: 32px;
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
}

#index #content section .sub_heading {
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	max-width: 1200px;
	width: 100%;
	margin: 20px auto;
}

#index #content section ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

#index #content section ul {
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

#index #content section ul li {
	width: calc(25% - 10px);
	margin: 5px;
}

#index #content section ul li .img {
	/*height:192px*/
}

#index #content section ul li .img img {
	max-width: 100%;
	height: auto;
}

#index #content section ul li .txt {
	font-size: 22px;
}

#index #content section ul li .txt span {
	font-size: 14px;
}

@media screen and (max-width: 737px) {
	/*#index #content .inner{padding-bottom:40px}*/
	#index #content section {
		/*margin-top:-30px;padding:70px 20px 0*/
		padding-bottom: 60px;
	}
	#index #content section h2 {
		font-size: 21px;
	}
	#index #content section .sub_heading {
		font-size: 21px;
		width: calc(100% - 30px);
	}
	#index #content section ul {
		padding: 0 15px;
	}
	#index #content section ul li {
		width: calc(33.3333% - 4px);
		margin: 2px;
	}
	#index #content section ul li .img {
		height: 28vw;
	}
	#index #content section ul li .txt {
		/*display:none*/
		position: inherit;
		margin-top: 5px;
		font-size: 16px;
		color: #000;
	}
	#index #content section ul li .txt span {
		font-size: 10px;
	}
}

#detail #content.inner {
	padding-bottom: 80px;
}

#detail #content article {
	padding-bottom: 40px;
}

#detail #content article .row .img {
	float: left;
	width: 48%;
	/*height:470px;*/
	/*overflow: hidden;*/
	max-width: 500px;
}

#detail #content article .row .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

#detail #content article .row .txtArea {
	position: relative;
	float: right;
	width: 48%;
}

#detail #content article .row .txtArea .hd {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

#detail #content article .row .txtArea .hd h3 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Montserrat", "Roboto", sans-serif;
}

#detail #content article .row .txtArea .hd h3 span {
	margin-left: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-weight: bold;
}

#detail #content article .row .txtArea .hd h3 a {
	text-decoration: underline;
}

#detail #content article .row .txtArea .hd h3 a:hover {
	text-decoration: none;
}

#detail #content article .row .txtArea .hd .position {
	text-align: center;
	font-size: 14px;
}

#detail #content article .row .txtArea .right {
	/*position:absolute;top:0;right:0;*/
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#detail #content article .row .txtArea .right a {
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

#detail #content article .row .txtArea .right .insta {
	margin-right: 20px;
	font-family: "icomoon", "icomoon_n";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
}

#detail #content article .row .txtArea .right .insta:hover a {
	color: #8a8c8e;
}

#detail #content article .row .txtArea .right .link a {
	background: #000;
	color: #fff;
}

#detail #content article .row .txtArea .right .link a:hover {
	background: #8a8c8e;
}

/*#detail #content article .row .txtArea .comment{margin-top:10px:font-size:16px;}
*/

@media screen and (max-width: 737px) {
	#detail #content article .row {
		margin-top: 10px;
	}
	#detail #content article .row .inner {
		padding-bottom: 40px;
	}
	#detail #content article .row .img {
		float: none;
		/*width:200px;height:260px;*/
		margin: 0 auto 30px auto;
		width: 80%;
		max-width: 500px;
	}
	#detail #content article .row .txtArea {
		float: none;
		width: 100%;
		margin-top: 10px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#detail #content article .row .txtArea .hd {
		padding-bottom: 10px;
	}
	#detail #content article .row .txtArea .hd h3 {
		font-size: 30px;
	}
	#detail #content article .row .txtArea .hd h3 span {
		margin-left: 0.5em;
		font-size: 16px;
	}
	#detail #content article .row .txtArea .right {
		position: inherit;
		top: inherit;
		right: inherit;
	}
	#detail #content article .row .txtArea .right .insta {
		font-size: 36px;
	}
	#detail #content article .row .txtArea .right .link {
		width: 100%;
	}
	#detail #content article .row .txtArea .right .link a {
		font-size: 14px;
		line-height: 35px;
	}
	#detail #content article .row .txtArea .schedule .hd {
		padding-bottom: 0;
	}
	#detail #content article .row .txtArea .schedule .hd .title {
		float: none;
		line-height: 23px;
	}
	#detail #content article .row .txtArea .schedule .hd .tag {
		float: none;
		margin: 5px -5px 0;
	}
	#detail #content article .row .txtArea .schedule .hd .tag li {
		margin: 2px 5px;
		padding-left: 18px;
		font-size: 14px;
	}
	#detail #content article .row .txtArea .schedule .hd .tag li + li {
		margin: 2px 5px;
	}
	#detail #content article .row .txtArea .schedule .calendar {
		margin-top: 0;
		max-width: 280px;
	}
	#detail #content article .row .txtArea .schedule .calendar table {
		margin-top: 5px;
	}
	#detail #content article .row .txtArea .schedule .simcal-calendar {
		float: none;
		width: 100%;
	}
	#detail #content article .row .txtArea .schedule .simcal-calendar + .simcal-calendar {
		margin: 10px 0 0;
	}
	#detail #content article .row .txtArea .schedule .simcal-calendar .simcal-calendar-grid {
		width: 100%;
	}
}

#detail #content article .block01 {
	margin-top: -40px;
	padding-top: 100px;
}

#detail #content article .block01 h2 {
	font-size: 32px;
	letter-spacing: 0.1em;
	font-family: "Montserrat", "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	margin-bottom: 15px;
}

#detail #content article .block01 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*margin:0 -10px*/
}

#detail #content article .block01 ul li {
	width: calc(25% - 20px);
	margin: 10px;
}

/*height:250px;width:235px;*/

#detail #content article .block01 ul li .img {
	/*height:308px*/
}

@media screen and (max-width: 737px) {
	#detail #content article .block01 {
		margin-top: -46px;
		padding: 90px 20px 0;
	}
	#detail #content article .block01 h2 {
		font-size: 21px;
	}
	#detail #content article .block01 ul {
		margin: 5px -5px 0;
	}
	#detail #content article .block01 ul li {
		width: calc(50% - 10px);
		/*height:35vw;*/
		margin: 5px;
	}
	#detail #content article .block01 ul li .img {
		height: auto;
	}
}

#detail .pagerArea .index {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 737px) {
	#detail .pagerArea .index {
	}
}

/*buttonBox*/

.buttonBox {
	display: flex;
	width: 80%;
	margin: 10px auto;
}

.buttonBox li {
	width: 30%;
	margin: 0 auto;
}

@media screen and (max-width: 737px) {
	.buttonBox .btnDeco02 {
		display: block;
		padding: 0 10px;
		line-height: 26px;
		background: #fff;
		font-weight: 500;
		text-align: center;
		color: #fff;
		background: #000;
		letter-spacing: 0.05em;
		font-size: 12px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
	}
	.buttonBox .btnDeco02 span {
		display: inline;
	}
	.buttonBox li {
		width: 45%;
		margin: 0 auto;
	}
}

/*profdata*/

#detail #content article .row .txtArea .profdata {
	margin: 15px auto;
	width: 100%;
	max-width: 800px;
}

#detail #content article .row .txtArea .profdata dl {
	padding: 12px 0;
	border-bottom: 1px dotted #c4c4c4;
}

#detail #content article .row .txtArea .profdata dt {
	padding-bottom: 5px;
	font-weight: 700;
}

@media screen and (min-width: 738px) {
	#detail #content article .row .txtArea .profdata dl {
		display: flex;
	}
	#detail #content article .row .txtArea .profdata dt {
		/*clear: left;
  float: left;*/
		width: 30%;
		text-align: left;
	}
	#detail #content article .row .txtArea .profdata dd {
		/*margin-left: 31%;*/
		width: 70%;
	}
}
