@charset "utf-8";

@import "normalize.css";

html {
  overflow-y: scroll;
}

body {
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P ゴシック", "MS P Gothic", Arial, Verdana, sans-serif;
	line-height: 20px;
	background-color: #FBE0D7;
	text-align: center;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

.sp {
	display: none;
}

#sb-site {
	width: 100% !important;
	text-align: center;
}

a:link {
	color: #669999;
}

a:visited {
	color: #669999;
}

a:active {
	color: #FF9900;
}

a:hover {
	color: #FF9900;
}

h1 {
	float: left;
	padding: 0;
	margin: 0 0 0 25px;
}
	
h2 {
	margin: 15px auto;
	padding: 0 0 3px 2px;
	font-size: 18px;
	font-weight: bold;
	color: #585857;
	border-bottom: 1px dashed #585857;
}

h3 {
	color: #666666;
	font-size: 14px;
	margin: 20px 5px 10px 0;
	padding: 5px 4px 3px 8px;
	background-color: #FBE0D7;
}

h4 {
	font-size: 14px;
	padding: 0;
	color: #4E85AD;
	margin: 15px 3px 0 10px;
}

h4.sub {
	font-size: 13px;
	padding: 0px;
	color: #4E85AD;
	margin: 0 0 10px 30px;
}

h5 {
	font-size: 13px;
	padding: 0px;
	margin: 15px 0 0 10px;
}

img {
	vertical-align: bottom;
}

#container {
	margin: auto;
	width: 800px;
	height: auto;
	padding-top: 12px;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	background: url(../image/toptitle_u.gif) no-repeat 25px 0;
	margin: 0;
	overflow: hidden;
}

#eheader {
	width: 800px;
	margin: 0;
	overflow: hidden;
}

#header.iden {
	background: url(../image/iden_toptitle_u.gif) no-repeat 25px 0;
}

#lang {
	width: 160px;
	height: 24px;
	padding: 0;
	margin: 0;
	float: right;
}

#lang img {
	width: 79px;
}

#upnav {
	text-align: left;
	margin: 3px 28px;
}

#upnav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#top {
	clear: both;
	width: 752px;
	height: 195px;
	margin: 5px auto;
}

#nav {
	float: left;
	width: 199px;
	display: inline;
	margin: 10px 0 0 24px;
	padding: 8px 3px 0;
}

#nav ul, #upnav ul{
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

ul.menu li {
  margin: 0 0 2px;
  border: 1px solid #eaeaeb;
}

ul.menu li a {
  background: #568ab1;
  color: #fff;
  border-right: 20px solid #fff;
  line-height: 1.1;
  padding: 9px 0 9px 10px;
  width: 167px;
  height: auto;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  min-height: 29px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

ul.menu li.small a {
  font-size: 13px;
}

ul.menu li a::after {
  position: absolute;
  content: "→";
  font-size: 35px;
  font-weight: 900;
  top: 7px;
  right: -18px;
  color: #568ab1;
}

ul.menu li.new a::before {
  position: absolute;
  top: 17px;
  right: 7px;
  content: "NEW";
  width: 40px;
  height: 12px;
  font-size: 12px;
  color: #fff;
  background: #FF0004;
  text-align: center;
  line-height: 1;
  animation: flash 1s linear infinite;
  z-index: 9999;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

ul.menu li  a:hover {
  opacity: .7;
}

#toggle, .sb-slidebar {
	display: none;
}

#main {
	float: right;
	width: 550px;
	text-align: left;
	margin: 0 10px 0 0;
	padding: 10px 0 0 10px;
	min-height: 300px;
}

p {
	margin: 5px 10px 5px 15px;
	padding: 0;
}

p.none {
	margin-bottom: 0;
}

p.indent { /* 1行目のみ字下げ */
	text-indent: 1em;
}

p.last {
	margin-bottom: 25px;
	padding: 0;
}

p.top {
	margin: 15px 10px 10px 15px;
	padding: 0;
}

p.top_line {
	margin: 15px 10px 10px 15px;
	padding: 15px 0 0 0;
	border-top: 1px dotted #CCCCCC;
}

p.center {
	text-align: center;
	text-indent: 0;
}

ol, ul {
	padding: 0;
	margin: 5px 10px 10px 40px;
}

ol.top {
	padding: 0;
	margin: 20px 10px 20px 40px;
}

li.top {
	padding: 0;
	margin: 10px 0;
}

ul.index, ol.index { /* 目次やリンクページ用：行間広め */
margin: 15px 0 15px 20px;
padding: 0 0 0 20px;
}

ul.index li, ul.index li { /* 目次やリンクページ用：行間広め */
margin: 0;
padding: 8px 0;
}

img.top {
	float: right;
	padding: 0;
	margin-right: 10px;
}

table.top {
	margin: 10px 0 0 0;
}

table {
	margin: 0 0 20px 10px;
}

.table_ol {
	padding: 0;
	margin: 0;
	height: auto;
}

.table_diagnosis {
	padding: 0;
	margin: 0 0 0 10px;
	height: auto;
}

.table_diagnosis td{
	vertical-align: top;
}

.table_scroll {
	overflow: auto;
	width: 96%;
	height: 300px;
	margin: 0 auto;
}

.table_scroll2 {
	width: 96%;
	margin: 0 auto;
}

.table_scroll table {
	margin: 0;
	width: 1000px;
}

.table_scroll2 table {
	margin: 0;
	width: auto;
}

.table_scroll table th, .table_scroll2 table th {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
	font-weight: normal;
	text-align: center;
	background-color: #F2F2F2;
}

.table_scroll table td, .table_scroll2 table td {
	border: 1px solid #CCC;
	padding: 7px 5px 5px;
}

table.stripe {
	width: 95%;
	margin: 15px auto;
	border-top: 1px dotted #9D9D9D;
}

table.stripe th {
	border-left: none;
	border-right: none;
	border-top: 1px dotted #9D9D9D;
	border-bottom: 1px dotted #9D9D9D;
	padding: 7px 5px 5px;
	font-weight: bold;
	text-align: left;
	background: #fdf2f3;
}

table.stripe td {
	padding: 7px 5px 5px;
	border: none;
	border-bottom: 1px dotted #9D9D9D;
}

/*table.stripe tr:nth-child(odd) {
	background-color: #fdf2f3;
}*/

.w80 {
	width: 80px;
}

.center {
	text-align: center;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.attention {
	margin: 10px 20px 15px;
	padding: 10px;
	border: solid 1px #999999;
	background-color: #fff1ed;
}

table.color {
	width: 96%;
	height: 300px;
	margin: 0 auto;
}

#footer {
	clear: both;
	padding: 20px 33px 5px;
	text-align: right;
	font-size: 10px;
	color: #838383;
}


/* figure */

figure {
	margin: 10px 20px;
}

figure.fullWidth {
	margin: 10px 0;
}

figure.center {
	margin: 10px auto;
	text-align: center;
}

figure.fr {
	float: right;
	margin: 0 25px 5px 10px;
}

figure.fl {
	float: left;
	margin: 0 10px 5px 20px;
}

figure img {
	margin: 3px 5px;
	width: 100%;
}

figcaption {
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}

figcaption.center {
	text-align: center;
}

.list {
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	width: 95%;
	margin: 0 auto;
}

.list table {
	margin: 5px 10px;
}


/* ページトップへ戻る */

#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 20px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
    filter: alpha(opacity=70);
}

#page-top:hover {
	opacity: .8;
    filter: alpha(opacity=80);
}

.arrow {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 2px solid #000;
	border-left-color: #FFF;
	border-top-color: #FFF;
	top: 20px;
	left: 25px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}


.mb0 {
	margin-bottom: 0 !important;
}

.mb05 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.w05 {
	width: 5% !important;
}

.w10 {
	width: 10% !important;
}

.w15 {
	width: 15% !important;
}

.w20 {
	width: 20% !important;
}

.w25 {
	width: 25% !important;
}

.w30 {
	width: 30% !important;
}

.w35 {
	width: 35% !important;
}

.w40 {
	width: 40% !important;
}

.w45 {
	width: 45% !important;
}

.w50 {
	width: 50% !important;
}

.w55 {
	width: 55% !important;
}

.w60 {
	width: 60% !important;
}

.w70 {
	width: 70% !important;
}

.w80 {
	width: 80% !important;
}

.w90 {
	width: 90% !important;
}

.w95 {
	width: 95% !important;
}

.w100 {
	width: 100% !important;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	text-indent: 0;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.small {
	font-size: 0.85em;
}

.start {
  display: block;
  padding: 10px 10px 8px;
  margin: 20px auto;
  width: 20%;
  color: #fff !important;
  background: #ff9c7b;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
}

.start2 a {
  display: inline-block;
  padding: 10px 10px 8px;
  margin: 40px 0 0 50px;
  width: 30%;
  color: #fff !important;
  background: #ff9c7b;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
}

.start3 a {
  display: inline-block;
  padding: 10px 10px 8px;
  margin: 40px 0 0 15px;
  width: 40%;
  color: #fff !important;
  background: #ff9c7b;
  text-decoration: none;
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
}

.start:hover, .start2 a:hover, .start3 a:hover {
  opacity: .6;
}

.button {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 10px auto;
  padding: 0;
}

.button li {
  width: 31%;  
  list-style: none;
  margin: 5px 1%;
  padding: 0;
}

.button li a {
  text-align: center;
  padding: 10px 0 8px;
  color: #ff9c7b;
  border: 1px solid #ff9c7b;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button li a:hover {
  background: #ff9c7b;
  color: #fff;
}

.button2 li a {
  font-size: 15px;
}

.search_box {
  border: 1px solid #ff9c7b;
  margin: 10px auto;
  padding: 10px;
  width: 80%;
  font-size: 15px;
  line-height: 1.5;
}

.search_item {
  cursor: pointer;
  min-width: 24px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.all {
  text-decoration: underline;
  color: #669999;
  font-weight: 500;
}

.list {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
}

p.list_item {
  text-indent: -2.7em;
  padding-left: 3.8em;
}

.annotation {
  text-indent: -2em !important;
  padding-left: 3em !important;
}

.list_item span {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
  width: 20px;
  position: relative;  
}

.icon_c {
  background: #3769c3;  
}

.list_item .icon_c::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "C";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.icon_r {
  background: #333333;
}

.list_item .icon_r::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "R";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.icon_b {
  background: #843c0c;
}

.list_item .icon_b::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "B";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.icon_u {
  background: #f3833e;
}

.list_item .icon_u::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "U";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.icon_l {
  background: #f4b183;
}

.list_item .icon_l::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "L";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.icon_p {
  background: #7c7c7c;
}

.list_item .icon_p::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "P";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.icon_s {
  background: #ffc000;
}

.list_item .icon_s::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "S";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.icon_g {
  background: #f00;
}

.list_item .icon_g::before {
  color: #fff;
  position: absolute;
  top: 0;
  left: 26px;
  content: "G";
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 900;
}

.is-hide {
  display: none;
}

p.treatment {
  margin-left: 27px;
  margin-top: 10px;
  text-indent: -4.4em !important;
  padding-left: 4.5em !important;
}

p.treatment span {
  background: #5589b0;
  color: #fff;
  padding: 2px 8px;
  
}

.open {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 20px;
  font-weight: 400;
}

.hidecontent {
  display: none;
}

h4.large {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  margin-left: 10px !important;
  font-weight: 700 !important;
}

#symptom1, #symptom2, #symptom3 {
  display: none;
}

.visible {
  display: block !important;
}

.iden_image_diagnosis {
  color: #5589b0;
}

/* ポップアップ */
.pop {
  position   : relative;                /* 指定した分だけ相対的に移動 */
}
.pop a {
  text-decoration: none;
  color: #5589b0;
}
.pop:hover .fukidashi {
  display: inline;                /* インライン要素として表示 */
}
.fukidashi {
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 2px;                         /* テキストの前後の余白 */
  background-color: #5589b0;       /* 背景色（透明度） */
  width: 180px;                          /* 吹き出し全体の幅 */
  right : -1%;                          /* 表示位置 */
  top: -3px;
  font-size: 100%;                       /* 文字サイズ */
  color: #fff;
  z-index: 999;
}
.fukidashi:after{
  border-right: 12px solid #5589b0;  /* 吹き出し口の幅・色 */
  border-top: 12px solid transparent;     /* 吹き出し口の高さ１／２ */
  border-bottom: 10px solid transparent;  /* 吹き出し口の高さ１／２ */
  left: -12px;                            /* 吹き出し口の位置調整 */
  top: 5%;                                /* 吹き出し口の縦位置 */
  content: "";                       /* コンテンツの挿入 */
  position: absolute;                /* 親要素を基準 */
}

@media print {
#page-top {
	display: none;
}
}

summary > p {
  text-align: right;
  margin-top: 0;
  cursor: pointer;
  color: #669999;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  /* Safari-デフォルトの三角形を削除*/
  display: none;
}

@media only screen and (max-width: 480px) {

body {
}

#sb-site {
	width: 100% !important;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

#header, #eheader {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float: none;
	position: static;
	padding: 0;
	background: none;
}

#header.iden {
	background: none;
}

#header h1, #eheader h1 {
	width: 84%;
	position: static;
	height: auto;
	margin: 1px 0 8px 45px;
}
  
#header h1.iden {
	width: 84%;
	margin: 1px 0 8px 13%;
}

#header h1 img, #eheader h1 img {
	width: 100%;
	height: auto;
}

#lang {
	display: none;
}

#upnav, #nav {
	display: none;	
}

ul#menu {
	margin: 5px;
	padding: 0;
}

ul#menu li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu li img {
	width: 100%;
}

ul#menu li.lang img {
	width: 50%;
	margin: 3px 50% 3px 0;
}

ul#menu li.upnav1 img {
	width: 70%;
	margin: 3px 30% 3px 0;
}

ul#menu li.upnav2 img {
	margin: 0 0 3px;
}
  
ul.menu li a {
  border-right: 20px solid #fff;
  line-height: 1.1;
  padding: 9px 0 9px 10px;
  width: calc(100% - 32px);
  font-size: 14px;
  min-height: 29px;
}
  
  ul#menu li.lang, ul#menu li.upnav1, ul#menu li.upnav2 {
    border: none;
}
  
  ul#menu li.lang a, ul#menu li.upnav1 a, ul#menu li.upnav2 a {
	background: #fff;
    border: none;
    padding: 0;
}
  
  ul#menu li.lang a::after, ul#menu li.upnav1 a::after, ul#menu li.upnav2 a::after {
	display: none;
}

#toggle {
	display: block;
	position: absolute;
	top: 2.5vw;
	left: 3px;
	background: #4d85ad;
	padding: 2px 0;
	cursor: pointer;
}

#toggle.iden {
	top: 6.5vw;
	left: 2%;
}

#toggle ul {
	margin: 0 ;
	padding: 0;
}

#toggle ul li {
	margin: 0 ;
	padding: 0;
	background: none;
	list-style: none;
}

.sb-slidebar {
	display: block;
	background: #fff !important;
}

.css-bar {
	display: inline-block;
	position: relative;
	margin: 0 7px 3px;
	padding: 0;
	background: #fff;
}

.css-bar, .css-bar:before, .css-bar:after{
	width: 25px;
	height: 2px;
}

.css-bar:before, .css-bar:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}

.css-bar:before{
	margin-top: -6px;
}

.css-bar:after{
	margin-top: 4px;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

#toggle p {
	margin: 0 auto 3px;
	padding: 0;
	font-size: 10px;
	color: #fff;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

#container {
	width: 100%;
}

#top {
	width: 100%;
	height: auto;
}

#top img {
	width: 100%;
}

p.top {
	margin: 5px;
}

table.top {
	margin: 0 auto;
	width: 95%;
}

#bn {
	width: 98%;
	margin: 0 auto 20px;
	float: none;
	position: static;
	overflow: hidden;
}

#bn ul li {
	width: 48%;
	margin: 1%;
	padding: 0;
	float: left;
}

#bn img {
	width: 100%;
}

#footer {
	width: 95%;
	padding: 5px;
	margin: 15px auto 5px;
	font-size: 10px;
	text-align: center;
	line-height: 1.1;
}

#footer img {
	width: 100%;
	height: auto;
}

#main {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	min-height: 300px;
}

h2 {
	margin: 10px auto;
	width: 95%;
}

h3 {
	font-size: 15px;
	margin: 20px auto 10px;
	padding: 6px 5px 4px;
	width: 98%;
}

h4 {
	font-size: 14px;
	margin: 20px 5px 8px;
	width: 100%;
}

h5 {
	font-size: 13px;
	margin: 10px 5px;
}

p {
	margin: 5px;
}

p.top_line {
	margin: 5px;
}

ul {
	margin: 5px 5px 5px 25px;
}

ol {
	margin: 5px 5px 5px 25px;
}

table {
	width: 100%;
	margin: 5px 0;
}

table td {
	width: auto;
}

div.table_scroll {
	overflow: auto;
	width: 100%;
}

figure {
	width: 100%;
	margin: 10px auto;
}

figure.fl, figure.fr, figure.center {
	float: none;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}

figure img {
	width: 95% !important;
}

table.scroll {
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	width: auto;
}

#page-top{
  bottom: 25px;
  right: 10px;
}

.start {
  width: 40%;
}

.button li a {
  font-size: 15px;
}
  
.search_box {
  width: 90%;
}
  
  .start2 a {
  margin: 5vw 0 0 3%;
  width: 40%;
}

.start3 a {
  margin: 5vw 0 0 3%;
  width: 40%;
  font-size: 4vw;
}
  
}