@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document about.css */
.infoBox {
  border-color: #000000;
  border: 3px double #1CB57B;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 80%;
  margin-top: 10px;
}
.top .sec03 {
  padding-top: 30px;
}
.sec03 .infoBox, .list .infoBox {
  width: 1000px;
  margin: 0px auto 30px
}
#medicalexam a.btnStyle01 {
  display: inline-block;
  background-color: #1CB57B;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#medicalexam .buttonWrap {
  margin: 10px 0
}
#medicalexam a.btnStyle.pdf {
  font-weight: 600;
  display: inline-block;
  background-color: #1CB57B;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 20px 50px 20px 30px;
  margin-bottom: 10px;
  background-image: url(../images/common/pdf.svg);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px auto;
  transition: all 0.5s 0s ease;
}
#medicalexam a.btnStyle.pdf:hover {
  opacity: 0.7
}
.tableWrap {
  overflow-x: scroll;
}
@media only screen and (max-width: 640px) {
  .sec03 .infoBox, .list .infoBox {
    width: 100%;
    margin: 0px auto 20px
  }
}
/* #globalNav-pc
=========================================*/
#medicalexam #globalNav-pc ul li.medicalexam a {
  color: #1CB17B;
}
/* #categoryNav
=========================================*/
#medicalexam.course #categoryNav-pc .bg03 .fixedArea ul li.course a, #medicalexam.list #categoryNav-pc .bg03 .fixedArea ul li.list a, #medicalexam.about #categoryNav-pc .bg03 .fixedArea ul li.about a, #medicalexam.step #categoryNav-pc .bg03 .fixedArea ul li.step a {
  background-color: #363833;
  border: solid 1px #363833;
  color: #fff;
}
#medicalexam.course #categoryNav-sp ul li.course a, #medicalexam.list #categoryNav-sp li.list a, #medicalexam.about #categoryNav-sp li.about a, #medicalexam.step #categoryNav-sp li.step a {
  background-color: #363833;
  border: solid 1px #363833;
  color: #fff;
}
/* #medicalexam common
=========================================*/
#medicalexam #mainWrapper h2 {
  color: #1CB57B;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 22px;
}
#medicalexam #mainWrapper h4 {
  color: #3550A7;
  font-size: 24px;
  font-weight: bold;
  border-top: #3550A7 solid 2px;
  padding-top: 1px;
  letter-spacing: 0.2em;
  margin: 46px 0 2px;
}
#medicalexam #mainWrapper .fixedArea {
  padding: 48px 113px 81px 114px;
}
/* #medicalexam.course
=========================================*/
#medicalexam.course h3 {
  text-align: center;
  background-color: #1CB57B;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 19px 0 26px;
}
/* courseNav */
#medicalexam.course .bg03.courseNav {
  padding-top: 35px;
  border-bottom: #1CB57B solid 3px;
}
#medicalexam.course .bg03.courseNav ul {
  text-align: center;
  letter-spacing: -.40em;
  vertical-align: bottom;
}
#medicalexam.course .bg03.courseNav ul li {
  letter-spacing: normal;
  display: inline-block;
  width: 197px;
  margin-right: 17px;
  vertical-align: bottom;
}
#medicalexam.course .bg03.courseNav ul li.lastChild {
  margin-right: 0;
}
#medicalexam.course .bg03.courseNav ul li a {
  display: block;
  height: 62px;
  background-color: #FFF;
  border: #1CB57B solid 2px;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
  color: #5E605C;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 21px;
}
#medicalexam.course .bg03.courseNav ul li.lastChild a {
  padding-top: 14px;
}
#medicalexam.course .bg03.courseNav ul li.active a, #medicalexam.course .bg03.courseNav ul li a:hover {
  background-color: #1CB57B;
  height: 83px;
  color: #FFF;
  padding-top: 30px;
}
#medicalexam.course .bg03.courseNav ul li.lastChild.active a, #medicalexam.course .bg03.courseNav ul li.lastChild.active a:hover {
  padding-top: 18px;
  line-height: 1.4;
}
/* planList */
#medicalexam.course .planList {
  width: 1140px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#medicalexam.course .planList .planBox {
  width: 48%;
  float: left;
  margin: 0 4% 40px 0;
  border: 5px solid #1CB57B;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  position: relative;
}
#medicalexam.course .planList .planBox:nth-child(2n) {
  margin: 0 0% 40px 0;
}
#medicalexam.course .planList .planBox img.osusumeIcon {
  position: absolute;
  top: -23px;
  left: -18px;
}
#medicalexam.course #mainWrapper .planList .planBox table {
  width: 100%;
  border-bottom: 2px solid #1CB57B;
}
#medicalexam.course #mainWrapper .planList .planBox table th {
  background-color: #1CB57B;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0
}
#medicalexam.course #mainWrapper .planList .planBox table td {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
#medicalexam.course #mainWrapper .planList .planBox table td.first {
  border-right: 2px solid #1CB57B;
}
#medicalexam.course #mainWrapper .planList .planBox table td.first.testIcon {
  width: 211px;
}
#medicalexam.course #mainWrapper .planList .planBox table td.first.testIcon span {
  display: inline-block;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
  background-color: #1CB57B;
  width: 170px;
  border-radius: 8px;
}
#medicalexam.course #mainWrapper .planList .planBox table td.first.timeIcon {
  width: 50%;
}
#medicalexam.course #mainWrapper .planList .planBox table td.first.timeIcon span {
  display: inline-block;
  background: url(/images/medicalexam/ico02.png) no-repeat left 50%;
  padding-left: 44px;
  color: #1CB57B;
  line-height: 35px;
}
#medicalexam.course #mainWrapper .planList .planBox table td.second span {
  display: inline-block;
  background: url(/images/medicalexam/ico03.png) no-repeat left 50%;
  padding-left: 51px;
  color: #1CB57B;
  line-height: 35px;
}
#medicalexam.course #mainWrapper .planList .planBox .inner {
  width: 440px;
  margin: 13px auto 30px;
}
#medicalexam.course #mainWrapper .planList .planBox .inner p {
  line-height: 1.8;
}
#medicalexam.course #mainWrapper .planList .planBox .inner dl {
  margin-top: 17px;
}
#medicalexam.course #mainWrapper .planList .planBox .inner dl dt {
  background-color: #EFFAF6;
  border: 2px solid #1CB57B;
  border-radius: 8px;
  line-height: 32px;
  color: #1CB57B;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6px;
}
#medicalexam.course #mainWrapper .planList .planBox .inner dl dd {
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 4px;
}
#medicalexam.course #mainWrapper .planList .planBox .inner dl dd span {
  color: #1CB57B;
}
#medicalexam.course #mainWrapper .planList .planBox .btn {
  width: 500px;
  margin: 0 auto 33px;
  text-align: center;
}
#medicalexam.course #mainWrapper .planList .planBox .btn a, #medicalexam.course #mainWrapper .planList .planBox .btn .tel {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 27.5px;
}
#medicalexam.course #mainWrapper .planList .planBox .info {
  margin: 15px 0;
  text-align: center
}
#medicalexam.course #mainWrapper .planList .planBox .info a.pdf {
  background-color: #1CB57B;
  border-radius: 3px;
  padding: 5px 20px;
  width: 100%;
  display: inline-block;
  color: #fff;
  line-height: 1.0;
  font-size: 14px
}
#medicalexam.course #mainWrapper .planList .planBox .info a.pdf span {
  display: inline-block;
  line-height: 32px;
  background: url(/images/common/contact_ico05.png) no-repeat left 50%;
  background-size: 24px auto;
  padding-left: 35px;
}
#medicalexam.course #mainWrapper .planList .planBox .btn a.listBtn {
  width: 184px;
  background-color: #5E605C;
  margin-right: 8px;
}
#medicalexam.course #mainWrapper .planList .planBox .btn a.listBtn span {
  display: inline-block;
  line-height: 55px;
  background: url(/images/common/contact_ico01.png) no-repeat left 50%;
  background-size: 24px auto;
  padding-left: 35px;
}
#medicalexam.course #mainWrapper .planList .planBox .btn a.reservationBtn {
  width: 219px;
  background-color: #3550A7;
}
#medicalexam.course #mainWrapper .planList .planBox .btn a.reservationBtn span {
  display: inline-block;
  line-height: 55px;
  background: url(/images/common/contact_ico02.png) no-repeat left 50%;
  background-size: 27px auto;
  padding-left: 37px;
}
#medicalexam.course #mainWrapper .planList .planBox .btn .tel {
  width: 290px;
  background-color: #F08C8C;
}
#medicalexam.course #mainWrapper .planList .planBox .btn .tel span {
  display: inline-block;
  line-height: 55px;
  background: url(/images/common/contact_ico04.png) no-repeat left 50%;
  background-size: 27px auto;
  padding-left: 37px;
}
#medicalexam.course #mainWrapper .planList .planBox .btn .list {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 27.5px;
  width: 184px;
  background-color: #3550A7;
  margin-right: 8px;
}
#medicalexam.course #mainWrapper .planList .planBox .btn a.list span {
  display: inline-block;
  line-height: 55px;
  background: url(/images/common/contact_ico01.png) no-repeat left 50%;
  background-size: 24px auto;
  padding-left: 35px;
}
#medicalexam.course #mainWrapper .planList .planBox .attention {
  color: #ff0000;
  border: 3px double #ff0000;
  padding: 5px;
  font-size: 14px
}
/* medicalexamTable01 */
#medicalexam.course .medicalexamTable01 {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.2;
  border-bottom: #8A8C89 solid 1px;
}
#medicalexam.course .medicalexamTable01 th.level01 {
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  background-color: #3550A7;
  border-right: #fff solid 1px;
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
}
#medicalexam.course .medicalexamTable01 th.level01.last {
  border-right: none;
}
#medicalexam.course .medicalexamTable01 th.level01.border {
  border-bottom: #fff solid 1px;
}
#medicalexam.course .medicalexamTable01 th.level02 {
  font-size: 19px;
  font-weight: bold;
  vertical-align: middle;
  border-top: #8A8C89 solid 1px;
  border-right: #8A8C89 solid 1px;
  text-align: center;
}
#medicalexam.course .medicalexamTable01 th.level03 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  border-top: #8A8C89 solid 1px;
  border-right: #8A8C89 solid 1px;
  vertical-align: middle;
  padding: 9px 19px;
}
#medicalexam.course .medicalexamTable01 th.level04 {
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  background-color: #3550A7;
  border-right: #fff solid 1px;
  text-align: left;
  vertical-align: middle;
  padding: 8px 19px;
  letter-spacing: 0.2em;
}
#medicalexam.course .medicalexamTable01 th.level04.last {
  border-right: none;
}
#medicalexam.course .medicalexamTable01 td {
  font-size: 17px;
  padding: 17px 17px;
  border-top: #8A8C89 solid 1px;
}
#medicalexam.course .medicalexamTable01 td.level01 {
  border-right: #8A8C89 solid 1px;
}
#medicalexam.course .medicalexamTable01 td.level02 {
  border-right: none;
}
#medicalexam.course .medicalexamTable01 td.level03 {
  border-right: #8A8C89 solid 1px;
  border-top: none;
}
#medicalexam.course .medicalexamTable01 .bg {
  background-color: #EFF1F8;
}
#medicalexam.course .medicalexamTable01 ul li {
  margin-top: 6px;
}
#medicalexam.course .medicalexamTable01 ul li.firstChild {
  margin-top: 0;
}
/* telBox */
#medicalexam dl.telBox {
  width: 1053px;
  border-radius: 9px;
  overflow: hidden;
  border: solid 2px #1CB57B;
  margin: 53px auto 0 auto;
}
#medicalexam dl.telBox dt {
  width: 378px;
  float: left;
  background-color: #1CB57B;
  color: #FFF;
}
#medicalexam dl.telBox dt span {
  display: inline-block;
  color: #FFF;
  font-size: 23px;
  line-height: 99px;
  background: url(/images/common/ico08.png) no-repeat 30px 50%;
  padding-left: 78px;
  letter-spacing: 0.1em;
}
#medicalexam dl.telBox dd.first {
  display: inline-block;
  margin-left: 24px;
  float: left;
  color: #1CB57B;
  font-size: 49px;
  font-weight: bold;
  line-height: 99px;
  letter-spacing: 0.08em;
}
#medicalexam dl.telBox dd.second {
  display: inline-block;
  float: right;
  color: #363833;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  height: 99px;
  margin-right: 9px;
  padding-top: 16px;
}
/* nextPage */
#medicalexam.course .nextPage a {
  width: 222px;
  margin-bottom: 80px;
}
/* #medicalexam.course.top
=========================================*/
#medicalexam.course.top .sec01 .liquidArea .left {
  width: 51%;
  float: left;
  padding: 44px 23px 0 114px;
}
#medicalexam.course.top .sec01 .liquidArea .left h2 span {
  display: block;
  font-size: 17px;
  margin-top: 4px;
  letter-spacing: normal;
}
#medicalexam.course.top .sec01 .liquidArea .left p {
  margin-top: 25px;
  line-height: 1.8;
}
#medicalexam.course.top .sec01 .liquidArea .right {
  width: 49%;
  float: right;
}
#medicalexam.course.top #mainWrapper .sec02 .fixedArea {
  padding: 39px 113px 51px 112px;
}
#medicalexam.course.top .sec02 .left {
  width: 610px;
  float: left;
}
#medicalexam.course.top .sec02 .left .subTitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 0 -20px 21px 0;
}
#medicalexam.course.top .sec02 .fixedArea p {
  line-height: 1.8;
}
#medicalexam.course.top .sec02 .right {
  width: 407px;
  float: right;
  text-align: right
}
#medicalexam.course.top .sec02 .doctor dl {
  width: 158px;
  float: left;
  margin: 45px 21px 0 0;
}
#medicalexam.course.top .sec02 .doctor dl dt img {
  display: inline-block;
  margin-bottom: 6px;
}
#medicalexam.course.top .sec02 .doctor dl dd {
  font-size: 14px;
  line-height: 1.5;
  border-top: #1CB57B solid 1px;
  margin-top: 3px;
  padding-top: 4px;
}
#medicalexam.course.top #mainWrapper .nextPage a {
  margin-bottom: 0;
}
/* #medicalexam.course.post
=========================================*/
#medicalexam.course.post .sec01 .liquidArea .left {
  width: 51%;
  float: left;
  padding: 44px 23px 0 114px;
}
#medicalexam.course.post .sec01 .liquidArea .left h2 span {
  display: block;
  font-size: 17px;
  margin-top: 4px;
  letter-spacing: normal;
}
#medicalexam.course.post .sec01 .liquidArea .left p {
  margin-top: 39px;
  line-height: 1.8;
}
#medicalexam.course.post .sec01 .liquidArea .right {
  width: 49%;
  float: right;
}
#medicalexam.course.post #mainWrapper .sec01 .fixedArea {
  padding: 30px 90px 41px 114px;
}
#medicalexam.course.post .sec01 .fixedArea p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
#medicalexam.course.post .sec01 .fixedArea ul {
  letter-spacing: -.40em;
  margin-left: -5px;
}
#medicalexam.course.post .sec01 .fixedArea ul li {
  letter-spacing: normal;
  display: inline-block;
  margin-top: 36px;
}
#medicalexam.course.post .sec01 .fixedArea ul li.first {
  margin-right: 44px;
}
#medicalexam.course.post .sec01 .fixedArea ul li.second {
  margin-right: 24px;
}
#medicalexam.course.post .sec01 .fixedArea ul li.third {
  margin-right: 4px;
}
#medicalexam.course.post #mainWrapper .sec02 .fixedArea {
  padding: 30px 113px 41px 112px;
}
#medicalexam.course.post #mainWrapper .reservationBtn a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 50px;
  padding: 20px 0;
  width: 50%;
  background-color: #3550A7;
  margin: 20px auto 50px auto;
}
#medicalexam.course.post .sec02 .left {
  width: 520px;
  float: left;
}
#medicalexam.course.post .sec02 .left .subTitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 10px 0 21px;
}
#medicalexam.course.post .sec02 .fixedArea p {
  line-height: 1.8;
}
#medicalexam.course.post .sec02 .right {
  width: 457px;
  float: right;
}
#medicalexam.course.post #mainWrapper .nextPage a {
  margin-bottom: 0;
}
#medicalexam.course.post .planList .planBox .planIcon {
  position: absolute;
  top: -23px;
  left: -18px;
  background-color: #F08C8C;
  color: #fff;
  border-radius: 150px;
  height: 72px;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center
}
#medicalexam.course.post .planList .planBox .planIcon span {
  text-align: center;
  font-size: 12px
}
/* #medicalexam.course.healthcheck
=========================================*/
#medicalexam.course.healthcheck #mainWrapper .sec01.fixedArea {
  padding-bottom: 93px;
}
#medicalexam.course.healthcheck .sec01 .anchor {
  margin-top: 46px;
  letter-spacing: -.40em;
}
#medicalexam.course.healthcheck .sec01 .anchor li {
  letter-spacing: normal;
  display: inline-block;
  width: 337px;
  margin-right: 21px;
}
#medicalexam.course.healthcheck .sec01 .anchor li.lastChild {
  margin-right: 0;
}
#medicalexam.course.healthcheck .sec01 .anchor li a {
  display: block;
  background-color: #1CB57B;
  border-radius: 30px;
  text-align: center;
}
#medicalexam.course.healthcheck .sec01 .anchor li a span {
  display: inline-block;
  background: url(/images/common/ico11.png) no-repeat right 50%;
  padding-right: 34px;
  line-height: 60px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
#medicalexam.course.healthcheck #mainWrapper #popularSec .fixedArea, #medicalexam.course.healthcheck #mainWrapper #specialSec01 .fixedArea, #medicalexam.course.healthcheck #mainWrapper #specialSec02 .fixedArea {
  padding-top: 25px;
  padding-bottom: 97px;
}
#medicalexam.course.healthcheck #mainWrapper #specialSec01 .fixedArea {
  padding-bottom: 67px;
}
#medicalexam.course.healthcheck #mainWrapper #popularSec .fixedArea p, #medicalexam.course.healthcheck #mainWrapper #specialSec01 .fixedArea p, #medicalexam.course.healthcheck #mainWrapper #specialSec02 .fixedArea p {
  line-height: 1.8;
}
/* #medicalexam.course.healthcheck #mainWrapper #popularSec */
#medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 {
  margin-top: 20px;
}
#medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 th.level03 {
  width: 341px;
}
#medicalexam.course.healthcheck #mainWrapper #popularSec ul {
  padding-left: 1.5em;
}
#medicalexam.course.healthcheck #mainWrapper #popularSec ul li {
  text-indent: -1.5em;
}
#medicalexam.course.healthcheck #mainWrapper #popularSec ul li span {
  color: #9AA7D3;
}
#medicalexam.course.healthcheck #mainWrapper #specialSec01 .medicalexamTable01 {
  margin-top: 30px;
}
#medicalexam.course.healthcheck #mainWrapper #specialSec01 .medicalexamTable01 .first {
  width: 172px;
}
#medicalexam.course.healthcheck #mainWrapper #specialSec01 .medicalexamTable01 .second {
  width: 330px;
}
#medicalexam.course.healthcheck #mainWrapper #specialSec01 .medicalexamTable01 .third {
  width: 184px;
}
#medicalexam.course.healthcheck #mainWrapper #specialSec01 .medicalexamTable01 .fourth {
  width: 186px;
}
#medicalexam.course.healthcheck #mainWrapper #specialSec01 .medicalexamTable01 .fifth {
  width: 178px;
}
#medicalexam.course.healthcheck #mainWrapper .telBox, #medicalexam.course.tokutei #mainWrapper .telBox {
  margin-bottom: 80px;
}
/* #medicalexam.course.lifestyledisease
=========================================*/
#medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 {
  margin-top: 54px;
  border-bottom: none;
}
#medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 th.level02 {
  width: 166px;
}
#medicalexam.course.lifestyledisease .sec01 .medicalexamTable01.borderB {
  border-top: solid 3px #3550A7;
  border-bottom: solid 3px #3550A7;
  margin-top: 0;
}
#medicalexam.course.lifestyledisease .sec02 p.title {
  font-size: 26px;
  font-weight: bold;
  margin: 64px 0 29px;
}
#medicalexam.course .medicalexamTable01 td {
  padding: 17px 14px;
}
#medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 .first {
  width: 54px;
}
#medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 .second {
  width: 47px;
}
#medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 .third {
  width: 250px;
}
#medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 .fourth {
  width: 270px;
}
#medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 td.level02 {
  line-height: 1.6;
}
#medicalexam.course.lifestyledisease .sec02 p {
  margin-top: 10px;
  font-size: 15px;
}
#medicalexam.lifestyledisease a.pdf, #medicalexam.healthcheck a.pdf {
  background-color: #1CB57B;
  border-radius: 3px;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  line-height: 1.0;
  font-size: 16px;
  margin-top: 15px;
}
#medicalexam.lifestyledisease a.pdf span, #medicalexam.healthcheck a.pdf span {
  display: inline-block;
  line-height: 32px;
  background: url(/images/common/contact_ico05.png) no-repeat left 50%;
  background-size: 24px auto;
  padding-left: 35px;
}
/* #medicalexam.course.tokutei
  =========================================*/
#medicalexam.course.tokutei #mainWrapper .medicalexamTable01 {
  margin-top: 60px;
}
#medicalexam.course.tokutei #mainWrapper .sec01 .medicalexamTable01 {
  margin-top: 43px;
}
#medicalexam.course.tokutei #mainWrapper .medicalexamTable01 th.level03 {
  width: 341px;
}
#medicalexam.course.tokutei #mainWrapper .medicalexamTable01 td.level01 {
  width: 196px;
}
/* #medicalexam.step
=========================================*/
#medicalexam.step .bg03.stepNav {
  padding-top: 35px;
  border-bottom: #1CB57B solid 3px;
}
#medicalexam.step .bg03.stepNav ul {
  text-align: center;
  letter-spacing: -.40em;
  vertical-align: bottom;
}
#medicalexam.step .bg03.stepNav ul li {
  letter-spacing: normal;
  display: inline-block;
  width: 304px;
  margin-right: 17px;
  vertical-align: bottom;
}
#medicalexam.step .bg03.stepNav ul li.lastChild {
  margin-right: 0;
}
#medicalexam.step .bg03.stepNav ul li a {
  display: block;
  height: 62px;
  background-color: #FFF;
  border: #1CB57B solid 2px;
  border-bottom: none;
  border-radius: 9px 9px 0 0;
  color: #5E605C;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 21px;
}
#medicalexam.step .bg03.stepNav ul li.active a, #medicalexam.step .bg03.stepNav ul li a:hover {
  background-color: #1CB57B;
  height: 83px;
  color: #FFF;
  padding-top: 30px;
}
#medicalexam.step #mainWrapper .fixedArea {
  padding-bottom: 20px;
}
#medicalexam.step #mainWrapper .fixedArea h2 {
  margin-bottom: 35px;
}
#medicalexam.step .nextPage a {
  width: 222px;
  padding: 0 0 0 0;
  text-align: center;
}
#medicalexam.step .box {
  border: #8A8C89 solid 1px;
  border-radius: 9px;
  padding: 15px 28px;
  line-height: 1.8;
}
#medicalexam.step dl.stepBox .box {
  border: #8A8C89 solid 1px;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 15px 31px;
}
#medicalexam.step dl.stepBox {
  display: table;
  width: 100%;
}
#medicalexam.step dl.stepBox dt {
  display: table-cell;
  width: 241px;
  border-radius: 9px 0 0 9px;
  background-color: #1CB57B;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.2em;
}
#medicalexam.step.step01 dl.stepBox.first dt {
  background: url(/images/medicalexam/step_bg01.gif) repeat-y center #1CB57B;
}
#medicalexam.step.step01 dl.stepBox.first dt span.first {
  display: inline-block;
  background-color: #1CB57B;
  line-height: 67px;
}
#medicalexam.step.step01 dl.stepBox.first dt span.last {
  display: inline-block;
  line-height: 81px;
  padding-top: 23px;
  background: url(/images/medicalexam/step_bg02.gif) no-repeat center top #1CB57B;
  margin-top: 271px;
}
#medicalexam.step dl.stepBox dd {
  display: table-cell;
}
#medicalexam.step .box h3 {
  font-size: 23px;
  font-weight: bold;
  color: #3550A7;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
#medicalexam.step .bgArrow01 {
  padding-bottom: 33px;
  background-image: url(/images/medicalexam/step_ico01.png), url(/images/medicalexam/step_ico02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 98px bottom, 630px bottom;
  margin-bottom: 7px;
}
#medicalexam.step .bgArrow02 {
  padding-bottom: 35px;
  background-image: url(/images/medicalexam/step_ico02.png);
  background-repeat: no-repeat;
  background-position: 500px bottom;
  margin-bottom: 7px;
}
#medicalexam.step .bgArrow03 {
  padding-bottom: 33px;
  background-image: url(/images/medicalexam/step_ico01.png), url(/images/medicalexam/step_ico02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 98px bottom, 500px bottom;
  margin-bottom: 7px;
}
/* #medicalexam.list
=========================================*/
.top-scrollbar, .scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 1100px;
}
.tableWrap {
  height: 1000px;
  overflow-y: scroll
}
.top-scrollbar {
  height: 20px;
}
.top-scrollbar__inner {
  width: 2400px;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
}
.scroll__inner {
  width: 2400px;
  padding: 10px;
}
.sticky_row {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
}
.sticky_row::before, .sticky_from::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: #8A8C89 solid 1px;
  border-left: #8A8C89 solid 1px;
  z-index: -1;
}
.sticky_col {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100
}
.sticky_col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-right: #8A8C89 solid 1px;
  border-left: #8A8C89 solid 1px;
}
.sticky_cross {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  z-index: 101;
}
.sticky_cross::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sticky_from {
  position: sticky;
  left: 117px;
}
.sticky_from::before {
  left: -1px;
}
#medicalexam.list .fL {
  width: 10%;
  position: relative
}
#medicalexam.list .fR {
  width: 90%;
  position: relative
}
#medicalexam.list .fL table, #medicalexam.list .fR table {
  width: 100%;
  table-layout: fixed;
}
#medicalexam.list .fR table {
  margin-left: -240px;
}
#medicalexam.list .fL table {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
}
#medicalexam.list table.medicalexamTable01.scrollTable {
  box-sizing: border-box
}
#medicalexam.list table.medicalexamTable01.scrollTable .nowrap {
  white-space: nowrap
}
#medicalexam.list table.medicalexamTable01.scrollTable {
  border-collapse: collapse;
  border: #8A8C89 solid 1px;
}
#medicalexam.list table.medicalexamTable01.scrollTable td.w240 {
  width: 240px !important;
}
#medicalexam.list .medicalexamTable01 thead td {
  font-size: 14px;
  white-space: nowrap;
}
#medicalexam.list .medicalexamTable01.scrollTable thead tr:first-child td {
  height: 175px
}
#medicalexam.list .medicalexamTable01 thead tr:first-child td {
  background-color: #3550A7;
  color: #fff
}
/*#medicalexam.list .medicalexamTable01 tbody tr:nth-child(2n) td {
    background-color: #EFF1F8
}*/
#medicalexam.list .medicalexamTable01.list td {
  text-align: center;
  border-top: #8A8C89 solid 1px;
  border-right: #8A8C89 solid 1px;
  background-color: #fff
}
#medicalexam.list .medicalexamTable01.list td span.note {
  font-size: 12px;
  display: block;
  line-height: 1.2
}
#medicalexam.list .medicalexamTable01.list td.first, #medicalexam.list .medicalexamTable01.list th.first {
  border-left: #8A8C89 solid 1px;
}
#medicalexam.list .medicalexamTable01.list th {
  border-top: #8A8C89 solid 1px;
  border-right: #8A8C89 solid 1px;
  font-size: 16px;
  background-color: #3550A7;
  color: #FFFFFF;
  padding: 15px;
  position: sticky;
  top: 0;
  left: 0px
}
#medicalexam.list .medicalexamTable01.list th.second {
  left: 122px
}
#medicalexam.list .medicalexamTable01.list th.third {
  left: 60.92px
}
#medicalexam.list .medicalexamTable01 th.level01 {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  border-top: #8A8C89 solid 1px;
  border-right: #8A8C89 solid 1px;
  text-align: center;
  vertical-align: middle;
  background-color: #3550A7;
  color: #FFFFFF;
  width: 150px;
}
#medicalexam.list .medicalexamTable01 td.odd {
  background-color: #EFF1F8;
}
#medicalexam.list .medicalexamTable01 td.tate {
  vertical-align: top;
  text-align: left !important;
}
#medicalexam.list .medicalexamTable01 td {
  font-size: 14px;
  padding: 15px;
  border-top: #8A8C89 solid 1px;
}
#medicalexam.list .medicalexamTable01 th.tate span {
  /*    width: 1em;*/
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP", sans-serif;
}
#medicalexam.list .medicalexamTable01 td.tate span {
  /*    width: 1em;*/
  margin: 0 16px;
  display: block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 260px;
  font-family: "Noto Sans JP", sans-serif;
}
#medicalexam.list .medicalexamTable01 .aL {
  background-color: #EFF1F8;
  text-align: left;
}
#medicalexam.list .medicalexamTable01 tr:last-child {
  border-bottom: #8A8C89 solid 1px;
}
#medicalexam.list .medicalexamTable01 tr th.last {
  border-bottom: #8A8C89 solid 1px;
}
#medicalexam.list .nextPage .inner a {
  width: 300px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  #medicalexam.course.top .sec01 .liquidArea .liquidImg {
    background-image: url(/images/medicalexam/index_img01.jpg);
  }
  #medicalexam.course.post .sec01 .liquidArea .liquidImg {
    background-image: url(/images/medicalexam/post_img01.jpg);
  }
}
@media only screen and (max-width: 640px) {
  /* #medicalexam
  =========================================*/
  #medicalexam #mainWrapper h2 {
    font-size: 22px;
    letter-spacing: normal;
  }
  /* #medicalexam.course
  =========================================*/
  #medicalexam.course h3 {
    font-size: 22px;
    padding: 10px 16px 16px;
  }
  #medicalexam.course #mainWrapper .fixedArea {
    padding: 20px 14px 40px 14px;
  }
  /* courseNav */
  #medicalexam.course .bg03.courseNav {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: none;
  }
  #medicalexam.course .bg03.courseNav ul {
    overflow: hidden;
    padding: 0;
  }
  #medicalexam.course .bg03.courseNav ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #medicalexam.course .bg03.courseNav ul li.lastChild {
    margin-right: 0;
  }
  #medicalexam.course .bg03.courseNav ul li a {
    height: auto;
    border: none;
    border-radius: 0 0 0 0;
    font-size: 16px;
    padding-top: 0;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
    padding: 12px 16px;
    background: url(/images/common/ico09.png) no-repeat 96% 50%;
  }
  #medicalexam.course .bg03.courseNav ul li.active a, #medicalexam.course .bg03.courseNav ul li a:hover {
    background-color: #fff;
    height: auto;
    color: #1CB57B;
    padding-top: 10px;
  }
  /* planList */
  #medicalexam.course .planList {
    width: 100%;
    padding: 20px 16px 4px 16px;
  }
  #medicalexam.course .planList .planBox {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    border: 4px solid #1CB57B;
  }
  #medicalexam.course .planList .planBox img.osusumeIcon {
    top: -10px;
    left: -14px;
    width: 54px;
    height: auto;
  }
  #medicalexam.course #mainWrapper .planList .planBox table, #medicalexam.course #mainWrapper .planList .planBox table tbody, #medicalexam.course #mainWrapper .planList .planBox table tr, #medicalexam.course #mainWrapper .planList .planBox table th, #medicalexam.course #mainWrapper .planList .planBox table td {
    display: block;
    width: 100% !important;
  }
  #medicalexam.course #mainWrapper .planList .planBox table th {
    font-size: 18px;
    line-height: 1.4;
    height: auto;
    padding: 8px;
  }
  #medicalexam.course #mainWrapper .planList .planBox table td.first {
    border-right: none;
    border-bottom: 2px solid #1CB57B;
  }
  #medicalexam.course #mainWrapper .planList .planBox .inner {
    width: auto;
    margin: 13px 10px 20px;
  }
  #medicalexam.course #mainWrapper .planList .planBox .btn {
    width: auto;
    margin: 0 auto 0;
  }
  #medicalexam.course #mainWrapper .planList .planBox .btn a.listBtn, #medicalexam.course #mainWrapper .planList .planBox .btn a.reservationBtn, #medicalexam.course #mainWrapper .planList .planBox .btn .tel {
    width: 80%;
    margin: 0 auto 20px;
  }
  #medicalexam.course #mainWrapper .planList .planBox .info a.pdf {
    width: 85%;
  }
  #medicalexam.course #mainWrapper .planList .planBox .info a.pdf span {
    line-height: 20px;
  }
  #medicalexam.course #mainWrapper .planList .planBox .btn a.list {
    width: 80%;
    margin-bottom: 14px;
  }
  /* telBox */
  #medicalexam dl.telBox {
    margin: 40px 16px 0 16px;
    width: auto;
  }
  #medicalexam dl.telBox dt {
    width: 100%;
    float: none;
    text-align: center;
  }
  #medicalexam dl.telBox dt span {
    font-size: 18px;
    line-height: 53px;
    background: url(/images/common/ico08.png) no-repeat 30px 50%;
    padding-left: 70px;
    letter-spacing: normal;
    margin-left: -34px;
  }
  #medicalexam dl.telBox dd.first {
    display: block;
    margin-left: 0;
    float: none;
    text-align: center;
    font-size: 32px;
    line-height: 2;
    letter-spacing: normal;
  }
  #medicalexam dl.telBox dd.first a {
    color: #1CB57B;
  }
  #medicalexam dl.telBox dd.second {
    display: block;
    text-align: center;
    float: none;
    font-size: 14px;
    height: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }
  /* #medicalexam.course.top
  =========================================*/
  #medicalexam.course.top .sec01 .liquidArea .left, #medicalexam.course.top .sec01 .liquidArea .right {
    width: 100%;
    float: none;
    padding: 20px 16px 0 16px;
  }
  #medicalexam.course.top .sec01 .liquidArea .left p {
    margin-top: 0;
  }
  #medicalexam.course.top .sec02 .left .subTitle {
    margin: 0 0 0 0;
  }
  #medicalexam.course.top #mainWrapper .sec01 .fixedArea, #medicalexam.course.top #mainWrapper .sec02 .fixedArea {
    padding: 20px 16px 20px 16px;
  }
  #medicalexam.course.top .sec02 .left, #medicalexam.course.top .sec02 .right {
    width: 100%;
    float: none;
  }
  #medicalexam.course.post .sec02 .right {
    margin: 10px 0 30px;
  }
  #medicalexam.course.top .sec02 .doctor dl {
    width: 50%;
    margin: 20px 0px 0 0;
  }
  #medicalexam.course.top .sec02 .doctor dl dt, #medicalexam.course.top .sec02 .doctor dl dd {
    width: 90%;
    margin: 0 auto;
  }
  #medicalexam.course.top .sec02 .doctor dl dd {
    font-size: 11px;
  }
  /* #medicalexam.course.post
  =========================================*/
  #medicalexam.course.post .sec01 .liquidArea .left, #medicalexam.course.post .sec01 .liquidArea .right {
    width: 100%;
    float: none;
    padding: 20px 16px 0 16px;
  }
  #medicalexam.course.post .sec01 .liquidArea .left p {
    margin-top: 0;
  }
  #medicalexam.course.post #mainWrapper .sec01 .fixedArea, #medicalexam.course.post #mainWrapper .sec02 .fixedArea {
    padding: 20px 16px 0 16px;
  }
  #medicalexam.course.post .sec01 .fixedArea ul {
    margin-bottom: 30px;
  }
  #medicalexam.course.post .sec01 .fixedArea ul li {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  #medicalexam.course.post .sec01 .fixedArea ul li img {
    max-width: 250px;
  }
  #medicalexam.course.post .sec01 .fixedArea ul li.first, #medicalexam.course.post .sec01 .fixedArea ul li.second, #medicalexam.course.post .sec01 .fixedArea ul li.third {
    margin-right: 0;
  }
  #medicalexam.course.post .sec02 .left, #medicalexam.course.post .sec02 .right {
    width: 100%;
    float: none;
  }
  #medicalexam.course.post .sec02 .right {
    margin: 10px 0 30px;
  }
  /* #medicalexam.course.lifestyledisease
  =========================================*/
  #medicalexam.course.lifestyledisease .medicalexamTable01, #medicalexam.course.lifestyledisease .medicalexamTable01 tbody, #medicalexam.course.lifestyledisease .medicalexamTable01 tr {
    display: block;
    width: 100%;
  }
  #medicalexam.course.lifestyledisease .medicalexamTable01 .bg {
    background-color: transparent;
  }
  #medicalexam.course.lifestyledisease .medicalexamTable01 tr:nth-child(even) {
    background-color: #EFF1F8;
  }
  #medicalexam.course.lifestyledisease .medicalexamTable01 th, #medicalexam.course.lifestyledisease .medicalexamTable01 td {
    display: block
  }
  #medicalexam.course.lifestyledisease .medicalexamTable01 th.level01 {
    display: none;
  }
  #medicalexam.course.lifestyledisease .medicalexamTable01 th.level01.last {
    border-right: none;
  }
  #medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 {
    margin-top: 20px;
  }
  #medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 th.level02 {
    display: block;
    width: 100%;
    font-size: 16px;
    border-top: none;
    border-right: none;
    background-color: #3550A7;
    color: #FFF;
    padding: 6px;
  }
  #medicalexam.course.lifestyledisease .medicalexamTable01 td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 6px;
    border-top: none;
    overflow: hidden;
  }
  #medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 td.level01 {
    border-right: none;
    border-bottom: #8A8C89 dashed 1px;
  }
  #medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 th.level02 {
    margin-top: 20px;
  }
  #medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 td.level02 {
    border-right: none;
  }
  #medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 td div {
    margin-left: 6em;
  }
  #medicalexam.course.lifestyledisease .sec01 .medicalexamTable01 td div.sp-only {
    color: #666;
    width: 6em;
    float: left;
    margin-left: 0;
  }
  #medicalexam.course.lifestyledisease #mainWrapper .fixedArea table.medicalexamTable01.borderB {
    border-top: none;
    border-bottom: none;
  }
  #medicalexam.course.lifestyledisease .sec02 p.title {
    font-size: 20px;
    margin: 40px 0 10px;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 {
    border-bottom: none;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr:nth-child(odd) {
    background-color: #EFF1F8;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 td.level01 {
    border-right: none;
    display: block;
    width: 100%;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr td:nth-child(1), #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr td:nth-child(3) {
    display: none;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr td:nth-child(2) {
    display: block;
    width: 6em;
    float: left;
    font-weight: bold;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr td:nth-child(2) .sp-only {
    display: inline-block;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr td:nth-child(4), #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr.clm4 td:nth-child(3) {
    display: block;
    width: auto;
    margin-left: 6em;
    font-weight: bold;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 td:nth-child(5), #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 tr.clm4 td:nth-child(4) {
    width: 100%;
    margin-left: 0;
    font-weight: normal;
    display: block;
    line-height: 1.6;
    border-top: #ccc dashed 1px;
    margin-bottom: 20px;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 td.level02 div.sp-only {
    color: #666;
    width: 6em;
    float: left;
    margin-left: 0;
  }
  #medicalexam.course.lifestyledisease .sec02 .medicalexamTable01 td.level02 div {
    margin-left: 6em;
  }
  #medicalexam.course.lifestyledisease .sec02 p {
    margin-top: 0;
    font-size: 12px;
  }
  /* #medicalexam.course.healthcheck
  =========================================*/
  #medicalexam.course.healthcheck #mainWrapper .sec01.fixedArea {
    padding-bottom: 20px;
  }
  #medicalexam.course.healthcheck #mainWrapper #popularSec .fixedArea, #medicalexam.course.healthcheck #mainWrapper #specialSec01 .fixedArea, #medicalexam.course.healthcheck #mainWrapper #specialSec02 .fixedArea {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #medicalexam.course.healthcheck .sec01 .anchor {
    margin-top: 10px;
  }
  #medicalexam.course.healthcheck .sec01 .anchor li {
    display: block;
    width: auto;
    margin-right: 0;
    margin-top: 10px;
  }
  #medicalexam.course.healthcheck .sec01 .anchor li a span {
    font-size: 16px;
  }
  #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01, #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 tbody, #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 tr, #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 th, #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 td, #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 th.level03 {
    display: block;
    width: 100%;
  }
  #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 th.level03 {
    border-right: none;
    padding: 6px 0 6px 0;
    text-align: center;
  }
  #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 th.level03 span.sp-only {
    color: #3550A7;
  }
  #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 th.level01, #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 td.level01.aC.bold {
    display: none;
  }
  #medicalexam.course.healthcheck #mainWrapper #popularSec .medicalexamTable01 td {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 6px;
    overflow: hidden;
  }
  #medicalexam.course.healthcheck #mainWrapper #specialSec01 .sp-only section {
    border-radius: 4px;
    border: #ccc solid 1px;
    padding: 10px;
    margin-top: 20px;
  }
  #medicalexam.course.healthcheck #mainWrapper #specialSec01 .sp-only h4 {
    border-top: none;
    position: relative;
    margin-top: 0;
  }
  #medicalexam.course.healthcheck #mainWrapper #specialSec01 .sp-only h4 span {
    display: inline-block;
    margin-right: 6px;
    background-color: #3550A7;
    color: #fff;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.2;
    text-align: center;
    padding: 2px 4px;
    border-radius: 4px;
    position: relative;
    top: 0;
    left: 0;
  }
  #medicalexam.course.healthcheck #mainWrapper #specialSec01 .sp-only dl dt {
    font-weight: bold;
    color: #3550A7;
    background-color: #EFF1F8;
    padding: 0 8px;
  }
  #medicalexam.course.healthcheck #mainWrapper #specialSec01 .sp-only dl dd {
    margin: 6px 0 10px;
    padding: 0 8px;
  }
  #medicalexam.course.tokutei #mainWrapper .telBox, #medicalexam.course.healthcheck #mainWrapper .telBox {
    margin-bottom: 40px;
  }
  /* #medicalexam.course.tokutei
  =========================================*/
  #medicalexam.course.tokutei #mainWrapper .medicalexamTable01, #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 tbody, #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 tr, #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 th, #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 td {
    display: block;
    width: 100%;
  }
  #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 td {
    border-top: #8A8C89 dashed 1px;
    font-size: 16px;
    padding: 6px 6px;
    line-height: 1.4;
  }
  #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 th.level04 {
    padding: 8px 6px;
  }
  #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 th.level04, #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 th.level03, #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 td.level01 {
    border-right: none;
  }
  #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 th.level03 {
    padding: 6px 6px;
    font-size: 16px;
  }
  #medicalexam.course.tokutei #mainWrapper .medicalexamTable01, #medicalexam.course.tokutei #mainWrapper .sec01 .medicalexamTable01 {
    margin-top: 30px;
  }
  #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 th.level03, #medicalexam.course.tokutei #mainWrapper .medicalexamTable01 td.level01 {
    width: 100%;
  }
  #medicalexam.course.tokutei #mainWrapper .sec02 .medicalexamTable01 th.level04.second, #medicalexam.course.tokutei #mainWrapper .sec02 .medicalexamTable01 th.level04.last {
    display: none;
  }
  #medicalexam.course.tokutei #mainWrapper .sec02 .medicalexamTable01 td .sp-only {
    display: inline-block;
    margin-right: 6px;
  }
  /* #medicalexam.step
  =========================================*/
  #medicalexam.step .bg03.stepNav {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: none;
  }
  #medicalexam.step .bg03.stepNav ul {
    overflow: hidden;
    padding: 0;
  }
  #medicalexam.step .bg03.stepNav ul li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #medicalexam.step .bg03.stepNav ul li.lastChild {
    margin-right: 0;
  }
  #medicalexam.step .bg03.stepNav ul li a {
    height: auto;
    border: none;
    border-radius: 0 0 0 0;
    font-size: 16px;
    padding-top: 0;
    font-weight: normal;
    text-align: left;
    background-color: transparent;
    padding: 12px 16px;
    background: url(/images/common/ico09.png) no-repeat 96% 50%;
  }
  #medicalexam.step .bg03.stepNav ul li.active a, #medicalexam.step .bg03.stepNav ul li a:hover {
    background-color: #fff;
    height: auto;
    color: #1CB57B;
    padding-top: 10px;
  }
  #medicalexam.step #mainWrapper .fixedArea {
    padding: 20px 14px 40px 14px;
  }
  #medicalexam.step #mainWrapper .fixedArea h2 {
    font-size: 20px;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: center;
  }
  #medicalexam.step .box h3 {
    font-size: 18px;
  }
  #medicalexam.step .box {
    padding: 10px 14px;
    line-height: 1.6;
  }
  #medicalexam.step dl.stepBox, #medicalexam.step dl.stepBox dt, #medicalexam.step dl.stepBox dd {
    display: block;
    width: 100%;
  }
  #medicalexam.step dl.stepBox .box {
    border-left: #8A8C89 solid 1px;
    border-top: none;
    border-radius: 0 0 9px 9px;
    padding: 10px 14px;
  }
  #medicalexam.step dl.stepBox dt {
    border-radius: 9px 9px 0 0;
    font-size: 22px;
    line-height: 1.4;
    padding: 10px 0;
  }
  #medicalexam.step.step01 dl.stepBox.first dt {
    background-image: none;
  }
  #medicalexam.step.step01 dl.stepBox.first dt span.first {
    line-height: normal;
    display: block;
  }
  #medicalexam.step.step01 dl.stepBox.first dt span.last {
    line-height: normal;
    padding-top: 0;
    background: none;
    margin-top: 0;
  }
  #medicalexam.step.step01 dl.stepBox.first dd .box:first-child {
    border-radius: 0;
    border-bottom: none;
  }
  #medicalexam.step.step01 dl.stepBox.first dd .mb20 {
    margin-bottom: 0 !important;
  }
  #medicalexam.step .bgArrow01, #medicalexam.step .bgArrow03 {
    padding-bottom: 33px;
    background-image: url(/images/medicalexam/step_ico01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 7px;
  }
  #medicalexam.step .bgArrow02 {
    background-position: center bottom;
  }
  #medicalexam.step.step01 dl.stepBox.first dd .mb20 {
    margin-bottom: 0 !important;
  }
  #medicalexam.list #mainWrapper .fixedArea {
    padding: 20px 14px 40px 14px;
  }
  #medicalexam.list .tableFix {
    float: left;
    width: 47%;
    overflow: hidden;
    border-right: 2px solid #3550A7;
  }
  #medicalexam.list .tableFix table {
    width: 100%;
  }
  #medicalexam.list .tableWrap {
    overflow-x: scroll;
    /*        width: 53%;*/
    height: auto;
    /*        float: right;*/
  }
  #medicalexam.list .tableWrap table {
    /*        margin-left: -158px;*/
  }
  #medicalexam.list .medicalexamTable01 td.aL {
    width: 86px
  }
  #medicalexam.list .medicalexamTable01 td.spmargin {
    padding-bottom: 38px;
  }
  #medicalexam.list .tableWrap::-webkit-scrollbar {
    height: 5px;
  }
  #medicalexam.list .tableWrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  #medicalexam.list .tableWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  #medicalexam.list .medicalexamTable01 th, #medicalexam.list .medicalexamTable01 td {
    padding: 10px;
    font-size: 12px;
  }
  #medicalexam.list .medicalexamTable01 th.level01 {
    font-size: 14px;
  }
  #medicalexam.list .nextPage .inner a span {
    letter-spacing: 0.1em;
  }
  #medicalexam.list .medicalexamTable01 td.tate span {
    height: 170px;
  }
  #medicalexam.list #mainWrapper .btn {
    width: auto;
    margin: 30px auto 0;
    text-align: center;
  }
  #medicalexam.list #mainWrapper .btn a.pdfBtn {
    width: 219px;
    background-color: #3550A7;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 27.5px;
  }
  #medicalexam.list #mainWrapper .btn a.pdfBtn span {
    display: inline-block;
    line-height: 55px;
    background: url(/images/common/contact_ico02.png) no-repeat left 50%;
    background-size: 27px auto;
    padding-left: 37px;
  }
}
.doctorTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0
}
.doctorTable td, .doctorTable th {
  border: solid 1px #ddd;
  text-align: center;
  padding: 10px 0;
}
.doctorTable th {
  background-color: #1CB57B;
  color: #FFFFFF;
  font-weight: bold;
}
.doctorTable td span {
  font-size: 12px;
  display: block;
}