@charset "UTF-8";
html {
  background-color: #f2f2f2;
  min-width: 320px;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.uhs_contents {
  position: relative;
}

/* 2018ary
-----------------------------------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 768px) {
  html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
    font-size: 16px;
  }
}

ul {
  list-style-type: none;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #64D1E1;
  font-weight: 600;
  text-decoration: underline;
}

a.btn {
  background-color: rgba(111, 212, 227, 0.8);
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;
	touch-action: manipulation;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}

body {
  background-color: #f2f2f2;
}

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

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.pc {
  display: inline !important;
}

.mb {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}

#wrap {
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  font-size: 1.2rem !important;
  overflow: hidden;
}

.uhs_contents {
  padding-top: 3rem;
}

@media screen and (min-width: 768px) {
  .uhs_contents {
    padding-top: 3rem;
  }
}

#contents {
  width: 100%;
}

sup {
  font-size: 1.2rem;
  line-height: 1.5rem;
  display: block;
  margin: 15px auto;
  color: #888;
}

/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 50%;
  height: 80px;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 999;
  background-color: transparent;
  background-size: 100% 140%;
  background-position: top;
  background-image: url(../image/site/com_header.png);
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
  .div_header {
    background-size: 100% auto;
  }
}

.div_header h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  height: auto;
  text-align: center;
  padding: 5px 0 0 0;
  width: 30%;
}

@media screen and (max-width: 480px) {
  .div_header h1 {
    width: 40%;
  }
}

.div_header h1 a {
  display: inline-block;
}

.div_header h1 img {
  width: auto;
}

#btn_setting, #btn_home {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 5px;
  width: 10%;
  height: 100%;
}

#btn_fav, #btn_regist {
  position: absolute;
  top: 0px;
  right: 5px;
  padding: 5px;
  width: 10%;
  height: 100%;
}

#btn_setting img, #btn_home img, #btn_fav img, #btn_regist img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 480px) {
  #btn_setting, #btn_home {
    width: 10%;
    top: 5px;
  }
  #btn_fav, #btn_regist {
    width: 10%;
    top: 5px;
  }
}

.navbar-offcanvas {
  position: fixed;
  width: 100%;
  max-width: 220px;
  top: 60px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: rgba(255, 255, 255, 0.95);
  color: #6a6247;
  font-size: 0.7em;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  z-index: -2;
}

.navbar-offcanvas.offcanvas-transform.in {
  z-index: 999;
  opacity: 1;
  -webkit-box-shadow: 10px 0px 23px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 0px 23px rgba(0, 0, 0, 0.2);
  padding-bottom: 100px;
}

.navbar-offcanvas .li_link {
  height: 4em;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  display: block;
  font-weight: normal;
  text-decoration: none;
}

.navbar-offcanvas .li_link > span {
  line-height: 4em;
  color: #333;
}

.navbar-offcanvas .li_link .fa-caret-right,
.navbar-offcanvas .li_link .drawer-caret {
  top: 5px;
  display: inline-block;
  font-size: 16px;
  float: right !important;
  color: #bbb !important;
  line-height: 4rem;
  top: 4px;
  position: relative;
  border: none;
  width: auto;
  height: auto;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.offcanvas-stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}

.offcanvas-stop-scrolling:after {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.navbar-offcanvas .drawer-dropdown {
  border-bottom: 1px solid #ccc;
}

.navbar-offcanvas .drawer-dropdown a {
  text-decoration: none;
}

.navbar-offcanvas .drawer-dropdown-menu {
  background-color: rgba(255, 255, 255, 0);
  width: auto;
  display: none;
}

.navbar-offcanvas .drawer-dropdown.open .drawer-dropdown-menu {
  display: block;
}

.navbar-offcanvas .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-offcanvas .drawer-dropdown-menu-item {
  line-height: 2.5rem;
  font-size: 1.2rem;
  width: 100%;
  font-weight: normal;
  color: #333;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navbar-offcanvas .drawer-dropdown-menu-item.cat {
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
}

.navbar-offcanvas .drawer-dropdown-menu-item.cat:before {
  color: #6FD4E3;
  content: '・';
  font-weight: bold;
}

.navbar-offcanvas .drawer-dropdown-menu-item.cat:after {
  color: #6FD4E3;
  content: "\f0da";
  font-family: Font Awesome\ 5 Free;
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.navbar-offcanvas .drawer-dropdown-menu-item.cat:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.navbar-offcanvas .drawer-dropdown-menu li:last-child {
  margin-bottom: 10px;
}

.navbar-offcanvas .drawer-dropdown .drawer-menu-item {
  border-bottom: none;
}

.navbar-offcanvas.offcanvas-transform.js-offcanvas-done {
  height: 100% !important;
}

@media screen and (min-width: 768px) {
  .navbar-offcanvas {
    max-width: 250px;
  }
  .navbar-offcanvas .li_link {
    font-size: 16px;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    font-size: 20px;
    line-height: 3.5rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu-item {
    line-height: 2.5rem;
    font-size: 1rem;
  }
  .navbar-offcanvas .drawer-dropdown-menu li:last-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 320px), screen and (max-height: 450px) {
  .navbar-offcanvas .drawer-dropdown-menu {
    display: block;
  }
  .navbar-offcanvas .drawer-dropdown .drawer-menu-item {
    pointer-events: none;
  }
  .menu_garapho {
    display: none !important;
  }
  .navbar-offcanvas .li_link {
    height: 3em;
  }
  .navbar-offcanvas .li_link .fa-caret-right, .navbar-offcanvas .li_link .drawer-caret {
    line-height: 3rem;
  }
  .navbar-offcanvas .li_link > span {
    line-height: 3.6rem;
  }
}

/* ---- footer --------------------------------*/
footer {
  position: fixed;
  max-width: 768px;
  width: 100%;
  bottom: 0;
  z-index: 100;
  line-height: 100%;
  left: 50% !important;
  transform: translate(-50%) !important;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  background-color: white;
  border-top: 1px solid #eee;
}

footer ul {
  width: 90%;
  margin: 0 auto;
}

footer ul li {
  width: 18%;
  margin: 5px 3.5%;
  float: left;
  text-align: center;
  line-height: 100%;
}

footer ul li img {
  width: auto;
  height: auto;
  max-height: 55px;
}

footer ul li a {
  display: inline-block;
  line-height: 100%;
}

/* ---- ad --------------------------------*/
.ad {
  margin: 20px auto;
  text-align: center;
  width: 90%;
}

/* ---- フッターリンクinfomation --------------------------------*/
.footer {
  background-image: url(/image/site/footer_deco.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.top_menu {
  width: 90%;
  margin: 50px auto 0px auto;
  padding: 0;
  border: 1px solid #000000;
  border-radius: 5px;
}

.top_menu .ttl {
  padding: .5em 1.143em;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: default;
  background-image: url(/image/site/footer_info_back.png);
  text-align: left;
  color: #4a4a4a;
}

.top_menu li {
  border: 0;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top_menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.top_menu li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.top_menu li a {
  margin: 0;
  display: block;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: normal;
  color: #666 !important;
  padding: .7em 1em;
  text-decoration: none;
}

.top_menu li a:after {
  background-position: center;
  background-image: url(/image/site/footer_li_deco.png);
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -11px;
  right: .5625em;
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
}

/* ---- pankuzu --------------------------------*/
ul.pank {
  margin: 0 auto;
  width: 100%;
  background-color: #EED196;
  padding: 1px 2.5%;
}

ul.pank li {
  display: inline;
  list-style: none;
  font-weight: bold;
  color: #754C24;
}

ul.pank li:after {
  content: '>';
  padding: 0 2px 0 8px;
  color: rgba(255, 255, 255, 0.6);
}

ul.pank li:last-child:after {
  content: '';
}

ul.pank li a {
  color: #754C24;
}

ul.pank li a:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  ul.pank {
    padding: 4px 2.5%;
  }
  ul.pank li, ul.pank li a {
    font-size: 1.4rem;
  }
}

/* ---- copyright --------------------------------*/
copyright {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  margin: 30px auto;
}

/* ---- popup dialog style -------*/
div.dialog-dialog {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 20px 25px 20px !important;
  max-width: 95%;
  border-radius: 5px;
}

.dialog-dialog {
  border: 0px solid #6FD4E3;
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px #999;
          box-shadow: 0px 0px 8px #999;
}

div.dialog-dialog .yesno:hover {
  background-color: #953735;
}

div.diglog-closeButton:hover {
  background-color: #fff !important;
}

div.dialog-dialog h4 {
  /*border-radius:10px;
    background-color:#F2DCDB;
    border:2px solid #953735;*/
  text-align: center;
  margin: 0 auto 0px auto;
  height: 40px;
  line-height: 40px;
  font-size: 1.6em;
}

div.dialog-dialog h5 {
  color: #6FD4E3;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: .5rem;
}

div.dialog-dialog .desc {
  background: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 10px 0;
  font-size: 1.2rem;
  border-radius: 5px;
  letter-spacing: normal;
}

div.dialog-dialog .box {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #6FD4E3;
  margin-bottom: .8rem;
}

#level_toha_panel .box span {
  color: #6FD4E3;
}

div.dialog-dialog .ui-input-text input {
  background-color: #eee;
  border-radius: 0px;
}

div.dialog-dialog .ui-input-text {
  border-width: 0px;
}

div.dialog-dialog .ui-shadow-inset {
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

div.dialog-dialog .ui-btn {
  width: auto;
  padding: 10px;
  color: #fff !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  background-color: #6FD4E3 !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #6FD4E3 !important;
}

div.dialog-dialog .ui-btn.no {
  background-color: #fff !important;
  color: #6FD4E3 !important;
}

div.dialog-dialog .ui-btn:hover {
  background-color: #9AD5FF;
  color: #fff !important;
}

.dialog-closeButton {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-position: center;
  cursor: pointer;
  background: url(/image/site/x_dialog_close.png);
  background-size: 100%;
}

/* ---- column ---------------------------------*/
.column li {
  width: 92%;
  margin: 25px auto 0 auto;
  position: relative;
}

.column li a {
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  padding: 8px 30px 8px 3px;
  border-radius: 8px;
  display: block;
  position: relative;
  z-index: 2;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.column li a:hover {
  transform: translate(3px, 3px);
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
}

.column li a span:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  text-align: center;
  right: 15px;
  margin-top: 3px;
}

.column li a span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  top: 50%;
  text-align: center;
  right: 14px;
  margin-top: 0;
}

.column li a img {
  width: 20.5%;
  height: auto;
  margin-right: 1%;
}

.column li a p {
  width: 76%;
  font-size: 1.3rem;
  letter-spacing: 0.13rem;
}

.column li:before {
  position: absolute;
  top: 5px;
  right: -5px;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #d7f4ae;
  z-index: 1;
  border-radius: 8px;
}

.column a.more {
  background-color: #6FD4E3;
  text-align: center;
  padding: 10px;
  color: #fff;
  width: 92%;
  margin: 25px auto;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  font-size: 1.5rem;
  position: relative;
  letter-spacing: 0.4rem;
}

.column a.more:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  text-align: center;
  right: 15px;
  margin-top: 3px;
}

.column a.more:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  top: 50%;
  text-align: center;
  right: 14px;
  margin-top: 0;
}

@media screen and (max-width: 320px) {
  .column li a p {
    font-size: 1.25rem;
    line-height: 150%;
  }
}

.article_column {
  color: plum;
}

.article_essay {
  color: #506fa9;
}

.article_essay {
  color: #114a4f;
}

.about_cont {
  padding-top: 3rem;
}

.about_wrap {
  padding-top: 3rem;
}

.about_cont h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #6FD4E3;
  border-bottom: 1px solid #6FD4E3;
}

.about_bottom {
  width: 80%;
  margin: 0 auto;
}

.about_bottom p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2rem;
}

.about_bottom li {
  font-size: 1.3rem;
  line-height: 2;
}

.about_bottom li a {
  font-size: 1.3rem;
}

.about_name {
  text-align: center;
  font-size: 1.5rem;
}

.about_name span {
  font-size: 1rem;
  display: block;
}
/*# sourceMappingURL=common.css.map */