
/* 幅772px */




/*
	common
==================== */
.main {
	word-break: break-all;
}
.main img {
	max-width: 100%;
}
.main h2 {
	margin: 0 0 1em;
	padding: 0;
	border: 0;
}
.main .lead {
	margin-bottom: 3em;
	line-height: 1.6;
	font-weight: 700;
	font-size: 1.5rem;
}
.main h3 {
	border-bottom: 0;
	position: relative;
}
.main h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #ccc;
	content: "";
}
.main h3 em {
	margin-left: 2em;
	color: #e40672;
	font-weight: bold;
	text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
}
.main h3 strong {
	padding-bottom: .5em;
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
}
.main h3 strong span {
	position: absolute;
	top: 2.5em;
	right: -.5em;
	display: block;
	font-size: 12px;
}
.main h3 .note {	font-size: 14px;}
.main h3.ttlHidden {	padding: .7em 0 1.5em;}
.main h3.ttlHidden strong {	display: none;}
.main em {
	font-style: normal;
	font-weight: bold;
}
.main p.marginBottom0 {
	margin-bottom: 0 !important;
}
.main p.marginBottom10 {
	margin-bottom: 10px !important;
}

/*
	.outline
==================== */
.outline {
	margin-bottom: 50px;
}
.outline .note {
	font-size: 1.2rem;
}
.outline section {
	margin-bottom: 30px;
}
.outline section h4::before {
	content: "■";
}

@media(max-width: 768px){

	.outline section h4 {
		font-weight: 700;
	}
}


/*
	.person
==================== */
.person {
	margin-bottom: 50px;
}
.person dl {
	margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
}
.person dl dt {
	width: 70%;
	font-size: 1.6rem;
}
.person dl dd {
	width: 25%;
}
@media(max-width: 768px){
	.person dl dt {
		font-size: 1.4rem;
	}
}


/*
	.groupWork
==================== */
.groupWork {
	margin-bottom: 50px;
}
.groupWork ol {
	margin-bottom: 2em;
}
.groupWork ol li {
	margin-bottom: 1em;
	position: relative;
}
.groupWork .floatLeft {
	padding: 0 1em 1em 0;
	float: left;
	width: 45%;
}


/*
	.report
==================== */
.report > section {
	margin-bottom: 100px;
}
.report h4 {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 3.2rem;
	text-align: center;
}
.report h4 span {
	font-weight: 700;
	font-size: 2rem;
}
.report .commentWrap section {
	margin-bottom: 45px;
	padding: 0 20px;
}
.report .commentWrap section:last-child {
	margin-bottom: 0;
}
.report .commentWrap section .images {
	display: flex;
	justify-content: space-between;
	font-size: 0;
}
.report .commentWrap section .images li {
	width: 50%;
}
.report .commentWrap section .images li img {
	width: 100%;
}
.report .commentWrap section p {
	padding: 18px 30px;
	color: #fff;
	background-color: #698caf;
	font-size: 1.8rem;
}
.report .twoColumn {
	display: flex;
	justify-content: space-between;
}
.report .twoColumn .image {
	width: 30%;
}
.report .twoColumn p {
	width: 65%;
}
.report .reportWrap section {
	padding: 40px 0 30px;
}
.report .reportWrap section:first-child {
	padding-top: 0;
}
.report .reportWrap section:nth-child(even) {
	padding-right: 56px;
	padding-left: 56px;
	position: relative;
	left: -56px;
	width: 772px;
	background-color: #f7f7f7;
}
.report .reportWrap section .images {
	display: flex;
	justify-content: space-between;
}
.report .reportWrap section .images li {
	position: relative;
	width: 48%;
	z-index: 1;
}
.report .reportWrap section .images li img {
	width: 100%;
}
.report .reportWrap section p {
	margin: -25px 0 0;
	padding: 50px 0 0 134px;
	position: relative;
	min-height: 65px;
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1.8rem;
	z-index: 2;
}
.report .reportWrap section:nth-child(1) p {
	background-image: url(../images/report_icon01.png);
}
.report .reportWrap section:nth-child(2) p {
	background-image: url(../images/report_icon02.png);
}
.report .reportWrap section:nth-child(3) p {
	background-image: url(../images/report_icon03.png);
}
.report .reportWrap section:nth-child(4) p {
	background-image: url(../images/report_icon04.png);
}
.report .reportWrap section:nth-child(5) p {
	background-image: url(../images/report_icon05.png);
}
.report .reportWrap section:nth-child(6) p {
	background-image: url(../images/report_icon06.png);
}
.report .reportWrap section:nth-child(7) p {
	background-image: url(../images/report_icon01.png);
}

@media(max-width: 768px){
	.report > section {
		margin-bottom: 50px;
	}
	.report h4 {
		font-size: 2.4rem;
	}
	.report h4 span {
		font-size: 1.4rem;
	}
	.report .commentWrap section {
		margin-bottom: 20px;
		padding: 0;
	}
	.report .commentWrap section p {
		padding: 10px;
		font-size: 1.4rem;
	}
	.report .reportWrap section {
		padding: 20px 0;
	}
	.report .reportWrap section:nth-child(even) {
		padding: 1.5em;
		left: -1.5em;
		width: 100%;
		font-size: 1rem;
	}
	.report .reportWrap section p {
		margin: -25px 0 0;
		padding: 30px 0 0 30%;
		background-size: 24%;
		font-size: 1.4rem;
	}
}


/*
	.thoughts
==================== */
.thoughts {
	margin-bottom: 100px;
}
.thoughts .image {
	margin: 0 auto 50px;
	width: 80%;
}
.thoughts .profile {
	margin-bottom: 2em;
	padding: 20px;
	border: 2px solid #000;
}
.thoughts .profileWrap {
	display: flex;
	justify-content: space-between;
}
.thoughts .profileWrap .photo {
	width: 20%;
}
.thoughts .profileWrap  p {
	width: 77%;
	font-size: 1.2rem;
}
@media(max-width: 768px){
	.thoughts {
		margin-bottom: 50px;
	}
	.thoughts .profile h4 {
		margin-bottom: 1em;
	}
	.thoughts .profileWrap {
		display: block;
	}
	.thoughts .profileWrap .photo {
		margin: 0 auto 1em;
		width: 50%;
	}
	.thoughts .profileWrap  p {
		width: auto;
	}
}


/*
	.activity
==================== */

.activity {
	margin-bottom: 50px;
}
.activity h2 {
	margin: 0;
	padding: .2em 1.5em;
	display: inline-block;
	color: #fff;
	background-color: #ff007e;
}
.activity h3 {
	margin-top: 0;
	background-color: #fff450;
}
.activity h3::after {
	display: none;
}
.activity .prize {
	margin-bottom: 50px;
}
.activity .prize dl {
	margin-bottom: 1.5em;
}
.activity .prize dl dt {
	font-weight: 700;
	font-size: 1.6rem;
}
.activity .comment section {
	margin-bottom: 30px;
}
.activity .comment section p .floatLeft {
	padding: 0 1em 1em 0;
	float: left;
	width: 100px;
}

@media(max-width: 768px){
	.activity .comment section h4 {
		font-weight: 700;
	}
}


/*
	.information
==================== */
.information > dl {	margin-bottom: 5px;}
.information > dl:last-of-type {	margin-bottom: 20px;}
.information > dl dt {
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: right;
}
.information > dl > dt::before {	content: "[";}
.information > dl > dt::after {		content: "]";}
.information > dl > dd {
	float: right;
	width: 632px;
}
.information > dl > dd small {
	font-size: 1.1rem;
}
.information .tt {
	display: flex;
}
.information .tt dt {
	width: 5em;
	font-weight: 400;
	text-align: left;
}
.information .tt dd {
	flex: 1;
}
.information .deadline {
	margin-bottom: 1em;
	padding-top: 10px;
	text-align: center;
}
.information .report {
	text-align: center;
}
.information a {
	color: #000;
	text-decoration: underline;
}
.information a:hover {	text-decoration: none;}
.information .note {
	margin-bottom: 2em;
	padding: 2em 0 0 20%;
	width: 60%;
	font-size: 12px;
	text-align: left;
}
.information .note em {
	color: #fff;
	background-color: #f00;
	font-weight: bold;
}
@media(max-width: 768px){
	.information > dl {	margin-bottom: 10px;}
	.information > dl dt {
		float: none;
		width: auto;
		text-align: left;
	}
	.information > dl dd {
		float: none;
		width: auto;
	}
	.information .note {
		padding: 1em 0 0;
		width: 100%;
		font-size: 12px;
		text-align: left;
	}
}