@charset "utf-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
}
a {
  color: #00A0EA;
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
sup {
  font-size: 10px;
  vertical-align: text-top;
}
sub {
  font-size: 10px;
  vertical-align: text-bottom;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: .7em;
}
h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
hr {
  border: none;
  border-top: 1px dotted #000;
  margin: .7em 0;
}
.container {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}
.fs-xsmall {font-size: 80%;}
.fs-small {font-size: 90%;}
.fs-large {font-size: 110%;}
.fs-xlarge {font-size: 120%;}
.em {font-weight: bold;}
.normal {font-weight: normal;}
.red {color: #f00;}
.inline span {display: inline-block;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.mt0 {margin-top: 0;}
.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mb0 {margin-bottom: 0 !important;}
.list > li {
  position: relative;
  padding-left: 1.3em;
}
.list > li::before,
.list > li .num {
  position: absolute;
  top: 0;
  left: 0;
}
.list.dot > li::before {
  content: "●";
  color: #00B580;
}
.list.kome > li::before {
  content: "※";
}
.list.smldot > li::before {
  content: "・";
}
.list.custom_2 > li {
  padding-left: 2.3em;
}
.list.custom_3 > li {
  padding-left: 3.3em;
}
.list.custom_4 > li {
  padding-left: 4.3em;
}
.list.custom_5 > li {
  padding-left: 5.3em;
}
.list.custom_6 > li {
  padding-left: 6.3em;
}

/* header */
.header .container {
  overflow: hidden;
  padding: 20px 0;
}
.header .logo01 {
  float: left;
  width: 20%;
  max-width: 114px;
}
.header .logo02 {
  float: right;
  width: 40%;
  max-width: 282px;
  margin-top: 7px;
}
.intro {
  background: url("../images/bg_slash01.png") repeat 0 0;
  padding: 40px 0;
  text-align: center;
}
.intro nav {
  position: relative;
}
.intro nav .logo03 {
  width: 60%;
  max-width: 450px;
  margin: 0 auto 30px;
}
.lnav {
  background: url("../images/bg_slash01.png") repeat 0 0;
  padding: 20px 0;
  text-align: center;
}
.lnav ul {
  overflow: hidden;
}
.lnav ul li {
  width: 24.25%;
  float: left;
}
.lnav ul li:nth-of-type(n+2) {
  margin-left: 1%;
}

/* main */
section {
  padding: 70px 0;
  background-repeat: repeat;
  background-position: 0 0;
}
#jitensya {
  background-image: url("../images/bg_slash02.png");
}
#kaigo {
  background-image: url("../images/bg_slash03.png");
}
#gan {
  background-image: url("../images/bg_slash04.png");
}
#iryo {
  background-image: url("../images/bg_slash05.png");
}
#qa {
  background-image: url("../images/bg_slash01.png");
}
.box {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
}
.box > * + * {
  margin-top: 30px;
}
.box h2 {
  text-align: center;
  margin-bottom: 30px;
}
.box h2 img {
  display: inline-block;
  vertical-align: middle;
}
.box h2 img:nth-of-type(1) {
  width: 50%;
  max-width: 286px;
}
.gaiyo h3 {
  text-align: center;
  border-radius: 6px;
  line-height: 1;
}
.point {
  padding-top: 25px;
}
.point > .l_row > * {
  border-radius: 6px;
  padding: 15px 15px 15px 80px;
  position: relative;
}
.point > .l_row > *::before,
.point > .l_row > *::after {
  content: "";
  position: absolute;
  display: block;
}
.point > .l_row > *::before {
  top: -46px;
  left: -16px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.point > .l_row > *::after {
  top: -50px;
  left: -20px;
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.point > .l_row > .point01::after {
  background-image: url("../images/point01.png");
}
.point > .l_row > .point02::after {
  background-image: url("../images/point02.png");
}
.detail_btn {
  display: block;
  width: 80%;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}
#jitensya .gaiyo h3 {
  background: #6FC14F;
}
#jitensya .point > .l_row > * {
  background: #F0F8EC;
}
#jitensya .point > .l_row > *::before {
  background: #6FC14F;
}
#kaigo .gaiyo h3 {
  background: #FF813F;
}
#kaigo .point > .l_row > * {
  background: #FFF7EB;
}
#kaigo .point > .l_row > *::before {
  background: #FF813F;
}
#gan .gaiyo h3 {
  background: #008AC8;
}
#gan .point > .l_row > * {
  background: #EAF1F9;
}
#gan .point > .l_row > *::before {
  background: #008AC8;
}
#iryo .gaiyo h3 {
  background: #FE5C64;
}
#iryo .point > .l_row > * {
  background: #FFEFED;
}
#iryo .point > .l_row > *::before {
  background: #FE5C64;
}
.qa_box {
  padding-bottom: 80px;
}
.qa_box .qa_tit {
  border: 1px solid #00B580;
  border-radius: 6px;
  background: #fff;
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding: 15px 40px 15px 75px;
  cursor: pointer;
}
.qa_box .qa_tit::before,
.qa_box .qa_tit::after {
  content: "";
  display: block;
  position: absolute;
}
.qa_box .qa_tit::before {
  background: url("../images/qa_q.png") no-repeat 0 0 / 100% auto;
  width: 24px;
  height: 28px;
  top: 15px;
  left: 25px;
}
.qa_box .qa_tit::after {
  background: url("../images/qa_plus.png") no-repeat 0 0 / 100% auto;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
}
.qa_box .qa_tit.active {
  border-radius: 6px 6px 0 0;
}
.qa_box .qa_tit.active::after {
  background-image: url("../images/qa_minus.png");
}
.qa_box .qa_answer + .qa_tit {
  margin-top: 20px;
}
.qa_box .qa_answer {
  border: 1px solid #00B580;
  border-top: none;
  border-radius: 0 0 6px 6px;
  background: #E4F6E7;
  padding: 30px;
  display: none;
}
#jitensya .qa_box .qa_tit {
  border-color: #6FC14F;
}
#jitensya .qa_box .qa_tit::before {
  background-image: url("../images/jitensya_qa_q.png");
}
#jitensya .qa_box .qa_tit::after {
  background-image: url("../images/jitensya_qa_plus.png");
}
#jitensya .qa_box .qa_tit.active::after {
  background-image: url("../images/jitensya_qa_minus.png");
}
#jitensya .qa_box .qa_answer {
  border-color: #6FC14F;
  background: #F0F8EC;
}
#kaigo .qa_box .qa_tit {
  border-color: #FF813F;
}
#kaigo .qa_box .qa_tit::before {
  background-image: url("../images/kaigo_qa_q.png");
}
#kaigo .qa_box .qa_tit::after {
  background-image: url("../images/kaigo_qa_plus.png");
}
#kaigo .qa_box .qa_tit.active::after {
  background-image: url("../images/kaigo_qa_minus.png");
}
#kaigo .qa_box .qa_answer {
  border-color: #FF813F;
  background: #FFF7EB;
}
#gan .qa_box .qa_tit {
  border-color: #008AC8;
}
#gan .qa_box .qa_tit::before {
  background-image: url("../images/gan_qa_q.png");
}
#gan .qa_box .qa_tit::after {
  background-image: url("../images/gan_qa_plus.png");
}
#gan .qa_box .qa_tit.active::after {
  background-image: url("../images/gan_qa_minus.png");
}
#gan .qa_box .qa_answer {
  border-color: #008AC8;
  background: #EAF1F9;
}
#iryo .qa_box .qa_tit {
  border-color: #FE5C64;
}
#iryo .qa_box .qa_tit::before {
  background-image: url("../images/iryo_qa_q.png");
}
#iryo .qa_box .qa_tit::after {
  background-image: url("../images/iryo_qa_plus.png");
}
#iryo .qa_box .qa_tit.active::after {
  background-image: url("../images/iryo_qa_minus.png");
}
#iryo .qa_box .qa_answer {
  border-color: #FE5C64;
  background: #FFEFED;
}
.contact {
  text-align: center;
}
.contact .tit img:nth-of-type(1) {
  width: 55%;
  max-width: 292px;
}
.contact .tit img:nth-of-type(2) {
  width: 60%;
  max-width: 314px;
  margin-top: 10px;
}
.lowerpage {
  background-repeat: repeat;
  background-position: 0 0;
  padding-top: 50px;
}
.lowerpage h1 {
  text-align: center;
}
.lowerpage h1 img {
  display: inline-block;
  vertical-align: middle;
}
.lowerpage h1 img:nth-of-type(1) {
  width: 50%;
  max-width: 286px;
}
.lowerpage h1 img:nth-of-type(2) {
  margin-left: 25px;
}
.lowerpage h1 + section {
  padding-top: 35px;
}
#jitensya .detail {
  background-image: url("../images/bg_slash06.png");
}
#jitensya .ryokin {
  background-image: url("../images/bg_slash07.png");
}
#jitensya .qa {
  background-image: url("../images/bg_slash08.png");
}
#kaigo .detail {
  background-image: url("../images/bg_slash09.png");
}
#kaigo .qa {
  background-image: url("../images/bg_slash10.png");
}
#gan .detail {
  background-image: url("../images/bg_slash11.png");
}
#gan .ryokin {
  background-image: url("../images/bg_slash12.png");
}
#gan .qa {
  background-image: url("../images/bg_slash13.png");
}
#iryo .detail {
  background-image: url("../images/bg_slash14.png");
}
#iryo .ryokin {
  background-image: url("../images/bg_slash15.png");
}
#iryo .qa {
  background-image: url("../images/bg_slash16.png");
}
.lowerpage .contact {
  background-image: url("../images/bg_slash01.png");
}
.ctit {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.lowerpage .stit {
  font-weight: bold;
  margin-bottom: .3em;
}
#jitensya.lowerpage .stit {
  color: #6FC14F;
}
#kaigo.lowerpage .stit {
  color: #FF813F;
}
#gan.lowerpage .stit {
  color: #008AC8;
}
#iryo.lowerpage .stit {
  color: #FE5C64;
}
.bd_box {
  border-width: 2px;
  border-style: solid;
  border-radius: 6px;
  padding: 30px;
  margin-top: 20px;
}
.bd_box > * + * {
  margin-top: 25px;
}
#jitensya .bd_box {
  border-color: #6FC14F;
}
#kaigo .bd_box {
  border-color: #FF813F;
}
#gan .bd_box {
  border-color: #008AC8;
}
#iryo .bd_box {
  border-color: #FE5C64;
}
.cl_box {
  border-radius: 6px;
  padding: 20px;
}
#kaigo .cl_box {
  background: #FFF7EB;
}
#gan .cl_box {
  background: #EAF1F9;
}
#iryo .cl_box {
  background: #FFEFED;
}
.table_box table {
  width: 100%;
  table-layout: auto;
  margin: 10px 0;
}
.table_box caption {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}
.table_box tr > * {
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  border-left-color: #fff;
  border-right-color: #fff;
}
.table_box tr > th {
  white-space: nowrap;
}
.table_box thead tr > * {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.table_box thead tr > th {
  color: #fff;
}
.table_box tbody tr > * {
  font-weight: normal;
  padding: 10px 15px;
}
.table_box tbody tr > th {
  text-align: center;
}
.table_box tbody tr > th.heading {
  color: #fff;
  font-weight: bold;
}
.table_box.td_center tbody tr > td {
  text-align: center;
}
#jitensya .table_box tbody tr > * {
  border-color: #6FC14F;
}
#jitensya .table_box thead tr > th {
  background: #6FC14F;
  border-top-color: #6FC14F;
  border-bottom-color: #6FC14F;
}
#jitensya .table_box thead tr > td {
  background: #F0F8EC;
  border-color: #6FC14F;
}
#jitensya .table_box thead tr > *:first-child {
  border-left-color: #6FC14F;
}
#jitensya .table_box thead tr > *:last-child {
  border-right-color: #6FC14F;
}
#jitensya .table_box tbody tr > th {
  background: #F0F8EC;
}
#jitensya .table_box.th_white tbody tr > th {
  background: #fff;
}
#jitensya .table_box caption,
#jitensya .table_box tbody tr > th.heading {
  background: #6FC14F;
}
#kaigo .table_box tbody tr > * {
  border-color: #FF813F;
}
#kaigo .table_box thead tr > th {
  background: #FF813F;
  border-top-color: #FF813F;
  border-bottom-color: #FF813F;
}
#kaigo .table_box thead tr > td {
  background: #FFF7EB;
  border-color: #FF813F;
}
#kaigo .table_box thead tr > *:first-child {
  border-left-color: #FF813F;
}
#kaigo .table_box thead tr > *:last-child {
  border-right-color: #FF813F;
}
#kaigo .table_box tbody tr > th {
  background: #FFF7EB;
}
#kaigo .table_box.th_white tbody tr > th {
  background: #fff;
}
#kaigo .table_box caption,
#kaigo .table_box tbody tr > th.heading {
  background: #FF813F;
}
#gan .table_box tbody tr > * {
  border-color: #008AC8;
}
#gan .table_box thead tr > th {
  background: #008AC8;
  border-top-color: #008AC8;
  border-bottom-color: #008AC8;
}
#gan .table_box thead tr > td {
  background: #EAF1F9;
  border-color: #008AC8;
}
#gan .table_box thead tr > *:first-child {
  border-left-color: #008AC8;
}
#gan .table_box thead tr > *:last-child {
  border-right-color: #008AC8;
}
#gan .table_box tbody tr > th {
  background: #EAF1F9;
}
#gan .table_box.th_white tbody tr > th {
  background: #fff;
}
#gan .table_box caption,
#gan .table_box tbody tr > th.heading {
  background: #008AC8;
}
#iryo .table_box tbody tr > * {
  border-color: #FE5C64;
}
#iryo .table_box thead tr > th {
  background: #FE5C64;
  border-top-color: #FE5C64;
  border-bottom-color: #FE5C64;
}
#iryo .table_box thead tr > td {
  background: #FFEFED;
  border-color: #FE5C64;
}
#iryo .table_box thead tr > *:first-child {
  border-left-color: #FE5C64;
}
#iryo .table_box thead tr > *:last-child {
  border-right-color: #FE5C64;
}
#iryo .table_box tbody tr > th {
  background: #FFEFED;
}
#iryo .table_box.th_white tbody tr > th {
  background: #fff;
}
#iryo .table_box caption,
#iryo .table_box tbody tr > th.heading {
  background: #FE5C64;
}
.exam_box {
  display: table;
  width: auto;
  table-layout: fixed;
  margin-bottom: 30px;
}
.exam_box > * {
  display: table-cell;
  vertical-align: middle;
}
.exam_box > *:nth-child(1) {
  width: 150px;
}
#kaigo .bd_box .stit {
  font-weight: normal;
}
#kaigo .bd_box .table_box table {
  table-layout: fixed;
}
#kaigo .bd_box .table_box th {
  white-space: normal;
  line-height: 1.2;
}
#kaigo .bd_box .table_box td {
  vertical-align: top;
}
.bd_box .table_box td .fs-xsmall {
  line-height: 1.4;
}
#gan .data_box .table_box table {
  margin-top: 5px;
}
#gan .table_box.plan thead tr th {
  line-height: 1.2;
}
#gan .table_box.plan thead tr th:last-child {
  background: #115277;
}
#gan .table_box.plan tbody tr th {
  font-weight: bold;
}
#gan .table_box.plan tbody tr td {
  white-space: nowrap;
}
#gan .table_box.plan tbody tr td.explan {
  text-align: left;
  white-space: normal;
}
#iryo .data_box .graftit {
  color: #FE5C64;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0;
}
#iryo .data_box .graf {
  padding: 20px 0;
}
#iryo .table_box.plan thead tr th {
  line-height: 1.2;
}
#iryo .table_box.plan thead tr th:last-child {
  background: #98373C;
}
#iryo .table_box.plan tbody tr th {
  font-weight: bold;
}
#iryo .table_box.plan tbody tr td {
  white-space: nowrap;
}
#iryo .table_box.plan tbody tr td.explan {
  text-align: left;
  white-space: normal;
}
.bbox_red {
  display: inline-block;
  color: #f00;
  border: 2px solid #f00;
  line-height: 1;
  padding: .3em 1em;
  margin-bottom: .5em;
}

/* footer */
footer {
  padding-bottom: 30px;
}
footer .fnav {
  overflow: hidden;
  padding-top: 60px;
}
footer .fnav > ul {
  float: left;
}
footer .fnav > ul li {
  display: inline-block;
  font-size: 11px;
  padding-right: 16px;
  line-height: 1;
  vertical-align: text-top;
}
footer .fnav > ul li + li {
  padding: 0 16px;
  border-left: 1px solid #231815;
}
footer .fnav > ul li a {
  color: #000;
  text-decoration: none;
}
footer .fnav > .ac_link {
  float: right;
}
footer .fnav > .ac_link a {
  display: block;
  background: #878787;
  text-align: center;
  width: 108px;
  font-size: 0;
  height: 30px;
  line-height: 30px;
}
footer .fnav > .ac_link img {
  width: 85px;
}
footer hr {
  border: none;
  border-top: 1px solid #878787;
  margin: 0;
}
footer .fcopy {
  overflow: hidden;
  padding-top: 20px;
}
footer .fcopy .f_logo {
  display: block;
  width: 107px;
}
footer .fcopy .copy {
  color: #868686;
  font-size: 10px;
}
footer .bb_list a.bb_btn {
  display: block;
  margin: 15px auto;
}
footer .bb_list .copy {
  font-weight: bold;
  font-size: 14px;
  color: #00A6E9;
}
footer .bb_list > div:nth-child(2) .copy {
  color: #00B580;
}


/*-----------------------------------------
	for Smartphone
-----------------------------------------*/
@media only screen and (max-width: 768px){
  .pc {display:none;}
  
  body {
    font-size: 14px;
  }
  sup {
    font-size: 8px;
  }
  sub {
    font-size: 8px;
  }
  h1 {font-size: 22px;}
  h2 {font-size: 20px;}
  h3 {font-size: 18px;}
  h4 {font-size: 16px;}
  h5 {font-size: 16px;}
  h6 {font-size: 14px;}
  
  /* header */
  .header .container {
    padding: 10px 0;
  }
  .header .logo02 {
    margin-top: 5px;
  }
  .intro {
    padding: 20px 0;
    background-size: 34px 34px;
  }
  .intro nav ul li:nth-child(n+2) {
    margin-top: 8px;
  }
  .intro nav .logo03 {
    margin-bottom: 15px;
  }
  .lnav {
    padding: 15px 0;
    background-size: 34px 34px;
  }
  .lnav ul li {
    width: 49%;
  }
  .lnav ul li:nth-of-type(even) {
    float: right;
  }
  .lnav ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .lnav ul li:nth-of-type(n+2) {
    margin-left: 0;
  }

  
  /* main */
  section {
    padding: 35px 0;
    background-size: 34px 34px;
  }
  .box {
    border-radius: 10px;
    padding: 15px;
  }
  .box > * + * {
    margin-top: 15px;
  }
  .box h2 {
    margin-bottom: 15px;
  }
  .box h2 img {
    display: block;
    margin: 0 auto;
  }
  .box h2 img:nth-of-type(2) {
    height: 40px;
    margin-top: 10px;
  }
  .gaiyo.l_row > *:nth-child(2) {
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
  .gaiyo > div > .l_row > h3 {
    padding: 7px;
    margin-bottom: 10px;
  }
  .gaiyo > div > .l_row > h3 img {
    height: 16px;
  }
  .gaiyo > div > .l_row > div {
    padding-bottom: 15px;
  }
  .point {
    padding-top: 0;
  }
  .point > .l_row > * {
    padding-left: 50px;
    margin-top: 20px;
  }
  .point > .l_row > *::before {
    top: -18px;
    left: -18px;
    width: 56px;
    height: 56px;
  }
  .point > .l_row > *::after {
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
  }
  .qa_box {
    padding-bottom: 40px;
  }
  .qa_box .qa_tit {
    font-size: 17px;
    padding: 10px 30px 10px 55px;
  }
  .qa_box .qa_tit::before {
    width: 18px;
    height: 21px;
    top: 10px;
    left: 15px;
  }
  .qa_box .qa_tit::after {
    width: 16px;
    height: 16px;
    top: 14px;
    right: 12px;
  }
  .qa_box .qa_answer + .qa_tit {
    margin-top: 10px;
  }
  .qa_box .qa_answer {
    padding: 15px;
  }
  .contact .tit img {
    display: block;
    margin: 0 auto;
  }
  .contact .tel {
    margin-top: 15px;
  }
  .illust_box.l_row > *:nth-child(2) {
    width: 50%;
    margin: 10px auto;
  }
  #kaigo .illust_box.l_row .exam_box {
    margin-top: 10px;
  }
  #gan .illust_box.l_row .exam_box {
    margin-top: 10px;
  }
  .lowerpage {
    background-size: 34px 34px;
    padding-top: 25px;
  }
  .lowerpage h1 img {
    display: block;
    margin: 0 auto;
  }
  .lowerpage h1 img:nth-of-type(2) {
    height: 48px;
    margin-top: 10px;
    margin-left: auto;
  }
  .lowerpage h1 + section {
    padding-top: 20px;
  }
  .ctit {
    padding-bottom: 20px;
  }
  .ctit img {
    height: 34px;
  }
  .bd_box {
    padding: 15px;
  }
  .bd_box > * + * {
    margin-top: 10px;
  }
  .cl_box {
    padding: 10px;
  }
  .table_box {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .table_box thead tr > * {
    padding: 5px;
    line-height: 1.4;
  }
  .table_box tbody tr > * {
    font-weight: normal;
    padding: 10px;
  }
  .table_box tbody tr > th.heading {
    display: none;
  }
	.table_box.nowrap {
		width: 100%;
		overflow-x: auto;
	}
	.table_box.nowrap table {
		width: auto;
	}
	.table_box.nowrap tbody tr > * {
		white-space: nowrap;
	}
  .exam_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .exam_box > * {
    vertical-align: top;
  }
  .exam_box > *:nth-child(1) {
    width: 25%;
    padding-right: 3%;
  }
  .exam_box > *:nth-child(2) {
    width: 75%;
  }
  #kaigo .bd_box .hiyou.l_row > *:nth-child(1) {
    text-align: center;
  }
  #kaigo .bd_box .table_box table {
    margin: 0;
  }
  #kaigo .bd_box .table_box table + table {
    margin-bottom: 10px;
  }
  #kaigo .bd_box .table_box th {
    font-size: 14px;
  }
  #kaigo .bd_box .table_box td {
    font-size: 13px;
  }
  #gan .data_box .table_box tbody th {
    white-space: normal;
  }
  #gan .table_box.plan table {
    min-width: 33em;
  }
  #gan .table_box.plan tbody tr th {
    line-height: 0;
    padding: 14px;
    width: 1em;
  }
  #gan .table_box.plan tbody tr th span.vrl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #gan .table_box.plan tbody tr td {
    padding: 5px;
  }
  #gan .table_box.plan tbody tr td img {
    width: 18px;
  }
  #gan .table_box.plan tbody tr td.explan {
    min-width: 20em;
  }
  #iryo .data_box > *:nth-child(2) {
    margin-top: 15px;
  }
  #iryo .data_box .graftit {
    font-size: 18px;
  }
  #iryo .data_box .graf {
    padding: 10px 0;
  }
  #iryo .table_box.plan table {
    min-width: 33em;
  }
  #iryo .table_box.plan tbody tr th {
    line-height: 0;
    padding: 14px;
    width: 1em;
  }
  #iryo .table_box.plan tbody tr th span.vrl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #iryo .table_box.plan tbody tr td {
    padding: 5px;
  }
  #iryo .table_box.plan tbody tr td img {
    width: 18px;
  }
  #iryo .table_box.plan tbody tr td.explan {
    min-width: 20em;
  }
  
  /* footer */
  footer {
    padding-bottom: 15px;
  }
  footer .fnav {
    width: 100%;
    padding-top: 30px;
    padding-left: 3%;
  }
  footer .fnav > .ac_link {
    margin-top: 23px;
  }
  footer .fcopy .f_logo {
    width: 87px;
  }
  footer .fcopy .copy {
    font-size: 8px;
    margin-top: 24px;
    text-align: center;
  }
  footer .fcopy .copy span {
    display: block;
  }
  footer .bb_list > div {
    width: 100%;
    max-width: 390px;
    margin: 20px auto;
  }
  footer .bb_list a.bb_btn.pc {
    display: none;
  }
  
  
}

/*-----------------------------------------
	for PC & Tablet
-----------------------------------------*/
@media only screen and (min-width: 769px){
  body {
    font-size: 18px;
  }
  a:hover {
    text-decoration: none;
  }
  a img {
    transition: .5s;
  }
  a:hover img {
    opacity: .7;
  }
  .l_row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  .sp {display:none;}
  
  /* header */
  .intro nav {
    margin-top: 30px;
  }
  .intro nav ul {
    overflow: hidden;
  }
  .intro nav ul li {
    width: 49%;
  }
  .intro nav ul li:nth-child(odd) {
    float: left;
  }
  .intro nav ul li:nth-child(even) {
    float: right;
  }
  .intro nav ul li:nth-child(n+3) {
    margin-top: 25px;
  }
  
  /* main */
  .box h2 img:nth-of-type(2) {
    margin-left: 25px;
  }
  .gaiyo.l_row > *:nth-child(1) {
    width: 65%;
  }
  .gaiyo.l_row > *:nth-child(2) {
    width: 35%;
    padding-left: 5%;
  }
  .gaiyo > div > .l_row {
    border-spacing: 0 10px;
  }
  .gaiyo > div > .l_row > * {
    vertical-align: middle;
  }
  .gaiyo > div > .l_row > h3 {
    width: 180px;
  }
  #jitensya .gaiyo.l_row > *:nth-child(1) {
    width: 60%;
  }
  #jitensya .gaiyo.l_row > *:nth-child(2) {
    width: 40%;
  }
  .gaiyo > div > .l_row > div {
    padding-left: 25px;
  }
  .point {
    margin: 0 -25px;
  }
  .point > .l_row {
    border-spacing: 25px;
  }
  .qa_box .qa_tit {
    transition: .5s;
  }
  .qa_box .qa_tit:hover {
    background-color: #FAFDFA;
  }
  #jitensya .qa_box .qa_tit:hover {
    background-color: #F7FBF5;
  }
  #kaigo .qa_box .qa_tit:hover {
    background-color: #FFFBF5;
  }
  #gan .qa_box .qa_tit:hover {
    background-color: #F4F8FB;
  }
  #iryo .qa_box .qa_tit:hover {
    background-color: #FFF6F5;
  }
  .contact .tit img {
    display: inline-block;
    vertical-align: middle;
  }
  .contact .tit img:nth-of-type(1) {
    width: 292px;
  }
  .contact .tit img:nth-of-type(2) {
    width: 314px;
    margin-left: 20px;
  }
  .contact .tel {
    margin-top: 40px;
  }
  .illust_box.l_row > *:nth-child(1) {
    width: 70%;
    padding-right: 5%;
  }
  .illust_box.l_row > *:nth-child(2) {
    width: 30%;
  }
  #kaigo .illust_box.l_row > *:nth-child(1) {
    width: 75%;
  }
  #kaigo .illust_box.l_row .exam_box {
    margin-top: 20px;
  }
  #kaigo .illust_box.l_row > *:nth-child(2) {
    width: 25%;
  }
  #gan .illust_box.l_row > *:nth-child(1) {
    width: 75%;
  }
  #gan .illust_box.l_row .exam_box {
    margin-top: 20px;
  }
  #gan .illust_box.l_row > *:nth-child(2) {
    width: 25%;
  }
  .table_box caption {
    display: none;
  }
  #kaigo .bd_box .hiyou.l_row > *:nth-child(1) {
    width: 42%;
  }
  #kaigo .bd_box .hiyou.l_row > *:nth-child(2) {
    width: 58%;
    padding-left: 15px;
  }
  #kaigo .bd_box .table_box {
    overflow: hidden;
  }
  #kaigo .bd_box .table_box table {
    width: 50%;
    float: left;
    margin-top: 0;
  }
  #kaigo .bd_box .table_box th {
    font-size: 16px;
    padding: 5px 0;
    height: 50px;
    white-space: nowrap;
  }
  #kaigo .bd_box .table_box td {
    font-size: 14px;
    padding: 10px;
    height: 200px;
  }
  #kaigo .bd_box .table_box table + ul {
    clear: both;
  }
  #kaigo .bd_box .table_box table:nth-child(1) thead tr > *:last-child {
    border-right-color: #fff;
  }
  #kaigo .bd_box .table_box table:nth-child(2) tbody tr > *:first-child {
    border-left: none;
  }
  #gan .data_box > *:nth-child(1) {
    width: 54%;
    padding-right: 30px;
  }
  #gan .data_box > *:nth-child(2) {
    width: 46%;
    padding-left: 30px;
    border-left: 2px dotted #008AC8;
  }
  #gan .data_box .graftit {
    float: left;
    width: calc(100% - 7.5em);
    line-height: 1.4;
  }
  #gan .data_box .graftit + .txt-right {
    float: right;
    width: 7em;
    padding-top: .3em;
  }
  #gan .data_box .table_box {
    clear: both;
    overflow: hidden;
  }
  #gan .data_box .table_box tr > * {
    font-size: 16px;
    padding: 5px;
  }
  #gan .table_box.plan tbody tr th {
    text-align: left;
  }
  #iryo .data_box > *:nth-child(1) {
    padding-right: 30px;
  }
  #iryo .data_box > *:nth-child(2) {
    padding-left: 30px;
  }
  #iryo .table_box.plan tbody tr th {
    text-align: left;
  }
  
  
  /* footer */
  footer .fnav > ul li a:hover {
    text-decoration: underline;
  }
  footer .fnav > .ac_link a {
    transition: .5s;
  }
  footer .fnav > .ac_link a:hover {
    opacity: .7;
  }
  footer .fcopy .f_logo {
    float: left;
    width: 107px;
  }
  footer .fcopy .copy {
    float: right;
    margin-top: 4px;
  }
  footer .bb_list {
    display: table;
    width: 100%;
    max-width: 930px;
    table-layout: fixed;
    margin: 0 auto;
    border-spacing: 50px;
  }
  footer .bb_list > div {
    display: table-cell;
    vertical-align: top;
  }
  footer .bb_list a.bb_btn.sp {
    display: none;
  }
  
  
}



@media only screen and (min-width: 900px){
  #kaigo .bd_box .table_box td {
    height: 160px;
  }
}
@media only screen and (min-width: 1000px){
  #kaigo .bd_box .table_box td {
    height: 140px;
  }
}