@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.hideText,
.hide-text,
.blockSkip {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.mainBox .linkBtn a, .mainBox .linkBtnL a {
  border-radius: 3px;
  background: #3e6bbd;
  padding: 5px 10px;
  padding-right: 30px;
  color: #fff;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .mainBox .linkBtn a, .mainBox .linkBtnL a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.mainBox .linkBtn a:after, .mainBox .linkBtnL a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  content: "\e911";
  color: #F7F3E6;
}
.mainBox .linkBtn a:hover, .mainBox .linkBtnL a:hover {
  background: #749de8;
}
@media screen and (max-width: 480px) {
  .mainBox .linkBtn a, .mainBox .linkBtnL a {
    display: block;
  }
}

.balloon_h2 {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #3e6bbd;
  color: #fff;
}
.balloon_h2::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-top-color: #3e6bbd;
  margin-left: -13px;
  left: 50%;
  bottom: -26px;
}

.balloonhg {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #fff;
  text-align: left;
}
.balloonhg::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-bottom-color: #47853d;
  margin-left: -13px;
  left: 22%;
  top: -26px;
}

.balloonh2, .loginMenu li .msg span {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #3e6bbd;
  color: #fff;
}
.balloonh2::before, .loginMenu li .msg span::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-top-color: #3e6bbd;
  margin-left: -13px;
  left: 50%;
  bottom: -26px;
}

.balloon_h {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #3e6bbd;
  color: #fff;
}
.balloon_h::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  border-width: 13px;
  border-bottom-color: #3e6bbd;
  margin-left: -13px;
  left: 50%;
  top: -26px;
}

.btnWhite li {
  background: #fff;
  margin: 0.5rem 0;
  font-size: .9rem;
  text-align: left;
  height: 3rem;
  display: table;
  width: 160px;
  line-height: 1.2rem;
}
.btnWhite li a {
  display: table-cell;
  padding: .2rem .5rem;
  vertical-align: middle;
  color: #0f2e66;
  text-decoration: none;
}
.btnWhite li a:hover {
  background: rgba(233, 230, 223, 0.6);
}

.side .localNav li a {
  border-bottom: dotted #3e6bbd 1px;
  padding: 0.5em;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  text-decoration: none;
  color: #3e6bbd;
}
.side .localNav li a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  color: #3e6bbd;
}
.side .localNav li a:hover {
  background: #dae9f5;
}

.hide-text, .blockSkip {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.mainBox .linkBtn a, .mainBox .linkBtnL a {
  border-radius: 3px;
  background: #1e8297;
  padding: 5px 10px;
  /*padding-right: 30px;*/
  color: #fff;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .mainBox .linkBtn a, .mainBox .linkBtnL a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.mainBox .linkBtn a:after, .mainBox .linkBtnL a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  content: "\e911";
  color: #F7F3E6;
  padding-left: 5px;
}
.mainBox .linkBtn a:hover, .mainBox .linkBtnL a:hover {
  background: #176575;
}
@media screen and (max-width: 480px) {
  .mainBox .linkBtn a, .mainBox .linkBtnL a {
    display: block;
  }
}

.balloon_h2 {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #023a46;
  color: #fff;
}
.balloon_h2::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 13px;
  border-top-color: #023a46;
  margin-left: -13px;
  left: 50%;
  bottom: -26px;
}

.balloonhg {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #fff;
  text-align: left;
}
.balloonhg::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 13px;
  border-bottom-color: #47853d;
  margin-left: -13px;
  left: 22%;
  top: -26px;
}

.balloonh2, .loginMenu li .msg span {
  position: relative;
  margin: 10px 0px;
  padding: 12px 8px;
  background: #023a46;
  color: #fff;
}
.balloonh2::before, .loginMenu li .msg span::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 13px;
  border-top-color: #023a46;
  margin-left: -13px;
  left: 50%;
  bottom: -26px;
}

.btnWhite li {
  background: #fff;
  margin: 0.5rem 0;
  font-size: .9rem;
  text-align: left;
  height: 3rem;
  display: table;
  width: 160px;
  line-height: 1.2rem;
}
.btnWhite li a {
  display: table-cell;
  padding: .2rem .5rem;
  vertical-align: middle;
  color: #3c3636;
  text-decoration: none;
}
.btnWhite li a:hover {
  background: rgba(233, 230, 223, 0.6);
}

.side .localNav li a {
  border-bottom: none;
  padding: 0.5em;
  text-decoration: underline;
  transform: none;
  animation: none;
  transition: unset;
}
.side .localNav li a:hover {
  background: #ecf8fb url(../images/ico_li.png) no-repeat 0.3rem 0.7rem;
}
.side .localNav li a:after {
  content: none;
}

/* Icon Font CSS */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?65k4mw");
  src: url("../fonts/icomoon.eot?65k4mw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?65k4mw") format("truetype"), url("../fonts/icomoon.woff?65k4mw") format("woff"), url("../fonts/icomoon.svg?65k4mw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?6hoinw');
src:url('../fonts/icomoon.eot?#iefix6hoinw') format('embedded-opentype'),
url('../../fonts/icomoon.woff?6hoinw') format('woff'),
url('../fonts/icomoon.ttf?6hoinw') format('truetype'),
url('../fonts/icomoon.svg?6hoinw#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}*/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e600";
}

.icon-headphones:before {
  content: "\e601";
}

.icon-book:before {
  content: "\e602";
}

.icon-location:before {
  content: "\e603";
}

.icon-clock:before {
  content: "\e604";
}

.icon-clock2:before {
  content: "\e605";
}

.icon-calendar:before {
  content: "\e606";
}

.icon-user:before {
  content: "\e607";
}

.icon-search:before {
  content: "\e608";
}

.icon-notification:before {
  content: "\e609";
}

.icon-view_column:before {
  content: "\e8ec";
}

.icon-cart:before {
  content: "\e91d";
}

.icon-key:before {
  content: "\e901";
}

.icon-lock:before {
  content: "\e902";
}

.icon-unlocked:before {
  content: "\e903";
}

.icon-tree:before {
  content: "\e904";
}

.icon-flag:before {
  content: "\e905";
}

.icon-heart:before {
  content: "\e906";
}

.icon-warning:before {
  content: "\e907";
}

.icon-question:before {
  content: "\e908";
}

.icon-printer:before {
  content: "\e909";
}

.icon-list:before {
  content: "\e90a";
}

.icon-ctrl:before {
  content: "\e90b";
}

.icon-spinner11:before {
  content: "\e90c";
}

.icon-cross:before {
  content: "\e90d";
}

.icon-question2:before {
  content: "\e90e";
}

.icon-question-circle2:before {
  content: "\e90f";
}

.icon-star:before {
  content: "\e910";
}

.icon-circle-right:before {
  content: "\e911";
}

.icon-circle:before {
  content: "\e912";
}

.icon-ctrl2:before {
  content: "\e913";
}

.icon-music:before {
  content: "\e914";
}

.icon-pencil:before {
  content: "\e915";
}

.icon-play:before {
  content: "\e916";
}

.icon-ctrl22:before {
  content: "\e917";
}

.icon-office:before {
  content: "\e918";
}

.icon-image:before {
  content: "\e919";
}

.icon-ctrl23:before {
  content: "\e91a";
}

.icon-ctrl222:before {
  content: "\e91b";
}

.icon-in1:before {
  content: "\e91c";
}

.icon-kago1:before {
  content: "\e91d";
}

.icon-out1:before {
  content: "\e91e";
}

.icon-books:before {
  content: "\e920";
}

.icon-stack:before {
  content: "\e92e";
}

.icon-phone:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e943";
}

.icon-display:before {
  content: "\e956";
}

.icon-mobile2:before {
  content: "\e959";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-cog:before {
  content: "\e994";
}

.icon-cogs:before {
  content: "\e995";
}

.icon-bin:before {
  content: "\e9ac";
}

.icon-earth:before {
  content: "\e9ca";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-bookmark:before {
  content: "\e9d2";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-point-up:before {
  content: "\ea03";
}

.icon-plus:before {
  content: "\ea0a";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-cross2:before {
  content: "\ea0f";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-pause2:before {
  content: "\ea1d";
}

.icon-stop2:before {
  content: "\ea1e";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right2:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-table2:before {
  content: "\ea71";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-iconmonstr-favorite-3:before {
  content: "\e91f";
}

.icon-iconmonstr-favorite-9:before {
  content: "\e921";
}

.icon-iconmonstr-trash-can-27:before {
  content: "\e922";
}

.icon-iconmonstr-trash-can-30:before {
  content: "\e923";
}

.icon-checkmark:before {
  content: "\ea10";
}

html {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 85%;
  }
}

body {
  color: #3c3636;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  body {
    width: auto;
    font-size: 1rem;
  }
}

.blockSkip {
  line-height: 0;
  font-size: 0;
}

.wrapper {
  position: relative;
  margin: 0px;
  height: auto !important;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  *height: auto;
  width: 100%;
  min-height: 100%;
  min-width: 980px;
  width: expression(document.body.clientWidth < 971? "970px " : "auto");
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .wrapper {
    background-attachment: scroll;
    background: #FFF;
    background-size: contain;
    min-width: 100%;
    width: auto;
  }
}

body > .wrapper {
  height: auto;
}

.header {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .header {
    width: auto;
    height: auto;
    padding-bottom: 0px;
  }
}
.header h1 {
  width: 980px;
  text-align: left;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .header h1 {
    width: 70%;
    min-height: 62px;
    height: auto;
  }
}
.header h1 a {
  position: absolute;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .header h1 a {
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .header h1 a img {
    width: 100%;
  }
}
.header .headtop {
  position: relative;
  width: 100%;
  margin: auto;
  display: table;
}
@media screen and (max-width: 480px) {
  .header .headtop {
    display: inherit;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 30px;
  }
}
.header .headtop div form, .header .headtop .cssChange {
  position: relative;
  z-index: 100;
}

.contents {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 11rem;
  padding: 10px;
  zoom: 1;
  margin-top: 15px;
}
.contents:before, .contents:after {
  content: "";
  display: table;
}
.contents:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .contents {
    width: auto;
    padding: 0 .5rem;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .contents {
    width: 1200px !important;
  }
}

.main {
  float: left;
}
@media screen and (max-width: 480px) {
  .main {
    width: auto;
    float: none;
  }
}

.column1 {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 4px solid #FFF;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .column1 {
    border: none;
  }
}

.column2 {
  width: 100%;
  float: right;
  text-align: left;
}
.column2 .mainMargin {
  background: #FFF;
  padding: 0px 2px 1rem;
}
@media screen and (max-width: 480px) {
  .column2 {
    float: none;
  }
}

.mainMargin {
  background: #FFF;
  margin-left: 250px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .mainMargin {
    margin: 0px;
  }
}

.column1 .mainMargin {
  margin-left: auto;
  padding-bottom: 2rem;
}

.mainBox {
  background: #fff;
  padding: 10px 0.5rem 20px;
  /*margin-top: 1em;*/
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mainBox {
    padding: 0px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .mainBox .spBlock {
    display: none;
  }
}

.side {
  float: left;
  width: 230px;
  margin: 0px;
  margin-right: -250px;
}
@media screen and (max-width: 480px) {
  .side {
    width: auto;
    float: none;
    margin-right: 0px;
  }
}
.side section, .side .localNav {
  background: #c3e9f1;
  border-radius: 8px;
  margin-bottom: 25px;
  overflow: hidden;
  /*padding-bottom: 0.5rem;*/
}
.side div.localNav section {
  margin-bottom: 0px;
  overflow: unset;
}
.side ul {
  background: #FFF;
  border-radius: 8px;
  /*margin: 0.5rem;*/
  margin: 5px;
}
.side ul.u_menu {
  padding: 1rem 0;
}
.side .localNav {
  line-height: 1.2em;
  font-size: 95%;
  text-align: left;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .side .localNav {
    margin: .5rem .5rem 1rem;
    /*border-radius:0px;
    margin-bottom: 0px;*/
  }
}
.side .localNav li {
  line-height: 1.2rem;
}
.side .localNav li a {
  display: block;
  position: relative;
  /*padding: 0.9em 1rem 0.9em 2em;*/
  padding: .7rem .5rem .7rem 30px;
  color: #3c3636;
  font-size: 0.95rem;
  background: url(../images/ico_li.png) no-repeat 0.3rem 0.7rem;
}
@media screen and (max-width: 480px) {
  .side .localNav li a {
    padding-left: 3rem;
    font-size: 1rem;
  }
}
.side h2 {
  color: #023a46;
  text-align: left;
  font-size: 1.1rem;
  margin: 0px 0.5rem;
  margin-bottom: 10px;
  padding: 1rem 0.5rem 0.5rem;
  font-weight: bold;
  border-bottom: 6px solid #1e8297;
}
@media screen and (max-width: 480px) {
  .side h2 {
    /*background:  $base_color;
    border-radius:0px;*/
  }
}

.footer {
  background: #c3e9f1;
  width: 100%;
  position: absolute;
  *position: static;
  bottom: 0px;
  font-size: 0.85rem;
  left: 0px;
  z-index: 100;
  height: 11rem;
  color: #3c3636;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footer {
    height: auto;
    position: static;
    padding-bottom: 15px;
  }
}
.footer p.linktop {
  display: none;
  position: absolute;
  width: 81px;
  max-width: 900px;
  height: 0;
  left: 90%;
}
@media screen and (max-width: 480px) {
  .footer p.linktop {
    bottom: 50px;
    left: 70%;
  }
}
.footer p.linktop a {
  position: fixed;
  bottom: 0px;
  left: auto;
  display: block;
  margin: auto;
}
.footer p.linktop a img {
  width: 90%;
  opacity: 0.7;
  *display: none;
}
.footer p.linktop a img:hover {
  opacity: 1.0;
}
@media screen and (max-width: 480px) {
  .footer p.linktop a img {
    width: 80%;
  }
}
.footer ul {
  text-align: right;
  padding-top: 2rem;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .footer ul {
    width: 100%;
    padding-top: 1rem;
  }
}
.footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
@media screen and (max-width: 480px) {
  .footer ul li {
    margin: 2px 1px;
  }
}
.footer ul li a {
  color: #3c3636;
  background-color: #FFF;
  font-size: 0.8rem;
  /*@include b-radius;*/
  border-radius: 3px;
  cursor: pointer;
  padding: 3px 15px;
  vertical-align: middle;
  height: auto;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  box-shadow: 0 3px 0 #ebebeb;
  text-decoration: none;
  box-shadow: none;
  padding: .7rem 0;
  width: 8rem;
  display: block;
  text-align: center;
}
.footer ul li a:hover {
  box-shadow: 0 1px 0 #d6ccbf;
  background: #1e8297;
}
@media screen and (max-width: 480px) {
  .footer ul li a {
    width: auto;
    padding: .7rem .5rem;
  }
}
.footer ul li a:hover {
  color: #fff;
}
.footer address {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5em;
  font-style: normal;
  padding: 0px 10px;
  padding-top: 2rem;
  padding-bottom: 0;
}
.footer address a, .footer address a:hover, .footer address a:active {
  color: #3c3636;
}
@media screen and (max-width: 480px) {
  .footer address {
    text-align: left;
    width: 17rem;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer address {
    width: 1200px;
  }
}
@media screen and (max-width: 480px) {
  .footer address strong {
    display: block;
  }
}
.footer address span {
  padding-left: 25px;
}
@media screen and (max-width: 480px) {
  .footer address span {
    padding-left: 0px;
  }
}
.footer address + p {
  width: 100%;
  margin-top: 0;
}
.footer p {
  width: 945px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.6em;
}
@media screen and (max-width: 480px) {
  .footer p {
    font-size: 85%;
    position: static;
    padding: 1rem 0px 0px;
    width: auto;
    margin-left: 1rem;
    text-align: left;
  }
}

    /*.permanentLink02 {
    display: none;
}*/
.permanentLink {
  bottom: 270px;
  right: 1%;
  text-align: right;
  border: 1px solid #023a46;
  padding: 0.5rem;
  color: #023a46;
}
.permanentLink p {
  line-height: 1rem;
}
.permanentLink a {
  text-decoration: none;
  border: soild 1px;
  pointer-events: none;
}
.permanentLink a::before {
  content: "このページのURL：";
}
@media screen and (max-width: 480px) {
  .permanentLink {
    display: none;
  }
}

/* CSS Document */
a {
  color: #122B5E;
}
a:hover {
  color: #425272;
}
a:active {
  color: #425272;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

body {
  font-size: 16px;
  font-size: 1rem;
}

a[target="_blank"]::after {
  content: "\ea7e";
  font-family: "icomoon",sans-serif;
  color: #3c3636;
  content: "\ea7e";
  margin: 0 3px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal !important;
}

a[href$=".png"]::after, a[href$=".jpg"]::after, a[href$=".jpeg"]::after, a[href$=".JPG"]::after {
  margin: auto;
  content: '';
}

a[href$=".GIF"]::after, a[href$=".gif"]::after {
  margin: auto;
  content: '';
}

.main h1 {
  background: url(../images/h1_03.jpg) no-repeat right bottom;
  color: #3c3636;
  font-weight: bold;
  border-bottom: solid 8px #cbcbcb;
  font-size: 1.4rem;
  line-height: 1.7rem;
  padding: 1.5rem 0.9rem 1rem 2rem;
}
@media screen and (max-width: 480px) {
  .main h1 {
    padding: 0.5rem 6rem 1rem 1rem;
  }
}

.mainBox p {
  line-height: 1.7em;
  margin: 1rem 1rem 0rem;
}
.mainBox p.kome {
  text-indent: -1em !important;
  font-size: 95%;
  margin-top: 0em;
  margin-left: 3em !important;
}
.mainBox p.center {
  text-align: center;
}
.mainBox p.right {
  text-align: right;
}
.mainBox h2 {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin: 2rem 0rem 1rem;
  padding: 0.8rem 0.5rem 0.8rem 2rem;
  background: url(../images/h2b.png) repeat;
  border-radius: 3px;
  color: #3c3636;
}
.mainBox h3 {
  font-weight: bold;
  padding: 0.5rem 1rem;
  font-size: 1.1rem !important;
  border-left: solid #ffd452 15px;
  border-radius: 4px;
  color: #3c352b;
  line-height: 1.7rem;
  margin: 1.5rem 0rem;
  text-align: left;
  padding: 5px 10px 5px 25px;
}
.mainBox h4 {
  font-weight: bold;
  margin: 0.5em;
  color: #023a46;
  background: #e4e4e4;
  padding: 4px 10px 4px 15px;
  font-size: 105%;
  border-radius: 4px;
  line-height: 1.5rem;
  margin-top: 1rem;
}
.mainBox h5 {
  /*@include inline-block;*/
  margin-top: 1.5rem;
  padding: 0 0.5rem;
}
.mainBox ul, .mainBox ol {
  margin-top: 1rem;
  margin-left: 3rem;
}
.mainBox ul li, .mainBox ol li {
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
}
.mainBox ul li {
  list-style: disc;
}
.mainBox ul li li {
  list-style: circle;
}
.mainBox ul.nolist li {
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .mainBox ul {
    margin-left: 1.5rem;
  }
}
.mainBox ol {
  /*
  counter-reset: li;
  list-style: none;
  text-indent: -1.7rem;
  li{
      list-style: none;
  }
  li:before {
      color: $base_color;
      font-size: 1.3rem;
      font-weight: bold;
      counter-increment: li;
      content: counter(li) ". ";
  }*/
}
.mainBox dl {
  line-height: 1.6rem;
  text-align: left;
  margin: 1rem auto 2rem 1rem;
}
.mainBox dd {
  margin-left: 1rem;
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
.mainBox dt {
  font-weight: bold;
  color: #023a46;
  position: relative;
}
.mainBox dt:before {
  font-family: "icomoon", sans-serif;
  content: "\e907";
  color: #023a46;
  content: "\e912";
  color: #ffd452;
}
.mainBox table {
  text-align: left;
  margin: 0.5rem 1rem;
  width: auto;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 480px) {
  .mainBox table {
    width: 98% !important;
    margin: auto;
  }
}
.mainBox caption, .mainBox th {
  text-align: left;
}
.mainBox caption {
  color: #3F3127;
  padding-left: 0rem;
  font-size: 0.85rem;
}
.mainBox caption.right {
  text-align: right;
}
.mainBox th {
  text-align: left;
  font-weight: bold;
  padding: 0.7rem;
  color: #3c3636;
  background: #c3e9f1;
}
.mainBox td {
  text-align: left;
  padding: 0.5rem;
  color: #3c3636;
  line-height: 1.2rem;
  background: #fff;
  border: solid 1px #c3e9f1;
}
.mainBox td.right {
  text-align: right;
  background-image: none;
}
.mainBox td.cent {
  text-align: center;
  padding-top: 3px;
}

@media screen and (max-width: 480px) {
  .spBar,
  .scrollBox {
    width: 100%;
    overflow-x: auto;
    padding-top: 2rem;
    display: block;
    position: relative;
    margin: 0px;
  }
  .spBar::-webkit-scrollbar,
  .scrollBox::-webkit-scrollbar {
    height: 20px;
  }
  .spBar::-webkit-scrollbar-track,
  .scrollBox::-webkit-scrollbar-track {
    background: #F1F1F1;
    border-radius: 10px;
  }
  .spBar::-webkit-scrollbar-thumb,
  .scrollBox::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 10px;
  }
  .spBar table,
  .scrollBox table {
    width: 750px !important;
    margin: .5rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .spBar::before,
  .scrollBox::before {
    content: "← 横スクロール →";
    display: inline-block;
    text-align: left;
    font-size: .8rem;
    font-weight: bold;
    margin: 5px;
    padding: .5rem;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f4e5e5;
  }
}

#top h1 {
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  position: absolute;
  top: 33px;
  left: 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/rogo.png) no-repeat left top;
  width: 333px;
  height: 102px;
}

#aside li {
  display: block;
  position: relative;
  padding-left: 10px;
}
#aside li a {
  margin-left: 10px;
}
#aside li:before {
  background: #669900;
  left: 10px;
  margin-top: -5px;
}

hr {
  border: none;
  height: 1px;
  border-top: 1px dotted #023a46;
  color: #023a46;
}

.red {
  color: #CC0000;
  font-weight: bold;
  text-align: left;
}

.blue {
  color: #039;
  font-weight: bold;
  background: #FFF;
  margin: 1em 0px 1em 1em;
}

.right {
  text-align: right;
  padding-right: 20px;
  margin-right: 15px;
}

.cent {
  text-align: center;
  margin: auto;
}

.small {
  font-size: .8rem;
  font-weight: normal;
}

.ex {
  font-weight: bold;
  color: #003333;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
}

.hidden {
  display: none;
}

.hiddenSp {
  display: none;
}

.left {
  text-align: left;
}

.end {
  font-weight: bold;
  font-size: 0.95rem;
  color: #d91954;
  margin-left: 1.5rem;
}

.pdfbox {
  text-indent: 0rem;
  padding: 0.7rem;
  margin-bottom: 1.5rem;
  border: 1px dotted #009;
  font-size: 0.8rem;
}

.none {
  display: none;
}

.mark-text {
  background: #F7F388 none repeat scroll 0% 0%;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.gNav {
  width: 100%;
  vertical-align: bottom;
  letter-spacing: -.4em;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .gNav {
    width: 100%;
    background: none;
    margin-top: 0px;
    position: inherit;
    display: inherit;
    height: inherit;
    top: 0px;
  }
}

.globalNav {
  background: #c3e9f1;
  zoom: 1;
}
.globalNav:before, .globalNav:after {
  content: "";
  display: table;
}
.globalNav:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .globalNav {
    display: table;
    width: auto;
    padding: 5px 0;
    border-spacing: 2px 0px;
    table-layout: fixed;
  }
}
.globalNav li {
  list-style-type: none;
  width: 196px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-bottom: 0px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0em;
  position: relative;
  text-align: center;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .globalNav li {
    margin: 0;
    font-size: .85rem;
    font-size: .85em\9;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    float: none;
    background: none;
    white-space: normal;
    text-indent: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .globalNav li:hover {
    border-bottom: none;
    margin-bottom: auto;
  }
}
.globalNav li a {
  font-size: 110%;
  color: #023a46;
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.globalNav li a:before {
  content: url(../images/ico_li.png);
  display: inline-block;
  vertical-align: middle;
  padding-right: .5rem;
}
@media screen and (max-width: 480px) {
  .globalNav li a {
    background: none;
    margin: auto;
    border-radius: 0px;
    width: 20%;
    border: none;
    display: table-cell;
    vertical-align: middle;
    height: 3.8rem;
    padding: 0 .1rem;
    line-height: 1.2rem;
    background: #FFF;
  }
  .globalNav li a:hover {
    background: #FFF;
  }
  .globalNav li a:before {
    content: none;
  }
}
.globalNav li a span {
  display: block;
  margin-top: 5px;
  font-size: 0.8em;
  color: #c2913e;
  font-weight: initial;
}
@media screen and (max-width: 480px) {
  .globalNav li a span {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .Search .nav02,
  .mylib .nav01,
  .guide .nav03,
  .info .nav04,
  .library .nav05,
  .libguide .nav06 {
    background: #1e8297;
    border: none;
    margin-bottom: auto;
  }
}

.acceBtn {
  width: 100%;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .acceBtn {
    text-align: right;
    order: 1;
    width: 100%;
  }
}

.acceBtn fieldset {
  float: right;
  padding: 0;
  margin-bottom: .5rem;
  margin-left: 1rem;
  z-index: 9999;
}
.acceBtn fieldset legend {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  padding: 0 0.5rem 0 0;
  font-weight: bold;
}
.acceBtn fieldset legend::after {
  content: ":";
}
.acceBtn fieldset button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  line-height: 1;
  border-radius: 3px;
  font-size: 0.8rem;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
}
.acceBtn fieldset button:hover {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .acceBtn fieldset.fontSize {
    display: none;
  }
}
.acceBtn fieldset.fontSize button {
  padding: 0.4rem;
  background: none;
  font-weight: bold;
  font-size: 0.8rem;
  color: #023a46;
  margin: 0.1rem 0;
}
.acceBtn fieldset.fontSize button.on {
  background-color: #c3e9f1;
}
.acceBtn fieldset.fontSize button:hover, .acceBtn fieldset.fontSize button:focus {
  background-color: #1e8297;
  color: #fff !important;
}
@media screen and (max-width: 480px) {
  .acceBtn fieldset.cssChange {
    position: absolute !important;
    top: 0.2rem;
    right: 0px;
  }
}
.acceBtn fieldset.cssChange button.pt01 {
  color: #000;
  font-size: .8rem;
  background-color: #fff;
}
.acceBtn fieldset.cssChange button.pt01:hover, .acceBtn fieldset.cssChange button.pt01:focus {
  background-color: #1e8297 !important;
  color: #fff !important;
  box-shadow: 0 1px 0 #d6ccbf;
}
.acceBtn fieldset.cssChange button.pt02 {
  color: #ff0;
  font-size: .8rem;
  background-color: #00f;
}
.acceBtn fieldset.cssChange button.pt02:hover, .acceBtn fieldset.cssChange button.pt02:focus {
  background-color: #1e8297 !important;
  color: #fff !important;
  box-shadow: 0 1px 0 #d6ccbf;
}
.acceBtn fieldset.cssChange button.pt03 {
  color: #ff0;
  font-size: .8rem;
  background-color: #000;
}
.acceBtn fieldset.cssChange button.pt03:hover, .acceBtn fieldset.cssChange button.pt03:focus {
  background-color: #1e8297 !important;
  color: #fff !important;
  box-shadow: 0 1px 0 #d6ccbf;
}
.acceBtn fieldset.cssChange button.pt01, .acceBtn fieldset.cssChange button.pt02, .acceBtn fieldset.cssChange button.pt03 {
  margin: .1rem;
  padding: .4rem !important;
}

.headNav {
  position: absolute;
  top: 0px;
  right: 230px;
}
@media screen and (max-width: 480px) {
  .headNav {
    margin: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    background: #fff;
    padding: 10px 0px;
  }
}
.headNav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 0px 0px 6px;
  margin: 2px;
  font-size: 0.8rem;
  font-size: 0.8em\9;
}
@media screen and (max-width: 480px) {
  .headNav li {
    padding: 0px;
    margin: 0px;
  }
  .headNav li form {
    text-align: left;
  }
}
.headNav li span {
  color: #5fb609;
  margin-right: 0.2em;
}
.headNav li a {
  color: #006633;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
}
.headNav li a:hover span {
  color: #006633;
}

.headtop > div:nth-of-type(2) {
  width: 980px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 480px) {
  .headtop > div:nth-of-type(2) {
    width: auto;
  }
}

.loginMenu {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .loginMenu {
    position: static;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 70%;
    padding-bottom: .5rem;
  }
}
.loginMenu li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  list-style-type: none;
  margin-right: 5px;
  padding: 3px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .loginMenu li {
    padding-top: 0px;
    border: none;
    float: none;
    margin: 0;
    padding: 0;
  }
}
.loginMenu li a {
  display: block;
  color: #fff;
  background-color: #1e8297;
  font-size: 0.8rem;
  /*@include b-radius;*/
  border-radius: 3px;
  cursor: pointer;
  padding: 3px 15px;
  vertical-align: middle;
  height: auto;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  box-shadow: 0 3px 0 #176575;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 5px 5px 4px;
  min-width: 100px;
  margin: 0px;
}
.loginMenu li a:hover {
  box-shadow: 0 1px 0 #d6ccbf;
  background: #1e8297;
}
@media screen and (max-width: 480px) {
  .loginMenu li a {
    display: table-cell;
    padding: .8rem .5rem;
  }
}
.loginMenu li a span {
  display: block;
  padding-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .loginMenu li a span {
    display: inline;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .loginMenu li a.log_in, .loginMenu li alog_out {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 480px) {
  .loginMenu li.kago {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: 0.1rem;
  }
}
.loginMenu li.login {
  margin-top: 7px;
  text-indent: -119988px;
  background: url(../images/nu-02.png) no-repeat right top;
  width: 200px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  .loginMenu li.login {
    display: block;
    margin-top: 0px;
    background: url(none);
    text-indent: 0px;
    height: auto;
    line-height: 1.3rem;
    margin: 0 .4rem .2rem;
    width: auto;
    font-size: 12px;
  }
}

.site_search {
  position: absolute;
  right: 246px;
  top: 3px;
  z-index: 120;
  list-style-type: none;
}
@media screen and (max-width: 480px) {
  .site_search {
    right: 0px;
  }
}
.site_search li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 90%;
  margin-left: 10px;
}
.site_search li a {
  font: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #023a46;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  padding: 3px 15px;
  vertical-align: middle;
  height: auto;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  box-shadow: 0 3px 0 #d6ccbf;
  text-decoration: none;
  margin: 10px auto;
  display: block;
  padding: 7px 15px;
  box-shadow: none;
  margin: 0px;
  background: url(../images/tp_bk.png) repeat;
  color: #FFF;
  font-weight: bold;
}
.site_search li a:hover {
  box-shadow: 0 1px 0 #d6ccbf;
  margin: 12px auto 8px;
}
.site_search li a::before {
  font-family: "icomoon", sans-serif;
  content: "\e907";
  color: #023a46;
  padding-right: 5px;
  color: #edc166;
  font-weight: normal;
}
.site_search li a:hover {
  margin: 0px;
  opacity: 0.8;
}
@media screen and (max-width: 480px) {
  .site_search li a {
    padding: 5px 7px;
    font-size: 90%;
  }
}
.site_search li.ss1 a::before {
  content: "\e90f";
}
.site_search li.ss2 a::before {
  content: "\e904";
}

.loginMenu li {
  position: relative;
}
.loginMenu li .msg {
  position: absolute;
  display: block;
  width: 18rem;
  width: 18em\9;
  top: -2rem;
  top: -2em\9;
  right: 0rem;
  right: 0em\9;
}
.loginMenu li .msg span {
  display: block;
  position: relative;
  color: #F7F3E6;
  font-weight: bold;
  border-radius: 5px;
  padding: 0.5rem 0.2rem;
  padding: 0.5em 0.2em\9;
  font-size: 0.9rem;
  font-size: 0.9em\9;
  background: rgba(154, 117, 105, 0.61);
  text-align: center;
}
.loginMenu li .msg span::before {
  border-top-color: rgba(154, 117, 105, 0.61);
}
.loginMenu li.kago a .r-num {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 3px;
  border-radius: 4px;
  background-color: #F7F3E6;
  color: #023a46;
  margin: 0rem 0.4rem;
  margin: 0em 0.4em\9;
}
.loginMenu li.kids {
  display: none;
}
@media screen and (max-width: 480px) {
  .loginMenu li.kids {
    display: inline-block;
    width: 60px;
  }
}
.loginMenu li.kids a {
  display: none;
}
@media screen and (max-width: 480px) {
  .loginMenu li.kids a {
    background: #ccecff;
    background: #f5c30f;
    color: #023a46;
    display: inline-block;
    padding: 3px 6px;
    font-size: 100%;
    line-height: 1.2em;
    box-shadow: 0 3px 0 #a3ddff;
    box-shadow: 0 3px 0 #d2a709;
    /*padding-right: 0px;*/
  }
  .loginMenu li.kids a::before {
    font-family: "icomoon", sans-serif;
    content: "\e907";
    color: #023a46;
    content: "\e910";
  }
}

.topicPath {
  position: relative;
  width: 100%;
  text-align: center;
  margin: .5rem 1rem;
}
@media screen and (max-width: 480px) {
  .topicPath {
    display: none;
  }
}
.topicPath ol {
  width: 970px;
  text-align: left;
  color: #3c3636;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .topicPath ol {
    margin-right: 0px;
  }
}
.topicPath ol:before {
  font-family: "icomoon", sans-serif;
  content: "\e907";
  color: #023a46;
  content: "\e600";
  left: 0px;
  color: #023a46;
}
.topicPath ol li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: bold;
  line-height: 1.4rem;
  font-size: 0.9rem;
  padding-left: 5px;
}
.topicPath ol li a {
  display: block;
  color: #3c3636;
  position: relative;
  font-weight: normal;
  text-decoration: none;
}
.topicPath ol li a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  content: "\e913";
  right: 0px;
  color: #3c3636;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.topicPath ol li a:hover {
  text-decoration: underline;
}

.mainBox ul.list {
  text-align: center;
  margin: 1.5rem auto;
  width: 65%;
}
@media screen and (max-width: 480px) {
  .mainBox ul.list {
    width: 90%;
  }
}
.mainBox ul.list li {
  list-style-type: none;
  margin: 10px;
}
.mainBox ul.list li a {
  display: block;
  padding: 0.8rem 2rem;
  text-align: left;
  border-radius: 4px;
  border: solid 1px #023a46;
  @inlcude animation;
  text-decoration: none;
}
.mainBox ul.list li a:hover {
  background: #c3e9f1;
}
.mainBox ul.pageLink {
  padding: 5px;
  position: relative;
  zoom: 1;
  margin: 1.5rem auto;
  margin-left: 0px;
}
.mainBox ul.pageLink:before, .mainBox ul.pageLink:after {
  content: "";
  display: table;
}
.mainBox ul.pageLink:after {
  clear: both;
}
.mainBox ul.pageLink li {
  float: left;
  font-size: 95%;
  word-break: keep-all;
  white-space: nowrap;
  list-style: none;
  margin: 5px 10px 5px 2px;
}
.mainBox ul.pageLink li a {
  background: #1A6F80;
  padding: 5px 10px 5px 5px;
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  position: relative;
}
.mainBox ul.pageLink li a:after {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  color: #cf3f3f;
  content: "\e911";
  color: #fff;
  padding-left: 10px;
}
.mainBox ul.pageLink li a:hover {
  background: #023a46;
}
.mainBox ul.lineList {
  margin: 1.5rem auto;
}
.mainBox ul.lineList li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 30%;
  list-style-type: none;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .mainBox ul.lineList li {
    width: auto;
  }
}
.mainBox ul.lineList.aut li {
  width: auto;
}
.mainBox ul.lineList a {
  border: solid 1px #023a46;
  padding: 5px 10px;
  white-space: nowrap;
  display: block;
  white-space: normal;
}
.mainBox ul.lineList a:hover {
  text-decoration: none;
  background: #EDFBFD;
}
.mainBox .snsbtn_demo {
  position: absolute;
  top: -30px;
  right: 1rem;
}
.mainBox .snsbtn_demo li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: .9rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}

/* CSS Document */
input,
option,
select,
label {
  vertical-align: middle;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
}

input {
  border: none;
  padding: auto 10px;
  ime-mode: disabled;
}

input.imeon {
  /* 初期値が日本語入力モード */
  ime-mode: active;
}

input.imeoff {
  /* 初期値が英数字入力モード */
  ime-mode: inactive;
}

input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  -moz-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  margin-left: 1rem;
  margin-right: 0.2rem;
  cursor: pointer;
}

input[type=radio] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1.3, 1.3);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1.3, 1.3);
  cursor: pointer;
}

input[type="text"],
input[type="password"] {
  border: solid 1px #023a46;
  width: auto;
  height: 1.7rem;
  padding: 0.1rem;
}
@media screen and (max-width: 480px) {
  input[type="text"],
  input[type="password"] {
    padding: 0.3rem;
  }
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  outline: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  font: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #023a46;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  padding: 3px 15px;
  vertical-align: middle;
  height: auto;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  transition: background .3s ease-out;
  -ms-transition: background 0.3s ease-out;
  box-shadow: 0 3px 0 #d6ccbf;
  text-decoration: none;
  margin: 10px auto;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  box-shadow: 0 1px 0 #d6ccbf;
  margin: 12px auto 8px;
}
@media screen and (max-width: 480px) {
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    padding: 7px 15px;
  }
}

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: 0;
}

select {
  border: solid 1px #023a46;
  cursor: pointer;
  padding: 0.4rem;
}
@media screen and (max-width: 480px) {
  select {
    margin: 0.1rem;
    margin-left: 0rem;
    padding: 0.3rem;
  }
}

blockquote {
  margin: 1em;
}

.req {
  color: #CC3300;
  font-weight: normal;
  text-align: right;
  font-size: 80%;
}

label {
  line-height: 1.4rem;
  margin: 0.5rem 0em;
  margin-right: 1rem;
}

fieldset {
  margin: 0px 0px 0.5rem 1rem;
  padding: 0px;
  border: 0px;
  position: relative;
}
fieldset legend {
  font-weight: bold;
  font-size: 110%;
  padding-right: 1rem;
  line-height: 1.8rem;
  color: #023a46;
}
fieldset.floatRight {
  zoom: 1;
}
fieldset.floatRight:before, fieldset.floatRight:after {
  content: "";
  display: table;
}
fieldset.floatRight:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  fieldset.floatRight {
    margin-bottom: 1.3rem;
  }
}
fieldset.floatRight legend {
  float: left;
  width: 7.5rem;
  text-align: right;
}
@media screen and (max-width: 480px) {
  fieldset.floatRight legend {
    float: none;
    width: auto;
    text-align: left;
    display: inline-block;
  }
}
fieldset.floatRight .rightBox {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 480px) {
  fieldset.floatRight .rightBox {
    margin-left: 0rem;
    width: 100%;
  }
}
fieldset.floatRight .cmt {
  margin-left: 9.5rem;
}
fieldset.floatRight .cmt label {
  display: block;
  padding-top: 0.5rem;
}
@media screen and (max-width: 480px) {
  fieldset.floatRight .cmt {
    margin-left: 0rem;
  }
}
fieldset.floatRight .cmt p.kome {
  margin-left: 1rem;
}

.mainBox form li {
  list-style-type: none;
  margin-bottom: 0.3rem;
}
.mainBox form p {
  margin-top: 0em;
  margin-bottom: 0.5rem;
}

.button {
  text-align: center;
  display: block;
  margin: 20px auto 10px;
}

.mainBox .linkBtn {
  margin: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.mainBox .linkBtn.block a {
  display: block;
}

.mainBox .linkBtnL {
  margin: 15px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.mainBox .linkBtnL a {
  padding: 15px 60px;
}

@media screen and (max-width: 480px) {
  .mform tr,
  .rform tr {
    display: block;
    margin-bottom: 1rem;
  }
}
.mform th,
.rform th {
  vertical-align: middle;
  text-align: right;
}
.mform th label,
.rform th label {
  white-space: nowrap;
  margin-right: 0rem;
  display: block;
}
@media screen and (max-width: 480px) {
  .mform th label,
  .rform th label {
    display: inline-block;
  }
}
.mform th span,
.rform th span {
  font-size: 0.8rem;
  font-weight: normal;
}
.mform th .req,
.rform th .req {
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .mform th,
  .rform th {
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #023a46;
    color: #023a46;
    text-align: left;
    font-size: 1.2rem;
  }
}
.mform td,
.rform td {
  border: none;
  background-color: #F7F3E6;
}
@media screen and (max-width: 480px) {
  .mform td,
  .rform td {
    display: block;
    text-align: center;
  }
}
.mform td input[type="text"],
.mform td input[type="password"],
.rform td input[type="text"],
.rform td input[type="password"] {
  margin: 0.1rem;
  border: 1px solid #023a46;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .mform td input[type="text"],
  .mform td input[type="password"],
  .rform td input[type="text"],
  .rform td input[type="password"] {
    padding: 0.5rem;
  }
}
.mform td textarea,
.rform td textarea {
  height: 12rem;
  width: 90%;
  border: 1px solid #023a46;
}
@media screen and (max-width: 480px) {
  .mform td textarea,
  .rform td textarea {
    width: 98%;
  }
}

div.wicket-aa-container {
  width: auto;
}

div.wicket-aa {
  background-color: white;
  border: 1px solid #023a46;
  padding: 1px;
  margin-top: 1px;
  text-align: left;
}

div.wicket-aa ul {
  list-style: none;
  padding: 1px;
  margin: 1px;
  line-height: 1.4em;
}

div.wicket-aa ul li:hover {
  cursor: pointer;
}

div.wicket-aa ul li.selected {
  background-color: #E6E6FA;
}

/*iphone 16px対応*/
@media screen and (max-device-width: 480px) {
  input[type="text"],
  input[type="password"],
  textarea,
  select {
    font-size: 16px;
  }
}
.mainBox .cardapply {
  text-indent: 0rem;
  margin-left: 0rem;
  padding-bottom: 0.7rem;
}
.mainBox .cardapply li {
  display: inline-block;
  width: 100px;
  height: 40px;
  padding: 5px;
  margin: 5px;
  line-height: 1.2rem;
  background: #FFF;
  color: #000;
  font-size: 80%;
  vertical-align: middle;
  position: relative;
  border: 1px solid #023a46;
}
@media screen and (max-width: 480px) {
  .mainBox .cardapply li {
    text-align: center;
    text-indent: -1.7rem;
    width: 75%;
    display: block;
    height: auto;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px 0px 10px 20px;
  }
}
@media screen and (max-width: 480px) {
  .mainBox .cardapply li br {
    display: none;
  }
}
.mainBox .cardapply li:before,
.mainBox .cardapply li:after {
  content: "";
  position: absolute;
  bottom: 15px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #023a46;
  right: -10px;
  overflow: hidden;
  z-index: 1;
  font-size: 0.5rem;
}
@media screen and (max-width: 480px) {
  .mainBox .cardapply li:before,
  .mainBox .cardapply li:after {
    bottom: -10px;
    right: 46%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #023a46 transparent transparent transparent;
  }
}
.mainBox .cardapply li:after {
  border-left-color: #FFF;
  right: -9px;
}
@media screen and (max-width: 480px) {
  .mainBox .cardapply li:after {
    bottom: -9px;
    right: 46%;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #FFF transparent transparent transparent;
  }
}
.mainBox .cardapply li.now {
  background: #023a46;
  color: #FFF;
}
.mainBox .cardapply li.now:after {
  border-left-color: #023a46;
}
@media screen and (max-width: 480px) {
  .mainBox .cardapply li.now:after {
    border-top-color: #023a46;
    border-left-color: transparent;
  }
}

.addressInput table {
  width: 90%;
}
@media screen and (max-width: 480px) {
  .addressInput table {
    width: auto;
  }
}

.mylib .addressInput td {
  line-height: 1.4rem;
}
@media screen and (max-width: 480px) {
  .mylib .addressInput td {
    text-align: left;
  }
}
.mylib .addressInput td input {
  width: auto;
}
@media screen and (max-width: 480px) {
  .mylib .addressInput td input[type="text"] {
    width: 90%;
  }
}
.mylib .addressInput td input[type="checkbox"] {
  width: auto;
  margin-top: 1rem;
}
.mylib .addressInput td input[type="checkbox"] + label {
  margin-right: 0rem;
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .mylib .addressInput td input#year, .mylib .addressInput td input#month, .mylib .addressInput td input#day, .mylib .addressInput td input#posts {
    width: auto;
  }
}
.mylib .addressInput td .colon,
.mylib .addressInput td .colon1 {
  margin-right: 0.5rem;
}
.mylib .addressInput td .colon:after,
.mylib .addressInput td .colon1:after {
  content: "：";
}
@media screen and (max-width: 480px) {
  .mylib .addressInput td .colon1 {
    display: none;
  }
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
}

/*iphone プルダウン独自スタイル対応*/
@media screen and (max-width: 480px) {
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 2rem;
    background: #ffffff url("../images/select down.png") no-repeat 95%;
  }
}
.main .articleHead {
  text-align: right;
  margin: auto;
  margin-top: .5rem;
}
.main .articleHead li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: .8rem;
  line-height: 1.4;
}
.main .articleHead li .date {
  font-size: .9rem;
}
.main .articleHead li .date > span::after {
  content: "：";
  font-weight: bold;
}
.main .articleHead li.snsBtn {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .main .articleHead li.snsBtn {
    display: block;
    margin: .5rem;
  }
}
.main .articleHead li.snsBtn > div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 0.5rem;
  vertical-align: top;
  line-height: 0;
}
.main .articleHead li.snsBtn a::after {
  content: none;
}
.main .snsBtn .tw,
.main .snsBtn .fb,
.main .snsBtn .line {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
}
.main .snsBtn .fb {
  fill: #3b5998;
}
.main .snsBtn .tw {
  background: #55acee;
  border-radius: 4px;
  padding: .4rem;
  fill: #fff;
  width: 2rem;
  height: 2rem;
}
.main .snsBtn .line .fill_1 {
  fill: #00C300;
}
.main .snsBtn .line .fill_2 {
  fill: #fff;
}

.acceBtn fieldset legend {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: left;
  padding: 0 0.5rem 0 0;
  font-weight: bold;
  font-size: 0.8rem;
}
.acceBtn fieldset button {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  line-height: 1;
}
.acceBtn fieldset button:hover {
  cursor: pointer;
}
.acceBtn fieldset.cssChange button.pt01 {
  color: #000;
  font-size: .8rem;
  background-color: #fff;
}
.acceBtn fieldset.cssChange button.pt01:hover, .acceBtn fieldset.cssChange button.pt01:focus {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
.acceBtn fieldset.cssChange button.pt02 {
  color: #ff0;
  font-size: .8rem;
  background-color: #00f;
}
.acceBtn fieldset.cssChange button.pt02:hover, .acceBtn fieldset.cssChange button.pt02:focus {
  background-color: rgba(0, 0, 255, 0.5);
  color: #ff0;
}
.acceBtn fieldset.cssChange button.pt03 {
  color: #ff0;
  font-size: .8rem;
  background-color: #000;
}
.acceBtn fieldset.cssChange button.pt03:hover, .acceBtn fieldset.cssChange button.pt03:focus {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ff0;
}
.acceBtn fieldset.cssChange button.pt01, .acceBtn fieldset.cssChange button.pt02, .acceBtn fieldset.cssChange button.pt03 {
  margin: .1rem;
  padding: .3rem .4rem;
}

.BookingEntry input,
.BookingEntry select {
  box-sizing: inherit;
}
.BookingEntry fieldset {
  text-align: center;
}
.BookingEntry fieldset div {
  margin: 0.2rem auto;
  text-align: center;
}
.BookingEntry fieldset label.entry {
  width: 11rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #3e6bbd;
  border: 1px solid #3e6bbd;
  color: #fff;
  text-align: right;
  padding: .5rem;
  font-weight: bold;
  margin: 0.2rem 0;
}
@media screen and (max-width: 480px) {
  .BookingEntry fieldset label.entry {
    background-color: transparent;
    color: #3e6bbd;
    border: none;
    text-align: center;
  }
}
.BookingEntry fieldset input {
  width: 11rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1.4rem;
  height: auto;
  padding: .5rem;
}
@media screen and (max-width: 480px) {
  .BookingEntry fieldset input {
    width: auto;
  }
}
.BookingEntry .button a {
  display: block;
  margin: 1rem;
}
.BookingEntry input[value="クリア"] {
  background: #d6d2d6;
  box-shadow: #abaaad 0px 3px 0px;
  color: #412614;
}

.bookingFormBox {
  width: 75%;
  text-align: center;
  margin: auto;
}
.bookingFormBox input[type="text"],
.bookingFormBox input[type="password"] {
  border-color: #3c3636;
}
@media screen and (max-width: 480px) {
  .bookingFormBox {
    width: 100%;
  }
}

.bookingUserDetail .contents {
  margin: auto;
  text-align: center;
}
.bookingUserDetail .main h1 {
  padding: 2.5rem 0.9rem 0.9rem;
  text-align: left;
}
.bookingUserDetail .main h2 {
  text-align: left;
}
.bookingUserDetail .main input[type="submit"] {
  margin: 0 auto 1rem auto;
  text-align: center;
}
.bookingUserDetail .main dl {
  display: table;
  border-collapse: separate;
  border-spacing: 3px;
  margin: auto;
  text-align: center;
  width: 100%;
  table-layout: fixed;
  border-bottom: solid 1px #3c3636;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl {
    display: block;
    border-bottom: none;
  }
}
.bookingUserDetail .main dl dt {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  line-height: 1.2rem;
  padding: .7rem;
  width: 10rem;
  color: #3c3636;
  background: #749de8;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dt {
    display: block;
    border-bottom: solid 1px #3c3636;
    width: auto;
    text-align: left;
    margin: auto;
  }
}
.bookingUserDetail .main dl dt::before {
  content: none;
}
.bookingUserDetail .main dl dt .reqd {
  display: block;
  font-size: .8rem;
  color: #e61818;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dt .reqd {
    display: inline;
    margin-left: .5rem;
  }
}
.bookingUserDetail .main dl dd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: .5rem;
  color: #3c3636;
  line-height: 1.2rem;
  background: #fff;
  word-break: break-all;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dd {
    display: block;
    border-bottom: none;
    width: auto;
    text-align: left;
    margin-left: 0;
  }
  .bookingUserDetail .main dl dd input[type="text"],
  .bookingUserDetail .main dl dd input[type="password"] {
    width: 99%;
  }
  .bookingUserDetail .main dl dd.age input[type="text"] {
    width: 3rem;
    margin-right: .5rem;
  }
}
.bookingUserDetail .main dl dd.kome {
  margin-top: 0;
  font-size: 0.9rem;
  border: none;
  width: auto;
  display: table-caption;
  margin: 0;
  padding: .3rem 0 0;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dd.kome {
    padding: 0 0 .5rem;
    text-align: left;
    display: block;
  }
}
.bookingUserDetail .main dl dd.itemerror {
  display: table-footer-group;
  white-space: nowrap;
  font-size: .9rem;
  color: #fa0000;
}
@media screen and (max-width: 480px) {
  .bookingUserDetail .main dl dd.itemerror {
    margin: 0;
    display: block;
    padding-top: 0;
  }
}
.bookingUserDetail .main dl dd textarea {
  width: 100%;
}
.bookingUserDetail .main p.button {
  margin: 1.5rem;
}
.bookingUserDetail input[value="取消"] {
  background: #d6d2d6;
  box-shadow: #abaaad 0 3px 0;
  color: #3c3636;
}
.bookingUserDetail form {
  margin-bottom: 10rem;
}

h2.trend_h2 {
  padding: 0.8rem 0.5rem;
  border-radius: 7px;
  position: relative;
  margin-bottom: 1rem;
}
h2.trend_h2::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 10px;
  border-top-color: #023a46;
  margin-left: -10px;
  left: 50%;
  bottom: -20px;
}
@media screen and (max-width: 480px) {
  h2.trend_h2 {
    border-radius: 0;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

.trend {
  border: 1px dashed;
  font-size: .9rem;
  padding: .8rem .5rem;
  margin-bottom: .5rem;
}
@media screen and (max-width: 480px) {
  .trend {
    border-right: none;
    border-left: none;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.trend ul {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .trend ul {
    text-align: left;
  }
}
.trend ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: .1rem;
}
.trend ul li a {
  display: block;
  background: #fff;
  border: 2px solid;
  border-radius: 3px;
  padding: .3rem;
  margin-bottom: .3rem;
  text-decoration: none;
}
.trend ul li a:hover {
  background: none;
}
@media screen and (max-width: 480px) {
  .trend ul li {
    margin-bottom: .5rem;
  }
  .trend ul li a {
    padding: .5rem 1rem;
  }
}
.trend p {
  margin: .5rem;
}
.trend p a {
  text-decoration: none;
  background: #023a46;
  padding: .3rem;
  color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .trend p {
    margin: 1rem;
  }
  .trend p a {
    padding: .5rem 1rem;
  }
}

.search .mainBox form.BookReviewForm {
  margin-top: 2rem;
}

/* CSS Document */
select {
  border-color: #3c3636;
}

fieldset legend {
  color: #023a46;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #fff;
  border-radius: 3px;
  background: #1A6F80;
  box-shadow: 0 3px 0 #145764;
}

.headerMenu .acceBtn fieldset legend {
  vertical-align: middle;
  font-size: .8rem;
  color: #3c3636;
}
.headerMenu .acceBtn fieldset legend::after {
  content: ":";
  margin: 0.2rem;
}
