@charset "utf-8";

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  max-height: 999999px;
}
body {
  font-family: "メイリオ";
  font-size: 13px;
  color: #323232;
  line-height: 1.7em;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}

/* common -class- */
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.outer_frame{
  width: 1100px;
  margin: 0 auto;
}
.pc {
  display: inline-block!important;
}
.sp {
  display: none!important;
}
.bg_white {
  background: #fff;
}
.bg_yellow {
  background: #f9ffa1;
  border: 2px solid #fff;
}
.bg_black {
  background: #141414;
}
.bg_beige {
  background: #fafafa;
}
.txt_yellow {
  color: #f9ffa1;
}
.txt_red {
  color: #d12222
}
.txt_black {
  color: #323232;
}
.txt_white {
  color: #fff;
}

/* common -tag- */
h1 {
  color: #a98c5c;
  font-size: 12px;
}
h2 {
  text-align: center;
  margin-bottom: 30px;
}
table th {
  color: #fff;
  background: #141414;
  text-align: left;
  font-weight: normal;
}
section {
  padding: 100px 0;
}

/* header */
header{
  padding-top: 10px;
  margin-bottom: 20px;
}
.h_left{
  float: left;
}
.h_right{
  float: right;
}
.h_contact {
  margin-top: 5px;
}
.h_contact_tel,
.h_contact_mail {
  float: left;
}
.h_contact_tel {
  margin-right: -15px;
}

/* key_visual */
.key_visual {
  width: 100%;
  text-align: center;
  background: url(../img/key_visual_bg.png) no-repeat;
  background-size: cover;
  padding: 0;
}

.key_visual img{
  display: block;
  margin: 0 auto;
}

/* aboutus */
.aboutus_inner {
  position: relative;
  height:580px;
}
.aboutus .aboutus_img_box{
  position: absolute;
  left: 0;
  width: 650px;
  height: 350px;
  background: url(../img/aboutus_img01.png) no-repeat;
}
.aboutus .aboutus_txt_box {
  position: absolute;
  padding: 40px 40px;
  background: #f9ffa1;
  width: 560px;
  right: 0;
  top: 40px;
  opacity: 0;
}
.aboutus .aboutus_txt_box p{
  margin-top: 20px;
}
.aboutus .aboutus_txt_box p.pc{
  margin-top: 27px;
}
.aboutus .aboutus_icon{
  position: absolute;
  width: 460px;
  text-align: center;
  bottom: -7px;
}

/* motto */
.motto ul li{
  width: 530px;
  float: left;
}
.motto ul li:nth-child(2n){
  margin-left: 40px;
  margin-top: 80px;
}
.motto_img,
.motto_txt {
  width: 265px;
  float: left;
}
.motto_txt {
  position: relative;
  top: 5px;
}
.motto_icon {
  margin-left: 190px;
}

/* strong */
.strong p{
  margin-top: 10px;
}
.strong .strong_microscope {
  width: 100%;
  margin-bottom: 50px;
}
.strong .microscope_img{
  float: left;
}
.strong .microscope_txt{
  width: 500px;
  float: left;
  margin:7px 0 0 10px;
}
.strong .microscope_txt h3{
  margin-left: -20px;
}
.strong .strong_ct,
.strong .strong_artisan {
  background: url(../img/strong_bg01.png) no-repeat;
}
.strong .strong_ct{
  float: left;
  width: 545px;
}
.strong .strong_artisan {
  float: right;
  width: 545px;
}
.strong .ct_img,
.strong .artisan_img {
  width: 245px;
  float: right;
}
.strong .ct_txt,
.strong .artisan_txt {
  float: left;
  width: 300px;
  margin-top: 10px;
}
.strong .strong_level {
  width: 875px;
  margin-top: 50px;
  float: left;
  background: url(../img/strong_bg02.png) no-repeat;
}
.strong .level_txt {
  width: 555px;
  float: left;
  margin-top: 10px;
}
.strong_icon {
  float: right;
  margin-top: 150px;
}

/* profile */
.profile h2 {
  text-align: left;
}
.profile .profile_left {
  width: 600px;
  float: left;
}
.profile table {
  border-collapse: collapse;
  margin: 30px 40px 0 0;
  border-top: solid 1px #141414;
  width: 100%;
}
.profile table th,
.profile table td {
  border-bottom: solid 1px #141414;
}
.profile table th {
  padding: 0 10px;
}
.profile table td {
  padding: 0 20px;
}
.profile .profile_right {
  width: 460px;
  float: right;
}
.profile .profile_img {
  position: relative;
  width: 100%;
  height: 384px;
  background: url(../img/profile_img01.png) no-repeat center;
  margin-top: 47px;
}
.profile .profile_icon {
  position: absolute;
  top: 70px;
  left: -10px;
}
.profile .profile_txt {
  margin-top: 30px;
}
.profile .seminar {
  text-align: center;
  margin-top: 25px;
}

/* consultation */
.consultation h3 {
  text-align: center;
  margin-bottom: 30px;
}
.consultation_menu {
  margin: 0 auto;
  padding: 0 15px;
}
.consultation_menu a {
  float: left;
}
.consultation_menu img {
  margin-left: 50px;
}
.consultation .consultation_contents {
  margin-top: 70px;
}
.consultation .consul_bg_wrapper01 {
  background: url(../img/consultation_bg01.png) no-repeat;
  background-position-y: 38px;
}
.consultation .consul01_block01_left {
  float: left;
  width: 645px;
  margin-right: 30px;
  padding-left: 50px;
}
.consultation .consul01_block01_right {
  width: 375px;
  float: left;
}
.consultation .consul01_block01 h4 {
  margin-bottom: 15px;
}
.consultation .consul01_block02 {
  width: 1100px;
  text-align: center;
  margin-top: 50px;
}
.consultation .consul_bg_wrapper02 {
  background: url(../img/consultation_bg02.png) no-repeat;
  background-position-y: 38px;
}
.consultation .consul01_block02 table {
  width: 100%;
  text-align: left;
}
.consultation .consul01_block02 table th,
.consultation .consul01_block02 table td {
  padding-left: 20px;
}
.consultation .consul01_block02 h4 {
  margin-bottom: 30px;
}
.consultation #consultation02 h4 {
  margin-bottom: 20px;
}
.consultation .consul02_block01_left {
  width: 375px;
  float: left;
  margin-right: 30px;
}
.consultation  .consul02_block01_right {
  float: left;
  width: 645px;
  padding-right: 50px;
}
.consultation .consul02_block02 table {
  width: 880px;
  margin: 0 auto;
  margin-top: 40px;
}
.consultation .consul02_block02 table th,
.consultation .consul02_block02 table td {
  padding-left: 20px;
}
.consultation .consul02_block02 table th {
  line-height: 40px;
}
.consultation .consul02_block02 table td {
  line-height: 30px;
}
.consultation .consul03_block01,
.consultation .consul04_block01 {
  text-align: center;
}
.consultation .consul03_block01 h4,
.consultation .consul04_block01 h4 {
  margin: 35px 0 25px;
}
.consultation .consul03_block01 ul,
.consultation .consul04_block01 ul {
  margin-top: 25px;
  width: 1018px;
  margin: 0 auto;
}
.consultation .consul03_block01 ul li,
.consultation .consul04_block01 ul li {
  float: left;
  width: 336px;
}
.consultation .consul03_block01 ul li p,
.consultation .consul04_block01 ul li p {
  padding: 0 10px;
  text-align: left;
}
.consultation .consul_bg_wrapper03 {
  background: url(../img/consultation_bg03.png) no-repeat;
  background-position-y: 25px;
}
.consultation .consul03_block02{
  margin-top: 50px;
}
.consultation .consul03_block02_left {
  float: left;
  margin-right: 20px;
}
.consultation .consul03_block02_right {
  float: left;
  width: 665px;
  padding-left: 40px;
  background: url(../img/consultation_bg04.png) no-repeat;
}
.consultation .consul03_block02_right p {
  margin-top: 10px;
}
.consultation .consul03_block03,
.consultation .consul04_block02 {
  margin: 45px auto 0;
  width: 880px;
}
.consultation .consul03_block03 h4,
.consultation .consul04_block02 h4 {
  text-align: center;
  margin-bottom: 20px;
}
.consultation .consul03_block03 table ,
.consultation .consul04_block02 table {
  width: 880px;
}
.consultation .consul03_block03 table th,
.consultation .consul03_block03 table td {
  line-height: 30px;
  padding-left: 40px;
}
.consultation .consul03_block03 table .implant_th {
  line-height: 40px;
  border-right: 1px solid #fff;
}
.consultation .consul04_block02 table th,
.consultation .consul04_block02 table td {
  padding-left: 20px;
}
.consultation .consul04_block02 table th {
  line-height: 40px;
}
.consultation .consul04_block02 .w50per {
  width: 50%;
  padding-right: 20px;
}
.consultation .consul04_block02 p {
  font-size: 12px;
  text-align: right;
}

/* access */
.access #access_map {
  width: 100%;
  height: 350px;
  margin-bottom: 70px;
}
.access .access_info {
  margin-bottom: 80px;
}
.access .access_left {
  width: 370px;
  float: left;
}
.access .access_left p {
/*  margin-top: 20px;
*/}
.access .access_right {
  float: left;
  width: 700px;
  margin-left: 30px;
}
.access .jr_access,
.access .keikyu_access {
  float: left;
  background: url(../img/access_bg01.png) no-repeat;
}
.access .jr_access {
  margin-bottom: 35px;
}
.access .keikyu_access {
  width: 100%;
}
.access .access_right ul {
  margin: -55px 0 0 30px;
}
.access .access_right ul li {
  float: left;
}
.access .access_consultime h3 {
  margin-bottom: 15px;
}
.access .consultime_left {
  width: 620px;
  float: left;
}
.access .consultime_left table {
  width: 100%;
}
.access .consultime_left table th,
.access .consultime_left table td {
  text-align: center;
}
.access .consultime_left table th {
  line-height: 40px;
}
.access .consultime_left table td {
  line-height: 30px;
}
.access .consultime_left table th.time_table,
.access .consultime_left table td.time_table {
  text-align: left;
  padding-left: 40px;
}
.access .consultime_left table tr th:not(:first-child),
.access .consultime_left table tr td:not(:first-child) {
  width: 50px;
}
.access .consultime_right {
  width: 432px;
  float: right;
}

/* contact */
.contact {
  text-align: center;
}
.contact .contact_bg {
  width: 1100px;
  background: url(../img/contact_bg01.png) no-repeat;
  background-position: right bottom;
  padding-bottom: 50px;
}
.contact .error {
  color: #d12222;
}
.contact .contact_stepnav {
  margin-bottom: 20px;
}
.contact p img {
  vertical-align: middle;
}
.contact table {
  margin-top: 35px;
  width: 880px;
  text-align: left;
  border-collapse: collapse;
}
.contact table th,
.contact table td {
  padding: 10px 20px 10px 35px;
}
.contact table th {
  width: 230px;
}
.contact table td {
  background: #fff;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea,
.contact select {
  border: none;
  width: 100%;
  padding:10px 0;
}
.contact input:focus,
.contact textarea:focus,
.contact select:focus {
  border: none;
  outline: none;
}
.contact select {
  background: #f0f0f0;
  padding: 5px 5px 5px 10px;
  width: 200px;
}
.contact .hope_time01,
.contact .hope_time02,
.contact .hope_time03 {
  margin-top: 10px;
  margin-left: calc(5em + 3px);
}
.contact option{
  background: #fff;
}
.contact .privacy_policy{
  text-align: left;
  height: 170px;
  overflow-y: scroll;
}
.contact .contact_btn input[type="submit"]{
  width: 358px;
  height: 84px;
  margin: 0 auto 20px;
  background: url(../img/contact_btn.png);
  cursor: pointer;
  border: none;
}
.contact .contact_btn input[type="submit"]:hover {
  background: url(../img/contact_btn_over.png);
}

/* footer */
footer {
  width: 100%;
  text-align: center;
  background: #000;
}
footer .copyright {
  color: #fff;
  font-size: 10px;
  line-height: 25px;
}
th.required:after {
  content: url(../img/contact_required.png);
  float: right;
}

/* confirm */
.contact.confirm h2 {
  margin: 50px 0 50px;
}
.contact.confirm .btn {
  border: none;
}
.contact.confirm .confirm_btn {
  margin-top: 50px;
  clear: both;
}
.contact .confirm_btn .confirm_go input[type="submit"] {
  width: 358px;
  height: 84px;
  background: url(../img/confirm_btn01.png) no-repeat;
  cursor: pointer;
}
.contact .confirm_btn .confirm_go input[type="submit"]:hover {
  background: url(../img/confirm_btn01_over.png) no-repeat;
}
.contact.confirm .confirm_back {
  margin-top: 20px;
}
.contact .confirm_btn .confirm_back input[type="submit"] {
  width: 250px;
  height: 50px;
  background: url(../img/confirm_btn02.png) no-repeat;
  cursor: pointer;
}

/* complete */
.contact.complete {
  width: 100%;
  background: url(../img/complete_bg.png) no-repeat;
  background-size: cover;
  background-position-y: 180px;
  padding-bottom: 70px;
}
.contact.complete h2 {
  margin: 50px 0 50px;
}
.contact.complete .contact_stepnav {
  margin-bottom: 30px;
}
.contact.complete a {
  color: #323232
}
.contact.complete .lead {
  margin-top: 30px;
}
.complete_footer {
  margin-top: 0;
}
/* gotop */
.gotop {
  position: fixed;
  right: 5%;
  bottom: 90px;
  padding: 0;
  opacity: 0;
  -webkit-transition: all ease 0.86s;
  -moz-transition: all ease 0.86s;
  -o-transition: all ease 0.86s;
  transition: all ease 0.86s;
}

.gotopdisp.gotop{
  opacity: 1;
  -webkit-transition: all ease 0.26s;
  -moz-transition: all ease 0.26s;
  -o-transition: all ease 0.26s;
  transition: all ease 0.26s;

}


/* sp_layout */
@media screen and (max-width:767px) {

  html{font-size: 62.5%;}
  body{font-size: 1.4rem;}
  p,span,h1,h2,h3,li,a,td,th,dt,dd,table{
   font-size: 1.4rem;
  }

  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .outer_frame {
    width: 92%;
    margin: 0 4%;
  }
  .outer_table {
    overflow-x: scroll;
  }
  .ta_center {
    text-align: center;
  }
  .scroll_txt {
    text-align: center;
    color: #9cbf44;
    margin-bottom: 10px;
  }
  .scroll_txt:before {
      content: '';
      background: url(../img/sp/yokoscrollfinger.png) no-repeat center bottom;
      height: 1.5em;
      width: 1.2em;
      display: inline-block;
      margin-right: 2%;
      background-size: contain;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px);
      animation:st 1.5s linear infinite;
     -webkit-animation:st 1.5s linear infinite;
     -moz-animation:st 1.5s linear infinite;
    }
    @-webkit-keyframes st {
     0% { -webkit-opacity:1; -webkit-transform: translateX(-5px); }
     100% { opacity:0; -webkit-transform: translateX(10px); }
    }
    @keyframes st {
     0% {  -webkit-opacity:1;-webkit-transform: translateX(-5px); -ms-transform: translateX(-5px); transform: translateX(-5px); }
     100% {  -webkit-opacity:0;-webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }
    }



  h1 {
    text-align: center;
    font-size: 11px;
    margin-bottom: 5px;
  }
  h2 img,
  h3 img,
  h4 img {
    width: 100%;
  }
  section {
    padding: 50px 0;
  }

  /* header */
  header {
    width: 92%;
    margin: 0 4%;
  }
  .h_left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .h_right {
    width: 100%;
    float: none;
  }
  .h_info img{
    width: 100%;
    margin: 10px 0;
  }
  .h_contact {
    margin-bottom: 30px;
  }
  .h_contact_tel,
  .h_contact_mail {
    float: left;
    width: 50%;
  }
  .h_contact_tel img ,
  .h_contact_mail img {
    width: 100%;
  }
  .h_contact_tel {
    margin:0 -3% 0 3%;
  }

  /* key_visual */
  .key_visual img {
    width: 100%;
  }

  /* profile */
  .profile .profile_left {
    width: 100%;
  }
  .profile .profile_left .profile_img {
    position: static;
    height: auto;
    background: none;
    margin-top: 15px;
  }
  .profile .profile_left .profile_img img {
    width: 100%;
  }
  .profile .profile_left table {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .profile .profile_left table th,
  .profile .profile_left table td {
    display: table;
    width: 100%;
  }
  .profile .profile_left table th {
    text-align: center;
    padding: 10px 0;
  }
  .profile .profile_left table th img {
    width: 60%;
    margin: 3% 20%;
  }
  .profile .profile_right {
    width: 100%;
  }
  .profile .seminar img {
    width: 100%;
  }

  /* abouttus */
  .aboutus .aboutus_inner {
    height: auto;
  }
  .aboutus .aboutus_txt_box {
    position: static;
    padding: 5% 3%;
    width: 90%;
    margin: -220px auto 0;
  }
  .aboutus .aboutus_txt_box h3 img{
    width: 100%;
    margin: 0 auto;
  }
  .aboutus .aboutus_txt_box p{
    margin-top: 3%;
  }
  .aboutus .aboutus_img_box {
    width: 100%;
    position: static;
    background: url(../img/sp/aboutus_img01.png) no-repeat;
    text-align: center;
    z-index: -1;
    background-size: contain;
  }
  .aboutus .aboutus_img_box {
    width: 100%;
  }

  /* motto */
  .motto ul li {
    width: 100%;
    float: none;
  }
  .motto .motto_txt {
    width: 100%;
  }
  .motto .motto_txt img {
    width: 90%;
  }
  .motto .motto_txt p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .motto ul li:nth-child(2n){
    margin: 0;
  }

  /* strong */
  .strong h3 img {
    width: 100%;
  }
  .strong .microscope_img img {
    width: 100%;
  }
  .strong .microscope_txt {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .strong .strong_microscope {
    margin-bottom: 20px;
  }
  .strong .strong_ct {
    width: 100%;
    float: none;
  }
  .strong .ct_txt,
  .strong .artisan_txt {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .strong .strong_artisan {
    width: 100%;
    float: none;
  }
  .strong .strong_level {
    margin-top: 0;
    width: 100%;
  }
  .strong .level_txt {
    width: 100%;
    float: none;
  }

  /* consultation */
  .consultation .consultation_menu {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .consultation .consultation_menu a {
    float: left;
    width: 43%;
    margin-left: 4%;
  }
  .consultation .consultation_menu a:nth-child(2n) {
   margin-left: 5%;
  }
  .consultation .consultation_menu img {
    width: 100%;
    margin: 0;
  }
  .consultation .consultation_contents {
    margin-top: 30px;
  }
  .consultation .consul_bg_wrapper01{
        background-position-y: 25px;
  }
  .consultation .consul01_block01_left {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
  }
  .consultation .consul01_block01_left img {
    width: 90%;
    margin: 0 auto 20px;
  }
  .consultation .consul01_block01_right {
    width: 100%;
    background: #fff;
    padding-top: 20px;
  }
  .consultation .consul02_block01_right {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .consultation .consul02_block01_right img {
    width: 100%;
  }
  .consultation .consul01_block02 {
    width: 100%;
  }
  .consultation .consul01_block02 table {
    width: 1100px;
  }
  .consultation .consul02_block01_left {
    width: 100%;
    float: none;
    margin: 0;
  }
  .consultation .consul02_block01 {
    margin-bottom: 20px;
    padding-top: 20px;
    background: #fff;

  }
  .consultation_spimg {
    padding:0 5% 20px;
  }
  .consultation .consul02_block02 table {
    margin-top: 0;
  }
  .consultation .consul03_block01 ul,
  .consultation .consul04_block01 ul {
    margin-top: 25px;
    width: 100%;
    margin: 0 auto;
  }
  .consultation .consul03_block01 ul li,
  .consultation .consul04_block01 ul li {
    float: none;
    width: 100%;
  }
  .consultation .consul03_block01 ul li img,
  .consultation .consul04_block01 ul li img {
    float: none;
    padding: 0 5%;
    width: 90%;
    margin-bottom: 10px;
  }
  .consultation .consul03_block02 {
    margin-top: 20px
  }
  .consultation .consul03_block02_right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .consultation .consul03_block03,
  .consultation .consul04_block02 {
    margin-top: 20px;
    width: 100%;
  }
  .consultation .consul03_block03 table,
  .consultation .consul04_block02 table {
    width: 880px;
  }
  .consultation .consul04_block02 p.scroll_txt {
    text-align: center;
  }

  /* access */
  .access #access_map {
    width: 100%;
    height:370px;
  }
  .access .access_left{
    float: none;
    width: 100%;
  }
  .access .access_right {
    width: 100%;
  }
  .access .jr_access,
  .access .keikyu_access {
    width: 100%;
  }
  .access .access_right ul {
    margin: 0;
  }
  .access .access_right ul li {
    margin: 0;
    float: none;
  }
  .access .access_right ul li img{
    width: 100%;
  }
  .access .consultime_left {
    width: 100%;
    float: none;
  }
  .access .consultime_left table th.time_table,
  .access .consultime_left table td.time_table {
    text-align: left;
    padding: 0 3%;
  }
  .access .consultime_left table tr th:not(:first-child),
  .access .consultime_left table tr td:not(:first-child) {
    width: 9%;
  }
  .access .consultime_right {
    width: 100%;
    float: none;
  }

  /* contact */
  .contact p {
    text-align: left;
  }
  .contact table {
    width: 100%;
  }
  .contact table th,
  .contact table td {
    display: table;
    width: 94%;
    padding: 2% 3%;
  }
  .contact .contact_stepnav img {
    width: 100%;
  }
  .contact .contact_btn input[type="submit"] {
    width: 197px;
    height: 52px;
    margin: 20px auto 20px;
    background: url(../img/sp/contact_btn.png);
    background-size: cover;
  }
  .contact .c_contact_tel.sp {
    width: 150px;
    margin: 0 auto;
  }
}


/* add rebuild */

.consultation .consul01_block02 table tr td:nth-child(2) {
    border-right: #141414 1px solid;
}



.consultation .consul01_block02 table th, .consultation .consul01_block02 table td {
    padding: 3px 20px;
    border-bottom: #141414 1px solid;
}
.consultation02_tbl td {
    border-right: #141414 1px solid;
    border-bottom: #141414 1px solid;
}

.consultation02_tbl tr td:last-child {
    border-right: none;
}

.consultation_tbl th,
.consultation_tbl td {
    border-right: #141414 1px solid;
    border-bottom: #141414 1px solid;
}

.consultation_tbl th{
    border-right: #fff 1px solid;
}


.consultation_tbl tr td:last-child {
  border-right: none;
}

.consultation_tbl_span{
  display: block;
  line-height: .5;
}

.access .access_left p {
    padding-top: 20px;
    padding-bottom: 60px;
    background: url(../img/yellowbg.png) no-repeat 25px 5px;
    background-size: 100%;
}

.access_icon {
    margin-top: 130px;
}

.contact_tbl{
    border-top: #141414 1px solid;
}
.contact_tbl.consultation_tbl th{
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
}
.kodawalist li{
  opacity: 0;
}


@media screen and (max-width:767px) {
  img{
    max-width: 100%;
  }
  .h_left img{
    width: 80%;
  }
  .contact .contact_bg{
    width: 100%;
    background:none;
    background-position: right bottom;
    padding-bottom: 0px;
  }
  .contact table th,
  .contact table td{
    display: inline-block;
  }
  .access .access_right{
    margin-left:0;
  }
  .access .access_right ul.access_tab li {
      width: 50%;
      float: left;
      min-height: 70px;
  }
  .tab_jr {
      background: url(../img/sp/jr.png) no-repeat;
      background-size: contain;
  }
  .tab_jr.active {
      background: url(../img/sp/jr_on.png) no-repeat;
      background-size: contain;
  }
  .tab_kq {
      background: url(../img/sp/kq.png) no-repeat;
      background-size: contain;
  }
  .tab_kq.active {
      background: url(../img/sp/kq_on.png) no-repeat;
      background-size: contain;
  }
  .access .access_right ul.access_tab {
      content: '';
      background: url(../img/sp/tab_bg.png) no-repeat center;
      background-position-y: 55px;
      margin-bottom: 10px;
        margin-top: 30px;

  }
  section.motto {
      background: url(../img/sp/motto_bg_icon.png) no-repeat bottom right ,#fafafa;
      background-size: auto 50px;
      margin-bottom: 10px;
  }
  section.strong {
      background: url(../img/sp/strong_bg_icon.png) no-repeat bottom right;
      background-size: auto 50px;
      margin-bottom: 10px;
  }
  section.consultation {
      background: url(../img/sp/consul_bg_icon.png) no-repeat bottom right;
      background-size: auto 50px;
      margin-bottom: 10px;
  }
  section.aboutus {
      background: url(../img/sp/about_bg_icon.png) no-repeat bottom right;
      background-size: auto 50px;
      margin-bottom: 10px;
  }
  .consultation .consul01_block02 h4{
    margin-bottom: 10px;
  }
  .consultation .consul_bg_wrapper02 {
    background: url(../img/yellowbg.png) no-repeat 0 25px;
    background-size: 100% 100%;}
  .consul02_spblock01{
    background: url(../img/yellowbg.png) no-repeat;
  }
  .consultation03_list {
      padding-top: 20px;
      background: url(../img/greenbg.png) no-repeat, #fff;
      background-size: 100% 60px ,auto;
  }
  .consultation .consul03_block01 ul li p,
  .consultation .consul04_block01 ul li p {
    padding: 0 5% 20px;
  }
  .consultation .consul03_block02_right{
    background: url(../img/yellowbg.png) no-repeat center 30%;
    background-size: 80% 50%;
  }
  .access .access_left p {
      padding-top: 0;
      background: url(../img/yellowbg.png) no-repeat center top;
      background-size: 90%;
      padding-bottom: 20px;
  }
  .access .jr_access, .access .keikyu_access{
    background: none;
  }
  .strong .strong_ct{
    background: url(../img/yellowbg.png) no-repeat left 100px;
    background-size: 90% 55%;
  }
  .strong .strong_artisan, .strong .strong_level{
    background: url(../img/yellowbg.png) no-repeat center 100px;
    background-size: 90% 55%;
  }
  .consul_bg_wrapper03 p {
      text-align: left;
      padding: 0 5%;
  }
  .gotop {
      width: 25%;
      bottom: 10px;
      right: 2%;
  }

}


}
  @media screen and (max-width:767px) and (orientation:landscape){
    .access .access_right ul.access_tab {
        background-position-y: 95px;

    }
    .access .access_right ul.access_tab li {
        min-height: 110px;
    }

}
