@charset "UTF-8";

.main-wrap {
	overflow: hidden;
}


.possible-tests__list {
    display: flex;
	flex-wrap: wrap;
}
.possible-tests__list >li {
    width: 32%;
    background: #fff;
    margin: 0 0 2% 2%;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 20px;
	box-sizing: border-box;
}
.possible-tests__list >li:nth-child(3n+1) {
    margin-left: 0;
}

.to-user {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.to-user p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    padding-left: 20px;
    position: relative;
}
.to-user p:before {
    content: '●';
    position: absolute;
    left: 0;
}

.page-subbox {
    font-size: 1.5rem;
    margin-top: 50px;
}
.page-subbox h5 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 20px;
    border-left: solid 5px;
    padding: 10px 5px 10px 15px;
    background: #fff;
}
.page-subbox-text {
    line-height: 2;
}
.page-subbox__list >li {
    line-height: 1.6;
    margin-bottom: 2em;
}
.page-subbox__list >li h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-subbox__list >li p {
	padding-left: 1em;
}

@media screen and (max-width: 768px) {

	.possible-tests__list >li {
		width: 48%;
	}
	.possible-tests__list >li:nth-child(3n+1) {
		margin: 0 0 4% 4%;
	}
	.possible-tests__list >li:nth-child(2n+1) {
		margin-left: 0;
	}

}


/* -----------------
features
-------------------*/
.features__list >li {
	color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0;
    position: relative;
}
.features__list >li:nth-child(even) {
	flex-direction: row-reverse;
}
.features__list >li:nth-child(odd):after {
    content: '';
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}
.features-img {
    width: 48%;
}
.features-img img {
    border-radius: 20px;
}
.features-info {
    width: 48%;
}
.features-info h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: 300;
    letter-spacing: 0.1em;
	line-height: 1.5;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}
.features-info p {
    font-size: 1.5rem;
    line-height: 2.5;
}
.features-info ul li {
    font-size: 1.5rem;
    line-height: 2;
    padding-left: 2rem;
    position: relative;
    margin-bottom: 10px;
}
.features-info ul li:before {
    content: '◇';
    position: absolute;
    left: 0;
}
.features-info ul li span {
    font-size: 80%;
}

@media screen and (max-width: 768px) {

	.features__list >li {
		display: block;
	}
	.features-img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.features-info {
		width: 100%;
	}

}

/* -----------------
information
-------------------*/
.medical-box {
    margin-bottom: 70px;
    position: relative;
}
.has-mb-bg .medical-box:nth-child(odd) {
    padding: 70px 0;
}
.has-mb-bg .medical-box:nth-child(odd):after {
    content: '';
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}

/* -----------------
case
-------------------*/
.case-main-wrap {
	overflow: hidden;
}


.case__list {
    display: flex;
    flex-wrap: wrap;
}
.case__list >li {
    width: 32%;
    margin: 0 0 50px 2%;
}
.case__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.case__list >li a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
.case__list .case-info {
    padding: 20px ;
}
.case-info-title {
    font-size: 2rem;
}
.case-info-desc {
	font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* single */
#case-single {
	max-width: 900px;
	margin: auto;
}
#case-single .catch-text {
	text-decoration: none;
}

.case-single-contents {
	margin: 100px 0;
}
.case-single-contents h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.case-single-contents p {
    margin: 20px 0;
	line-height:2;
}
.case-single-contents__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
}
.case-single-contents__list >li {
    width: 48%;
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 20px 0 0 4%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-radius: 10px;
}
.case-single-contents__list >li:nth-child(2n+1) {
    margin-left: 0;
}

.case-single-contents.has-image {
    padding: 50px;
    background: #fff;
    border-radius: 5px;
}
.case-single-contents.has-image h3 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.case-single-has-image__list >li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.case-single-has-image__list >li .img {
    width: 45%;
	border-radius: 10px;
	overflow: hidden;
}
.case-single-has-image__list >li .text {
    width: 50%;
}
.case-single-has-image__list >li .text h4 {
    font-size: 1.8rem;
    border-left: solid 5px;
    padding-left: 20px;
}
.case-single-has-image__list >li .text p {
    line-height: 2;
	margin: 20px 0 0;
}

.has-fig-title {
    display: flex;
    align-items: center;
	justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.has-fig-title .fig {
    width: 130px;
}
.has-fig-title .title h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.has-fig-title .title {
	width: calc(100% - 160px);
}
.has-fig-title .title p {
	line-height: 1.6;
}
.case-single-point {
    margin: 100px auto;
}
.case-single-point__list >li {
	display: flex;
	align-items: center;
    font-size: 1.6rem;
	font-weight: 600;
    line-height: 1.6;
    margin: 0 0 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 10px;
}
.case-single-point__list >li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/case/icon_check_b.png") no-repeat center;
	background-size: contain;
	margin-right: 15px;
}



.case-reserve {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    position: relative;
}
.case-reserve:after {
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}
.case-reserve-img {
    width: 55%;
	border-radius: 10px;
	overflow: hidden;
}
.case-reserve-info {
    width: 40%;
}
.case-reserve-info h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.case-reserve-info p {
    line-height: 2;
}
.case-reserve__btn {
    max-width: 200px;
    margin-top: 50px;
}

.case-relation-column {
    margin-top: 100px;
}
.case-relation-column__list {
    display: flex;
    flex-wrap: wrap;
}
.case-relation-column__list >li {
    width: 32%;
    margin-left: 2%;
}
.case-relation-column__list >li:nth-child(3n+1) {
    margin-left: 0;
}
.case-relation-column__list >li a {
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
}
.column-info {
    padding: 20px 10px 30px;
}
.column-info-title {
    font-size: 1.5rem;
    line-height: 2.5;
}
.column-info-title {
    font-size: 1.5rem;
    line-height: 2.5;
}
.column-info-category {
    display: inline-block;
    color: #fff;
    background: #7e8277;
    padding: 3px 10px 2px;
}


@media screen and (max-width: 768px) {

	.case__list  {
		dsplay: block;
	}
	.case__list >li {
		width: 100%;
		margin: 0 0 20px ;
	}

	#case-single .catch-text {
		text-align: left;
	}
	#case-single .catch-text br {
		display: none;
	}

	.case-single-contents.has-image {
		padding: 50px 20px;
	}
	.case-single-has-image__list >li {
		display: block;
	}
	.case-single-has-image__list >li .img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.case-single-has-image__list >li .text {
		width: 100%;
	}

	.case-reserve {
		display: block;
	}
	.case-reserve-img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.case-reserve-info {
		width: 100%;
	}
	.case-reserve__btn {
		margin: 50px auto 0;
	}

	.case-relation-column__list {
		display: block;
	}
	.case-relation-column__list >li {
		width: 100%;
		margin: 0 0 30px;
	}

}

@media screen and (max-width: 576px) {

	.has-fig-title {
		display: block;
		padding: 20px;
	}

	.has-fig-title .fig {
		margin: 0 auto 30px;
	}
	.has-fig-title .title {
		width: auto;
	}
	.has-fig-title .title h3 {
		text-align: center;
	}
}


/* -----------------
column
-------------------*/
#column-page {
    display: flex;
    justify-content: space-between;
}
.column-page-contents {
    width: calc(100% - 350px);
}

.column__list >li {
    margin-bottom: 20px;
}
.column__list >li a {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	text-decoration: none !important;
}
.column__list .column-thumb {
    width: 30%;
}
.column__list .column-info {
    width: 65%;
	padding: 20px;
}


/* single */
.column-single-title {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: solid 1px;
}
.column-single-title h1 {
    font-size: 2.4rem;
    line-height: 1.6;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
    margin-top: 10px;
}
.column-single-date {
    display: inline-block;
}
.column-single-category {
    display: inline-block;
    color: #fff;
    background: #7e8277;
    padding: 5px 20px;
    margin-left: 20px;
}
.column-single-body {
    font-size: 1.5rem;
    line-height: 2.5;
}

.column-single-relation {
	margin-top: 100px;
}

#sidebar {
    width: 300px;
}
.sideBox {
	margin-bottom: 50px;
}
.side-title {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: solid 1px;
}
.side-category__list >li {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-left: 10px;
}
.side-category__list >li a {
    text-decoration: none;
}

.side-post__list >li {
    margin-bottom: 20px;
}
.side-post__list >li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.side-post__list .column-thumb {
    width: 30%;
}
.side-post__list .column-info {
    padding: 0;
    width: 65%;
}
.side-post__list .column-info-date {
    font-size: 1.2rem;
}
.side-post__list .column-info-title {
    font-size: 1.2rem;
    line-height: 2;
}
.side-post__list .column-info-category {
    font-size: 1rem;
    display: inline-block;
    color: #fff;
    background: #7e8277;
    padding: 3px 10px 2px;
}


@media screen and (max-width: 768px) {

	#column-page {
		display: block;
	}
	.column-page-contents {
		width: 100%;
		margin-bottom: 50px;
	}
	#sidebar {
		width: 100%;
	}

	.column__list >li a {
		display: block;
	}
	.column__list .column-thumb {
		width: 100%;
		text-align: center;
	}
	.column__list .column-info {
		width: 100%;
	}

}





/* -----------------
news
-------------------*/
.news__list >li {
	font-size: 1.5rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news__list >li a {
    display: block;
    text-decoration: none;
}
.news-date {
    margin-right: 10px;
}
.news-category {
    color: #fff;
    background: #0ba95f;
    text-align: center;
    padding: 2px 10px 1px;
    margin-right: 20px;
}
.news-title {
	display:block;
	margin-top: 10px;
    line-height: 1.6;
}


@media screen and (max-width: 768px) {



}




