/* Scss Document */
/* common */
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
* {
  padding: 0;
  margin: 0; }

#header {
  position: absolute;
  top: 0;
  height: 40px; }

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  background: #fff; }

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

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*::selection {
  background: #999;
  color: #fff; }

*::-moz-selection {
  background: #999;
  color: #fff; }

.disable {
  pointer-events: none;
  opacity: 0.5; }
  .disable img:hover {
    opacity: 1; }

a {
  display: inline-block;
  color: #000;
  text-decoration: none; }
  a.disabled { 
    pointer-events: none; }

img {
  max-width: 100%;
  max-height: 100%; }
  figure img {
    width: 100%;
    min-height: auto;
    vertical-align: bottom; }

p {
  line-height: 1.65;
  margin-bottom: 1em; }
  p:last-child {
    margin-bottom: 0; }
  p.ind1 {
    text-indent: -1em;
    padding-left: 1em; }
  p.ind2 {
    text-indent: -1.5em;
    padding-left: 1.5em; }
  p.ind3 {
    text-indent: -2em;
    padding-left: 2em; }

small {
  display: block;
  line-height: 1.65;
  margin-bottom: 1em; }

ul, dl {
  list-style: none; }
  ul:after, dl:after {
    content: "";
    display: block;
    clear: both; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
  line-height: 1.65; }

.bg0 {
  background: none !important; }

.bold {
  font-weight: bold !important; }

.tLeft {
  text-align: left !important; }

.tRight {
  text-align: right !important; }

.tCenter {
  text-align: center !important; }

.fLeft {
  float: left !important; }

.fRight {
  float: right !important; }

.middleLeft {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center; }

.middleCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.ls0 {
  letter-spacing: 0 !important; }

.mg0 {
  margin: 0 !important; }

.pd0 {
  padding: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mt1em {
  margin-top: 1em !important; }

.mt1 {
  margin-top: 15px !important; }

.mt2 {
  margin-top: 30px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr1em {
  margin-right: 1em !important; }

.mr1 {
  margin-right: 15px !important; }

.mr2 {
  margin-right: 30px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb1em {
  margin-bottom: 1em !important; }

.mb1 {
  margin-bottom: 15px !important; }

.mb2 {
  margin-bottom: 30px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml1em {
  margin-left: 1em !important; }

.ml1 {
  margin-left: 15px !important; }

.ml2 {
  margin-left: 30px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt1em {
  padding-top: 1em !important; }

.pt1 {
  padding-top: 15px !important; }

.pt2 {
  padding-top: 30px !important; }

.pr0 {
  padding-right: 0 !important; }

.pr1em {
  padding-right: 1em !important; }

.pr1 {
  padding-right: 15px !important; }

.pr2 {
  padding-right: 30px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb1em {
  padding-bottom: 1em !important; }

.pb1 {
  padding-bottom: 15px !important; }

.pb2 {
  padding-bottom: 30px !important; }

.pl0 {
  padding-left: 0 !important; }

.pl1em {
  padding-left: 1em !important; }

.pl1 {
  padding-left: 15px !important; }

.pl2 {
  padding-left: 30px !important; }

.inner {
  width: 94%;
  padding: 0 6%;
  margin: 0 auto; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #0b3986;
  padding: 0 3%;
  z-index: 999; }
  header #headerLogo {
    float: left;
    width: 98px;
    height: 19px;
    margin-top: 10px;
    line-height: 1 !important; }
  header .user {
    float: right;
    text-align: right;
    margin-top: 8px;
    max-width: 65%;
    overflow: hidden; }
    header .user .num {
      font-size: 9px;
      color: #fff;
      margin-bottom: 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    header .user .name {
      font-size: 10.5px;
      color: #fff; }

main {
  /* margin-top: 40px;*/ }
  main .inner {
    position: relative;
    padding: 25px 6%;
    margin-bottom: 30px; }
    main .inner .icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 20%; }
  main .content {
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 4.5%; }
    main .content.tip {
      background: rgba(255, 255, 255, 0.85) url("../images/tip.png") right bottom/16px no-repeat; }
    main .content h2 {
      font-size: 15px; }
    main .content time {
      display: block;
      font-size: 9px;
      font-weight: bold;
	  margin-top: 15px; }
      main .content time span {
        font-weight: normal;
        margin-left: 1em; }
        main .content time span.unread {
          color: #d0104c; }
    main .content hr {
      margin: 10px auto; }
    main .content p {
      font-size: 10.5px; }
    main .content iframe {
      width: 100%;
      height: auto; }
    main .content .btn {
      text-align: center; }
      main .content .btn a {
        background: #d0104c;
        font-size: 12px;
        padding: 10px 20px;
        border: 1px solid #d0104c;
        border-radius: 16px;
        box-shadow: 0px 1.5px 1px 0px rgba(0, 0, 0, 0.35);
        min-width: 78%;
        color: #fff;
        text-align: center;
        margin: 15px auto; }
    main .content .btn2 {
      text-align: center; }
      main .content .btn2 a {
        background: #fff;
        font-size: 12px;
        padding: 10px 20px;
        border: 1px solid #d0104c;
        border-radius: 16px;
        box-shadow: 0px 1.5px 1px 0px rgba(0, 0, 0, 0.35);
        min-width: 78%;
        color: #d0104c;
        text-align: center;
        margin: 15px auto; }
    main .content .btn3 {
      text-align: center; }
      main .content .btn3 a {
        background: #545454;
        font-size: 12px;
        padding: 10px 20px;
        border: 1px solid #545454;
        border-radius: 16px;
        box-shadow: 0px 1.5px 1px 0px rgba(0, 0, 0, 0.35);
        min-width: 78%;
        color: #fff;
        text-align: center;
        margin: 15px auto; }
    main .content .btn4 {
      text-align: center;
      display: inline-block; }
      main .content .btn4 a {
        background: #545454;
        font-size: 12px;
        padding: 10px 30px;
        border: 1px solid #545454;
        border-radius: 16px;
        box-shadow: 0px 1.5px 1px 0px rgba(0, 0, 0, 0.35);
        min-width: 30%;
        color: #fff;
        text-align: center;
        margin: 15px auto; }
    main .content .btn5 {
      text-align: center;
      display: inline-block; }
      main .content .btn5 a {
        background: #d0104c;
        font-size: 12px;
        padding: 10px 30px;
        border: 1px solid #d0104c;
        border-radius: 16px;
        box-shadow: 0px 1.5px 1px 0px rgba(0, 0, 0, 0.35);
        min-width: 30%;
        color: #fff;
        text-align: center;
        margin: 15px auto; }
      .regist_btn{
        text-align: center; }

footer {
  /*
  position: fixed;
  bottom: $navHeight;
  left: 0;
  */
  width: 100%;
  background: #e3e3e3;
  padding: 8px 3%;
  text-align: center;
  margin-bottom: 60px; }
  footer a {
    font-size: fontSizeMS;
    margin: 15px auto; }
  footer small {
    font-size: fontSizeS;
    letter-spacing: 0;
    margin: 0 auto; }

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #0b3986;
  z-index: 999;
  border-top: 1px solid #0d0d0d; }
  nav ul {
    display: flex;
    justify-content: center; }
  nav ul::after {
    content: "";
    display: block;
    clear: both; }
  nav ul li {
    float: left;
    width: 16%;
    height: 60px; }
    nav ul li:nth-child(1) {
      background: url("../images/nav_home.png") center center/contain no-repeat; }
      nav ul li:nth-child(1).on {
        background: url("../images/nav_home_on.png") center center/contain no-repeat; }
    nav ul li:nth-child(2) {
      background: url("../images/nav_board.png") center center/contain no-repeat; }
      nav ul li:nth-child(2).on {
        background: url("../images/nav_board_on.png") center center/contain no-repeat; }
    nav ul li:nth-child(3) {
      background: url("../images/nav_direct.png") center center/contain no-repeat; }
      nav ul li:nth-child(3).on {
        background: url("../images/nav_direct_on.png") center center/contain no-repeat; }
    nav ul li:nth-child(4) {
      background: url("../images/nav_resident.png") center center/contain no-repeat; }
      nav ul li:nth-child(4).on {
        background: url("../images/nav_resident_on.png") center center/contain no-repeat; }
    nav ul li:nth-child(5) {
      background: url("../images/nav_address.png") center center/contain no-repeat; }
      nav ul li:nth-child(5).on {
        background: url("../images/nav_address_on.png") center center/contain no-repeat; }
    nav ul li:nth-child(6) {
      background: url("../images/nav_privilege.png") center center/contain no-repeat; }
      nav ul li:nth-child(6).on {
        background: url("../images/nav_privilege_on.png") center center/contain no-repeat; }
    nav ul li a {
      display: block;
      width: 100%;
      height: 60px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  nav ul.min li {
    width: 25%; }
    nav ul.min li:nth-child(1) {
      background: url("../images/nav_home.png") center center/contain no-repeat; }
      nav ul.min li:nth-child(1).on {
        background: url("../images/nav_home_on.png") center center/contain no-repeat; }
    nav ul.min li:nth-child(2) {
      background: url("../images/nav_board.png") center center/contain no-repeat; }
      nav ul.min li:nth-child(2).on {
        background: url("../images/nav_board_on.png") center center/contain no-repeat; }
    nav ul.min li:nth-child(3) {
      background: url("../images/nav_direct.png") center center/contain no-repeat; }
      nav ul.min li:nth-child(3).on {
        background: url("../images/nav_direct_on.png") center center/contain no-repeat; }
    nav ul.min li:nth-child(4) {
      background: url("../images/nav_address.png") center center/contain no-repeat; }
      nav ul.min li:nth-child(4).on {
        background: url("../images/nav_address_on.png") center center/contain no-repeat; }
    nav ul.min li:nth-child(5) {
      background: url("../images/nav_privilege.png") center center/contain no-repeat; }
      nav ul.min li:nth-child(5).on {
            background: url("../images/nav_privilege_on.png") center center/contain no-repeat; }

.to_0, .to_1, .to_2, .to_3, .to_4, .to_5, .to_6, .btn { cursor: pointer; cursor: hand; }

.form {
  background: #d3e0f6; }
  .form .selectbox {
    width: 100%;
    height: 36px;
    background: #fff;
    border: 1px solid #aebdd6;
    position: relative; }
    .form .selectbox::after {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      content: "";
      width: 34px;
      height: 34px;
      background: url("../images/arrow_select.png") right center/contain no-repeat;
      pointer-events: none; }
    .form .selectbox select {
      width: 100%;
      height: 36px;
      background: transparent;
      padding: 10px;
      font-size: 12px;
      color: #0b3986;
      border: none;
      border-radius: 0;
      -webkit-appearance: none; }
  .form input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    color: #0b3986;
    border: 1px solid #aebdd6;
    border-radius: 8px; }
    .form input[type="text"]::placeholder {
      padding: 4px; }
  .form small {
    display: block;
    font-size: 12px;
    color: #f00;
    margin-top: 8px; }

.fancybox-slide--html {
  padding: 30px 8.5% !important;}

.fancybox-content {
  padding: 20px 6.5% !important;
  overflow: visible !important;}

.fancybox-button {
  background: transparent url("../images/close.png") center center/46px no-repeat !important;
  height: 46px !important;
  width: 46px !important;
  top: -15px !important;
  right: -15px !important; }

.fancybox-button svg {
  display: none !important; }

#termsModal h2, #privacyModal h2 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px; }
#termsModal h3, #privacyModal h3 {
  font-size: 10.5px;
  margin-bottom: 30px; }
#termsModal h4, #privacyModal h4 {
  font-size: 10.5px; }
#termsModal p, #privacyModal p {
  font-size: 10.5px;
  margin-bottom: 1em; }
#termsModal dl dt, #termsModal dl dd, #privacyModal dl dt, #privacyModal dl dd {
  float: left;
  font-size: 10.5px;
  padding: 3px 0;
  line-height: 1.65; }
#termsModal dl dt, #privacyModal dl dt {
  width: 30%;
  clear: both; }
#termsModal dl dd, #privacyModal dl dd {
  width: 70%; }
