@charset "utf-8";
/* reset css
---------------------- */
html {
  height: 100%;
  overflow-y: scroll;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
  padding: 0;
  margin: 0;
}
address,
caption,
em,
strong,
th {
  font-style: normal;
}
caption,
th {
  text-align: left;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
li {
  list-style-type: none;
}
#contents table,
#contents ol,
#contents ul,
#contents dl,
#contents blockquote,
#contents pre,
#contents p {
  margin-bottom: 1em;
}
a img,
fieldset {
  border: none;
}
body {
  height: 100%;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #111;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
    margin: 0px;
  }
}
* html body {
  /* for IF6 */
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a:link {
}
a:visited {
  text-decoration: none;
}
a:hover {
}
a:active {
}
/* LAYOUT
---------------------- */

#page {
  width: auto;
  margin: 0 auto;
  min-height: 100%;
  background: url(img/header.gif) repeat-x left top;
}
@media screen and (max-width: 750px) {
  #page {
    width: 100%;
  }
}
/* header */
#header h1 {
  font-size: 90%;
  font-weight: normal;
  letter-spacing: 1px;
}
#header {
  padding: 10px 10px 0;
  zoom: 1;
  width: 940px;
  margin: 0 auto;
  box-sizing: border-box;
}
#header:after {
  content: " ";
  display: table;
  clear: both;
}
#header .head-logo {
  float: left;
  width: 450px;
}
#header .head-inquiry {
  float: right;
  text-align: right;
}
#header .head-inquiry-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #header h1 {
    font-size: 70%;
    font-weight: normal;
    text-align: center;
  }
  #header {
    width: 100%;
    padding: 15px 15px 15px;
  }
  #header .head-logo {
    text-align: center;
    width: 78%;
    padding: 0px;
    float: left;
  }
  #header .head-logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #header .head-inquiry {
    display: none;
  }
  #header .head-inquiry-sp {
    position: relative;
    display: block;
    width: 15%;
    margin-left: 0%;
    float: right;
    top: 10px;
  }
  #header .head-inquiry-sp img {
    width: 100%;
  }
}
/* navigation */

#gnavi {
  border-top: 1px solid #e1e1e1;
  border-bottom: 4px solid #e1e1e1;
}
#gnavi ul {
  width: 940px;
  margin: 0 auto;
}
#gnavi ul:after {
}
#gnavi ul li {
  float: left;
  box-sizing: border-box;
}
#gnavi ul li a {
  color: #000;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.3px;
  padding: 12px 0px;
  display: block;
  box-sizing: border-box;
  border-right: 1px solid #e1e1e1;
  width: 156px;
}
#gnavi ul li a:hover {
  background: #e8ffff;
}
#gnavi ul li a:nth-child(4) {
  width: 160px;
}
#gnavi ul li:nth-child(1) {
  border-left: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  #flex_inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }
  #gnavi {
    background: none;
    height: 100%;
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    border: 0px;
  }
  #gnavi ul {
    width: 100%;
    height: 100%;
    border: 5px solid #cccccc;
    box-sizing: border-box;
    padding: 0;
  }
  #gnavi ul:after {
    content: " ";
    display: table;
    clear: both;
  }
  #gnavi ul li {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 50%;
    box-sizing: border-box;
  }
  #gnavi ul li:nth-child(1) {
    border-left: 0px;
  }
  #gnavi ul li:nth-child(2n) {
    border-right: 0px;
  }
  #gnavi ul li:nth-child(5),
  #gnavi ul li:nth-child(6) {
    border-bottom: 0px;
  }
  #gnavi ul li a {
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    padding: 45px 0px 10px;
  }
  #gnavi ul li a:before,
  #gnavi ul li:last-child a:after {
    content: " ";
  }
  #gnavi ul li:nth-child(1) {
    background: url(img/gnavi_mobile_icon01.png) no-repeat center 8px #fff;
    -moz-background-size: 26% auto;
    background-size: 26% auto;
  }
  #gnavi ul li:nth-child(2) {
    background: url(img/gnavi_mobile_icon02.png) no-repeat center 8px #fff;
    -moz-background-size: 26% auto;
    background-size: 26% auto;
  }
  #gnavi ul li:nth-child(3) {
    background: url(img/gnavi_mobile_icon03.png) no-repeat center 8px #fff;
    -moz-background-size: 26% auto;
    background-size: 26% auto;
  }
  #gnavi ul li:nth-child(4) {
    background: url(img/gnavi_mobile_icon04.png) no-repeat center 8px #fff;
    -moz-background-size: 26% auto;
    background-size: 26% auto;
  }
  #gnavi ul li:nth-child(5) {
    background: url(img/gnavi_mobile_icon05.png) no-repeat center 8px #fff;
    -moz-background-size: 26% auto;
    background-size: 26% auto;
  }
  #gnavi ul li:nth-child(6) {
    background: url(img/gnavi_mobile_icon06.png) no-repeat center 8px #fff;
    -moz-background-size: 26% auto;
    background-size: 26% auto;
  }
}
#contents {
  background: #fff;
  width: 940px;
  margin: 0 auto;
}
#contents:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  #contents {
    width: inherit;
    background: none;
    padding: 0;
  }
}
/* contents */

#visual p {
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #visual {
    width: 100%;
    margin-bottom: 10px;
  }
  #visual p {
    background: none;
  }
  #visual img {
    width: 100%;
  }
}
#contents:after,
#header:after,
#gnavi:after {
  clear: both;
  height: 0.1px;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
  display: block;
  content: ".";
}
#main {
  float: right;
  width: 700px;
  margin: 10px 0 30px;
}
#main:after {
  content: " ";
  display: table;
  clear: both;
}
.section h2 {
  background: url(img/title-bg.gif) no-repeat;
  height: 37px;
  font-weight: bold;
  font-size: 130%;
  color: #333;
  padding: 3px 0px 7px 12px;
  margin: 0 0 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
  }
  .section {
    width: 100%;
  }
  .section h2 {
    font-size: 17px;
    width: 98%;
    height: inherit;
    background-size: 100% 100%;
  }
  .section h2:before {
    top: 23px;
  }
}
.section h3 {
  font-weight: bold;
  font-size: 120%;
  color: #339999;
  margin: 0 0 10px;
  padding: 7px;
  border: dotted 1px #ccc;
  border-left: solid 3px #339999;
}
.section h4 {
  font-size: 110%;
  color: #dda23a;
  margin: 0 0 10px;
  border-bottom: dotted 1px #ccc;
}
@media screen and (max-width: 767px) {
  .section h3 {
    font-size: 15px;
  }
}
.article {
  padding: 10px;
  margin-bottom: 25px;
}
.article:last-child {
  margin: 0;
}
#sub {
  float: left;
  width: 200px;
  margin: 10px 0 30px;
}
#sub_info {
  margin-bottom: 15px;
  padding: 0 8px 8px;
  border: solid 2px #ccc;
  box-sizing: border-box;
}
#sub_info h2 {
  font-size: 115%;
  letter-spacing: 0.9px;
  line-height: 1.3;
  margin: 0 -10px 10px;
  padding: 10px 10px;
  border-left: solid 2px #ccc;
  border-right: solid 2px #ccc;
  border-bottom: dotted 2px #ccc;
  background: #faffef;
}
#sub_info h2 span {
  display: block;
  font-size: 60%;
  font-weight: normal;
}
#sub_info dl {
}
#sub_info dl:after {
  content: " ";
  display: table;
  clear: both;
}
#sub_info dt {
  font-weight: bold;
  margin-bottom: 6px;
}
#sub_info dd {
  line-height: 1.4;
  margin-bottom: 14px;
}
#sub_info dd:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #sub {
    font-size: 12px;
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  #sub img {
    width: 100%;
  }
  #sub .sub_banner:nth-child(-n + 2) {
    display: none;
  }
  #sub .sub_banner:nth-child(7) {
    display: none;
  }
  #sub_info {
    width: 100%;
    margin: 0 auto 15px;
  }
  #sub_info h2 {
    text-align: center;
    font-size: 21px;
  }
  #sub_info dl {
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}
/* footer */
#footer {
  clear: both;
  background: #f1f0f0;
  padding: 15px 0 10px;
  border-bottom: 10px solid #4b4b4b;
  border-top: 2px dotted #e0dede;
  box-sizing: border-box;
}
#footer a {
  color: #666;
  text-decoration: none;
}
#footernavi {
  width: 940px;
  margin: 0 auto 15px;
}
#footernavi:after {
  content: " ";
  display: table;
  clear: both;
}
#footernavi ul {
  margin: 0 auto;
}
#footernavi ul:after {
  content: " ";
  display: table;
  clear: both;
}
#footernavi li {
  font-size: 100%;
  margin-right: 25px;
  float: left;
}
#footernavi li:before {
  content: url(img/footer-point01.gif);
  position: relative;
  margin-right: 8px;
  top: 2px;
}
#footernavi li a {
  color: #666;
}
@media screen and (max-width: 767px) {
  #footer {
    background: none;
    width: 100%;
    border-top: 0px;
  }
  #footernavi {
    border-top: 0px;
    width: 100%;
  }
  #footernavi ul {
    position: static;
    width: 96%;
  }
  #footernavi ul li {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0;
    background: none;
    float: none;
    box-sizing: border-box;
    width: 100%;
  }
  #footernavi ul li a {
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 15px 0 15px 21px;
    background: url(img/point02.png) no-repeat right center #fff;
    border: 2px solid #cccccc;
    box-sizing: border-box;
  }
  #footernavi li:before {
    content: " ";
  }
}
div#copy {
  text-align: center;
  padding: 0 0 0px;
}
div#copy img {
  vertical-align: bottom;
}
#copy a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer_company_navi li:before {
    display: none;
  }
  div#copy {
    width: 100%;
    font-size: 90%;
  }
  div#copy img {
    display: none;
  }
}
/* 戻る */
.return {
  text-align: right;
  font-size: 80%;
  letter-spacing: 1px;
  padding: 0px 0px;
  margin: 0px;
  clear: both;
}
.return a {
  text-decoration: none;
  color: #663333;
  padding: 4px 5px;
}
.return a:before {
  content: "▲";
  margin-right: 4px;
}
/* 汎用スタイル */
.clear {
  clear: both;
}
.txt_c {
  text-align: center;
}
.img_l {
  float: left;
  padding: 0 10px 10px 0;
}
.img_r {
  float: right;
  padding: 0 0 10px 10px;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.img_right_b {
  float: right;
  border: solid 1px #ccc;
  padding: 4px;
}
.img_left_b {
  float: left;
  border: solid 1px #ccc;
  padding: 4px;
}
#pankuzu {
  font-size: 90%;
  color: #666;
  padding: 15px 0 0px;
}
#pankuzu ul {
  overflow: hidden;
  zoom: 1;
}
#pankuzu ul li {
  margin-right: 6px;
  float: left;
}
#main .telephone {
  color: #339999;
  font-size: 270%;
  font-family: "arial black";
  line-height: 1;
}
#main .telephone:before {
  content: url(img/tel-mark.gif);
  margin-right: 12px;
}
.txt03 {
  font-weight: bold;
  font-size: 110%;
}
.fc_red {
  color: #ff0000;
}
.fc_blue {
  color: #3d3dff;
}

@media screen and (max-width: 767px) {
  #pankuzu {
    padding: 0px 10px 0px;
    font-size: 13px;
  }
  #main .telephone {
    font-size: 38px;
  }
}
/* 各固定ページ用
---------------------- */

/* greeting.html */
#CompanyInfo {
  width: 95%;
  margin: 1em 0 2em;
  border-collapse: separate;
}
#CompanyInfo th,
#CompanyInfo td {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
}
#CompanyInfo th {
  border-left: 3px solid #82d8d0;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
#CompanyInfo ul {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #CompanyInfo {
    width: 100%;
  }
  #CompanyInfo th,
  #CompanyInfo td {
    padding: 15px 10px;
    border-bottom: 0px;
    box-sizing: border-box;
  }
  #CompanyInfo th {
    width: 100%;
    display: block;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  #CompanyInfo td {
    display: block;
  }
}
/* access.html */
#access #main dt {
  font-weight: bold;
  color: #339999;
}
#access #map {
  height: 350px;
  width: 100%;
  margin: 20px auto 5px;
  border: 1px solid #cccccc;
}
#main #map dt {
  font-size: 120%;
  font-weight: bold;
  color: #000;
}
#map dd {
  line-height: 1.3;
}
#map span {
  display: block;
  margin-bottom: 2px;
}
#access_map {
  margin: 0 auto 35px;
}
#access_map:after {
  content: " ";
  display: table;
  clear: both;
}
#access_map .map_set {
  margin-bottom: 20px;
}
#access_map .map_set .guide {
  text-align: center;
  font-size: 90%;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  padding: 8px 20px;
  background: #339999;
}
#access_map .map_set .guide:before {
  content: "＋－";
  font-size: 110%;
  letter-spacing: 4px;
  color: #fff;
  margin-right: 6px;
  padding: 0 1px 0 5px;
  border: 1px solid #fff;
}
#access_map .access_data dl {
  margin-bottom: 20px;
}
#access_map .access_data dl:after {
  content: " ";
  display: table;
  clear: both;
}
#access_map .access_data dl dt {
  color: #59396c;
  padding: 0 0 8px 0;
  float: left;
}
#access_map .access_data dl dd {
  margin-bottom: 15px;
  padding: 0 0 12px 130px;
  border-bottom: 1px dotted #cccccc;
}
#access_map .access_data dl dd:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #access_map .access_data dl {
    margin-bottom: 40px;
  }
  #access_map .access_data dl dt {
    float: none;
  }
  #access_map .access_data dl dd {
    padding: 0 0 12px 0px;
  }
}
.googlemap {
  text-align: center;
}
/* privacy.html */

#privacy #main ul li {
  margin-left: 1.5em;
  list-style: none;
}
#privacy #main dl {
  margin-left: 1.5em;
}
#privacy #main dl dd {
  margin-bottom: 1em;
}
#privacy #main h4 {
  margin: 20px 0 5px 0;
}
/* inquiry.html newバージョン用 */

#inquiry .inquiry_inner {
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 5px solid #e3e3e3;
}
#inquiry .inquiry_inset {
  margin-bottom: 10px;
  padding: 15px 15px 8px 25px;
  background: #fff;
  border: 1px dashed #eeeeee;
  overflow: hidden;
  zoom: 1;
}
#inquiry #main .inquiry_inner h3 {
  font-size: 130%;
  font-weight: bold;
  color: #0f3c7e;
  margin-bottom: 15px;
  padding: 0px;
  border: 0px;
  background: none;
}
.inquiry_info {
  margin-bottom: 20px;
}
.inquiry_info:after {
  content: " ";
  display: table;
  clear: both;
}
.inquiry_info .set {
  width: 100%;
  margin-right: 2%;
  float: left;
}
.inquiry_info .set:last-child {
  margin: 0px;
}
.inquiry_info .set .title {
  font-size: 110%;
  margin-bottom: 4px;
}
.inquiry_info .no {
  font-size: 300%;
  font-family: "arial black";
  letter-spacing: -1px;
  line-height: 1;
}
.inquiry_info .tel .no {
  color: #339999;
  letter-spacing: 1px;
}
.inquiry_info .fax .no {
  color: #339999;
}
.inquiry_info .tel .no:before {
  content: url(img/tel-mark02.gif);
  margin-right: 12px;
}
.inquiry_info .fax .no:before {
  content: url(img/fax-mark.gif);
  margin-right: 8px;
}
.attent_block {
  padding: 0 10px;
}
.attent_block h3 {
  font-size: 120%;
  color: #444;
  margin: 0 -10px 14px;
  padding: 9px 14px;
  border-radius: 4px;
  background: #eee;
}
.attent_block .set {
  margin: 0 0 30px;
  padding: 0 10px;
}
.attent_block .set .title {
  font-size: 110%;
  color: #339999;
  margin: 0 -10px 10px;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
}
.attent_block .set .title:before {
  content: "●";
  color: #339999;
  margin-right: 6px;
}
.attent_block .list01 {
  padding: 12px 5px 0;
}
.attent_block .list01 li {
  text-indent: -14px;
  color: #5a4727;
  line-height: 1.4;
  margin-bottom: 8px;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .inquiry_info .no {
    font-size: 32px;
  }
  #MailForm span {
    color: #ff0000;
  }
  #MailForm table {
    width: 99%;
    margin: 5px 0 25px;
    border-collapse: collapse;
  }
  #MailForm th,
  #MailForm td {
    padding: 14px 10px;
    border: 1px solid #cccccc;
    font-weight: normal;
    color: #111;
  }
  #MailForm th {
    width: 150px;
    background-color: #f0f0f0;
  }
  #MailForm input,
  #MailForm textarea {
    width: 310px;
    letter-spacing: 2px;
    margin: 2px 0 2px;
    padding: 3px 5px;
    border: 1px solid #b1b1b1;
  }
  #MailForm .radio {
    position: relative;
    width: inherit;
    bottom: -2px;
  }
  #MailForm label {
    margin-right: 15px;
  }
  #MailForm .form15 {
    width: 15%;
  }
  #MailForm .form25 {
    width: 25%;
  }
  #MailForm .form45 {
    width: 45%;
  }
  #MailForm .form60 {
    width: 60%;
  }
  #MailForm .form90 {
    width: 90%;
  }
  #MailForm .attent {
    font-size: 80%;
    color: #666;
  }
  #MailForm .attent2 {
    font-size: 90%;
    color: #4d3a20;
  }
  #MailForm .focus {
    background: #ffe7e0;
  }
  .submit_btn {
    width: 179px;
    height: 34px;
    cursor: pointer;
    margin: 0 20px 15px 0;
    padding: 0px;
    border: 0px;
    background: none;
  }
  .reset_btn {
    width: 129px;
    height: 34px;
    cursor: pointer;
    margin: 0 0px 15px 0;
    padding: 0px;
    border: 0px;
    background: none;
  }
  .inputarea li {
    float: left;
    margin: 0 15px 0 0;
  }
  #thanks p {
    line-height: 300px;
    text-align: center;
  }
  .attent_block .set {
    padding: 0px;
  }
  .attent_block .list01 {
    padding: 12px 0px 0;
  }
  .attent_block .list01 li {
    text-indent: -14px;
    color: #5a4727;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-left: 14px;
  }
}
/* 各ページ用スタイル
---------------------- */
.inner01 {
  margin-bottom: 25px;
}
.inner01:after {
  content: " ";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .info_banner {
    display: none;
  }
}
/*index.html*/

.sp_job_banner {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_job_banner {
    margin: 0 auto;
    padding: 0 0 30px;
    width: 95%;
    display: block;
  }
  .sp_job_banner img {
    width: 100%;
  }
}

#main .important_text {
  color: #fb4343;
  font-size: 125%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  padding: 15px 30px;
  font-weight: bold;
  background: #fff1f1;
  text-align: center;
  line-height: 1.4;
  border: 3px double #fb4343;
  text-shadow: 0.3px 0 0 #fb4343;
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  #main .important_text {
    font-size: 100%;
    padding: 12px 15px;
    line-height: 1.5;
    border: 2px solid #fb4343;
    margin: 0 auto 30px;
    width: 95%;
    box-sizing: border-box;
    text-align: left;
  }
}


#main .important_list {
  color: #fb4343;
  font-size: 125%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  padding: 15px 30px;
  font-weight: bold;
  background: #fff1f1;
  line-height: 1.4;
  border: 3px double #fb4343;
  text-shadow: 0.3px 0 0 #fb4343;
  margin: 20px 0 30px;
}

@media screen and (max-width: 767px) {
  #main .important_list {
    font-size: 100%;
    padding: 12px 15px;
    line-height: 1.5;
    border: 2px solid #fb4343;
    margin: 0 auto 30px;
    width: 95%;
    box-sizing: border-box;
  }
}

#main .important_list li {
  text-indent: -17px;
  padding-left: 17px;
}

@media screen and (max-width: 767px) {
  #main .important_list li {
    text-indent: -15px;
    padding-left: 15px;
  }
}

#main .important_list li:not(:last-child) {
  margin-bottom: 5px;
}

.news {
  margin-top: 20px;
}
.news:after {
  content: " ";
  display: table;
  clear: both;
}
.news_set {
  margin-bottom: 25px;
  padding-bottom: 10px;
  display: table;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.news_set:after {
  content: " ";
  display: table;
  clear: both;
}
.news .date {
  color: #666;
  display: table-cell;
  width: 16%;
}
.news .news_info {
  padding: 0 5px 0px 0px;
  display: table-cell;
}

.news .news_info span.holiday_span {
  display: block;
  padding: 5px 0 5px 15px;
  text-indent: -15px;
}

.news_info_ttl {
  display: block;
  font-weight: bold;
}
.news .news_img {
  float: right;
}
.news .news_img img {
  padding: 3px;
  border: 1px solid #cccccc;
}
.news_msg {
  padding: 0 130px 0 0;
}

@media screen and (max-width: 767px) {
  .news_set {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #ccc;
  }
  .news .date {
    width: 100%;
    display: block;
  }
  .news .news_info {
    padding: 0 5px 0px 0px;
    display: block;
  }

  .news .news_info span.holiday_span {
    padding: 10px 0 10px 15px;
  }
}
#main .txt02 {
  text-indent: -15px;
  padding: 0 0 0 15px;
}
.table01 {
  width: 99%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.table01 thead th {
  padding: 7px;
  border: solid 1px #dececa;
  background: #ecfff5;
  box-sizing: border-box;
}
.table01 thead th,
.table01 tbody td {
  text-align: center;
  box-sizing: border-box;
}
#main .table01 tbody th {
  padding: 7px;
  border: solid 1px #dececa;
  width: 27%;
  box-sizing: border-box;
}
.table01 tbody td {
  padding: 7px;
  border: solid 1px #dececa;
  width: 10%;
}
.info_list {
  padding: 0 0 0 8px;
}
.info_list img {
  position: relative;
  top: 3px;
}

.info_list li {
  padding-left: 30px;
}

.info_list li span.mark {
  margin-left: -34px;
}

.info_list span.attent {
  display: block;
  text-indent: -15px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .info_list span.time {
    display: block;
    text-indent: -8px;
  }
}

@media screen and (max-width: 767px) {
  .table01 thead th {
    font-size: 12px;
  }
  .table01 tbody th {
    font-size: 12px;
    width: 25%;
    box-sizing: border-box;
  }
  .table01 tbody td {
    width: 10%;
    box-sizing: border-box;
  }
}
#main .list01 {
}
.list01 li {
  padding: 0 0 0 15px;
}
#main .list02 {
}
.list02 dt {
  font-weight: bold;
  color: #ff9999;
}
.list02 dd {
  margin: 0 0 7px;
}
#main .list03 {
  margin: 0 350px 0 0;
}
.list03 li {
  margin: 0 0 7px;
  padding: 5px;
  border-bottom: dotted 1px #ccc;
}
#medical_care {
}
#medical_care:after {
  content: " ";
  display: table;
  clear: both;
}
#medical_care .medical_care_inner {
}
#medical_care .medical_care_inner:after {
  content: " ";
  display: table;
  clear: both;
}
#medical_care .medical_care_set {
  float: left;
  width: 49%;
  border: 3px double #339999;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
#medical_care .medical_care_set:nth-child(odd) {
  margin: 0 2% 0 0;
}
#medical_care .medical_care_set a {
  text-decoration: none;
  display: block;
  padding: 5px 8px 25px;
  box-sizing: border-box;
}
#medical_care .medical_care_name {
  color: #339999;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
}
#medical_care .medical_care_name:before {
  margin-right: 4px;
  content: url(img/icon01.gif);
  position: relative;
  top: 10px;
}
#medical_care .medical_care_img {
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
}
#medical_care .medical_care_img img {
  padding: 3px;
  border: 1px solid #cccccc;
}
.medical_care_msg {
  color: #000;
  padding: 0 8px;
  display: block;
}
#medical_care .medical_care_link {
  color: #fff;
  font-size: 85%;
  background: #339999;
  padding: 6px 10px;
  position: absolute;
  right: 0px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #medical_care .medical_care_set {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  #medical_care .medical_care_set:nth-child(odd) {
    margin: 0 0 20px 0;
  }
  #medical_care .medical_care_set a {
    padding: 5px 8px 15px;
  }
  #medical_care .medical_care_name {
    font-size: 16px;
  }
  #medical_care .medical_care_img {
    width: 91%;
    margin: 0 auto 10px;
  }
  #medical_care .medical_care_img img {
    width: 100%;
  }
}
#main .inner03 {
  display: table;
  width: 100%;
}
.inner03 .inset03 {
  vertical-align: top;
  display: table-cell;
}
.inner03 .inset03:nth-child(1) {
  width: 50%;
  padding: 0 4% 0 0;
  box-sizing: border-box;
}
#index #map {
  height: 300px;
  width: 100%;
  border: 1px solid #cccccc;
}
.inner03 .clinic_img span {
  padding: 5px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .inner03 {
    margin-bottom: 30px;
  }
  .inner03 .inset03 {
    width: 100%;
    display: block;
  }
  .inner03 .inset03:nth-child(1) {
    width: 100%;
    padding: 0;
  }
  .inner03 .clinic_img {
    text-align: center;
  }
  .inner03 .clinic_img span {
    font-size: 15px;
  }
  .inner03 .clinic_img img {
    width: 100%;
  }
  #index #map {
    width: 100%;
    height: 200px;
    margin: 0 auto;
  }
}
/*greeting.html*/

/*contents1.html*/
.table_block {
  margin-bottom: 25px;
  padding: 10px 0 0;
  display: table;
  width: 100%;
}
.table_block:after {
  content: " ";
  display: table;
  clear: both;
}
.table_block .table_set {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.table_block .table_set:nth-child(1) {
  width: 70%;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}
#main .table_block .table_set h3 {
  font-weight: bold;
  font-size: 140%;
  color: #339999;
  padding: 0 7px 7px;
  border: none;
  border-bottom: dotted 1px #ccc;
}
.table_block .table_set .text {
  font-size: 110%;
  text-align: center;
  display: block;
}
.inner02 {
  background: #eff4fe;
  padding: 15px 20px 0px 20px;
  border: 1px dotted #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
}
.inner02 .image {
  float: right;
  margin: 0 0 0 30px;
}
.inner02 img {
  border: 5px solid #ccc;
  box-sizing: border-box;
}
#main .midashi01 {
  margin-bottom: 25px;
  font-size: 135%;
  color: #55760a;
  border-bottom: 1px dashed #ccc;
  padding: 0 15px 10px;
}
.list04 dt {
  font-size: 120%;
  color: #800000;
}
.list04 dd {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .table_block .table_set {
    display: block;
  }
  .table_block .table_set img {
    width: 100%;
  }
  .table_block .table_set span {
    text-align: center;
  }
  .table_block .table_set:nth-child(1) {
    margin-bottom: 30px;
    width: 100%;
  }
  .table_block .table_set .text {
    font-size: 15px;
  }
  .inner02 {
    padding-bottom: 20px;
  }
  .inner02 .image {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .inner02 .image img {
    width: 100%;
  }
}
/*contents2.html*/
#main .equipment_list {
  margin-bottom: 15px;
}
.equipment_list:after {
  content: " ";
  display: table;
  clear: both;
}
#main .equipment_list li {
  text-align: center;
  float: left;
}
#main .equipment_list li:nth-child(1) {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  #main .equipment_list {
    width: 100%;
  }
  #main .equipment_list li {
    width: 48%;
  }
  #main .equipment_list li img {
    width: 100%;
  }
  #main .equipment_list li:nth-child(1) {
    margin: 0 4% 0 0;
  }
}
/*contents3.html*/

.txt01 {
  font-weight: bold;
  font-size: 130%;
  color: #339900;
}
@media screen and (max-width: 767px) {
  .txt01 {
    font-size: 17px;
  }
}
#staff {
}
#staff .staff_inner {
  margin: 0 0 35px;
  padding-bottom: 15px;
  border-bottom: dotted 2px #ccc;
  box-sizing: border-box;
}
#staff .staff_inner:after {
  content: " ";
  display: table;
  clear: both;
}
#staff .staff_inset {
}
#staff .staff_inset:after {
  content: " ";
  display: table;
  clear: both;
}
#staff .staff_img {
  float: right;
}
#staff .staff_msg {
  margin-bottom: 25px;
  padding: 0 350px 0 0;
}
#staff .staff_info {
  padding: 10px;
  border: solid 5px #f7f7f7;
}
#staff .staff_set {
}
.seminar {
}
.seminar:after {
  content: " ";
  display: table;
  clear: both;
}
.seminar_img {
  float: right;
}
.seminar_msg {
  padding: 0 350px 0 0;
}
@media screen and (max-width: 767px) {
  #staff .staff_img {
    float: none;
  }
  #staff .staff_img img {
    width: 100%;
  }
  #staff .staff_msg {
    padding: 0;
  }
  .seminar_img {
    float: none;
  }
  .seminar_img img {
    width: 100%;
  }
  .seminar_msg {
    padding: 0;
  }
}

/*inquiry.html*/
