@charset "UTF-8";
/*===================================================================
   shain_login layout
===================================================================*/
#shain_login {
  background-color: #76A315;
  color: #fff;
}
#shain_login .main {
  max-width: 400px;
  width: 95%;
  margin: 3em auto;
}
#shain_login .headline {
  width: 100%;
  max-height: 90px;
  height: auto;
  margin: 2em 0;
  position: relative;
  z-index: 30;
  background-color: #76A315;
  border-radius: 11px;
  padding: 0 0.65em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#shain_login .headline::before {
  content: "";
  display: block;
  padding-top: 21%;
}
@media screen and (min-width: 768px) {
  #shain_login .headline::before {
    padding-top: 13%;
  }
}
#shain_login .headline .deco_leaves {
  display: inline-block;
  max-width: 80px;
  width: 21%;
  margin-top: 8px;
}
#shain_login .headline .title {
  max-width: 320px;
  width: 72%;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
}
#shain_login form {
  font-weight: bold;
}
#shain_login form table {
  width: auto;
  margin: 0 auto;
}
#shain_login form table th, #shain_login form table td {
  padding: 0.8em;
}
#shain_login form input {
  border: solid 1px #aaabab;
  padding: 0.6em;
}
#shain_login form .input_btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #EB6100;
  border: solid 1px #eee;
  color: #fff;
  font-weight: bold;
  margin: 1em 0;
}
#shain_login .btn {
  min-width: 200px;
  width: auto;
  height: auto;
  display: table;
  margin: 0 auto 3em;
}
#shain_login .btn a {
  line-height: 1.8;
  font-weight: bold;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 0px 50px 0px 20px;
  border-bottom: 1.5px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1;
  color: inherit;
  position: relative;
}
#shain_login .btn a::after {
  content: "＞";
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%) scaleX(0.5);
  -ms-transform: translateY(-50%) scaleX(0.5);
  transform: translateY(-50%) scaleX(0.5);
}
#shain_login .cont {
  display: table;
  margin: 0 auto;
  padding: 1em;
}
#shain_login .cont .txtArea {
  font-size: 0.94em;
  white-space: nowrap;
}

/*===================================================================
   shain_senyou layout
===================================================================*/
#shain_senyou {
  background-color: #DEDEB3;
  color: #508E3A;
  /* info_list ******************************/
  /* info_detail ******************************/
}
#shain_senyou .anchor_nav a .img {
  background-image: url(../img/index/icon_bear@2x.png);
}
#shain_senyou .footer_logo {
  fill: #508E3A;
}
#shain_senyou #header #ttl {
  display: inline-block;
  max-width: 407px;
  width: 70%;
  margin: 0 auto;
}
#shain_senyou #cont {
  padding-top: 3em;
}
#shain_senyou #cont .iframeArea {
  width: 100%;
  height: 520px;
}
#shain_senyou #cont .iframeArea iframe {
  width: 100%;
  height: 98%;
}
#shain_senyou #cont .iframeArea#regulations {
  height: 560px;
}
#shain_senyou #cont .iframeArea#bizinfo {
  height: 400px;
}
#shain_senyou #cont .btn_kanri {
  text-align: right;
  font-size: 0.86em;
}
#shain_senyou #cont .btn_all a {
  display: block;
  text-align: center;
  background-color: #ccc;
  border: solid 1px #999;
  border-radius: 10px;
  color: #666464;
}
#shain_senyou #cont .pNav {
  font-size: 1.3rem;
  margin-bottom: 4em;
}
#shain_senyou #cont .pNav a {
  color: #508E3A;
  text-decoration: underline;
}
#shain_senyou #cont .nav_btn {
  display: table;
  width: auto;
  padding: 0.2em 0.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #EB6100;
  border: solid 1px #eee;
  border-radius: 7px;
  color: #fff;
  margin: 4em auto 0;
}
#shain_senyou #cont .nav_btn a {
  color: #fff;
}
#shain_senyou #cont .txtArea {
  margin-bottom: 1.5em;
}
#shain_senyou #cont .un-con {
  height: 60vh;
  display: table;
  text-align: center;
}
#shain_senyou #cont .un-con p {
  display: table-cell;
  vertical-align: middle;
}
#shain_senyou #regulations {
  margin-bottom: 3em;
}
#shain_senyou #regulations h3 {
  background-color: #EB6100;
  color: #fff;
  margin-bottom: 1em;
}
#shain_senyou #regulations h3 a {
  color: #fff;
}
#shain_senyou #regulations .catName {
  display: none;
}
#shain_senyou #bizinfo h3 {
  color: #666464;
  margin-bottom: 0.2em;
}
#shain_senyou #bizinfo .cat-0 {
  display: none;
}
#shain_senyou .info_list {
  /* pager ******************************/
}
#shain_senyou .info_list .icon_pdf {
  max-width: 33px;
  width: 8%;
  margin: -0.3em 0;
  float: right;
}
#shain_senyou .info_list .list_frame {
  background-color: #fff;
  font-size: 0.91em;
  line-height: 1.5;
  padding: 2em 2em 1em;
  margin-bottom: 1em;
}
#shain_senyou .info_list li {
  margin-bottom: 1em;
  clear: both;
}
#shain_senyou .info_list .up_ymd {
  display: block;
  color: #666464;
}
#shain_senyou .info_list .title {
  font-size: 1.06em;
  display: inline-block;
}
#shain_senyou .info_list .title a {
  color: #2C9FC8;
  text-decoration: underline;
}
#shain_senyou .info_list .newMark {
  display: inline;
  padding: 0.1em 0.3em;
  margin-left: 0.3em;
  border-radius: 10px;
  background-color: #d44;
  color: #fff;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.3;
}
#shain_senyou .info_list .catName {
  display: inline-block;
  padding: 0.1em 0.7em;
  margin-left: 0.3em;
  border-radius: 10px;
  background-color: #76A315;
  color: #fff;
  font-size: 0.8em;
  line-height: 1.3;
}
#shain_senyou .info_list .cat-0 .catName {
  background-color: #EB6100;
}
#shain_senyou .info_list .cat-1 .catName {
  display: none;
}
#shain_senyou .info_list.iframe .cat-0 {
  display: none;
}
#shain_senyou .info_list .more {
  padding-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#shain_senyou .info_list .more .comment {
  display: inline-block;
  color: #666464;
  max-width: 70%;
}
#shain_senyou .info_list .more .thumbNailWrap {
  display: inline;
  max-width: 150px;
  width: 50%;
  float: left;
  margin: 0 2em 2em 0;
}
@media screen and (min-width: 768px) {
  #shain_senyou .info_list .more .thumbNailWrap {
    width: 20%;
  }
}
#shain_senyou .info_list .more .thumbNailWrap img {
  vertical-align: text-top;
}
#shain_senyou .info_list .c-btn a {
  margin: 5px 0 !important;
  font-size: 6px !important;
  color: #fff !important;
}
#shain_senyou .info_list .pager {
  text-align: right;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #shain_senyou .info_list .pager {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
  }
}
#shain_senyou .info_list .pager a {
  white-space: nowrap;
  border-radius: 1.2em;
  padding: 3px 6.5px 2px;
  color: #76A315;
  text-decoration: none;
  margin: 0 0.4em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#shain_senyou .info_list .pager a.current {
  background: #76A315;
  color: #fff;
}
#shain_senyou .info_list .pager a:hover {
  color: #fff;
  background: rgba(118, 163, 21, 0.5);
}
#shain_senyou #info_detail {
  padding-top: 2em;
}
#shain_senyou #info_detail h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
#shain_senyou #info_detail #up_ymd {
  text-align: right;
  font-size: 0.85em;
  margin-top: -0.6em;
  color: #666464;
}
#shain_senyou #info_detail .detailText {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 60px;
  color: #666464;
}
#shain_senyou #info_detail .detailUpfile {
  margin: 30px 0;
}
#shain_senyou #info_detail .detailUpfile img {
  max-width: 100%;
  height: auto;
}

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