@charset "utf-8";@media (min-width: 751px) {
    #wrapper .post-page {
        max-width: 950px;
        margin: auto;
	}
}

/* header */
.post-page .section .h2-style {
    font-size: 2rem;
    text-align: center;
    font-family: 'Lato', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 25px;
}

.post-page .section .h2-style small {
    font-size: 1.5rem;
    color: #101010;
    margin-top: 1em;
    display: inline-block;
	line-height: 1;
	font-weight:normal;
}

.post-page .related-section .h2-style {
    font-size: 1.5rem;
}

.post-page .related-section .h2-style:after {
    content: "";
    height: 1px;
    width: 42px;
    display: block;
    margin: auto;
    background: #101010;
    margin-top: 5px;
}
@media (min-width: 751px) {
    .post-page .section .h2-style {
        font-size: 4rem;
        /* margin-bottom: 40px; */
    }

    .post-page .related-section .h2-style {
        font-size: 3rem;
    }

    .post-page .section .h2-style small {
		font-size: 3rem;
		font-weight:normal;
    }

    .post-page .related-section .h2-style:after {
        height: 2px;
        width: 85px;
        margin-top: 18px;
    }
}
/* header */
.post-page section {
	margin-bottom: 40px;
}

@media (min-width: 600px) {
	.left-header {
		font-size: 3rem;
	}
	.sub-header {
		font-size: 2.5rem !important;
	}
}
@media (max-width: 600px) {
	.left-header {
		font-size: 1.5rem;
	}
	.sub-header {
		font-size: 1.5rem !important;
	}
}

/* font size */
.post-page .text-section p {
	font-size: 1.2em;
}

/* image */
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.two-img-wrapper {
	width: 100%;
	display: inline-block;
}
.two-img-wrapper div:nth-of-type(1) {
	width: 57%;
	float: left;
	margin-top: 8%;
}
.two-img-wrapper div:nth-of-type(2) {
	width: 37%;
	float: right;
}
.text-center {
	text-align: center;
}

.ionic-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
}

/* key-line */
.key-line {
	border-bottom:solid 1px #101010;
}

/* btn */
#wrapper .button:after, #wrapper .btn-style:after {
    border-bottom: none;
}
@media (min-width: 751px) {
	#wrapper .button, #wrapper .btn-style {
		width: 530px;
	}
}


.container .child {
    text-align: center;
}

@media (min-width: 751px) {
	.container .child {
        padding: 20px 10px 10px 10px;
        line-height: 180%;
        width: 100%;
    }
}

@media (max-width: 750px) {
	.container .child:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* img */
/* desktop */
@media (min-width: 1024px) {
	.img-wrapper {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.img-right {
		float: right;
	}
	.img-left {
		float: left;
	}
	.human-img {
		width: 29.6%;
	}
	.last-human-img {
		width: 30%;
	}
	.max-width-none img {
		max-width: none;
		width: 123%;
	}
	.img-margin-right {
		margin-right: 25px;
	}
	.img-margin-left {
		margin-left: 146px;
	}
}

/* tablet */
@media (min-width: 768px) and (max-width: 768px) {
	.img-wrapper {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.img-right {
		float: right;
	}
	.img-left {
		float: left;
	}
	.human-img {
		width: 31.5%;
	}
	.last-human-img {
		width: 31.9%;
	}
	.max-width-none img {
		max-width: none;
		width: 100%;
	}
	.img-margin-right {
		margin-right: 25px;
	}
	.img-margin-left {
		margin-left: 25px;
	}
}

@media (max-width: 750px){
	.inner--sp {
		padding-left: 15px;
		padding-right: 15px;
	}
}