@charset "utf-8";

/* ============================================================================================== */
/* contents                                                                                       */
/* ============================================================================================== */

.section__symptom-layout {
	margin-bottom: 120px;
}


/* ----------------------------------------------------------------------- */
/* section__symptom-layout */
.section__symptom-layout .l-block {
	flex-wrap: wrap;
}

.section__symptom-layout .symptom-layout__side {
	order: 2;
}

.section__symptom-layout .symptom-layout__main {
	order: 1;
	margin-bottom: 120px;
}

.section__symptom-layout .sick-symptom__outer {
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.section__symptom-layout .sick-symptom__outer:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
	background-color: rgba(255,255,255,1);
	-webkit-border-image: url('../img/common/border-dot-blue__bg-white.png') 20 20 20 20 round;
	        border-image: url('../img/common/border-dot-blue__bg-white.png') 20 20 20 20 round;
	border-style: solid;
	border-width: 20px 20px 20px 20px;
	border-color: rgba(255,255,255,1);
	box-sizing: border-box;
	transform: scale(.5);
	transform-origin: 0% 0%;
	z-index: -1;
}

.section__symptom-layout .sick-symptom__sub-ttl {
	color: rgba(0,175,185,1);
	font-size: 1.2em;
	position: absolute;
	left: 20px;
	top: -15px;
	padding: 0 5px;
	background: rgba(255,255,255,1);
}

.section__symptom-layout .sick-symptom__li {
	margin-bottom: 2px;
}

.section__symptom-layout .sick-symptom__li:last-child {
	margin-bottom: 0;
}

.section__symptom-layout .sick-symptom__anchor {
	position: relative;
	padding-left: 25px;
	border: none;
	display: inline-block;
	line-height: 1.6;
	font-size: .95em;
}

.section__symptom-layout .sick-symptom__anchor,
.section__symptom-layout .sick-symptom__anchor .ib {
	text-decoration: underline;
}

.section__symptom-layout .sick-symptom__anchor:hover {
	transform: translateX(5px);
}

.section__symptom-layout .sick-symptom__anchor:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(0,175,185,.3);
	position: absolute;
	left: 5px;
	top: 9px;
}

.section__symptom-layout .symptom__header {
	border-top: solid 1px rgba(0,175,185,1);
	position: relative;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5em;
}

.section__symptom-layout .symptom__header:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: url(../svg/dot_horizontally.svg) repeat-x left center;
	background-size: 4px 1px;
}

.section__symptom-layout .symptom__header .icon__outer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border: solid 1px rgba(0,175,185,1);
	border-radius: 50%;
	background: rgba(255,255,255,1);
}

.section__symptom-layout .symptom__header .icon {
	width: 50px;
	height: 50px;
	stroke: rgba(0,175,185,1);
	stroke-width: 4;
	fill: none;
}

.section__symptom-layout .symptom__header .symptom__ttl {
	width: calc(100% - 75px);
}

.section__symptom-layout .symptom__header .sub {
	display: block;
	color: rgba(0,175,185,1);
	font-weight: 500;
	letter-spacing: .1em;
}

.section__symptom-layout .symptom__header .main {
	display: block;
	color: rgba(0,175,185,1);
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
}

.section__symptom-layout .symptom__lead {
	margin-bottom: 2em;
}

.section__symptom-layout .symptom__sub-ttl {
	color: rgba(0,175,185,1);
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: .5em;
}

.section__symptom-layout .symptom__li {
	margin-bottom: 5px;
}

.section__symptom-layout .symptom__li:last-child {
	margin-bottom: 0;
}

.section__symptom-layout .symptom__anchor {
	position: relative;
	padding-left: 30px;
	border: none;
	display: inline-block;
	line-height: 1.6;
	font-size: 1.2em;
	text-decoration: underline;
}

.section__symptom-layout .symptom__anchor:hover {
	transform: translateX(5px);
}

.section__symptom-layout .symptom__anchor:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0,175,185,.3);
	position: absolute;
	left: 5px;
	top: 12px;
}

.section__symptom-layout .symptom__anchor .kana {
	font-size: .7em;
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

}

@media screen and (min-width: 414px) {

}

@media screen and (orientation:landscape) {

}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

@media screen and (min-width: 768px) {

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {

	.section__symptom-layout {
		margin-bottom: 240px;
	}

	/* section__symptom-layout */
	.section__symptom-layout .l-block {
		margin-left: -60px;
	}

	.section__symptom-layout .symptom-layout__side {
		order: 1;
		flex-basis: calc(32% - 60px);
		margin: 0 0 0 60px;
	}

	.section__symptom-layout .symptom-layout__main {
		order: 2;
		flex-basis: calc(68% - 60px);
		margin: 0 0 0 60px;
	}

	.section__symptom-layout .symptom__header {
		border-top: solid 2px rgba(0,175,185,1);
		padding: 30px 0;
	}

	.section__symptom-layout .symptom__header .icon__outer {
		width: 80px;
		height: 80px;
		border: solid 2px rgba(0,175,185,1);
	}

	.section__symptom-layout .symptom__header .icon {
		width: 70px;
		height: 70px;
	}

	.section__symptom-layout .symptom__header .symptom__ttl {
		width: calc(100% - 100px);
	}

	.section__symptom-layout .symptom__header .main {
		font-size: 3.5rem;
		font-weight: 200;
	}

}


/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1281px) {

	/* section__symptom-layout */
	.section__symptom-layout .l-block {
		margin-left: -80px;
	}

	.section__symptom-layout .symptom-layout__side {
		flex-basis: calc(32% - 80px);
		margin: 0 0 0 80px;
	}

	.section__symptom-layout .symptom-layout__main {
		flex-basis: calc(68% - 80px);
		margin: 0 0 0 80px;
	}

	.section__symptom-layout .sick-symptom__outer {
		padding: 30px;
		margin-bottom: 40px;
	}

	.body-part .body-part__li {
		margin-bottom: 15px;
	}

	.section__symptom-layout .symptom__lead {
		line-height: 2;
	}

}


@media screen and (min-width: 1440px) {

}

