@charset "UTF-8";
/******初期設定ここから******/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset, header, article, figure, section {
  margin: 0;
  padding: 0;
  line-height: 140%;
  font-familu: "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style: none;
  /*黒丸を消す*/
}

a {
  text-decoration: none;
  /*下線を消す*/
}

img {
  border: 0;
}

ing, input {
  vertical-aligin: bottom;
}

/*クリア*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

/******初期設定ここまで******/
/***********ヘッダエリア***********/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  min-width: 1000px;
  font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}

a {
  color: #666;
}

@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

#h_keikoku {
  background: #b60000;
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
  padding: 5px;
}

#h_keikoku p {
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  padding: 10px 0;
  border: 1px solid #FFF;
}

#main {
  width: auto;
  margin: 0 auto;
  padding: 30px;
  background: #FFF;
  background: url(../common/bg1.jpg);
}

#in_cont {
  width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: #FFF;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  #main {
    width: auto;
    margin: 0 auto;
    padding: 10px;
    background: #FFF;
    background: url(../common/bg1.jpg);
  }
  #in_cont {
    width: auto;
    padding: 10px;
    margin-bottom: 50px;
  }
}

#h_contents {
  width: 1000px;
  margin: 0 auto;
}

.treatbg {
  background: url(../treatment/images/bg_treat.jpg) no-repeat;
  background-size: 100% auto;
  border-bottom: 4px solid #006dae;
  background-size: cover;
}

.doctorbg {
  background: url(../doctor/images/kanban_bg.jpg) no-repeat left bottom;
  background-size: 100% auto;
  border-bottom: 4px solid #006dae;
  background-size: cover;
}

.ymbg {
  background: url(../ymtreat/images/kanban_bg.jpg) no-repeat left bottom;
  background-size: 100% auto;
  border-bottom: 4px solid #006dae;
  background-size: cover;
}

.abbg {
  background: url(../about/images/kanban_bg.jpg?1) no-repeat left bottom;
  background-size: 100% auto;
  border-bottom: 4px solid #006dae;
  background-size: cover;
}

.beginnerbg {
  background: url(../beginner/images/kanban_bg.jpg) no-repeat left bottom;
  background-size: 100% auto;
  border-bottom: 4px solid #006dae;
  background-size: cover;
}

@media (max-width: 768px) {
  #h_contents {
    width: 100%;
    margin: 0 auto;
  }
}

#header_main #head_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  color: #006dae;
  font-weight: bold;
}

#header_main #head_info div {
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}

#header_main #head_info .lisou, #header_main #head_info .lisou_y {
  background: url(../common/icon_line.gif);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 78px 10px;
  padding-top: 10px;
}

#header_main #head_info .lisou_y {
  background: url(../common/icon_line_y.gif);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 78px 10px;
  text-align: center;
}

#header_main #head_info .eparklink {
  text-align: center;
  margin: 0 auto;
}

#header_main #head_info .infobar, #header_main #head_info .accbar {
  width: 180px;
  border: #006dae solid 3px;
  text-align: center;
  padding: 12px 0px 12px 20px;
}

#header_main #head_info .infobar, #header_main #head_info .accbar, #header_main #head_info .telbar, #header_main #head_info .timebar a {
  color: #006dae;
}

#header_main #head_info .infobar {
  background: url(../common/icon_build.gif);
  background-color: #fff;
  background-position: 35px center,top center;
  background-repeat: no-repeat;
  background-size: 20px 23px,78px 10px;
}

#header_main #head_info .infobar:hover {
  background: url(../common/icon_build_over.gif);
  background-color: #006dae;
  background-position: 35px center,top center;
  background-repeat: no-repeat;
  background-size: 20px 23px,78px 10px;
  color: #FFF;
}

#header_main #head_info .accbar {
  background: url(../common/icon_car.gif) 45px center no-repeat #FFF;
  background-size: 23px 22px;
}

#header_main #head_info .accbar:hover {
  background: url(../common/icon_car_over.gif);
  background-color: #006dae;
  background-position: 45px center;
  background-repeat: no-repeat;
  background-size: 23px 22px;
  color: #FFF;
}

#header_main #head_info .webre {
  background: url(../common/icon_web.gif) 30px center no-repeat #b47a0b;
  background-size: 25px 22px;
  color: #FFF;
  width: 250px;
  padding: 2px 0;
  text-align: left;
  border: 3px solid #b47a0b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header_main #head_info .webre p {
  margin-left: 65px;
}

#header_main #head_info .webre:hover {
  background: url(../common/icon_web_over.gif);
  background-color: #FFF;
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 25px 22px;
  color: #b47a0b;
}

#header_main #head_info .telbar {
  background: url(../common/icon_tel.gif) 30px center no-repeat #006dae;
  background-size: 25px 22px;
  color: #FFF;
  width: 250px;
  padding: 15px 0;
  text-align: left;
}

#header_main #head_info .telbar p {
  margin-left: 65px;
}

#header_main #head_info .telbar p a {
  color: #FFF;
}

#header_main #head_info .timebar {
  background-color: #FFF;
  border: #006dae 3px solid;
  padding: 7px 0px 7px 20px;
}

#header_main #head_info .timebar dl {
  display: table;
}

#header_main #head_info .timebar dt, #header_main #head_info .timebar dd {
  display: table-cell;
  vertical-align: middle;
}

#header_main #head_info .timebar dt {
  padding-right: 20px;
}

#header_main #splogo {
  display: none;
}

#header_main #sphead {
  display: none;
}

#header_main #head_txt {
  width: 980px;
  position: absolute;
  bottom: 200px;
  text-align: right;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#header_main #sub_main {
  text-align: center;
  margin: 50px 0;
}

.scroll_t {
  display: none;
}

@media (max-width: 768px) {
  #header_main {
    margin-top: -20px;
    display: table;
    width: 100%;
  }
  #header_main .spmon {
    display: table-cell;
    vertical-align: middle;
  }
  #header_main #head_info {
    display: none;
  }
  #header_main #splogo {
    display: block;
    background: #006dae;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
  }
  #header_main #splogo img {
    width: 60%;
    height: auto;
  }
  #header_main #sphead {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #header_main #sphead h2 {
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    font-size: 18px;
    background: #33c3d8;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    background-size: 30px 35px;
  }
  #header_main #sphead li {
    width: 99%;
    background: #FFF;
    margin: 0 auto;
    color: #006dae;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
  }
  #header_main #head_txt {
    width: 100%;
    bottom: 0;
    top: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  #header_main #head_txt ul {
    width: 100%;
  }
  #header_main #head_txt img {
    width: 90%;
    height: auto;
  }
  #header_main #sub_main img {
    width: 90%;
    height: auto;
  }
  .scroll_t {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}

#menu_bt {
  width: 980px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

#menu_bt ul {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  background: #FFF;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

#menu_bt .menul {
  width: 240px;
  padding: 40px 0;
  background: #006dae;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
}

#menu_bt li {
  font-size: 14px;
  background: #FFF;
  width: 180px;
  border-right: 1px dotted #ccc;
  padding: 60px 0px 20px 0;
  text-align: center;
}

#menu_bt li span {
  font-size: 10px;
  color: #006dae;
}

#menu_bt li.mn1 {
  background: url(../common/icon_treat.gif) no-repeat center 20px;
  background-size: 35px 34px;
}

#menu_bt li.mn2 {
  background: url(../common/icon_beginner.gif) no-repeat center 20px;
  background-size: 41px 34px;
}

#menu_bt li.mn3 {
  background: url(../common/icon_ym.gif) no-repeat center 20px;
  background-size: 31px 34px;
}

#menu_bt li.mn4 {
  background: url(../common/icon_doctor.gif) no-repeat center 20px;
  background-size: 27px 34px;
}

#menu_bt li:hover {
  background-color: #006dae;
  color: #FFF;
}

#menu_bt li:hover span {
  color: #bbefea;
}

#menu_sub_bt {
  width: 980px;
  margin: 0 auto;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  padding-bottom: 30px;
}

#menu_sub_bt ul {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  background: #FFF;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

#menu_sub_bt .menul {
  width: 240px;
  padding: 40px 0;
  background: #006dae;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
}

#menu_sub_bt li {
  font-size: 14px;
  background: #FFF;
  width: 180px;
  border-right: 1px dotted #ccc;
  padding: 60px 0px 20px 0;
  text-align: center;
}

#menu_sub_bt li span {
  font-size: 10px;
  color: #006dae;
}

#menu_sub_bt li.mn1 {
  background: url(../common/icon_treat.gif) no-repeat center 20px;
  background-size: 35px 34px;
}

#menu_sub_bt li.mn2 {
  background: url(../common/icon_beginner.gif) no-repeat center 20px;
  background-size: 41px 34px;
}

#menu_sub_bt li.mn3 {
  background: url(../common/icon_ym.gif) no-repeat center 20px;
  background-size: 31px 34px;
}

#menu_sub_bt li.mn4 {
  background: url(../common/icon_doctor.gif) no-repeat center 20px;
  background-size: 27px 34px;
}

#menu_sub_bt li:hover {
  background-color: #006dae;
  color: #FFF;
}

#menu_sub_bt li:hover span {
  color: #bbefea;
}

@media (max-width: 768px) {
  #menu_bt, #menu_sub_bt {
    display: none;
  }
}

#nav-drawer {
  display: none;
}

@media (max-width: 768px) {
  #nav-drawer {
    display: inherit;
    position: relative;
    top: 10px;
    left: 10px;
    margin-bottom: 20px;
    background: #006dae;
    padding: 10px 0px;
    width: 50px;
    text-align: center;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 4px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    border-radius: 5px;
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -12px;
  }
  #nav-open span:after {
    bottom: -24px;
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #fff;
    /*背景色*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
  #nav-content h3 {
    padding: 20px 0;
    background: #006dae;
    color: #FFF;
    font-weight: normal;
    font-size: 26px;
  }
  #nav-content img {
    width: 100%;
    height: auto;
  }
  #nav-content h3 a {
    color: #FFF;
  }
  #nav-content h4 {
    padding: 20px;
    background: #b47a0b;
    color: #FFF;
    font-size: 20px;
    text-align: left;
    background: url(../common/icon_web.gif) no-repeat 10px center #b47a0b;
    background-size: 40px 30px;
    padding-left: 60px;
    margin-bottom: 20px;
  }
  #nav-content ul {
    padding: 20px;
  }
  #nav-content li {
    padding: 10px 0;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    background: #f9f9f9;
    border-bottom: 1px solid #FFF;
  }
  #nav-content li.dan {
    background: #eee;
    padding-left: 30px;
  }
  #nav-content li:hover {
    background: #33c3d8;
    color: #FFF;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}

footer {
  padding: 0;
}

#foot_h .ftimgarea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#foot_h .ftimgarea li {
  line-height: 0;
}

#foot_h .ftimgarea li img {
  width: 100%;
  height: auto;
  line-height: 0;
}

#foot_h .maparea {
  line-height: 0;
}

#foot_h .maparea ifreme {
  width: 100%;
  height: auto;
  line-height: 0;
}

#in_footer {
  padding-top: 50px;
  background: url(../common/bg3.jpg);
}

#in_footer #footinfo {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#in_footer #footinfo .flogo {
  background: #006dae;
  width: 230px;
  height: 230px;
  position: relative;
}

#in_footer #footinfo .flogo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#in_footer #footinfo .finfo {
  width: 320px;
  margin: 0 20px;
}

#in_footer #footinfo .finfo .fadd {
  font-size: 16px;
  color: #006dae;
  padding-left: 40px;
  background: url(../common/icon_add.gif) no-repeat left center;
  background-size: 30px 30px;
  margin-bottom: 15px;
}

#in_footer #footinfo .finfo .fobi {
  margin-bottom: 10px;
  background: #006dae;
  color: #FFF;
  font-size: 14px;
  padding: 3px;
  text-align: center;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

#in_footer #footinfo .finfo .ftel {
  font-size: 30px;
  color: #006dae;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

#in_footer #footinfo .finfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

#in_footer #footinfo .finfo dt {
  width: 90px;
  background: #33c3d8;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  padding: 3px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
}

#in_footer #footinfo .finfo dd {
  font-size: 12px;
  color: #666;
  padding-left: 10px;
  line-height: 200%;
}

#in_footer #footinfo .fday {
  width: 410px;
}

#in_footer #footinfo .fday table {
  width: 100%;
  border: 2px solid #006dae;
  background: #FFF;
}

#in_footer #footinfo .fday th {
  background: #006dae;
  color: #FFF;
  padding: 15px 0;
  width: 40px;
  font-size: 14px;
}

#in_footer #footinfo .fday .ttdai {
  width: 120px;
}

#in_footer #footinfo .fday tr.dtline {
  border-bottom: 1px solid #006dae;
}

#in_footer #footinfo .fday td {
  padding: 22px 0;
  font-size: 14px;
  text-align: center;
  color: #006dae;
}

#in_footer #fkanban {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#in_footer #fkanban .annai {
  border: 4px solid #006dae;
  color: #006dae;
  width: 230px;
  text-align: center;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 5px 0;
}

#in_footer #fkanban .infobar, #in_footer #fkanban .accbar {
  width: 150px;
  border: #006dae solid 3px;
  text-align: center;
  padding: 10px 0px 10px 20px;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}

#in_footer #fkanban .infobar, #in_footer #fkanban .accbar, #in_footer #fkanban .telbar, #in_footer #fkanban .timebar a {
  color: #006dae;
}

#in_footer #fkanban .infobar {
  background: url(../common/icon_build.gif);
  background-color: #fff;
  background-position: 15px center,top center;
  background-repeat: no-repeat;
  background-size: 20px 23px,78px 10px;
}

#in_footer #fkanban .infobar:hover {
  background: url(../common/icon_build_over.gif);
  background-color: #006dae;
  background-position: 15px center,top center;
  background-repeat: no-repeat;
  background-size: 20px 23px,78px 10px;
  color: #FFF;
}

#in_footer #fkanban .accbar {
  background: url(../common/icon_car.gif) 15px center no-repeat #FFF;
  background-size: 23px 22px;
}

#in_footer #fkanban .accbar:hover {
  background: url(../common/icon_car_over.gif);
  background-color: #006dae;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 23px 22px;
  color: #FFF;
}

#in_footer #fkanban .webre {
  background: url(../common/icon_web.gif) 30px center no-repeat #b47a0b;
  background-size: 25px 22px;
  color: #FFF;
  width: 250px;
  padding: 2px 0;
  text-align: left;
  border: 3px solid #b47a0b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}

#in_footer #fkanban .webre p {
  margin-left: 65px;
}

#in_footer #fkanban .webre:hover {
  background: url(../common/icon_web_over.gif);
  background-color: #FFF;
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 25px 22px;
  color: #b47a0b;
}

#in_footer #fkanban .ftsou_l {
  margin-right: 50px;
  background: url(../common/icon_line.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 78px 10px;
  padding-bottom: 10px;
}

#in_footer #fkanban .ftsou {
  margin-left: 20px;
  background: url(../common/icon_line.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 78px 10px;
  padding-bottom: 10px;
}

#in_footer #fkanban .ftsou_y {
  margin: 0 0 0 auto;
  background: url(../common/icon_line_y.gif);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 78px 10px;
  padding-bottom: 10px;
}

#foot_bt {
  background: #006dae;
  padding: 40px 0;
}

#foot_bt ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#foot_bt li {
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  line-height: 120%;
  font-size: 12px;
  border-right: 1px dotted #33c3d8;
  padding: 0 40px;
}

#foot_bt li span {
  font-size: 10px;
}

#foot_bt .ftadd {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 50px 0 30px 0;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 0;
  }
  #foot_h .ftimgarea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #foot_h .ftimgarea li img {
    width: 100%;
    height: auto;
  }
  #foot_h .maparea ifreme {
    width: 100%;
    height: auto;
  }
  #in_footer {
    padding-top: 0px;
    background: url(../common/bg3.jpg);
  }
  #in_footer #footinfo {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  #in_footer #footinfo .flogo {
    background: #006dae;
    width: 100%;
    height: 100px;
  }
  #in_footer #footinfo .finfo {
    width: 90%;
    margin: 0 20px;
  }
  #in_footer #footinfo .finfo .fadd {
    font-size: 16px;
    color: #006dae;
    padding-left: 40px;
    background: url(../common/icon_add.gif) no-repeat left center;
    background-size: 30px 30px;
    margin-bottom: 15px;
    margin-top: 20px;
  }
  #in_footer #footinfo .finfo .fobi {
    margin-bottom: 10px;
    background: #006dae;
    color: #FFF;
    font-size: 14px;
    padding: 3px;
    text-align: center;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
  }
  #in_footer #footinfo .finfo .ftel {
    font-size: 30px;
    color: #006dae;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #in_footer #footinfo .finfo dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  #in_footer #footinfo .finfo dt {
    width: 90px;
    background: #33c3d8;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding: 3px;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
  }
  #in_footer #footinfo .finfo dd {
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    line-height: 200%;
  }
  #in_footer #footinfo .fday {
    width: 95%;
    margin: 0 auto;
    margin-top: 40px;
  }
  #in_footer #fkanban {
    width: 95%;
    margin: 0 auto;
    display: block;
  }
  #in_footer #fkanban .annai {
    display: none;
  }
  #in_footer #fkanban .infobar, #in_footer #fkanban .accbar {
    width: auto;
    border: #006dae solid 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    padding: 10px 0px 10px 55px;
    border-radius: 0px;
    /* CSS3草案 */
    -webkit-border-radius: 0px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;
    /* Firefox用 */
  }
  #in_footer #fkanban .infobar, #in_footer #fkanban .accbar, #in_footer #fkanban .telbar, #in_footer #fkanban .timebar a {
    color: #006dae;
  }
  #in_footer #fkanban .infobar {
    background: url(../common/icon_build.gif);
    background-color: #fff;
    background-position: 15px center,top center;
    background-repeat: no-repeat;
    background-size: 20px 23px,78px 10px;
  }
  #in_footer #fkanban .infobar:hover {
    background: url(../common/icon_build_over.gif);
    background-color: #006dae;
    background-position: 15px center,top center;
    background-repeat: no-repeat;
    background-size: 20px 23px,78px 10px;
    color: #FFF;
  }
  #in_footer #fkanban .accbar {
    background: url(../common/icon_car.gif) 15px center no-repeat #FFF;
    background-size: 23px 22px;
  }
  #in_footer #fkanban .accbar:hover {
    background: url(../common/icon_car_over.gif);
    background-color: #006dae;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 23px 22px;
    color: #FFF;
  }
  #in_footer #fkanban .webre {
    background: url(../common/icon_web.gif) 15px center no-repeat #b47a0b;
    background-size: 25px 22px;
    color: #FFF;
    width: auto;
    padding: 2px 0;
    text-align: left;
    border: 3px solid #b47a0b;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px;
    /* CSS3草案 */
    -webkit-border-radius: 0px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 0px;
    /* Firefox用 */
  }
  #in_footer #fkanban .webre p {
    margin-left: 55px;
  }
  #in_footer #fkanban .webre:hover {
    background: url(../common/icon_web_over.gif);
    background-color: #FFF;
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 25px 22px;
    color: #b47a0b;
  }
  #in_footer #fkanban .ftsou_l {
    margin-right: 0px;
    background: none;
  }
  #in_footer #fkanban .ftsou {
    margin-left: 0px;
    background: none;
  }
  #in_footer #fkanban .ftsou_y {
    margin: 0 0 0 auto;
    background: none;
  }
  #foot_bt {
    background: #006dae;
    padding: 40px 0;
  }
  #foot_bt ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #foot_bt li {
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    line-height: 120%;
    font-size: 12px;
    border-right: none;
    padding: 0 10px;
  }
  #foot_bt li span {
    font-size: 8px;
  }
  #foot_bt .ftadd {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    margin: 50px 0 30px 0;
  }
}

.container h1 {
  text-align: center;
  background: #bbefea;
  padding: 20px;
  color: #333;
  margin-bottom: 20px;
}

.container h2 {
  font-size: 18px;
  color: cadetblue;
  margin-bottom: 10px;
}

#yoyakutable {
  margin-top: 40px;
}

#yoyakutable table {
  width: 100%;
  border: 1px solid #ddd;
}

#yoyakutable th {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}

#yoyakutable td {
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #eee;
}

#yoyakutable td p {
  color: dodgerblue;
  font-weight: bold;
  font-size: 18px;
}

#yoyakutable td:hover {
  background: skyblue;
}

#yoyakutable td.sumibg {
  background: #efefef;
}

.back {
  margin: 20px 0;
  width: 100px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  color: #333;
}

#cltable table {
  width: 100%;
}

#cltable table th {
  background: #33c3d8;
  color: #FFF;
}

#cltable table th,
#cltable table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 5px;
}

#cltable h3 {
  background: #33c3d8;
  padding: 10px 0;
  text-align: center;
  margin: 30px 0;
  color: #fff;
}

#cltable ul {
  width: 100%;
  margin-bottom: 10px;
  overflow: auto;
}

#cltable li.ly {
  float: left;
}

#cltable li.ry {
  float: right;
}

#cltable li p {
  width: 100px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px 0;
}

#cltable li:hover {
  background: #eee;
}

.clt td:hover {
  background: #eee;
}

.nittei h2 {
  background: #006dae;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.nittei p {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}

.nittei p span {
  color: #006dae;
  font-size: 16px;
}

.nittei .ntyu {
  color: #cf3f3f;
}

@media (max-width: 768px) {
  .nittei h2 {
    background: #006dae;
    font-size: 18px;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
  }
  .nittei p {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
  }
  .nittei p span {
    color: #006dae;
    font-size: 16px;
  }
  .nittei .ntyu {
    color: #cf3f3f;
  }
  #yoyakutable {
    margin-top: 40px;
  }
  #yoyakutable table {
    width: 100%;
    border: 1px solid #ddd;
  }
  #yoyakutable th {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    font-weight: normal;
    color: #333;
  }
  #yoyakutable td {
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #eee;
  }
  #yoyakutable td p {
    color: dodgerblue;
    font-weight: bold;
    font-size: 16px;
  }
  #yoyakutable td:hover {
    background: skyblue;
  }
  #yoyakutable td.sumibg {
    background: #efefef;
  }
  .back {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
    color: #333;
  }
}

#formarea {
  width: 500px;
  padding: 30px;
  border: 1px solid #eee;
  margin: 0 auto;
}

#formarea h1 {
  background: #eee;
  color: dodgerblue;
  text-align: center;
  padding: 10px;
}

#formarea h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #666;
  margin: 20px 0;
}

#formarea .btarea {
  text-align: center;
}

#formarea button {
  margin: 0 auto;
  font-size: 16px;
  list-style: none;
}

p.back {
  border: 1px solid;
  width: 100px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.go-top {
  position: fixed;
  /*固定表示*/
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: white;
  background-color: black;
  background-color: rgba(11, 64, 95, 0.8);
  font-size: 12px;
  padding: 2em;
  display: none;
  /*通常は非表示に*/
}

/***********トップメインイメージエリア***********/
.ma20px {
  margin-bottom: 20px;
}

#topabout {
  background: url(../common/bg1.jpg);
  width: 100%;
  text-align: center;
  padding: 80px 0 80px 0;
}

#topabout .borli {
  background: url(../beginner/images/border.line.gif) no-repeat bottom center;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

#topabout .ta_head {
  padding: 0 140px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background: url(../common/bg_title_l.png), url(../common/bg_title_r.png);
  background-position: left top,right top;
  background-repeat: no-repeat;
  margin-top: 40px;
}

#topabout .ta_head h2 {
  background: #33c3d8;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  padding: 5px 30px;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}

#topabout .ta_head h1 {
  font-size: 36px;
  margin-top: 20px;
  font-weight: normal;
  line-height: 26px;
  color: #006dae;
}

#topabout .ta_head h1 span {
  font-size: 16px;
  color: #33c3d8;
}

#topabout .ta_main {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#topabout .ta_main .tam_l, #topabout .ta_main .tam_r {
  width: 450px;
  text-align: left;
}

#topabout .ta_main .tam_l2 {
  width: 550px;
  text-align: left;
}

#topabout .ta_main .tam_l2 h5 {
  margin: 40px 0;
  border: 3px solid #006dae;
  padding: 15px 0;
}

#topabout .ta_main .tam_r2 {
  width: 350px;
  text-align: right;
}

#topabout .ta_main .tam_l, #topabout .ta_main .tam_l2 {
  border-top: 3px solid #006dae;
  padding-top: 20px;
}

#topabout .ta_main .tam_l h3, #topabout .ta_main .tam_l2 h3 {
  background: url(../common/icon_ha1.gif) no-repeat left 15px;
  background-size: 70px 70px;
  padding-left: 90px;
  color: #666;
  font-size: 26px;
  line-height: 180%;
}

#topabout .ta_main .tam_l h3 span, #topabout .ta_main .tam_l2 h3 span {
  padding-bottom: 3px;
  border-bottom: 6px solid #e2f3ff;
}

#topabout .ta_main .tam_l h3 span.stxt, #topabout .ta_main .tam_l2 h3 span.stxt {
  font-size: 14px;
  color: #33c3d8;
}

#topabout .ta_main .tam_l h3.blue, #topabout .ta_main .tam_l2 h3.blue {
  color: #006dae;
  margin-bottom: 30px;
}

#topabout .ta_main .tam_l h4, #topabout .ta_main .tam_l2 h4 {
  color: #6ba4d1;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px 0;
}

#topabout .ta_main .tam_l p, #topabout .ta_main .tam_l2 p {
  font-size: 14px;
  line-height: 250%;
  color: #333;
}

#topabout .ta_main .tam_l .tam_b, #topabout .ta_main .tam_l2 .tam_b {
  display: inline-block;
  border: 3px solid #006dae;
  color: #006dae;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 30px;
}

#topabout .ta_main .tam_l .tam_b:hover, #topabout .ta_main .tam_l2 .tam_b:hover {
  background-color: #006dae;
  color: #FFF;
}

#topabout .ta_main .tam_l .saname, #topabout .ta_main .tam_l2 .saname {
  text-align: right;
  margin-top: 20px;
}

#topabout h5 {
  text-align: center;
  color: #006dae;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

#topabout h5 span {
  background: #fff799;
}

.img_maku {
  line-height: 0;
  height: 240px;
  overflow: hidden;
}

.img_maku img {
  width: 100%;
  height: auto;
  line-height: 0;
}

@media (max-width: 768px) {
  #topabout {
    padding: 20px 0 40px 0;
  }
  #topabout .ta_head {
    width: 90%;
    padding: 0 0px;
    background: none;
  }
  #topabout .ta_head h2 {
    font-size: 14px;
  }
  #topabout .ta_head h1 {
    font-size: 24px;
    font-weight: bold;
  }
  #topabout .ta_head h1 span {
    font-size: 14px;
    color: #33c3d8;
  }
  #topabout .ta_main {
    width: 90%;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #topabout .ta_main .tam_l, #topabout .ta_main .tam_r {
    width: 100%;
    text-align: left;
  }
  #topabout .ta_main .tam_l2 {
    width: 100%;
    text-align: left;
  }
  #topabout .ta_main .tam_r2 {
    width: 100%;
    text-align: center;
    display: none;
  }
  #topabout .ta_main .tam_l, #topabout .ta_main .tam_l2 {
    border-top: 3px solid #006dae;
    padding-top: 20px;
  }
  #topabout .ta_main .tam_l h3, #topabout .ta_main .tam_l2 h3 {
    background: url(../common/icon_ha1.gif) no-repeat left 15px;
    background-size: 60px 60px;
    padding-left: 75px;
    color: #666;
    font-size: 22px;
    line-height: 180%;
  }
  #topabout .ta_main .tam_l h3 span, #topabout .ta_main .tam_l2 h3 span {
    padding-bottom: 3px;
    border-bottom: 6px solid #e2f3ff;
  }
  #topabout .ta_main .tam_l h4, #topabout .ta_main .tam_l2 h4 {
    color: #6ba4d1;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
  }
  #topabout .ta_main .tam_l p, #topabout .ta_main .tam_l2 p {
    font-size: 14px;
    line-height: 250%;
    color: #333;
  }
  #topabout .ta_main .tam_l .tam_b, #topabout .ta_main .tam_l2 .tam_b {
    display: block;
    text-align: center;
  }
  #topabout .ta_main .tam_l .tam_b:hover, #topabout .ta_main .tam_l2 .tam_b:hover {
    background-color: #006dae;
    color: #FFF;
  }
  #topabout .ta_main .tam_r {
    margin-top: 20px;
  }
  #topabout .ta_main .tam_r img {
    width: 100%;
    height: auto;
  }
  #topabout h5 {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .img_maku {
    line-height: 0;
    height: auto;
    overflow: hidden;
  }
  .img_maku img {
    width: 100%;
    height: auto;
    line-height: 0;
  }
}

#toptreat {
  background: url(../common/bg2.jpg);
  padding: 30px 0 60px 0;
}

#tt_main {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border: 1px solid #ddd;
}

#tt_main .tt_ch {
  padding: 30px;
  border-right: 1px solid #ddd;
  text-align: center;
}

#tt_main .tt_ch h5 {
  margin-top: 10px;
  padding: 5px;
  background: #33c3d8;
  color: #FFF;
  text-align: center;
  display: inline-block;
}

#tt_main .tt_ch h4 {
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 18px;
  color: #006dae;
  border-bottom: 2px solid #006dae;
}

#tt_main .tt_ch p {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 180%;
  color: #666;
}

#tt_main .tt_ch .tt_b {
  margin-top: 40px;
  text-align: left;
  border: 1px solid #33c3d8;
  color: #33c3d8;
  font-weight: bold;
  padding: 10px 0 10px 20px;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  /* Firefox用 */
}

#tt_main .tt_ch .tt_b:hover {
  background: #33c3d8;
  color: #FFF;
}

@media (max-width: 768px) {
  #toptreat {
    background: url(../common/bg2.jpg);
    padding: 30px 0 60px 0;
  }
  #tt_main {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  #tt_main .tt_ch {
    padding: 30px;
    border-right: 1px solid #ddd;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  #tt_main .tt_ch h5 {
    margin-top: 10px;
    padding: 5px;
    background: #33c3d8;
    color: #FFF;
    text-align: center;
    display: inline-block;
  }
  #tt_main .tt_ch h4 {
    display: block;
    border-bottom: none;
  }
  #tt_main .tt_ch p {
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    line-height: 180%;
    color: #666;
  }
  #tt_main .tt_ch .tt_b {
    margin-top: 30px;
    text-align: left;
    border: 1px solid #33c3d8;
    color: #33c3d8;
    font-weight: bold;
    padding: 10px 0 10px 20px;
    border-radius: 50px;
    /* CSS3草案 */
    -webkit-border-radius: 50px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;
    /* Firefox用 */
  }
  #tt_main .tt_ch .tt_b:hover {
    background: #33c3d8;
    color: #FFF;
  }
}

#newsarea {
  width: 1000px;
  padding: 80px 0;
  margin: 0 auto;
}

#newsarea .newshead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../common/icon_news.gif) no-repeat 10px top;
  background-size: 45px 38px;
  padding-left: 80px;
}

#newsarea .newshead h2 {
  font-size: 20px;
  color: #006dae;
  line-height: 120%;
}

#newsarea .newshead h2 span {
  font-size: 12px;
  color: #666;
}

#newsarea .newshead p {
  padding-left: 30px;
  font-size: 14px;
  line-height: 150%;
  color: #666;
}

#newsarea .newsmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

#newsarea .newsmain .nm_chrd {
  width: 480px;
  padding: 10px 0;
  border-bottom: 3px solid #006dae;
  margin: 10px;
}

#newsarea .newsmain .nm_chrd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#newsarea .newsmain .nm_chrd dt {
  padding-right: 20px;
}

#newsarea .newsmain .nm_chrd dd .timest {
  color: #666;
  font-size: 12px;
}

#newsarea .newsmain .nm_chrd dd h6 {
  margin: 5px 0;
  font-size: 14px;
  color: #006dae;
  margin-bottom: 15px;
}

#newsarea .newsmain .nm_chrd dd .nm_bt {
  display: inline-block;
  font-size: 12px;
  color: #006dae;
  padding: 5px 40px 5px 10px;
  border: 3px solid #006dae;
}

#newsarea .newsmain .nm_chrd dd .nm_bt:hover {
  background: #006dae;
  color: #FFF;
}

@media (max-width: 768px) {
  #newsarea {
    width: 95%;
    padding: 60px 0;
    margin: 0 auto;
  }
  #newsarea .newshead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../common/icon_news.gif) no-repeat 10px top;
    background-size: 35px 28px;
    padding-left: 55px;
  }
  #newsarea .newshead h2 {
    font-size: 16px;
    color: #006dae;
    line-height: 120%;
  }
  #newsarea .newshead h2 span {
    font-size: 12px;
    color: #666;
  }
  #newsarea .newshead p {
    padding-left: 30px;
    font-size: 12px;
    line-height: 150%;
    color: #666;
  }
  #newsarea .newsmain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  #newsarea .newsmain .nm_chrd {
    width: 480px;
    padding: 10px 0;
    border-bottom: 3px solid #006dae;
    margin: 10px;
  }
  #newsarea .newsmain .nm_chrd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #newsarea .newsmain .nm_chrd dt {
    padding-right: 20px;
  }
  #newsarea .newsmain .nm_chrd dd .timest {
    color: #666;
    font-size: 12px;
  }
  #newsarea .newsmain .nm_chrd dd h6 {
    margin: 5px 0;
    font-size: 14px;
    color: #006dae;
    margin-bottom: 15px;
  }
  #newsarea .newsmain .nm_chrd dd .nm_bt {
    display: inline-block;
    font-size: 12px;
    color: #006dae;
    padding: 5px 40px 5px 10px;
    border: 3px solid #006dae;
  }
  #newsarea .newsmain .nm_chrd dd .nm_bt:hover {
    background: #006dae;
    color: #FFF;
  }
}

#treatarea {
  background: url(../common/bg2.jpg);
  padding: 100px 0;
}

.treat_box {
  width: 1000px;
  padding: 50px 0;
  background: #FFF;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  margin-bottom: 10px;
}

.treat_box .trtitle {
  width: 90px;
  text-align: center;
}

.treat_box .trttxt {
  width: 430px;
}

.treat_box .trttxt h3 {
  border-top: 3px solid #006dae;
  color: #006dae;
  padding-top: 20px;
  line-height: 200%;
}

.treat_box .trttxt h3 span {
  background: #fff799;
}

.treat_box .trttxt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.treat_box .trttxt li {
  width: 33%;
  text-align: center;
  background: #33c3d8;
  color: #FFF;
  padding: 10px 0;
  margin-top: 20px;
  border: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.treat_box .trttxt h4 {
  border: 2px solid #33c3d8;
  color: #33c3d8;
  padding: 10px;
  margin-top: 20px;
}

.treat_box .trttxt p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 180%;
  color: #666;
}

.treat_box .trttxt .bttreat {
  border: 2px solid #f2e4cf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #faf4ed;
  color: #c69971;
  padding: 15px 0px 15px 40px;
}

.treat_box .trimg {
  width: 280px;
  text-align: center;
}

@media (max-width: 768px) {
  #treatarea {
    background: url(../common/bg2.jpg);
    padding: 50px 0;
  }
  .treat_box {
    width: 90%;
    padding: 50px 0;
    background: #FFF;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    margin-bottom: 10px;
  }
  .treat_box .trtitle {
    width: 20%;
    text-align: center;
  }
  .treat_box .trtitle img {
    width: 100%;
    height: auto;
  }
  .treat_box .trttxt {
    width: 70%;
  }
  .treat_box .trttxt h3 {
    font-size: 16px;
    border-top: 3px solid #006dae;
    color: #006dae;
    padding-top: 20px;
    line-height: 200%;
  }
  .treat_box .trttxt h3 span {
    background: #fff799;
  }
  .treat_box .trttxt p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 180%;
    color: #666;
  }
  .treat_box .trttxt .bttreat {
    border: 2px solid #f2e4cf;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #faf4ed;
    color: #c69971;
    font-size: 12px;
    padding: 15px 0px 15px 10px;
  }
  .treat_box .trimg {
    display: none;
  }
}

.bgtxtarea {
  background: url(../beginner/images/border.line.gif) no-repeat center bottom;
  padding-top: 30px;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

.bgtxtarea p {
  line-height: 240%;
  width: 900px;
  text-align: left;
  margin: 0 auto;
  color: #333;
}

.bgtxtarea ul {
  background: #FFF;
  border: 3px solid #ccc;
  width: 900px;
  margin: 0 auto;
  text-align: left;
}

.bgtxtarea li {
  background: url(../common/icon_circle.gif) no-repeat 30px center;
  background-size: 11px 11px;
  padding: 20px 50px;
}

.bgyoyaku {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 45px;
  background: #ecddc5;
  padding: 15px 0;
}

.bgyoyaku .bg_white {
  background: url(../common/icon_web_over.gif) no-repeat 20px center #fff;
  background-size: 28px 20px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  width: 400px;
  margin: 0 auto;
  text-align: left;
}

.bgyoyaku .bg_white p {
  padding: 20px 0  20px 75px;
  font-size: 18px;
}

.bgyoyaku .bgp {
  display: inline-block;
  background: #c69971;
  color: #FFF;
  padding: 5px 50px;
  margin: 20px 0 5px 0;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
}

.bgtel {
  width: 1000px;
  margin: 0 auto;
  background: #c5d8ec;
  padding: 15px 0;
}

.bgtel .bg_white_tel {
  background: #fff;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  /* Firefox用 */
  width: 400px;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}

.bgtel .bg_white_tel p {
  padding: 0px;
  font-size: 12px;
  text-align: center;
  color: #5d869f;
  margin-bottom: 10px;
}

.bgtel .ukefle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.bgtel p.uketuke {
  color: #666;
  margin-top: 20px;
}

.bgtel p.uketuke span {
  background: #33c3d8;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
}

@media (max-width: 768px) {
  .bgtxtarea p {
    width: 90%;
    font-size: 14px;
  }
  .bgtxtarea ul {
    width: 90%;
  }
  .bgtxtarea li {
    font-size: 14px;
    background: url(../common/icon_circle.gif) no-repeat 10px center;
    background-size: 11px 11px;
    padding: 10px 30px;
  }
  .bgyoyaku {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 45px;
    background: #ecddc5;
    padding: 15px 0;
  }
  .bgyoyaku .bg_white {
    width: 90%;
  }
  .bgyoyaku .bg_white p {
    padding: 20px 0  20px 75px;
    font-size: 16px;
  }
  .bgyoyaku .bgp {
    padding: 5px 0;
    font-size: 14px;
    width: 90%;
  }
  .bgtel {
    width: 90%;
    margin: 0 auto;
    background: #c5d8ec;
    padding: 15px 0;
  }
  .bgtel .bg_white_tel {
    width: 80%;
  }
  .bgtel .bg_white_tel img {
    width: 80%;
    height: auto;
  }
  .bgtel .bg_white_tel p {
    padding: 0px;
    font-size: 12px;
    text-align: center;
    color: #5d869f;
    margin-bottom: 10px;
  }
  .bgtel .ukefle {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .bgtel p.uketuke {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .bgtel p.uketuke span {
    background: #33c3d8;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
  }
}

.dc_keireki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
  margin: 0 auto;
  border: 3px solid #ccc;
}

.dc_keireki .img_reki {
  border-right: 5px dashed #ccc;
  padding: 50px 70px;
}

.dc_keireki .txt_reki {
  padding: 20px 70px;
}

.dc_keireki .txt_reki li {
  line-height: 200%;
  color: #666;
}

.dc_int {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dc_int .dc_l {
  text-align: left;
  width: 400px;
}

.dc_int .dc_l .tt {
  margin-bottom: 30px;
}

.dc_int .dc_r {
  width: 600px;
  text-align: left;
}

.dc_int .dc_r h3 {
  border-top: 3px solid #006dae;
  color: #006dae;
  font-size: 24px;
  padding: 30px 0;
  padding-left: 100px;
  background: url(../common/icon_ha3.gif) left 17px no-repeat;
  background-size: 75px 75px;
}

.dc_int .dc_r p.ans {
  background: #f2f2f2;
  padding: 30px;
  line-height: 200%;
  font-size: 14px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .dc_keireki {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    margin: 0 auto;
    border: 3px solid #ccc;
  }
  .dc_keireki .img_reki {
    border-right: none;
    border-bottom: 5px dashed #ccc;
    padding: 20px 20px;
  }
  .dc_keireki .txt_reki {
    padding: 20px 10px;
  }
  .dc_keireki .txt_reki li {
    font-size: 14px;
  }
  .dc_int {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 0px;
    display: block;
  }
  .dc_int .dc_l {
    display: none;
  }
  .dc_int .dc_r {
    width: 95%;
    margin: 0 auto;
    text-align: left;
  }
  .dc_int .dc_r h3 {
    border-top: 3px solid #006dae;
    height: auto;
    color: #006dae;
    font-size: 18px;
    padding: 30px 0;
    padding-left: 100px;
    background: url(../common/icon_ha3.gif) left 17px no-repeat;
    background-size: 65px 65px;
    margin-bottom: 30px;
  }
  .dc_int .dc_r p.ans {
    background: #f2f2f2;
    padding: 30px;
    line-height: 200%;
    font-size: 14px;
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    margin-bottom: 50px;
  }
}

.ympoint {
  width: 900px;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ympoint dl {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 450px;
  text-align: left;
}

.ympoint .bgblue {
  background: #e3f1ff;
}

.ympoint .bgsky {
  background: #effeff;
}

.ympoint dt {
  padding-left: 25px;
  padding-right: 25px;
  line-height: 0;
}

.ympoint dd {
  font-size: 16px;
  padding-right: 25px;
}

.ympoint dd span {
  background: #fff799;
}

.ymabout {
  width: 900px;
  margin: 0 auto;
}

.ymabout .ymhead {
  margin: 60px 0;
  padding-bottom: 50px;
  border-bottom: 3px solid #006dae;
}

.ymabout .ymhead h4 {
  background: url(../common/icon_ha1.gif) no-repeat left center;
  background-size: 70px 70px;
  text-align: left;
  color: #006dae;
  font-size: 24px;
  padding-left: 90px;
  line-height: 160%;
  padding: 10px 0 10px 0 90px;
}

.ymabout .ymhead p {
  text-align: left;
  margin-top: 20px;
  line-height: 180%;
  color: #666;
}

.ymabout .ymtitle {
  margin-bottom: 40px;
}

.ymabout .ymtitle h5 {
  text-align: center;
  font-size: 26px !important;
  color: #666 !important;
}

.ymabout .ymtitle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.ymabout .ymtitle li {
  width: 48%;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
  background: #33c3d8;
  color: #FFF;
}

.ymabout .ymtitle p {
  border: 2px solid #999;
  color: #666;
  padding: 15px 0;
  margin-top: 20px;
}

.ymabout dl {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
}

.ymabout .bgblue {
  background: #e3f1ff;
}

.ymabout .bgsky {
  background: #effeff;
}

.ymabout dt {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 0;
  vertical-align: middle;
}

.ymabout dd {
  font-size: 16px;
  padding-right: 25px;
}

.ymabout dd h7 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #006dae;
  display: block;
}

.ymabout dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ymabout dd li {
  background: #33c3d8;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  margin-right: 10px;
}

.ymabout dd p {
  font-size: 14px;
  line-height: 180%;
  color: #333;
}

.ymabout dd p.komi {
  font-size: 14px;
}

.ymabout dd span {
  background: #fff799;
}

.ym_sce {
  width: 1000px;
  margin: 0 auto;
  border-left: 5px solid #33c3d8;
  margin-top: 60px;
}

.ym_sce dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.ym_sce dt {
  padding-left: 50px;
  padding-right: 50px;
}

.ym_sce dt h6 {
  background: #33c3d8;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  /* CSS3草案 */
  -webkit-border-radius: 100px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 100px;
  margin-bottom: 0px;
  line-height: 0;
  display: table-cell;
  vertical-align: middle;
}

.ym_sce dt h6 span {
  font-size: 12px;
}

.ym_sce dt p {
  color: #33c3d8;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.ym_sce dt .yazi {
  margin-top: 30px;
}

.ym_sce dd {
  width: 100%;
}

.ym_sce dd h6 {
  background: url(../common/icon_circle.gif) no-repeat left center;
  background-size: 15px 15px;
  text-align: left;
  padding-left: 30px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.ym_sce dd p {
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 10px 30px;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .ympoint {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .ympoint dl {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #FFF;
  }
  .ympoint dd {
    font-size: 14px;
    line-height: 180%;
  }
  .ympoint .bgblue {
    background: #e3f1ff;
  }
  .ympoint .bgsky {
    background: #e3f1ff;
  }
  .ymabout {
    width: 95%;
    margin: 0 auto;
  }
  .ymabout .ymhead {
    margin: 60px 0;
    padding-bottom: 50px;
    border-bottom: 3px solid #006dae;
  }
  .ymabout .ymhead h4 {
    font-size: 18px;
  }
  .ymabout .ymhead p {
    font-size: 14px;
  }
  .ymabout dl {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
  }
  .ymabout .bgblue {
    background: #e3f1ff;
  }
  .ymabout .bgsky {
    background: #effeff;
  }
  .ymabout dt {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 0;
    vertical-align: middle;
  }
  .ymabout dd {
    font-size: 16px;
    padding-right: 25px;
  }
  .ymabout dd h7 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #006dae;
  }
  .ymabout dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
  }
  .ymabout dd li {
    background: #33c3d8;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    margin-right: 10px;
  }
  .ymabout dd p {
    font-size: 14px;
    line-height: 180%;
    color: #333;
  }
  .ymabout dd p.komi {
    margin-top: 20px;
    font-size: 14px;
  }
  .ymabout dd span {
    background: #fff799;
  }
  .ym_sce {
    width: 90%;
    margin: 0 auto;
    border-left: 5px solid #33c3d8;
    margin-top: 60px;
  }
  .ym_sce dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .ym_sce dt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ym_sce dt h6 {
    background: #33c3d8;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    /* CSS3草案 */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 100px;
    margin-bottom: 0px;
    line-height: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .ym_sce dt p {
    font-size: 14px;
    color: #33c3d8;
    font-weight: bold;
    margin: 10px 0 20px 0;
  }
  .ym_sce dt .yazi {
    margin-top: 30px;
  }
  .ym_sce dt .yazi img {
    width: 30%;
    height: auto;
  }
  .ym_sce dd {
    width: 100%;
  }
  .ym_sce dd h6 {
    background: url(../common/icon_circle.gif) no-repeat left center;
    background-size: 15px 15px;
    text-align: left;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .ym_sce dd p {
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
  }
}

.abtable {
  margin-top: 60px;
}

.abtable dl {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.abtable dt, .abtable dd {
  color: #666;
  border-bottom: 3px solid #33c3d8;
  font-size: 18px;
  padding: 40px 0;
}

.abtable dt {
  width: 200px;
  background: url(../common/icon_circle.gif) no-repeat center left;
  background-size: 15px 15px;
  padding-left: 40px;
  text-align: left;
  margin-right: 50px;
}

.abtable dd {
  width: 600px;
  padding-left: 50px;
  text-align: left;
}

.abtable table {
  width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}

.abtable th, .abtable td {
  padding: 20px 0;
}

.abtable th {
  background: #33c3d8;
  color: #FFF;
  width: 100px;
}

.abtable th.waku {
  width: 200px;
}

.abtable td {
  border: 1px solid #33c3d8;
  color: #006dae;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .abtable {
    margin-top: 40px;
  }
  .abtable dl {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .abtable dt, .abtable dd {
    color: #666;
    border-bottom: 3px solid #33c3d8;
    font-size: 18px;
    padding: 20px 0;
  }
  .abtable dt {
    width: 30%;
    background: url(../common/icon_circle.gif) no-repeat center left;
    background-size: 15px 15px;
    padding-left: 30px;
    text-align: left;
    margin-right: 20px;
    font-size: 14px;
  }
  .abtable dd {
    width: 70%;
    font-size: 12px;
    padding-left: 20px;
    text-align: left;
  }
  .abtable table {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .abtable th, .abtable td {
    padding: 15px 0;
    font-size: 14px;
  }
  .abtable th {
    background: #33c3d8;
    color: #FFF;
    width: 100px;
  }
  .abtable th.waku {
    width: 200px;
  }
  .abtable td {
    border: 1px solid #33c3d8;
    color: #006dae;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.uketukezikan {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.uketukezikan dl {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uketukezikan dt, .uketukezikan dd {
  padding: 0;
  border: none;
}

.uketukezikan dt {
  width: 100px;
  background: #33c3d8;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  border-radius: 20px;
  /* CSS3草案 */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;
  margin-right: 20px;
  padding: 5px 0;
}

.uketukezikan dd {
  width: 450px;
  font-size: 16px;
}

.sa_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 950px;
}

.sa_feature .feablock {
  width: 420px;
  border-top: 3px solid #33c3d8;
  margin-top: 50px;
}

.sa_feature .feablock h3 {
  text-align: center;
  margin: 10px 20px;
}

.sa_feature .feablock p {
  text-align: left;
  font-size: 16px;
  line-height: 200%;
  margin: 15px 0;
}

.sa_feature .feablock p.feabt {
  border: 2px solid #33c3d8;
  border-radius: 50px;
  /* CSS3草案 */
  -webkit-border-radius: 50px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 50px;
  color: #33c3d8;
  padding: 10px 0 10px 50px;
  font-weight: bold;
}

.sa_feature .feablock p.feabt:hover {
  background: #33c3d8;
  color: #FFF;
}

.clinicarea {
  width: 950px;
  margin: 0 auto;
}

.clinicarea p {
  text-align: left;
  line-height: 200%;
  margin-top: 60px;
}

.clinicarea ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clinicarea li {
  width: 450px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .uketukezikan {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .uketukezikan dl {
    width: 95%;
    display: block;
  }
  .uketukezikan dt, .uketukezikan dd {
    padding: 0;
    border: none;
  }
  .uketukezikan dt {
    width: 95%;
    background: #33c3d8;
    margin-right: 0px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px 0;
  }
  .uketukezikan dd {
    text-align: center;
    width: 95%;
    margin-top: 10px;
    font-size: 14px;
  }
  .sa_feature {
    display: block;
    width: 90%;
  }
  .sa_feature .feablock {
    width: 100%;
    border-top: 3px solid #33c3d8;
    margin-top: 50px;
  }
  .sa_feature .feablock h3 {
    text-align: center;
    margin: 10px 20px;
  }
  .sa_feature .feablock h3 img {
    width: 90%;
    height: auto;
  }
  .sa_feature .feablock p {
    text-align: left;
    font-size: 16px;
    line-height: 200%;
    margin: 15px 0;
  }
  .sa_feature .feablock .fimg img {
    width: 100%;
    height: auto;
  }
  .sa_feature .feablock p.feabt {
    border: 2px solid #33c3d8;
    border-radius: 50px;
    /* CSS3草案 */
    -webkit-border-radius: 50px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 50px;
    color: #33c3d8;
    padding: 10px 0 10px 50px;
    font-weight: bold;
  }
  .clinicarea {
    width: 90%;
    margin: 0 auto;
  }
  .clinicarea p {
    text-align: left;
    line-height: 200%;
    margin-top: 40px;
  }
  .clinicarea ul {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .clinicarea li {
    width: 100%;
    margin-bottom: 40px;
  }
  .clinicarea li img {
    width: 100%;
    height: auto;
  }
}

.acinfo {
  width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}

.acinfo .in_acinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-bottom: 10px;
}

.acinfo .in_acinfo dt {
  background: #eee;
  color: #006dae;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  margin-right: 40px;
}

.acinfo .in_acinfo dd {
  font-size: 20px;
  color: #666;
}

.ackoutu {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
}

.ackoutu .in_ackoutu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.ackoutu .in_ackoutu dt {
  background: url(../access/images/icon_train.gif) no-repeat 20px center #33c3d8;
  width: 300px;
  color: #FFF;
  padding: 50px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.ackoutu .in_ackoutu dt p {
  margin-left: 70px;
}

.ackoutu .in_ackoutu .bgcar {
  background: url(../access/images/icon_car.gif) no-repeat 20px center #33c3d8;
}

.ackoutu .in_ackoutu dd {
  width: 700px;
}

.ackoutu .in_ackoutu dd h3, .ackoutu .in_ackoutu dd p {
  margin-left: 50px;
  text-align: left;
}

.ackoutu .in_ackoutu dd h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.ackoutu .in_ackoutu dd p {
  font-size: 16px;
}

.ackoutu .ac_annai {
  background: url(../access/images/icon_sankaku.gif) no-repeat bottom center;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.ackoutu p.route {
  font-size: 18px;
  border: 4px solid #ccc;
  padding: 20px;
  font-size: 24px;
  color: #333;
}

.ackoutu .accmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.ackoutu .accmap dt {
  margin-right: 50px;
}

.ackoutu .accmap dd {
  text-align: left;
}

.ackoutu .accmap dd h4 {
  background-image: url(../access/images/one.gif);
  background-repeat: no-repeat;
  background-size: 52px 50px;
  background-position: left center;
  font-size: 30px;
  color: #666;
  font-weight: normal;
  padding: 20px 0 20px 80px;
}

.ackoutu .accmap dd h4.two {
  background-image: url(../access/images/two.gif);
}

.ackoutu .accmap dd h4.three {
  background-image: url(../access/images/three.gif);
}

.ackoutu .accmap dd p {
  margin-top: 30px;
  line-height: 180%;
  color: #666;
}

@media (max-width: 768px) {
  .acinfo {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .acinfo .in_acinfo {
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .acinfo .in_acinfo dt {
    width: 30%;
    background: #eee;
    color: #006dae;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    margin-right: 20px;
  }
  .acinfo .in_acinfo dd {
    width: 70%;
    font-size: 16px;
    text-align: left;
    color: #666;
  }
  .ackoutu {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .ackoutu .in_ackoutu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
  .ackoutu .in_ackoutu dt {
    background: none;
    background-color: #33c3d8;
    width: 30%;
    color: #FFF;
    padding: 30px 0;
    font-size: 14px;
    text-align: center;
  }
  .ackoutu .in_ackoutu dt p {
    margin-left: 0px;
  }
  .ackoutu .in_ackoutu .bgcar {
    background: none;
    background-color: #33c3d8;
  }
  .ackoutu .in_ackoutu dd {
    width: 70%;
  }
  .ackoutu .in_ackoutu dd h3, .ackoutu .in_ackoutu dd p {
    margin-left: 30px;
    text-align: left;
  }
  .ackoutu .in_ackoutu dd h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
  }
  .ackoutu .in_ackoutu dd p {
    font-size: 12px;
  }
  .ackoutu .ac_annai {
    background: url(../access/images/icon_sankaku.gif) no-repeat bottom center;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
  .ackoutu p.route {
    border: 4px solid #ccc;
    padding: 20px;
    font-size: 16px;
    color: #333;
  }
  .ackoutu .accmap {
    display: block;
    margin-bottom: 40px;
  }
  .ackoutu .accmap dt {
    margin-right: 0px;
  }
  .ackoutu .accmap dt img {
    width: 100%;
    height: auto;
  }
  .ackoutu .accmap dd {
    text-align: left;
  }
  .ackoutu .accmap dd h4 {
    background-image: url(../access/images/one.gif);
    background-repeat: no-repeat;
    background-size: 52px 50px;
    background-position: left center;
    font-size: 20px;
    color: #666;
    font-weight: normal;
    padding: 20px 0 20px 70px;
  }
  .ackoutu .accmap dd h4.two {
    background-image: url(../access/images/two.gif);
  }
  .ackoutu .accmap dd h4.three {
    background-image: url(../access/images/three.gif);
  }
  .ackoutu .accmap dd p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 180%;
    color: #666;
  }
}

#w_head {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 3px solid #006dae;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#w_head .w_logo, #w_head .tozi {
  width: 250px;
}

#w_head .w_title {
  text-align: center;
}

#w_head .w_title p {
  font-size: 14px;
  text-align: center;
  color: #666;
}

#w_head .tozi p {
  margin-left: auto;
  width: 70px;
  height: 70px;
  border: 2px dotted #006dae;
  text-align: center;
  line-height: 0;
}

#w_head .tozi p img {
  margin-top: 10px;
}

#w_foot {
  width: 100%;
  padding: 50px 0;
  background: #006dae;
  margin: 0 auto;
}

#w_foot p {
  text-align: center;
  color: #FFF;
}

#w_foot .foot_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#w_foot .foot_menu li {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin-bottom: 40px;
  padding: 10px 0;
  width: 200px;
  border: 3px solid #FFF;
  margin-left: 20px;
}

#w_foot .foot_menu li:hover {
  background: #FFF;
  color: #006dae;
}

@media (max-width: 768px) {
  #w_head {
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 3px solid #006dae;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #w_head .w_logo, #w_head .tozi {
    display: none;
  }
  #w_head .w_logo {
    display: none;
  }
  #w_head .w_logo img {
    width: 90%;
    height: auto;
  }
  #w_head .w_title {
    width: 100%;
    text-align: center;
  }
  #w_head .w_title img {
    width: 70%;
    height: auto;
  }
  #w_head .w_title p {
    font-size: 14px;
    text-align: center;
    color: #666;
    line-height: 160%;
    margin-top: 20px;
  }
  #w_head .tozi p {
    margin-left: auto;
    width: 70px;
    height: 70px;
    border: 2px dotted #006dae;
    text-align: center;
    line-height: 0;
  }
  #w_head .tozi p img {
    width: 40px;
    height: auto;
    margin-top: 7px;
  }
  #w_foot {
    width: 100%;
    padding: 50px 0;
    background: #006dae;
    margin: 0 auto;
  }
  #w_foot p {
    text-align: center;
    color: #FFF;
  }
  #w_foot .foot_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #w_foot .foot_menu li {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    margin-bottom: 40px;
    padding: 10px 0;
    width: 150px;
    border: 3px solid #FFF;
    margin-left: 10px;
  }
  #w_foot .foot_menu li:hover {
    background: #FFF;
    color: #006dae;
  }
}

.privacyarea {
  margin: 50px 0;
  text-align: left;
  width: 1000px;
  margin: 0 auto;
}

.privacyarea ul {
  margin-top: 50px;
  background: #FFF;
  padding: 50px;
}

.privacyarea li {
  color: #666;
  line-height: 300%;
  border-bottom: 1px dotted #999;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .privacyarea {
    margin: 30px 0;
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  .privacyarea ul {
    margin-top: 50px;
    background: #FFF;
    padding: 50px;
  }
  .privacyarea li {
    color: #666;
    line-height: 300%;
    border-bottom: 1px dotted #999;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}

#slide {
  width: 637px;
  height: 142px;
  margin: 0 0 0 auto;
  position: relative;
}

#slide img {
  position: absolute;
  right: 5px;
  top: 0px;
}

@media (max-width: 768px) {
  #slide {
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  }
  #slide img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */