@charset "UTF-8";
/* ==========================================
 base ///////////////////////////////////////
========================================== */
* {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 12px;
}
html.normal {
  font-size: 12px;
}
html.big {
  font-size: 14px;
}
html body {
  width: 100%;
  background-color: #F0F0F0;
  color: #333A3F;
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.000rem;
  line-height: 1.4;
}
html a {
  color: #333A3F;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
html a.hvr:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* ==========================================
 Header /////////////////////////////////////
========================================== */
.sub-header {
  display: block;
  width: 100%;
  height: 37px;
  background-color: #3096A5;
  border-bottom: 1px solid #EAEAEA;
}
.sub-header .unit {
  width: 1000px;
  margin: 0 auto 0;
}
.sub-header .left, .sub-header .size, .sub-header .color, .sub-header .size p, .sub-header .color p, .sub-header .size ul, .sub-header .color ul, .sub-header .size ul li, .sub-header .color ul li {
  float: left;
}
.sub-header .size ul li, .sub-header .color ul li {
  cursor: pointer;
}
.sub-header .size p, .sub-header .color p {
  margin: 10px 10px 0 0;
  color: #FFFFFF;
}
.sub-header .size {
  margin: 0 20px 0 0;
}
.sub-header .size li {
  width: 58px;
  height: 28px;
  margin: 4px auto 0;
  text-align: center;
}
.sub-header .size li.normal {
  padding: 5px 0 0 0;
  margin: 4px 5px 0 0;
  font-size: 1.083rem;
  color: #FFFFFF;
  background-color: #0E707E;
}
.sub-header .size li.big {
  padding: 3px 0 0 4px;
  font-size: 1.333rem;
  background-color: #FFFFFF;
  color: #00707F;
}
.sub-header .color li {
  width: 28px;
  height: 28px;
  padding: 4px 0 0 0;
  font-size: 1.083rem;
  text-align: center;
}
.sub-header .color li.white {
  margin: 4px 6px 0 0;
  color: #000000;
  background-color: #FFFFFF;
}
.sub-header .color li.black {
  margin: 4px auto 0;
  color: #FFFFFF;
  background-color: #000000;
}
.sub-header .right {
  float: right;
}
.sub-header .right ul {
  float: left;
}
.sub-header .right ul li {
  float: left;
}
.sub-header #search_box {
  float: left;
}
.sub-header .member, .sub-header .contact {
  margin: 8px 0 0 0;
}
.sub-header .member a, .sub-header .contact a {
  display: inline-block;
  color: #FFFFFF;
  padding: 2px 16px 1px 36px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
.sub-header .member {
  border-right: 1px solid #FFFFFF;
}
.sub-header .member a {
  background-image: url(../image/common/icon-lock.png);
}
.sub-header .contact a {
  background-image: url(../image/common/icon-mail.png);
  background-image: url(../image/common/icon-mail.png);
}
.sub-header #search-area {
  float: left;
}
.sub-header #search_box {
  display: inline-block;
  width: 296px;
  height: 36px;
  position: relative;
}
.sub-header #search_box .gsst_a .gscb_a {
  color: #AAAAAA !important;
  position: relative !important;
  top: 5px !important;
}
.sub-header #search_box .gsst_a .gscb_a:hover, .sub-header #search_box .gsst_a .gscb_a:focus {
  color: #AAAAAA !important;
}
.sub-header #search_box .gsc-control-cse {
  height: 36px !important;
  padding: 0 !important;
  border: none !important;
}
.sub-header #search_box .gsc-input-box {
  padding: 0 0 !important;
  border: none !important;
}
.sub-header #search_box input.gsc-input {
  padding: 3px 0 0px !important;
  font-size: 1.167rem !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 12px;
  padding-left: 38px;
}

.sub-header #search_box input.gsc-input,
.sub-header #search_box .gsc-input-box,
.sub-header #search_box .gsc-input-box-hover,
.sub-header #search_box .gsc-input-box-focus {
  font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','MS UI Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-position: 0 6px !important;
}
.sub-header #search_box input.gsc-search-button, .sub-header #search_box input.gsc-search-button-v2 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 36px !important;
  height: 36px !important;
  padding: 12px !important;
  margin: 0 auto 0 !important;
  background-color: #17707D !important;
  border: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background-size: 5px auto !important;
}

header {
  width: 100%;
  height: 69px;
  background-color: #FFFFFF;
}
header .btn {
  display: none;
}
header .main {
  width: 1000px;
  margin: 0 auto 0;
}
header h1 {
  float: left;
  margin: 12px auto 0;
}
header .main ul {
  float: right;
}
header .main li {
  float: left;
  font-size: 1.250rem;
}
header .main li a {
  display: block;
  padding: 24px 16px;
  color: #343C3F;
  font-size: 1.250rem;
}
header .main li a:hover {
  background-color: #F0F0F0;
}
header .main li#mg_nav {
  position: relative;
}
header .main li#mg_nav .unit {
  display: none;
  position: absolute;
  width: 1000px;
  height: 302px;
  z-index: 100;
  left: -360px;
}
header .main li#mg_nav .unit .box, header .main li#mg_nav .unit header #nav_wrap {
  float: left;
}
header .main li#mg_nav .unit .box {
  width: 280px;
  height: 302px;
  padding: 122px 26px 0;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../image/common/mg_nav-photo.jpg);
  background-repeat: no-repeat;
}
header .main li#mg_nav .unit .box h2 {
  margin: 0 auto 36px;
  font-size: 1.833rem;
  line-height: 1;
}
header .main li#mg_nav .unit .box h2 span {
  font-size: 1.000rem;
}
header .main li#mg_nav .unit .box p {
  font-size: 1.167rem;
}
header #nav_wrap {
  float: left;
  background-color: #F9F9F9;
  border: 2px solid #EBEBEB;
}
header #nav_wrap ul li {
  display: table;
}
header #nav_wrap ul.section-01 li:last-child, header #nav_wrap ul.section-02 li:last-child {
  border-bottom: none;
}
header #nav_wrap ul li small {
  font-size: 0.833rem;
}
header #nav_wrap ul.section-01 {
  width: 320px;
  border-right: 2px solid #EAEAEA;
}
header #nav_wrap ul.section-02, header #nav_wrap ul.section-03 {
  width: 198px;
}
header #nav_wrap ul.section-02 {
  border-right: 2px solid #EAEAEA;
}
header #nav_wrap ul li a {
  display: table-cell;
  width: 100%;
  height: 75px;
  padding: 0 0;
  border-bottom: 1px solid #EAEAEA;
  vertical-align: middle;
}
header #nav_wrap ul.section-01 li a {
  width: 320px;
  font-size: 1.167rem;
  line-height: 1.2;
}
header #nav_wrap ul.section-01 li a img {
  float: left;
}
header #nav_wrap ul.section-02 li a, header #nav_wrap ul.section-03 li a {
  width: 198px;
  padding: 0 0;
  font-size: 1.083rem;
}
header #nav_wrap ul li {
  padding: 0 0 0 73px;
  background-repeat: no-repeat;
  background-position: 16px center;
}
header #nav_wrap ul li.dental-search {
  background-image: url(../image/common/icon-dental_search.png);
}
header #nav_wrap ul li.night {
  background-image: url(../image/common/icon-night.png);
}
header #nav_wrap ul li.failure {
  background-image: url(../image/common/icon-failure_sp.png);
}
header #nav_wrap ul li.visit {
  background-image: url(../image/common/icon-visit.png);
}
header #nav_wrap ul li.school {
  background-image: url(../image/common/icon-school.png);
}
header #nav_wrap ul li.disease {
  background-image: url(../image/common/icon-disease.png);
}
header #nav_wrap ul li.committee {
  background-image: url(../image/common/icon-committee.png);
}
header #nav_wrap ul li.office {
  background-image: url(../image/common/icon-office.png);
}
header #nav_wrap ul li.motion {
  background-image: url(../image/common/icon-motion.png);
}
header #nav_wrap ul li.cafe {
  background-image: url(../image/common/icon-cafe.png);
}
header #nav_wrap ul li.consultation {
  background-image: url(../image/common/icon-consultation.png);
}
header .main li.dropdown {
  position: relative;
}
header .main li.dropdown ul {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid #EAEAEA;
  border-bottom: none;
}
header .main li.dropdown ul li {
  width: 100%;
  background-color: #F9F9F9;
}
header .main li.dropdown ul li a {
  font-size: 1.083rem;
  border-bottom: 1px solid #EAEAEA;
}
header #overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  position: relative;
}
header .main li#mg_nav .unit {
  z-index: 100;
}
header #overlay {
  display: none;
  z-index: 99;
}

/* ==========================================
 Main Visual ////////////////////////////////
========================================== */
.large.mv_container {
  width: 100%;
  height: 460px;
  padding: 24px 0 0 0;
  margin: 0 auto 20px;
  overflow-x: hidden;
  background-image: url(../image/home/mv-bg.jpg);
  background-repeat: repeat-x;
  border-bottom: 1px solid #D3E5E9;
}
.large.mv_container .mv_all {
  width: 1000px;
  margin: 0 auto;
  height: 400px;
  position: relative;
  z-index: 50;
}
.large.mv_container .mv_wrap {
  width: 3000px;
  position: absolute;
  left: 50%;
  margin-left: -1520px;
}
.large.mv_container .mv_body {
  width: 100%;
}
.large.mv_container .mv {
  width: 1000px;
  margin: 0 20px 0 0;
  color: #fff;
  text-align: center;
}
.large.mv_container .mv img {
  width: 100%;
  vertical-align: bottom;
}
.large.mv_container .bx-controls-direction, .large.mv_container .bx-pager {
  text-align: center;
  height: 25px;
  padding: 0 0 0 40px;
}
.large.mv_container .bx-controls-direction a {
  display: inline-block;
}
.large.mv_container .bx-pager-item {
  display: inline-block;
}
.large.mv_container .bx-pager-item a {
  display: block;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 67px 9px 0 9px;
}
.large.mv_container .bx-pager-item a.active {
  background-color: #4DB1B9;
}
.large.mv_container .bx-controls-direction a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  text-indent: -9999px;
}
.large.mv_container .bx-controls-direction a.bx-prev, .large.mv_container .bx-controls-direction a.bx-next {
  width: 56px;
  height: 56px;
  position: relative;
  top: -200px;
}
.large.mv_container .bx-controls-direction a.bx-prev {
  left: -482px;
  background-image: url(../image/home/mv-control_l.png);
}
.large.mv_container .bx-controls-direction a.bx-next {
  right: -482px;
  background-image: url(../image/home/mv-control_r.png);
}
.large.mv_container .bx-controls {
  position: absolute;
  bottom: 5px;
  z-index: 100;
  width: 100%;
}
.large.mv_container .mv {
  transition: all .3s;
  opacity: .6;
  position: relative;
}
.large.mv_container .mv.active {
  opacity: 1;
}
.large.mv_container .mv a {
  display: block;
}
.large.mv_container .mv h2, .large.mv_container .mv p {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.large.mv_container .mv h2 {
  display: inline-block;
  top: 144px;
  left: 450px;
  width: auto;
  color: #33393F;
  font-size: 3.231rem;
  line-height: 1.0;
}
.large.mv_container .mv h2.mv-01 {
  top: 104px;
  font-size: 2.769rem;
  line-height: 1.4;
}
.large.mv_container .mv h2 span {
  font-size: 1.538rem;
}
.large.mv_container .mv.l-01 p {
  top: 280px;
  left: 472px;
  line-height: 1;
}
.large.mv_container .mv.l-02 p {
  top: 262px;
  left: 584px;
  line-height: 1;
}
.large.mv_container .mv.l-03 p {
  top: 283px;
  left: 584px;
  line-height: 1;
}
.large.mv_container .mv.l-04 p {
  top: 277px;
  left: 570px;
  line-height: 1;
}
.large.mv_container .mv p {
  padding: 15px 58px 17px 34px;
  color: #ffffff;
  font-size: 1.231rem;
  border: 1px solid #E4E4E4;
  background-color: #4BBCC5;
  background-image: url(../image/home/mv-link_arrow.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.large.mv_container .mv p:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mv_container.small {
  display: none;
}
.mv_container.large {
  display: block;
}

/* ==========================================
 Contents Nav ///////////////////////////////
========================================== */
#contents_nav {
  width: 1000px;
  margin: 0 auto 24px;
}
#contents_nav li {
  float: left;
  width: 240px;
  margin: 0 13px 0 0;
  background-color: #FFFFFF;
  display: table;
}
#contents_nav li:last-child {
  margin: 0 0 0 0;
}
#contents_nav li a {
  display: table-cell;
  width: 240px;
  height: 80px;
  padding: 0 0 0 68px;
  font-size: 1.250rem;
  background-repeat: no-repeat;
  background-position: 13px center;
  border: 3px solid #E4E4E4;
  vertical-align: middle;
  line-height: 1.2;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#contents_nav li:nth-child(2) a {
  border: 3px solid #DB80A2;
}
#contents_nav li a:hover {
  border: 3px solid #3096A5;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#contents_nav li a span {
  display: inline-block;
  font-size: 0.833rem;
  text-indent: -5px;
}
#contents_nav li.dental-search a {
  background-image: url(../image/common/icon-dental_search.png);
}
#contents_nav li.night a {
  background-image: url(../image/common/icon-night.png);
}
#contents_nav li.failure a {
  background-image: url(../image/common/icon-failure_sp.png);
}
#contents_nav li.visit a {
  background-image: url(../image/common/icon-visit.png);
}

/* ==========================================
 Contents ///////////////////////////////////
========================================== */
#contents {
  width: 1000px;
  margin: 0 auto 0;
}
#contents #main {
  float: left;
  width: 660px;
}
#contents #main .bnr {
  position: relative;
  margin: 0 auto 0;
}
#contents #main .bnr a {
  display: block;
  width: 100%;
  height: 138px;
}
#contents #main .bnr .img {
  position: absolute;
  top: 0;
  left: 0;
}
#contents #main .bnr .text {
  color: #FFFFFF;
  font-size: 1.250rem;
  position: absolute;
  bottom: 6px;
  left: 262px;
}

#unit-bnr {
  width: 1000px;
  margin: 0 auto 20px;
}
#unit-bnr li:nth-child(1) {
  float: left;
}
#unit-bnr li:nth-child(2) {
  float: right;
}
#unit-bnr li img:hover {
  opacity: 0.5;
}

#contents #main #info {
  display: table;
  width: 100%;
  padding: 20px 0 0 0;
  margin: 0 auto 20px;
}
#contents #main #info .head, #contents #main #info ul {
  display: table-cell;
  height: 210px;
}
#contents #main #info .head {
  width: 200px;
  background-color: #cbe7eb;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#contents #main #info .head h1 {
  padding: 28px 0 0 0;
  margin: 0 auto 25px;
  font-size: 24px;
  font-size: 2.000rem;
  color: #17707d;
  font-weight: bold;
}
#contents #main #info .head h1 span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}
#contents #main #info .head p {
  display: table;
  width: 120px;
  height: 38px;
  margin: 0 auto 0;
  text-align: center;
}
#contents #main #info .head p a {
  display: table-cell;
  width: 120px;
  height: 38px;
  color: #fff;
  font-size: 14px;
  font-size: 1.167rem;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #27808c;
  background: -moz-linear-gradient(top, #2f96a5 0%, #27808c 100%);
  background: -webkit-linear-gradient(top, #2f96a5 0%, #27808c 100%);
  background: linear-gradient(to bottom, #2f96a5 0%, #27808c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f96a5', endColorstr='#27808c',GradientType=0 );
  vertical-align: middle;
}
#contents #main #info .head:before {
  content: "";
  display: block;
  width: 66px;
  height: 65px;
  background-image: url(../image/common/sasshi-01.png);
  background-size: cover;
  position: absolute;
  top: -14px;
  left: 11px;
}
#contents #main #info ul {
  width: 460px;
  background-color: #FFFFFF;
}
#contents #main #info li {
  height: 70px;
}
#contents #main #info li .unit {
  height: 70px;
  display: table;
  width: 100%;
  padding: 0 20px;
}
#contents #main #info li .unit .box {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e9e9e9;
}
#contents #main #info li:last-child .unit .box {
  border-bottom: none;
}
#contents #main #info li .unit .box .day {
  margin: 0 auto 4px;
  font-size: 10px;
  font-size: 0.833rem;
  color: #000;
}
#contents #main #info li .unit .box h2 {
  width: 400px;
  padding: 0 0 0 24px;
  color: #2f96a5;
  font-size: 15px;
  font-size: 1.250rem;
  font-weight: bold;
  background-image: url(../image/common/icon-link.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#contents #main #info .head p a:hover, #contents #main #info li a:hover {
  opacity: 0.6;
}
#contents #main #pickup .left, #contents #main #pickup .right {
  width: 320px;
  float: left;
}
#contents #main #pickup .left {
  margin: 0 20px 0 0;
}
#contents #main #pickup h2 {
  width: 320px;
  height: 152px;
  padding: 94px 0 0 0;
  color: #FFFFFF;
  font-size: 1.833rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#contents #main #pickup .employee h2 br:first-child, #contents #main #pickup .association h2 br:first-child {
  display: none;
}
#contents #main #pickup .citizen h2 {
  background-image: url(../image/home/citizen-head.jpg);
}
#contents #main #pickup .employee h2 {
  background-image: url(../image/home/employee-head.jpg);
}
#contents #main #pickup .association h2 {
  background-image: url(../image/home/association-head.jpg);
}
#contents #main #pickup h2 span.small {
  font-size: 1.000rem;
  font-weight: normal;
}
#contents #main #pickup h2 span.btn {
  display: none;
}
#contents #main #pickup ul {
  display: block;
  padding: 0 20px;
  background-color: #FFFFFF;
}
#contents #main #pickup li {
  height: 152px;
  border-bottom: 1px solid #EAEAEA;
}
#contents #main #pickup li:last-child {
  border-bottom: none;
}
#contents #main #pickup li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 20px 106px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 0 center;
}
#contents #main #pickup li a:hover {
  color: #3096A5;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
#contents #main #pickup h3 {
  margin: 0 auto 6px;
  font-size: 1.250rem;
  font-weight: bold;
}
#contents #main #pickup .text {
  font-size: 1.000rem;
}
#contents #main .right .employee ul {
  margin: 0 auto 18px;
}
#contents #main #pickup li.school a {
  background-image: url(../image/home/citizen-school.jpg);
}
#contents #main #pickup li.disease a {
  background-image: url(../image/home/citizen-disease.jpg);
}
#contents #main #pickup li.committee a {
  background-image: url(../image/home/citizen-committee.jpg);
}
#contents #main #pickup li.office a {
  background-image: url(../image/home/citizen-office.jpg);
}
#contents #main #pickup li.consultation a {
  background-image: url(../image/home/citizen-consultation.jpg);
}
#contents #main #pickup li.member a {
  background-image: url(../image/home/employee-member.jpg);
}
#contents #main #pickup li.admission a {
  background-image: url(../image/home/employee-admission.jpg);
}
#contents #main #pickup li.placement a {
  background-image: url(../image/home/employee-placement.jpg);
}
#contents #main #pickup li.info a {
  background-image: url(../image/home/association-info.jpg);
}
#contents #main #pickup li.introduction a {
  background-image: url(../image/home/association-introduction.jpg);
}
#contents #main .visitdental-banner {
  width: 80%;
  margin: 60px auto 0;
}

/* ==========================================
 Side ///////////////////////////////////////
========================================== */
#side {
  float: right;
  width: 320px;
}
#side h2 {
  width: 320px;
  height: 152px;
  padding: 35px 0 0 0;
  color: #FFFFFF;
  font-size: 1.833rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-image: url(../image/common/side-head.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#side h3, #side h5 {
  margin: 0 auto 6px;
  font-size: 1.333rem;
  font-weight: bold;
  background-repeat: no-repeat;
}
#side h3 {
  padding: 0 0 0 70px;
}
#side h5 {
  padding: 0 0 0 102px;
}
#side h2 span {
  font-size: 1.000rem;
  font-weight: normal;
}
#side h5 span {
  font-size: 1.000rem;
}
#side .text, #side .tel {
  padding: 0 0 0 70px;
}
#side #other .text {
  padding: 0 0 0 102px;
}
#side .tel {
  font-size: 1.500rem;
  font-weight: bold;
}
#side .tel span {
  display: inline-block;
  font-size: 0.833rem;
  font-weight: normal;
}
#side .section-01 .head {
  width: 320px;
  height: 180px;
  background-color: #FFFFFF;
  background-image: url(../image/common/arrow-on.png);
  background-repeat: no-repeat;
  background-position: 290px 110px;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
}
#side .section-01 .head.active {
  background-image: url(../image/common/arrow-on.png);
}
#side .section-01 .photo {
  width: 320px;
  position: absolute;
  top: -68px;
  text-align: center;
}
#side .section-01 .head h3 {
  padding: 96px 0 0 70px;
  background-image: url(../image/common/icon-dental_search.png);
  background-position: 16px bottom;
}
#side .section-01 ul {
  display: none;
  padding: 0 0 0 72px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #EAEAEA;
}
#side .section-01 li {
  border-bottom: 1px solid #EAEAEA;
}
#side .section-01 li a {
  display: block;
  padding: 16px 0;
  font-size: 1.167rem;
  background-image: url(../image/common/arrow-off.png);
  background-repeat: no-repeat;
  background-position: 225px center;
}
#side .section-01 li.all a {
  text-indent: 0;
}
#side .section-01 li a:hover {
  color: #3096A5;
}
#side .section-01 li:last-child {
  border-bottom: none;
}
#side .section-02, #side .section-03 {
  border-bottom: 1px solid #EAEAEA;
}
#side .section-02, #side .section-03, #side .section-04 {
  padding: 18px 16px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 16px 18px;
}
#side .section-02 h3, #side .section-03 h3, #side .section-04 h3 {
  color: #333A3F;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#side #other .section-01 h5, #side #other .section-02 h5, #side #other .section-03 h5, #side #other .section-04 h5 {
  color: #333A3F;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#side .section-02:hover h3, #side .section-03:hover h3, #side .section-04:hover h3 {
  color: #48B1BA;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#side #other .section-01:hover h5, #side #other .section-02:hover h5, #side #other .section-03:hover h5, #side #other .section-04:hover h5 {
  color: #48B1BA;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#side .section-02 {
  background-image: url(../image/common/icon-night.png);
}
#side .section-03 {
  background-image: url(../image/common/icon-failure_sp.png);
}
#side .section-04 {
  margin: 0 auto 20px;
  background-image: url(../image/common/icon-visit.png);
}
#side .section-02:hover, #side .section-03:hover, #side .section-04:hover {
  background-color: #F9F9F9;
}
#side #other .section-01:hover, #side #other .section-02:hover, #side #other .section-03:hover, #side #other .section-04:hover {
  background-color: #F9F9F9;
}
#side .section-02 .text, #side .section-02 .tel {
  color: #333A3F;
}
#side .section-02 .text {
  margin: 0 auto 5px;
}
#side .section-03 .text {
  margin: 0 auto 5px;
}
#side .section-02 .tel {
  line-height: 1;
}
#side .section-02 .tel span {
  text-indent: -5px;
}
#side .section-03 .tel {
  color: #48B1BA;
}
#side #other {
  background-color: #FFFFFF;
}
#side #other h4 {
  color: #FFFFFF;
  font-size: 1.500rem;
  padding: 12px 0 12px 48px;
  background-color: #2996A6;
  background-image: url(../image/common/icon-chain.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}
#side #other .section-01, #side #other .section-02, #side #other .section-03 {
  min-height: 150px;
  padding: 20px 20px;
  background-repeat: no-repeat;
  background-position: 20px 20px;
  word-break: break-all;
}
#side #other .section-01, #side #other .section-02 {
  border-bottom: 1px solid #EAEAEA;
}
#side #other .section-01 {
  background-image: url(../image/common/other-cafe.jpg);
}
#side #other .section-02 {
  background-image: url(../image/common/other-motion.jpg);
}
#side #other .section-03 {
  background-image: url(../image/common/other-training.jpg);
}
#side #other .section-04 {
  background-image: url(../image/common/icon-link.png);
}
#side #other .section-04 a {
  color: #4aa4b1;
  font-size: 1.167rem;
  font-size: 14px;
}
#side #other .section-04 a h6 {
  padding: 0 0 0 22px;
  margin-top: -2px;
  font-weight: bold;
}
#side #banner {
  padding: 8px 0 0 0;
}
#side #banner li {
  float: left;
  margin: 0 8px 8px 0;
}
#side #banner li:nth-child(2n) {
  margin: 0 0 8px 0;
}

/* ==========================================
 error /////////////////////////////////////
========================================== */
#error .error-wrap {
  padding: 30px;
  margin: 20px auto 0;
  background-color: #fff;
}
#error .error-wrap h2 {
  margin: 0 auto 20px;
  font-size: 30px;
  font-size: 2.500rem;
}
#error .error-wrap .text, #error .error-wrap .link {
  font-size: 16px;
  font-size: 1.333rem;
}
#error .error-wrap .text {
  margin: 0 auto 20px;
}
#error .error-wrap .link a {
  text-decoration: underline;
}
#error .error-wrap .link a:hover {
  text-decoration: none;
}

/* ==========================================
 Second Common//////////////////////////////
========================================== */
#topic_path {
  margin: 20px auto 60px;
}
#topic_path li {
  float: left;
  font-size: 14px;
  font-size: 1.167rem;
}
#topic_path li a {
  color: #17707d;
  padding-right: 18px;
  margin-right: 8px;
  font-size: 14px;
  font-size: 1.167rem;
  text-decoration: underline;
  position: relative;
}
#topic_path li a:after {
  display: block;
  content: "＞";
  color: #000;
  font-size: 8px;
  position: absolute;
  top: 2px;
  right: 0;
}
#topic_path li a:hover {
  text-decoration: none;
}

/* ==========================================
 info /////////////////////////////////////
========================================== */
body#info {
  background-color: #FFF;
}
body#info a {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
body#info a.hvr:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
}
body#info #contener {
  /*background: #F0F0F0;*/
}
body#info #contents {
  width: 690px;
  background: none;
  background-color: #F0F0F0;
  background-image: url(../image/info/page_tit.gif);
  background-repeat: no-repeat;
}
body#info #contents .page_tit {
  width: 610px;
  padding: 11px 0 0 0;
  margin: 0 0 0 70px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
}
body#info #contents #wrap ul {
  margin: 0 auto 60px;
}
body#info #contents #wrap li {
  float: left;
  width: 304px;
  margin: 0 20px 20px 0;
  background-color: #FFFFFF;
}
body#info #contents #wrap li:nth-child(2n) {
  margin: 0 0 20px 0;
}
body#info #contents #wrap li .photo {
  margin: 0 auto 20px;
}
body#info #contents #wrap li h2, body#info #contents #wrap li .day, body#info #contents #wrap li .text, body#info #contents #wrap li .link {
  padding: 0 22px;
  color: #333B3F;
}
body#info #contents #wrap li h2 {
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  word-break: break-all;
}
body#info #contents #wrap li .day {
  margin: 0 auto 12px;
  font-size: 10px;
}
body#info #contents #wrap li .text {
  padding-bottom: 14px;
  font-size: 12px;
  line-height: 1.8;
  border-bottom: 1px solid #F0F0F0;
}
body#info #contents #wrap li .link {
  padding-top: 18px;
  padding-bottom: 18px;
}
body#info #contents #wrap li .link a {
  color: #277C72;
}
body#info #contents #wrap .pager {
  position: relative;
  width: 628px;
  margin: 0 auto 60px;
}
body#info #contents #wrap .pages {
  display: none;
}
body#info #contents #wrap .current {
  float: left;
  display: block;
  width: 64px;
  height: 64px;
  padding: 24px 0;
  margin: 0 2px 0 0;
  font-size: 15px;
  text-align: center;
}
body#info #contents #wrap .page.larger, body#info #contents #wrap .page.smaller {
  float: left;
  display: block;
  width: 64px;
  height: 64px;
  padding: 24px 0;
  margin: 0 2px 0 0;
  font-size: 15px;
  text-align: center;
}
body#info #contents #wrap .current {
  color: #FFF;
  background-color: #277C72;
}
body#info #contents #wrap .page.larger, body#info #contents #wrap .page.smaller {
  color: #333B3F;
  background-color: #FFFFFF;
}
body#info #contents #wrap .previouspostslink {
  display: none;
}
body#info #contents #wrap .nextpostslink {
  display: block;
  width: 180px;
  height: 64px;
  padding: 24px 0;
  margin: 0 2px 0 0;
  font-size: 15px;
  text-align: center;
  color: #333B3F;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}
body#info #contents #wrap .pager.detail {
  width: 546px;
  margin: 60px auto;
  position: relative;
}
body#info #contents #wrap .navitop {
  position: absolute;
  top: 0;
  left: 182px;
}
body#info #contents #wrap .navileft {
  float: left;
}
body#info #contents #wrap .naviright {
  float: right;
}
body#info #contents #wrap .navitop a, body#info #contents #wrap .navileft a {
  display: block;
  width: 180px;
  height: 64px;
  padding: 24px 0;
  margin: 0 2px 0 0;
  font-size: 15px;
  text-align: center;
  background-color: #FFFFFF;
}
body#info #contents #wrap .naviright {
  margin: 0 0 0 0;
}
body#info #contents #wrap .naviright a {
  display: block;
  width: 180px;
  height: 64px;
  padding: 24px 0;
  margin: 0 2px 0 0;
  font-size: 15px;
  text-align: center;
  background-color: #FFFFFF;
}
body#info #contents #wrap .navitop a:hover, body#info #contents #wrap .navileft a:hover, body#info #contents #wrap .naviright a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #277C72;
}
body#info .detail article {
  position: relative;
  width: 628px;
  margin: 0 auto 0;
}
body#info .detail #head-box {
  width: 628px;
  padding: 24px 22px;
  margin: 0 0 10px;
  background-color: #FFF;
  border-left: 4px solid #277C72;
}
body#info .detail #head-box h2 {
  margin: 0 auto 14px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
body#info .detail #head-box .day {
  font-size: 10px;
}
body#info .detail #detail-box {
  width: 628px;
  padding: 24px 22px;
  margin: 0 0 0;
  font-size: 14px;
  line-height: 1.8;
  background-color: #FFF;
}
body#info .detail #detail-box p {
  margin: 0 auto 1em;
}
body#info .detail #detail-box p.last {
  margin: 0 auto 0;
}
body#info .detail #detail-box .pdf a {
  padding: 2px 0 2px 23px;
  background-image: url(../image/common/link-pdf.png);
  background-repeat: no-repeat;
  background-position: 4px center;
}
body#info .detail #detail-box p.img {
  margin: 30px auto 0;
}
body#info .detail #detail-box p.img img {
  width: 100%;
  height: auto;
}
body#info .detail #detail-box #video {
  position: absolute;
  top: 0;
  left: 0;
}
body#info .detail #contents #wrap ul {
  width: 628px;
  margin: 0 auto 0;
}
body#info .detail #contents #wrap ul li {
  width: 304px;
  margin: 0 20px 20px 0;
  background-color: #FFF;
}
body#info .detail #contents #wrap ul li:nth-child(2n) {
  margin: 0 0 20px;
}
body#info .detail #contents #wrap ul li:last-child {
  margin-bottom: 60px;
}
body#info .f_right {
  width: 229px;
  height: auto;
  padding: 0 0 10px 0;
}

/* ==========================================
 Footer /////////////////////////////////////
========================================== */
footer {
  padding: 25px 0 0;
  margin: 72px auto 0;
  color: #FFFFFF;
  background-color: #3096A5;
}
footer a {
  color: #FFFFFF;
}
footer .unit {
  width: 1000px;
  padding: 0 0 25px;
  margin: 0 auto 0;
}
footer h6 {
  padding: 8px 9px;
  margin: 0 auto 18px;
  background-color: #17707D;
  font-size: 1.250rem;
}
footer h6 span {
  font-size: 1.000rem;
}
footer .section-01, footer .section-02, footer .section-03, footer .section-04 {
  float: left;
}
footer .section-01 {
  width: 230px;
  font-size: 1.083rem;
}
footer .section-02 {
  width: 450px;
  margin: 0 10px 0 0;
}
footer .section-03 {
  margin: 0 10px 0 0;
  width: 150px;
}
footer .section-04 {
  width: 150px;
}
footer .section-01 .logo {
  margin: 0 auto 22px;
}
footer .section-01 .address {
  margin: 0 auto 4px;
}
footer .section-01 .tel {
  margin: 0 auto 15px;
}
footer .section-01 .form {
  width: 180px;
  height: 48px;
  padding: 9px 0 9px 50px;
  background-color: #17707D;
  background-image: url(../image/common/icon-mail.png);
  background-repeat: no-repeat;
  background-position: 16px center;
  line-height: 1.2;
}
footer .section-02 ul {
  float: left;
}
footer ul.list li {
  padding: 0 6px 0 16px;
  margin: 0 auto 18px;
}
footer ul.list li:before {
  content: '・';
  padding: 0 5px 0 0;
  margin: 0 0 0 -16px;
}
footer .section-02 li.dental-search, footer .section-02 li.night, footer .section-02 li.failure, footer .section-02 li.visit {
  padding: 9px 0 5px 40px;
  margin: 0 13px 0 0;
  font-size: 1.167rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
footer .section-02 li.dental-search {
  margin-top: -9px;
  background-image: url(../image/common/icon-dental_search-s.png);
}
footer .section-02 li.night {
  background-image: url(../image/common/icon-night-s.png);
}
footer .section-02 li.failure {
  background-image: url(../image/common/icon-failure-s.png);
}
footer .section-02 li.visit {
  background-image: url(../image/common/icon-visit-s.png);
}
footer .copy {
  padding: 8px 0;
  background-color: #17707D;
  font-size: 0.833rem;
  text-align: center;
  line-height: 20px;
}
footer .copy p {
  width: 266px;
  margin: 0 auto 0;
  position: relative;
}
footer .copy p span {
  font-size: 1.667rem;
  position: absolute;
  left: 0;
  left: px;
}

@media screen and (max-width: 999px) {
  /* ==========================================
   Bx Slider //////////////////////////////////
  ========================================== */
  .bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
  }
  .bx-wrapper img {
    max-width: 100%;
    display: block;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -24px;
    width: 100%;
  }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
  }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 0;
  }
  .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 9px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #4DB1B9;
  }
  .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
  }
  .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
  }
  .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
  }
  .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
  }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
  }
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
  }
  .bx-wrapper .bx-controls-auto {
    text-align: center;
  }
  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
  }
  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
  }
  .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
  }
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
  }
  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
  }

  /* ==========================================
   Base ///////////////////////////////////////
  ========================================== */
  html.big {
    font-size: 12px;
  }

  body {
    font-size: 1.000rem;
    position: relative;
  }

  img {
    width: 100%;
    height: auto;
  }

  a {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0;
  }
  a.hvr:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0;
  }

  /* ==========================================
   Header /////////////////////////////////////
  ========================================== */
  header {
    border-top: 3px solid #3096A5;
  }

  .sub-header {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    z-index: 100;
  }
  .sub-header .unit {
    width: 100%;
  }
  .sub-header .left {
    display: none;
    float: none;
  }
  .sub-header .right {
    float: none;
  }
  .sub-header .right ul {
    float: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
  }
  .sub-header .right ul li {
    float: none;
    display: table-cell;
    width: 50%;
    padding: 10px 0;
  }
  .sub-header .member, .sub-header .contact {
    margin: 0 0 0 0;
  }
  .sub-header .member a, .sub-header .contact a {
    font-size: 1.167rem;
    padding: 1px 16px 1px 38px;
  }
  .sub-header #search-area {
    display: block;
    width: 100%;
    height: 56px;
    padding: 10px 10px;
  }
  .sub-header #search_box {
    width: 100%;
    margin: 0 auto 0;
  }
  .sub-header #search_box .gsc-control-cse {
    width: 100%;
  }

  header {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  header .main {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
    z-index: 100;
  }
  header h1 {
    float: none;
    width: 180px;
    margin: 0 auto 0;
    position: absolute;
    top: 13px;
    left: 10px;
  }
  header h1 a {
    background-image: none !important;
  }
  header .menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 25px;
    height: 25px;
  }
  header .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3096A5;
    border-radius: 4px;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 1px;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 1px;
  }
  header .menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  header .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  header .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
  header .main ul {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    background-color: #FFFFFF;
    position: absolute;
    top: 159px;
    left: 0;
  }
  header .main li {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto 0px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E4E4E4;
  }
  header .main li a {
    padding: 18px 18px;
    font-size: 1.167rem;
  }
  header .main li a:hover {
    background-color: #FFFFFF;
  }

  .main .nav-wrap {
    display: none;
  }

  header .main li#mg_nav {
    position: relative;
    height: 100%;
  }
  header .main li#mg_nav .unit {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    padding: 10px;
    background-color: #E4E4E4;
  }
  header .main li#mg_nav .unit .box {
    float: none;
    display: none;
  }
  header #nav_wrap {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto 0;
    background-color: none;
    border: none;
    position: static;
  }
  header #nav_wrap ul {
    width: 100%;
    padding: 0 0 0 0;
    position: static;
  }
  header #nav_wrap ul li {
    float: none;
    display: table;
    border-bottom: none;
    position: static;
  }
  header #nav_wrap ul.section-01 li:last-child, header #nav_wrap ul.section-02 li:last-child {
    border-bottom: none;
  }
  header #nav_wrap ul.section-01 {
    width: 100%;
    border-right: none;
  }
  header #nav_wrap ul.section-02, header #nav_wrap ul.section-03 {
    width: 100%;
  }
  header #nav_wrap ul.section-02 {
    border-right: none;
  }
  header #nav_wrap ul li a {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  header #nav_wrap li {
    border-bottom: none;
  }
  header #nav_wrap li ul {
    border-bottom: 1px solid #E4E4E4;
  }
  header #nav_wrap li ul li {
    border-bottom: 1px solid #E4E4E4;
  }
  header #nav_wrap li ul li:last-child {
    border-bottom: none;
  }
  header #nav_wrap ul.section-01 li, header #nav_wrap ul.section-02 li, header #nav_wrap ul.section-03 li {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 60px;
  }
  header #nav_wrap ul.section-01 li .link, header #nav_wrap ul.section-02 li .link, header #nav_wrap ul.section-03 li .link {
    display: table-cell;
    width: 100%;
    height: 60px;
    vertical-align: middle;
  }
  header #nav_wrap ul.section-01 li {
    margin: 0 0 0 0;
    background-position: 14px center;
  }
  header #nav_wrap ul.section-01 li a {
    width: 100%;
    font-size: 1.167rem;
  }
  header #nav_wrap ul.section-01 li a img {
    float: left;
  }
  header #nav_wrap ul.section-02 li a, header #nav_wrap ul.section-03 li a {
    display: table-cell;
    width: 100%;
    padding: 0 0;
    font-size: 1.083rem;
  }
  header #nav_wrap ul.section-01 li .link {
    position: relative;
    top: 0;
  }
  header #nav_wrap ul.section-01 li.dental-search .link {
    top: 5px;
  }
  header #nav_wrap ul.section-02 li .link, header #nav_wrap ul.section-03 li .link {
    position: static;
    top: 0px;
  }
  header #nav_wrap ul.section-02 li .link br, header #nav_wrap ul.section-03 li .link br {
    display: none;
  }
  header #nav_wrap ul.section-02 li a .single, header #nav_wrap ul.section-03 li a .single {
    position: static;
  }
  header #nav_wrap ul li a:before {
    float: left;
    width: 40px;
    margin: 8px 16px 0 8px;
    text-align: center;
  }
  header #mg_nav a, header .main li.dropdown a {
    background-image: url(../image/common/arrow-on.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  header #mg_nav .unit a {
    background-image: url(../image/common/arrow-off.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  header .main ul li a {
    background-image: url(../image/common/arrow-off.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
  }
  header .main li.dropdown ul {
    position: static;
    padding: 10px;
    background-color: #E4E4E4;
  }
  header .main li.dropdown ul li {
    width: 100%;
    margin: 0 auto 1px;
    background-color: #FFFFFF;
    border-bottom: none;
  }
  header .main li.dropdown ul li a {
    background-image: url(../image/common/arrow-off.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    font-size: 1.083rem;
    border-bottom: none;
  }
  header #overlay {
    display: none;
  }
  header #overlay.on {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    filter: brightness(0.5);
    position: absolute;
    top: 160px;
    z-index: 99;
  }

  .gsc-overflow-hidden header {
    z-index: 10;
  }

  .gsc-results-wrapper-overlay {
    width: 100% !important;
    height: 90% !important;
    top: 10px !important;
    left: 0 !important;
  }

  .gsc-webResult {
    -webkit-overflow-scrolling: touch !important;
  }

  /* ==========================================
   Main Visual ////////////////////////////////
  ========================================== */
  .mv_container {
    width: 100%;
    height: auto;
    padding: 60px 0 0 0;
    margin: 0 auto 18px;
  }
  .mv_container .mv_all {
    padding: 10px 10px 32px;
    background-image: url(../image/home/mv-bg.jpg);
  }
  .mv_container .mv {
    position: relative;
  }
  .mv_container .mv h2, .mv_container .mv p {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
  }
  .mv_container .mv h2 {
    display: block;
    top: 24%;
    left: 44%;
    width: 100%;
    color: #33393F;
    font-size: 0.769rem;
    line-height: 1.6;
  }
  .mv_container .mv h2 span {
    font-size: 0.692rem;
  }

  .small.mv_container .mv.s-01 p {
    top: 70%;
    left: 47%;
    line-height: 1;
  }
  .small.mv_container .mv.s-02 p, .small.mv_container .mv.s-03 p {
    top: 70%;
    left: 58%;
    line-height: 1;
  }
  .small.mv_container .mv.s-04 p {
    top: 74%;
    left: 57%;
    line-height: 1;
  }

  .mv_container .mv p a {
    padding: 8px 20px 8px 10px;
    color: #ffffff;
    font-size: 0.769rem;
    border: 1px solid #E4E4E4;
    background-color: #4BBCC5;
    background-image: url(../image/home/mv-link_arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 4px auto;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .mv_container.large {
    display: none;
  }
  .mv_container.small {
    display: block;
  }

  /* ==========================================
   Contents Nav ///////////////////////////////
  ========================================== */
  #contents_nav {
    width: 100%;
    margin: 0 auto 16px;
  }
  #contents_nav li {
    width: 50%;
    margin: 0 0 0 0;
    display: table;
  }
  #contents_nav li:last-child {
    margin: 0 0 0 0;
  }
  #contents_nav li a {
    display: table-cell;
    width: 100%;
    height: 80px;
    padding: 0 0 0 44px;
    font-size: 1.000rem;
    background-size: 27px auto;
    background-position: 9px center;
    border: 1px solid #E4E4E4;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
  }
  #contents_nav li.night {
    box-sizing: border-box;
    border: 1px solid #DB80A2;
  }
  #contents_nav li.night a {
    height: 78px;
  }
  #contents_nav li:nth-child(1) a {
    border-bottom: none;
  }
  #contents_nav li:nth-child(4) a {
    border-left: none;
  }
  #contents_nav li a:hover {
    border: 1px solid #E4E4E4;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
  }
  #contents_nav li:nth-child(1) a:hover, #contents_nav li:nth-child(2) a:hover {
    border-bottom: none;
  }
  #contents_nav li:nth-child(2n) a:hover {
    border-left: none;
  }
  #contents_nav li a span {
    display: none;
  }
  #contents_nav li:nth-child(1) a:after {
    margin: 6px 0 0 0;
    color: #4DB1B9;
    font-size: 0.833rem;
    content: "札幌歯科医師会会員医療機関案内";
  }

  /* ==========================================
   Contents ///////////////////////////////////
  ========================================== */
  #contents {
    width: 100%;
    margin: 0 auto 0;
  }
  #contents #main {
    float: none;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 0;
  }

  #unit-bnr {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 0;
  }
  #unit-bnr li:nth-child(1), #unit-bnr li:nth-child(2) {
    display: block;
    float: none;
    width: 100%;
  }

  #contents {
    /* ==========================================
     Main ///////////////////////////////////////
    ========================================== */
  }
  #contents .bnr {
    width: 100%;
    height: auto;
    padding: 0 0;
    margin: 0 auto 0;
    border: none;
  }
  #contents .bnr a {
    display: block;
    width: 100%;
    height: auto;
  }
  #contents .bnr .img {
    position: static;
  }
  #contents .bnr .text {
    color: #FFFFFF;
    font-size: 0.923rem;
    position: absolute;
    bottom: 10px;
    left: 42%;
  }
  #contents #main #info {
    display: block;
    padding: 30px 0 0 0;
  }
  #contents #main #info .head, #contents #main #info ul {
    display: block;
    height: auto;
  }
  #contents #main #info .head {
    width: 100%;
    height: 50px;
    margin: 0 auto 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #cbe7eb;
    vertical-align: inherit;
    text-align: left;
    position: relative;
  }
  #contents #main #info .head h1 {
    padding: 0 0 0 0;
    margin: 0 auto 0;
    font-size: 16px;
    font-size: 1.333rem;
    position: absolute;
    left: 72px;
    top: 14px;
  }
  #contents #main #info .head h1 span {
    display: none;
  }
  #contents #main #info .head p {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 auto 0;
    position: absolute;
    top: 11px;
    right: 11px;
  }
  #contents #main #info .head p a {
    display: table-cell;
    width: 80px;
    height: 28px;
    font-size: 12px;
    font-size: 1.000rem;
  }
  #contents #main #info .head:before {
    width: 50px;
    height: 49px;
    top: -10px;
    left: 11px;
  }
  #contents #main #info ul {
    width: 100%;
  }
  #contents #main #info li {
    height: auto;
  }
  #contents #main #info li .unit {
    height: auto;
  }
  #contents #main #info li .unit .box {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #contents #main #info li .unit .box .day {
    margin: 0 auto 4px;
  }
  #contents #main #info li .unit .box h2 {
    width: 100%;
    padding: 0 0 0 24px;
    color: #2f96a5;
    font-size: 14px;
    font-size: 1.167rem;
    white-space: inherit;
    background-position: 0 1px;
  }
  #contents #main #info .head p a:hover, #contents #main #info li a:hover {
    opacity: 1;
  }
  #contents #main #pickup .left, #contents #main #pickup .right {
    width: 100%;
    float: none;
  }
  #contents #main #pickup .left {
    margin: 0 auto 0;
  }
  #contents #main #pickup .citizen, #contents #main #pickup .employee, #contents #main #pickup .association {
    padding: 0 0 38px;
  }
  #contents #main #pickup h2 {
    width: 100%;
    height: auto;
    padding: 53px 0 30px 0;
    font-size: 1.692rem;
    background-size: cover;
    position: relative;
    border-bottom: 2px solid #2096A7;
    line-height: 1;
  }
  #contents #main #pickup h2 span.btn {
    display: block;
    position: absolute;
    margin-left: -22px;
    bottom: -22px;
    left: 50%;
    cursor: pointer;
  }
  #contents #main #pickup h2 br:first-child {
    display: block;
  }
  #contents #main #pickup h2 span.small {
    font-size: 0.923rem;
  }
  #contents #main #pickup li {
    height: 100%;
    height: 162px;
    padding: 20px 0 20px 0;
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 0 center;
  }
  #contents #main #pickup li:last-child {
    border-bottom: none;
  }
  #contents #main #pickup li a {
    padding: 0 0 0 106px;
  }
  #contents #main #pickup h3 {
    margin: 0 auto 6px;
    font-size: 1.231rem;
    font-weight: bold;
  }
  #contents #main #pickup h3 span {
    font-size: 0.923rem;
    font-weight: bold;
  }
  #contents #main .right .employee ul {
    margin: 0 auto 18px;
  }
  #contents #main .visitdental-banner {
    margin-top: 20px;
    width: 90%;
  }
  #contents #top {
    width: 100%;
  }
  #contents #top h2 {
    width: 100%;
    min-height: 70px;
    padding: 12px 0 0 0;
    color: #FFFFFF;
    font-size: 1.692rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-image: url(../image/common/side-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #contents #top h2 span {
    font-size: 1.000rem;
    font-weight: normal;
  }
  #contents #top h3 {
    padding: 0 0 0 56px;
    margin: 0 auto 6px;
    font-size: 1.231rem;
    font-weight: bold;
    background-repeat: no-repeat;
  }
  #contents #top .text, #contents #top .tel {
    padding: 0 0 0 56px;
  }
  #contents #top .text {
    font-size: 0.769rem;
  }
  #contents #top .tel {
    font-size: 1.385rem;
    font-weight: bold;
  }
  #contents #top .tel span {
    display: inline-block;
    font-size: 0.769rem;
    font-weight: normal;
  }
  #contents #top .section-01 .head {
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    background-image: url(../image/common/arrow-on.png);
    background-repeat: no-repeat;
    background-position: right 20px bottom 58px;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    cursor: pointer;
  }
  #contents #top .section-01 .head.active {
    background-image: url(../image/common/arrow-on.png);
  }
  #contents #top .section-01 .photo {
    display: block;
    width: 100%;
    position: absolute;
    top: -30px;
    text-align: center;
  }
  #contents #top .section-01 .photo img {
    width: 80px;
  }
  #contents #top .section-01 .head h3 {
    padding: 64px 0 3px 70px;
    font-size: 1.231rem;
    font-weight: bold;
    line-height: 1.3;
    background-image: url(../image/common/icon-dental_search.png);
    background-repeat: no-repeat;
    background-position: 16px bottom;
  }
  #contents #top .section-01 .head .text {
    padding: 0 0 0 70px;
  }
  #contents #top .section-01 ul {
    display: none;
    padding: 0 0 0 72px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #EAEAEA;
  }
  #contents #top .section-01 li {
    border-bottom: 1px solid #EAEAEA;
  }
  #contents #top .section-01 li a {
    display: block;
    padding: 16px 0;
    font-size: 1.077rem;
    background-image: url(../image/common/arrow-off.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-indent: 14px;
  }
  #contents #top .section-01 li.all a {
    text-indent: 0;
  }
  #contents #top .section-01 li:last-child {
    border-bottom: none;
  }
  #contents #top .section-02, #contents #top .section-03 {
    border-bottom: 1px solid #EAEAEA;
  }
  #contents #top .section-02, #contents #top .section-03, #contents #top .section-04 {
    padding: 18px 16px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 16px center;
  }
  #contents #top .section-02 {
    background-image: url(../image/common/icon-night.png);
  }
  #contents #top .section-03 {
    background-image: url(../image/common/icon-failure_sp.png);
  }
  #contents #top .section-04 {
    margin: 0 auto 20px;
    background-image: url(../image/common/icon-visit.png);
  }
  #contents #top .section-02 a, #contents #top .section-03 a, #contents #top .section-04 a {
    display: block;
    position: relative;
    background-image: url(../image/common/arrow-off.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
  }
  #contents #top .section-02 .text, #contents #top .section-02 .tel {
    color: #D93E73;
  }
  #contents #top .section-02 .text {
    margin: 0 auto 5px;
  }
  #contents #top .section-03 .text {
    margin: 0 auto 5px;
  }
  #contents #top .section-02 .tel {
    line-height: 1;
  }
  #contents #top .section-02 .tel span {
    text-indent: -5px;
  }
  #contents #top .section-03 .tel {
    color: #48B1BA;
  }
  #contents #top .section-02 .tel span {
    text-indent: -5px;
  }
  #contents #top .section-03 .tel {
    color: #48B1BA;
  }

  /* ==========================================
   Side ///////////////////////////////////////
  ========================================== */
  #side {
    float: none;
    width: 100%;
    padding: 20px;
    background-color: #dceaed;
  }
  #side #other {
    width: 100%;
    margin: 0 auto 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #side h3 {
    font-size: 1.231rem;
  }
  #side h5 {
    font-size: 1.231rem;
  }
  #side h5 span {
    font-size: 1.000rem;
  }
  #side .section-02, #side .section-03 {
    border-bottom: 1px solid #EAEAEA;
  }
  #side .section-02, #side .section-03, #side .section-04 {
    padding: 18px 16px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 16px center;
  }
  #side #other h4 {
    font-size: 1.154rem;
    background-size: 16px auto;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #side #other h4 span {
    display: block;
    background-repeat: no-repeat;
    background-position: right 16px top 2px;
  }
  #side #other .section-01, #side #other .section-02, #side #other .section-03 {
    min-height: 150px;
  }
  #side #banner {
    padding: 8px 10px 0;
  }
  #side #banner li {
    width: 48.33%;
    margin: 0 10px 10px 0;
  }
  #side #banner li:nth-child(2n) {
    margin: 0 0 10px 0;
  }

  /* ==========================================
   topic_path ////////////////////////////
  ========================================== */
  #topic_path {
    display: none;
  }

  /* ==========================================
   Footer /////////////////////////////////////
  ========================================== */
  footer {
    padding: 20px 0 0;
    margin: 20px auto 0;
  }
  footer .unit {
    width: 100%;
    padding: 0 20px 10px;
    margin: 0 auto 0;
  }
  footer h6 {
    display: none;
  }
  footer .section-01, footer .section-02, footer .section-03, footer .section-04 {
    float: none;
  }
  footer .section-01 {
    width: 100%;
    font-size: 1.083rem;
    text-align: center;
  }
  footer .section-02, footer .section-03, footer .section-04 {
    display: none;
  }
  footer .section-01 .logo {
    width: 180px;
    margin: 0 auto 16px;
  }
  footer .section-01 .address {
    font-size: 0.923rem;
    margin: 0 auto 8px;
  }
  footer .section-01 .tel {
    font-size: 0.923rem;
    margin: 0 auto 14px;
  }
  footer .section-01 .form {
    width: 100%;
    height: auto;
    padding: 14px 0 14px 0;
    background-image: none;
  }
  footer .section-01 .form br {
    display: none;
  }
  footer .copy {
    padding: 2px 0 5px;
    background-color: #17707D;
    font-size: 0.833rem;
    text-align: center;
    line-height: 20px;
  }
  footer .copy p {
    width: 100%;
    margin: 0 auto 0;
    position: relative;
  }
  footer .copy p:before {
    content: 'c';
    font-size: 1.667rem;
    position: relative;
    top: 4px;
    left: -1px;
  }
  footer .copy p span {
    display: none;
  }

  /* ==========================================
   error /////////////////////////////////////
  ========================================== */
  #error header {
    border-bottom: 1px solid #3096A5;
  }
  #error .error-wra p {
    padding: 120px 20px 50px;
  }
}

/*# sourceMappingURL=style.css.map */
