@charset "utf-8";

#theme p,
#theme h1 {
	display: block;
	text-align: center;
}
#theme h1 {
	border-bottom: 1px solid;
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#theme h1 span {
	display: inline-block;
}
p.date {
	font-size: 140%;
}
#theme > div {
	text-align: center;
}
#theme > div img {
	margin-bottom: 15px;
}
#theme > div p {
	text-align: left;
}
#theme span {
	display: inline-block;
}

.cmtbox {
	border: 1px solid #FFF;
	padding: 30px;
	border-radius: 3px;
	margin-top: 60px;
}
.cmtbox .innerbox {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.cmt_title {
	font-size: 100%;
	padding-left: .5em;
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 5px 10px;
}
.cmt_title span {
	display: inline-block;
}
.cmtbox .imgbox {
	width: 40%;
}
.cmtbox .imgbox img {
	height: auto;
}
.cmtbox .cmt {
	width: 60%;
	padding-left: 30px;
	font-size: 90%;
}
.cmtbox .cmt .sign {
	text-align: right!important;
}
.profile {
	width: 100%;
	font-size: 80%;
	padding: 30px;
	background-color: #fff;
}
.profile .title {
	font-family: 'Racing Sans One', cursive;
	text-align: center;
	font-size: 160%;
}
.profile .name {
	font-size: 140%;
	line-height: 1;
}
.profile .member {
	font-size: 120%;
}
.profile .txt {
	margin-bottom: 0;
}
@media (max-width:999px) {
	.cmtbox .innerbox {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}
	.cmtbox .imgbox {
		width: 100%;
		text-align: center;
	}
	.cmtbox .imgbox img {
		width: auto;
		height: auto;
		max-height: 90vw;
	}
	.cmtbox .cmt {
		width: 100%;
		padding-left: 0px;
		font-size: 90%;
	}
}
@media (max-width:767px) {
	.cmt_title {
		margin: 0 -15px;
		width: calc(100% + 30px)
	}
	.cmtbox {
		border: none;
		padding: 0;
		margin-top: 60px;
	}
	.profile {
		padding: 15px;
		margin: 0 -15px -15px;
		width: calc(100% + 30px)
	}
}




.trackbox {
	font-size: 80%;
}
.trackbox ol {
	padding-left: 1.6em;
}
.trackbox ol li {
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
	text-align: left;
	line-height: 1.2;
	margin-bottom: .5em;
}
.trackbox ol li:last-child {
	margin-bottom: 0;
}
@media (min-width:640px) {
	.trackbox {
		display: flex;
		justify-content: space-between;
	}
	.trackbox > div {
		width: calc((100% - 10px) / 3);
	}
}
@media (max-width:639px) {
	.trackbox > div {
		margin-bottom: 20px;
	}
	.trackbox > div:last-of-type {
		margin-bottom: 0
	}
	.trackbox ol {
		padding-left: calc(1.6em + 10px);
	}
}