@charset "utf-8";
/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 320px;
		padding: 30px 0 0;
	}
}
.contents01 .contents01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 27px;
	font-size: 30px;
	line-height: 48px;
	letter-spacing: calc((50/1000)*1em);
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .text01{
		margin: 0 0 11px;
		font-size: 20px;
		line-height: 32px;
		text-align: left;
	}
}
.contents01 .contents01_01 > .item01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents01 .contents01_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 23px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 > .item01 > img{
		border-radius: 10px;
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents02 .contents02_01{
	width: 100%;
	height: auto;
	padding: 80px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		padding: 60px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	padding: 60px 0 61px;
	margin: 0;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		width: 320px;
		padding: 32px 0 30px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 46px;
	font-size: 25px;
	line-height: 25px;
	color: #2782BE;
	letter-spacing: calc((50/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text01{
		margin: 0 0 25px;
		font-size: 18px;
		line-height: 18px;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text01::before{
	content: '';
	width: 2px;
	height: 30px;
	margin: 0 18px 0 0;
	background-color: #2782BE;
	border-radius: calc(2px / 2);
	display: block;
	flex-shrink: 0;
	transform: rotate(-15deg);
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text01::before{
		height: 22px;
		margin: 0 10px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 > .text01::after{
	content: '';
	width: 2px;
	height: 30px;
	margin: 0 0 0 18px;
	background-color: #2782BE;
	border-radius: calc(2px / 2);
	display: block;
	flex-shrink: 0;
	transform: rotate(15deg);
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 > .text01::after{
		height: 20px;
		margin: 0 0 0 10px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: 758px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
		width: 280px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 25px 0 0;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: calc((25/1000)*1em);
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01{
		margin: 10px 0 0;
		font-size: 15px;
		line-height: 25px;
		letter-spacing: calc((0/1000)*1em);
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01:nth-of-type(1){
	margin-top: 0;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01::before{
	content: '';
	width: 28px;
	height: 27px;
	margin: 0 20px 0 0;
	background-image: url(../img/common/symptom_childpage/contents02/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 > .text01::before{
		width: 22px;
		height: 21px;
		margin: 0 8px 0 0;
	}
}
/*.contents02ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents03 .contents03_01{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 320px;
		padding: 50px 0 0;
	}
}
.contents03 .contents03_01 .contents03_01_01{
	width: 100%;
	height: auto;
	margin: 30px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
.contents03 .contents03_01 .contents03_01_01:nth-of-type(1){
	margin-top: 0;
}
.contents03 .contents03_01 .contents03_01_01 > .text01{
	width: 100%;
	height: auto;
	padding: 15px 0 19px;
	margin: 0;
	background-color: #2782BE;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text01{
		padding: 16px 0 17px;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: calc((25/1000)*1em);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text01 > span{
		font-size: 20px;
		line-height: 25px;
	}
}
.contents03 .contents03_01 .contents03_01_01 > .text01 > span > span{
	width: auto;
	height: auto;
	margin: 11px 0 0;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	letter-spacing: calc((25/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 > .text01 > span > span{
		margin: 11px 0 0;
		font-size: 14px;
		line-height: 14px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
	width: 100%;
	height: auto;
	padding: 30px 30px 27px;
	margin: 0;
	background-color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01{
		padding: 18px 20px 19px;
	}
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	display: block;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .text01 > span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 28px;
	display: inline;
}
.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .text01 > .text01_01{
	font-size: 17px;
	line-height: 17px;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .contents03_01_01 .contents03_01_01_01 > .text01 > .text01_01{
		font-size: 16px;
		line-height: 16px;
	}
}
/*.contents03ここまで*/

/*.contents04ここから*/
.contents04{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 .contents04_01{
	width: 100%;
	height: auto;
	padding: 79px 0 0;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01{
		width: 320px;
		padding: 55px 0 0;
	}
}
.contents04 .contents04_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 38px;
	font-size: 42px;
	line-height: 42px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 > .text01{
		margin: 0 0 36px;
		font-size: 28px;
		line-height: 28px;
	}
}
.contents04 .contents04_01 > .item01{
	width: 100%;
	height: auto;
	margin: 0 0 17px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 > .item01{
		margin: 0 0 16px;
	}
}
.contents04 .contents04_01 > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 23px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 > .item01 > img{
		border-radius: 10px;
	}
}
.contents04 .contents04_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 32px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents04 .contents04_01 > .text02{
		font-size: 15px;
		line-height: 28px;
	}
}
/*.contents04ここまで*/