@charset "UTF-8";

html {
	height: auto;
	font-size: 62.5%;
}
body {
	min-height: 100%;
	color: #000;
	font: normal 500 1.6em/2.2 '游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
}

a {
	color: #33f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

i,
address {
	font-style: normal;
}

b,
strong {
	font-weight: 600;
}

h1 {
	position: relative;
	margin: 0 0 25px;
	padding: 0 0 18px;
	color: #f56718;
	font-weight: 600;
	font-size: 3.4rem;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
h1:after {
	content: "";
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	width: 3.1em;
	height: 7px;
	background: #f56718;
}
h2 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: 75px 0 35px;
	color: #96c121;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1.1;
	letter-spacing: 0.1em;
}
h2:before {
	content: "";
	display: block;
	position: absolute;
	right: 0; top: 50%;
	margin-top: -1px;
	width: 60px;
	height: 2px;
	background: url(../img/top/line_dashed.png) repeat-x right center;
}
h2:after {
	content: "";
	-webkit-flex-grow: 1;
	flex-grow: 1;
	display: block;
	margin: 0 60px 0 20px;
	width: auto;
	height: 2px;
	background: #96c121;
}
h2 span {
	display: inline-block;
	margin-top: -0.5em;
}
h2 rt {
	font-size: 0.3em;
	text-align: center;
}
h3 {
	position: relative;
	margin: 40px 0 10px;
	padding-left: 1.2em;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: left;
}
h3:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0; top: 0.3em;
	width: 0.6em;
	height: 0.6em;
	background: #96c121;
}
h4 {
	position: relative;
	margin: 20px 0 5px;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.6;
}
sup {
    font-size: 1rem;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a img,
.hover {
	border: 0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
a:hover img,
.hover:hover {
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}

figure img {
	flex-shrink: 0; /* IE Hack */
	display: block;
	margin: 0 auto;
}
figcaption {
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.6;
}

ol {
	list-style: none;
	padding: 0;
}

rt {
	font-weight: 300;
}

table {
	border-collapse: collapse;
	margin: 15px 0 25px;
	width: 100%;;
	border-top: 1px solid #f46b4a;
}
colgroup.left {
	width: 22%;
}
colgroup.right {
	width: 12%;
}
caption {
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
}
th,
td {
	padding: 15px;
	border-right: 1px solid #f46b4a;
	border-bottom: 1px solid #f46b4a;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}
tr th:first-child {
	border-left: 1px solid #f46b4a
}
thead th {
	background-color: #eb862b;
}
thead td {
	background-color: #ee7659;
}
tbody th{
	background-color: #f9b995;
}
tbody td {
	text-align: left;
}
tfoot th,
tfoot td{
	padding: 0;
	border: 0;
	font-weight: 300;
	text-align: right;
}

dl[id^="word"] {
	margin: 25px 0 0;
	padding: 0;
}
dl[id^="word"] dt {
	font-weight: 600;
}
dl[id^="word"] dt .arrow {
	margin-left: 0;
}
dl[id^="word"] dd {
	margin-top: 10px;
}


#wrapper {
	background: url(../img/top/header_bg.png) no-repeat center top / 100% auto #fff;
}

#header {
	margin: 0 0 12px;
	padding: 35px 0 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header .inner {
	position: relative;
}
#header .logo {
	display: inline-block;
	max-width: 36.4%;
}
#header .icons {
	right: 20px; top: 0;
}

#head-nav {
	display: none;
}

#contents {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1540px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#side {
	position: relative;
	width: 20%;
	max-width: 300px;
}
#side ul {
	margin: 0;
	padding: 15px 0;
	border: 1px solid #f4aba2;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #eb862b;
	line-height: 0;
	text-align: left;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#side ul.fixed {
	/* position: absolute;
	left: 0; top: 0;
	width: 100%; */
	position: fixed;
	left: auto; top: 12px;
	z-index: 5;
	width: 300px;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#side ul li {
	border-bottom: 1px solid #f4aba2;
	font-weight: 600;
	line-height: 1.5;
}
#side ul li:first-child {
	border-top: 1px solid #f4aba2;
}
#side ul li a {
	display: block;
	padding: 12px 5% 12px 10%;
	color: #000;
	text-decoration: none;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
#side ul li a:hover,
#side ul li.current a {
	background-color: #f6a760;
}

#main {
	padding-top: 20px;
	width: 76%;
	max-width: 1140px;
	text-align: left;
}

#main .exnumber {
	font-size: 12px;
	text-align: right;
	line-height: 1;
	font-feature-settings: "palt";
}

#related_link {
	margin: 20px 0 60px auto;
	padding: 40px 1% 30px;
	width: 76%;
	background: #fbe5d1;
}
#related_link h2 {
	display: block;
	margin: 0 0 25px;
	color: #000;
	font-size: 3rem;
	line-height: 1.2;
	text-align: center;
}
#related_link h2:before,
#related_link h2:after {
	content: none;
}
#related_link ul {
	line-height: 0;
	justify-content: center;
	margin-top: -1%;
}
#related_link li {
	overflow: hidden;
	margin: 1% 1% 0 0;
	width: 15.833%;
	border: 2px solid #eb862b;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-weight: 600;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#related_link li:last-child {
	margin-right: 0;
}
#related_link li a,
#related_link li span {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
#related_link li a {
	-webkit-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
	background: #fff;
	color: #eb862b;
	text-align: center;
}
#related_link li a:before {
	content: "＋";
	display: inline-block;
	position: absolute;
	right: 0; top: 0;
	z-index: 1;
	width: 20px;
	height: 20px;
	border-left: 2px solid #eb862b;
	border-bottom: 2px solid #eb862b;
	background: #fff;
	line-height: 20px;
	white-space: nowrap;
}
#related_link li img {
	width: 100%;
	min-height: 0%;
}
#related_link li span {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 5px;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#footer {
	position: relative;
	margin-top: 4vw;
	padding: 25px 0 55px;
	background:  #fab995;
}
#footer:before {
	content: "";
	display: block;
	position: absolute;
	top: -4vw; left: 0;
	/* z-index: -2; */
	width: 100%;
	height: 4vw;
	background: url(../img/top/footer_bg.png) no-repeat center bottom / 100% auto;
}
#footer .page-top {
	display: block;
	position: fixed;
	/*right: 4.3%; top: -35px;*/
	right: 20px; bottom: 20px;
	/* z-index: -1; */
	z-index: 10;
	padding-top: 22px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e74444;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1ex;
	white-space: nowrap;
	/* line-height: 70px; */
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .page-top:hover {
	text-decoration: none;
}
#footer .page-top:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%; top: 15px;
	z-index: 1;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}
#footer .icons {
	position: absolute;
	left: 7.25%; top: -2vw;
}
#footer .icons.fixed {
	position: fixed;
	top: auto; bottom: 20px; /* bottom: 95px; */
}
#footer .logo {
	display: block;
	margin: 0 auto;
	width: 212px;
}
#footer .copyright {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;
}

.ta-l	{text-align: left;}
.ta-c	{text-align: center;}
.ta-r	{text-align: right;}

.ws-nw {white-space: nowrap;}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.annotation{
	margin-top: 20px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.pc {display: block;}
.sp, .tb {display: none;}

.flex,
.flex.pc,
.flex.children > * {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
}
.flex.wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex.column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex.jc-c {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
.flex.jc-j {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.flex.ai-c {
	-webkit-align-items: center;
	align-items: center;
}
.flex.ai-s {
	-webkit-align-items: stretch;
	align-items: stretch;
}


.inner {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	max-width: 1540px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.icons {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	position: absolute;
	z-index: 1;
	line-height: 0;
}
.icons li {
	margin-left: 15px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.icons li:first-child {
	margin-left: 0;
}
.icons li a {
	display: block;
	padding: 6px 10px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	background: #fff;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.icons li a:hover {
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}

.anchors {
	margin-top: -1%;
}
.anchors a {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	/* -ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around; */
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	margin: 1% 1% 0 0;
	/* padding: 21px 0.5%; */
	padding: 20px 5px 20px 10px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #7da415;
	color: #f9f2ea;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.025em;
	/* white-space: nowrap; */
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.anchors.col3 a {
	-webkit-flex-basis: 372px;
	flex-basis: 372px;
	width: 32.6%;
	max-width: 372px;
}
.anchors.col4 a {
	-webkit-flex-basis: 279px;
	flex-basis: 279px;
	width: 24.25%;
	max-width: 279px;
}
.anchors.col5 a {
	-webkit-flex-basis: 218px;
	flex-basis: 218px;
	width: 19.2%;
	max-width: 218px;
}
.anchors.col6 a {
	-webkit-flex-basis: 180px;
	flex-basis: 180px;
	width: 15.83%;
	max-width: 180px;
}
.anchors.col10 a {
	-webkit-flex-basis: 103px;
	flex-basis: 103px;
	width: 9.1%;
	max-width: 103px;
}
.anchors.col3 a:nth-child(3n+3),
.anchors.col4 a:nth-child(4n+4),
.anchors.col5 a:nth-child(5n+5),
.anchors.col6 a:nth-child(6n+6),
.anchors.col10 a:nth-child(10n+10) {
	margin-right: 0;
}
.anchors a:hover {
	background-color: #a9d632;
}
.anchors a:last-child,
.anchors[class^="col"] a:last-child {
	margin-right: 0;
}
.anchors a:before {
	content: "";
	display: inline-block;
	/* margin-right: 0.5%; */
	margin-right: 8px;
	border: 6px solid transparent;
	border-left: 10px solid #f9f2ea;
	border-right: 0;
}

img.arrow {
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}
span.arrow {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	width: 44px;
	height: 24px;
	background: url(../img/top/arrow.png) no-repeat left bottom;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1;
	text-align: right;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span.arrow i {
	position: absolute;
	bottom: 2px; right: 13px;
	/* -webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: scale(0.7);
	transform: scale(0.7); */
}
a .arrow {
	-webkit-transition: transform 0.2s ease-in-out;
	-moz-transition: transform 0.2s ease-in-out;
	-ms-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}
a:hover .arrow {
	transform: translateX(4px);
}

.pop {
	margin: 0 0 25px;
}
.pop img {
	margin: 0 4%;
	max-width: 46%;
}
.pop img.large {
	margin-right: 2%;
	max-width: 65%;
}
/* 共通　監修　.supervise　*/
.supervise {
	margin-top: 150px;
}
.supervise dl {
	display: flex;
	justify-content: flex-end;
}
.supervise dl dt,
.supervise dl dd {
	line-height: 1.8;
}

/* TOP */
.heredity li {
	width: 46.5%;
	max-width: 530px;
}
.heredity li strong {
	display: block;
	margin: 30px 0 40px;
	text-indent: -1.5ex;
	padding-left: 1.5ex;
}


/* SYMPTOM */
body#symptom .haemostasis {
	align-items: flex-start;
}
body#symptom .haemostasis img {
	max-width: 39.1%;
}
body#symptom .haemostasis img:nth-child(n+3) {
	margin-top: 15px;
}


/* TREATMENT */
body#treatment .treatment {
	margin: 20px 0 0;
	text-align: center;
}
body#treatment .treatment dl {
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
}
body#treatment .treatment dt {
	display: inline-block;
	padding: 5px 15px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	font-weight: 600;
	line-height: 1.4;
	background: #9fc633;
}
body#treatment .treatment dd {
	margin-top: 5px;
	padding-left: 15px;
	line-height: 1.8;
}
body#treatment .treatment figure {
	/* display: inline-block; */
	margin: 40px auto 20px;
}
body#treatment .treatment figcaption {
	/* padding-left: 35px; */
	text-align: left;
}


/* LIFE */
body#life .record figure {
	/* margin: 0 auto;
	max-width: 50%; */
}
body#life .record figure + figure {
	margin-top: 40px;
}
body#life .record figure .flex {
	align-items: flex-end;
}
body#life .record figure img {
	margin: 0;
	max-width: 49%;
}
body#life .record figure.card img {
	width: 282px;
}
body#life .record figure img + img {
	/* margin-left: 2%; */
}
body#life .record figcaption {
	margin: 10px auto 0;
	text-align: center;
}
body#life .paper img {
	max-width: 46%;
}


/* SUPPORT */
body#support .flex.column img + img {
	margin-top: 35px;
}
body#support .flex dl {
	-webkit-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	margin: 0 0 1%;
	border: 2px solid #fff;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body#support .flex.col3 dl {
	width: 364px;
	/* width: 32%; */
}
body#support .flex.col4 dl {
	width: 273px;
	/* width: 24%; */
}
body#support .flex dl.green{
	border-color: #c1d883;
}
body#support .flex dl.red{
	border-color: #f9b995;
}
body#support .flex dl.yellow{
	border-color: #f3f995;
}
body#support .flex dl.blue{
	border-color: #bce1ed;
}
body#support .flex dt {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px 0;
	min-height: 2.5em;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
body#support .flex dl.green dt {
	background-color: #c1d883;
}
body#support .flex dl.red dt {
	background-color: #f9b995;
}
body#support .flex dl.yellow dt {
	background-color: #f3f995;
}
body#support .flex dl.blue dt {
	background-color: #bce1ed;
}
body#support .flex dd {
	padding: 15px 10px;
	background: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
}
body#support .flex dd em {
	display: block;
	margin-top: 1em;
	font-size: 1.6rem;
}
body#support .flex dd em:first-of-type {
	margin-top: 0;
}
body#support .flex dl.green dd em {
	color: #596f1f;
}
body#support .flex dl.red dd em {
	color: #c96c37;
}
body#support .flex dl.yellow dd em {
	color: #aeb636;
}
body#support .flex dl.blue dd em {
	color: #519cb5;
}
body#support #contents figure:nth-of-type(n+2) {
	margin-top: 60px;
}

/* BACK NUMBER */
body#bn section {
	float: none;
	clear: both;
	overflow: hidden;
}
body#bn section + section {
	margin-top: 40px;
}
body#bn section:after {
	content: "";
	display: table;
	float: none;
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
body#bn h2 {
	float: none;
	clear: both;
}
body#bn h3 {
	position: relative;
	margin: 0 0 12px;
	padding-bottom: 15px;
	width: 100%;
}
body#bn h3:after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 6px;
	background: #96c121;
	background: -moz-linear-gradient(100deg,  #96c121 16%, #96c121 48%, #eb862b 51%, #eb862b 90%);
	background: -webkit-linear-gradient(100deg,  #96c121 16%,#96c121 48%,#eb862b 51%,#eb862b 90%);
	background: linear-gradient(100deg,  #96c121 16%,#96c121 48%,#eb862b 51%,#eb862b 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96c121', endColorstr='#eb862b',GradientType=1 );
}
body#bn article {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	float: left;
	margin: 0 0 50px;
	width: 48%;
	text-align: left;
}
body#bn article:nth-of-type(odd) {
	clear: both;
}
body#bn article:nth-of-type(even) {
	float: right;
}
body#bn article > a {
	display: block;
	width: 36%;
	text-decoration: none;
}
body#bn article > a img {
	width: 100%;
}
body#bn article > a span {
	display: block;
	position: relative;
	margin: 15px auto 0;
	padding: 5px 10px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #96c121;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
body#bn article > a span:before {
	content: "";
	display: inline-block;
	margin: 0 10px 0 0;
	width: 22px;
	height: 24px;
	background: url(../img/top/icon_pdf.png) no-repeat center center / contain;
	vertical-align: middle;
}
body#bn article > div {
	width: 60%;
	font-size: 1.4rem;
	line-height: 1.8;
}
body#bn article > div h4 {
	margin-top: 30px;
	text-decoration: underline;
}
body#bn article > div h4:first-child {
	margin-top: 0;
}
body#bn article small {
	display: block;
	margin-top: 15px;
	font-size: inherit;
	text-align: right;
}


@media screen and (max-width: 1550px) and (min-width: 768px) {
	.anchors.col3 a:nth-child(3n+3),
	.anchors.col4 a:nth-child(4n+4),
	.anchors.col5 a:nth-child(5n+5),
	.anchors.col6 a:nth-child(6n+6),
	.anchors.col10 a:nth-child(10n+10) {
		margin-right: 1%;
	}
}

@media screen and (max-width: 1499px) and (min-width: 1080px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.1rem;
		line-height: 1.4;
	}

	#side {
		width: 32%;
		max-width: none;
	}
	#side ul.fixed {
		width: calc(32vw - 18px);
	}
	#main,
	#related_link {
		width: 64%;
	}
	#related_link h2 {
		font-size: 2.6rem;
	}
	#related_link li {
		width: 24.25%;
	}
	#related_link li:nth-child(4n+4) {
		margin-right: 0;
	}
	#footer .icons,
	#footer .icons.fixed {
		left: 20px;
	}

	body#support .flex.col3 dl {
		width: 49.5%;
	}
	body#support .flex.col4 dl {
		width: 32.6%;
	}
	.pop img.large {
		margin-right: 0;
		margin-bottom: 20px;
		max-width: 100%;
	}
}


@media screen and (max-width: 1079px) {
	body {}

	h2 {
		font-size: 2.1rem;
	}

	#wrapper {
		background-image: none;
		background-color: transparent;
		/* padding-top: 60px; */
	}

	#header {
		/* position: fixed;
		left: 0; top: 0; */
		position: relative;
		z-index: 98;
		padding: 0;
		width: 100%;
		height: 60px;
		background: url(../img/top/header_bg@sp.png) no-repeat center top / 100% auto #fcd1b9;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	}
	#header .inner {
		padding: 0;
	}
	#header .logo {
		margin: 8px 0 0 4%;
		max-width: 70%;
	}
	#header .logo img {
		max-height: 48px;
	}
	#header .icons {
		display: none;
	}

	#head-nav {
		display: block;
	}
	#btn-menu {
		position: fixed;
		right: 0; top: 0;
		z-index: 100;
		overflow: hidden;
		width: 60px;
		height: 60px;
		background: url(../img/top/btn_menu.png) no-repeat center center #96c121;
		color: #fff;
		text-align: center;
		text-indent: 101%;
		text-decoration: none;
	}
	#btn-menu.open {
		background-image: url(../img/top/btn_close.png);
	}
	#head-nav ul {
		position: fixed;
		left: 0; top: 60px;
		overflow: hidden;
		z-index: -1;
		width: 100%;
		max-height: 0;
		line-height: 0;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}
	#head-nav #btn-menu.open + ul {
		z-index: 99;
		max-height: 100vh;
	}
	#head-nav ul li {
		border-bottom: 2px solid #96c121;
		line-height: 1.4;
		font-weight: 600;
	}
	#head-nav ul li:first-child {
		border-top: 2px solid #96c121;
	}
	#head-nav ul li a {
		display: block;
		position: relative;
		padding: 12px 7% 12px 4%;
		background: #cae67d;
		color: #000;
		text-decoration: none;
	}
	#head-nav ul li a:after {
		content: ">";
		display: none;
		position: absolute;
		right: 4%; top: 50%;
		margin-top: -0.5em;
		color: #96c121;
		line-height: 1;
	}
	#head-nav #btn-menu.open + ul li a:after {
		display: inline-block;
	}
	#head-nav ul li br {
		display: none;
	}

	#contents {
		-webkit-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
	#side,
	#main{
		margin: 0 4%;
		width: 92%;
	}
	#main {
		padding-top: 0;
	}

	#main .exnumber {
		padding: 0 0 15px;
		font-size: 10px;
	}

	#side {
		-webkit-order: 2;
		order: 2;
		margin-top: 40px;
		max-width: none;
	}
	#side ul.fixed {
		position: static;
		width: auto;
	}
	#side ul li {
		font-size: 1.8rem;
	}
	#side ul li a {}

	#main {
		-webkit-order: 1;
		order: 1;
		margin: 0 auto;
	}

	#related_link {
		-webkit-order: 3;
		order: 3;
		margin: 20px 0;
		padding: 30px 4% 20px;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#related_link li {
		/* -webkit-flex-basis: 180px;
		flex-basis: 180px; */
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
	#related_link li span {
		padding: 8px 4px;
		font-size: 1.2rem;
	}

	#footer .icons {
		left: 4%;
		width: 30vw;
	}
	#footer .icons.fixed {
		bottom: 20px;
	}

	.tb {
		display: block;
	}

	.icons li {
		margin-left: 10px;
	}

	.table-wrap {
		position: relative;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		margin-bottom: 25px;
		padding-bottom: 10px;
		white-space: nowrap;
	}
	.table-wrap strong {
		display: block;
		-webkit-position: sticky;
		position: sticky;
		left: 0; top: 0;
	}
	.table-wrap table {
		table-layout: auto;
		margin: 0;
	}
	.ps__rail-x {
		opacity: 1;
	}

	body#support .flex.col3 dl,
	body#support .flex.col4 dl {
		width: 49.5%;
	}
	.pop img.large {
		margin: 0 auto 15px;
		max-width: 100%;
	}

}

@media screen and (max-width: 1023px) and (min-width: 640px) {
	#related_link li {
		-webkit-flex-basis: auto;
		flex-basis: auto;
		width: calc(98% / 3);
	}
	#related_link li:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	body {}

	h1 {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}
	h1:after {
		width: 24%;
		height: 5px;
	}
	h2 {
		display: block;
		margin: 50px 0 20px;
		padding-bottom: 5px;
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: 0.05em;
	}
	h2:before {
		bottom: 0; top: auto;
		margin: 0;
		width: 30px;
		background: url(../img/top/line_dashed@sp.png) repeat-x right bottom / contain;
	}
	h2:after {
		position: absolute;
		left: 0; bottom: 0;
		margin: 0;
		width: calc(100% - 32px);
	}
	h3 {}
	h4 {
		margin-bottom: 1px;
		line-height: 1.4;
	}

	table {
		/* margin: 15px 0 25px; */
	}
	th,
	td {
		padding: 0.7em 8px;
		font-size: 1.4rem;
	}

	#related_link h2 {
		margin: 0 0 20px;
		padding-bottom: 0;
		font-size: 2rem;
	}
	#related_link ul {
		justify-content: left;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.flex.column-sp {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.icons li {
		margin-left: 3%;
	}
	.icons li:first-child {
		margin-left: 0;
	}

	.anchors {}
	.anchors a,
	.anchors.col3 a,
	.anchors.col4 a,
	.anchors.col5 a,
	.anchors.col6 a{
		-webkit-flex-basis: 49%;
		flex-basis: 49%;
		margin: 1% 0;
		/* padding: 10px 0.5%; */
		padding: 10px 5px 10px 10px;
		width: 49%;
		max-width: none;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 0.01em;
	}
	.anchors.col10 a,
	.anchors.col10 a:nth-child(even) {
		-webkit-flex-basis: 24.25%;
		flex-basis: 24.25%;
		margin-left: 1%;
		width: 24.25%;
		max-width: none;
	}
	.anchors a:nth-child(even),
	.anchors.col3 a:nth-child(even),
	.anchors.col4 a:nth-child(even),
	.anchors.col5 a:nth-child(even),
	.anchors.col6 a:nth-child(even){
		margin-left: 2%;
	}
	.anchors.col10 a:nth-child(4n+1) {
		margin-left: 0;
	}
	.anchors a:before {
		/* margin-right: 1%; */
		margin-right: 5px;
		border-width: 4px;
		border-left-width: 6px;
		border-right-width: 0;
	}

	span.arrow {
		margin: 0 4px;
		vertical-align: baseline;
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	.pop {
		margin-bottom: 15px;
	}
	.pop img {
		margin: 0 auto;
		max-width: 76%;
	}
	.pop img.large {
		margin-bottom: 0;
		max-width: 100%;
	}
	.pop img.large + img {
		max-width: 58%;
	}
	
	/* 監修 */
	.supervise {
		margin-top: 20px;
	}

	/* TOP */
	.heredity li {
		width: 100%;
		max-width: 100%;
	}
	.heredity li + li {
		margin-top: 50px;
	}
	.heredity li strong {
		margin: 20px 0 10px;
	}


	/* SYMPTOM */
	body#symptom .haemostasis img {
		max-width: 96%;
	}
	body#symptom .haemostasis img:nth-child(n+3) {
		margin-top: 0;
	}
	body#symptom .haemostasis img:nth-child(n+2) {
		margin-top: 15px;
	}

	body#symptom #anc03a {
		margin-bottom: 20px;
	}
	body#symptom #anc03a .flex img {
		max-width: 56%;
	}
	body#symptom #anc03a .flex img + img {
		position: relative;
		left: 1.5%;
		margin-top: 20px;
		max-width: 86%;
	}


	/* TREATMENT */
	body#treatment {}

	/* LIFE*/
	body#life .paper img {
		max-width: 70%;
	}
	body#life .record figure + figure,
	body#life .paper img + img {
		margin-top: 20px;
	}


	/* SUPPORT */
	body#support .flex.col3,
	body#support .flex.col4 {
		-webkit-align-items: center;
		align-items: center;
	}
	body#support .flex.col3 dl,
	body#support .flex.col4 dl {
		margin-bottom: 10px;
		width: 100%;
	}
	body#support .flex dt {
		min-height: 0;
	}
	body#support .flex dd {
		padding: 10px;
		/* font-size: 1.2rem; */
	}
	body#support .flex dd em {
		/* font-size: 1.4rem; */
	}
	body#support .flex.column img + img,
	body#support .flex.column-sp img + img {
		margin-top: 30px;
	}
	body#support #contents figure:nth-of-type(n+2) {
		margin-top: 30px;
	}


	/* BACK NUMBER */
	body#bn h3 {
		padding-bottom: 8px;
	}
	body#bn h3:after {
		height: 5px;
	}
	body#bn article,
	body#bn article:nth-of-type(even) {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		float: none;
		margin-bottom: 0;
		width: 100%;
	}
	body#bn article + article {
		margin-top: 50px;
	}
	body#bn article > a {
		display: inline-block;
		margin-bottom: 20px;
		width: 48%;
	}
	body#bn article > div {
		width: 100%;
	}
	body#bn article > div h4 {
		margin-top: 25px;
	}
	body#bn article > div h4:first-child {
		margin-top: 0;
	}
	body#bn article small {
		/* margin-top: 15px; */
	}

}

@media screen and (max-width: 639px) {
	html, body {
		/* height: 100%;
		min-height: 100%; */
	}
	html {
		/* height: -webkit-fill-available; */
	}
	body {
		/* min-height: -webkit-fill-available; */
		/* height: 100vh; */
		/* overflow-y: hidden; */
	}

	#wrapper {
		/* -webkit-overflow-scrolling: touch;
		position: relative;
		z-index: 1;
		overflow-y: auto;
		height: 100vh;
		-webkit-box-sizing: border-box;
		box-sizing: border-box; */
	}

	#related_link li {
		-webkit-flex-basis: 48.5%;
		flex-basis: 48.5%;
		margin: 0;
		width: 48.5%;
	}
	#related_link li:nth-child(even) {
		margin-left: 3%;
	}
	#related_link li:nth-child(n+3) {
		margin-top: 3%;
	}

	#footer {
		margin-top: 22vw;
		padding: 8vw 0 15px;
	}
	#footer:before {
		top: -22vw;
		height: 22vw;
		background-image: url(../img/top/footer_bg@sp.png);
	}
	#footer .page-top {
		right: 4%; bottom: 20px; /* top: -29px; */
		padding-top: 2px;
		width: 58px;
		height: 58px;
		font-size: 1.2rem;
		line-height: 58px;
	}
	#footer .page-top:before {
		top: 10px;
		width: 8px;
		height: 8px;
	}
	#footer .icons {
		left: 4%; top: -10vw;
		width: 64vw;
	}
	#footer .logo {
		width: 40%;
	}
	#footer .copyright {
		margin-top: 15px;
		font-size: 1rem;
	}

	thead td small {
		font-size: 0.8em;
	}
}


/* Android */
.android b, .android strong,
.android h3, .android h4,
.android figcaption,
.android #side ul li,
.android #head-nav ul li,
.android #related_link h2,
.android #related_link li,
.android dl[id^="word"] dt,
body#support.android .flex dt,
body#support.android .flex dd,
body#treatment.android .treatment dt,
body#bn.android article > a span {
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #000;
	-webkit-text-fill-color: #000;
}
.android h1 {
	-webkit-text-stroke-width: 0.25px;
	-webkit-text-stroke-color: #f56718;
	-webkit-text-fill-color: #f56718;
}
.android h2 {
	-webkit-text-stroke-width: 0.25px;
	-webkit-text-stroke-color: #96c121;
	-webkit-text-fill-color: #96c121;
}

/* 20210927 add */
.explanation {
	background: #eeeeee;
    padding: 25px;
}