@charset "UTF-8";
@import url(/bs/css/bootstrap.min.css);
/* line 5, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Ruby24-x64/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*====================*/
/*common*/
/*====================*/
/*====================*/
/*btn*/
/*====================*/
/*====================*/
/*blockContents*/
/*====================*/
/*====================*/
/*setup*/
/*====================*/
/* line 24, ../sass/style_yellow.scss */
.textRed {
  color: #ff0000;
}

/* line 28, ../sass/style_yellow.scss */
.br {
  display: inline-block;
}

/* line 32, ../sass/style_yellow.scss */
body {
  font-size: 1em;
  background-color: #FFFF00;
  font-family: 'Hiragino Kaku Gothic ProN', '繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3', Meiryo, 繝｡繧､繝ｪ繧ｪ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* line 38, ../sass/style_yellow.scss */
a {
  line-height: 1.2em;
}

/*====================*/
/*hidden*/
/*====================*/
/* line 42, ../sass/_common.scss */
.hidden-down {
  display: none;
}

@media screen and (max-width: 414px) {
  /* line 47, ../sass/_common.scss */
  .hidden-down-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 47, ../sass/_common.scss */
  .hidden-down-md {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 47, ../sass/_common.scss */
  .hidden-down-lg {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  /* line 47, ../sass/_common.scss */
  .hidden-down-xl {
    display: none;
  }
}
/* line 42, ../sass/_common.scss */
.hidden-up {
  display: none;
}

@media screen and (max-width: 414px) {
  /* line 47, ../sass/_common.scss */
  .hidden-up-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 47, ../sass/_common.scss */
  .hidden-up-md {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 47, ../sass/_common.scss */
  .hidden-up-lg {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  /* line 47, ../sass/_common.scss */
  .hidden-up-xl {
    display: none;
  }
}
/*====================*/
/*line*/
/*====================*/
/* line 54, ../sass/style_yellow.scss */
.line {
  border-bottom: 3px solid #FFFF00;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*====================*/
/*container area*/
/*====================*/
/* line 65, ../sass/style_yellow.scss */
#wrap .container {
  background-color: #FFFF00;
  z-index: 1;
}
/* line 70, ../sass/style_yellow.scss */
#wrap .no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/*====================*/
/*skiplink*/
/*====================*/
/* line 85, ../sass/style_yellow.scss */
#blockskip {
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
/* line 92, ../sass/style_yellow.scss */
#blockskip a {
  display: block;
  width: 100%;
  height: 1px;
  line-height: 0;
  cursor: default;
  float: left;
  margin: -1px 0 0;
  padding: 0;
  color: #000000;
  background-color: #FFFF00;
}
/* line 102, ../sass/style_yellow.scss */
#blockskip a.show {
  display: block;
  width: 100%;
  height: 20px;
  line-height: 1;
  cursor: pointer;
  padding-top: 5px;
  text-decoration: none !important;
}
/* line 109, ../sass/style_yellow.scss */
#blockskip a.de {
  font-size: 0;
  text-decoration: none !important;
}
/* line 114, ../sass/style_yellow.scss */
#blockskip:focus {
  text-decoration: none !important;
}
/* line 118, ../sass/style_yellow.scss */
#blockskip:hover {
  text-decoration: underline !important;
}

/*====================*/
/*pagetoplink*/
/*====================*/
/* line 126, ../sass/style_yellow.scss */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 1;
}
/* line 133, ../sass/style_yellow.scss */
.pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("/img/common/pagetop.png");
}

/*====================*/
/*header*/
/*====================*/
/* line 143, ../sass/style_yellow.scss */
#libheader {
  background-color: #FFFF00;
}
@media screen and (min-width: 768px) {
  /* line 146, ../sass/style_yellow.scss */
  #libheader .header-bg {
    margin: 4px 0;
    background-image: url("/img/common/header.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  /* line 156, ../sass/style_yellow.scss */
  #libheader .logo {
    height: 260px;
  }
}
/* line 162, ../sass/style_yellow.scss */
#libheader #toggle {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 162, ../sass/style_yellow.scss */
  #libheader #toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 162, ../sass/style_yellow.scss */
  #libheader #toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    height: 30px;
    width: 40px;
  }
  /* line 174, ../sass/style_yellow.scss */
  #libheader #toggle .btn-toggle {
    position: relative;
  }
  /* line 178, ../sass/style_yellow.scss */
  #libheader #toggle span {
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000000;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  /* line 187, ../sass/style_yellow.scss */
  #libheader #toggle span:nth-child(1) {
    top: 4px;
    left: 4px;
  }
  /* line 192, ../sass/style_yellow.scss */
  #libheader #toggle span:nth-child(2) {
    top: 12px;
    left: 4px;
  }
  /* line 197, ../sass/style_yellow.scss */
  #libheader #toggle span:nth-child(3) {
    top: 20px;
    left: 4px;
  }
  /* line 203, ../sass/style_yellow.scss */
  #libheader #toggle .smartmenu_on span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 210, ../sass/style_yellow.scss */
  #libheader #toggle .smartmenu_on span:nth-child(2),
  #libheader #toggle .smartmenu_on span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  /* line 221, ../sass/style_yellow.scss */
  #libheader .smartmenu {
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
}
/* line 230, ../sass/style_yellow.scss */
#libheader .function-area {
  color: #000000;
}
@media screen and (min-width: 768px) {
  /* line 230, ../sass/style_yellow.scss */
  #libheader .function-area {
    margin: 4px 0;
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  /* line 238, ../sass/style_yellow.scss */
  #libheader .function-area .function-item {
    display: inline-block;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 247, ../sass/style_yellow.scss */
  #libheader .function-area .btn-disab a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #FFFF00;
    border: solid 1px #FFFF00;
    border-left: solid 8px #FFFF00;
    color: #000000;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  /* line 259, ../sass/style_yellow.scss */
  #libheader .function-area .btn-disab a {
    display: block;
    text-decoration: none;
    background: #FFFF00;
    border: solid 1px #FFFF00;
    color: #000000;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  /* line 273, ../sass/style_yellow.scss */
  #libheader .topmenu-area a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background: #FFFF00;
    border: solid 1px #FFFF00;
    border-left: solid 8px #FFFF00;
    color: #000000;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  /* line 271, ../sass/style_yellow.scss */
  #libheader .topmenu-area {
    background-color: #FFFF00;
    display: inline-block;
    width: 100%;
    margin: 2px 0;
    padding: 2px 4px;
  }
  /* line 291, ../sass/style_yellow.scss */
  #libheader .topmenu-area ul {
    text-align: center;
  }
  /* line 295, ../sass/style_yellow.scss */
  #libheader .topmenu-area .tm-btn {
    display: inline-block;
    width: 13.80667%;
  }
  /* line 299, ../sass/style_yellow.scss */
  #libheader .topmenu-area .tm-btn a {
    display: block;
    padding: 20px 8px;
    text-decoration: none;
    background: #FFFF00;
    border: solid 1px #FFFF00;
    border-left: solid 8px #FFFF00;
    color: #000000;
    font-weight: bold;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
  }
  /* line 312, ../sass/style_yellow.scss */
  #libheader .topmenu-area .tm-btn a:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
}
@media screen and (max-width: 767px) {
  /* line 321, ../sass/style_yellow.scss */
  #libheader #colorchange,
  #libheader #textsize {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 321, ../sass/style_yellow.scss */
  #libheader #colorchange,
  #libheader #textsize {
    text-align: left;
  }
  /* line 329, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn,
  #libheader #colorchange .tr-btn,
  #libheader #textsize .cc-btn,
  #libheader #textsize .tr-btn {
    display: inline-block;
    width: 40px;
    margin-top: 6px;
  }
  /* line 335, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .large,
  #libheader #colorchange .cc-btn .medium,
  #libheader #colorchange .cc-btn .small,
  #libheader #colorchange .tr-btn .large,
  #libheader #colorchange .tr-btn .medium,
  #libheader #colorchange .tr-btn .small,
  #libheader #textsize .cc-btn .large,
  #libheader #textsize .cc-btn .medium,
  #libheader #textsize .cc-btn .small,
  #libheader #textsize .tr-btn .large,
  #libheader #textsize .tr-btn .medium,
  #libheader #textsize .tr-btn .small {
    display: inline-block;
    text-decoration: none;
    background-color: #FFFF00;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
  }
  /* line 340, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .large:hover,
  #libheader #colorchange .cc-btn .medium:hover,
  #libheader #colorchange .cc-btn .small:hover,
  #libheader #colorchange .tr-btn .large:hover,
  #libheader #colorchange .tr-btn .medium:hover,
  #libheader #colorchange .tr-btn .small:hover,
  #libheader #textsize .cc-btn .large:hover,
  #libheader #textsize .cc-btn .medium:hover,
  #libheader #textsize .cc-btn .small:hover,
  #libheader #textsize .tr-btn .large:hover,
  #libheader #textsize .tr-btn .medium:hover,
  #libheader #textsize .tr-btn .small:hover {
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
  }
  /* line 346, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .white,
  #libheader #colorchange .tr-btn .white,
  #libheader #textsize .cc-btn .white,
  #libheader #textsize .tr-btn .white {
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
  }
  /* line 349, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .white:hover,
  #libheader #colorchange .tr-btn .white:hover,
  #libheader #textsize .cc-btn .white:hover,
  #libheader #textsize .tr-btn .white:hover {
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    text-decoration: none;
  }
  /* line 355, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .black,
  #libheader #colorchange .tr-btn .black,
  #libheader #textsize .cc-btn .black,
  #libheader #textsize .tr-btn .black {
    display: inline-block;
    text-decoration: none;
    background-color: #000000;
    border: #ffffff solid 1px;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
  }
  /* line 358, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .black:hover,
  #libheader #colorchange .tr-btn .black:hover,
  #libheader #textsize .cc-btn .black:hover,
  #libheader #textsize .tr-btn .black:hover {
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    text-decoration: none;
  }
  /* line 364, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .blue,
  #libheader #colorchange .tr-btn .blue,
  #libheader #textsize .cc-btn .blue,
  #libheader #textsize .tr-btn .blue {
    display: inline-block;
    text-decoration: none;
    background-color: blue;
    border: #ffffff solid 1px;
    color: #ffffff;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
  }
  /* line 367, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .blue:hover,
  #libheader #colorchange .tr-btn .blue:hover,
  #libheader #textsize .cc-btn .blue:hover,
  #libheader #textsize .tr-btn .blue:hover {
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    text-decoration: none;
  }
  /* line 373, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .yellow,
  #libheader #colorchange .tr-btn .yellow,
  #libheader #textsize .cc-btn .yellow,
  #libheader #textsize .tr-btn .yellow {
    display: inline-block;
    text-decoration: none;
    background-color: yellow;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
  }
  /* line 376, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn .yellow:hover,
  #libheader #colorchange .tr-btn .yellow:hover,
  #libheader #textsize .cc-btn .yellow:hover,
  #libheader #textsize .tr-btn .yellow:hover {
    display: inline-block;
    text-decoration: none;
    background-color: #ffffff;
    border: #ffffff solid 1px;
    color: #000000;
    padding: 6px 8px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    text-decoration: none;
  }
  /* line 382, ../sass/style_yellow.scss */
  #libheader #colorchange .cc-btn a.textresizer-active,
  #libheader #colorchange .tr-btn a.textresizer-active,
  #libheader #textsize .cc-btn a.textresizer-active,
  #libheader #textsize .tr-btn a.textresizer-active {
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  /* line 391, ../sass/style_yellow.scss */
  #libheader #siteform {
    background-color: #FFFF00;
    border: solid 1px #FFFF00;
    border-left: solid 8px #FFFF00;
    padding: 10px;
  }
  /* line 398, ../sass/style_yellow.scss */
  #libheader #siteform .form-area {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 391, ../sass/style_yellow.scss */
  #libheader #siteform {
    text-align: right;
    padding-top: 4px;
  }
}
/* line 407, ../sass/style_yellow.scss */
#libheader #siteform .form-txt {
  /* IE */
  /* Edge */
  background-color: #FFFF00;
  border: 1px solid #ffffff;
  width: 70%;
}
/* line 408, ../sass/style_yellow.scss */
#libheader #siteform .form-txt::placeholder {
  color: #000000;
}
/* line 412, ../sass/style_yellow.scss */
#libheader #siteform .form-txt input:-ms-input-placeholder {
  color: #000000;
}
/* line 416, ../sass/style_yellow.scss */
#libheader #siteform .form-txt input::-ms-input-placeholder {
  color: #000000;
}
/* line 424, ../sass/style_yellow.scss */
#libheader #siteform .form-btn {
  padding: 4px 6px;
  background-color: #FFFF00;
  border: #ffffff 1px solid;
  color: #000000;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
}
/* line 427, ../sass/style_yellow.scss */
#libheader #siteform .form-btn:hover {
  padding: 4px 6px;
  background-color: #ffffff;
  border: #ffffff 1px solid;
  color: #000000;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  text-decoration: none;
}

/*====================*/
/*breadcrumb*/
/*====================*/
/* line 437, ../sass/style_yellow.scss */
#breadcrumb {
  margin: 10px 0 0;
}
/* line 440, ../sass/style_yellow.scss */
#breadcrumb .breadcrumb > li + li::before {
  padding: 0 8px;
  color: #000000;
  content: ">";
}
/* line 446, ../sass/style_yellow.scss */
#breadcrumb .breadcrumb_list {
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
}
/* line 452, ../sass/style_yellow.scss */
#breadcrumb a {
  color: #000000;
  text-decoration: none;
}

/*====================*/
/*blockContents*/
/*====================*/
/* line 461, ../sass/style_yellow.scss */
.blockContents1 {
  background-color: #FFFF00;
  border: #FFFF00 1px solid;
  border-radius: 5px;
  color: #000000;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
}
/* line 466, ../sass/style_yellow.scss */
.blockContents1 .blockContentsT {
  font-size: 1.25em;
  font-weight: bold;
  background-color: #FFFF00;
  border: #FFFF00 1px solid;
  color: #000000;
  text-align: center;
  border-radius: 10px;
  margin: 0;
  padding: 8px 0;
  -webkit-box-shadow: 0 0 5px #DDDDDD;
  box-shadow: 0 0 5px #DDDDDD;
}
/* line 122, ../sass/_common.scss */
.blockContents1 .blockContentsT p {
  padding-left: 6px;
}
/* line 126, ../sass/_common.scss */
.blockContents1 .blockContentsT span {
  padding-right: 6px;
  top: 2px;
}

/* line 471, ../sass/style_yellow.scss */
.blockContents2 {
  background-color: #FFFF00;
  border: #FFFF00 1px solid;
  border-radius: 5px;
  color: #000000;
  margin-top: 10px;
  padding: 10px;
}
/* line 474, ../sass/style_yellow.scss */
.blockContents2 .btn-type1 {
  margin-bottom: 10px;
}
/* line 477, ../sass/style_yellow.scss */
.blockContents2 .btn-type1:hover {
  margin-bottom: 10px;
}

/* line 483, ../sass/style_yellow.scss */
.blockContents3 {
  background-color: #FFFF00;
  border: #FFFF00 1px solid;
  border-radius: 5px;
  color: #000000;
  margin-top: 10px;
  padding: 10px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
}
/* line 488, ../sass/style_yellow.scss */
.blockContents3 .blockContentsT {
  font-size: 1.25em;
  font-weight: bold;
  background-color: #FFFF00;
  border: #ffffff 1px solid;
  color: #000000;
  text-align: center;
  border-radius: 10px;
  margin: 0;
  padding: 8px 0;
  -webkit-box-shadow: 0 0 5px #DDDDDD;
  box-shadow: 0 0 5px #DDDDDD;
}
/* line 122, ../sass/_common.scss */
.blockContents3 .blockContentsT p {
  padding-left: 6px;
}
/* line 126, ../sass/_common.scss */
.blockContents3 .blockContentsT span {
  padding-right: 6px;
  top: 2px;
}

/* line 493, ../sass/style_yellow.scss */
.blockContentsB {
  padding: 5px;
  margin-bottom: 4px;
  color: #000000;
}
/* line 496, ../sass/style_yellow.scss */
.blockContentsB p {
  line-height: 1.5em;
}

/* line 502, ../sass/style_yellow.scss */
.SearchForm .input-group {
  margin: 10px 0;
}
/* line 505, ../sass/style_yellow.scss */
.SearchForm .input-group .searchFormControl {
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /* IE */
  /* Edge */
  background-color: #FFFF00;
  background-image: none;
  border: 3px solid #fffaf0;
  border-radius: 0;
}
/* line 511, ../sass/style_yellow.scss */
.SearchForm .input-group .searchFormControl::placeholder {
  color: #000000;
}
/* line 515, ../sass/style_yellow.scss */
.SearchForm .input-group .searchFormControl input:-ms-input-placeholder {
  color: #000000;
}
/* line 519, ../sass/style_yellow.scss */
.SearchForm .input-group .searchFormControl input::-ms-input-placeholder {
  color: #000000;
}
/* line 528, ../sass/style_yellow.scss */
.SearchForm .input-group .btn-search {
  height: 38px;
  font-size: 14px;
  color: #000000;
  background-color: #fffaf0;
  border: 3px solid #fffaf0;
  border-radius: 0;
}
/* line 539, ../sass/style_yellow.scss */
.SearchForm .searchCheckboxArea ul {
  text-align: center;
}
/* line 543, ../sass/style_yellow.scss */
.SearchForm .searchCheckboxArea li {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 2px;
}
@media screen and (min-width: 768px) {
  /* line 543, ../sass/style_yellow.scss */
  .SearchForm .searchCheckboxArea li {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  /* line 543, ../sass/style_yellow.scss */
  .SearchForm .searchCheckboxArea li {
    width: 31.33333%;
  }
}
/* line 555, ../sass/style_yellow.scss */
.SearchForm .searchCheckboxArea .searchCheckbox {
  display: none;
}
/* line 559, ../sass/style_yellow.scss */
.SearchForm .searchCheckboxArea .searchCheckboxItem {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
/* line 565, ../sass/style_yellow.scss */
.SearchForm .searchCheckboxArea .searchCheckboxItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  border-radius: 4px;
}
/* line 577, ../sass/style_yellow.scss */
.SearchForm .searchCheckboxArea .searchCheckbox:checked + .searchCheckboxItem {
  color: #000000;
}
/* line 581, ../sass/style_yellow.scss */
.SearchForm .searchCheckboxArea .searchCheckbox:checked + .searchCheckboxItem::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000000;
  border-right: 3px solid #000000;
  overflow: hidden;
  transition: 0.4s;
}
/* line 597, ../sass/style_yellow.scss */
.SearchForm hr {
  border-top: 2px solid #FFFF00;
  margin: 10px 0;
}

/*====================*/
/*mainContents*/
/*====================*/
/* line 605, ../sass/style_yellow.scss */
h1 {
  color: #000000;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  border-bottom: #ffffff 6px dashed;
  margin: 14px 0;
  padding: 10px 0;
}

/* line 615, ../sass/style_yellow.scss */
h2 {
  color: #000000;
  background: #FFFF00;
  background: -moz-linear-gradient(left, #FFFF00 2%, #FFFF00 0%, #FFFF00 0%);
  background: -webkit-linear-gradient(left, #FFFF00 2%, #FFFF00 0%, #FFFF00 0%);
  background: linear-gradient(to right, #ffff00 2%, #ffff00 0%, #ffff00 0%);
  background-repeat: no-repeat;
  padding: 10px 0 5px 30px;
  border: 3px solid #FFFF00;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2em;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
}

/* line 631, ../sass/style_yellow.scss */
h3 {
  /*
  background-image: url("/img/common/link_li.gif");
  background-repeat: no-repeat;
  background-position: 0 6px;
  */
  color: #000000;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25em;
}

/* line 646, ../sass/style_yellow.scss */
h4 {
  color: #000000;
  font-size: 1.25em;
  font-weight: bold;
  margin: 16px 0 3px;
  border-bottom: #ffffff 1px solid;
}

/* line 654, ../sass/style_yellow.scss */
.blockLinkArea {
  color: #000000;
  margin-top: 20px;
  background-color: #FFFF00;
  border: #FFFF00 1px solid;
  padding: 20px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
}
/* line 663, ../sass/style_yellow.scss */
.blockLinkArea li {
  margin-top: 4px;
  padding: 10px;
  border-bottom: #FFFF00 1px dotted;
}
/* line 671, ../sass/style_yellow.scss */
.blockLinkArea li a {
  color: #000000;
}
/* line 674, ../sass/style_yellow.scss */
.blockLinkArea li a:hover {
  color: #ffffff;
}
/* line 680, ../sass/style_yellow.scss */
.blockLinkArea .linkTitle {
  font-size: 1.25em;
  font-weight: bold;
  margin: 2px;
  border-bottom: #FFFF00 2px solid;
}

/* line 688, ../sass/style_yellow.scss */
.blockTextArea {
  color: #000000;
  margin-top: 20px;
  background-color: #FFFF00;
  border: #FFFF00 1px solid;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.29);
}
/* line 698, ../sass/style_yellow.scss */
.blockTextArea li,
.blockTextArea p {
  padding-left: 10px;
  line-height: 1.5em;
}
/* line 704, ../sass/style_yellow.scss */
.blockTextArea .indent {
  padding-left: 20px;
}
/* line 708, ../sass/style_yellow.scss */
.blockTextArea .ul-def {
  margin-bottom: 10px;
  padding-left: 30px;
  list-style-type: disc;
}
/* line 713, ../sass/style_yellow.scss */
.blockTextArea .ul-def ul {
  padding-left: 20px;
}
/* line 717, ../sass/style_yellow.scss */
.blockTextArea .ul-def li,
.blockTextArea .ul-def p {
  padding-left: 0;
  line-height: 1.5em;
}
/* line 724, ../sass/style_yellow.scss */
.blockTextArea .push {
  margin-top: 10px;
}
/* line 728, ../sass/style_yellow.scss */
.blockTextArea img {
  width: 100%;
}
/* line 732, ../sass/style_yellow.scss */
.blockTextArea .mail {
  width: 450px;
  height: 40px;
}
/* line 737, ../sass/style_yellow.scss */
.blockTextArea .imgttl {
  margin: 0 0 10px;
}

/*====================*/
/*btn*/
/*====================*/
/* line 745, ../sass/style_yellow.scss */
.btn-type1 {
  font-size: 1em;
  padding: 6px 12px;
  margin-bottom: 4px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #FFFF00;
  border: #ffffff 1px solid;
  color: #000000;
  border-radius: 4px;
  white-space: normal;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: 0.4s;
  margin-top: 4px;
}
/* line 749, ../sass/style_yellow.scss */
.btn-type1:hover {
  font-size: 1em;
  padding: 6px 12px;
  margin-bottom: 4px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ffffff;
  border: #ffffff 1px solid;
  color: #000000;
  border-radius: 4px;
  white-space: normal;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: 0.4s;
  text-decoration: none;
}

/*====================*/
/*table*/
/*====================*/
/* line 761, ../sass/style_yellow.scss */
.table-type1 tbody tr td,
.table-type1 tbody tr th {
  border: 1px #FFFF00 solid;
}

/*====================*/
/*footer*/
/*====================*/
/* line 772, ../sass/style_yellow.scss */
#libfooter {
  background-color: #FFFF00;
  margin: 10px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 777, ../sass/style_yellow.scss */
  #libfooter .footer-bg {
    height: 130px;
    background-image: url("/img/common/footer.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 785, ../sass/style_yellow.scss */
  #libfooter .footer-bg p {
    position: absolute;
    bottom: 0;
    padding: 4px 10px;
    color: #000000;
  }
}

/*====================*/
/*print*/
/*====================*/
@media print {
  /* line 798, ../sass/style_yellow.scss */
  a[href]:after {
    content: "" !important;
  }

  /* line 802, ../sass/style_yellow.scss */
  abbr[title]:after {
    content: "" !important;
  }
}
/*====================*/
/*other*/
/*====================*/
/* line 810, ../sass/style_yellow.scss */
.ex-type1 {
  background-color: #FFCCCC;
  width: 20px;
}

/* line 815, ../sass/style_yellow.scss */
.ex-type2 {
  background-color: #93FFAB;
}

/*====================*/
/*header plus*/
/*====================*/
@media screen and (min-width: 768px) {
  /* line 822, ../sass/style_yellow.scss */
  div.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  /* line 832, ../sass/style_yellow.scss */
  div.fbox1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }

  /* line 840, ../sass/style_yellow.scss */
  div.fbox2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }

  /* line 847, ../sass/style_yellow.scss */
  div.fbox3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
/*==========*/
/* elcielo api css*/
/*==========*/
/*==========*/
/* login*/
/*==========*/
/* line 860, ../sass/style_yellow.scss */
.el_header {
  text-align: center;
}
/* line 863, ../sass/style_yellow.scss */
.el_header .header_status {
  vertical-align: middle;
  margin-bottom: 10px;
}
/* line 868, ../sass/style_yellow.scss */
.el_header .header_button_cell {
  margin-bottom: 10px;
}
/* line 872, ../sass/style_yellow.scss */
.el_header .header_status_image {
  width: 18px;
  height: 18px;
}
/* line 877, ../sass/style_yellow.scss */
.el_header .header_nonpass a {
  color: #000000;
  text-decoration: none;
  border-bottom: #000000 1px solid;
}

/*==========*/
/* calendar*/
/*==========*/
/* line 892, ../sass/style_yellow.scss */
.el_calendar {
  margin-bottom: 10px;
  /* event */
}
/* line 895, ../sass/style_yellow.scss */
.el_calendar .calendar_frame {
  width: 100%;
  height: 150px;
}
/* line 900, ../sass/style_yellow.scss */
.el_calendar .calendar_header {
  width: 100%;
  margin-bottom: 10px;
}
/* line 905, ../sass/style_yellow.scss */
.el_calendar .month_pre {
  width: 20%;
  text-align: left;
  padding: 2px;
}
/* line 911, ../sass/style_yellow.scss */
.el_calendar .month_next {
  width: 20%;
  text-align: right;
  padding: 2px;
}
/* line 917, ../sass/style_yellow.scss */
.el_calendar .header_center {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
/* line 923, ../sass/style_yellow.scss */
.el_calendar .calendar_body {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
  background-color: #FFFF00;
}
/* line 932, ../sass/style_yellow.scss */
.el_calendar .tr_head {
  font-weight: bold;
  background-color: #FFFF00;
}
/* line 937, ../sass/style_yellow.scss */
.el_calendar .td0 {
  color: Red;
}
/* line 941, ../sass/style_yellow.scss */
.el_calendar .td6 {
  color: Blue;
}
/* line 945, ../sass/style_yellow.scss */
.el_calendar .calendar_body td {
  text-align: center;
  border: solid #FFFF00 1px;
  padding: 4px;
}
/* line 951, ../sass/style_yellow.scss */
.el_calendar .holiday {
  color: Red;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype1 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype2 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype3 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype4 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype5 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype6 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype7 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype8 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype9 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 957, ../sass/style_yellow.scss */
.el_calendar .dtype10 {
  background-color: #FFCCCC;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 963, ../sass/style_yellow.scss */
.el_calendar .hdtype1 {
  background-color: #93FFAB;
  font-weight: bold;
  color: #000000;
  font-weight: bold;
}
/* line 968, ../sass/style_yellow.scss */
.el_calendar .calendar_kan {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFF00;
  border: #ffffff solid 1px;
  color: #000000;
}

/* line 982, ../sass/style_yellow.scss */
.etooltip {
  color: #000000;
  display: inline-block;
  width: 100%;
  text-decoration: underline;
}
/* line 988, ../sass/style_yellow.scss */
.etooltip span {
  display: none;
}
/* line 992, ../sass/style_yellow.scss */
.etooltip:hover {
  position: relative;
  color: #333;
}
/* line 997, ../sass/style_yellow.scss */
.etooltip:hover span {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #FFFF00;
  padding: 5px;
  width: 200px;
  color: #000000;
  font-size: 80%;
  z-index: 100;
  text-align: left;
  border: #000000 1px solid;
}

/*==========*/
/* news*/
/*==========*/
/* line 1032, ../sass/style_yellow.scss */
.el_news_area a {
  text-decoration: none;
}
/* line 1037, ../sass/style_yellow.scss */
.el_news_area .el_news_group {
  padding: 6px;
  margin: 0;
}
/* line 1041, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item {
  border-bottom: 2px #FFFF00 solid;
}
/* line 1044, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item .el_news_content {
  position: relative;
  display: block;
  padding: 2px 4px;
  color: #000000;
  background-color: transparent;
  border: none;
}
/* line 1052, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item .el_news_content:hover {
  background-color: #ffffff;
  color: #000000;
  overflow: hidden;
  transition: 0.4s;
}
/* line 1060, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item .el_news_content .label-area {
  width: 100%;
  padding: 4px 2px;
}
/* line 1064, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-new {
  background-color: #ffffff;
  padding: 6px;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-align: center;
  border-radius: 0.25em;
  margin-right: 4px;
  margin-bottom: 4px;
}
/* line 1068, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan0,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan1,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan12,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan14,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan16,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan18,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan20,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan30,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan60,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan80,
.el_news_area .el_news_group .el_news_item .el_news_content .label-area .label-kan90 {
  background-color: #FFFF00;
  padding: 6px;
  font-size: 80%;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-align: center;
  border-radius: 0.25em;
  margin-right: 4px;
  margin-bottom: 4px;
}
/* line 1083, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item .el_news_content .subject-area {
  width: 100%;
  padding: 6px 2px;
  margin: 2px 0;
}
/* line 1090, ../sass/style_yellow.scss */
.el_news_area .el_news_group .el_news_item .nonnews {
  position: relative;
  display: block;
  padding: 8px 6px;
  margin: 2px 0;
}

/* line 1100, ../sass/style_yellow.scss */
.error {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
