html {
  scroll-behavior: smooth;
}

#top {
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}

#page {
  width: auto;
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}

#header--outer {
  background: none;
  width: 100%;
  height: 80px;
  box-shadow: 0px 2px 4px #00000014;
  position: relative;
}

#header {
  width: 985px;
  height: 100%;
  margin: 0 auto;
}

#logo {
  height: 100%;
  position: relative;
}

#logo img {
  height: 54px;
  width: 180px;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
}

#top-navi li:nth-child(1) a {
  color: #0d64f2 !important;
}

#top-navi li:nth-child(1) a::after {
  transform: scale(1, 1);
}

.login-button {
  background: #0d64f2;
  width: 120px;
  border: none;
  height: 32px;
  margin: 24px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}

.login-button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.login-button a {
  color: white !important;
}

.notification--outer {
  background: #ffe5e5;
  height: 40px;
}

.notification {
  width: 992px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 40px;
}

.notification a {
  color: #ed0000;
}

.notification a:hover {
  text-decoration: underline;
  text-decoration-color: #ed0000;
}

#contents {
  width: 100%;
  margin: 0;
  background: none;
}

.right-col {
  float: none;
  width: 100%;
}

.right-col h2 {
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #252525;
  margin-top: 80px;
  margin-bottom: 60px;
  float: none;
}

#metabolic {
  width: 985px;
  margin: 0 auto;
}

.metabolic--title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}

#metabolic .metabolic--title .about-disease {
  font-size: 24px;
  line-height: 34px;
  color: #252525;
  border: none;
  width: auto;
  margin: 0;
  padding: 0;
}

#contents #metabolic .attention {
  font-size: 20px;
  background: #E4EEF5;
  line-height: 34px;
  padding: 0px 4px;
  color: #0056a8;
  margin: auto 0;
  width: auto;
}
#contents p + .bg-orange {
  margin-top: 60px;
}
#contents p.txt-right + .bg-orange {
  margin-top: 32px;
}
#contents p.txt-right {
  font-size: 13px;
  margin: 0px 0px 0px 0px;
  color: #606060;
}

#metabolic,
#disregard,
#prophylaxis {
  width: 985px;
  margin: 0 auto;
}

p.cr_font {
  font-size: 16px;
  line-height: 16px;
  color: #252525;
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}

#contents .bg-orange {
  clear: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  color: #0056A8;
  position: relative;
  padding: 0px 0px 0px 14px;
  margin-bottom: 24px;
  line-height: 30px;
}
#contents .bg-orange::before {
  content: "";
  position: absolute;
  top: 0.15em;
  bottom: 0.15em;
  left: 0;
  border-left: solid 6px #1F5FA8;
}
#contents .disease-left {
  float: left;
  width: 660px;
}
#contents .disease-left p:last-child {
  margin-bottom: 0px;
}
#contents .disease-right {
  float: right;
  width: 284px;
}
#contents .clearfix::after {
  content:'';
  display: block; 
  clear:both;
}
#metabolic p,#disregard p,#prophylaxis p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 20px;
  color: #252525;
}
/* disease-metabolic */
#contents .disease-metabolic {
  margin-bottom: 80px;
}
#contents .disease-metabolic .disease-right {
  margin-top: -30px;
}
#contents .disease-metabolic .flt-right {
  float: none;
  margin: 0px;
}
/* disease-apple */
#contents .disease-apple {
  margin-bottom: 80px;
}
#contents .disease-apple .box {
  margin: 0;
}
#contents .disease-apple .box .attention {
  display: none;
}
#contents .disease-apple .box-left {
  float: none;
  width: 284px;
  margin-bottom: 68px;
}
#contents .disease-apple .box-left .fig img {
  width: 284px;
  height: 192px;
}
#contents .disease-apple .box-right {
  float: none;
  width: 284px;
}
#contents .disease-apple .box-right .fig img {
  width: 284px;
  height: 192px;
}
#contents .disease-apple .bdr-black {
  border: #F1F1F1 2px solid;
  margin-top: 24px;
  padding: 20px;
}
#contents .disease-apple .bdr-black .doctor {
  font-weight: normal;
  margin: 0px;
}
/* box-orange */
#contents .box-orange {
  border: #0056A8 2px solid;
  padding: 0;
  margin: 0px 0px 80px 0px;
}
#contents .box-orange .box-orange-title {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: #0056A8;
}
#contents .box-orange .box-orange-title .cen.let-bld{
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}
#contents .box-orange .box-orange-title .caution{
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 10px;
}
#contents .box-orange .box-orange-title + .cen {
  margin: 32px 0px 20px 50px;
  font-size: 16px;
  color: #0056A8;
  font-weight: bold;
  text-align: left;
}
#contents .box-orange ul {
  margin: 0px 0px 50px 50px
}
#contents .box-orange li {
  font-size: 16px;
  font-weight: bold;
  color: #252525;
  line-height: 26px;
  list-style-type: none;
  position: relative;
  padding-left: 30px;
  margin: 0px;
}
#contents .box-orange li:not(:last-child) {
  margin: 0 0 5px 0;
}
#contents .box-orange li::before { 
  content: "";
  position: absolute;
  width: 4px;
  height: 9.5px;
  top: 0.3em;
  left: 5.5px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #F88B00;
  border-bottom: 2px solid #F88B00;
}
#contents .box-orange li::after { 
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #252525;
  border-radius: 2px;
}
/* disregard */
#contents #disregard h2.about-disease {
  background: none;
  border: none;
  color: #252525;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 16px;
  line-height: 24px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 32px 0px;
  padding: 0px 0px 16px 0px;
}
#contents #disregard .box {
    clear: none;
    margin: 0px 0px 80px 0px;
    display: flex;
    justify-content: space-between;
}
#contents #disregard .box-left {
    width: 630px;
    float: none;
}
#contents #disregard .box-right {
    clear: 330px;
    float: none;
}
#contents #disregard .disregard-note {
  display: flex;
  justify-content: space-between;
}
#contents #disregard .disregard-note .disregard-textbox {
  width: 410px;
}
#contents #disregard .disregard-note .txt-right {
  margin: 10px 0px 0px 0px;
}
/* prophylaxis */
#contents #prophylaxis dl {
  position: relative;
  height: 415px;
}
#contents #prophylaxis h2.about-prophylaxis {
  background: none;
  border: none;
  color: #252525;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 16px;
  line-height: 24px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin: 0px 0px 32px 0px;
  padding: 0px 0px 16px 0px;
}
#contents #prophylaxis h2.about-prophylaxis + p {
  margin-bottom: 32px;
}
#contents #prophylaxis #exercise {
  padding: 0px;
  height: 53px;
  background: none;
  clear: none;
  border: #0056A8 1px solid;
  width: 316px;
  position: absolute;
  margin-bottom: 24px;
  box-sizing: border-box;
}
#contents #prophylaxis #exercise + dd {
  width: 316px;
  position: absolute;
  top: 72px;
  box-sizing: border-box;
}
#contents #prophylaxis #feed {
  padding: 0px;
  height: auto;
  background: none;
  clear: none;
  border: #0056A8 1px solid;
  width: 316px;
  position: absolute;
  left: 335px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
#contents #prophylaxis #feed + dd {
  width: 316px;
  position: absolute;
  top: 72px;
  left: 335px;
  box-sizing: border-box;
}
#contents #prophylaxis #dry {
  padding: 0px;
  height: auto;
  background: none;
  clear: none;
  border: #0056A8 1px solid;
  width: 316px;
  position: absolute;
  left: 669px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
#contents #prophylaxis #dry + dd {
  width: 316px;
  position: absolute;
  left: 669px;
  top: 72px;
  box-sizing: border-box;
}
#contents #prophylaxis dt span {
  display: inline-block;
  margin: 0px;
  background: none;
  vertical-align: baseline;
  padding: 16px 10px;
}
#contents #prophylaxis dt span:nth-child(1) {
  color: #FFFFFF;
  background: #0056A8;
  font-size: 16px;
  font-weight: bold;
}
#contents #prophylaxis dt span:nth-child(2) {
  color: #0056A8;
  font-size: 16px;
  font-weight: bold;
}
#contents #prophylaxis ul {
  margin: 0px 0px 32px 0px;
  height: 156px;
}
#contents #prophylaxis li {
  margin: 0px;
  list-style-type: none;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}
#contents #prophylaxis img {
  height: 155px;
  width: auto;
}
#contents #prophylaxis .flt-right {
  float: none;
  display: block;
  margin: auto;
  text-align: center;
}