@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	101

//////////////////////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------------------------

	header

------------------------------------------------------------------------------*/

body.contents.topics .post header .image {
	max-width: 800px;
	width: 100%;
}


/*------------------------------------------------------------------------------

	本文

------------------------------------------------------------------------------*/

main .detail h3 span {
	display: block;
}

main .detail h3 span:nth-of-type(1) {
	color: rgba(var(--sub-blue),1);
}

main .detail h3 span:nth-of-type(2) {
	font-size: .8em;
	color: rgba(0,0,0,.5);
}

main .detail section .group {
	display: flex;
	flex-wrap: wrap;
}

main .detail section .group .text {
	margin-bottom: 38px;
	flex: 1;
}

main .detail section .group .text ul {
	margin-top: 0;
}

main .detail section .group figure {
	width: 225px;
	margin: 0 0 0 25px;
	text-align: center;
}

main .detail .vertical .group figure img {
	width: 80%;
}

main .detail section .group figure figcaption {
	line-height: 1.6;
}

main .detail section .company {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: flex-end;
}

main .detail section .company address p {
	margin-bottom: .3em;
	font-size: .75em;
	line-height: 1.4;
}

main .detail section .company address p:last-of-type {
	margin-bottom: 0;
}

main .detail section .company figure {
	width: 213px;
	margin: 0 25px 0 0;
}

main .detail section .company img {
	border: 1px solid rgba(0,0,0,.1);
}

body.contents main .post .sub {
	margin-top: 54px;
}

@media screen and (max-width: 767px) {

main .detail section .group .text {
	margin-bottom: 5vw;
}

main .detail section .group figure {
	width: 100%;
	margin: 0;
}

main .detail section .group figure img {
	width: 80%;
}

main .detail .vertical .group figure img {
	width: 60%;
}

main .detail section .company {
    display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 6vw;
}	

main .detail section .company figure {
	width: 40%;
	margin: 0 3% 0 0;
}

body.contents main .post .sub {
	margin-top: 8vw;
}	
	
}
