@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ レイアウト ◇◆◇
  
  1.  header
  2.  nav
  3.  contents
  4.  footer
  99. parts  
  
  
========================================================================================================================*/

body {
  background-color: #f5f4ef;
}

/*----------------------------------------------------------------------------------------------------

  1.  header
  
----------------------------------------------------------------------------------------------------*/

header {
  border-top: 5px solid #008b8b;
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 15px;
}

#hd {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}

@media screen and (max-width:640px) {
  body {
    padding-top: 60px;
  }

  header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    min-width: 320px;
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.15);
  }

  #hd {
    height: 60px;
  }
}


/*-----------------------------------------------------------------------------------
  ロゴ
-----------------------------------------------------------------------------------*/

#hd h1 {
  display: inline-block;
  float: left;
  /*margin-top: -5px;*/
  margin-top: 5px;
}

#hd h1 img {
  width: 310px;
}

@media screen and (max-width:640px) {
  #hd h1 {
    float: none;
    margin-top: 0;
    padding: 0 0.75rem;
  }

  #hd h1 img {
    width: 180px;
    margin-top: 10px;
  }
}


/*-----------------------------------------------------------------------------------
  診療時間・休診日
-----------------------------------------------------------------------------------*/

#hd_sd {
  float: right;
  font-size: 75.0%;
}

#hd_sd dt {
  width: 5.5em;
  float: left;
  clear: both;
  border: 1px solid #cdc8b1;
  color: #b7ae8c;
  box-sizing: border-box;
  text-align: center;
}

#hd_sd dt.hd_sd__time,
#hd_sd dt.hd_sd__close {
  padding-top: 0.5em;
  height: 2.75em;
}

#hd_sd dd.hd_sd__time,
#hd_sd dd.hd_sd__close {
  line-height: 1.4;
}

#hd_sd dd {
  margin-left: 5.5em;
  padding-left: 10px;
  /*padding-top: 2px;*/
  text-align: left;
  box-sizing: border-box;
}

#hd_sd .hd_sd__close {
  margin-top: 7px;
}

@media screen and (max-width:640px) {
  #hd_sd {
    display: none;
  }
}


/*-----------------------------------------------------------------------------------
  TEL
-----------------------------------------------------------------------------------*/

#hd_tel {
  display: inline-block;
  /*text-align: left;*/
  text-align: right;
  float: right;
  margin-top: 7px;
  margin-left: 20px;
}

@media screen and (max-width:640px) {
  #hd_tel {
    display: none;
  }
}


/*-----------------------------------------------------------------------------------
  WEB問診ボタン
-----------------------------------------------------------------------------------*/

#hd_medical_consultation_btn {
  float: right;
  height: 77px;
  margin-left: 20px;
}
#hd_medical_consultation_btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f2b84a;
}

@media screen and (max-width:640px) {
  #hd_medical_consultation_btn {
    position: absolute;
    top: 0;
    right: 60px;
    float: none;
    width: 80px;
    height: 60px;
    margin-left: 0;
  }
  #hd_medical_consultation_btn a {
    border-radius: 0;
  }
}


/*-----------------------------------------------------------------------------------
  SP MENUボタン
-----------------------------------------------------------------------------------*/

#spNav_btn {
  display: none;
}

@media screen and (max-width:640px) {
  #spNav_btn {
    display: inherit;
  }
}

#spNav_btn {
  float: right;
  cursor: pointer;
  width: 60px;
  height: 65px;
  margin-top: -5px;
  text-align: center;
  color: #fff;
  line-height: 1;
  background-color: #008b8b;
  -webkit-transition: top ease 0.2s;
  -moz-transition: top ease 0.2s;
  -ms-transition: top ease 0.2s;
  -o-transition: top ease 0.2s;
  transition: top ease 0.2s;
}

.spNav_btn_ic,
.spNav_btn_ic span,
.spNav_btn_ic span:before,
.spNav_btn_ic span:after {
  display: inline-block;
  transition: transform .4s, opacity .4s;
  box-sizing: border-box;
}

.spNav_btn_ic {
  position: relative;
  width: 20px;
  height: 16px;
  margin-top: 17px;
}

.spNav_btn_ic span,
.spNav_btn_ic span:nth-of-type(2),
.spNav_btn_ic span:nth-of-type(3) {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.spNav_btn_ic span:nth-of-type(1) {
  top: 0;
}

.spNav_btn_ic span:nth-of-type(2) {
  top: 7px;
}

.spNav_btn_ic span:nth-of-type(3) {
  bottom: 0;
}

#spNav_btn.close .spNav_btn_ic span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-315deg);
  transform: translateY(7px) rotate(-315deg);
}

#spNav_btn.close .spNav_btn_ic span:nth-of-type(2) {
  opacity: 0;
}

#spNav_btn.close .spNav_btn_ic span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(315deg);
  transform: translateY(-7px) rotate(315deg);
}

#spNav_btn a,
#spNav_btn a:visited,
#spNav_btn a:hover {
  color: #fff;
  text-decoration: none;
}

#spNav_btn .spNav_btn_txt {
  display: block;
  font-size: 75%;
  padding-top: 6px;
}


/*----------------------------------------------------------------------------------------------------

  2.  nav
  
----------------------------------------------------------------------------------------------------*/

#glNav {
  font-family: "NotoSerif";
  font-weight: 300;
  background-color: #fff;
  transition: all 0.3s ease;
  z-index: 100;
  position: relative;
  z-index: 999;
}

#glNav a,
#glNav a:visited,
#glNav a:hover {
  color: inherit;
  text-decoration: none;
}

#glNav ul {
  font-size: 118.8%;
  list-style: none;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#glNav li {
  /* 求人情報ない時  */
   width: 20%;
  width: calc(100%/5); 
  /* 求人情報ある時  */
/*  width: 16.66666%;
  width: calc(100%/6);*/
  float: left;
  text-align: center;
  position: relative;
}

#glNav li.active {
  color: #008b8b;
}

.csstransitions #glNav li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: all 0.3s ease;
  background-color: #008b8b;
}

.no-csstransitions #glNav li:hover:after,
.no-csstransitions #glNav li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #008b8b;
}

@media screen and (min-width:641px) {

  .csstransitions #glNav li:hover:after,
  .csstransitions #glNav li.active:after {
    transform: scaleX(1);
  }
}

#glNav li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

#glNav li a:before,
#glNav li:last-child a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #e6e4e1;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}

#glNav li:last-child a:after {
  left: inherit;
  right: 0;
}

#glNav_tel {
  display: none;
}


/*-----------------------------------------------------------------------------------
  固定
-----------------------------------------------------------------------------------*/

#glNav.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  min-width: 1160px;
  background-color: rgba(0, 139, 139, 0.9);
}

.no-rgba #glNav.fixed {
  background-color: #199696;
}

#glNav.fixed a,
#glNav.fixed a:visited,
#glNav.fixed a:hover {
  color: #fff;
}

#glNav.fixed li:after {
  display: none;
}

#glNav.fixed li a:before,
#glNav.fixed li:last-child a:after {
  background-color: rgba(255, 255, 255, 0.25);
}

.no-rgba #glNav.fixed li a:before,
.no-rgba #glNav.fixed li:last-child a:after {
  background-color: #53b0b0;
}


/*-----------------------------------------------------------------------------------
  SP
-----------------------------------------------------------------------------------*/

@media screen and (max-width:640px) {
  html.spNav_open {
    overflow-y: hidden;
  }

  #glNav-warp {
    display: none;
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: #f5f4ef;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 60px !important;
    box-sizing: border-box;
    z-index: 998;
  }

  #glNav-warp.ani-in {
    -webkit-animation: fadeIn 0.2s forwards;
    animation: fadeIn 0.2s forwards;
  }

  #glNav-warp.ani-out {
    -webkit-animation: fadeOut 0.2s forwards;
    animation: fadeOut 0.2s forwards;
  }

  #glNav {
    font-weight: 400;
    height: 100%;
    overflow-y: auto;
    background: none;
    box-sizing: border-box;
  }

  #glNav ul {
    box-sizing: border-box;
    padding: 1rem 1rem 1.5rem 1rem;
  }

  #glNav li a {
    padding: 0.75rem;
  }

  #glNav li {
    width: 100%;
    float: none;
    text-align: left;
  }

  #glNav li a:before {
    display: none;
  }

  #glNav li {
    border-bottom: 1px solid #dcdad6;
  }

  #glNav li a:after,
  #glNav li:last-child a:after {
    background: none;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    position: absolute;
    top: 50%;
    margin-top: -0.25em;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-color: #404040;
    border-bottom-color: #404040;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0.75em;
  }

  #glNav li.active {
    color: inherit;
  }

  #glNav_tel {
    display: inherit;
    padding: 0 1rem 1.5rem 1rem;
  }

  #glNav_tel .telLink {
    display: block;
    background-color: #fff;
    border-radius: 3px;
    padding: 1.25rem 0.5rem;
  }
}


/*----------------------------------------------------------------------------------------------------

  3.  contents
  
----------------------------------------------------------------------------------------------------*/

.ctBlock {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width:640px) {
  .ctBlock {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}


/*-----------------------------------------------------------------------------------
  パンくず
-----------------------------------------------------------------------------------*/

.pan {
  background-color: #ebe9df;
  padding: 0.5em 0;
}

.pan ul {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 81.3%;
  list-style: none;
}

.pan li {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  padding-left: 1rem;
}

.pan li:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0.6em;
  left: 0.15em;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background-color ease 0.1s;
  -moz-transition: background-color ease 0.1s;
  -ms-transition: background-color ease 0.1s;
  -o-transition: background-color ease 0.1s;
  transition: background-color ease 0.1s;
}

.pan a,
.pan a:visited {
  color: inherit;
  text-decoration: underline;
}

.pan a:hover {
  color: #3992b5;
  text-decoration: none;
}

@media all and (-ms-high-contrast:none) {
  .pan li:before {
    top: 0.5em;
  }
}

@media screen and (max-width:640px) {
  .pan {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.75em;
  }
}

.lte-ie8 .pan li:before {
  content: ">";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: none;
  position: absolute;
  top: 0;
  text-decoration: none;
  color: #b3ae9a;
}

.pan li:first-child {
  padding-left: 0;
}

.pan li:first-child:before {
  display: none;
}


/*-----------------------------------------------------------------------------------
  見出し
-----------------------------------------------------------------------------------*/

.l-hdline {
  font-family: "NotoSerif";
  font-weight: 400;
  font-size: 200%;
  line-height: 1.5;
}

@media screen and (max-width:640px) {
  .l-hdline {
    font-size: 181.2%;
    font-weight: 500;
  }
}

@media screen and (max-width:500px) {
  .l-hdline {
    font-size: 175.0%;
  }
}


/*----------------------------------------------------------------------------------------------------

  4. footer
  
----------------------------------------------------------------------------------------------------*/

footer {
  background-color: #fff;
}

#ft {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

@media screen and (max-width:640px) {
  #ft {
    padding: 2rem 0.75rem;
  }
}


/*-----------------------------------------------------------------------------------
  ロゴ・アドレス
-----------------------------------------------------------------------------------*/

#ft_l {
  width: 535px;
  float: left;
}

@media screen and (max-width:640px) {
  #ft_l {
    width: 100%;
    float: none;
  }
}


/* ロゴ /-------------------------------------------------------------------- */

#ft_logo {
  width: 180px;
  float: left;
  display: block;
  text-align: center;
}

#ft_logo span {
  display: block;
  font-family: "NotoSerif";
  font-weight: 500;
  font-size: 150%;
  line-height: 1.4;
}

#ft_logo span small {
  font-weight: 100;
  font-size: 62.5%;
}

#ft_logo:before {
  content: "";
  width: 70px;
  height: 61px;
  display: inline-block;
  margin-top: 25px;
  background: url(../image/logo_s.png) no-repeat center top;
}

@media screen and (max-width:640px) {
  #ft_logo {
    width: 100%;
    float: none;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }

  #ft_logo:before {
    background: url(../image/logo.png) no-repeat center top;
    background-size: contain;
    margin-top: 0;
  }
}


/* アドレス /-------------------------------------------------------------------- */

#ft_ad {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 35px;
  padding-bottom: 30px;
  display: inline-block;
  float: right;
  border-left: 1px solid #e6e4e1;
  border-right: 1px solid #e6e4e1;
  box-sizing: border-box;
}

#ft_tel {
  margin-bottom: 1.75em;
}

#ft_tel .l-tel__no {
  font-size: 200%;
}

.lte-ie8 #ft_tel .l-tel__no {
  font-size: 180%;
}

#ft_tel .l-tel__no:before {
  margin-bottom: -3px;
}

@media screen and (max-width:640px) {
  #ft_ad {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    direction: none;
    border-left: 0;
    border-right: 0;
    float: none;
  }

  #ft_tel {
    margin-bottom: 1.5em;
  }
}


/*-----------------------------------------------------------------------------------
  診療時間
-----------------------------------------------------------------------------------*/

#ft_hrs {
  width: 535px;
  display: inline-block;
  float: right;
  margin-left: 30px;
}

#ft_hrs .hrsTbl {
  height: 100%;
  border-collapse: collapse;
}

#ft_hrs .hrsTbl thead tr {
  border: 1px solid #f2b84a;
  border-bottom: 0;
}

#ft_hrs .hrsTbl tbody tr {
  box-sizing: border-box;
}

#ft_hrs .hrsTbl tbody tr.pm th,
#ft_hrs .hrsTbl tbody tr.pm td {
  border-bottom: 1px solid #e6e4e1;
}

#ft_hrs .hrsTbl tbody tr:first-child {
  border-top: 0;
}

#ft_hrs .bikou {
  padding-top: 0.75em;
  text-align: left;
}

#ft_hrs .pc-none {
  display: none;
}


@media screen and (max-width:640px) {
  #ft_hrs {
    width: 100%;
    height: inherit;
    float: none;
    display: block;
    margin-left: 0;
    margin-top: 1.5rem;
  }

  #ft_hrs .hrsTbl {
    min-width: 400px;
  }

  #ft_hrs .bikou {
    padding-top: 0.75rem;
    text-align: center;
  }

  #ft_hrs .pc-none {
    display: block;
  }

}


/*-----------------------------------------------------------------------------------
  copyright
-----------------------------------------------------------------------------------*/

.copyright {
  height: 45px;
  line-height: 45px;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #008b8b;
  color: #fff;
  font-size: 62.5%;
  box-sizing: border-box;
}

.copyright p {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.copyright a,
.copyright a:visited {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright small {
  padding-left: 0.5em;
}

@media screen and (max-width:640px) {
  .copyright {
    font-size: 75%;
  }

  .copyright small {
    display: none;
  }

  .copyright {
    text-align: left;
    padding: 0 0.75rem;
  }
}


/*-----------------------------------------------------------------------------------
  pagetop
-----------------------------------------------------------------------------------*/

.page-top {
  z-index: 90;
  position: fixed;
  right: 0;
  bottom: 0;
  display: inline-block;
  display: none;
}

.page-top a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: #fff;
  text-align: center;
  width: 45px;
  height: 45px;
  position: relative;
  transition: background-color 0.2s ease;
}

.page-top a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #008b8b;
  border-left: solid 1px #008b8b;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}

.no-rgba .page-top a {
  background-color: #008b8b;
}

.lte-ie8 .page-top {
  display: none !important;
}

@media screen and (min-width:641px) {
  .page-top:hover a {
    background-color: rgba(0, 111, 111, 0.8);
  }

  .page-top:hover a:after {
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
  }
}

@media print {
  .page-top {
    display: none !important;
  }
}


/*----------------------------------------------------------------------------------------------------

  99. parts
  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------

  診療時間
  
-----------------------------------------------------------------------------------*/

.hrsTbl {
  border-collapse: separate;
  border-spacing: 0;
}

.hrsTbl thead th {
  color: #fff;
  text-align: center;
  background-color: #f2b84a;
  white-space: nowrap;
}

.hrsTbl th,
.hrsTbl td {
  text-align: center;
  vertical-align: middle;
  padding: 0.6em 0.5em;
  line-height: 1.4;
}

.hrsTbl thead th,
.hrsTbl thead td {
  padding: 0.5em 0.5em;
}

.hrsTbl th {
  font-weight: normal;
  padding-left: 1em;
}

.hrsTbl tbody th,
.hrsTbl tbody td {
  background-color: #fff;
}

.hrsTbl tbody tr.am th,
.hrsTbl tbody tr.am td {
  border-bottom: 1px solid #e6e4e1;
}

.hrsTbl tbody th.tantou {
  border-left: 1px solid #e6e4e1;
}

.hrsTbl thead th:last-child,
.hrsTbl tbody td:last-child {
  padding-left: 0;
}


/*-----------------------------------------------------------------------------------
  診療時間 マーク
-----------------------------------------------------------------------------------*/

html:not(.lte-ie8) .hrs-mk {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  position: relative;
  margin-bottom: 1px;
}

.lte-ie8 .hrs-mk {
  color: #f2b84a;
  font-weight: bold;
}


/* 診療 ----------------------------------------*/

html:not(.lte-ie8) .hrs-mk1 {
  border: 2px solid #f2b84a;
  border-radius: 100%;
}


/* 休診 ----------------------------------------*/

html:not(.lte-ie8) .hrs-mk0:before, html:not(.lte-ie8) .hrs-mk0:after {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f2b84a;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  border-radius: 3px;
}

html:not(.lte-ie8) .hrs-mk0:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/*-----------------------------------------------------------------------------------
  tel
-----------------------------------------------------------------------------------*/

.l-tel {
  line-height: 1;
}

.l-tel__txt {
  font-size: 81.3%;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #008b8b;
}

.l-tel__no {
  display: inline-block;
  font-family: "NotoSerif";
  font-weight: 500;
  font-size: 225%;
  color: #008b8b;
}

.l-tel__no:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../image/icon/tel_s.png) no-repeat left center;
  vertical-align: bottom;
  margin-right: 10px;
}

.lte-ie8 .l-tel__no {
  font-size: 200%;
}

.lte-ie8 .l-tel__no:before {
  vertical-align: text-top;
  margin-top: 3px;
}

@media screen and (max-width:640px) {
  .l-tel__no:before {
    background-image: url(../image/icon/tel.png);
    background-size: contain;
  }
}

@media screen and (max-width:500px) {
  .l-tel__no:before {
    margin-bottom: -0.1rem;
  }
}


/*-----------------------------------------------------------------------------------
  ボタン
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  arrow
-----------------------------------------------------------------------------------*/

.l-next,
.l-prev {
  display: inline-block;
  position: relative;
}

.l-next:before,
.l-prev:before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  margin-top: -0.2em;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  -webkit-transition: background-color ease 0.1s, right ease 0.2s, left ease 0.2s;
  -moz-transition: background-color ease 0.1s, right ease 0.2s, left ease 0.2s;
  -ms-transition: background-color ease 0.1s, right ease 0.2s, left ease 0.2s;
  -o-transition: background-color ease 0.1s, right ease 0.2s, left ease 0.2s;
  transition: background-color ease 0.1s, right ease 0.2s, left ease 0.2s;
}

.l-next:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0.25em;
}

.l-prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0.25em;
}

.lte-ie8 .l-next:before,
.lte-ie8 .l-prev:before {
  display: none;
}

@media screen and (min-width:641px) {
  .csstransitions .l-btn:hover .l-next:before {
    right: -0.3em;
  }

  .csstransitions .l-btn:hover .l-prev:before {
    left: -0.3em;
  }
}


/*-----------------------------------------------------------------------------------
  ボタン
-----------------------------------------------------------------------------------*/

.preload .l-btn,
.preload .l-btn * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  animation: none !important;
}

.l-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  margin: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  cursor: pointer;
  line-height: 1.4;
  border-radius: 3px;
  padding: 0.75em 1.5em;
  -webkit-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -moz-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -ms-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -o-transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
  transition: background ease 0.2s, border ease 0.2s, color ease 0.1s;
}

.l-btnSS {
  padding: 0.65em 1em 0.65em 0.5em;
  font-size: 87.5%;
}

.l-btnS {
  padding: 0.65em 1em;
  font-size: 87.5%;
}

.l-btnM {
  padding: 0.75em 2em;
  font-size: 112.5%;
}

.l-btnL {
  padding: 0.75em 2em;
  font-size: 125%;
}


/* 矢印
=====================================================================================*/

.l-btn .l-next {
  padding-right: 1.5em;
  padding-left: 0.75em;
}

.l-btn .l-prev {
  padding-left: 1.5em;
  padding-right: 0.75em;
}

.lte-ie8 .l-btn .l-next,
.lte-ie8 .l-btn .l-prev {
  padding-left: 0;
  padding-right: 0;
}


/* カラー
=====================================================================================*/

.l-btn--green .l-next:before,
.l-btn--green .l-prev:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.l-btn--green,
.l-btn--green:visited,
.l-btn--green:hover {
  color: #fff;
  border: 1px solid #008b8b;
  background-color: #008b8b;
}

@media screen and (min-width:641px) {
  .l-btn--green:hover {
    color: #fff;
    border-color: #32a2a2;
    background-color: #32a2a2;
  }
}

.l-btn--orange .l-next:before,
.l-btn--orange .l-prev:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.l-btn--orange,
.l-btn--orange:visited,
.l-btn--orange:hover {
  color: #fff;
  border: 1px solid #f2b84a;
  background-color: #f2b84a;
}

@media screen and (min-width:641px) {
  .l-btn--orange:hover {
    color: #fff;
    border-color: #f3c267;
    background-color: #f3c267;
  }
}


/*-----------------------------------------------------------------------------------

  ファイルアイコン
  
-----------------------------------------------------------------------------------*/

.ic-file {
  content: "";
  display: inline-block;
  width: 40px;
  height: 34px;
  margin-right: 10px;
  margin-top: -0.15em;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
}

.ic-file.pdf {
  background-image: url(../image/icon/pdf_s.png);
}

.ic-file.doc {
  background-image: url(../image/icon/doc_s.png);
}

.ic-file.xls {
  background-image: url(../image/icon/xls_s.png);
}

.ic-file.ppt {
  background-image: url(../image/icon/ppt_s.png);
}

.lte-ie8 .ic-file.pdf {
  background-image: url(../image/icon/pdf_ss.png);
}

.lte-ie8 .ic-file.doc {
  background-image: url(../image/icon/doc_ss.png);
}

.lte-ie8 .ic-file.xls {
  background-image: url(../image/icon/xls_ss.png);
}

.lte-ie8 .ic-file.ppt {
  background-image: url(../image/icon/ppt_ss.png);
}

@media screen and (max-width:640px) {
  .ic-file {
    background-size: cover;
  }

  .ic-file.pdf {
    background-image: url(../image/icon/pdf.png);
  }

  .ic-file.doc {
    background-image: url(../image/icon/doc.png);
  }

  .ic-file.xls {
    background-image: url(../image/icon/xls.png);
  }

  .ic-file.ppt {
    background-image: url(../image/icon/ppt.png);
  }
}


/*-----------------------------------------------------------------------------------

  ブログパターン
  
-----------------------------------------------------------------------------------*/

.glog {
  padding-bottom: 30px;
  text-align: left;
}

.glog:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.glog ul,
.glog ol {
  list-style: inherit;
  margin-left: 1.25em;
  margin-left: 1.25rem;
}

.glog ol {
  list-style: decimal;
}

.glog-txt {
  box-sizing: border-box;
  word-break: break-all;
}

.glog-image-left .glog-txt {
  float: right;
}

.glog-image-right .glog-txt {
  float: left;
}

.glog-image-left .glog-img,
.glog-image-right .glog-img {
  display: inline-block;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.glog-image-left .glog-img {
  float: left;
  margin-right: 20px;
}

.glog-image-right .glog-img {
  float: right;
  margin-left: 20px;
}

.glog-image-center .glog-img {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}

.glog-img_cp {
  display: block;
  font-size: 87.5%;
  line-height: 1.5;
  color: #99948b;
}

.glog .datafile {
  margin-bottom: 1em;
  margin-bottom: 1rem;
  display: inline-block;
}

@media screen and (max-width:640px) {
  .glog {
    padding-bottom: 2rem;
  }
}


/*-----------------------------------------------------------------------------------
  pagination
-----------------------------------------------------------------------------------*/

.glog-pagination {
  text-align: center;
  padding-top: 40px;
}

.glog-pagination ul {
  display: inline-block;
  list-style: none;
  margin-left: -3px;
}

.glog-pagination li {
  float: left;
  display: inline-block;
  margin: 3px;
  font-size: 87.5%;
}

.glog-pagination li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.glog-pagination li a {
  display: block;
}

.glog-pagination li a,
.glog-pagination li a:visited {
  color: #5f646e;
  text-decoration: none;
}

.glog-pagination li span:hover,
.glog-pagination li span:hover a,
.glog-pagination li a:hover {
  color: #fff;
}

.glog-pagination li span {
  line-height: 1;
  width: 2em;
  height: 2em;
  padding-top: 0.5em;
  display: block;
  color: #8f8969;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-transition: background ease 0.1s, border ease 0.1s;
  -moz-transition: background ease 0.1s, border ease 0.1s;
  -ms-transition: background ease 0.1s, border ease 0.1s;
  -o-transition: background ease 0.1s, border ease 0.1s;
  transition: background ease 0.1s, border ease 0.1s;
}

.glog-pagination li span.active:hover,
.glog-pagination li span.active {
  color: #fff;
  background-color: #8f8969;
}

.glog-pagination li span:hover {
  background-color: #cdc8b1;
}

@media screen and (max-width:640px) {
  .glog-pagination {
    padding-top: 2rem;
  }
}

/*-----------------------------------------------------------------------------------
  非公開
-----------------------------------------------------------------------------------*/

.hnone-box {
  text-align: center;
  box-sizing: border-box;
  padding: 1em;
  padding: 1rem;
  color: #d73b47;
  border: 1px solid #d73b47;
  margin-bottom: 30px;
}

.hnone-box b {
  font-size: 146.2%;
}

@media screen and (max-width:640px) {
  .hnone-box {
    margin-bottom: 2rem;
  }
}