@charset "UTF-8";
/* font */
/*$meirio:'メイリオ', Meiryo, '游明朝体', 'Yu Mincho', 'FP-ヒラギノ明朝 StdN W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 'ＭＳ ゴシック', serif;*/
/* color */
/* mediaquery  */
/* hover */
/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 

===================================================== */
/* -------- html  -------- */
html {
  color: #333333;
  overflow-y: scroll; }

/* -------- body -------- */
body {
  font: 12px/1.6 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  overflow: visible;
  padding: 0px 0px 0px 0px; }

/* for Windows */
.win body {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック'; }

/* for Win IE6 */
* html.win body {
  font-family: 'ＭＳ Ｐゴシック'; }

/* for Mac firefox2 */
.mac body.firefox2 {
  font-size: 13px; }

.txt11 {
  font-size: 91.7%; }

/* -------- common -------- */
a {
  overflow: hidden; }

a img, img {
  border: 0;
  vertical-align: bottom; }

abbr, acronym {
  border: 0; }

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: bold; }

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0; }

caption, th {
  text-align: left; }

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%; }

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol, ul {
  list-style: none; }

q:before, q:after {
  content: ''; }

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* for IE6 */
* html input, * html textarea {
  font-family: 'ＭＳ Ｐゴシック'; }

/* for IE7 */
* + html input, * + html textarea {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック'; }

/* for IE8 */
.msie8 select {
  font-family: sans-serif; }

/* for Chrome1+ */
.chrome1 select,
.chrome2 select {
  font-family: 'Lucida Grande', Arial, Helvetica; }

/* tables still need 'cellspacing="0"' */
table {
  /*border-collapse:collapse;
  border-spacing:0;*/
  font-size: 100%; }

/* --A-- */
a {
  cursor: pointer;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/* --FORM-- */
fieldset {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: 0 1em 1em 1em; }

legend {
  background: #fff;
  padding: 0.3em; }

input, textarea {
  line-height: 1.4;
  vertical-align: middle; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  vertical-align: baseline;
  margin-right: 3px; }

input[type="submit"] {
  padding: 0.1em; }

select {
  padding: 0; }

/* for IE6 */
* html input {
  padding: 0.1em; }

* html input.checkbox,
* html input.radio {
  vertical-align: -0.3em; }

* html input.submit {
  line-height: 1.2;
  padding-top: 0.2em; }

* html select {
  vertical-align: -0.2em; }

/* for IE7 */
* + html input {
  padding: 0.1em; }

* + html input[type="checkbox"],
* + html input[type="radio"] {
  vertical-align: 0; }

* + html input.submit {
  line-height: 1.2;
  padding-top: 0.2em; }

* + html select {
  vertical-align: -0.2em; }

/* for IE8 */
.msie8 input[type="checkbox"],
.msie8 input[type="radio"] {
  vertical-align: -0.2em; }

/* for Firefox2+ */
.firefox2 input[type="checkbox"],
.firefox2 input[type="radio"],
.firefox3 input[type="checkbox"],
.firefox3 input[type="radio"] {
  vertical-align: -0.2em; }

/* for Opera9 */
.opera9 input[type="checkbox"],
.opera9 input[type="radio"] {
  vertical-align: middle; }

/* for Opera9.27 */
html:first-child input {
  padding: 0.1em; }

html:first-child input[type="checkbox"],
html:first-child input[type="radio"] {
  vertical-align: middle; }

html:first-child input[type="submit"] {
  padding: 0.3em; }

html:first-child select {
  padding: 0.2em; }

/* for Opera9.5 [Safari3] */
body:first-of-type input {
  padding: 0.1em; }

body:first-of-type input[type="checkbox"],
body:first-of-type input[type="radio"] {
  vertical-align: 0em; }

body:first-of-type input[type="submit"] {
  padding: 0.3em 0.3em 0.2em 0.3em; }

/* for Chrome1+ */
.chrome1 input[type="checkbox"],
.chrome1 input[type="radio"],
.chrome2 input[type="checkbox"],
.chrome2 input[type="radio"] {
  vertical-align: -0.2em; }

/* for Safari3 */
html:not(:only-child:only-child) input {
  padding: 0;
  vertical-align: baseline; }

html:not(:only-child:only-child) input[type="checkbox"],
html:not(:only-child:only-child) input[type="radio"] {
  vertical-align: baseline; }

html:not(:only-child:only-child) select {
  vertical-align: 0.1em; }

/* --HEADLINE-- */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0; }

/* --LIST-- */
ol, ul {
  margin: 0em 0em 0em 0em;
  text-align: justify;
  text-justify: inter-ideograph; }

dl {
  margin: 0; }

ol li,
ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

dl dd, ol li, ul li {
  margin-bottom: 0em; }

/* --TABLE-- */
table {
  margin-bottom: 1em;
  border-collapse: collapse; }

td, th {
  /*border:0px solid;*/
  padding: 5px 5px 5px 5px; }

th {
  font-weight: bold;
  text-align: center; }

/* --OTHER TAGS-- */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  margin: 1em; }

caption {
  margin-bottom: 0.5em;
  text-align: center; }

em, strong {
  font-weight: bold; }

p {
  margin-bottom: 0em;
  text-align: justify;
  text-justify: inter-ideograph; }

/* ---- clearfix ---- */
.clearfix:after,
div:after,
dl:after,
ul:after {
  content: "";
  clear: both;
  display: block; }

/* ---- clearboth ---- */
.clear {
  clear: both; }

/* ---- Links ---- */
a:link {
  color: #0076AE;
  text-decoration: none; }

a:visited {
  color: #013E87;
  text-decoration: none; }

a:hover {
  text-decoration: underline;
  color: #0076AE; }

a:active {
  text-decoration: underline;
  color: #0076AE; }

.rgt {
  text-align: right; }

.ctr {
  text-align: center; }

.left {
  text-align: left; }

.sp10 {
  padding: 10px; }

.txt {
  margin: 0px 10px 30px 10px; }

.ind10 {
  margin-left: 10px; }

.ind20 {
  margin: 0px 10px 30px 20px; }

.ind40 {
  margin: 0px 10px 30px 40px; }

/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 
27px -> 225% 
28px -> 233.3% 

===================================================== */
/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  各共通部分　base.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */
/* ///////////////////////////////////////////////////////////////////
	レスポンシブサイト非表示
/////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 959px) {
  .pc {
    display: none !important; } }
@media screen and (min-width: 960px) {
  .tb-sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .pc_768 {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .sp_767 {
    display: none !important; } }
@media screen and (max-width: 599px) {
  .tb_600 {
    display: none !important; } }
@media screen and (min-width: 600px) {
  .sp {
    display: none !important; } }
/* ///////////////////////////////////////////////////////////////////
	container
/////////////////////////////////////////////////////////////////// */
#container {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto; }

#top #container {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  background: url(../img/hos_photo.jpg) no-repeat bottom center; }

/* ///////////////////////////////////////////////////////////////////
	header
/////////////////////////////////////////////////////////////////// */
#header-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px #888888;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #header-sec {
      height: 160px;
      background-image: url(../common/hd_bg.jpg);
      background-position: left top;
      background-repeat: repeat-x; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #header-sec {
      height: 90px; } }
  @media screen and (max-width: 599px) {
    #header-sec {
      height: 58px; } }

#header {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 9998;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #header {
      min-height: 110px;
      height: auto !important;
      height: 110px; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #header {
      height: 90px;
      background-color: #FFFFFF; } }
  @media screen and (max-width: 599px) {
    #header {
      height: 58px;
      background-color: #FFFFFF; } }

#header .tagline {
  position: absolute;
  left: 0px;
  padding: 5px 0;
  font-size: 91.7%;
  color: #666; }

.header {
  /*アクセス*/
  /*TEL*/ }
  .header__menu#menu {
    float: right;
    display: block;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
    font-size: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9960;
    background-image: url(../common/icon_menu_off.png);
    background-position: center top 21px;
    background-repeat: no-repeat;
    background-size: 39px auto;
    background-color: #45B5BF;
    padding-top: 55px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 599px) {
      .header__menu#menu {
        width: 60px;
        height: 58px;
        font-size: 92%;
        background-position: center top 14px;
        background-size: 24px auto;
        padding-top: 38px; } }
    .open .header__menu#menu {
      background-image: url(../common/icon_menu_on.png); }
  .header__menu-sp {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 100vh;
    background-color: #45B5BF;
    padding-top: 90px;
    margin-top: 0px;
    box-sizing: border-box; }
    @media screen and (max-width: 599px) {
      .header__menu-sp {
        padding-top: 58px; } }
    .header__menu-sp__inr {
      overflow-y: scroll;
      max-height: 100%;
      padding: 0px 0 50px 0;
      box-sizing: border-box; }
    .open .header__menu-sp {
      z-index: 9970;
      position: fixed; }
    .header__menu-sp__home {
      border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
      .header__menu-sp__home a {
        display: block;
        color: #FFFFFF;
        font-size: 84%;
        text-align: center;
        text-decoration: none;
        background-image: url(../common/icon_home02.png);
        background-position: center top 15px;
        background-repeat: no-repeat;
        background-size: 18px auto;
        padding: 32px 20px 10px 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .header__menu-sp__menu {
      overflow: hidden;
      width: 100%;
      font-size: 117%; }
      .header__menu-sp__menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        box-sizing: border-box; }
        .header__menu-sp__menu li.sub__menu {
          position: relative;
          padding-left: 30px; }
          .header__menu-sp__menu li.sub__menu::before, .header__menu-sp__menu li.sub__menu::after {
            position: absolute;
            content: '';
            left: 20px;
            background-color: rgba(255, 255, 255, 0.6); }
          .header__menu-sp__menu li.sub__menu::before {
            top: 20px;
            width: 4px;
            height: 6px; }
          .header__menu-sp__menu li.sub__menu::after {
            top: 26px;
            width: 10px;
            height: 4px; }
      .header__menu-sp__menu a {
        display: block;
        position: relative;
        color: #FFFFFF;
        text-decoration: none;
        padding: 15px 32px 15px 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .header__menu-sp__menu a::before, .header__menu-sp__menu a::after {
          position: absolute;
          content: '';
          top: 20px;
          left: calc(100% - 30px);
          background: transparent;
          margin: auto; }
        .header__menu-sp__menu a::before {
          border-top: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 8px solid #FFFFFF; }
        .header__menu-sp__menu a::after {
          border-top: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 4px solid #45B5BF; }
  .header__access {
    float: right;
    display: block;
    width: 90px;
    height: 90px;
    font-size: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9960;
    background-image: url(../common/icon_access.png);
    background-repeat: no-repeat;
    border-left: rgba(69, 181, 191, 0.5) solid 1px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .header__access {
        background-position: center top 17px;
        background-size: 24px auto; } }
    @media screen and (max-width: 599px) {
      .header__access {
        width: 60px;
        height: 58px;
        font-size: 92%;
        background-position: center top 10px;
        background-size: 17px auto; } }
    .header__access a {
      display: block;
      color: #3DA6AE;
      text-decoration: none;
      padding-top: 56px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 599px) {
        .header__access a {
          padding-top: 38px; } }
  .header__tel {
    float: right;
    display: block;
    width: 90px;
    height: 90px;
    font-size: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9960;
    background-image: url(../common/icon_tel.png);
    background-repeat: no-repeat;
    border-left: rgba(69, 181, 191, 0.5) solid 1px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .header__tel {
        background-position: center top 18px;
        background-size: 24px auto; } }
    @media screen and (max-width: 599px) {
      .header__tel {
        width: 60px;
        height: 58px;
        font-size: 92%;
        background-position: center top 11px;
        background-size: 18px auto; } }
    .header__tel a {
      display: block;
      color: #3DA6AE;
      text-decoration: none;
      padding-top: 56px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 599px) {
        .header__tel a {
          padding-top: 38px; } }
  .header__parts {
    position: absolute;
    top: 0px;
    right: 0px; }

/* ///////////////////////////////////////////////////////////////////
	siteID
/////////////////////////////////////////////////////////////////// */
#siteID {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #siteID {
      top: 35px;
      left: 0px; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #siteID {
      top: 21px;
      left: 20px; } }
  @media screen and (max-width: 599px) {
    #siteID {
      top: 11px;
      left: 10px; } }
  #siteID img {
    width: 100%;
    max-width: 180px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 599px) {
      #siteID img {
        width: 120px; } }

/* ///////////////////////////////////////////////////////////////////
	headNavi
/////////////////////////////////////////////////////////////////// */
#headNavi {
  position: absolute;
  top: 38px;
  right: 283px; }

#hdTel {
  float: right;
  margin-top: 35px; }

/* ///////////////////////////////////////////////////////////////////
	gNaviSec
/////////////////////////////////////////////////////////////////// */
#gNaviSec {
  background: url(../common/gnav_bg.jpg) repeat-x top; }

#gNaviSec #gNavi {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto; }

#gNaviSec #gNavi li {
  float: left;
  width: 16.7%; }
  #gNaviSec #gNavi li:nth-child(1) {
    width: 16.5%; }
  #gNaviSec #gNavi li a {
    display: block;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  #gNaviSec #gNavi li:nth-child(1) a {
    background-image: url(../common/gnav01_off.jpg); }
    #gNaviSec #gNavi li:nth-child(1) a.current {
      background-image: url(../common/gnav01_on.jpg); }
  #gNaviSec #gNavi li:nth-child(2) a {
    background-image: url(../common/gnav02_off.jpg); }
    #gNaviSec #gNavi li:nth-child(2) a.current {
      background-image: url(../common/gnav02_on.jpg); }
  #gNaviSec #gNavi li:nth-child(3) a {
    background-image: url(../common/gnav03_off.jpg); }
    #gNaviSec #gNavi li:nth-child(3) a.current {
      background-image: url(../common/gnav03_on.jpg); }
  #gNaviSec #gNavi li:nth-child(4) a {
    background-image: url(../common/gnav04_off.jpg); }
    #gNaviSec #gNavi li:nth-child(4) a.current {
      background-image: url(../common/gnav04_on.jpg); }
  #gNaviSec #gNavi li:nth-child(5) a {
    background-image: url(../common/gnav06_off.jpg); }
    #gNaviSec #gNavi li:nth-child(5) a.current {
      background-image: url(../common/gnav06_on.jpg); }
  #gNaviSec #gNavi li:nth-child(6) a {
    background-image: url(../common/gnav07_off.jpg); }
    #gNaviSec #gNavi li:nth-child(6) a.current {
      background-image: url(../common/gnav07_on.jpg); }

/* ///////////////////////////////////////////////////////////////////
	sideRight
/////////////////////////////////////////////////////////////////// */
#sideRight {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #sideRight {
      width: 240px;
      float: right; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #sideRight {
      margin: 30px 20px 0; } }
  @media screen and (max-width: 599px) {
    #sideRight {
      margin: 30px 10px 0; } }
  #sideRight .side {
    /*タイトル*/ }
    #sideRight .side-ttl {
      /*診療時間のご案内*/ }
      #sideRight .side-ttl--time {
        color: #FFFFFF;
        font-size: 125%;
        font-weight: bold;
        line-height: 1.0;
        background-image: url(../common/icon_time.png);
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-color: #45B5BF;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 600px) and (max-width: 959px) {
          #sideRight .side-ttl--time {
            background-position: left 20px center;
            padding: 10px 10px 9px 48px; } }
        @media screen and (max-width: 599px) {
          #sideRight .side-ttl--time {
            background-position: left 10px center;
            padding: 10px 10px 9px 38px; } }

#sideRight .time {
  border: 2px solid #E3E3E3;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #sideRight .time {
      padding: 20px 20px 10px; } }
  @media screen and (max-width: 599px) {
    #sideRight .time {
      padding: 15px 15px 10px; } }

#sideRight .timeTbl {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 10px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #sideRight .timeTbl {
      float: left;
      width: 50%; } }
  @media screen and (max-width: 599px) {
    #sideRight .timeTbl {
      margin-bottom: 15px; } }
  #sideRight .timeTbl th {
    border: 1px solid #D7D1CC;
    background: #eee;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #sideRight .timeTbl th {
        padding: 10px; } }
    @media screen and (max-width: 599px) {
      #sideRight .timeTbl th {
        padding: 5px; } }
  #sideRight .timeTbl td {
    text-align: center;
    border: 1px solid #D7D1CC;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #sideRight .timeTbl td {
        padding: 10px; } }
    @media screen and (max-width: 599px) {
      #sideRight .timeTbl td {
        padding: 5px; } }

#sideRight .time p {
  color: #FFFFFF;
  font-size: 125%;
  line-height: 1.0;
  text-align: center;
  background-color: #FF9326;
  padding: 7px 0 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #sideRight .time p {
      margin: 5px auto; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #sideRight .time p {
      float: right;
      width: calc(50% - 20px); } }
  @media screen and (max-width: 959px) {
    #sideRight .time p {
      margin-bottom: 5px; } }

#sideRight .time dl {
  margin: 5px auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #sideRight .time dl {
      float: right;
      width: calc(50% - 20px); } }
#sideRight .time dt {
  margin: 5px 5px 5px 0;
  float: left;
  clear: left; }
#sideRight .time dd {
  padding-left: 60px;
  margin: 5px 0 5px 0;
  padding-top: 6px; }

#container .addBox {
  border: 2px solid #E3E3E3;
  padding: 10px;
  margin: 0 0 40px 0; }

#container .addBox .add {
  margin-bottom: 5px; }

#container .addBox p {
  font-weight: bold;
  font-size: 133.4%; }

#container .addBox span {
  color: #FF8000; }

#container .addBox .mapb {
  padding-top: 5px; }

#container .addBox .mapb p {
  text-align: right;
  background: url(../common/arw.jpg) no-repeat 100px center;
  margin-top: 5px;
  padding-left: 30px;
  font-size: 100%;
  font-weight: normal; }

/* ///////////////////////////////////////////////////////////////////
	bnrList01
/////////////////////////////////////////////////////////////////// */
#bnrList01 {
  margin: 0px 0px 20px 0px; }

#bnrList01 li {
  margin: 0px 0px 5px 0px; }

/* ///////////////////////////////////////////////////////////////////
	main
/////////////////////////////////////////////////////////////////// */
#mainTop {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #mainTop {
      width: 72%;
      float: left;
      margin-bottom: 40px; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #mainTop {
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 599px) {
    #mainTop {
      margin-left: 10px;
      margin-right: 10px; } }

#main {
  width: 720px;
  float: left;
  border-top: 2px #ccc solid;
  margin: 20px 0 40px 0; }

/* ///////////////////////////////////////////////////////////////////
	h3
/////////////////////////////////////////////////////////////////// */
#mainTop h3 {
  margin: 0px 0px 15px 0px;
  clear: both; }

/* ///////////////////////////////////////////////////////////////////
	footer
/////////////////////////////////////////////////////////////////// */
#footer {
  background: #F5F6EB;
  position: relative; }

#footerNavi {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #footerNavi {
      padding: 20px 0; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #footerNavi {
      padding: 20px 20px; } }
  @media screen and (max-width: 599px) {
    #footerNavi {
      padding: 20px 10px; } }

#footer .addBox {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    #footer .addBox {
      width: 45%;
      float: left; } }
  @media screen and (max-width: 767px) {
    #footer .addBox {
      text-align: center;
      margin-bottom: 5px; } }

#footer .addBox p {
  font-size: 150%;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    #footer .addBox p {
      float: left;
      margin-right: 20px; } }
  @media screen and (max-width: 767px) {
    #footer .addBox p {
      text-align: center;
      margin-bottom: 8px; } }

#footer .fLink {
  width: 17%;
  float: left; }

#footer .fLink li {
  background: url(../common/icon_b.png) no-repeat left center;
  padding: 5px 0px 5px 15px; }

#footer .fLink li.sub {
  background: none;
  padding: 5px 0px 5px 20px; }

#footer .fLink li a {
  color: #000; }

/*電話番号*/
#footer .footer__tel {
  text-align: center; }
  #footer .footer__tel a {
    text-decoration: underline; }

/*アクセスマップ*/
#footer .footer__access {
  margin-top: 15px; }

/* ///////////////////////////////////////////////////////////////////

	copyRight
/////////////////////////////////////////////////////////////////// */
#copyRight {
  background: #43B4BE;
  color: #FFF;
  text-align: center;
  padding: 7px 0px 7px 0px;
  font-size: 91.7%; }

/* ///////////////////////////////////////////////////////////////////
	headline
/////////////////////////////////////////////////////////////////// */
.hl01 {
  font-weight: normal;
  background-color: #F3F3F3;
  border: #D2D2D2 solid 1px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    .hl01 {
      font-size: 141.7%;
      padding: 4px 10px 3px 10px; } }
  @media screen and (max-width: 599px) {
    .hl01 {
      font-size: 125%;
      padding: 9px 10px 8px 10px; } }

/* ///////////////////////////////////////////////////////////////////
	pageTitle
/////////////////////////////////////////////////////////////////// */
#pageTitle {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #DFDFD0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #pageTitle {
      margin-top: 160px; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #pageTitle {
      margin-top: 90px; } }
  @media screen and (max-width: 599px) {
    #pageTitle {
      margin-top: 58px; } }

#pageTitle h2 {
  width: 1100px;
  margin: 0 auto 20px auto; }

#pageTitle h1 {
  display: table;
  width: 100%;
  height: 148px;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 960px) {
    #pageTitle h1 {
      padding-right: 650px; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #pageTitle h1 {
      padding-right: 60%; } }
  @media screen and (max-width: 599px) {
    #pageTitle h1 {
      padding: 20px 10% 20px; } }
  #pageTitle h1 span {
    display: table-cell;
    width: 350px;
    color: #38999F;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.79);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 960px) {
      #pageTitle h1 span {
        font-size: 316.7%; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      #pageTitle h1 span {
        font-size: 250%; } }
    @media screen and (max-width: 599px) {
      #pageTitle h1 span {
        font-size: 200%; } }

/* ///////////////////////////////////////////////////////////////////
	topicPass
/////////////////////////////////////////////////////////////////// */
#topicPass {
  font-size: 91.7%;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #topicPass {
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 599px) {
    #topicPass {
      margin-left: 10px;
      margin-right: 10px; } }

#topicPass li {
  display: inline; }

#topicPass li a,
#topicPass li.noLink {
  background: url(../common/tp_arw.gif) no-repeat right;
  padding: 0px 15px 0px 0px;
  margin-right: 8px; }

/* ///////////////////////////////////////////////////////////////////
	pagetop
/////////////////////////////////////////////////////////////////// */
#pagetop {
  margin-bottom: 0px;
  text-align: right; }

/* ///////////////////////////////////////////////////////////////////
	ボタン
/////////////////////////////////////////////////////////////////// */
.btn {
  /*フッタアクセスボタン*/ }
  .btn-foot--access {
    display: block;
    color: #3DA6AE !important;
    line-height: 1.0;
    text-align: center;
    background-color: #FFFFFF;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .btn-foot--access {
        width: 240px; } }
    @media screen and (max-width: 599px) {
      .btn-foot--access {
        width: 80%; } }
    .btn-foot--access span {
      display: inline-block;
      background-image: url(../common/icon_access.png);
      background-position: left center;
      background-repeat: no-repeat;
      padding: 20px 10px 20px 30px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 959px) {
        .btn-foot--access span {
          background-size: 14px auto; } }
  .btn-base {
    display: block;
    color: #FFFFFF !important;
    font-size: 116.7%;
    line-height: 1.0;
    text-align: center;
    background-color: #53BBC4;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      .btn-base {
        width: 240px; } }
    @media screen and (max-width: 599px) {
      .btn-base {
        width: 80%; } }
    .btn-base span {
      position: relative;
      display: inline-block;
      padding: 20px 18px 20px 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .btn-base span::after {
        position: absolute;
        content: '';
        top: calc(50% - 6px);
        right: 0;
        width: 8px;
        height: 8px;
        background-color: transparent;
        border-top: #FFFFFF solid 2px;
        border-right: #FFFFFF solid 2px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }

.txtBox {
  margin: 15px 0px; }

.ctr {
  text-align: center; }

.txt-right {
  text-align: right; }
.txt-left {
  text-align: left; }

.mb40 {
  margin-bottom: 40px; }

/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 

===================================================== */
#about {
  /* ///////////////////////////////////////////////////////////////////
  	conTbl03
  /////////////////////////////////////////////////////////////////// */ }
  #about #pageTitle.pageTitle--about {
    background-image: url(../about/img/page_ttl.jpg); }
  #about #pageTitle.pageTitle--access {
    background-image: url(../access/img/page_ttl.jpg); }
    @media screen and (max-width: 959px) {
      #about #pageTitle.pageTitle--access {
        background-position: right -140px center; } }
  #about .greet {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      #about .greet {
        line-height: 2.0;
        background: url(../about/img/ikeda_ph.jpg) no-repeat right center;
        margin: 0 0 40px 0; } }
    @media screen and (max-width: 767px) {
      #about .greet {
        line-height: 1.6;
        margin: 0 0 30px 0; } }
    #about .greet p {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #about .greet p {
          margin: 20px 330px 20px 0; } }
      @media screen and (max-width: 767px) {
        #about .greet p {
          margin: 15px 0 10px 0; } }
    #about .greet .name {
      display: inline-block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #about .greet .name {
          margin: 0 330px 10px 0; } }
  @media screen and (min-width: 768px) and (min-width: 600px) and (max-width: 959px) {
    #about .greet .name {
      margin-bottom: 40px; } }

      @media screen and (max-width: 767px) {
        #about .greet .name {
          margin: 0; } }
    #about .greet__img {
      float: right;
      margin-left: 20px;
      margin-bottom: 10px; }
      #about .greet__img img {
        width: 100%;
        max-width: 200px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 415px) {
          #about .greet__img img {
            max-width: 150px; } }
  #about .conTbl03 {
    width: 100%;
    border-top: #2FABB7 3px solid;
    border-collapse: collapse;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #about .conTbl03 {
        margin: 0px auto 30px auto; } }
    @media screen and (max-width: 599px) {
      #about .conTbl03 {
        margin-bottom: 15px; } }
  #about .conTbl03 th {
    border: 1px solid #ccc;
    border-top: 2px solid #aaa;
    border-left: none;
    padding: 7px;
    background: #efefef;
    font-weight: normal;
    text-align: center; }
  #about .conTbl03 th:last-child {
    border-right: none; }
  #about .conTbl03 .w100 {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #about .conTbl03 .w100 {
        width: 120px; } }
  #about .conTbl03 span {
    font-weight: bold;
    color: #2FABB7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #about .conTbl03 span {
        font-size: 125%; } }
    @media screen and (max-width: 599px) {
      #about .conTbl03 span {
        font-size: 108.4%; } }
  #about .conTbl03 td {
    border: 1px solid #ccc;
    border-left: none;
    text-align: center;
    line-height: 1.2em;
    padding: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #about .conTbl03 td {
        width: 80px; } }
  #about .conTbl03 td:last-child {
    border: 1px solid #ccc;
    border-right: none; }
  #about .yoyaku {
    margin-bottom: 30px; }
    #about .yoyaku li {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 600px) {
        #about .yoyaku li {
          float: left;
          margin-right: 15px; } }
      @media screen and (max-width: 599px) {
        #about .yoyaku li {
          margin-bottom: 10px; }
          #about .yoyaku li:last-child {
            margin-bottom: 0; } }
      #about .yoyaku li:nth-child(2) span {
        display: inline-block;
        padding-left: 15px;
        padding-bottom: 4px; }
  #about #mainTop ul.photo {
    margin-bottom: 20px; }
    #about #mainTop ul.photo li {
      padding: 10px 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 960px) {
        #about #mainTop ul.photo li {
          float: left; }
          #about #mainTop ul.photo li.photo__item {
            width: calc((100% - 10px) / 2);
            margin-right: 10px; }
            #about #mainTop ul.photo li.photo__item:nth-child(2n) {
              margin-right: 0; } }
      #about #mainTop ul.photo li img {
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 960px) {
          .photo__item #about #mainTop ul.photo li img {
            max-width: 355px; } }
      #about #mainTop ul.photo li p {
        margin: 7px 0; }
        #about #mainTop ul.photo li p.photo__pb {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (max-width: 959px) {
            #about #mainTop ul.photo li p.photo__pb {
              padding-bottom: 20px; } }
  #about .acc {
    margin: 10px 0;
    line-height: 2.0em; }
  #about .acc li {
    padding: 5px 0; }
  #about .clinic_ph {
    margin: 40px 0;
    line-height: 2.0em; }
    #about .clinic_ph p {
      font-size: 125%;
      font-weight: bold; }
      #about .clinic_ph p a {
        color: #333333;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 960px) {
          #about .clinic_ph p a {
            pointer-events: none; } }
        @media screen and (max-width: 959px) {
          #about .clinic_ph p a {
            text-decoration: underline; } }
    #about .clinic_ph span {
      font-weight: normal; }
    #about .clinic_ph__img {
      float: left;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #about .clinic_ph__img {
          width: calc(100% - 226px);
          margin-right: 10px; } }
  @media screen and (min-width: 768px) and (min-width: 600px) and (max-width: 959px) {
    #about .clinic_ph__img {
      width: 499px;
      margin-right: 20px; } }

      @media screen and (max-width: 767px) {
        #about .clinic_ph__img {
          width: calc(100% - 226px);
          margin-right: 10px; } }
  @media screen and (max-width: 767px) and (max-width: 599px) {
    #about .clinic_ph__img {
      width: 100%;
      float: none;
      text-align: center;
      margin-right: 0; } }

      #about .clinic_ph__img img {
        width: 100%;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (min-width: 600px) {
          #about .clinic_ph__img img {
            max-width: 499px; } }
    #about .clinic_ph__txt {
      float: left;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #about .clinic_ph__txt {
          width: 216px; } }
  @media screen and (min-width: 768px) and (min-width: 600px) and (max-width: 959px) {
    #about .clinic_ph__txt {
      width: calc(100% - 519px); } }

      @media screen and (max-width: 767px) {
        #about .clinic_ph__txt {
          width: 216px; } }
  @media screen and (max-width: 767px) and (max-width: 599px) {
    #about .clinic_ph__txt {
      float: none;
      width: 100%;
      margin-top: 20px; } }

  #about .new_paragraph1 {
    margin: 0 0 15px 0;
    line-height: 140%;
    font-size: 14px; }
  #about .mapWrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    #about .mapWrap iframe,
    #about .mapWrap object,
    #about .mapWrap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
#faq #pageTitle {
  background-image: url(../faq/img/page_ttl.jpg); }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    #faq #pageTitle {
      background-position: right -20px center; } }
  @media screen and (max-width: 599px) {
    #faq #pageTitle {
      background-position: right -140px center; } }
#faq #mainTop .nav {
  padding: 15px 0;
  background: url(../faq/img/dot_bg.gif);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    #faq #mainTop .nav {
      position: relative;
      overflow: hidden;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    #faq #mainTop .nav {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; } }
  #faq #mainTop .nav ul {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      #faq #mainTop .nav ul {
        position: relative;
        left: 50%;
        float: left; } }
    #faq #mainTop .nav ul li {
      float: left;
      margin-right: 10px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #faq #mainTop .nav ul li {
          position: relative;
          left: -50%; } }
      @media screen and (max-width: 767px) {
        #faq #mainTop .nav ul li {
          width: calc((99.9% - 10px) / 2); } }
      #faq #mainTop .nav ul li:nth-child(2n) {
        margin-right: 0; }
      #faq #mainTop .nav ul li a {
        display: block;
        background-color: #53BBC4;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        #faq #mainTop .nav ul li a:hover {
          text-decoration: none; }
        @media screen and (max-width: 767px) {
          #faq #mainTop .nav ul li a p {
            color: #FFFFFF;
            font-size: 116.7%;
            line-height: 1.15;
            text-align: center;
            padding: 10px 5px 10px; } }
  @media screen and (max-width: 767px) and (max-width: 599px) {
    #faq #mainTop .nav ul li a p {
      font-size: 108.4%;
      padding: 10px 15px 10px 5px; } }
        @media screen and (max-width: 767px) {
            #faq #mainTop .nav ul li a p span {
              position: relative;
              display: inline-block;
              padding-left: 22px; }
              #faq #mainTop .nav ul li a p span::before {
                position: absolute;
                top: calc(50% - 4px);
                left: 0;
                content: "";
                border-top: 8px solid #FFFFFF;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 0px solid transparent; } }
#faq #mainTop dl {
  margin-bottom: 60px; }
#faq #mainTop dt {
  background: url(../faq/img/q.gif) #BCE7E9 no-repeat 8px center;
  border-bottom: #ddd 1px dotted;
  padding: 15px 15px 15px 55px;
  color: #2C857E;
  font-weight: bold; }
#faq #mainTop dd {
  background: url(../faq/img/a.gif) no-repeat 8px 15px;
  border-bottom: #ddd 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #faq #mainTop dd {
      padding: 15px 15px 25px 55px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 599px) {
    #faq #mainTop dd {
      padding: 15px 15px 20px 55px;
      margin-bottom: 20px; } }
#faq .new_paragraph1 {
  margin: 0 0 15px 0;
  line-height: 140%;
  font-size: 14px; }

/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 

===================================================== */
#flow #pageTitle {
  background-image: url(../flow/img/page_ttl.jpg); }
#flow .box {
  position: relative;
  background: url(../flow/img/dot_bg.gif);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #flow .box {
      height: 164px;
      margin-top: 30px; } }
  @media screen and (max-width: 599px) {
    #flow .box {
      margin-top: 20px; } }
  #flow .box::after {
    position: absolute;
    content: "";
    background-image: url(../flow/img/arw.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #flow .box::after {
        left: 100px;
        bottom: -15px;
        width: 59px;
        height: 25px; } }
    @media screen and (max-width: 599px) {
      #flow .box::after {
        left: calc(50% - 23px);
        bottom: -9px;
        width: 45px;
        height: 19px; } }
  #flow .box:last-child::after {
    display: none; }
  #flow .box h4 {
    padding: 18px 0 8px 50px;
    color: #3AB3BC;
    font-size: 150%;
    width: 200px;
    border-bottom: #3AB3BC 2px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 599px) {
      #flow .box h4 {
        padding-left: 20px; } }
  #flow .box .k_box {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #flow .box .k_box {
        padding: 10px 0 10px 50px;
        margin-right: 220px; } }
    @media screen and (max-width: 599px) {
      #flow .box .k_box {
        padding: 10px 20px 20px; } }
  #flow .box__img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #flow .box__img {
        float: right; } }
    @media screen and (max-width: 599px) {
      #flow .box__img {
        padding: 20px 20px 0; } }
    #flow .box__img img {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 600px) {
        #flow .box__img img {
          max-height: 164px; } }
      @media screen and (max-width: 599px) {
        #flow .box__img img {
          width: 100%; } }

/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 

===================================================== */
#kind #pageTitle {
  background-image: url(../kind/img/page_ttl.jpg); }
  @media screen and (max-width: 599px) {
    #kind #pageTitle h1 span {
      background-color: rgba(255, 255, 255, 0.9); } }
#kind .sejyutu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 768px) {
    #kind .sejyutu {
      margin: 0 0 40px 0;
      background: url(../kind/img/kind.jpg) no-repeat right top;
      height: 290px;
      line-height: 1.75; } }
  @media screen and (max-width: 767px) {
    #kind .sejyutu {
      line-height: 1.6; } }
  #kind .sejyutu__txt {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      #kind .sejyutu__txt {
        margin: 20px 350px 10px 0; } }
  @media screen and (min-width: 768px) and (min-width: 600px) and (max-width: 959px) {
    #kind .sejyutu__txt {
      margin-bottom: 40px; } }

    @media screen and (max-width: 767px) {
      #kind .sejyutu__txt {
        margin: 15px 0 25px 0; } }
  #kind .sejyutu__img {
    text-align: center;
    margin-bottom: 40px; }
    #kind .sejyutu__img img {
      width: 100%;
      max-width: 400px; }
#kind .kind_n {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #kind .kind_n {
      margin-bottom: 70px; } }
  @media screen and (max-width: 599px) {
    #kind .kind_n {
      margin-bottom: 40px; } }
  #kind .kind_n li {
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      #kind .kind_n li {
        width: calc((99.9% - 18px) / 4);
        margin: 6px 6px 0 0; }
        #kind .kind_n li:nth-child(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      #kind .kind_n li {
        width: calc((99.9% - 8px) / 3);
        margin: 4px 4px 0 0; }
        #kind .kind_n li:nth-child(3n) {
          margin-right: 0; } }
  @media screen and (max-width: 767px) and (max-width: 599px) {
    #kind .kind_n li {
      font-size: 91.7%; } }

    #kind .kind_n li a {
      position: relative;
      display: table;
      width: 100%;
      color: #000000;
      line-height: 1.0;
      text-align: center;
      background-color: #D5EEF1;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #kind .kind_n li a {
          height: 28px; } }
      @media screen and (max-width: 767px) {
        #kind .kind_n li a {
          height: 42px; } }
      #kind .kind_n li a::before {
        position: absolute;
        top: calc(50% - 4px);
        left: 15px;
        content: "";
        border-top: 8px solid #2FABB7;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 0px solid transparent;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 599px) {
          #kind .kind_n li a::before {
            left: 5px; } }
      #kind .kind_n li a:hover {
        text-decoration: none;
        background-color: #B8E2E6; }
      #kind .kind_n li a span {
        display: table-cell;
        vertical-align: middle; }
#kind h4 {
  background: url(../kind/img/icon.gif) no-repeat left top;
  padding-left: 20px;
  color: #2EABB7;
  font-size: 125%;
  border-bottom: #999 1px dotted;
  padding-bottom: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #kind h4 {
      width: calc(99.9% - 220px); } }
  @media screen and (max-width: 599px) {
    #kind h4 {
      width: calc(99.9% - 165px); } }
  @media screen and (max-width: 599px) and (max-width: 415px) {
    #kind h4 {
      width: calc(99.9% - 135px); } }

#kind .k_box {
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #kind .k_box {
      margin: 5px 0 50px 0; } }
  @media screen and (max-width: 599px) {
    #kind .k_box {
      border-top: #D5EEF1 solid 4px;
      padding-top: 15px; } }
#kind .image {
  float: right; }
  #kind .image img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #kind .image img {
        max-width: 200px;
        margin-left: 20px; } }
    @media screen and (max-width: 599px) {
      #kind .image img {
        max-width: 150px;
        margin-left: 15px;
        margin-bottom: 5px; } }
  @media screen and (max-width: 599px) and (max-width: 415px) {
    #kind .image img {
      max-width: 120px; } }

#kind .tekio {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #kind .tekio {
      margin-top: 15px; } }
  @media screen and (max-width: 599px) {
    #kind .tekio {
      margin-bottom: 45px; } }
  #kind .tekio dt {
    display: table;
    float: left;
    color: #FFFFFF;
    text-align: center;
    background-color: #2FABB7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #kind .tekio dt {
        width: 105px;
        height: 39px; } }
    @media screen and (max-width: 599px) {
      #kind .tekio dt {
        width: 85px;
        height: 34px; } }
    #kind .tekio dt span {
      display: table-cell;
      vertical-align: middle; }
  #kind .tekio dd {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #kind .tekio dd {
        padding-left: 120px; } }
    @media screen and (max-width: 599px) {
      #kind .tekio dd {
        padding-left: 100px; } }
#kind .new_paragraph1 {
  margin: 0 0 15px 0;
  line-height: 140%;
  font-size: 14px; }

/* ------------------------
     Font-size Adjustment
---------------------------
10px = 83.4%
11px = 91.7%
12px = 100%
13px = 108.4%
14px = 116.7%
15px = 125%
16px = 133.4%
17px = 141.7%
18px = 150%
19px = 158.4%
20px = 166.7%
21px = 175%
22px = 183.4%
23px = 191.7%
24px = 200%
25px = 208.4%
26px = 217 %
---------------------------*/
/*---------------------------------------------

				サイトマップ

---------------------------------------------*/
#sitemap #pageTitle {
  background-image: url(../img/sitemp_ttl.jpg); }
  @media screen and (max-width: 599px) {
    #sitemap #pageTitle {
      background-position: right -240px center; } }
  @media screen and (max-width: 599px) {
    #sitemap #pageTitle h1 span {
      background-color: rgba(255, 255, 255, 0.85); } }
#sitemap #con_left {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #sitemap #con_left {
      float: left;
      width: 47.2%; } }
  @media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 959px) {
    #sitemap #con_left {
      width: 48.5%; } }

#sitemap #con_right {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (min-width: 600px) {
    #sitemap #con_right {
      float: right;
      width: 47.2%; } }
  @media screen and (min-width: 600px) and (min-width: 600px) and (max-width: 959px) {
    #sitemap #con_right {
      width: 48.5%; } }

#sitemap h4 {
  background: url(../common/arw.png) #efefef 12px 16px no-repeat;
  font-size: 133.4%;
  margin: 12px 0 0; }
#sitemap h4 a {
  display: block;
  padding: 10px 0 10px 35px; }
#sitemap h4 span {
  display: block;
  padding: 8px 0 4px 35px; }
#sitemap div.box {
  border: solid 1px #EEE;
  padding: 12px 0; }
#sitemap div.box ul li {
  background: url(../common/icon_b.png) 24px 8px no-repeat;
  padding: 0 0 0 39px;
  font-size: 108.4%;
  line-height: 28px; }
#sitemap div.box ul li img {
  padding: 0 0 0px 5px;
  vertical-align: middle; }

/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 

===================================================== */
/* □■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■

  トップページ　top.css

□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■ */
#top {
  /* ///////////////////////////////////////////////////////////////////
  	headline
  /////////////////////////////////////////////////////////////////// */
  /* ///////////////////////////////////////////////////////////////////
  	main
  /////////////////////////////////////////////////////////////////// */
  /* ///////////////////////////////////////////////////////////////////
  	mainimg
  /////////////////////////////////////////////////////////////////// */
  /* ///////////////////////////////////////////////////////////////////
  	kindBox
  /////////////////////////////////////////////////////////////////// */
  /* ///////////////////////////////////////////////////////////////////
  	h1
  /////////////////////////////////////////////////////////////////// */ }
  #top .hl01 {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
    font-weight: bold; }
    @media screen and (min-width: 600px) {
      #top .hl01 {
        font-size: 166.7%;
        padding: 1px 8px 1px 8px; } }
    @media all and (-ms-high-contrast: none) {
      #top .hl01 {
        padding: 7px 8px 0px 8px; } }
    @media screen and (max-width: 599px) {
      #top .hl01 {
        font-size: 125%;
        padding: 8px 10px 8px 10px; } }
  @media screen and (max-width: 959px) {
    #top #mainTop {
      margin-top: 30px; } }
  #top #mainimgbox {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 960px) {
      #top #mainimgbox {
        background: url(../img/main_bg.jpg) repeat-x;
        margin-top: 160px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      #top #mainimgbox {
        margin-top: 90px; } }
    @media screen and (max-width: 599px) {
      #top #mainimgbox {
        margin-top: 58px; } }
  #top #mainimg {
    background: url(../img/mainimg_bg.jpg) no-repeat center top;
    margin: 0 auto 20px auto;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 960px) {
      #top #mainimg {
        max-width: 1100px;
        height: 295px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      #top #mainimg {
        padding-top: 23.7%;
        background-size: 100% auto; } }
    @media screen and (max-width: 599px) {
      #top #mainimg {
        background: none; }
        #top #mainimg img {
          width: 100%; } }
  #top .hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    @media screen and (max-width: 599px) {
      #top .hide-text {
        display: none; } }
  #top .read {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      #top .read {
        margin: 0 0 40px 0;
        background: url(../img/maincopy_bg.jpg) no-repeat right bottom; } }
    #top .read__copy {
      color: #3DA6AE;
      font-family: "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      font-weight: bold;
      line-height: 1.3;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #top .read__copy {
          font-size: 233.3%; } }
      @media screen and (max-width: 767px) {
        #top .read__copy {
          font-size: 191.7%; } }
    #top .read__txt {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        #top .read__txt {
          margin: 15px 380px 10px 0; } }
  @media screen and (min-width: 768px) and (min-width: 600px) and (max-width: 959px) {
    #top .read__txt {
      margin-bottom: 40px; } }

      @media screen and (max-width: 767px) {
        #top .read__txt {
          margin: 15px 0 25px 0; } }
    #top .read__img {
      text-align: center;
      margin-bottom: 40px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 599px) {
        #top .read__img {
          margin-bottom: 30px; } }
      #top .read__img img {
        width: 100%;
        max-width: 400px; }
  #top .kindBox {
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      #top .kindBox {
        padding-bottom: 15px;
        margin-bottom: 20px; } }
  @media screen and (min-width: 768px) and (min-width: 600px) and (max-width: 959px) {
    #top .kindBox {
      max-width: 720px; } }

    @media screen and (max-width: 767px) {
      #top .kindBox {
        max-width: 472px; } }
  @media screen and (max-width: 767px) and (max-width: 599px) {
    #top .kindBox {
      max-width: 100%; } }

    #top .kindBox__btn {
      margin-top: 15px; }
  #top .kindBox ul {
    margin-top: 10px; }
  #top .kindBox ul li {
    float: left;
    width: 225px;
    background: url(../img/bnr_bg.jpg) no-repeat center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 768px) {
      #top .kindBox ul li {
        margin-right: calc((100% - 225px * 3) / 2); }
        #top .kindBox ul li:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (min-width: 600px) {
      #top .kindBox ul li {
        height: 125px; } }
    @media screen and (max-width: 767px) {
      #top .kindBox ul li {
        margin-right: calc(100% - 225px * 2); }
        #top .kindBox ul li:nth-child(2n) {
          margin-right: 0; } }
  @media screen and (max-width: 767px) and (max-width: 599px) {
    #top .kindBox ul li {
      /*float: none;
      margin-right: 0;*/
      width: 49%;
      background-image: url(../img/bnr_bg_bottom.jpg), url(../img/bnr_bg_top.jpg), url(../img/bnr_bg_middle.jpg);
      background-position: center bottom, center top, center top;
      background-repeat: no-repeat, no-repeat, repeat-y;
      background-size: 100% auto, 100% auto, 100% auto;
      margin-right: 2%;
      padding-bottom: 4.5%; }
      #top .kindBox ul li:nth-child(2n) {
        margin-right: 0; } }

  #top .kindBox img {
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 600px) {
      #top .kindBox img {
        width: calc(100% - 3px);
        max-width: 220px;
        margin: 3px 0 0 3px; } }
    @media screen and (max-width: 599px) {
      #top .kindBox img {
        width: calc(100% - 3.5%);
        margin: 3px 0 0 2%; } }
  #top .kindBox p {
    margin: 8px;
    line-height: 1.4em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 599px) {
      #top .kindBox p {
        font-size: 91.7%; } }
  #top .kindBox .small {
    font-size: 91.7%; }
  #top .new_heading1 {
    margin: 15px 0 0 0;
    line-height: 120%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 960px) {
      #top .new_heading1 {
        font-size: 20px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      #top .new_heading1 {
        font-size: 18px; } }
    @media screen and (max-width: 599px) {
      #top .new_heading1 {
        font-size: 16px; } }
  #top .new_heading2 {
    margin: 0 0 15px 0;
    line-height: 120%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 960px) {
      #top .new_heading2 {
        font-size: 16px; } }
    @media screen and (min-width: 600px) and (max-width: 959px) {
      #top .new_heading2 {
        font-size: 15px; } }
    @media screen and (max-width: 599px) {
      #top .new_heading2 {
        font-size: 14px; } }
  #top .new_paragraph {
    margin: 0 0 40px 0; }

/* ***********************************************************
 *
 * Since:     2014-03-01
 * Editor:    contents
 * Modified:  2014-03-01
 *
 * ***********************************************************
 */
/* font-size===========================================

10px -> 83.4%
11px -> 91.7%
12px -> 100%
13px -> 108.4%
14px -> 116.7%
15px -> 125%
16px -> 133.4%
17px -> 141.7%
18px -> 150%
19px -> 158.4%
20px -> 166.7%
21px -> 175%
22px -> 183.4%
23px -> 191.7%
24px -> 200%
25px -> 208.4%
26px -> 217% 

===================================================== */
#voice .pink,
#voice .blue {
  margin-top: 30px;
  border-bottom: #999 1px dotted; }
#voice .pink h4 {
  background: url(../voice/img/pink_bg.gif) no-repeat left top;
  padding: 20px;
  color: #B20000;
  font-size: 125%; }
#voice .blue h4 {
  background: url(../voice/img/blue_bg.gif) no-repeat right top;
  padding: 20px 20px 20px 250px;
  color: #001966;
  font-size: 125%; }
#voice .pink span,
#voice .blue span {
  padding: 10px;
  color: #000;
  font-size: 83.4%; }
#voice .pink .k_box {
  margin: 5px 220px 15px 0;
  padding: 10px; }
#voice .blue .k_box {
  margin: 5px 0 15px 220px;
  padding: 10px; }
#voice .pink img {
  float: right;
  margin-right: 20px; }
#voice .blue img {
  float: left;
  margin-left: 20px; }

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