@charset "utf-8";

/*--------------------
	contents
--------------------*/
.img a {
	text-decoration: none;
}

element.style {
	width: 36%;
}

section > section {
	margin-bottom: 20px;
	padding: 0;
}

h3 {
	margin-bottom: 15px;
	font-size: 1.1em;
	border-bottom: 3px solid #1a73e8;
}

/*--------------------
	iryo_team
--------------------*/
#iryo_team section div {
	margin-bottom: 50px;
}
#iryo_team section div:last-child {
	margin-bottom: 0;
}
#iryo_team .sub_title,
#iryo_team .sub_title2 {
	margin-bottom: 20px;
	padding: 0;
}

#iryo_team .sub_title span {
	text-align: center;
	color: #29a6e0;
	font-size: 1.3em;
}
#iryo_team .sub_title2 span {
	width: 300px;
	color: #fff;
	font-size: 1.3em;
	background: #7D7D7D;
}
#iryo_team .sub_title span,
#iryo_team .sub_title2 span {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}

#iryo_team .sub_title img,
#iryo_team .sub_title2 img {
	display: block;
	margin: auto;
}

#iryo_service > p {
	color: #29a6e0;
	font-size: 1.2em;
}
#iryo_service ol {
	margin-bottom: 15px;
}
#iryo_service ol li span {
	display: block;
}

/*--------------------
	scheme
--------------------*/
#scheme {
	counter-reset: scheme_section;
}

#scheme .img {
	display: inline-block;
	text-align: center;
	margin: 0 auto 10px;
	padding: 0 40px 0;
	border: double 7px #999;
	box-shadow: 0 0 0 1px #999;
}
#scheme section {
	padding: 0 10px;
}
#scheme section h4 {
	margin-bottom: 10px;
	color: #29a6e0;
	font-size: 1.2em;
	font-weight: normal;
}

#scheme section h4::before {
	counter-increment: scheme_section;
	content: counter(scheme_section, decimal-leading-zero);
	margin-right: 10px;
	font-weight: bold;
}

#scheme section p {
	padding-left: 20px;
}

/* scheme_diagnosis */
#scheme_diagnosis .img figure {
	display: inline-block;
	margin-top: 15px;
}
#scheme_diagnosis .img figcaption {
	margin-bottom: 5px;
	text-align: left;
}

/* scheme_interview */
#scheme_interview img {
	display: block;
	width: 90%;
	height: auto;
	margin: auto;
	border: solid 1px #ccc;
	box-shadow: 5px 5px 2px 0 #ccc;
}

#scheme_interview p {
	padding: 10px 10px 0;
}

/* scheme_check */
#scheme_check .img {
	display: inline-block;
	margin-top: 20px;
	padding: 5px;
	border: double 7px #999;
	box-shadow: 0 0 0 1px #999;
}

#scheme_check abbr {
	text-decoration: none;
}

/*--------------------
	action_range
--------------------*/
#action_range .img {
	text-align: center;
	display: block;
	width: 95%;
	margin: 20px auto 0;
	padding: 10px;
	box-sizing: border-box;
	border: double 7px #999;
	box-shadow: 0 0 0 1px #999;
	background-color: #fff;
}
#action_range .img svg {
	width: 100%;
	height: auto;
}

/*--------------------
	defferences
--------------------*/
#defferences p {
	padding: 0 10px;
}

#defferences .differences_container {
	width: 100%;
	overflow: auto;
}

table.differences {
	width: 200vw;
	margin: 10px 0 10px 10px;
	table-layout: fixed;
}

.differences td {
	width: auto;
}

.differences b {
	color: #f00;
}

.result,
.result2 {
	position: relative;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
}

.result::before,
.result2::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border: 14px solid transparent;
	border-top: 14px solid #bbb;
	border-bottom-width: 0;
}

.result2::before {
	border-top: 14px solid #C45911;
}

/*--------------------
	health_data
--------------------*/
#health_data section .health_sub_title {
	margin-bottom: 15px;
	color: #29a6e0;
	font-weight: bold;
}
#health_data section img {
	display: block;
	margin: 20px 0;
}

/*--------------------
	nintei
--------------------*/
#nintei div img {
	width: 49%;
	vertical-align: middle;
}

/*--------------------
	appeal
--------------------*/
#appeal .message {
	margin: 0 10px;
	padding: 10px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #aaa;
	text-align: center;
}

#appeal .message img {
	width: 90%;
	height: auto;
}

#appeal .message p {
	display: inline-block;
	padding: 20px 0;
	font-size: 1.1em;
	text-shadow: 2px 2px 2px #ccc;
}

#appeal .compare_competitor {
	text-align: center;
}

#appeal .compare_competitor h3 {
	display: inline-block;
	margin-top: 40px;
	padding: 7px 30px;
	border: solid 1px #eee;
	border-left: dashed 3px #29a6e0;
	border-right: dashed 3px #29a6e0;
	font-family: "Noto Serif JP", "MS 明朝", serif;
	font-size: 1.2em;
	box-shadow: 2px 2px 2px 0 #aaa;
	background-color: #fff;
}

#appeal .compare_competitor .img {
	display: inline-block;
	margin-top: 20px;
	padding: 10px;
	border: double 7px #999;
	box-shadow: 0 0 0 1px #999;
	background-color: #fff;
}

/* prsupport */
#prsupport p {
}

#prsupport h4{
	margin-top: 15px;
}

#prsupport h4+p {
	padding-left: 15px;
}

#prsupport h4+ul {
	margin-left: 15px;
}


#prsupport .youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}

#prsupport .youtube iframe {
	width: 100%;
	height: 100%;
}
