@charset "utf-8";

/* = mod-themeList
----------------------------------------------- *
 * 
----------------------------------------------- */
/*.mod-themeList {}*/
.mod-themeList {
	font-size: 1em;
}
.mod-themeList .heading {
	font-size: 1.13em; /* 18px */
}
.mod-themeList .themeList {
	margin-bottom: -1px;
	border-bottom: 1px solid #c4c4c4;
}
.mod-themeList .themeList:first-of-type:not(:only-of-type) {
	margin-bottom: 0;
}
.mod-themeList .listItem a {
	font-size: 1em;
}
/*.mod-themeList .listItem {}*/
.mod-themeList .listItem:not(:first-child) {
	border-top: 1px solid #c4c4c4;
}
/*.mod-themeList .listItem .anchor {}*/
/*.mod-themeList .listItem .item {}*/
/*.mod-themeList .listItem .photo {}*/
.mod-themeList .listItem .title {
	font-weight: normal;
}
/*.mod-themeList .listItem .icon {}*/
/* もっと見る：開閉 */
.mod-themeList .more {
	position: relative;
	display: block;
	margin: .7rem;
	padding: 1.4rem;
	border: 1px dotted #c4c4c4;
	color: inherit;
	text-align: center;
	text-decoration: none;
}
.mod-themeList .more.is-selected {
	display: none;
}
.mod-themeList .more + .themeList {
	display: none;
}
.mod-themeList .more.is-selected + .themeList {
	display: block;
}
/* もっと見る：遷移 */
.mod-themeList .goto {
	border-bottom: 1px solid #c4c4c4;
	text-align: right;
	background: #fff;
	margin-top: 1px;
}
.mod-themeList .goto .anchor {
	display: block;
	padding: 1.4rem .7rem;
	color: inherit;
	text-decoration: none;
	font-size: 1em;
}
