@charset "UTF-8";/**/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body,
p {
  color: #434343;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break:break-all;
  word-wrap:break-word;
  -ms-word-break:break-all;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

html.fixed,
body.fixed {
  overflow: hidden;
  height: 100%;
}

html {
  font-size: 62.5%;
  /*1rem = 10px */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  background: #fff;
  border-bottom: none;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
@media screen and (min-width: 981px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  body {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
  }
}

body,
p {
  color: #434343;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #27969e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.tdn:hover {
  text-decoration: none !important;
}

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

input,
textarea,
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #434343;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  resize: none;
}
@media screen and (min-width: 981px) {
  input,
  textarea,
  select {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 980px) {
  input,
  textarea,
  select {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}

/* ------------------------------------------- */
/* 開発側でbuttonを追加 */
/* ------------------------------------------- */
input,
textarea,
button {
  font-size: 13px;
  outline: none;
}
input:focus,
textarea:focus {
  border: 1px solid #27969e;
}

select {
  background-image: url(../img/ico_select.png) !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 14px !important;
}

::-webkit-input-placeholder {
  color: #c5c5c5 !important;
  font-size: smaller;
}

::-moz-placeholder {
  color: #c5c5c5 !important;
  font-size: smaller;
}

:-ms-input-placeholder {
  color: #c5c5c5 !important;
  font-size: smaller;
}

:-moz-placeholder {
  color: #c5c5c5 !important;
  font-size: smaller;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

.header {
  background: #ffffff;
}
.header img {
  display: block;
}
@media screen and (min-width: 981px) {
  .header {
    border-bottom: 1px solid #27969e;
  }
  .header .inner {
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0;
    max-width: 980px;
  }
  .header__logo {
    float: left;
    width: 300px;
  }
  .header a {
    text-decoration: none;
  }
  .header a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 980px) {
  .header {
    border-bottom: 8px solid #27969e;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: all .5s ease-out;
  }
  .header .inner {
    overflow: hidden;
    padding: 15px;
    position: relative;
  }
  .header__logo {
    float: left;
    width: 161px;
  }
}
.header__subnav {
  float: right;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .header__subnav {
    margin-right: 40px;
  }
}
.header__subnav-wrap {
  font-size: 0;
}
@media screen and (min-width: 981px) {
  .header__subnav-wrap li {
    font-size: 14px;
    line-height: 45px;
    margin-left: 30px;
  }
  .header__subnav-wrap a {
    line-height: 22px;
  }
  .header__subnav-welcome {
    background: url(../img/header_icn-mypg.png) left center no-repeat;
    background-size: 22px;
    display: inline-block;
    padding-left: 30px;
  }
  .header__subnav-mypg {
    display: none;
  }
  .header__subnav-lgout {
    display: inline-block;
  }
  .header__subnav-lgout a {
    background: url(../img/header_icn-lgout.png) left center no-repeat;
    display: inline-block;
    padding-left: 30px;
  }
  .header__subnav-power  {
    background: url(../img/logo_uc-sub.png) right center no-repeat;
    display: inline-block;
    padding-right: 110px;
  }
  .header__subnav-pass {
    display: inline-block;
  }
  .header__subnav-pass a {
    background: url(../img/header_icn-pass.png) left center no-repeat;
    display: inline-block;
    padding-left: 30px;
  }
}
@media screen and (max-width: 980px) {
  .header__subnav-wrap {
    padding: 7px 0 0;
  }
  .header__subnav-welcome {
    display: none;
  }
  .header__subnav-mypg a {
    background: url(../img/header_icn-mypg.png) center center no-repeat;
    background-size: 24px;
    display: block;
    height: 0;
    padding: 24px 0 0;
    overflow: hidden;
    width: 24px;
  }

  /*22/02/22 追記*/
  body:not(#index) .header__subnav-mypg a {
    margin-right: 4.5vw;
  }


  .header__subnav-mypgcms {
    background: url(../img/header_icn-mypg.png) center center no-repeat;
    background-size: 24px;
    display: block;
    height: 0;
    padding: 24px 0 0;
    overflow: hidden;
    width: 24px;
  }
  .header__subnav-lgout {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .gnav {
    border-top: 1px solid #cee1e2;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .gnav {
    position: relative;
    z-index: 999;
  }
}
@media screen and (min-width: 981px) {
  .gnav__btn {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .gnav__btn {
    cursor: pointer;
    height: 16px;
    position: fixed;
    right: 10px;
    top: 25px;
    width: 35px;
    z-index: 9999;
  }
  .opened .gnav__btn {
    cursor: pointer;
    right: 20px;
    top: 25px;
    width: 24px;
    height: 30px;
  }
  .gnav__btn span {
    background: #434343;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    width: 100%;
  }
  .opened .gnav__btn span {
    background: #fff;
  }
  .gnav__btn-01:nth-of-type(1) {
    top: 0;
    max-width: 24px;
  }
  .opened .gnav__btn-01:nth-of-type(1) {
    top: -14px;
    -ms-transform: translateY(19px) rotate(46deg);
    transform: translateY(19px) rotate(46deg);
    -webkit-transform: translateY(19px) rotate(46deg);
  }
  .gnav__btn-02:nth-of-type(2) {
    top: 7px;
    max-width: 24px;
  }
  .opened .gnav__btn-02:nth-of-type(2) {
    opacity: 0;
  }
  .gnav__btn-03:nth-of-type(3) {
    top: 14px;
    max-width: 24px;
  }
  .opened .gnav__btn-03:nth-of-type(3) {
    top: 25px;
    -ms-transform: translateY(-20px) rotate(-46deg);
    transform: translateY(-20pxpx) rotate(-46deg);
    -webkit-transform: translateY(-20px) rotate(-46deg);
  }
}
.gnav__wrap {
  font-size: 0;
}
@media screen and (max-width: 980px) {
  .gnav__wrap {
    background: #309aa1;
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    opacity: .9;
    padding: 50px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .gnav__wrap ul {
    box-sizing: border-box;
    overflow: scroll;
    height: 100%;
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 981px) {
  .gnav__list {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 0 1px;
    position: relative;
  }
  .gnav__list:before {
    background: #b1b1b1;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 1px;
  }
  .gnav__list a {
    border-bottom: 3px solid #27969e;
    display: inline-block;
    padding: 16px 20px;
    text-decoration: none;
  }
  .gnav__list a:hover {
    border-color: #27969e;
  }
  .gnav__list:first-child {
    padding: 0;
  }
  .gnav__list:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .gnav__list {
    font-size: 4vw;
    transition: opacity .5s ease-out;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    width: 90%;
  }
  .gnav__list.opened {
    opacity: 1;
  }
  .gnav__list a {
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff;
    padding: .6em 0;

  }
}
@media screen and (min-width: 981px) {
  .gnav__list-sp {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .gnav__list-pc {
    display: none;
  }
}

@media screen and (min-width: 981px) {
  .contents {
    background: #f8f8f8;
    padding: 35px 0;
  }
  .contents > .inner {
    margin: 0 auto;
    width: 960px;
  }
  .contents > .inner:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
  }
}
.contents__lead {
  background: #fff;
  padding: 1px 0;
}
@media screen and (max-width: 980px) {
  .contents__lead {
    padding: 4.16% 0 9.37%;
  }
}
.contents__lead .inner {
  border: 2px solid #27969e;
}
@media screen and (min-width: 981px) {
  .contents__lead .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 980px) {
  .contents__lead .inner {
    padding: 4.68% 1.87%;
  }
}
@media screen and (min-width: 981px) {
  .contents__lead p {
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .contents__lead p {
    font-size: 9px !important;
    font-size: 0.9rem !important;
  }
}
@media screen and (min-width: 981px) {
  .contents__lead-ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .contents__lead-ttl img {
    position: relative;
    top: 2px;
    width: 24px;
  }
}
@media screen and (max-width: 980px) {
  .contents__lead-ttl {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
  .contents__lead-ttl img {
    width: 16px;
  }
}
.contents__label {
  background: #d0f3f5;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 20px;
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 981px) {
  .contents__box {
    margin: 40px 0 0;
  }
  .contents__box:first-child {
    margin: 0;
  }
  .contents__box:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 981px) {
  .contents__box .inner {
    padding: 20px 0;
  }
  .contents__box .inner-h0 {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .contents__box .inner {
    background: #fff;
    padding: 4.68% 1.87% 10.41%;
  }
  .contents__box .inner-w0 {
    background: #fff;
    padding: 1px 0 10.41%;
  }
  .contents__box .inner-h0 {
    background: #fff;
    padding: 1px 1.87%;
  }
  .contents__box .inner-h5 {
    background: #fff;
    padding: 5px 1.87%;
  }
  .contents__tab-inner {
    background: #fff;
    padding: 5px 1.87%;
  }
}
.contents__box-mini {
  position: relative;
}
@media screen and (min-width: 981px) {
  .contents__box-mini {
    margin: 40px 0 0;
  }
  .contents__box-mini:first-child {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__box-mini {
    background: #fff;
    border-radius: 10px;
    margin: 1.25%;
    padding: 4.68% 1.87%;
  }
}
.contents__blk {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  padding: 1.87% 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .contents__blk {
    margin: 20px 0;
  }
}
.contents__ttl {
  position: relative;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.contents__body {
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
@media screen and (min-width: 981px) {
  .contents__ttl {
    background: #484542;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 22px 12px;
  }
  .main .contents__ttl {
    margin: 25px 0 0;
  }
  .main .contents__ttl:first-child {
    margin: 0;
  }
  .side .contents__ttl {
    margin: 15px 0 0;
  }
  .contents__box:first-child .side .contents__ttl {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__ttl {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    background: url(../img/ttl_bg.png) center rgba(76, 76, 76, 0.82) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2.08% 3.33%;
  }
  .main .contents__ttl {
    margin: 9.37% 0 0;
  }
  .main .contents__ttl:first-child {
    margin: 0;
  }
  .side .contents__ttl {
    margin: 0;
  }
  .contents__box:first-child .side .contents__ttl {
    margin: 0;
  }
}
.contents__ttl.w {
  background: none;
  color: #434343;
  font-weight: bold;
}
.contents__heading {
  border-left: 3px solid #4c4c4c;
  line-height: 1.3;
  padding-left: .5em;
  position: relative;
}
@media screen and (min-width: 981px) {
  .contents__heading {
    font-size: 20px;
    line-height: 22px;
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__heading {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    margin: 4.37% 0 0;
  }
}
.contents__heading:first-child {
  margin: 0;
}
.contents__heading .btn__wrap {
  margin: 0;
  position: absolute;
  right: 0;
  top: -20%;
}
.contents__heading .btn__wrap .btn {
  box-shadow: 0 2px 3px rgba(1, 42, 45, 0.3) !important;
  height: auto;
  line-height: 2;
}
@media screen and (min-width: 981px) {
  .contents__heading .btn__wrap .btn {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 980px) {
  .contents__heading .btn__wrap .btn {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    background-position: 10px center !important;
  }
}
.contents__heading-sub {
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 981px) {
  .contents__heading-sub {
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0 10px;
  }
}
@media screen and (max-width: 980px) {
  .contents__heading-sub {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    margin: 4.37% 0 0;
  }
}
.contents__heading-sub:first-child {
  margin: 0;
}
.contents__heading-sub .btn__wrap {
  margin: 0;
  position: absolute;
  right: 0;
  top: -20%;
}
.contents__heading-sub .btn__wrap .btn {
  box-shadow: 0 2px 3px rgba(1, 42, 45, 0.3) !important;
  height: auto;
  line-height: 2;
}
@media screen and (min-width: 981px) {
  .contents__heading-sub .btn__wrap .btn {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 980px) {
  .contents__heading-sub .btn__wrap .btn {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    background-position: 10px center !important;
  }
}
@media screen and (min-width: 981px) {
  .contents__body {
    background: #fff;
    border: 1px solid #b1d9db;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  }
  .main .contents__body {
    padding: 15px 24px;
  }
  .side .contents__body {
    padding: 10px 15px;
  }
  .contents__body-w0 {
    padding: 15px 0;
  }
  .contents__body.corp_list {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 980px) {
  .contents__body {
    background: #fff;
    padding: 4.16% 3.33% 9.37%;
  }
  .contents__body-w0 {
    background: #fff;
    padding: 4.16% 0 9.37%;
  }
  .contents__body.corp_list {
    background: #fff;
    padding: 0 0 9.37%;
  }
}
@media screen and (min-width: 981px) {
  .contents__body .contents__tab-inner {
    box-shadow: none;
    border-bottom: 1px solid #b1d9db;
  }
}
@media screen and (min-width: 981px) {
  .contents__tab {
    margin: 25px 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__tab-list {
    padding: 1px;
  }
}
.contents__tab-list a:hover {
  text-decoration: none;
}
.contents__tab-list ul {
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .contents__tab-list ul {
    min-height: 4em;
  }
}
@media screen and (max-width: 980px) {
  .contents__tab-list ul {
    border-collapse: separate;
    border-spacing: 8px 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__tab-list {
    background: #fff;
  }
}
.contents__tab-btn {
  background: #d8d8d8;
  border: 1px solid #b1d9db;
  box-sizing: border-box;
  color: #434343 !important;
  display: table-cell;
  padding: .6em 0 .4em;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.contents__tab-btn a {
  color: #434343 !important;
  text-decoration: none;
}
.contents__tab-btn.on {
  background: #27969e;
  color: #fff !important;
}
.contents__tab-btn-none-top {
  border-bottom: 1px solid #b1d9db;
  display: table-cell;
}
.contents__tab-btn-none-bot {
  border-top: 1px solid #b1d9db;
  display: table-cell;
}
.contents__tab-btn.on a {
  color: #fff !important;
}
@media screen and (min-width: 981px) {
  .contents__tab-btn {
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    cursor: pointer;
    font-size: 16px;
  }
  .contents__tab-btn.on {
    box-shadow: none;
    cursor: default;
  }
}
@media screen and (max-width: 980px) {
  .contents__tab-btn {
    font-size: 12px !important;
    font-size: 1.1rem !important;
  }
  .contents__tab-btn-none-top,
  .contents__tab-btn-none-bot {
    border: none;
    box-shadow: none;
  }
}
.contents__tab-top {
  border-bottom: 1px solid #b1d9db;
}
@media screen and (max-width: 980px) {
  .contents__tab-top {
    margin: 0 0 9.37%;
    padding: 0 3.33%;
  }
  .contents__tab-top .contents__tab-btn {
    bottom: -1px;
  }
}

@media screen and (min-width: 981px) {
  .contents__tab-top .contents__tab-btn {
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__tab-top .contents__tab-btn {
    border-radius: 1em 1em 0 0;
    box-shadow: 0 1px 0 #fff;
  }
}
.contents__tab-top .contents__tab-btn.on {
  border-bottom: 1px solid #fff !important;
}
.contents__tab-under {
  border-top: 1px solid #b1d9db;
}
@media screen and (max-width: 980px) {
  .contents__tab-under {
    margin-top: 20px;
    padding: 0 3.33% 9.37%;
  }
}
.contents__tab-under .contents__tab-btn {
  top: -1px;
}
@media screen and (min-width: 981px) {
  .contents__tab-under .contents__tab-btn {
    border-radius: 0 0 5px 5px;
  }
}
@media screen and (max-width: 980px) {
  .contents__tab-under .contents__tab-btn {
    border-radius: 0 0 1em 1em;
  }
}
.contents__tab-under .contents__tab-btn.on {
  border-top: 1px solid #fff !important;
}
.contents__tab-inner {
  min-height: 10em;
}
.contents__tab-inner.on {
  display: block;
}
@media screen and (min-width: 981px) {
  .contents__tab-inner {
    background: #fff;
    border-left: 1px solid #b1d9db;
    border-right: 1px solid #b1d9db;
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    margin: -1px 0;
    padding: 24px 24px 64px;
  }
}
@media screen and (min-width: 981px) {
  .contents__tab .contents__ttl {
    border-radius: 0;
    margin: 45px 0 0;
  }
  .contents__tab .contents__ttl:first-child {
    margin: 0;
  }
}
.contents__list {
  border-top: 1px solid #979797;
}
@media screen and (min-width: 981px) {
  .contents__list {
    margin: 25px 0 0;
  }
  .contents__list strong {
    font-size: 110%;
  }
}
@media screen and (max-width: 980px) {
  .contents__list {
    margin: 2.08% 0 0;
  }
  .contents__list strong {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
.contents__list li {
  border-bottom: 1px solid #979797;
  line-height: 1.6;
  padding: 3.12% 0;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.contents__list li strong {
  color: #27969e;
  display: inline;
  font-weight: bold;
  margin: 0 0 .25em;
}
.contents__list li a {
  color: #434343;
}
.contents__list li a:hover strong {
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .contents__list li a {
    display: block;
  }
}
.contents__table {
  background: #fff;
  margin: 1em 0 !important;
}
.contents__table th,
.contents__table td {
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .contents__table th,
  .contents__table td {
    padding: 8px 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__table th,
  .contents__table td {
    padding: 5px 0;
  }
}
.contents__table th {
  font-weight: bold;
}
@media screen and (min-width: 981px) {
  .contents__table th {
    white-space: nowrap;
  }
}
.contents__table-data {
  width: 100%;
}
.contents__table-data th {
  text-align: center;
  background: #96D7DB;
  border: 1px solid #DBF2F4;
  vertical-align: middle;
  font-weight: normal;
}
.contents__table-data td {
  border: 1px solid #DBF2F4;
  padding: 10px;
}
.contents__table-fixed .pinned {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  overflow: hidden;
  overflow-x: auto;
}
.contents__table-fixed .pinned table {
  width: 100%;
}
.contents__table-fixed .pinned table td,
.contents__table-fixed .pinned table th {
  white-space: nowrap;
}
.contents__table-fixed .pinned td:last-child {
  border: none;
}
.contents__table-fixed div.table-wrapper {
  position: relative;
  overflow: hidden;
}
.contents__table-fixed div.table-wrapper div.scrollable {
  margin-left: 25%;
}
.contents__table-fixed div.table-wrapper div.scrollable {
  overflow-x: auto;
  overflow-y: hidden;
}
.contents__table-fixed table td,
.contents__table-fixed table th {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.contents__table-fixed .scrollable table td:first-child,
.contents__table-fixed .scrollable table td:first-child,
.contents__table-fixed .scrollable table th:first-child,
.contents__table-fixed .scrollable table.pinned td {
  display: none;
}
.contents__table-fixed .scrollable .contents__table-col td {
  box-sizing: border-box;
}
@media screen and (min-width: 981px) {
  .contents__table-fixed .scrollable .contents__table-col td {
    min-width: 60px;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-fixed .scrollable .contents__table-col td {
    min-width: 30px;
  }
}
@media screen and (min-width: 981px) {
  .contents__table-fixed-ico {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-fixed-ico {
    padding: 15px 0;
    text-align: right;
  }
  .contents__table-fixed-ico img {
    height: auto;
    width: 24px;
  }
}
.contents__table-row {
  background: #fff;
  margin: 0;
  border: 1px solid #daf2f4;
  border-collapse: collapse;
  width: 100%;
}
.contents__table-row th,
.contents__table-row td {
  border-top: 1px solid #daf2f4;
  border-bottom: 1px solid #daf2f4;
  vertical-align: middle;
  padding: 1em;
}
.contents__table-row th {
  background: #c6f3f6;
  white-space: normal;
}
@media screen and (min-width: 981px) {
  .contents__table-row th {
    width: 120px;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-row th {
    width: 33%;
  }
}
.contents__table-row td {
  line-height: 1.5;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.contents__table-col {
  background: #fff;
  margin: 0;
  width: 100%;
  border: 1px solid #daf2f4;
  border-collapse: collapse;
}
.contents__table-col th,
.contents__table-col td {
  border-left: 1px solid #daf2f4;
  border-right: 1px solid #daf2f4;
  vertical-align: middle;
  padding: .5em;
  text-align: center;
}
.contents__table-col th {
  background: #94d7dc;
}
.contents__table-col tbody tr:nth-child(odd) {
  background: #edfcfc;
}
@media screen and (max-width: 980px) {
  .contents__table-col th,
  .contents__table-col td {
    white-space: nowrap;
  }
  .contents__table-col th:first-child,
  .contents__table-col td:first-child {
    text-align: left;
  }
  .contents__table-col th:first-child br,
  .contents__table-col td:first-child br {
    display: none;
  }
}
.contents__table-on {
  background: #ffa8b4;
}
.contents__table-form {
  margin: 2em 0 !important;
}
@media screen and (min-width: 981px) {
  .contents__table-form {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form {
    display: block;
    width: 100%;
  }
  .contents__table-form tbody,
  .contents__table-form tr {
    display: block;
    width: 100%;
  }
}
.contents__table-form th,
.contents__table-form td {
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 981px) {
  .contents__table-form th,
  .contents__table-form td {
    vertical-align: middle;
    display: block;
    white-space: normal;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form th,
  .contents__table-form td {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .contents__table-form tr {
    display: block;
    position: relative;
  }
}
.contents__table-form th {
  font-weight: normal;
  line-height: 1.5;
  word-break:break-all;
}
@media screen and (min-width: 981px) {
  .contents__table-form th {
    border-left: 11px solid #95dadf;
    box-sizing: border-box;
    width: 180px;
    padding: 8px 0 10px 8px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contents__table-form th[colspan="2"] {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form th {
    border-left: 15px solid #95dadf;
    margin: 0 0 15px;
    padding: 10px 0 10px 1em;
  }
}
.contents__table-form th.contents__table-heading {
  background: #95dadf;
  border: none;
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: .5em 1em;
}
@media screen and (min-width: 981px) {
  .contents__table-form th.contents__table-heading {
    border: none;
    font-size: 18px;
  }
  .contents__table-form th.contents__table-heading:before {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form th.contents__table-heading {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
}
.contents__table-form td {
  line-height: 1.5;
}
@media screen and (min-width: 981px) {
  .contents__table-form td {
    margin: 0 0 50px;
    padding: 0 0 0 180px;
  }
  .contents__table-form td:first-child {
    padding: 10px 0 0;
  }
  .contents__table-form td p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form td {
    margin: 0 0 50px;
  }
}
.contents__table-form td small {
  display: inline-block;
  margin: 5px 0 0;
}
.contents__table-form td textarea {
  height: 7.5em;
}
@media screen and (min-width: 981px) {
  .contents__table-form.confirm td {
    padding: 10px 0 0 180px !important;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form.confirm td {
    padding: 13px 0 0 0 !important;
  }
}
@media screen and (min-width: 981px) {
  .contents__table-form tr:last-child td {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form tr:last-child td {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__def {
    padding: 4.16% 0 0;
  }
}
.contents__def dt {
  font-weight: bold;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.contents__def dd {
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
@media screen and (min-width: 981px) {
  .contents__def dt {
    font-size: 16px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__def dt {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    padding: 0 0 1.87%;
  }
}
@media screen and (min-width: 981px) {
  .contents__def dd {
    font-size: 12px;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__def dd {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    padding: 0 0 4.16%;
  }
}
.contents__def dd .search__list {
  margin: 0;
}
@media screen and (min-width: 981px) {
  .contents__def dd .search__select {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__def dd .search__select {
    margin: 0;
  }
}
.contents__voice-list {
  border-top: 2px solid #979797;
  margin: 4.06% 0 0;
}
.contents__voice-list a:hover {
  opacity: .8;
  text-decoration: none;
}
.contents__voice-list a:hover .contents__voice-ttl,
.contents__voice-list a:hover .contents__voice-txt {
  text-decoration: underline;
}
.contents__voice-list a:hover .contents__voice-ttl span,
.contents__voice-list a:hover .contents__voice-txt span {
  text-decoration: none;
}
.contents__voice-list li {
  border-bottom: 2px solid #979797;
  position: relative;
}
@media screen and (min-width: 981px) {
  .contents__voice-list li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-list li {
    padding: 4.06% 0;
  }
}
.contents__voice-list li a {
  display: block;
  position: relative;
}
@media screen and (min-width: 981px) {
  .contents__voice-list li a {
    min-height: 100px;
    padding: 0 0 0 115px;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-list li a {
    padding: 0 0 0 75px;
    min-height: 100px;
  }
}
.contents__voice-list .contents__voice-date {
  background: #c6f3f6;
  border-bottom: 2px solid #fff;
  color: #434343;
  left: 0;
  line-height: 2em;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 981px) {
  .contents__voice-list .contents__voice-date {
    width: 100px;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-list .contents__voice-date {
    width: 60px;
  }
}
.contents__voice-list .contents__voice-cat {
  background: #c6f3f6;
  background-repeat: no-repeat;
  background-size: 33px;
  border-bottom: 2px solid #fff;
  color: #434343;
  min-height: 100px;
  left: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1;
}
.contents__voice-list .contents__voice-cat.cat01 {
  background-image: url(../img/voice_ico-01.png);
}
.contents__voice-list .contents__voice-cat.cat02 {
  background-image: url(../img/voice_ico-02.png);
}
.contents__voice-list .contents__voice-cat.cat03 {
  background-image: url(../img/voice_ico-03.png);
}
.contents__voice-list .contents__voice-cat span {
  bottom: .5em;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .contents__voice-list .contents__voice-cat {
    background-position: center bottom 2em;
    width: 100px;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-list .contents__voice-cat {
    background-position: center center;
    width: 60px;
  }
}
.contents__voice-list-s {
  border-top: 2px solid #979797;
  margin: 2.06% 0 0;
}
@media screen and (min-width: 981px) {
  .contents__voice-list-s li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-list-s li {
    padding: 2.06% 0;
  }
}
.contents__voice-ttl {
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0 23px;
}
@media screen and (min-width: 981px) {
  .contents__voice-ttl {
    background: url(../img/voice_ico-q-s.png) left top no-repeat;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-ttl {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    background: url(../img/voice_ico-q.png) left top no-repeat;
    background-size: 18px;
    margin-bottom: .5em;
  }
}
@media screen and (min-width: 981px) {
  .contents__voice-noqttl {
    background: url(../img/voice_ico-q-s01.png) left top no-repeat;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-noqttl {
    background: url(../img/voice_ico-q01.png) left top no-repeat;
    background-size: 18px;
  }
}
@media screen and (min-width: 981px) {
  .contents__voice-list-s li a {
    min-height: 55px;
    padding: 0 0 0 115px;
  }
}
@media screen and (max-width: 980px) {
  .contents__voice-list-s li a {
    padding: 0 0 0 75px;
    min-height: 60px;
  }
}

.contents__voice-txt {
  color: #434343;
}
@media screen and (max-width: 980px) {
  .contents__voice-txt {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    line-height: 1.5;
  }
}
.contents__voice-txt span {
  color: #434343;
  display: block;
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .contents__voice-txt span {
    font-size: 9px !important;
    font-size: 0.9rem !important;
  }
}
.contents__more {
  margin: 1em 0 0;
  text-align: right;
}
.contents__more a {
  background: url(../img/ico_right.png) right center no-repeat #fff;
  background-size: 7px 13px;
  color: #434343;
  padding-right: 12px;
}
.contents__more.school__more a {
  background: url(../img/ico_under.png) right center no-repeat #fff;
  background-size: 24px 13px;
  padding-right: 30px;
}

@media screen and (max-width: 980px) {
  .main {
    overflow: hidden;
    max-width: 100%;
  }
}
@media screen and (min-width: 981px) {
  .clm2 .main {
    float: left;
    width: 690px;
  }
}

@media screen and (min-width: 981px) {
  .clm2 .side {
    float: right;
    width: 250px;
  }
}
@media screen and (max-width: 980px) {
  .clm2 .side {
    border-bottom: 3px solid #27969e;
  }
}
.side__bnr img {
  display: block;
}
.side__bnr img:hover {
  opacity: .8;
}
@media screen and (min-width: 981px) {
  .side__bnr li {
    margin: 8px 0 0;
  }
  .side__bnr:first-child li:first-child {
    margin: 0;
  }
}
@media screen and (max-width: 980px) {
  .side__bnr {
    background: #fff;
    padding: 10px 1.87% 4.68%;
  }
  .side__bnr li {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 981px) {
  .side .mypage__list {
    background: #fff;
    border: 1px solid #b1d9db;
    border-top: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    padding: 1px 14px 15px;
  }
}
@media screen and (max-width: 980px) {
  .side .mypage__list {
    background: #fff;
    padding: 10px 1.87%;
  }
}
.side .mypage__list li {
  margin: 1em 0 0;
}
@media screen and (max-width: 980px) {
  .side .mypage__list li {
    white-space: nowrap;
  }
}
.side .mypage__list a {
  background: url(../img/ico_right.png) 10px center no-repeat #fff;
  background-size: 7px 13px;
  display: inline-block;
  border: 1px solid #27969e;
  border-radius: 1.25em;
  box-shadow: 0 2px 3px rgba(1, 42, 45, 0.3);
}
@media screen and (min-width: 981px) {
  .side .mypage__list a {
    line-height: 1;
    padding: 8px 1em 5px 1.5em;
  }
}
@media screen and (max-width: 980px) {
  .side .mypage__list a {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 2.5em;
    padding: 0 1.25em 0 2em;
  }
}
.side .mypage__list-chk a {
  background-image: url(../img/ico_right.png), url(../img/ico_i.png);
  background-position: 10px center, right 10px center;
  background-repeat: no-repeat;
}
.side .mypage__list-chk a span {
  color: #f47794;
}
@media screen and (min-width: 981px) {
  .side .mypage__list-chk a {
    background-size: 7px 13px, 13px;
    padding: 8px 2em 5px 1.5em;
  }
}
@media screen and (max-width: 980px) {
  .side .mypage__list-chk a {
    background-size: 7px 13px, 26px;
    padding: 0 3.25em 0 2.25em;
  }
}

.footer {
  background: #979797;
  color: #fff !important;
  text-align: center;
}
.footer__copyright {
  color: #fff !important;
}
.footer__copyright small {
  color: #fff !important;
}
@media screen and (min-width: 981px) {
  .footer {
    padding: 25px 0;
  }
}
@media screen and (max-width: 980px) {
  .footer {
    padding: 6.25% 0;
  }
}

#lightbox {
  display: none;
}

.modal {
  box-sizing: border-box;
  padding: 75px 10px 50px;
  position: relative;
}
@media screen and (min-width: 981px) {
  .modal {
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .modal .btn__l {
    width: 54.68% !important;
  }
}
.modal .btn {
  font-size: 15px !important;
}
@media screen and (min-width: 981px) {
  .modal__front, .modal__sub, .modal__sub-sub, .modal__sub-sub-sub, .modal__edit, .modal__finish {
    padding: 0 50px 50px;
  }
}
@media screen and (max-width: 980px) {
  .modal__front, .modal__sub, .modal__sub-sub, .modal__sub-sub-sub, .modal__edit, .modal__finish {
    padding: 0;
  }
}
.modal__front .search__chk-list, .modal__sub .search__chk-list, .modal__sub-sub .search__chk-list, .modal__sub-sub-sub .search__chk-list, .modal__edit .search__chk-list, .modal__finish .search__chk-list {
  display: table;
  margin-top: 15px;
  width: 100%;
}
.modal__front .search__chk-list td, .modal__sub .search__chk-list td, .modal__sub-sub .search__chk-list td, .modal__sub-sub-sub .search__chk-list td, .modal__edit .search__chk-list td, .modal__finish .search__chk-list td {
  border-bottom: 1px solid #979797;
  box-sizing: border-box;
  display: table-cell;
  padding: 0;
  width: 50%;
}
.modal__front .search__chk-list td:nth-child(even), .modal__sub .search__chk-list td:nth-child(even), .modal__sub-sub .search__chk-list td:nth-child(even), .modal__sub-sub-sub .search__chk-list td:nth-child(even), .modal__edit .search__chk-list td:nth-child(even), .modal__finish .search__chk-list td:nth-child(even) {
  border-left: 1px solid #979797;
}
.modal__front .search__chk-list td .search__chk-inner, .modal__sub .search__chk-list td .search__chk-inner, .modal__sub-sub .search__chk-list td .search__chk-inner, .modal__sub-sub-sub .search__chk-list td .search__chk-inner, .modal__edit .search__chk-list td .search__chk-inner, .modal__finish .search__chk-list td .search__chk-inner {
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 10px 5px 12px;
}
.modal__front .search__chk-list td .search__chk-inner.search__chk-more-wrap, .modal__sub .search__chk-list td .search__chk-inner.search__chk-more-wrap, .modal__sub-sub .search__chk-list td .search__chk-inner.search__chk-more-wrap, .modal__sub-sub-sub .search__chk-list td .search__chk-inner.search__chk-more-wrap, .modal__edit .search__chk-list td .search__chk-inner.search__chk-more-wrap, .modal__finish .search__chk-list td .search__chk-inner.search__chk-more-wrap {
  padding-right: 25px;
}
@media screen and (max-width: 980px) {
  .modal__front .search__chk-list td .search__chk-more, .modal__sub .search__chk-list td .search__chk-more, .modal__sub-sub .search__chk-list td .search__chk-more, .modal__sub-sub-sub .search__chk-list td .search__chk-more, .modal__edit .search__chk-list td .search__chk-more, .modal__finish .search__chk-list td .search__chk-more {
    cursor: pointer;
    display: none;
    height: 18px;
    position: absolute;
    right: 5px;
    top: 30%;
    width: 14px;
    background-image: url(../img/ico_select-mdl.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px 18px !important;
  }
}
.modal__front .search__chk-list td .search__chk-more img, .modal__sub .search__chk-list td .search__chk-more img, .modal__sub-sub .search__chk-list td .search__chk-more img, .modal__sub-sub-sub .search__chk-list td .search__chk-more img, .modal__edit .search__chk-list td .search__chk-more img, .modal__finish .search__chk-list td .search__chk-more img {
  position: absolute;
  left: 0;
  top: -8px;
}
@media screen and (min-width: 981px) {
  .modal__front .contents__body, .modal__sub .contents__body, .modal__sub-sub .contents__body, .modal__sub-sub-sub .contents__body, .modal__edit .contents__body, .modal__finish .contents__body {
    padding: 15px 24px;
  }
  .contents__body.no-title {
    border-radius: 10px;
    margin-top:15px;
  }
}
@media screen and (max-width: 980px) {
  .modal__front .contents__body, .modal__sub .contents__body, .modal__sub-sub .contents__body, .modal__sub-sub-sub .contents__body, .modal__edit .contents__body, .modal__finish .contents__body {
    padding: 10px;
  }
}
.modal__sub, .modal__sub-sub {
  display: none;
}
.modal__sub-back, .modal__sub-sub-back {
  cursor: pointer;
  height: 25px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 15px;
  z-index: 998;
}
@media screen and (min-width: 981px) {
  .inner .modal__sub-back, .inner .modal__sub-sub-back {
    left: -30px;
  }
}
.modal__sub-sub, .modal__sub-sub-sub {
  background: #fff;
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
/*20190918 add*/
.modal__sub-sub.modal__sub-02-09, .modal__sub-sub.modal__sub-syokusyu-B000 {
  height: auto;
}
.modal__sub-sub .inner, .modal__sub-sub-sub .inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 75px 10px 50px;
  position: relative;
  max-width: 980px;
}
.modal__cls {
  height: 24px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 24px;
  z-index: 999;
}

.search__header {
  background: #e7e7e7;
}
.search__header:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.search__header p:last-child {
  float: right;
}
.search__header p:first-child {
  float: left;
}
.search__header strong {
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (min-width: 981px) {
  .search__header {
    margin: 15px 0 0;
    padding: 15px 15px 10px;
  }
  .search__header strong {
    font-size: 25px;
  }
}
@media screen and (max-width: 980px) {
  .search__header {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    padding: 3.12% 3.33%;
  }
  .search__header strong {
    font-size: 18px !important;
    font-size: 1.8rem !important;
  }
}
.search__list {
  font-size: 0;
}
.search__list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .search__list {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .search__list {
    font-size: 9px !important;
    font-size: 0.9rem !important;
    margin: 4.37% 0 0;
  }
}
.search__list li {
  display: inline-block;
  width: 45%;
}
.search__list li:nth-child(2n) {
  float: right;
}
.search__list li input,
.search__list li select,
.search__list li label,
.search__list li textarea {
  width: 100%;
}
.search__freeword {
  border-radius: 5px;
  box-sizing: border-box;
  padding: .5em 1em;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .search__freeword {
    border: 1px solid #b7b7b7;
  }
}
@media screen and (max-width: 980px) {
  .search__freeword {
    border: 1px solid #b7b7b7;
  }
}
.search__keyword {
  position: relative;
  width: 100%;
}
.search__keyword:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .search__keyword {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .search__keyword {
    font-size: 9px !important;
    font-size: 0.9rem !important;
    margin: 4.37% 0 0;
  }
}
.search__keyword input {
  box-sizing: border-box;
  color: #434343;
}
.search__keyword input[type="text"] {
  height: 3em;
  padding: 0 5em 0 1em;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .search__keyword input[type="text"] {
    border: 1px solid #27969e;
    border-radius: 1.5em;
  }
}
@media screen and (max-width: 980px) {
  .search__keyword input[type="text"] {
    border: 1px solid #27969e;
    border-radius: 1.5em 0 0 1.5em;
    width: 79.33%;
    padding: 0 1em;
  }
}
.search__keyword input[type="button"], .search__keyword input[type="submit"] {
  background: url(../img/search_icn-01.png) center center no-repeat #27969e;
  border: none;
  border-radius: 0 1.5em 1.5em 0;
  height: 0;
  overflow: hidden;
  padding: 3em 0 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 981px) {
  .search__keyword input[type="button"], .search__keyword input[type="submit"] {
    background-size: 24px;
    border-left: 1px solid #27969e;
    box-sizing: border-box;
    cursor: pointer;
    width: 63px;
    transition: all .5s ease-out;
  }
  .search__keyword input[type="button"]:hover, .search__keyword input[type="submit"]:hover {
    background: url(../img/search_icn-01-on.png) center center no-repeat;
    background-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  .search__keyword input[type="button"], .search__keyword input[type="submit"] {
    background-size: 12px;
    width: 20.67%;
  }
}
.search__num {
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  padding: .25em 1em;
  vertical-align: middle;
  width: 5em;
}
.search__select {
  background-image: url(../img/ico_select.png) !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 14px !important;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  box-sizing: border-box;
  padding: .5em 35px .5em 1em;
  text-align: left;
  word-break: normal;
  word-wrap: normal;
  -ms-word-break: normal;
}
.search__select[disabled] {
  background: #aaa;
  opacity: 0.7;
}
@media screen and (min-width: 981px) {
  .search__select-mod,
  .modal__sub .search__chk-list td .search__chk-inner.search__chk-more-wrap,
  .modal__sub-sub .search__chk-list td .search__chk-inner.search__chk-more-wrap,
  .modal__sub-sub-sub .search__chk-list td .search__chk-inner.search__chk-more-wrap
  .modal__sub-sub .search__chk-list td .search__chk-inner,
  .modal__sub-sub-sub .search__chk-list td .search__chk-inner,
  .modal__edit .search__chk-list td .search__chk-inner,
  .modal__finish .search__chk-list td .search__chk-inner{
    padding-right: 120px;
  }
  .modal__sub .search__chk-list td .search__chk-more,
  .modal__sub-sub .search__chk-list td .search__chk-more,
  .modal__sub-sub-sub .search__chk-list td .search__chk-more {
    height: 20px;
    display: none;
    background-image: url(../img/ico_more-pc.png) !important;
    background-size: 100px 20px !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 25%;
    width: 100px;
  }
}
@media screen and (max-width: 980px) {
  .search__select.search__select-mod,
  .modal__sub .search__chk-list td .search__chk-more img,
  .modal__sub-sub .search__chk-list td .search__chk-more img,
  .modal__sub-sub-sub .search__chk-list td .search__chk-more img{
    background-image: url(../img/ico_select-mdl.png) !important;
    background-repeat: no-repeat !important;
    background-size: 15px 18px !important;
  }
}
@media screen and (min-width: 981px) {
  .search__select-back {
    cursor: pointer !important;
  }
  .search__select-btn {
    background-image: url(../img/ico_more-pc.png) !important;
    background-size: 100px 20px !important;
  }
  .search__select-btn.on {
    background-image: url(../img/ico_more-pc02.png) !important;
    background-size: 100px 20px !important;
  }
}
.search__select-btn.on {
  background-color: #95dadf;
}
.search__chk {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .search__chk {
    font-size: 14px;
    padding-right: 1em;
  }
  .clm1 .search__chk {
    width: 50%;
  }
  .clm2 .search__chk {
    width: 33.30%;
  }
  .clm3 .search__chk {
    width: 25%;
  }
}
@media screen and (max-width: 980px) {
  .search__chk {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    padding: 0 1em 0 0;
  }
  .clm1 .search__chk {
    width: 100%;
  }
  .clm2 .search__chk {
    width: 50%;
  }
  .clm3 .search__chk {
    width: 33.3%;
  }
}
.search__chk-list {
  font-size: 0;
}
.search__chk label {
  background: url(../img/search_chk.png) left top no-repeat;
  background-size: 24px 22px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  min-height: 22px;
  line-height: 1.3;
  padding: 5px 0 0 28px;
  width: 100%;
}
.search__chk input[type="checkbox"] {
  display: none;
}
.search__chk input[type="checkbox"]:checked + label {
  background-image: url(../img/search_chk-on.png);
}
.search__rdo {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .search__rdo {
    font-size: 14px;
    padding-right: 1em;
  }
  .clm1 .search__rdo {
    width: 50%;
  }
  .clm2 .search__rdo {
    width: 33.30%;
  }
  .clm3 .search__rdo {
    width: 25%;
  }
}
@media screen and (max-width: 980px) {
  .search__rdo {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    padding: 0 1em 0 0;
  }
  .clm1 .search__rdo {
    width: 100%;
  }
  .clm2 .search__rdo {
    width: 50%;
  }
  .clm3 .search__rdo {
    width: 33.3%;
  }
}
.search__rdo-list {
  font-size: 0;
  padding-top: 10px;
}
.search__rdo label {
  background: url(../img/search_rdo.png) left top no-repeat;
  background-size: 20px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  min-height: 20px;
  line-height: 1;
  padding: 5px 0 0 35px;
  width: 100%;
}
.search__rdo input[type="radio"] {
  display: none;
}
.search__rdo input[type="radio"]:checked + label {
  background-image: url(../img/search_rdo-on.png);
  color: #27969e;
}
@media screen and (min-width: 981px) {
  .search__tag {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .search__tag {
    margin: 2.08% 0 0;
  }
}
.search__tag li {
  display: inline-block;
}
.search__tag li a {
  background: url(../img/search_tag.png) 1em center no-repeat #95dadf;
  background-size: 7px 8px;
  border-radius: 1.5em;
  color: #5a5a5a;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
  max-width: 255px;
  overflow: hidden;
}
.search__tag li a:hover {
  background-color: #27969e;
  color: #fff;
  text-decoration: none;
}
.search__tag li span {
  background: url(../img/search_tag.png) 1em center no-repeat #95dadf;
  background-size: 7px 8px;
  border-radius: 1.5em;
  color: #5a5a5a;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
}
@media screen and (min-width: 981px) {
  .search__tag li {
    font-size: 12px;
    margin: 0 12px 12px 0;
  }
}
@media screen and (max-width: 980px) {
  .search__tag li {
    font-size: 9px !important;
    font-size: 0.9rem !important;
    margin: .5em .5em 0 0;
  }
  .search__tag li a {
    white-space: nowrap;
  }
}
.search__switch ul {
  display: inline-table;
  table-layout: fixed;
  margin: 20px 0 0;
  width: 100%;
}
.search__switch li {
  background: #d8d8d8;
  border: 1px solid #27969e;
  border-left: none;
  color: #434343;
  cursor: pointer;
  display: table-cell;
  height: 4rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  transition: all .5s ease-out;
}
.search__switch li:first-child {
  border-left: 1px solid #27969e;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.search__switch li:last-child {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
.search__switch li:first-child:last-child {
  cursor: default;
}
.search__switch li.on, .search__switch li:hover {
  background: #fff;
}
@media screen and (max-width: 980px) {
  .search__switch li {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}
@media screen and (min-width: 981px) {
  .contents__ttl .search__switch {
    position: absolute;
    right: 1em;
    top: 50%;
  }
  .contents__ttl .search__switch ul {
    margin: 0;
    position: relative;
    right: 0;
    top: -.6em;
    width: auto;
  }
  .contents__ttl .search__switch li {
    background: #d8d8d8;
    border: 1px solid #b1d9db;
    font-size: 16px;
    height: 1.7rem;
    padding: 0 .5em;
  }
  .contents__ttl .search__switch li:first-child {
    border-left: 1px solid #b1d9db;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
  }
  .contents__ttl .search__switch li:last-child {
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
  }
  .contents__ttl .search__switch li.on {
    background: #fff;
  }
  .contents__ttl .search__switch li.on, .contents__ttl .search__switch li:hover {
    font-weight: normal;
  }
}
@media screen and (max-width: 980px) {
  .contents__ttl .search__switch {
    position: absolute;
    right: 1em;
    top: 50%;
  }
  .contents__ttl .search__switch ul {
    margin: 0;
    position: relative;
    right: 0;
    top: -.6em;
    width: auto;
  }
  .contents__ttl .search__switch li {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    background: #d8d8d8;
    border: 1px solid #b1d9db;
    height: 1.7rem;
    padding: 0 .5em;
  }
  .contents__ttl .search__switch li:first-child {
    border-left: 1px solid #b1d9db;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
  }
  .contents__ttl .search__switch li:last-child {
    border-top-right-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
  }
  .contents__ttl .search__switch li.on {
    background: #fff;
  }
}
.search__box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  padding: 1.87% 0 0;
  position: relative;
  overflow: hidden;
}
a .search__box {
  color: #434343;
  text-decoration: none;
}
@media screen and (min-width: 981px) {
  .search__box {
    transition: all .5s ease-out;
    margin: 20px auto 0;
  }
  a:hover .search__box {
    background: #d0f3f5;
    text-decoration: none;
  }
}
.search__box-logo {
  padding: 0 1.87%;
  text-align: center;
}
.search__box-logo .search__box-fav {
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
}
@media screen and (min-width: 981px) {
  .search__box-logo {
    float: left;
    margin: 0 1em 1em 0;
    width: 159px;
  }
}
@media screen and (max-width: 980px) {
  .search__box-logo {
    margin: 0 0 1em;
  }
  .search__box-logo img {
    display: block;
    margin: 0 auto 10px;
    height: 125px;
    width: auto;
    max-width: 170px;
  }
}
.search__box-a {
  color: #434343;
  text-decoration: none !important;
}
.search__box-a:hover .search__box {
  background-color: #d0f3f5;
}
.search__box-fav {
  clear: both;
  margin: 0 auto;
  padding: 1.5em 1.87% 0;
  position: relative;
  text-align: left;
  z-index: 2;
}
.search__box-fav-icn {
  background: url(../img/ico_star2.png) 7px center no-repeat;
  background-size: 15px 15px;
  border: 1px solid #27969e;
  border-radius: 2em;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  color: #27969e;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 3px 25px;
  white-space: nowrap;
}
.search__box-fav-icn.false {
  background-image: url(../img/ico_star.png);
}
.search__box-fav-txt {
  padding: 1.5em 0 0;
}
.search__box-fav-txt .search__box-fav-icn.false {
  background-image: url(../img/ico_star.png);
}
.search__box-ttl {
  font-size: 22px !important;
  font-size: 2.2rem !important;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 1.87%;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.search__box-ttl a {
  color: #434343;
}
.corpInfo {
  display: table-cell;
  width: 700px;
  height: 125px;
}
@media screen and (max-width: 980px) {
  .corpInfo{
    display: block;
    padding: 0 3%;
    width: auto;
    height: auto;
  }
}
.corpInfo ul.search__box-tag {
  display: block;
  padding: 0;
  margin: 5px 0;
}
@media screen and (min-width: 981px) {
  .corpInfo .search__box-ttl {
    display: block;
  }
  .search__box-ttl {
    box-sizing: border-box;
    margin: 0 0 0 auto;
    padding: 10px 1.87% 10px 0;
    max-width: 765px;
  }
  .search__box-fav-txt .search__box-ttl {
    box-sizing: border-box;
    margin: 0 0 0 200px;
    padding: 10px 1.87% 10px 0;
    max-width: 765px;
  }
  .contents.clm2 .search__box-ttl {
    max-width: 490px;
  }
  .no_logo .search__box-ttl {
    max-width: 100% !important;
    padding: 10px 1.87% !important;
  }
}
@media screen and (min-width: 981px) {
  .search__box-lbls {
    box-sizing: border-box;
    margin: 0 0 15px auto;
    padding: 0 1.87% 0 0;
    max-width: 765px;
  }
  .contents.clm2 .search__box-lbls {
    max-width: 490px;
  }
  .no_logo .search__box-lbls {
    max-width: 100% !important;
    padding: 0 1.87% !important;
  }
}
.search__box-lbls .search__box-fav {
  clear: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
}
@media screen and (max-width: 980px) {
  .search__box-lbls .search__box-fav {
    text-align: center;
  }
}
.search__box-tag {
  clear: both;
}
@media screen and (min-width: 981px) {
  .search__box-tag {
    display: inline;
    padding: 1.5em 1.87% 1.5em 0;
  }
}
@media screen and (max-width: 980px) {
  .search__box-tag {
    padding: 0.5em 1.87%;
  }
}
.search__box-tag li {
  background: #95dadf;
  display: inline-block;
  line-height: 1;
  margin: 0 0 3px;
  padding: .25em .5em;
  white-space: nowrap;
}
.search__box-tag-stock {
  clear: both;
}
@media screen and (min-width: 981px) {
  .search__box-tag-stock {
    display: inline;
    padding: 1.5em 0;
  }
}
@media screen and (max-width: 980px) {
  .search__box-tag-stock {
    padding: 0.5em 1.87%;
  }
}
.search__box-tag-stock li {
  background: #fff;
  border: 1px solid #434343;
  display: inline-block;
  line-height: 1;
  margin: 0 0 5px;
  padding: .25em .5em;
  white-space: nowrap;
}
.search__box-txt {
  clear: left;
  line-height: 1.6;
  padding: 0 1.87%;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.search__box-nav {
  margin: 2em 0 10px;
  padding: 0 1.87%;
    line-height: 1.5em;
    text-align: center;
}
.search__box-nav ul {
  font-size: 0;
}
.search__box-nav li {
  border-left: 1px solid #27969e;
  display: inline-block;
  line-height: 1;
  padding: 0 .3em;
}
@media screen and (min-width: 981px) {
  .search__box-nav li {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .search__box-nav li {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
.search__box-nav li:first-child {
  border: none;
}
.search__box-nav li a {
  text-decoration: underline;
}
.search__box-nav li a:hover {
  text-decoration: none;
}
.search__box-def {
  margin-top: 20px;
  padding: 0 1.87%;
}
.search__box-def-list {
  padding-bottom: 1em;
}
.search__box-def dt {
  border-top: 1px solid #979797;
  padding: 1.5em 0 0;
}
.search__box-def dd {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  padding: .6em 0 0;
}
.search__box-def strong {
  font-size: 14px;
  display: block;
  font-weight: bold;
}
.search__box-def strong .btn__finish {
  font-size: 100%;
}
.search__box-tgl {
  background: url(../img/ico_right.png) right 10px center no-repeat #95dadf;
  background-size: 11px 20px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  margin: 0;
  padding: 1em 1.87%;
  width: 100%;
}
.search__box-tgl.opened {
  background: url(../img/ico_up.png) right 10px center no-repeat #95dadf;
  background-size: 24px 13px;
}
.search__box-tgl span:last-child {
  display: none;
}
.search__box-cat {
  font-size: 0;
}
.search__box-cat li {
  border-right: 1px solid #434343;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: 0 .5em;
}
@media screen and (min-width: 981px) {
  .search__box-cat li {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .search__box-cat li {
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
.search__box-icn {
  border: 1px solid #27969e;
  border-radius: 3px;
  color: #27969e;
  display: inline-block;
  line-height: 1;
  margin: 0.5% 0 0 2%;
  padding: .25em .5em;
}
.search__box-limit {
  margin: 1.87%;
  display: initial;
}
.search__box-limit span {
  float: right;
}
.search__box-limit:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
.search__box-finish {
  background: #bbb;
  border-radius: 5px;
  color: #fff;
  margin-right: 1.87%;
  line-height: 1;
  float: right;
}
.search__box-is-entry {
  background: #00c39e;
  border-radius: 5px;
  color: #fff;
  margin-right: 1.87%;
  line-height: 1;
  float: right;
}
.search__box-kyujin-entry {
  background: #00c39e;
  border-radius: 5px;
  color: #fff;
  margin-right: 1.87%;
  line-height: 1;
  float: right;
  font-size: 1.3rem;
}

@media screen and (max-width: 980px) {
  .float_cancel .search__box-is-entry{
    float:left;
  }
  .float_cancel .search__box-kyujin-entry{
    float:left;
  }

}


.search__box-intern,
.search__box-1day,
.search__box-part {
  background: #d0f3f5;
  border-radius: 5px;
  color: #000;
  margin-right: 1.87%;
  line-height: 1;
  float: left;
}
@media screen and (min-width: 981px) {
  .search__box-intern,
  .search__box-1day,
  .search__box-part,
  .search__box-finish,
  .search__box-is-entry,
  .search__box-kyujin-entry {
    padding: .25em 1em .25em;
  }
}
@media screen and (max-width: 980px) {
  .search__box-intern,
  .search__box-1day,
  .search__box-part,
  .search__box-finish,
  .search__box-is-entry,
  .search__box-kyujin-entry {
    padding: .25em 1em;
  }
}
.search__box-inner {
  padding: 0 1.87% 1.87%;
}
.search__box p strong {
  font-weight: bold;
}
.search__pager {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 981px) {
  .search__pager {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .search__pager {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    background: #fff;
    padding: 20px 0;
  }
}
.search__pager li {
  display: inline-block;
}
.search__pager li a {
  color: #434343;
}
.search__pager-txt {
  padding: 0 5px;
}
.search__pager-txt.prev a {
  background: url(../img/ico_prev.png) left center no-repeat;
  background-size: 9px 15px;
  padding-left: 13px;
}

.search__pager-txt.next a {
  background: url(../img/ico_next.png) right center no-repeat;
  background-size: 9px 15px;
  padding-right: 13px;
}
.search__pager-num a {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  display: inline-block;
  line-height: 2.8em;
  margin: 0;
  padding: 0;
  width: 2.8em;
}
.search__pager-num a.on, .search__pager-num a:hover {
  background: #d0f3f5;
  text-decoration: none;
}

.btn__wrap {
  clear: both;
  display: table;
  text-align: center;
  margin: 4.37% auto;
}
.btn__layout {
  font-size: 0;
  text-align: center;
}
.btn__layout li {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.btn__layout.single li {
  display: block;
  margin: 0 auto;
  width: 50%;
}
.btn__layout.single-row li {
  display: block;
  margin: 0 auto;
}
.btn__layout.single-row .btn__l {
  width: 100%;
}
.btn__layout.clm1 li {
  display: block;
  width: 50%;
}
.btn__layout.clm2 li {
  width: 49.5%;
}
.btn__layout.clm3 li {
  width: 33%;
}
.btn__layout.clm3 .btn__l {
  width: 95% !important;
}
.btn__layout.clm5 .btn__l {
  width: 95% !important;
}
.btn__layout.clm6 .btn__l {
  width: 95% !important;
}
@media screen and (min-width: 981px) {
  .btn__layout.clm4 li {
    width: 24.5%;
  }
}
@media screen and (max-width: 980px) {
  .btn__layout.clm4 li {
    width: 49.5%;
  }
}
.btn__layout.clm4 .btn {
  font-size: 14px !important;
}
.btn__layout.clm4 .btn span {
  font-size: 11px;
}

@media screen and (min-width: 981px) {
  .btn__layout.clm5 li {
    width: 19.0%;
  }
}
@media screen and (max-width: 980px) {
  .btn__layout.clm5 li {
    width: 49%;
  }
}
.btn__layout.clm5 .btn {
  font-size: 14px !important;
}
.btn__layout.clm5 .btn span {
  font-size: 11px;
}

@media screen and (min-width: 981px) {
  .btn__layout.clm6 li {
    width: 15.0%;
  }
}
@media screen and (max-width: 980px) {
  .btn__layout.clm6 li {
    width: 49%;
  }
}
.btn__layout.clm6 .btn {
  font-size: 14px !important;
}
.btn__layout.clm6 .btn span {
  font-size: 11px;
}



.btn__l .btn {
  transition: all .5s ease-out;
  background: #27969e;
  border: 1px solid #27969e;
  box-shadow: 0 2px 3px rgba(1, 42, 45, 0.3);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}
.btn__l .btn:hover {
  background: #fff;
  box-shadow: none;
  color: #27969e;
  text-decoration: none;
}
.btn__l .btn:disabled {
  background: #bbb;
  border: 1px solid #bbb;
  box-shadow: none;
  cursor: default;
}
.btn__l .btn:disabled:hover {
  background: #bbb;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .btn__l .btn {
    box-shadow: 0 1px 3px rgba(1, 42, 45, 0.55);
  }
}
.btn__l.btn-w .btn {
  transition: all .5s ease-out;
  background: url(../img/ico_right.png) 20px center no-repeat #fff;
  background-size: 7px 13px;
  color: #27969e;
  padding-left: 7px;
  min-width: 156px;
}
.btn__l.btn-w .btn:hover {
  background: url(../img/ico_right-w.png) 20px center no-repeat #27969e;
  background-size: 7px 13px;
  color: #fff;
}
.btn__l.btn-a .btn {
  transition: all .5s ease-out;
  background: #f47794;
  border: 1px solid #f47794;
  color: #fff;
}
.btn__l.btn-a .btn:hover {
  background: #fff;
  color: #f47794;
}
.btn__l.btn-back .btn {
  background: #bbb;
  border: 1px solid #bbb;
  box-shadow: none;
}
.btn__l.btn-back .btn:hover {
  background: #fff;
  color: #bbb;
}
.btn__l.btn-cls .btn {
  background: #bbb;
  border: 1px solid #bbb;
  box-shadow: none;
  cursor: pointer;
}
.btn__l.btn-cls .btn:hover {
  background: #fff;
  color: #bbb;
}
.btn__l.btn-cls2 .btn {
  background: #bbb;
  border: 1px solid #bbb;
  box-shadow: none;
  cursor: pointer;
}
.btn__l.btn-cls2 .btn[disabled] {
  background: #bbb;
  border: 1px solid #bbb;
  box-shadow: none;
  cursor: pointer;
}
.btn__l.btn-cls2 .btn:hover {
  background: #fff;
  color: #bbb;
}
.btn__l.btn-p .btn {
  background-image: url(../img/ico_pls.png);
  background-size: 21px;
}
.btn__l.btn-p .btn:hover {
  background-image: url(../img/ico_pls-w.png);
  background-size: 21px;
}
.btn__l.btn-fs .btn {
  font-size: 14px !important;
}
@media screen and (min-width: 981px) {
  .btn__l {
    width: 208px;
  }
}
@media screen and (max-width: 980px) {
  .btn__l {
    width: 95%;
    max-width: 155px;
  }
}
@media screen and (min-width: 981px) {
  .btn__l .btn {
    font-size: 18px !important;
    border-radius: 32px;
    height: 48px;
  }
  .btn__l .btn span {
    font-size: 12px;
    display: block;
    line-height: 1.5;
  }
}
@media screen and (max-width: 980px) {
  .btn__l .btn {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    border-radius: 20px;
    height: 40px;
  }
  .btn__l .btn span {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    display: block;
  }
}
.btn__l.single {
  width: 100%;
}
.btn__l.single .btn {
  width: 100%;
}
.btn__l.isbtn .btn {
  font-size: 14px !important;
  line-height: 1.4em;
}
.btn__finish {
  background: #c5c5c5;
  border-radius: 5px;
  color: #fff;
  float: right;
  font-weight: normal;
  line-height: 2;
  margin-top: -2px;
  padding: 0 1em;
  white-space: nowrap;
}

.shorttop {
  margin-top: 20px !important;
}

.calendar__head {
  line-height: 27px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}
.calendar__head img {
  display: block;
  height: 15px;
  width: 9px;
}
.calendar__btn-last {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
  position: absolute;
  text-align: center;
  transition: all .5s ease-out;
  left: 0;
}
.calendar__btn-last:hover {
  background: #EDFCFC;
}
.calendar__btn-next {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 8px;
  position: absolute;
  text-align: center;
  transition: all .5s ease-out;
  right: 0;
}
.calendar__btn-next:hover {
  background: #EDFCFC;
}
.calendar__wrap {
  min-height: 200px;
  position: relative;
  text-align: center;
}
.calendar__wrap .icn__load {
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.calendar__wrap .icn__load img {
  height: 12px;
  position: relative;
  top: -6px;
  width: 12px;
}
.calendar__table {
  border-bottom: 1px solid #94d7dc;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.calendar__table th,
.calendar__table td {
  border-top: 1px solid #daf2f4;
  height: 3em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.calendar__table th.calendar__sun,
.calendar__table td.calendar__sun {
  border-left: 1px solid #94d7dc !important;
}
.calendar__table th.calendar__sat,
.calendar__table td.calendar__sat {
  border-right: 1px solid #94d7dc !important;
}
.calendar__table th {
  background-color: #94d7dc;
}
.calendar__table td.calendar__sun {
  color: #ec6e6e;
}
.calendar__table td.calendar__sat {
  color: #3c7dce;
}
.calendar__table td.calendar__hol {
  color: #ec6e6e;
}
.calendar__last-month, .calendar__next-month {
  color: #aeaeae;
}
.calendar__circle {
  border: none;
  border-radius: 100%;
  color: #434343;
  display: inline-block;
  height: 1.3em;
  line-height: 1.3;
  padding: .5em;
  width: 1.5em;
  transition: all .5s ease-out;
}
.calendar__circle:hover {
  text-decoration: none;
}
.calendar__circle.type-01 {
  background-color: #ffa8b4;
  border: 1px solid #ffa8b4;
}
.calendar__circle.type-01.sun {
  color: #ec6e6e;
}
.calendar__circle.type-01.sat {
  color: #3c7dce;
}
.calendar__circle.type-01:hover {
  background: #fff;
}
.calendar__circle.type-02 {
  background-color: #b3e5aa;
  border: 1px solid #b3e5aa;
}
.calendar__circle.type-02.sun {
  color: #ec6e6e;
}
.calendar__circle.type-02.sat {
  color: #3c7dce;
}
.calendar__circle.type-02:hover {
  background: #fff;
}
.calendar__circle.type-03 {
  background-color: #aeb1ad;
  border: 1px solid #aeb1ad;
}
.calendar__circle.type-03.sun {
  color: #ec6e6e;
}
.calendar__circle.type-03.sat {
  color: #3c7dce;
}
.calendar__circle.type-03:hover {
  background: #fff;
}
.calendar__circle.type-04 {
  background-color: #E0B0D5;
  border: 1px solid #E0B0D5;
}
.calendar__circle.type-04.sun {
  color: #ec6e6e;
}
.calendar__circle.type-04.sat {
  color: #3c7dce;
}
.calendar__circle.type-04:hover {
  background: #fff;
}
.calendar__circle.type-05 {
  background-color: #ffe6c5;
  border: 1px solid #ffe6c5;
}
.calendar__circle.type-05.sun {
  color: #ec6e6e;
}
.calendar__circle.type-05.sat {
  color: #3c7dce;
}
.calendar__circle.type-05:hover {
  background: #fff;
}
.calendar__circle.type-06 {
  background-color: #fff;
  border: 1px solid #ffa8b4;
}
.calendar__circle.type-06.sun {
  color: #ec6e6e;
}
.calendar__circle.type-06.sat {
  color: #3c7dce;
}
.calendar__circle.type-06:hover {
  background: #ffe5e9;
}
td .calendar__circle {
  cursor: pointer;
}
.calendar__txt {
  padding: 15px 0 10px;
}
.calendar__txt li {
  display: inline-block;
  padding: 0 1em 5px 0;
  white-space: nowrap;
}
.calendar__txt span {
  vertical-align: middle;
}

.rsv__icn {
  color: #27969e;
  font-weight: bold;
  float: right;
  right: 10px;
  top: 12px;
}
.rsv__icn.cls {
  color: #666666;
}
.rsv__icn.opn {
  color: #72a36a;
}
.rsv__icn.bfr {
  color: #A67DB8;
}
.rsv__icn.out {
  color: #f47794;
  padding-right: 3rem;
}
.rsv__icn img {
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}
.rsv__more {
  position: absolute;
  right: 15px;
  top: 60%;
  margin: 0 !important;
  padding: 0 !important;
}
.rsv__more img {
  position: relative;
}
@media screen and (min-width: 981px) {
  .rsv__more img {
    top: -17px;
  }
}
@media screen and (max-width: 980px) {
  .rsv__more img {
    height: 20px;
    width: 10px;
    top: -10px;
  }
}
.rsv__ttl {
  color: #27969e;
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
@media screen and (min-width: 981px) {
  .rsv__ttl-sub {
    font-size: 11px;
  }
}
@media screen and (max-width: 980px) {
  .rsv__ttl-sub {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}
.rsv__table {
  border-collapse: collapse;
  display: table;
  margin: 0em 2em;
}
.rsv__table tr {
  display: table-row;
}
.rsv__table th,
.rsv__table td {
  border: none;
  display: table-cell;
  line-height: 1.6;
  padding: 0;
  position: static;
  width: auto;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.rsv__table th {
  font-weight: bold;
  white-space: nowrap;
  padding-right: 1em;
  vertical-align: text-top;
}
@media screen and (max-width: 980px) {
  .rsv__table th {
    padding-right: 2em;
  }
}
.rsv__blk:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 980px) {
  .rsv__blk {
    background: #fff;
    overflow: hidden;
    padding: 4.68% 1.87% 10.41%;
  }
}
.rsv__blk li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  float: left;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 981px) {
  .rsv__blk li {
    transition: all .5s ease-out;
    margin: 0 0 5px 1.25%;
    width: 15.50%;
  }
  .rsv__blk li:nth-child(6n+1) {
    margin: 0 0 5px 0;
  }
  .rsv__blk li:hover {
    background-color: #d0f3f5;
  }
}
@media screen and (max-width: 980px) {
  .rsv__blk li {
    width: 49%;
    margin: 0 0 2%;
  }
  .rsv__blk li:nth-child(even) {
    margin: 0 0 2% 2%;
  }
}
.rsv__blk li span {
  color: #f47794;
  left: 0;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 100%;
}
.rsv__blk li span img {
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 26px;
}
.rsv__blk li strong {
  bottom: 10px;
  color: #27969e;
  left: 0;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  width: 100%;
  line-height: 1.7rem;
}

.horizon__list {
  position: relative;
}
@media screen and (max-width: 980px) {
  .horizon__list {
    background: #e7e7e7;
  }
}
.horizon__list ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .horizon__list ul {
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
  }
}
.horizon__list li {
  background: #979797;
  float: left;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .horizon__list li {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    margin: 25px 0 0 13px;
    width: 150px;
  }
  .horizon__list li:nth-child(1) {
    margin: 25px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list li {
    border-radius: 10px;
    margin: 10px 5px;
    width: 120px;
  }
}
.horizon__list a {
  color: #fff;
  display: block;
}

span.horizon__list-type{
  display: block;
  word-break: break-all;
  word-wrap:break-word;
  -ms-word-break:break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 1.5em;
}

.horizon__list strong {
  display: block;
  word-break: break-all;
  word-wrap:break-word;
  -ms-word-break:break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
@media screen and (min-width: 981px) {
  .horizon__list strong {
    font-size: 15px;
    height: 2.5em;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list strong {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    height: 2.45em;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list-inner {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .horizon__list-inner::-webkit-scrollbar {
    width: 7px;
    background: #979797;
  }
  .horizon__list-inner::-webkit-scrollbar:horizontal {
    height: 7px;
    background: #979797;
  }
  .horizon__list-inner::-webkit-scrollbar-thumb {
    background: #27969e;
    border-radius: 4px;
  }
  .horizon__list-inner::-webkit-scrollbar-thumb:horizontal {
    background: #27969e;
    border-radius: 4px;
  }
}
.horizon__list-logo {
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 981px) {
  .horizon__list-logo {
    height: 142px;
    width: 150px;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list-logo {
    height: 114px;
    width: 120px;
  }
}
.horizon__list-logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (min-width: 981px) {
  .horizon__list-logo img {
    line-height: 142px;
    max-height: 142px;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list-logo img {
    line-height: 114px;
    max-height: 114px;
  }
}
.horizon__list-txt {
  display: block;
  height: 80px;
}
@media screen and (min-width: 981px) {
  .horizon__list-txt {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list-txt {
    padding: 1em;
  }
}

.acc__list dt {
  line-height: 1;
  margin: .5em 0 0;
  padding: 1em;
}
@media screen and (min-width: 981px) {
  .acc__list dt {
    background: #95dadf;
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .acc__list dt {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    background: url(../img/ico_under.png) right 10px center no-repeat #95dadf;
    background-size: 24px 13px;
    cursor: pointer;
  }
  .acc__list dt.opened {
    background-image: url(../img/ico_up.png);
  }
}
.acc__list dd {
  padding: 10px 0 20px;
}
@media screen and (max-width: 980px) {
  .acc__list dd {
    display: none;
  }
}

.slide__body {
  overflow: hidden;
  position: relative;
  transition: all .5s ease-out;
}
.slide__body:after {
  background: url(../img/bg_grad.png) center bottom repeat-x;
  background-size: 30px 50px;
  bottom: 0;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
  transition: all .5s ease-out;
}
.slide__body.opened:after {
  height: 0;
}
.slide__tgl {
  background: url(../img/ico_under.png) right 10px center no-repeat #95dadf;
  background-size: 24px 13px;
  cursor: pointer;
  line-height: 1;
  padding: .5em 1em;
}
.slide__tgl.opened {
  background-image: url(../img/ico_up.png);
}

.icn__pdf {
  background: url(../img/ico_pdf.png) right center no-repeat;
  background-size: 13px;
  padding-right: 18px;
}
.icn__clip {
  background: url(../img/icn_clip.png) right center no-repeat;
  background-size: 13px;
  padding-right: 18px;
}
.icn__list li {
  background: url(../img/ico_chk.png) left top no-repeat;
  background-size: 17px 15px;
  padding-left: 20px;
}

@media screen and (min-width: 981px) {
  br.sp_br {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  br.pc_br {
    display: none;
  }
}

.bg__fff {
  background: #fff;
}

@media screen and (max-width: 980px) {
  .btn__sch-btn {
    bottom: 50px !important;
  }
}
.btn__sch-btn {
  bottom: 75px;
  height: 58px;
  position: fixed;
  right: 10px;
  width: 58px;
}
.btn__sch-btn img {
  display: block;
  height: auto;
  width: 100%;
}

.w1 {
  width: 1px !important;
  max-width: 1px !important;
}

.w2 {
  width: 2px !important;
  max-width: 2px !important;
}

.w3 {
  width: 3px !important;
  max-width: 3px !important;
}

.w4 {
  width: 4px !important;
  max-width: 4px !important;
}

.w5 {
  width: 5px !important;
  max-width: 5px !important;
}

.w6 {
  width: 6px !important;
  max-width: 6px !important;
}

.w7 {
  width: 7px !important;
  max-width: 7px !important;
}

.w8 {
  width: 8px !important;
  max-width: 8px !important;
}

.w9 {
  width: 9px !important;
  max-width: 9px !important;
}

.w10 {
  width: 10px !important;
  max-width: 10px !important;
}

.w11 {
  width: 11px !important;
  max-width: 11px !important;
}

.w12 {
  width: 12px !important;
  max-width: 12px !important;
}

.w13 {
  width: 13px !important;
  max-width: 13px !important;
}

.w14 {
  width: 14px !important;
  max-width: 14px !important;
}

.w15 {
  width: 15px !important;
  max-width: 15px !important;
}

.w16 {
  width: 16px !important;
  max-width: 16px !important;
}

.w17 {
  width: 17px !important;
  max-width: 17px !important;
}

.w18 {
  width: 18px !important;
  max-width: 18px !important;
}

.w19 {
  width: 19px !important;
  max-width: 19px !important;
}

.w20 {
  width: 20px !important;
  max-width: 20px !important;
}

.w21 {
  width: 21px !important;
  max-width: 21px !important;
}

.w22 {
  width: 22px !important;
  max-width: 22px !important;
}

.w23 {
  width: 23px !important;
  max-width: 23px !important;
}

.w24 {
  width: 24px !important;
  max-width: 24px !important;
}

.w25 {
  width: 25px !important;
  max-width: 25px !important;
}

.w26 {
  width: 26px !important;
  max-width: 26px !important;
}

.w27 {
  width: 27px !important;
  max-width: 27px !important;
}

.w28 {
  width: 28px !important;
  max-width: 28px !important;
}

.w29 {
  width: 29px !important;
  max-width: 29px !important;
}

.w30 {
  width: 30px !important;
  max-width: 30px !important;
}

.w31 {
  width: 31px !important;
  max-width: 31px !important;
}

.w32 {
  width: 32px !important;
  max-width: 32px !important;
}

.w33 {
  width: 33px !important;
  max-width: 33px !important;
}

.w34 {
  width: 34px !important;
  max-width: 34px !important;
}

.w35 {
  width: 35px !important;
  max-width: 35px !important;
}

.w36 {
  width: 36px !important;
  max-width: 36px !important;
}

.w37 {
  width: 37px !important;
  max-width: 37px !important;
}

.w38 {
  width: 38px !important;
  max-width: 38px !important;
}

.w39 {
  width: 39px !important;
  max-width: 39px !important;
}

.w40 {
  width: 40px !important;
  max-width: 40px !important;
}

.w41 {
  width: 41px !important;
  max-width: 41px !important;
}

.w42 {
  width: 42px !important;
  max-width: 42px !important;
}

.w43 {
  width: 43px !important;
  max-width: 43px !important;
}

.w44 {
  width: 44px !important;
  max-width: 44px !important;
}

.w45 {
  width: 45px !important;
  max-width: 45px !important;
}

.w46 {
  width: 46px !important;
  max-width: 46px !important;
}

.w47 {
  width: 47px !important;
  max-width: 47px !important;
}

.w48 {
  width: 48px !important;
  max-width: 48px !important;
}

.w49 {
  width: 49px !important;
  max-width: 49px !important;
}

.w50 {
  width: 50px !important;
  max-width: 50px !important;
}

.w51 {
  width: 51px !important;
  max-width: 51px !important;
}

.w52 {
  width: 52px !important;
  max-width: 52px !important;
}

.w53 {
  width: 53px !important;
  max-width: 53px !important;
}

.w54 {
  width: 54px !important;
  max-width: 54px !important;
}

.w55 {
  width: 55px !important;
  max-width: 55px !important;
}

.w56 {
  width: 56px !important;
  max-width: 56px !important;
}

.w57 {
  width: 57px !important;
  max-width: 57px !important;
}

.w58 {
  width: 58px !important;
  max-width: 58px !important;
}

.w59 {
  width: 59px !important;
  max-width: 59px !important;
}

.w60 {
  width: 60px !important;
  max-width: 60px !important;
}

.w61 {
  width: 61px !important;
  max-width: 61px !important;
}

.w62 {
  width: 62px !important;
  max-width: 62px !important;
}

.w63 {
  width: 63px !important;
  max-width: 63px !important;
}

.w64 {
  width: 64px !important;
  max-width: 64px !important;
}

.w65 {
  width: 65px !important;
  max-width: 65px !important;
}

.w66 {
  width: 66px !important;
  max-width: 66px !important;
}

.w67 {
  width: 67px !important;
  max-width: 67px !important;
}

.w68 {
  width: 68px !important;
  max-width: 68px !important;
}

.w69 {
  width: 69px !important;
  max-width: 69px !important;
}

.w70 {
  width: 70px !important;
  max-width: 70px !important;
}

.w71 {
  width: 71px !important;
  max-width: 71px !important;
}

.w72 {
  width: 72px !important;
  max-width: 72px !important;
}

.w73 {
  width: 73px !important;
  max-width: 73px !important;
}

.w74 {
  width: 74px !important;
  max-width: 74px !important;
}

.w75 {
  width: 75px !important;
  max-width: 75px !important;
}

.w76 {
  width: 76px !important;
  max-width: 76px !important;
}

.w77 {
  width: 77px !important;
  max-width: 77px !important;
}

.w78 {
  width: 78px !important;
  max-width: 78px !important;
}

.w79 {
  width: 79px !important;
  max-width: 79px !important;
}

.w80 {
  width: 80px !important;
  max-width: 80px !important;
}

.w81 {
  width: 81px !important;
  max-width: 81px !important;
}

.w82 {
  width: 82px !important;
  max-width: 82px !important;
}

.w83 {
  width: 83px !important;
  max-width: 83px !important;
}

.w84 {
  width: 84px !important;
  max-width: 84px !important;
}

.w85 {
  width: 85px !important;
  max-width: 85px !important;
}

.w86 {
  width: 86px !important;
  max-width: 86px !important;
}

.w87 {
  width: 87px !important;
  max-width: 87px !important;
}

.w88 {
  width: 88px !important;
  max-width: 88px !important;
}

.w89 {
  width: 89px !important;
  max-width: 89px !important;
}

.w90 {
  width: 90px !important;
  max-width: 90px !important;
}

.w91 {
  width: 91px !important;
  max-width: 91px !important;
}

.w92 {
  width: 92px !important;
  max-width: 92px !important;
}

.w93 {
  width: 93px !important;
  max-width: 93px !important;
}

.w94 {
  width: 94px !important;
  max-width: 94px !important;
}

.w95 {
  width: 95px !important;
  max-width: 95px !important;
}

.w96 {
  width: 96px !important;
  max-width: 96px !important;
}

.w97 {
  width: 97px !important;
  max-width: 97px !important;
}

.w98 {
  width: 98px !important;
  max-width: 98px !important;
}

.w99 {
  width: 99px !important;
  max-width: 99px !important;
}

.w100 {
  width: 100px !important;
  max-width: 100px !important;
}

.w101 {
  width: 101px !important;
  max-width: 101px !important;
}

.w102 {
  width: 102px !important;
  max-width: 102px !important;
}

.w103 {
  width: 103px !important;
  max-width: 103px !important;
}

.w104 {
  width: 104px !important;
  max-width: 104px !important;
}

.w105 {
  width: 105px !important;
  max-width: 105px !important;
}

.w106 {
  width: 106px !important;
  max-width: 106px !important;
}

.w107 {
  width: 107px !important;
  max-width: 107px !important;
}

.w108 {
  width: 108px !important;
  max-width: 108px !important;
}

.w109 {
  width: 109px !important;
  max-width: 109px !important;
}

.w110 {
  width: 110px !important;
  max-width: 110px !important;
}

.w111 {
  width: 111px !important;
  max-width: 111px !important;
}

.w112 {
  width: 112px !important;
  max-width: 112px !important;
}

.w113 {
  width: 113px !important;
  max-width: 113px !important;
}

.w114 {
  width: 114px !important;
  max-width: 114px !important;
}

.w115 {
  width: 115px !important;
  max-width: 115px !important;
}

.w116 {
  width: 116px !important;
  max-width: 116px !important;
}

.w117 {
  width: 117px !important;
  max-width: 117px !important;
}

.w118 {
  width: 118px !important;
  max-width: 118px !important;
}

.w119 {
  width: 119px !important;
  max-width: 119px !important;
}

.w120 {
  width: 120px !important;
  max-width: 120px !important;
}

.w121 {
  width: 121px !important;
  max-width: 121px !important;
}

.w122 {
  width: 122px !important;
  max-width: 122px !important;
}

.w123 {
  width: 123px !important;
  max-width: 123px !important;
}

.w124 {
  width: 124px !important;
  max-width: 124px !important;
}

.w125 {
  width: 125px !important;
  max-width: 125px !important;
}

.w126 {
  width: 126px !important;
  max-width: 126px !important;
}

.w127 {
  width: 127px !important;
  max-width: 127px !important;
}

.w128 {
  width: 128px !important;
  max-width: 128px !important;
}

.w129 {
  width: 129px !important;
  max-width: 129px !important;
}

.w130 {
  width: 130px !important;
  max-width: 130px !important;
}

.w131 {
  width: 131px !important;
  max-width: 131px !important;
}

.w132 {
  width: 132px !important;
  max-width: 132px !important;
}

.w133 {
  width: 133px !important;
  max-width: 133px !important;
}

.w134 {
  width: 134px !important;
  max-width: 134px !important;
}

.w135 {
  width: 135px !important;
  max-width: 135px !important;
}

.w136 {
  width: 136px !important;
  max-width: 136px !important;
}

.w137 {
  width: 137px !important;
  max-width: 137px !important;
}

.w138 {
  width: 138px !important;
  max-width: 138px !important;
}

.w139 {
  width: 139px !important;
  max-width: 139px !important;
}

.w140 {
  width: 140px !important;
  max-width: 140px !important;
}

.w141 {
  width: 141px !important;
  max-width: 141px !important;
}

.w142 {
  width: 142px !important;
  max-width: 142px !important;
}

.w143 {
  width: 143px !important;
  max-width: 143px !important;
}

.w144 {
  width: 144px !important;
  max-width: 144px !important;
}

.w145 {
  width: 145px !important;
  max-width: 145px !important;
}

.w146 {
  width: 146px !important;
  max-width: 146px !important;
}

.w147 {
  width: 147px !important;
  max-width: 147px !important;
}

.w148 {
  width: 148px !important;
  max-width: 148px !important;
}

.w149 {
  width: 149px !important;
  max-width: 149px !important;
}

.w150 {
  width: 150px !important;
  max-width: 150px !important;
}

.w151 {
  width: 151px !important;
  max-width: 151px !important;
}

.w152 {
  width: 152px !important;
  max-width: 152px !important;
}

.w153 {
  width: 153px !important;
  max-width: 153px !important;
}

.w154 {
  width: 154px !important;
  max-width: 154px !important;
}

.w155 {
  width: 155px !important;
  max-width: 155px !important;
}

.w156 {
  width: 156px !important;
  max-width: 156px !important;
}

.w157 {
  width: 157px !important;
  max-width: 157px !important;
}

.w158 {
  width: 158px !important;
  max-width: 158px !important;
}

.w159 {
  width: 159px !important;
  max-width: 159px !important;
}

.w160 {
  width: 160px !important;
  max-width: 160px !important;
}

.w161 {
  width: 161px !important;
  max-width: 161px !important;
}

.w162 {
  width: 162px !important;
  max-width: 162px !important;
}

.w163 {
  width: 163px !important;
  max-width: 163px !important;
}

.w164 {
  width: 164px !important;
  max-width: 164px !important;
}

.w165 {
  width: 165px !important;
  max-width: 165px !important;
}

.w166 {
  width: 166px !important;
  max-width: 166px !important;
}

.w167 {
  width: 167px !important;
  max-width: 167px !important;
}

.w168 {
  width: 168px !important;
  max-width: 168px !important;
}

.w169 {
  width: 169px !important;
  max-width: 169px !important;
}

.w170 {
  width: 170px !important;
  max-width: 170px !important;
}

.w171 {
  width: 171px !important;
  max-width: 171px !important;
}

.w172 {
  width: 172px !important;
  max-width: 172px !important;
}

.w173 {
  width: 173px !important;
  max-width: 173px !important;
}

.w174 {
  width: 174px !important;
  max-width: 174px !important;
}

.w175 {
  width: 175px !important;
  max-width: 175px !important;
}

.w176 {
  width: 176px !important;
  max-width: 176px !important;
}

.w177 {
  width: 177px !important;
  max-width: 177px !important;
}

.w178 {
  width: 178px !important;
  max-width: 178px !important;
}

.w179 {
  width: 179px !important;
  max-width: 179px !important;
}

.w180 {
  width: 180px !important;
  max-width: 180px !important;
}

.w181 {
  width: 181px !important;
  max-width: 181px !important;
}

.w182 {
  width: 182px !important;
  max-width: 182px !important;
}

.w183 {
  width: 183px !important;
  max-width: 183px !important;
}

.w184 {
  width: 184px !important;
  max-width: 184px !important;
}

.w185 {
  width: 185px !important;
  max-width: 185px !important;
}

.w186 {
  width: 186px !important;
  max-width: 186px !important;
}

.w187 {
  width: 187px !important;
  max-width: 187px !important;
}

.w188 {
  width: 188px !important;
  max-width: 188px !important;
}

.w189 {
  width: 189px !important;
  max-width: 189px !important;
}

.w190 {
  width: 190px !important;
  max-width: 190px !important;
}

.w191 {
  width: 191px !important;
  max-width: 191px !important;
}

.w192 {
  width: 192px !important;
  max-width: 192px !important;
}

.w193 {
  width: 193px !important;
  max-width: 193px !important;
}

.w194 {
  width: 194px !important;
  max-width: 194px !important;
}

.w195 {
  width: 195px !important;
  max-width: 195px !important;
}

.w196 {
  width: 196px !important;
  max-width: 196px !important;
}

.w197 {
  width: 197px !important;
  max-width: 197px !important;
}

.w198 {
  width: 198px !important;
  max-width: 198px !important;
}

.w199 {
  width: 199px !important;
  max-width: 199px !important;
}

.w200 {
  width: 200px !important;
  max-width: 200px !important;
}

.w201 {
  width: 201px !important;
  max-width: 201px !important;
}

.w202 {
  width: 202px !important;
  max-width: 202px !important;
}

.w203 {
  width: 203px !important;
  max-width: 203px !important;
}

.w204 {
  width: 204px !important;
  max-width: 204px !important;
}

.w205 {
  width: 205px !important;
  max-width: 205px !important;
}

.w206 {
  width: 206px !important;
  max-width: 206px !important;
}

.w207 {
  width: 207px !important;
  max-width: 207px !important;
}

.w208 {
  width: 208px !important;
  max-width: 208px !important;
}

.w209 {
  width: 209px !important;
  max-width: 209px !important;
}

.w210 {
  width: 210px !important;
  max-width: 210px !important;
}

.w211 {
  width: 211px !important;
  max-width: 211px !important;
}

.w212 {
  width: 212px !important;
  max-width: 212px !important;
}

.w213 {
  width: 213px !important;
  max-width: 213px !important;
}

.w214 {
  width: 214px !important;
  max-width: 214px !important;
}

.w215 {
  width: 215px !important;
  max-width: 215px !important;
}

.w216 {
  width: 216px !important;
  max-width: 216px !important;
}

.w217 {
  width: 217px !important;
  max-width: 217px !important;
}

.w218 {
  width: 218px !important;
  max-width: 218px !important;
}

.w219 {
  width: 219px !important;
  max-width: 219px !important;
}

.w220 {
  width: 220px !important;
  max-width: 220px !important;
}

.w221 {
  width: 221px !important;
  max-width: 221px !important;
}

.w222 {
  width: 222px !important;
  max-width: 222px !important;
}

.w223 {
  width: 223px !important;
  max-width: 223px !important;
}

.w224 {
  width: 224px !important;
  max-width: 224px !important;
}

.w225 {
  width: 225px !important;
  max-width: 225px !important;
}

.w226 {
  width: 226px !important;
  max-width: 226px !important;
}

.w227 {
  width: 227px !important;
  max-width: 227px !important;
}

.w228 {
  width: 228px !important;
  max-width: 228px !important;
}

.w229 {
  width: 229px !important;
  max-width: 229px !important;
}

.w230 {
  width: 230px !important;
  max-width: 230px !important;
}

.w231 {
  width: 231px !important;
  max-width: 231px !important;
}

.w232 {
  width: 232px !important;
  max-width: 232px !important;
}

.w233 {
  width: 233px !important;
  max-width: 233px !important;
}

.w234 {
  width: 234px !important;
  max-width: 234px !important;
}

.w235 {
  width: 235px !important;
  max-width: 235px !important;
}

.w236 {
  width: 236px !important;
  max-width: 236px !important;
}

.w237 {
  width: 237px !important;
  max-width: 237px !important;
}

.w238 {
  width: 238px !important;
  max-width: 238px !important;
}

.w239 {
  width: 239px !important;
  max-width: 239px !important;
}

.w240 {
  width: 240px !important;
  max-width: 240px !important;
}

.w241 {
  width: 241px !important;
  max-width: 241px !important;
}

.w242 {
  width: 242px !important;
  max-width: 242px !important;
}

.w243 {
  width: 243px !important;
  max-width: 243px !important;
}

.w244 {
  width: 244px !important;
  max-width: 244px !important;
}

.w245 {
  width: 245px !important;
  max-width: 245px !important;
}

.w246 {
  width: 246px !important;
  max-width: 246px !important;
}

.w247 {
  width: 247px !important;
  max-width: 247px !important;
}

.w248 {
  width: 248px !important;
  max-width: 248px !important;
}

.w249 {
  width: 249px !important;
  max-width: 249px !important;
}

.w250 {
  width: 250px !important;
  max-width: 250px !important;
}

.w251 {
  width: 251px !important;
  max-width: 251px !important;
}

.w252 {
  width: 252px !important;
  max-width: 252px !important;
}

.w253 {
  width: 253px !important;
  max-width: 253px !important;
}

.w254 {
  width: 254px !important;
  max-width: 254px !important;
}

.w255 {
  width: 255px !important;
  max-width: 255px !important;
}

.w256 {
  width: 256px !important;
  max-width: 256px !important;
}

.w257 {
  width: 257px !important;
  max-width: 257px !important;
}

.w258 {
  width: 258px !important;
  max-width: 258px !important;
}

.w259 {
  width: 259px !important;
  max-width: 259px !important;
}

.w260 {
  width: 260px !important;
  max-width: 260px !important;
}

.w261 {
  width: 261px !important;
  max-width: 261px !important;
}

.w262 {
  width: 262px !important;
  max-width: 262px !important;
}

.w263 {
  width: 263px !important;
  max-width: 263px !important;
}

.w264 {
  width: 264px !important;
  max-width: 264px !important;
}

.w265 {
  width: 265px !important;
  max-width: 265px !important;
}

.w266 {
  width: 266px !important;
  max-width: 266px !important;
}

.w267 {
  width: 267px !important;
  max-width: 267px !important;
}

.w268 {
  width: 268px !important;
  max-width: 268px !important;
}

.w269 {
  width: 269px !important;
  max-width: 269px !important;
}

.w270 {
  width: 270px !important;
  max-width: 270px !important;
}

.w271 {
  width: 271px !important;
  max-width: 271px !important;
}

.w272 {
  width: 272px !important;
  max-width: 272px !important;
}

.w273 {
  width: 273px !important;
  max-width: 273px !important;
}

.w274 {
  width: 274px !important;
  max-width: 274px !important;
}

.w275 {
  width: 275px !important;
  max-width: 275px !important;
}

.w276 {
  width: 276px !important;
  max-width: 276px !important;
}

.w277 {
  width: 277px !important;
  max-width: 277px !important;
}

.w278 {
  width: 278px !important;
  max-width: 278px !important;
}

.w279 {
  width: 279px !important;
  max-width: 279px !important;
}

.w280 {
  width: 280px !important;
  max-width: 280px !important;
}

.w281 {
  width: 281px !important;
  max-width: 281px !important;
}

.w282 {
  width: 282px !important;
  max-width: 282px !important;
}

.w283 {
  width: 283px !important;
  max-width: 283px !important;
}

.w284 {
  width: 284px !important;
  max-width: 284px !important;
}

.w285 {
  width: 285px !important;
  max-width: 285px !important;
}

.w286 {
  width: 286px !important;
  max-width: 286px !important;
}

.w287 {
  width: 287px !important;
  max-width: 287px !important;
}

.w288 {
  width: 288px !important;
  max-width: 288px !important;
}

.w289 {
  width: 289px !important;
  max-width: 289px !important;
}

.w290 {
  width: 290px !important;
  max-width: 290px !important;
}

.w291 {
  width: 291px !important;
  max-width: 291px !important;
}

.w292 {
  width: 292px !important;
  max-width: 292px !important;
}

.w293 {
  width: 293px !important;
  max-width: 293px !important;
}

.w294 {
  width: 294px !important;
  max-width: 294px !important;
}

.w295 {
  width: 295px !important;
  max-width: 295px !important;
}

.w296 {
  width: 296px !important;
  max-width: 296px !important;
}

.w297 {
  width: 297px !important;
  max-width: 297px !important;
}

.w298 {
  width: 298px !important;
  max-width: 298px !important;
}

.w299 {
  width: 299px !important;
  max-width: 299px !important;
}

.w300 {
  width: 300px !important;
  max-width: 300px !important;
}

.w301 {
  width: 301px !important;
  max-width: 301px !important;
}

.w302 {
  width: 302px !important;
  max-width: 302px !important;
}

.w303 {
  width: 303px !important;
  max-width: 303px !important;
}

.w304 {
  width: 304px !important;
  max-width: 304px !important;
}

.w305 {
  width: 305px !important;
  max-width: 305px !important;
}

.w306 {
  width: 306px !important;
  max-width: 306px !important;
}

.w307 {
  width: 307px !important;
  max-width: 307px !important;
}

.w308 {
  width: 308px !important;
  max-width: 308px !important;
}

.w309 {
  width: 309px !important;
  max-width: 309px !important;
}

.w310 {
  width: 310px !important;
  max-width: 310px !important;
}

.w311 {
  width: 311px !important;
  max-width: 311px !important;
}

.w312 {
  width: 312px !important;
  max-width: 312px !important;
}

.w313 {
  width: 313px !important;
  max-width: 313px !important;
}

.w314 {
  width: 314px !important;
  max-width: 314px !important;
}

.w315 {
  width: 315px !important;
  max-width: 315px !important;
}

.w316 {
  width: 316px !important;
  max-width: 316px !important;
}

.w317 {
  width: 317px !important;
  max-width: 317px !important;
}

.w318 {
  width: 318px !important;
  max-width: 318px !important;
}

.w319 {
  width: 319px !important;
  max-width: 319px !important;
}

.w320 {
  width: 320px !important;
  max-width: 320px !important;
}

.w321 {
  width: 321px !important;
  max-width: 321px !important;
}

.w322 {
  width: 322px !important;
  max-width: 322px !important;
}

.w323 {
  width: 323px !important;
  max-width: 323px !important;
}

.w324 {
  width: 324px !important;
  max-width: 324px !important;
}

.w325 {
  width: 325px !important;
  max-width: 325px !important;
}

.w326 {
  width: 326px !important;
  max-width: 326px !important;
}

.w327 {
  width: 327px !important;
  max-width: 327px !important;
}

.w328 {
  width: 328px !important;
  max-width: 328px !important;
}

.w329 {
  width: 329px !important;
  max-width: 329px !important;
}

.w330 {
  width: 330px !important;
  max-width: 330px !important;
}

.w331 {
  width: 331px !important;
  max-width: 331px !important;
}

.w332 {
  width: 332px !important;
  max-width: 332px !important;
}

.w333 {
  width: 333px !important;
  max-width: 333px !important;
}

.w334 {
  width: 334px !important;
  max-width: 334px !important;
}

.w335 {
  width: 335px !important;
  max-width: 335px !important;
}

.w336 {
  width: 336px !important;
  max-width: 336px !important;
}

.w337 {
  width: 337px !important;
  max-width: 337px !important;
}

.w338 {
  width: 338px !important;
  max-width: 338px !important;
}

.w339 {
  width: 339px !important;
  max-width: 339px !important;
}

.w340 {
  width: 340px !important;
  max-width: 340px !important;
}

.w341 {
  width: 341px !important;
  max-width: 341px !important;
}

.w342 {
  width: 342px !important;
  max-width: 342px !important;
}

.w343 {
  width: 343px !important;
  max-width: 343px !important;
}

.w344 {
  width: 344px !important;
  max-width: 344px !important;
}

.w345 {
  width: 345px !important;
  max-width: 345px !important;
}

.w346 {
  width: 346px !important;
  max-width: 346px !important;
}

.w347 {
  width: 347px !important;
  max-width: 347px !important;
}

.w348 {
  width: 348px !important;
  max-width: 348px !important;
}

.w349 {
  width: 349px !important;
  max-width: 349px !important;
}

.w350 {
  width: 350px !important;
  max-width: 350px !important;
}

.w351 {
  width: 351px !important;
  max-width: 351px !important;
}

.w352 {
  width: 352px !important;
  max-width: 352px !important;
}

.w353 {
  width: 353px !important;
  max-width: 353px !important;
}

.w354 {
  width: 354px !important;
  max-width: 354px !important;
}

.w355 {
  width: 355px !important;
  max-width: 355px !important;
}

.w356 {
  width: 356px !important;
  max-width: 356px !important;
}

.w357 {
  width: 357px !important;
  max-width: 357px !important;
}

.w358 {
  width: 358px !important;
  max-width: 358px !important;
}

.w359 {
  width: 359px !important;
  max-width: 359px !important;
}

.w360 {
  width: 360px !important;
  max-width: 360px !important;
}

.w361 {
  width: 361px !important;
  max-width: 361px !important;
}

.w362 {
  width: 362px !important;
  max-width: 362px !important;
}

.w363 {
  width: 363px !important;
  max-width: 363px !important;
}

.w364 {
  width: 364px !important;
  max-width: 364px !important;
}

.w365 {
  width: 365px !important;
  max-width: 365px !important;
}

.w366 {
  width: 366px !important;
  max-width: 366px !important;
}

.w367 {
  width: 367px !important;
  max-width: 367px !important;
}

.w368 {
  width: 368px !important;
  max-width: 368px !important;
}

.w369 {
  width: 369px !important;
  max-width: 369px !important;
}

.w370 {
  width: 370px !important;
  max-width: 370px !important;
}

.w371 {
  width: 371px !important;
  max-width: 371px !important;
}

.w372 {
  width: 372px !important;
  max-width: 372px !important;
}

.w373 {
  width: 373px !important;
  max-width: 373px !important;
}

.w374 {
  width: 374px !important;
  max-width: 374px !important;
}

.w375 {
  width: 375px !important;
  max-width: 375px !important;
}

.w376 {
  width: 376px !important;
  max-width: 376px !important;
}

.w377 {
  width: 377px !important;
  max-width: 377px !important;
}

.w378 {
  width: 378px !important;
  max-width: 378px !important;
}

.w379 {
  width: 379px !important;
  max-width: 379px !important;
}

.w380 {
  width: 380px !important;
  max-width: 380px !important;
}

.w381 {
  width: 381px !important;
  max-width: 381px !important;
}

.w382 {
  width: 382px !important;
  max-width: 382px !important;
}

.w383 {
  width: 383px !important;
  max-width: 383px !important;
}

.w384 {
  width: 384px !important;
  max-width: 384px !important;
}

.w385 {
  width: 385px !important;
  max-width: 385px !important;
}

.w386 {
  width: 386px !important;
  max-width: 386px !important;
}

.w387 {
  width: 387px !important;
  max-width: 387px !important;
}

.w388 {
  width: 388px !important;
  max-width: 388px !important;
}

.w389 {
  width: 389px !important;
  max-width: 389px !important;
}

.w390 {
  width: 390px !important;
  max-width: 390px !important;
}

.w391 {
  width: 391px !important;
  max-width: 391px !important;
}

.w392 {
  width: 392px !important;
  max-width: 392px !important;
}

.w393 {
  width: 393px !important;
  max-width: 393px !important;
}

.w394 {
  width: 394px !important;
  max-width: 394px !important;
}

.w395 {
  width: 395px !important;
  max-width: 395px !important;
}

.w396 {
  width: 396px !important;
  max-width: 396px !important;
}

.w397 {
  width: 397px !important;
  max-width: 397px !important;
}

.w398 {
  width: 398px !important;
  max-width: 398px !important;
}

.w399 {
  width: 399px !important;
  max-width: 399px !important;
}

.w400 {
  width: 400px !important;
  max-width: 400px !important;
}

.w401 {
  width: 401px !important;
  max-width: 401px !important;
}

.w402 {
  width: 402px !important;
  max-width: 402px !important;
}

.w403 {
  width: 403px !important;
  max-width: 403px !important;
}

.w404 {
  width: 404px !important;
  max-width: 404px !important;
}

.w405 {
  width: 405px !important;
  max-width: 405px !important;
}

.w406 {
  width: 406px !important;
  max-width: 406px !important;
}

.w407 {
  width: 407px !important;
  max-width: 407px !important;
}

.w408 {
  width: 408px !important;
  max-width: 408px !important;
}

.w409 {
  width: 409px !important;
  max-width: 409px !important;
}

.w410 {
  width: 410px !important;
  max-width: 410px !important;
}

.w411 {
  width: 411px !important;
  max-width: 411px !important;
}

.w412 {
  width: 412px !important;
  max-width: 412px !important;
}

.w413 {
  width: 413px !important;
  max-width: 413px !important;
}

.w414 {
  width: 414px !important;
  max-width: 414px !important;
}

.w415 {
  width: 415px !important;
  max-width: 415px !important;
}

.w416 {
  width: 416px !important;
  max-width: 416px !important;
}

.w417 {
  width: 417px !important;
  max-width: 417px !important;
}

.w418 {
  width: 418px !important;
  max-width: 418px !important;
}

.w419 {
  width: 419px !important;
  max-width: 419px !important;
}

.w420 {
  width: 420px !important;
  max-width: 420px !important;
}

.w421 {
  width: 421px !important;
  max-width: 421px !important;
}

.w422 {
  width: 422px !important;
  max-width: 422px !important;
}

.w423 {
  width: 423px !important;
  max-width: 423px !important;
}

.w424 {
  width: 424px !important;
  max-width: 424px !important;
}

.w425 {
  width: 425px !important;
  max-width: 425px !important;
}

.w426 {
  width: 426px !important;
  max-width: 426px !important;
}

.w427 {
  width: 427px !important;
  max-width: 427px !important;
}

.w428 {
  width: 428px !important;
  max-width: 428px !important;
}

.w429 {
  width: 429px !important;
  max-width: 429px !important;
}

.w430 {
  width: 430px !important;
  max-width: 430px !important;
}

.w431 {
  width: 431px !important;
  max-width: 431px !important;
}

.w432 {
  width: 432px !important;
  max-width: 432px !important;
}

.w433 {
  width: 433px !important;
  max-width: 433px !important;
}

.w434 {
  width: 434px !important;
  max-width: 434px !important;
}

.w435 {
  width: 435px !important;
  max-width: 435px !important;
}

.w436 {
  width: 436px !important;
  max-width: 436px !important;
}

.w437 {
  width: 437px !important;
  max-width: 437px !important;
}

.w438 {
  width: 438px !important;
  max-width: 438px !important;
}

.w439 {
  width: 439px !important;
  max-width: 439px !important;
}

.w440 {
  width: 440px !important;
  max-width: 440px !important;
}

.w441 {
  width: 441px !important;
  max-width: 441px !important;
}

.w442 {
  width: 442px !important;
  max-width: 442px !important;
}

.w443 {
  width: 443px !important;
  max-width: 443px !important;
}

.w444 {
  width: 444px !important;
  max-width: 444px !important;
}

.w445 {
  width: 445px !important;
  max-width: 445px !important;
}

.w446 {
  width: 446px !important;
  max-width: 446px !important;
}

.w447 {
  width: 447px !important;
  max-width: 447px !important;
}

.w448 {
  width: 448px !important;
  max-width: 448px !important;
}

.w449 {
  width: 449px !important;
  max-width: 449px !important;
}

.w450 {
  width: 450px !important;
  max-width: 450px !important;
}

.w451 {
  width: 451px !important;
  max-width: 451px !important;
}

.w452 {
  width: 452px !important;
  max-width: 452px !important;
}

.w453 {
  width: 453px !important;
  max-width: 453px !important;
}

.w454 {
  width: 454px !important;
  max-width: 454px !important;
}

.w455 {
  width: 455px !important;
  max-width: 455px !important;
}

.w456 {
  width: 456px !important;
  max-width: 456px !important;
}

.w457 {
  width: 457px !important;
  max-width: 457px !important;
}

.w458 {
  width: 458px !important;
  max-width: 458px !important;
}

.w459 {
  width: 459px !important;
  max-width: 459px !important;
}

.w460 {
  width: 460px !important;
  max-width: 460px !important;
}

.w461 {
  width: 461px !important;
  max-width: 461px !important;
}

.w462 {
  width: 462px !important;
  max-width: 462px !important;
}

.w463 {
  width: 463px !important;
  max-width: 463px !important;
}

.w464 {
  width: 464px !important;
  max-width: 464px !important;
}

.w465 {
  width: 465px !important;
  max-width: 465px !important;
}

.w466 {
  width: 466px !important;
  max-width: 466px !important;
}

.w467 {
  width: 467px !important;
  max-width: 467px !important;
}

.w468 {
  width: 468px !important;
  max-width: 468px !important;
}

.w469 {
  width: 469px !important;
  max-width: 469px !important;
}

.w470 {
  width: 470px !important;
  max-width: 470px !important;
}

.w471 {
  width: 471px !important;
  max-width: 471px !important;
}

.w472 {
  width: 472px !important;
  max-width: 472px !important;
}

.w473 {
  width: 473px !important;
  max-width: 473px !important;
}

.w474 {
  width: 474px !important;
  max-width: 474px !important;
}

.w475 {
  width: 475px !important;
  max-width: 475px !important;
}

.w476 {
  width: 476px !important;
  max-width: 476px !important;
}

.w477 {
  width: 477px !important;
  max-width: 477px !important;
}

.w478 {
  width: 478px !important;
  max-width: 478px !important;
}

.w479 {
  width: 479px !important;
  max-width: 479px !important;
}

.w480 {
  width: 480px !important;
  max-width: 480px !important;
}

.w481 {
  width: 481px !important;
  max-width: 481px !important;
}

.w482 {
  width: 482px !important;
  max-width: 482px !important;
}

.w483 {
  width: 483px !important;
  max-width: 483px !important;
}

.w484 {
  width: 484px !important;
  max-width: 484px !important;
}

.w485 {
  width: 485px !important;
  max-width: 485px !important;
}

.w486 {
  width: 486px !important;
  max-width: 486px !important;
}

.w487 {
  width: 487px !important;
  max-width: 487px !important;
}

.w488 {
  width: 488px !important;
  max-width: 488px !important;
}

.w489 {
  width: 489px !important;
  max-width: 489px !important;
}

.w490 {
  width: 490px !important;
  max-width: 490px !important;
}

.w491 {
  width: 491px !important;
  max-width: 491px !important;
}

.w492 {
  width: 492px !important;
  max-width: 492px !important;
}

.w493 {
  width: 493px !important;
  max-width: 493px !important;
}

.w494 {
  width: 494px !important;
  max-width: 494px !important;
}

.w495 {
  width: 495px !important;
  max-width: 495px !important;
}

.w496 {
  width: 496px !important;
  max-width: 496px !important;
}

.w497 {
  width: 497px !important;
  max-width: 497px !important;
}

.w498 {
  width: 498px !important;
  max-width: 498px !important;
}

.w499 {
  width: 499px !important;
  max-width: 499px !important;
}

.w500 {
  width: 500px !important;
  max-width: 500px !important;
}

.w501 {
  width: 501px !important;
  max-width: 501px !important;
}

.w502 {
  width: 502px !important;
  max-width: 502px !important;
}

.w503 {
  width: 503px !important;
  max-width: 503px !important;
}

.w504 {
  width: 504px !important;
  max-width: 504px !important;
}

.w505 {
  width: 505px !important;
  max-width: 505px !important;
}

.w506 {
  width: 506px !important;
  max-width: 506px !important;
}

.w507 {
  width: 507px !important;
  max-width: 507px !important;
}

.w508 {
  width: 508px !important;
  max-width: 508px !important;
}

.w509 {
  width: 509px !important;
  max-width: 509px !important;
}

.w510 {
  width: 510px !important;
  max-width: 510px !important;
}

.w511 {
  width: 511px !important;
  max-width: 511px !important;
}

.w512 {
  width: 512px !important;
  max-width: 512px !important;
}

.w513 {
  width: 513px !important;
  max-width: 513px !important;
}

.w514 {
  width: 514px !important;
  max-width: 514px !important;
}

.w515 {
  width: 515px !important;
  max-width: 515px !important;
}

.w516 {
  width: 516px !important;
  max-width: 516px !important;
}

.w517 {
  width: 517px !important;
  max-width: 517px !important;
}

.w518 {
  width: 518px !important;
  max-width: 518px !important;
}

.w519 {
  width: 519px !important;
  max-width: 519px !important;
}

.w520 {
  width: 520px !important;
  max-width: 520px !important;
}

.w521 {
  width: 521px !important;
  max-width: 521px !important;
}

.w522 {
  width: 522px !important;
  max-width: 522px !important;
}

.w523 {
  width: 523px !important;
  max-width: 523px !important;
}

.w524 {
  width: 524px !important;
  max-width: 524px !important;
}

.w525 {
  width: 525px !important;
  max-width: 525px !important;
}

.w526 {
  width: 526px !important;
  max-width: 526px !important;
}

.w527 {
  width: 527px !important;
  max-width: 527px !important;
}

.w528 {
  width: 528px !important;
  max-width: 528px !important;
}

.w529 {
  width: 529px !important;
  max-width: 529px !important;
}

.w530 {
  width: 530px !important;
  max-width: 530px !important;
}

.w531 {
  width: 531px !important;
  max-width: 531px !important;
}

.w532 {
  width: 532px !important;
  max-width: 532px !important;
}

.w533 {
  width: 533px !important;
  max-width: 533px !important;
}

.w534 {
  width: 534px !important;
  max-width: 534px !important;
}

.w535 {
  width: 535px !important;
  max-width: 535px !important;
}

.w536 {
  width: 536px !important;
  max-width: 536px !important;
}

.w537 {
  width: 537px !important;
  max-width: 537px !important;
}

.w538 {
  width: 538px !important;
  max-width: 538px !important;
}

.w539 {
  width: 539px !important;
  max-width: 539px !important;
}

.w540 {
  width: 540px !important;
  max-width: 540px !important;
}

.w541 {
  width: 541px !important;
  max-width: 541px !important;
}

.w542 {
  width: 542px !important;
  max-width: 542px !important;
}

.w543 {
  width: 543px !important;
  max-width: 543px !important;
}

.w544 {
  width: 544px !important;
  max-width: 544px !important;
}

.w545 {
  width: 545px !important;
  max-width: 545px !important;
}

.w546 {
  width: 546px !important;
  max-width: 546px !important;
}

.w547 {
  width: 547px !important;
  max-width: 547px !important;
}

.w548 {
  width: 548px !important;
  max-width: 548px !important;
}

.w549 {
  width: 549px !important;
  max-width: 549px !important;
}

.w550 {
  width: 550px !important;
  max-width: 550px !important;
}

.w551 {
  width: 551px !important;
  max-width: 551px !important;
}

.w552 {
  width: 552px !important;
  max-width: 552px !important;
}

.w553 {
  width: 553px !important;
  max-width: 553px !important;
}

.w554 {
  width: 554px !important;
  max-width: 554px !important;
}

.w555 {
  width: 555px !important;
  max-width: 555px !important;
}

.w556 {
  width: 556px !important;
  max-width: 556px !important;
}

.w557 {
  width: 557px !important;
  max-width: 557px !important;
}

.w558 {
  width: 558px !important;
  max-width: 558px !important;
}

.w559 {
  width: 559px !important;
  max-width: 559px !important;
}

.w560 {
  width: 560px !important;
  max-width: 560px !important;
}

.w561 {
  width: 561px !important;
  max-width: 561px !important;
}

.w562 {
  width: 562px !important;
  max-width: 562px !important;
}

.w563 {
  width: 563px !important;
  max-width: 563px !important;
}

.w564 {
  width: 564px !important;
  max-width: 564px !important;
}

.w565 {
  width: 565px !important;
  max-width: 565px !important;
}

.w566 {
  width: 566px !important;
  max-width: 566px !important;
}

.w567 {
  width: 567px !important;
  max-width: 567px !important;
}

.w568 {
  width: 568px !important;
  max-width: 568px !important;
}

.w569 {
  width: 569px !important;
  max-width: 569px !important;
}

.w570 {
  width: 570px !important;
  max-width: 570px !important;
}

.w571 {
  width: 571px !important;
  max-width: 571px !important;
}

.w572 {
  width: 572px !important;
  max-width: 572px !important;
}

.w573 {
  width: 573px !important;
  max-width: 573px !important;
}

.w574 {
  width: 574px !important;
  max-width: 574px !important;
}

.w575 {
  width: 575px !important;
  max-width: 575px !important;
}

.w576 {
  width: 576px !important;
  max-width: 576px !important;
}

.w577 {
  width: 577px !important;
  max-width: 577px !important;
}

.w578 {
  width: 578px !important;
  max-width: 578px !important;
}

.w579 {
  width: 579px !important;
  max-width: 579px !important;
}

.w580 {
  width: 580px !important;
  max-width: 580px !important;
}

.w581 {
  width: 581px !important;
  max-width: 581px !important;
}

.w582 {
  width: 582px !important;
  max-width: 582px !important;
}

.w583 {
  width: 583px !important;
  max-width: 583px !important;
}

.w584 {
  width: 584px !important;
  max-width: 584px !important;
}

.w585 {
  width: 585px !important;
  max-width: 585px !important;
}

.w586 {
  width: 586px !important;
  max-width: 586px !important;
}

.w587 {
  width: 587px !important;
  max-width: 587px !important;
}

.w588 {
  width: 588px !important;
  max-width: 588px !important;
}

.w589 {
  width: 589px !important;
  max-width: 589px !important;
}

.w590 {
  width: 590px !important;
  max-width: 590px !important;
}

.w591 {
  width: 591px !important;
  max-width: 591px !important;
}

.w592 {
  width: 592px !important;
  max-width: 592px !important;
}

.w593 {
  width: 593px !important;
  max-width: 593px !important;
}

.w594 {
  width: 594px !important;
  max-width: 594px !important;
}

.w595 {
  width: 595px !important;
  max-width: 595px !important;
}

.w596 {
  width: 596px !important;
  max-width: 596px !important;
}

.w597 {
  width: 597px !important;
  max-width: 597px !important;
}

.w598 {
  width: 598px !important;
  max-width: 598px !important;
}

.w599 {
  width: 599px !important;
  max-width: 599px !important;
}

.w600 {
  width: 600px !important;
  max-width: 600px !important;
}

.w601 {
  width: 601px !important;
  max-width: 601px !important;
}

.w602 {
  width: 602px !important;
  max-width: 602px !important;
}

.w603 {
  width: 603px !important;
  max-width: 603px !important;
}

.w604 {
  width: 604px !important;
  max-width: 604px !important;
}

.w605 {
  width: 605px !important;
  max-width: 605px !important;
}

.w606 {
  width: 606px !important;
  max-width: 606px !important;
}

.w607 {
  width: 607px !important;
  max-width: 607px !important;
}

.w608 {
  width: 608px !important;
  max-width: 608px !important;
}

.w609 {
  width: 609px !important;
  max-width: 609px !important;
}

.w610 {
  width: 610px !important;
  max-width: 610px !important;
}

.w611 {
  width: 611px !important;
  max-width: 611px !important;
}

.w612 {
  width: 612px !important;
  max-width: 612px !important;
}

.w613 {
  width: 613px !important;
  max-width: 613px !important;
}

.w614 {
  width: 614px !important;
  max-width: 614px !important;
}

.w615 {
  width: 615px !important;
  max-width: 615px !important;
}

.w616 {
  width: 616px !important;
  max-width: 616px !important;
}

.w617 {
  width: 617px !important;
  max-width: 617px !important;
}

.w618 {
  width: 618px !important;
  max-width: 618px !important;
}

.w619 {
  width: 619px !important;
  max-width: 619px !important;
}

.w620 {
  width: 620px !important;
  max-width: 620px !important;
}

.w621 {
  width: 621px !important;
  max-width: 621px !important;
}

.w622 {
  width: 622px !important;
  max-width: 622px !important;
}

.w623 {
  width: 623px !important;
  max-width: 623px !important;
}

.w624 {
  width: 624px !important;
  max-width: 624px !important;
}

.w625 {
  width: 625px !important;
  max-width: 625px !important;
}

.w626 {
  width: 626px !important;
  max-width: 626px !important;
}

.w627 {
  width: 627px !important;
  max-width: 627px !important;
}

.w628 {
  width: 628px !important;
  max-width: 628px !important;
}

.w629 {
  width: 629px !important;
  max-width: 629px !important;
}

.w630 {
  width: 630px !important;
  max-width: 630px !important;
}

.w631 {
  width: 631px !important;
  max-width: 631px !important;
}

.w632 {
  width: 632px !important;
  max-width: 632px !important;
}

.w633 {
  width: 633px !important;
  max-width: 633px !important;
}

.w634 {
  width: 634px !important;
  max-width: 634px !important;
}

.w635 {
  width: 635px !important;
  max-width: 635px !important;
}

.w636 {
  width: 636px !important;
  max-width: 636px !important;
}

.w637 {
  width: 637px !important;
  max-width: 637px !important;
}

.w638 {
  width: 638px !important;
  max-width: 638px !important;
}

.w639 {
  width: 639px !important;
  max-width: 639px !important;
}

.w640 {
  width: 640px !important;
  max-width: 640px !important;
}

.w641 {
  width: 641px !important;
  max-width: 641px !important;
}

.w642 {
  width: 642px !important;
  max-width: 642px !important;
}

.w643 {
  width: 643px !important;
  max-width: 643px !important;
}

.w644 {
  width: 644px !important;
  max-width: 644px !important;
}

.w645 {
  width: 645px !important;
  max-width: 645px !important;
}

.w646 {
  width: 646px !important;
  max-width: 646px !important;
}

.w647 {
  width: 647px !important;
  max-width: 647px !important;
}

.w648 {
  width: 648px !important;
  max-width: 648px !important;
}

.w649 {
  width: 649px !important;
  max-width: 649px !important;
}

.w650 {
  width: 650px !important;
  max-width: 650px !important;
}

.w651 {
  width: 651px !important;
  max-width: 651px !important;
}

.w652 {
  width: 652px !important;
  max-width: 652px !important;
}

.w653 {
  width: 653px !important;
  max-width: 653px !important;
}

.w654 {
  width: 654px !important;
  max-width: 654px !important;
}

.w655 {
  width: 655px !important;
  max-width: 655px !important;
}

.w656 {
  width: 656px !important;
  max-width: 656px !important;
}

.w657 {
  width: 657px !important;
  max-width: 657px !important;
}

.w658 {
  width: 658px !important;
  max-width: 658px !important;
}

.w659 {
  width: 659px !important;
  max-width: 659px !important;
}

.w660 {
  width: 660px !important;
  max-width: 660px !important;
}

.w661 {
  width: 661px !important;
  max-width: 661px !important;
}

.w662 {
  width: 662px !important;
  max-width: 662px !important;
}

.w663 {
  width: 663px !important;
  max-width: 663px !important;
}

.w664 {
  width: 664px !important;
  max-width: 664px !important;
}

.w665 {
  width: 665px !important;
  max-width: 665px !important;
}

.w666 {
  width: 666px !important;
  max-width: 666px !important;
}

.w667 {
  width: 667px !important;
  max-width: 667px !important;
}

.w668 {
  width: 668px !important;
  max-width: 668px !important;
}

.w669 {
  width: 669px !important;
  max-width: 669px !important;
}

.w670 {
  width: 670px !important;
  max-width: 670px !important;
}

.w671 {
  width: 671px !important;
  max-width: 671px !important;
}

.w672 {
  width: 672px !important;
  max-width: 672px !important;
}

.w673 {
  width: 673px !important;
  max-width: 673px !important;
}

.w674 {
  width: 674px !important;
  max-width: 674px !important;
}

.w675 {
  width: 675px !important;
  max-width: 675px !important;
}

.w676 {
  width: 676px !important;
  max-width: 676px !important;
}

.w677 {
  width: 677px !important;
  max-width: 677px !important;
}

.w678 {
  width: 678px !important;
  max-width: 678px !important;
}

.w679 {
  width: 679px !important;
  max-width: 679px !important;
}

.w680 {
  width: 680px !important;
  max-width: 680px !important;
}

.w681 {
  width: 681px !important;
  max-width: 681px !important;
}

.w682 {
  width: 682px !important;
  max-width: 682px !important;
}

.w683 {
  width: 683px !important;
  max-width: 683px !important;
}

.w684 {
  width: 684px !important;
  max-width: 684px !important;
}

.w685 {
  width: 685px !important;
  max-width: 685px !important;
}

.w686 {
  width: 686px !important;
  max-width: 686px !important;
}

.w687 {
  width: 687px !important;
  max-width: 687px !important;
}

.w688 {
  width: 688px !important;
  max-width: 688px !important;
}

.w689 {
  width: 689px !important;
  max-width: 689px !important;
}

.w690 {
  width: 690px !important;
  max-width: 690px !important;
}

.w691 {
  width: 691px !important;
  max-width: 691px !important;
}

.w692 {
  width: 692px !important;
  max-width: 692px !important;
}

.w693 {
  width: 693px !important;
  max-width: 693px !important;
}

.w694 {
  width: 694px !important;
  max-width: 694px !important;
}

.w695 {
  width: 695px !important;
  max-width: 695px !important;
}

.w696 {
  width: 696px !important;
  max-width: 696px !important;
}

.w697 {
  width: 697px !important;
  max-width: 697px !important;
}

.w698 {
  width: 698px !important;
  max-width: 698px !important;
}

.w699 {
  width: 699px !important;
  max-width: 699px !important;
}

.w700 {
  width: 700px !important;
  max-width: 700px !important;
}

.w701 {
  width: 701px !important;
  max-width: 701px !important;
}

.w702 {
  width: 702px !important;
  max-width: 702px !important;
}

.w703 {
  width: 703px !important;
  max-width: 703px !important;
}

.w704 {
  width: 704px !important;
  max-width: 704px !important;
}

.w705 {
  width: 705px !important;
  max-width: 705px !important;
}

.w706 {
  width: 706px !important;
  max-width: 706px !important;
}

.w707 {
  width: 707px !important;
  max-width: 707px !important;
}

.w708 {
  width: 708px !important;
  max-width: 708px !important;
}

.w709 {
  width: 709px !important;
  max-width: 709px !important;
}

.w710 {
  width: 710px !important;
  max-width: 710px !important;
}

.w711 {
  width: 711px !important;
  max-width: 711px !important;
}

.w712 {
  width: 712px !important;
  max-width: 712px !important;
}

.w713 {
  width: 713px !important;
  max-width: 713px !important;
}

.w714 {
  width: 714px !important;
  max-width: 714px !important;
}

.w715 {
  width: 715px !important;
  max-width: 715px !important;
}

.w716 {
  width: 716px !important;
  max-width: 716px !important;
}

.w717 {
  width: 717px !important;
  max-width: 717px !important;
}

.w718 {
  width: 718px !important;
  max-width: 718px !important;
}

.w719 {
  width: 719px !important;
  max-width: 719px !important;
}

.w720 {
  width: 720px !important;
  max-width: 720px !important;
}

.w721 {
  width: 721px !important;
  max-width: 721px !important;
}

.w722 {
  width: 722px !important;
  max-width: 722px !important;
}

.w723 {
  width: 723px !important;
  max-width: 723px !important;
}

.w724 {
  width: 724px !important;
  max-width: 724px !important;
}

.w725 {
  width: 725px !important;
  max-width: 725px !important;
}

.w726 {
  width: 726px !important;
  max-width: 726px !important;
}

.w727 {
  width: 727px !important;
  max-width: 727px !important;
}

.w728 {
  width: 728px !important;
  max-width: 728px !important;
}

.w729 {
  width: 729px !important;
  max-width: 729px !important;
}

.w730 {
  width: 730px !important;
  max-width: 730px !important;
}

.w731 {
  width: 731px !important;
  max-width: 731px !important;
}

.w732 {
  width: 732px !important;
  max-width: 732px !important;
}

.w733 {
  width: 733px !important;
  max-width: 733px !important;
}

.w734 {
  width: 734px !important;
  max-width: 734px !important;
}

.w735 {
  width: 735px !important;
  max-width: 735px !important;
}

.w736 {
  width: 736px !important;
  max-width: 736px !important;
}

.w737 {
  width: 737px !important;
  max-width: 737px !important;
}

.w738 {
  width: 738px !important;
  max-width: 738px !important;
}

.w739 {
  width: 739px !important;
  max-width: 739px !important;
}

.w740 {
  width: 740px !important;
  max-width: 740px !important;
}

.w741 {
  width: 741px !important;
  max-width: 741px !important;
}

.w742 {
  width: 742px !important;
  max-width: 742px !important;
}

.w743 {
  width: 743px !important;
  max-width: 743px !important;
}

.w744 {
  width: 744px !important;
  max-width: 744px !important;
}

.w745 {
  width: 745px !important;
  max-width: 745px !important;
}

.w746 {
  width: 746px !important;
  max-width: 746px !important;
}

.w747 {
  width: 747px !important;
  max-width: 747px !important;
}

.w748 {
  width: 748px !important;
  max-width: 748px !important;
}

.w749 {
  width: 749px !important;
  max-width: 749px !important;
}

.w750 {
  width: 750px !important;
  max-width: 750px !important;
}

.w751 {
  width: 751px !important;
  max-width: 751px !important;
}

.w752 {
  width: 752px !important;
  max-width: 752px !important;
}

.w753 {
  width: 753px !important;
  max-width: 753px !important;
}

.w754 {
  width: 754px !important;
  max-width: 754px !important;
}

.w755 {
  width: 755px !important;
  max-width: 755px !important;
}

.w756 {
  width: 756px !important;
  max-width: 756px !important;
}

.w757 {
  width: 757px !important;
  max-width: 757px !important;
}

.w758 {
  width: 758px !important;
  max-width: 758px !important;
}

.w759 {
  width: 759px !important;
  max-width: 759px !important;
}

.w760 {
  width: 760px !important;
  max-width: 760px !important;
}

.w761 {
  width: 761px !important;
  max-width: 761px !important;
}

.w762 {
  width: 762px !important;
  max-width: 762px !important;
}

.w763 {
  width: 763px !important;
  max-width: 763px !important;
}

.w764 {
  width: 764px !important;
  max-width: 764px !important;
}

.w765 {
  width: 765px !important;
  max-width: 765px !important;
}

.w766 {
  width: 766px !important;
  max-width: 766px !important;
}

.w767 {
  width: 767px !important;
  max-width: 767px !important;
}

.w768 {
  width: 768px !important;
  max-width: 768px !important;
}

.w769 {
  width: 769px !important;
  max-width: 769px !important;
}

.w770 {
  width: 770px !important;
  max-width: 770px !important;
}

.w771 {
  width: 771px !important;
  max-width: 771px !important;
}

.w772 {
  width: 772px !important;
  max-width: 772px !important;
}

.w773 {
  width: 773px !important;
  max-width: 773px !important;
}

.w774 {
  width: 774px !important;
  max-width: 774px !important;
}

.w775 {
  width: 775px !important;
  max-width: 775px !important;
}

.w776 {
  width: 776px !important;
  max-width: 776px !important;
}

.w777 {
  width: 777px !important;
  max-width: 777px !important;
}

.w778 {
  width: 778px !important;
  max-width: 778px !important;
}

.w779 {
  width: 779px !important;
  max-width: 779px !important;
}

.w780 {
  width: 780px !important;
  max-width: 780px !important;
}

.w781 {
  width: 781px !important;
  max-width: 781px !important;
}

.w782 {
  width: 782px !important;
  max-width: 782px !important;
}

.w783 {
  width: 783px !important;
  max-width: 783px !important;
}

.w784 {
  width: 784px !important;
  max-width: 784px !important;
}

.w785 {
  width: 785px !important;
  max-width: 785px !important;
}

.w786 {
  width: 786px !important;
  max-width: 786px !important;
}

.w787 {
  width: 787px !important;
  max-width: 787px !important;
}

.w788 {
  width: 788px !important;
  max-width: 788px !important;
}

.w789 {
  width: 789px !important;
  max-width: 789px !important;
}

.w790 {
  width: 790px !important;
  max-width: 790px !important;
}

.w791 {
  width: 791px !important;
  max-width: 791px !important;
}

.w792 {
  width: 792px !important;
  max-width: 792px !important;
}

.w793 {
  width: 793px !important;
  max-width: 793px !important;
}

.w794 {
  width: 794px !important;
  max-width: 794px !important;
}

.w795 {
  width: 795px !important;
  max-width: 795px !important;
}

.w796 {
  width: 796px !important;
  max-width: 796px !important;
}

.w797 {
  width: 797px !important;
  max-width: 797px !important;
}

.w798 {
  width: 798px !important;
  max-width: 798px !important;
}

.w799 {
  width: 799px !important;
  max-width: 799px !important;
}

.w800 {
  width: 800px !important;
  max-width: 800px !important;
}

.w801 {
  width: 801px !important;
  max-width: 801px !important;
}

.w802 {
  width: 802px !important;
  max-width: 802px !important;
}

.w803 {
  width: 803px !important;
  max-width: 803px !important;
}

.w804 {
  width: 804px !important;
  max-width: 804px !important;
}

.w805 {
  width: 805px !important;
  max-width: 805px !important;
}

.w806 {
  width: 806px !important;
  max-width: 806px !important;
}

.w807 {
  width: 807px !important;
  max-width: 807px !important;
}

.w808 {
  width: 808px !important;
  max-width: 808px !important;
}

.w809 {
  width: 809px !important;
  max-width: 809px !important;
}

.w810 {
  width: 810px !important;
  max-width: 810px !important;
}

.w811 {
  width: 811px !important;
  max-width: 811px !important;
}

.w812 {
  width: 812px !important;
  max-width: 812px !important;
}

.w813 {
  width: 813px !important;
  max-width: 813px !important;
}

.w814 {
  width: 814px !important;
  max-width: 814px !important;
}

.w815 {
  width: 815px !important;
  max-width: 815px !important;
}

.w816 {
  width: 816px !important;
  max-width: 816px !important;
}

.w817 {
  width: 817px !important;
  max-width: 817px !important;
}

.w818 {
  width: 818px !important;
  max-width: 818px !important;
}

.w819 {
  width: 819px !important;
  max-width: 819px !important;
}

.w820 {
  width: 820px !important;
  max-width: 820px !important;
}

.w821 {
  width: 821px !important;
  max-width: 821px !important;
}

.w822 {
  width: 822px !important;
  max-width: 822px !important;
}

.w823 {
  width: 823px !important;
  max-width: 823px !important;
}

.w824 {
  width: 824px !important;
  max-width: 824px !important;
}

.w825 {
  width: 825px !important;
  max-width: 825px !important;
}

.w826 {
  width: 826px !important;
  max-width: 826px !important;
}

.w827 {
  width: 827px !important;
  max-width: 827px !important;
}

.w828 {
  width: 828px !important;
  max-width: 828px !important;
}

.w829 {
  width: 829px !important;
  max-width: 829px !important;
}

.w830 {
  width: 830px !important;
  max-width: 830px !important;
}

.w831 {
  width: 831px !important;
  max-width: 831px !important;
}

.w832 {
  width: 832px !important;
  max-width: 832px !important;
}

.w833 {
  width: 833px !important;
  max-width: 833px !important;
}

.w834 {
  width: 834px !important;
  max-width: 834px !important;
}

.w835 {
  width: 835px !important;
  max-width: 835px !important;
}

.w836 {
  width: 836px !important;
  max-width: 836px !important;
}

.w837 {
  width: 837px !important;
  max-width: 837px !important;
}

.w838 {
  width: 838px !important;
  max-width: 838px !important;
}

.w839 {
  width: 839px !important;
  max-width: 839px !important;
}

.w840 {
  width: 840px !important;
  max-width: 840px !important;
}

.w841 {
  width: 841px !important;
  max-width: 841px !important;
}

.w842 {
  width: 842px !important;
  max-width: 842px !important;
}

.w843 {
  width: 843px !important;
  max-width: 843px !important;
}

.w844 {
  width: 844px !important;
  max-width: 844px !important;
}

.w845 {
  width: 845px !important;
  max-width: 845px !important;
}

.w846 {
  width: 846px !important;
  max-width: 846px !important;
}

.w847 {
  width: 847px !important;
  max-width: 847px !important;
}

.w848 {
  width: 848px !important;
  max-width: 848px !important;
}

.w849 {
  width: 849px !important;
  max-width: 849px !important;
}

.w850 {
  width: 850px !important;
  max-width: 850px !important;
}

.w851 {
  width: 851px !important;
  max-width: 851px !important;
}

.w852 {
  width: 852px !important;
  max-width: 852px !important;
}

.w853 {
  width: 853px !important;
  max-width: 853px !important;
}

.w854 {
  width: 854px !important;
  max-width: 854px !important;
}

.w855 {
  width: 855px !important;
  max-width: 855px !important;
}

.w856 {
  width: 856px !important;
  max-width: 856px !important;
}

.w857 {
  width: 857px !important;
  max-width: 857px !important;
}

.w858 {
  width: 858px !important;
  max-width: 858px !important;
}

.w859 {
  width: 859px !important;
  max-width: 859px !important;
}

.w860 {
  width: 860px !important;
  max-width: 860px !important;
}

.w861 {
  width: 861px !important;
  max-width: 861px !important;
}

.w862 {
  width: 862px !important;
  max-width: 862px !important;
}

.w863 {
  width: 863px !important;
  max-width: 863px !important;
}

.w864 {
  width: 864px !important;
  max-width: 864px !important;
}

.w865 {
  width: 865px !important;
  max-width: 865px !important;
}

.w866 {
  width: 866px !important;
  max-width: 866px !important;
}

.w867 {
  width: 867px !important;
  max-width: 867px !important;
}

.w868 {
  width: 868px !important;
  max-width: 868px !important;
}

.w869 {
  width: 869px !important;
  max-width: 869px !important;
}

.w870 {
  width: 870px !important;
  max-width: 870px !important;
}

.w871 {
  width: 871px !important;
  max-width: 871px !important;
}

.w872 {
  width: 872px !important;
  max-width: 872px !important;
}

.w873 {
  width: 873px !important;
  max-width: 873px !important;
}

.w874 {
  width: 874px !important;
  max-width: 874px !important;
}

.w875 {
  width: 875px !important;
  max-width: 875px !important;
}

.w876 {
  width: 876px !important;
  max-width: 876px !important;
}

.w877 {
  width: 877px !important;
  max-width: 877px !important;
}

.w878 {
  width: 878px !important;
  max-width: 878px !important;
}

.w879 {
  width: 879px !important;
  max-width: 879px !important;
}

.w880 {
  width: 880px !important;
  max-width: 880px !important;
}

.w881 {
  width: 881px !important;
  max-width: 881px !important;
}

.w882 {
  width: 882px !important;
  max-width: 882px !important;
}

.w883 {
  width: 883px !important;
  max-width: 883px !important;
}

.w884 {
  width: 884px !important;
  max-width: 884px !important;
}

.w885 {
  width: 885px !important;
  max-width: 885px !important;
}

.w886 {
  width: 886px !important;
  max-width: 886px !important;
}

.w887 {
  width: 887px !important;
  max-width: 887px !important;
}

.w888 {
  width: 888px !important;
  max-width: 888px !important;
}

.w889 {
  width: 889px !important;
  max-width: 889px !important;
}

.w890 {
  width: 890px !important;
  max-width: 890px !important;
}

.w891 {
  width: 891px !important;
  max-width: 891px !important;
}

.w892 {
  width: 892px !important;
  max-width: 892px !important;
}

.w893 {
  width: 893px !important;
  max-width: 893px !important;
}

.w894 {
  width: 894px !important;
  max-width: 894px !important;
}

.w895 {
  width: 895px !important;
  max-width: 895px !important;
}

.w896 {
  width: 896px !important;
  max-width: 896px !important;
}

.w897 {
  width: 897px !important;
  max-width: 897px !important;
}

.w898 {
  width: 898px !important;
  max-width: 898px !important;
}

.w899 {
  width: 899px !important;
  max-width: 899px !important;
}

.w900 {
  width: 900px !important;
  max-width: 900px !important;
}

.w901 {
  width: 901px !important;
  max-width: 901px !important;
}

.w902 {
  width: 902px !important;
  max-width: 902px !important;
}

.w903 {
  width: 903px !important;
  max-width: 903px !important;
}

.w904 {
  width: 904px !important;
  max-width: 904px !important;
}

.w905 {
  width: 905px !important;
  max-width: 905px !important;
}

.w906 {
  width: 906px !important;
  max-width: 906px !important;
}

.w907 {
  width: 907px !important;
  max-width: 907px !important;
}

.w908 {
  width: 908px !important;
  max-width: 908px !important;
}

.w909 {
  width: 909px !important;
  max-width: 909px !important;
}

.w910 {
  width: 910px !important;
  max-width: 910px !important;
}

.w911 {
  width: 911px !important;
  max-width: 911px !important;
}

.w912 {
  width: 912px !important;
  max-width: 912px !important;
}

.w913 {
  width: 913px !important;
  max-width: 913px !important;
}

.w914 {
  width: 914px !important;
  max-width: 914px !important;
}

.w915 {
  width: 915px !important;
  max-width: 915px !important;
}

.w916 {
  width: 916px !important;
  max-width: 916px !important;
}

.w917 {
  width: 917px !important;
  max-width: 917px !important;
}

.w918 {
  width: 918px !important;
  max-width: 918px !important;
}

.w919 {
  width: 919px !important;
  max-width: 919px !important;
}

.w920 {
  width: 920px !important;
  max-width: 920px !important;
}

.w921 {
  width: 921px !important;
  max-width: 921px !important;
}

.w922 {
  width: 922px !important;
  max-width: 922px !important;
}

.w923 {
  width: 923px !important;
  max-width: 923px !important;
}

.w924 {
  width: 924px !important;
  max-width: 924px !important;
}

.w925 {
  width: 925px !important;
  max-width: 925px !important;
}

.w926 {
  width: 926px !important;
  max-width: 926px !important;
}

.w927 {
  width: 927px !important;
  max-width: 927px !important;
}

.w928 {
  width: 928px !important;
  max-width: 928px !important;
}

.w929 {
  width: 929px !important;
  max-width: 929px !important;
}

.w930 {
  width: 930px !important;
  max-width: 930px !important;
}

.w931 {
  width: 931px !important;
  max-width: 931px !important;
}

.w932 {
  width: 932px !important;
  max-width: 932px !important;
}

.w933 {
  width: 933px !important;
  max-width: 933px !important;
}

.w934 {
  width: 934px !important;
  max-width: 934px !important;
}

.w935 {
  width: 935px !important;
  max-width: 935px !important;
}

.w936 {
  width: 936px !important;
  max-width: 936px !important;
}

.w937 {
  width: 937px !important;
  max-width: 937px !important;
}

.w938 {
  width: 938px !important;
  max-width: 938px !important;
}

.w939 {
  width: 939px !important;
  max-width: 939px !important;
}

.w940 {
  width: 940px !important;
  max-width: 940px !important;
}

.w941 {
  width: 941px !important;
  max-width: 941px !important;
}

.w942 {
  width: 942px !important;
  max-width: 942px !important;
}

.w943 {
  width: 943px !important;
  max-width: 943px !important;
}

.w944 {
  width: 944px !important;
  max-width: 944px !important;
}

.w945 {
  width: 945px !important;
  max-width: 945px !important;
}

.w946 {
  width: 946px !important;
  max-width: 946px !important;
}

.w947 {
  width: 947px !important;
  max-width: 947px !important;
}

.w948 {
  width: 948px !important;
  max-width: 948px !important;
}

.w949 {
  width: 949px !important;
  max-width: 949px !important;
}

.w950 {
  width: 950px !important;
  max-width: 950px !important;
}

.w951 {
  width: 951px !important;
  max-width: 951px !important;
}

.w952 {
  width: 952px !important;
  max-width: 952px !important;
}

.w953 {
  width: 953px !important;
  max-width: 953px !important;
}

.w954 {
  width: 954px !important;
  max-width: 954px !important;
}

.w955 {
  width: 955px !important;
  max-width: 955px !important;
}

.w956 {
  width: 956px !important;
  max-width: 956px !important;
}

.w957 {
  width: 957px !important;
  max-width: 957px !important;
}

.w958 {
  width: 958px !important;
  max-width: 958px !important;
}

.w959 {
  width: 959px !important;
  max-width: 959px !important;
}

.w960 {
  width: 960px !important;
  max-width: 960px !important;
}

.w961 {
  width: 961px !important;
  max-width: 961px !important;
}

.w962 {
  width: 962px !important;
  max-width: 962px !important;
}

.w963 {
  width: 963px !important;
  max-width: 963px !important;
}

.w964 {
  width: 964px !important;
  max-width: 964px !important;
}

.w965 {
  width: 965px !important;
  max-width: 965px !important;
}

.w966 {
  width: 966px !important;
  max-width: 966px !important;
}

.w967 {
  width: 967px !important;
  max-width: 967px !important;
}

.w968 {
  width: 968px !important;
  max-width: 968px !important;
}

.w969 {
  width: 969px !important;
  max-width: 969px !important;
}

.w970 {
  width: 970px !important;
  max-width: 970px !important;
}

.w971 {
  width: 971px !important;
  max-width: 971px !important;
}

.w972 {
  width: 972px !important;
  max-width: 972px !important;
}

.w973 {
  width: 973px !important;
  max-width: 973px !important;
}

.w974 {
  width: 974px !important;
  max-width: 974px !important;
}

.w975 {
  width: 975px !important;
  max-width: 975px !important;
}

.w976 {
  width: 976px !important;
  max-width: 976px !important;
}

.w977 {
  width: 977px !important;
  max-width: 977px !important;
}

.w978 {
  width: 978px !important;
  max-width: 978px !important;
}

.w979 {
  width: 979px !important;
  max-width: 979px !important;
}

.w980 {
  width: 980px !important;
  max-width: 980px !important;
}

.w981 {
  width: 981px !important;
  max-width: 981px !important;
}

.w982 {
  width: 982px !important;
  max-width: 982px !important;
}

.w983 {
  width: 983px !important;
  max-width: 983px !important;
}

.w984 {
  width: 984px !important;
  max-width: 984px !important;
}

.w985 {
  width: 985px !important;
  max-width: 985px !important;
}

.w986 {
  width: 986px !important;
  max-width: 986px !important;
}

.w987 {
  width: 987px !important;
  max-width: 987px !important;
}

.w988 {
  width: 988px !important;
  max-width: 988px !important;
}

.w989 {
  width: 989px !important;
  max-width: 989px !important;
}

.w990 {
  width: 990px !important;
  max-width: 990px !important;
}

.w991 {
  width: 991px !important;
  max-width: 991px !important;
}

.w992 {
  width: 992px !important;
  max-width: 992px !important;
}

.w993 {
  width: 993px !important;
  max-width: 993px !important;
}

.w994 {
  width: 994px !important;
  max-width: 994px !important;
}

.w995 {
  width: 995px !important;
  max-width: 995px !important;
}

.w996 {
  width: 996px !important;
  max-width: 996px !important;
}

.w997 {
  width: 997px !important;
  max-width: 997px !important;
}

.w998 {
  width: 998px !important;
  max-width: 998px !important;
}

.w999 {
  width: 999px !important;
  max-width: 999px !important;
}

.w5per {
  width: 5% !important;
}

.w10per {
  width: 10% !important;
}

.w15per {
  width: 15% !important;
}

.w20per {
  width: 20% !important;
}

.w25per {
  width: 25% !important;
}

.w30per {
  width: 30% !important;
}

.w35per {
  width: 35% !important;
}

.w40per {
  width: 40% !important;
}

.w45per {
  width: 45% !important;
}

.w50per {
  width: 50% !important;
}

.w55per {
  width: 55% !important;
}

.w60per {
  width: 60% !important;
}

.w65per {
  width: 65% !important;
}

.w70per {
  width: 70% !important;
}

.w75per {
  width: 75% !important;
}

.w80per {
  width: 80% !important;
}

.w85per {
  width: 85% !important;
}

.w90per {
  width: 90% !important;
}

.w95per {
  width: 95% !important;
}

.w100per {
  width: 100% !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

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

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

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

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

.p15 {
  padding: 15px !important;
}

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

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

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

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

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

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

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

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

.p30 {
  padding: 30px !important;
}

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

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

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

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

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.p105 {
  padding: 105px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.p115 {
  padding: 115px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.p125 {
  padding: 125px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.p130 {
  padding: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.p135 {
  padding: 135px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.p145 {
  padding: 145px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.p155 {
  padding: 155px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.p165 {
  padding: 165px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.p175 {
  padding: 175px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.p180 {
  padding: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.p185 {
  padding: 185px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.p190 {
  padding: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.p195 {
  padding: 195px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.p200 {
  padding: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.mt205 {
  margin-top: 205px !important;
}

.mr205 {
  margin-right: 205px !important;
}

.mb205 {
  margin-bottom: 205px !important;
}

.ml205 {
  margin-left: 205px !important;
}

.p205 {
  padding: 205px !important;
}

.pt205 {
  padding-top: 205px !important;
}

.pr205 {
  padding-right: 205px !important;
}

.pb205 {
  padding-bottom: 205px !important;
}

.pl205 {
  padding-left: 205px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.mr210 {
  margin-right: 210px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.ml210 {
  margin-left: 210px !important;
}

.p210 {
  padding: 210px !important;
}

.pt210 {
  padding-top: 210px !important;
}

.pr210 {
  padding-right: 210px !important;
}

.pb210 {
  padding-bottom: 210px !important;
}

.pl210 {
  padding-left: 210px !important;
}

.mt215 {
  margin-top: 215px !important;
}

.mr215 {
  margin-right: 215px !important;
}

.mb215 {
  margin-bottom: 215px !important;
}

.ml215 {
  margin-left: 215px !important;
}

.p215 {
  padding: 215px !important;
}

.pt215 {
  padding-top: 215px !important;
}

.pr215 {
  padding-right: 215px !important;
}

.pb215 {
  padding-bottom: 215px !important;
}

.pl215 {
  padding-left: 215px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.mr220 {
  margin-right: 220px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.ml220 {
  margin-left: 220px !important;
}

.p220 {
  padding: 220px !important;
}

.pt220 {
  padding-top: 220px !important;
}

.pr220 {
  padding-right: 220px !important;
}

.pb220 {
  padding-bottom: 220px !important;
}

.pl220 {
  padding-left: 220px !important;
}

.mt225 {
  margin-top: 225px !important;
}

.mr225 {
  margin-right: 225px !important;
}

.mb225 {
  margin-bottom: 225px !important;
}

.ml225 {
  margin-left: 225px !important;
}

.p225 {
  padding: 225px !important;
}

.pt225 {
  padding-top: 225px !important;
}

.pr225 {
  padding-right: 225px !important;
}

.pb225 {
  padding-bottom: 225px !important;
}

.pl225 {
  padding-left: 225px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.mr230 {
  margin-right: 230px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.ml230 {
  margin-left: 230px !important;
}

.p230 {
  padding: 230px !important;
}

.pt230 {
  padding-top: 230px !important;
}

.pr230 {
  padding-right: 230px !important;
}

.pb230 {
  padding-bottom: 230px !important;
}

.pl230 {
  padding-left: 230px !important;
}

.mt235 {
  margin-top: 235px !important;
}

.mr235 {
  margin-right: 235px !important;
}

.mb235 {
  margin-bottom: 235px !important;
}

.ml235 {
  margin-left: 235px !important;
}

.p235 {
  padding: 235px !important;
}

.pt235 {
  padding-top: 235px !important;
}

.pr235 {
  padding-right: 235px !important;
}

.pb235 {
  padding-bottom: 235px !important;
}

.pl235 {
  padding-left: 235px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mr240 {
  margin-right: 240px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.ml240 {
  margin-left: 240px !important;
}

.p240 {
  padding: 240px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pr240 {
  padding-right: 240px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pl240 {
  padding-left: 240px !important;
}

.mt245 {
  margin-top: 245px !important;
}

.mr245 {
  margin-right: 245px !important;
}

.mb245 {
  margin-bottom: 245px !important;
}

.ml245 {
  margin-left: 245px !important;
}

.p245 {
  padding: 245px !important;
}

.pt245 {
  padding-top: 245px !important;
}

.pr245 {
  padding-right: 245px !important;
}

.pb245 {
  padding-bottom: 245px !important;
}

.pl245 {
  padding-left: 245px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.mr250 {
  margin-right: 250px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.ml250 {
  margin-left: 250px !important;
}

.p250 {
  padding: 250px !important;
}

.pt250 {
  padding-top: 250px !important;
}

.pr250 {
  padding-right: 250px !important;
}

.pb250 {
  padding-bottom: 250px !important;
}

.pl250 {
  padding-left: 250px !important;
}

.mt255 {
  margin-top: 255px !important;
}

.mr255 {
  margin-right: 255px !important;
}

.mb255 {
  margin-bottom: 255px !important;
}

.ml255 {
  margin-left: 255px !important;
}

.p255 {
  padding: 255px !important;
}

.pt255 {
  padding-top: 255px !important;
}

.pr255 {
  padding-right: 255px !important;
}

.pb255 {
  padding-bottom: 255px !important;
}

.pl255 {
  padding-left: 255px !important;
}

.mt260 {
  margin-top: 260px !important;
}

.mr260 {
  margin-right: 260px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.ml260 {
  margin-left: 260px !important;
}

.p260 {
  padding: 260px !important;
}

.pt260 {
  padding-top: 260px !important;
}

.pr260 {
  padding-right: 260px !important;
}

.pb260 {
  padding-bottom: 260px !important;
}

.pl260 {
  padding-left: 260px !important;
}

.mt265 {
  margin-top: 265px !important;
}

.mr265 {
  margin-right: 265px !important;
}

.mb265 {
  margin-bottom: 265px !important;
}

.ml265 {
  margin-left: 265px !important;
}

.p265 {
  padding: 265px !important;
}

.pt265 {
  padding-top: 265px !important;
}

.pr265 {
  padding-right: 265px !important;
}

.pb265 {
  padding-bottom: 265px !important;
}

.pl265 {
  padding-left: 265px !important;
}

.mt270 {
  margin-top: 270px !important;
}

.mr270 {
  margin-right: 270px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.ml270 {
  margin-left: 270px !important;
}

.p270 {
  padding: 270px !important;
}

.pt270 {
  padding-top: 270px !important;
}

.pr270 {
  padding-right: 270px !important;
}

.pb270 {
  padding-bottom: 270px !important;
}

.pl270 {
  padding-left: 270px !important;
}

.mt275 {
  margin-top: 275px !important;
}

.mr275 {
  margin-right: 275px !important;
}

.mb275 {
  margin-bottom: 275px !important;
}

.ml275 {
  margin-left: 275px !important;
}

.p275 {
  padding: 275px !important;
}

.pt275 {
  padding-top: 275px !important;
}

.pr275 {
  padding-right: 275px !important;
}

.pb275 {
  padding-bottom: 275px !important;
}

.pl275 {
  padding-left: 275px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.mr280 {
  margin-right: 280px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.ml280 {
  margin-left: 280px !important;
}

.p280 {
  padding: 280px !important;
}

.pt280 {
  padding-top: 280px !important;
}

.pr280 {
  padding-right: 280px !important;
}

.pb280 {
  padding-bottom: 280px !important;
}

.pl280 {
  padding-left: 280px !important;
}

.mt285 {
  margin-top: 285px !important;
}

.mr285 {
  margin-right: 285px !important;
}

.mb285 {
  margin-bottom: 285px !important;
}

.ml285 {
  margin-left: 285px !important;
}

.p285 {
  padding: 285px !important;
}

.pt285 {
  padding-top: 285px !important;
}

.pr285 {
  padding-right: 285px !important;
}

.pb285 {
  padding-bottom: 285px !important;
}

.pl285 {
  padding-left: 285px !important;
}

.mt290 {
  margin-top: 290px !important;
}

.mr290 {
  margin-right: 290px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.ml290 {
  margin-left: 290px !important;
}

.p290 {
  padding: 290px !important;
}

.pt290 {
  padding-top: 290px !important;
}

.pr290 {
  padding-right: 290px !important;
}

.pb290 {
  padding-bottom: 290px !important;
}

.pl290 {
  padding-left: 290px !important;
}

.mt295 {
  margin-top: 295px !important;
}

.mr295 {
  margin-right: 295px !important;
}

.mb295 {
  margin-bottom: 295px !important;
}

.ml295 {
  margin-left: 295px !important;
}

.p295 {
  padding: 295px !important;
}

.pt295 {
  padding-top: 295px !important;
}

.pr295 {
  padding-right: 295px !important;
}

.pb295 {
  padding-bottom: 295px !important;
}

.pl295 {
  padding-left: 295px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mr300 {
  margin-right: 300px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.ml300 {
  margin-left: 300px !important;
}

.p300 {
  padding: 300px !important;
}

.pt300 {
  padding-top: 300px !important;
}

.pr300 {
  padding-right: 300px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.pl300 {
  padding-left: 300px !important;
}

.mt305 {
  margin-top: 305px !important;
}

.mr305 {
  margin-right: 305px !important;
}

.mb305 {
  margin-bottom: 305px !important;
}

.ml305 {
  margin-left: 305px !important;
}

.p305 {
  padding: 305px !important;
}

.pt305 {
  padding-top: 305px !important;
}

.pr305 {
  padding-right: 305px !important;
}

.pb305 {
  padding-bottom: 305px !important;
}

.pl305 {
  padding-left: 305px !important;
}

.mt310 {
  margin-top: 310px !important;
}

.mr310 {
  margin-right: 310px !important;
}

.mb310 {
  margin-bottom: 310px !important;
}

.ml310 {
  margin-left: 310px !important;
}

.p310 {
  padding: 310px !important;
}

.pt310 {
  padding-top: 310px !important;
}

.pr310 {
  padding-right: 310px !important;
}

.pb310 {
  padding-bottom: 310px !important;
}

.pl310 {
  padding-left: 310px !important;
}

.mt315 {
  margin-top: 315px !important;
}

.mr315 {
  margin-right: 315px !important;
}

.mb315 {
  margin-bottom: 315px !important;
}

.ml315 {
  margin-left: 315px !important;
}

.p315 {
  padding: 315px !important;
}

.pt315 {
  padding-top: 315px !important;
}

.pr315 {
  padding-right: 315px !important;
}

.pb315 {
  padding-bottom: 315px !important;
}

.pl315 {
  padding-left: 315px !important;
}

.mt320 {
  margin-top: 320px !important;
}

.mr320 {
  margin-right: 320px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.ml320 {
  margin-left: 320px !important;
}

.p320 {
  padding: 320px !important;
}

.pt320 {
  padding-top: 320px !important;
}

.pr320 {
  padding-right: 320px !important;
}

.pb320 {
  padding-bottom: 320px !important;
}

.pl320 {
  padding-left: 320px !important;
}

.mt325 {
  margin-top: 325px !important;
}

.mr325 {
  margin-right: 325px !important;
}

.mb325 {
  margin-bottom: 325px !important;
}

.ml325 {
  margin-left: 325px !important;
}

.p325 {
  padding: 325px !important;
}

.pt325 {
  padding-top: 325px !important;
}

.pr325 {
  padding-right: 325px !important;
}

.pb325 {
  padding-bottom: 325px !important;
}

.pl325 {
  padding-left: 325px !important;
}

.mt330 {
  margin-top: 330px !important;
}

.mr330 {
  margin-right: 330px !important;
}

.mb330 {
  margin-bottom: 330px !important;
}

.ml330 {
  margin-left: 330px !important;
}

.p330 {
  padding: 330px !important;
}

.pt330 {
  padding-top: 330px !important;
}

.pr330 {
  padding-right: 330px !important;
}

.pb330 {
  padding-bottom: 330px !important;
}

.pl330 {
  padding-left: 330px !important;
}

.mt335 {
  margin-top: 335px !important;
}

.mr335 {
  margin-right: 335px !important;
}

.mb335 {
  margin-bottom: 335px !important;
}

.ml335 {
  margin-left: 335px !important;
}

.p335 {
  padding: 335px !important;
}

.pt335 {
  padding-top: 335px !important;
}

.pr335 {
  padding-right: 335px !important;
}

.pb335 {
  padding-bottom: 335px !important;
}

.pl335 {
  padding-left: 335px !important;
}

.mt340 {
  margin-top: 340px !important;
}

.mr340 {
  margin-right: 340px !important;
}

.mb340 {
  margin-bottom: 340px !important;
}

.ml340 {
  margin-left: 340px !important;
}

.p340 {
  padding: 340px !important;
}

.pt340 {
  padding-top: 340px !important;
}

.pr340 {
  padding-right: 340px !important;
}

.pb340 {
  padding-bottom: 340px !important;
}

.pl340 {
  padding-left: 340px !important;
}

.mt345 {
  margin-top: 345px !important;
}

.mr345 {
  margin-right: 345px !important;
}

.mb345 {
  margin-bottom: 345px !important;
}

.ml345 {
  margin-left: 345px !important;
}

.p345 {
  padding: 345px !important;
}

.pt345 {
  padding-top: 345px !important;
}

.pr345 {
  padding-right: 345px !important;
}

.pb345 {
  padding-bottom: 345px !important;
}

.pl345 {
  padding-left: 345px !important;
}

.mt350 {
  margin-top: 350px !important;
}

.mr350 {
  margin-right: 350px !important;
}

.mb350 {
  margin-bottom: 350px !important;
}

.ml350 {
  margin-left: 350px !important;
}

.p350 {
  padding: 350px !important;
}

.pt350 {
  padding-top: 350px !important;
}

.pr350 {
  padding-right: 350px !important;
}

.pb350 {
  padding-bottom: 350px !important;
}

.pl350 {
  padding-left: 350px !important;
}

.mt355 {
  margin-top: 355px !important;
}

.mr355 {
  margin-right: 355px !important;
}

.mb355 {
  margin-bottom: 355px !important;
}

.ml355 {
  margin-left: 355px !important;
}

.p355 {
  padding: 355px !important;
}

.pt355 {
  padding-top: 355px !important;
}

.pr355 {
  padding-right: 355px !important;
}

.pb355 {
  padding-bottom: 355px !important;
}

.pl355 {
  padding-left: 355px !important;
}

.mt360 {
  margin-top: 360px !important;
}

.mr360 {
  margin-right: 360px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.ml360 {
  margin-left: 360px !important;
}

.p360 {
  padding: 360px !important;
}

.pt360 {
  padding-top: 360px !important;
}

.pr360 {
  padding-right: 360px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

.pl360 {
  padding-left: 360px !important;
}

.mt365 {
  margin-top: 365px !important;
}

.mr365 {
  margin-right: 365px !important;
}

.mb365 {
  margin-bottom: 365px !important;
}

.ml365 {
  margin-left: 365px !important;
}

.p365 {
  padding: 365px !important;
}

.pt365 {
  padding-top: 365px !important;
}

.pr365 {
  padding-right: 365px !important;
}

.pb365 {
  padding-bottom: 365px !important;
}

.pl365 {
  padding-left: 365px !important;
}

.mt370 {
  margin-top: 370px !important;
}

.mr370 {
  margin-right: 370px !important;
}

.mb370 {
  margin-bottom: 370px !important;
}

.ml370 {
  margin-left: 370px !important;
}

.p370 {
  padding: 370px !important;
}

.pt370 {
  padding-top: 370px !important;
}

.pr370 {
  padding-right: 370px !important;
}

.pb370 {
  padding-bottom: 370px !important;
}

.pl370 {
  padding-left: 370px !important;
}

.mt375 {
  margin-top: 375px !important;
}

.mr375 {
  margin-right: 375px !important;
}

.mb375 {
  margin-bottom: 375px !important;
}

.ml375 {
  margin-left: 375px !important;
}

.p375 {
  padding: 375px !important;
}

.pt375 {
  padding-top: 375px !important;
}

.pr375 {
  padding-right: 375px !important;
}

.pb375 {
  padding-bottom: 375px !important;
}

.pl375 {
  padding-left: 375px !important;
}

.mt380 {
  margin-top: 380px !important;
}

.mr380 {
  margin-right: 380px !important;
}

.mb380 {
  margin-bottom: 380px !important;
}

.ml380 {
  margin-left: 380px !important;
}

.p380 {
  padding: 380px !important;
}

.pt380 {
  padding-top: 380px !important;
}

.pr380 {
  padding-right: 380px !important;
}

.pb380 {
  padding-bottom: 380px !important;
}

.pl380 {
  padding-left: 380px !important;
}

.mt385 {
  margin-top: 385px !important;
}

.mr385 {
  margin-right: 385px !important;
}

.mb385 {
  margin-bottom: 385px !important;
}

.ml385 {
  margin-left: 385px !important;
}

.p385 {
  padding: 385px !important;
}

.pt385 {
  padding-top: 385px !important;
}

.pr385 {
  padding-right: 385px !important;
}

.pb385 {
  padding-bottom: 385px !important;
}

.pl385 {
  padding-left: 385px !important;
}

.mt390 {
  margin-top: 390px !important;
}

.mr390 {
  margin-right: 390px !important;
}

.mb390 {
  margin-bottom: 390px !important;
}

.ml390 {
  margin-left: 390px !important;
}

.p390 {
  padding: 390px !important;
}

.pt390 {
  padding-top: 390px !important;
}

.pr390 {
  padding-right: 390px !important;
}

.pb390 {
  padding-bottom: 390px !important;
}

.pl390 {
  padding-left: 390px !important;
}

.mt395 {
  margin-top: 395px !important;
}

.mr395 {
  margin-right: 395px !important;
}

.mb395 {
  margin-bottom: 395px !important;
}

.ml395 {
  margin-left: 395px !important;
}

.p395 {
  padding: 395px !important;
}

.pt395 {
  padding-top: 395px !important;
}

.pr395 {
  padding-right: 395px !important;
}

.pb395 {
  padding-bottom: 395px !important;
}

.pl395 {
  padding-left: 395px !important;
}

.mt400 {
  margin-top: 400px !important;
}

.mr400 {
  margin-right: 400px !important;
}

.mb400 {
  margin-bottom: 400px !important;
}

.ml400 {
  margin-left: 400px !important;
}

.p400 {
  padding: 400px !important;
}

.pt400 {
  padding-top: 400px !important;
}

.pr400 {
  padding-right: 400px !important;
}

.pb400 {
  padding-bottom: 400px !important;
}

.pl400 {
  padding-left: 400px !important;
}

.mt405 {
  margin-top: 405px !important;
}

.mr405 {
  margin-right: 405px !important;
}

.mb405 {
  margin-bottom: 405px !important;
}

.ml405 {
  margin-left: 405px !important;
}

.p405 {
  padding: 405px !important;
}

.pt405 {
  padding-top: 405px !important;
}

.pr405 {
  padding-right: 405px !important;
}

.pb405 {
  padding-bottom: 405px !important;
}

.pl405 {
  padding-left: 405px !important;
}

.mt410 {
  margin-top: 410px !important;
}

.mr410 {
  margin-right: 410px !important;
}

.mb410 {
  margin-bottom: 410px !important;
}

.ml410 {
  margin-left: 410px !important;
}

.p410 {
  padding: 410px !important;
}

.pt410 {
  padding-top: 410px !important;
}

.pr410 {
  padding-right: 410px !important;
}

.pb410 {
  padding-bottom: 410px !important;
}

.pl410 {
  padding-left: 410px !important;
}

.mt415 {
  margin-top: 415px !important;
}

.mr415 {
  margin-right: 415px !important;
}

.mb415 {
  margin-bottom: 415px !important;
}

.ml415 {
  margin-left: 415px !important;
}

.p415 {
  padding: 415px !important;
}

.pt415 {
  padding-top: 415px !important;
}

.pr415 {
  padding-right: 415px !important;
}

.pb415 {
  padding-bottom: 415px !important;
}

.pl415 {
  padding-left: 415px !important;
}

.mt420 {
  margin-top: 420px !important;
}

.mr420 {
  margin-right: 420px !important;
}

.mb420 {
  margin-bottom: 420px !important;
}

.ml420 {
  margin-left: 420px !important;
}

.p420 {
  padding: 420px !important;
}

.pt420 {
  padding-top: 420px !important;
}

.pr420 {
  padding-right: 420px !important;
}

.pb420 {
  padding-bottom: 420px !important;
}

.pl420 {
  padding-left: 420px !important;
}

.mt425 {
  margin-top: 425px !important;
}

.mr425 {
  margin-right: 425px !important;
}

.mb425 {
  margin-bottom: 425px !important;
}

.ml425 {
  margin-left: 425px !important;
}

.p425 {
  padding: 425px !important;
}

.pt425 {
  padding-top: 425px !important;
}

.pr425 {
  padding-right: 425px !important;
}

.pb425 {
  padding-bottom: 425px !important;
}

.pl425 {
  padding-left: 425px !important;
}

.mt430 {
  margin-top: 430px !important;
}

.mr430 {
  margin-right: 430px !important;
}

.mb430 {
  margin-bottom: 430px !important;
}

.ml430 {
  margin-left: 430px !important;
}

.p430 {
  padding: 430px !important;
}

.pt430 {
  padding-top: 430px !important;
}

.pr430 {
  padding-right: 430px !important;
}

.pb430 {
  padding-bottom: 430px !important;
}

.pl430 {
  padding-left: 430px !important;
}

.mt435 {
  margin-top: 435px !important;
}

.mr435 {
  margin-right: 435px !important;
}

.mb435 {
  margin-bottom: 435px !important;
}

.ml435 {
  margin-left: 435px !important;
}

.p435 {
  padding: 435px !important;
}

.pt435 {
  padding-top: 435px !important;
}

.pr435 {
  padding-right: 435px !important;
}

.pb435 {
  padding-bottom: 435px !important;
}

.pl435 {
  padding-left: 435px !important;
}

.mt440 {
  margin-top: 440px !important;
}

.mr440 {
  margin-right: 440px !important;
}

.mb440 {
  margin-bottom: 440px !important;
}

.ml440 {
  margin-left: 440px !important;
}

.p440 {
  padding: 440px !important;
}

.pt440 {
  padding-top: 440px !important;
}

.pr440 {
  padding-right: 440px !important;
}

.pb440 {
  padding-bottom: 440px !important;
}

.pl440 {
  padding-left: 440px !important;
}

.mt445 {
  margin-top: 445px !important;
}

.mr445 {
  margin-right: 445px !important;
}

.mb445 {
  margin-bottom: 445px !important;
}

.ml445 {
  margin-left: 445px !important;
}

.p445 {
  padding: 445px !important;
}

.pt445 {
  padding-top: 445px !important;
}

.pr445 {
  padding-right: 445px !important;
}

.pb445 {
  padding-bottom: 445px !important;
}

.pl445 {
  padding-left: 445px !important;
}

.mt450 {
  margin-top: 450px !important;
}

.mr450 {
  margin-right: 450px !important;
}

.mb450 {
  margin-bottom: 450px !important;
}

.ml450 {
  margin-left: 450px !important;
}

.p450 {
  padding: 450px !important;
}

.pt450 {
  padding-top: 450px !important;
}

.pr450 {
  padding-right: 450px !important;
}

.pb450 {
  padding-bottom: 450px !important;
}

.pl450 {
  padding-left: 450px !important;
}

.mt455 {
  margin-top: 455px !important;
}

.mr455 {
  margin-right: 455px !important;
}

.mb455 {
  margin-bottom: 455px !important;
}

.ml455 {
  margin-left: 455px !important;
}

.p455 {
  padding: 455px !important;
}

.pt455 {
  padding-top: 455px !important;
}

.pr455 {
  padding-right: 455px !important;
}

.pb455 {
  padding-bottom: 455px !important;
}

.pl455 {
  padding-left: 455px !important;
}

.mt460 {
  margin-top: 460px !important;
}

.mr460 {
  margin-right: 460px !important;
}

.mb460 {
  margin-bottom: 460px !important;
}

.ml460 {
  margin-left: 460px !important;
}

.p460 {
  padding: 460px !important;
}

.pt460 {
  padding-top: 460px !important;
}

.pr460 {
  padding-right: 460px !important;
}

.pb460 {
  padding-bottom: 460px !important;
}

.pl460 {
  padding-left: 460px !important;
}

.mt465 {
  margin-top: 465px !important;
}

.mr465 {
  margin-right: 465px !important;
}

.mb465 {
  margin-bottom: 465px !important;
}

.ml465 {
  margin-left: 465px !important;
}

.p465 {
  padding: 465px !important;
}

.pt465 {
  padding-top: 465px !important;
}

.pr465 {
  padding-right: 465px !important;
}

.pb465 {
  padding-bottom: 465px !important;
}

.pl465 {
  padding-left: 465px !important;
}

.mt470 {
  margin-top: 470px !important;
}

.mr470 {
  margin-right: 470px !important;
}

.mb470 {
  margin-bottom: 470px !important;
}

.ml470 {
  margin-left: 470px !important;
}

.p470 {
  padding: 470px !important;
}

.pt470 {
  padding-top: 470px !important;
}

.pr470 {
  padding-right: 470px !important;
}

.pb470 {
  padding-bottom: 470px !important;
}

.pl470 {
  padding-left: 470px !important;
}

.mt475 {
  margin-top: 475px !important;
}

.mr475 {
  margin-right: 475px !important;
}

.mb475 {
  margin-bottom: 475px !important;
}

.ml475 {
  margin-left: 475px !important;
}

.p475 {
  padding: 475px !important;
}

.pt475 {
  padding-top: 475px !important;
}

.pr475 {
  padding-right: 475px !important;
}

.pb475 {
  padding-bottom: 475px !important;
}

.pl475 {
  padding-left: 475px !important;
}

.mt480 {
  margin-top: 480px !important;
}

.mr480 {
  margin-right: 480px !important;
}

.mb480 {
  margin-bottom: 480px !important;
}

.ml480 {
  margin-left: 480px !important;
}

.p480 {
  padding: 480px !important;
}

.pt480 {
  padding-top: 480px !important;
}

.pr480 {
  padding-right: 480px !important;
}

.pb480 {
  padding-bottom: 480px !important;
}

.pl480 {
  padding-left: 480px !important;
}

.mt485 {
  margin-top: 485px !important;
}

.mr485 {
  margin-right: 485px !important;
}

.mb485 {
  margin-bottom: 485px !important;
}

.ml485 {
  margin-left: 485px !important;
}

.p485 {
  padding: 485px !important;
}

.pt485 {
  padding-top: 485px !important;
}

.pr485 {
  padding-right: 485px !important;
}

.pb485 {
  padding-bottom: 485px !important;
}

.pl485 {
  padding-left: 485px !important;
}

.mt490 {
  margin-top: 490px !important;
}

.mr490 {
  margin-right: 490px !important;
}

.mb490 {
  margin-bottom: 490px !important;
}

.ml490 {
  margin-left: 490px !important;
}

.p490 {
  padding: 490px !important;
}

.pt490 {
  padding-top: 490px !important;
}

.pr490 {
  padding-right: 490px !important;
}

.pb490 {
  padding-bottom: 490px !important;
}

.pl490 {
  padding-left: 490px !important;
}

.mt495 {
  margin-top: 495px !important;
}

.mr495 {
  margin-right: 495px !important;
}

.mb495 {
  margin-bottom: 495px !important;
}

.ml495 {
  margin-left: 495px !important;
}

.p495 {
  padding: 495px !important;
}

.pt495 {
  padding-top: 495px !important;
}

.pr495 {
  padding-right: 495px !important;
}

.pb495 {
  padding-bottom: 495px !important;
}

.pl495 {
  padding-left: 495px !important;
}

.mt500 {
  margin-top: 500px !important;
}

.mr500 {
  margin-right: 500px !important;
}

.mb500 {
  margin-bottom: 500px !important;
}

.ml500 {
  margin-left: 500px !important;
}

.p500 {
  padding: 500px !important;
}

.pt500 {
  padding-top: 500px !important;
}

.pr500 {
  padding-right: 500px !important;
}

.pb500 {
  padding-bottom: 500px !important;
}

.pl500 {
  padding-left: 500px !important;
}

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

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

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

.pb0 {
  padding-bottom: 0 !important;
}
.font-b
{
  font-weight: bold !important;
}
.shoulder__ttl {
  text-align: center;
  padding: 5px;
  color: #27969e;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.center {
  text-align: center;
}

.caution {
  color: #ec6e6e;
}

.form__text {
  border-radius: 5px;
  box-sizing: border-box;
  padding: .5em 1em;
  width: 100%;
}
.form__text[disabled] {
  background: #aaa;
  opacity: 0.7;
}
@media screen and (min-width: 981px) {
  .form__text {
    border: 1px solid #b7b7b7;
  }
}
@media screen and (max-width: 980px) {
  .form__text {
    border: 1px solid #b7b7b7;
  }
}
.form__chk {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .form__chk {
    font-size: 14px;
    padding-right: 1em;
  }
  .clm1 .form__chk {
    width: 50%;
  }
  .clm2 .form__chk {
    width: 33.30%;
  }
  .clm3 .form__chk {
    width: 25%;
  }
}
@media screen and (max-width: 980px) {
  .form__chk {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    padding: 0 1em 0 0;
  }
  .clm1 .form__chk {
    width: 100%;
  }
  .clm2 .form__chk {
    width: 50%;
  }
  .clm3 .form__chk {
    width: 33.3%;
  }
}
.form__chk-list {
  font-size: 0;
}
.form__chk label {
  background: url(../img/search_chk.png) left top no-repeat;
  background-size: 24px 22px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  min-height: 22px;
  line-height: 1;
  padding: 6px 0 0 28px;
  width: 100%;
}
.form__chk input[type="checkbox"] {
  display: none;
}
.form__chk input[type="checkbox"]:checked + label {
  background-image: url(../img/search_chk-on.png);
  color: #27969e;
}
.form__rdo {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 5px;
  vertical-align: top;
}
@media screen and (min-width: 981px) {
  .form__rdo {
    font-size: 14px;
    padding-right: 1em;
  }
  .clm1 .form__rdo {
    width: 50%;
  }
  .clm2 .form__rdo {
    width: 33.30%;
  }
  .clm3 .form__rdo {
    width: 25%;
  }
}
@media screen and (max-width: 980px) {
  .form__rdo {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    padding: 0 1em 0 0;
  }
  .clm1 .form__rdo {
    width: 100%;
  }
  .clm2 .form__rdo {
    width: 50%;
  }
  .clm3 .form__rdo {
    width: 33.3%;
  }
}
.form__rdo-list {
  font-size: 0;
}
.form__rdo label {
  background: url(../img/search_rdo.png) left top no-repeat;
  background-size: 24px 22px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  min-height: 22px;
  line-height: 1;
  padding: 6px 0 0 28px;
  width: 100%;
}
.form__rdo input[type="radio"] {
  display: none;
}
.form__rdo input[type="radio"]:checked + label {
  background-image: url(../img/search_rdo-on.png);
  color: #27969e;
}
@media screen and (min-width: 981px) {
  .form__type-name {
    width: 45%;
  }
}
@media screen and (min-width: 981px) {
  .form__type-post1 {
    width: 10%;
  }
}
@media screen and (max-width: 980px) {
  .form__type-post1 {
    width: 25%;
  }
}
@media screen and (min-width: 981px) {
  .form__type-post2 {
    width: 10%;
  }
}
@media screen and (max-width: 980px) {
  .form__type-post2 {
    width: 30%;
  }
}
@media screen and (min-width: 981px) {
  .form__type-tel {
    width: 10%;
  }
}
@media screen and (max-width: 980px) {
  .form__type-tel {
    width: 25%;
  }
}
@media screen and (min-width: 981px) {
  .form__type-line {
    display: inline-block;
  }
}
@media screen and (max-width: 980px) {
  .form__type-line {
    margin-top: 15px;
  }
}
@media screen and (min-width: 981px) {
  .form__type-survey {
    width: 20%;
  }
}
@media screen and (max-width: 980px) {
  .form__type-survey {
    width: 40%;
  }
}
@media screen and (min-width: 981px) {
  .form__type-password {
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .form__type-password {
    width: 100%;
  }
}

textarea {
  border: 1px solid #b7b7b7;
}

.message__box {
  padding: 50px 10%;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
}

.privacy__txt {
  background: #ebeeeb;
  border: 1px solid #94d7dc;
  border-radius: 10px;
  color: #27969e;
  display: none;
  padding: 10px;
}
.privacy__txt p {
  color: #27969e;
  margin-top: 1.5em;
}
.privacy__txt p:first-child {
  margin: 0;
}

@media screen and (min-width: 981px) {
  .lead__txt {
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
  }
}
@media screen and (max-width: 980px) {
  .lead__txt {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: bold;
    margin: 10px;
  }
}

@media screen and (min-width: 981px) {
  .login__pc {
    background: url(../img/login_bg.png) left top no-repeat;
    box-sizing: border-box;
    height: 382px;
    position: relative;
  }
}
@media screen and (max-width: 980px) {
  .login__pc {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .login__box {
    bottom: 50px;
    position: absolute;
    right: 65px;
    width: 437px;
  }
  .login__box .contents__table-row {
    background: none;
    border: none;
    border-collapse: separate;
    border-spacing: 1px;
  }
  .login__box .contents__table-row th,
  .login__box .contents__table-row td {
    border: none;
    font-size: 12px;
  }
  .login__box .contents__table-row th {
    background-color: rgba(44, 146, 145, 0.9);
    color: #fff;
    font-weight: bold;
  }
  .login__box .contents__table-row td {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .login__box .contents__table-row input {
    padding: .25em .5em;
  }
  .login__box .btn__layout {
    margin: 18px 0;
    text-align: center;
  }
  .login__box .btn__layout p {
    margin: 0 auto;
  }
  .login__box .btn__layout .btn {
    background-image: none;
  }
  .login__box > p {
    background: rgba(219, 246, 248, 0.9);
    display: block;
    font-size: 12px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .login__box {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .login__sp {
    display: none;
  }
}

.cover__img {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .cover__img img {
    max-width: 320px;
  }
}
@media screen and (min-width: 981px) {
  .cover__img img {
    height: auto;
    width: auto;
    max-width: 804px;
    max-height: 299px;
  }
  .cover__img-mini {
    float: right;
    margin: 0 0 15px 15px;
    position: relative;
    overflow: hidden;
    width: 262px;
    height: 196px;
  }
  .cover__img-mini img {
    height: auto;
    width: auto;
    max-height: 196px;
    max-width: 262px;
  }
  .cover__img-mini span {
    transition: all .5s ease-out;
    background: rgba(149, 218, 223, 0.8);
    display: block;
    box-sizing: border-box;
    position: absolute;
    font-size: 13px !important;
    padding: 10px 5px;
    word-break:break-all;
    word-wrap:break-word;
    word-break:break-word;
    -ms-word-break:break-all;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
  }
  .cover__img-mini:hover span {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .cover__img-mini {
    text-align: left;
  }
  .cover__img-mini span {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}
.cover__img-mini img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 263px;
}
@media screen and (max-width: 980px) {
  .cover__img-mini img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 980px) {
  .tb-s {
    font-size: 10px !important;
  }
  .tb-s .pinned {
    width: 40% !important;
  }
  .tb-s .scrollable {
    margin-left: 40% !important;
  }
}

.login__term {
  border: 1px solid #c5c5c5;
  height: 300px;
  padding: 20px;
  overflow-y: scroll;
  text-align: left;
}

.privacy__btn {
  max-width: 100% !important;
}
@media screen and (max-width: 980px) {
  .privacy__btn a {
    font-size: 10px !important;
    background-size: 10px !important;
  }
  .privacy__btn a:hover {
    background-size: 10px !important;
    background-color: #fff !important;
    color: #27969e !important;
  }
}

.txtbox {
  margin-top: 15px;
}
@media screen and (min-width: 981px) {
  .txtbox {
    float: left;
    width: 600px;
  }
  .contents__heading-sub + .txtbox {
    margin-top: 0;
  }
}

.form__error-blk,
.form__error-txt,
.error {
  background: #fedee7;
  color: #ff004e;
}

.form__error-blk {
  padding: .5em;
  text-align: center;
}

.form__error-txt {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0;
  padding: .5em;
  text-align: center;
  border-radius: .5em;
  position: relative;
}

/* 2016/11/1 NSRさん追加 */
.form__error-block {
  background: #fedee7;
  padding: 10px 15px;
  margin-top: 25px;
  color: #ff004e;
  font-size: 16px;
  text-align: center;
}

.form__error-txt:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 225, 255, 0);
  border-bottom-color: #fedee7;
  border-width: 7px;
  margin-left: -10px;
}
.attention-blk {
  padding: .5em;
  text-align: center;
  background: #d0f3f5;
  margin-top: 15px;
}

/* ----------------------------------------------*/
/*	個別スタイルここから
/* ----------------------------------------------*/
.calendar__circle2 {
  border: none;
  border-radius: 100%;
  color: #434343;
  display: inline-block;
  height: 1em;
  line-height: 1;
  padding: .5em;
  width: 1em;
  transition: all .5s ease-out;
}
.calendar__circle2:hover {
  text-decoration: none;
}
.calendar__circle2.type-01 {
  background-color: #ffa8b4;
  border: 1px solid #ffa8b4;
}
.calendar__circle2.type-02 {
  background-color: #b3e5aa;
  border: 1px solid #b3e5aa;
}
.calendar__circle2.type-03 {
  background-color: #aeb1ad;
  border: 1px solid #aeb1ad;
}
.calendar__circle2.type-04 {
  background-color: #E0B0D5;
  border: 1px solid #E0B0D5;
}
.calendar__circle2.type-05 {
  background-color: #ffe6c5;
  border: 1px solid #ffe6c5;
}
/*Chrome and Safari Spinner off */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contents__table-form.confirm2 td.nopad {
  padding: 0px !important;
}
/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
@media screen and (min-width: 981px) {
  .contents__table-form.confirm2 td {
    padding: 20px 0 0 50px !important;
  }
}
@media screen and (max-width: 980px) {
  .contents__table-form.confirm2 td {
    padding: 13px 0 0 0 !important;
  }
}
.horizon__list2 {
  position: relative;
}
@media screen and (max-width: 980px) {
  .horizon__list2 {
    background: #e7e7e7;
  }
}
.horizon__list2 ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .horizon__list2 ul {
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
  }
}
.horizon__list2 li {
  background: #979797;
  float: left;
  overflow: hidden;
}
@media screen and (min-width: 981px) {
  .horizon__list2 li {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
    margin: 25px 0 0 15px;
    width: 170px;
  }
  .horizon__list2 li:nth-child(5n+1) {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list2 li {
    border-radius: 10px;
    margin: 10px 5px;
    width: 120px;
  }
}
.horizon__list2 a {
  color: #fff;
  display: block;
}
.horizon__list2 strong {
  display: block;
}
@media screen and (min-width: 981px) {
  .horizon__list2 strong {
    font-size: 15px;
    line-height: 1.3;
    min-height: 2.5em;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list2 strong {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    min-height: 2.5em;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list2-inner {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .horizon__list2-inner::-webkit-scrollbar {
    width: 7px;
    background: #979797;
  }
  .horizon__list2-inner::-webkit-scrollbar:horizontal {
    height: 7px;
    background: #979797;
  }
  .horizon__list2-inner::-webkit-scrollbar-thumb {
    background: #27969e;
    border-radius: 4px;
  }
  .horizon__list2-inner::-webkit-scrollbar-thumb:horizontal {
    background: #27969e;
    border-radius: 4px;
  }
}
.horizon__list2-logo {
  background: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 981px) {
  .horizon__list2-logo {
    height: 142px;
    width: 150px;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list2-logo {
    height: 114px;
    width: 120px;
  }
}
.horizon__list2-logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 981px) {
  .horizon__list2-logo img {
    line-height: 142px;
    max-height: 142px;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list2-logo img {
    line-height: 114px;
    max-height: 114px;
  }
}
.horizon__list2-txt {
  display: block;
}
@media screen and (min-width: 981px) {
  .horizon__list2-txt {
    padding: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 980px) {
  .horizon__list2-txt {
    padding: 1em;
  }
}
.header__nologo{
  float: left;
}

.header__nologo span{
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 13.5px;
  width: 100%;
  max-width: 610px;
  padding: 0 10px;
}

@media screen and (max-width: 980px) {
  .header__nologo span{
    font-size: 15.5px;
    max-width: 600px;
  }
}

@media screen and (max-width: 725px) {
  .header__nologo span{
    font-size: 13px;
    max-width: 475px;
  }
}
@media screen and (max-width: 600px) {
  .header__nologo span{
    font-size: 11px;
    max-width: 340px;
  }
}
@media screen and (max-width: 475px) {
  .header__nologo span{
    font-size: 10px;
    max-width: 270px;
  }
}

@media screen and (max-width: 425px) {
  .header__nologo span{
    max-width: 250px;
  }
}

@media screen and (max-width: 375px) {
  .header__nologo span{
    font-size: 9px;
    max-width: 205px;
  }
}

@media screen and (max-width: 320px) {
  .header__nologo span{
    font-size: 8px;
    max-width: 190px;
  }
}
.header__nologo{
  float: left;
}

.header__nologo span{
  display: block;
  color: #434343;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 610px;
  padding: 13.5px 10px 0;
}

@media screen and (max-width: 980px) {
  .header__nologo span{
    font-size: 17px;
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 600px) {
  .header__nologo span{
    max-width: 350px;
  }
}
@media screen and (max-width: 475px) {
  .header__nologo span{
    max-width: 270px;
  }
}

@media screen and (max-width: 425px) {
  .header__nologo span{
    max-width: 240px;
  }
}

@media screen and (max-width: 375px) {
  .header__nologo span{
    max-width: 195px;
  }
}

@media screen and (max-width: 320px) {
  .header__nologo span{
    max-width: 180px;
  }
}

.header__nologo_all span{
  display: block;
  color: #434343;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .header__nologo_all span{
    font-size: 17px;
  }
}
@media screen and (max-width: 980px) {
  .btn__myPageTop .btn{
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}
.header a {
  text-decoration: none;
}
.header a:hover {
  text-decoration: none;
}

#kibou_label{
  float: left;
  margin-right: 30px !important;
  padding-top: 10px;
}

.kibou span{
  display: block;
  overflow: hidden;
  padding-left: 1px;
}

.kibou span > #kibou_label{
  width: 100%;
}

@media screen and (max-width: 980px) {
  .kibou span{
    padding-left: 1px;
  }
  #kibou_text{
    width: 100% !important;
    margin-top: 10px !important;
  }
  #kibou_label{
    padding-top: 0px;
    width: 100%;
    margin-right: 0px !important;
    margin-left: 15px !important;
  }
}

@media screen and (max-width: 425px) {
  .search__pager {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  .search__pager-txt {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
}


@media screen and (max-width: 375px) {
  .search__pager {
    font-size: 8.9px !important;
    font-size: 0.89rem !important;
  }
}


@media screen and (max-width: 326px) {
  .search__pager {
    font-size: 8.5px !important;
    font-size: 0.85rem !important;
  }
}

@media screen and (min-width: 981px) {
  .login__pre {
    background: url(../img/pre.png) center no-repeat;
    box-sizing: border-box;
    height: 120px;
    position: relative;
  }
}
@media screen and (max-width: 980px) {
  .login__pre {
    display: none;
  }
}

.search__pager-txt.prev a.off {
  color: #c3c3c3;
  cursor: default;
  text-decoration: none;
  background: url(../img/form_icn-left-g.png) left center no-repeat;
  pointer-events: none;
}

.search__pager-txt.next a.off {
  color: #c3c3c3;
  cursor: default;
  text-decoration: none;
  background: url(../img/form_icn-right-g.png) right center no-repeat;
  pointer-events: none;
}

.early_notice {
  margin: 10px 0;
  background: #fedee7;
  padding: 10px 15px;
  text-align: center
}

.early_notice span {
  color: #ff004e;
}

.intern_row{
  margin-top: 20px;
}

.search-result{
  width:26%;
  white-space: normal !important;
}

.search-result-txt{
  width:74%;
  white-space: normal !important;
}
.search__box-pin {
  border: 1px solid #532212;
  border-radius: 3px;
  color: #532212;
  display: inline-block;
  line-height: 1;
  margin: 0.5% 0 0 2%;
  padding: .25em .5em;
}
/* ----------------------------------------------*/
/*	トップ人気条件アイコンの色
/* ----------------------------------------------*/
li.search__tag_y {
  display: inline-block;
}
li.search__tag_y a {
  background: url(../img/search_tag.png) 1em center no-repeat #f9cb4f;
  background-size: 7px 8px;
  border-radius: 1.5em;
  color: #5a5a5a;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
  max-width: 255px;
  overflow: hidden;
}
li.search__tag_y a:hover {
  background-color:#f8b500;
  color: #fff;
  text-decoration: none;
}
li.search__tag_y span {
  background: url(../img/search_tag.png) 1em center no-repeat #f9cb4f;
  background-size: 7px 8px;
  border-radius: 1.5em;
  color: #5a5a5a;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
}
li.search__tag_is {
  display: inline-block;
}
li.search__tag_is a {
  background: url(../img/search_tag.png) 1em center no-repeat #00c39e;
  background-size: 7px 8px;
  border-radius: 1.5em;
  color: white;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
  max-width: 255px;
  overflow: hidden;
}
li.search__tag_is a:hover {
  background-color:#008b70;
  color: #fff;
  text-decoration: none;
}
li.search__tag_is span {
  background: url(../img/search_tag.png) 1em center no-repeat #3c7dce;
  background-size: 7px 8px;
  border-radius: 1.5em;
  color: #white;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
}

li.search__chk.toku{
  width: 100%;
}

@media screen and (min-width: 981px) {
  li.toku {
    font-size: 14px;
    padding-right: 1em;
  }
  .dis {
    display: inline-flex;
  }
  .cal1 {
    width: 125px;
  }
  .cal2 {
    width: 300px !important;
  }
  .form__date {
    width: 85px !important;
  }
}
@media screen and (max-width: 980px) {
  .dis{
    display: flex;
    margin-left: 7px;
  }
  .toku3 {
    max-width: 75px !important;
  }
  .cal1 {
    min-width: 120px;
    margin-left: 30px;
  }
  .cal2 {
    width: 100% !important;
  }
}

.form__date {
  border-radius: 5px;
  padding:.25em;
  border: 1px solid #b7b7b7;
  vertical-align: middle;
  width: 80px;
}
.ui-datepicker-trigger {
  cursor: pointer;
  margin: 4px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.form__date[disabled] {
  background: #aaa;
  opacity: 0.7;
}
.form__date[disabled] + .ui-datepicker-trigger {
  display: none;
  cursor: default;
  opacity: .5;
}

#ui-datepicker-div {
  display: none;
}

.ui-widget-content {
  background: #ebeeeb;
  border: 1px solid #94d7dc;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px 15px;
  position: relative;
  width: 270px;
}
.calendar__inline .ui-widget-content {
  background: none;
  border: none;
  padding: 0;
  width: auto;
}
.calendar__inline .ui-widget-content a {
  text-decoration: none !important;
}
.ui-datepicker {
  z-index: 9999 !important;
}
.calendar__inline .ui-datepicker-inline {
  width: 100% !important;
}
.calendar__inline .ui-datepicker-group-first {
  float: left;
  width: 49%;
}
.calendar__inline .ui-datepicker-group-last {
  float: right;
  width: 49%;
}
.ui-datepicker-prev {
  left: 15px;
  position: absolute;
  top: 10px;
}
.calendar__inline .ui-datepicker-prev {
  left: 0;
  top: 0;
}
.ui-datepicker-prev span {
  background: center center no-repeat #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  text-indent: -99999em;
  overflow: hidden;
  width: 28px;
  background-image: url(../img/form_icn-left.png);
}
.ui-datepicker-next {
  position: absolute;
  right: 15px;
  top: 10px;
}
.calendar__inline .ui-datepicker-next {
  right: 0;
  top: 0;
}
.ui-datepicker-next span {
  background: center center no-repeat #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  text-indent: -99999em;
  overflow: hidden;
  width: 28px;
  background-image: url(../img/form_icn-right.png);
}
.ui-datepicker-title {
  font-size: 15px;
  line-height: 28px;
  margin: 0 0 7px;
  text-align: center;
}
.ui-datepicker-calendar {
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
  width: 100%;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  box-sizing: border-box;
  text-align: center;
}
.ui-datepicker-calendar th:nth-child(7),
.ui-datepicker-calendar td:nth-child(7) {
  color: #3c7dce;
}
.ui-datepicker-calendar th:nth-child(7) a,
.ui-datepicker-calendar td:nth-child(7) a {
  color: #3c7dce;
}
.ui-datepicker-calendar th:nth-child(1),
.ui-datepicker-calendar td:nth-child(1) {
  color: #ec6e6e;
}
.ui-datepicker-calendar th:nth-child(1) a,
.ui-datepicker-calendar td:nth-child(1) a {
  color: #ec6e6e;
}
.ui-datepicker-calendar th {
  background: #94d7dc;
  padding: 5px 0;
}
.ui-datepicker-calendar td {
  background: #fff;
}
.ui-datepicker-calendar td.ui-datepicker-today {
  font-weight: bold;
}
.ui-datepicker-calendar td a {
  color: #434343;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.ui-datepicker-calendar td a.ui-state-active, .ui-datepicker-calendar td a:hover {
  background: #daf2f4;
}

@media screen and (max-width: 980px) {
  .btn__top {
    display: none !important;
  }
}
.btn__top {
  bottom: 60px;
  height: 0px;
  position: fixed;
  right: 5px;
  width: 58px;
}
.btn__top p {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px 0 0;
  max-width: 930px;
}
.btn__top a {
  transition: all .5s ease-out;
  background: #27969e;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-radius: 15px;
  color: #fff;
  display: block;
  float: right;
  height: 45px;
  width: 45px;
  padding: 13px 0 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 2px #3E35B2;
  background: #989898 url("../img/page_top.png") center no-repeat;
}
.btn__top a:hover {
  background: #cccccc url("../img/page_top.png") center no-repeat;
}
.black{
  color: #000000;
}
.search__box-limit-faq {
  display: initial;
  font-size: 95%;
}
.search__box-limit-faq span {
  float: right;
  clear: both;
  margin: 0.4em 0 0 0;
}
.search__box-limit-faq:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
}

.contents_list_entry_icon{
  float:right;
  background:#00c39e;
  border-radius:3px;
  font-size:1.2rem;
  padding:.25em 0.75em;
  margin-left:0.25em;
  color:white;
}
.contents_list_seminar_icon{
  float:right;
  background:#00c39e;
  border-radius:3px;
  font-size:1.2rem;
  padding:.25em 0.75em;
  margin-left:0.25em;
  color:white;
}

.contents_list_is_icon{
  float:right;
  background:#00c39e;
  border-radius:3px;
  font-size:1.2rem;
  padding:.25em 0.75em;
  margin-left:3em;
  color:white;
}


.search__txt-before-ent-btn{
  text-align:center;
  font-size:1.2rem;
  }

.search__int-icon-area{
  margin-bottom:2em;
}
.search__int-icon {
  float:right;
  }


.search__int-icon li{
  background:#dde;
  border-radius:3px;
  font-size:0.5rem;
  padding:.25em 0.75em;
  margin:.5em;
  display:inline-block;
}

@media screen and (max-width: 980px) {
  .btn__width-cancel{
    max-width:none !important;
  }
}


.btn-is-entry .btn{
  transition: all .5s ease-out;
  display:block;

}

.btn-career-tasu-entry .btn{
  background: #27969e;
  border: 1px solid #27969e;
  color: #fff;
}

.btn-career-tasu-entry>.btn:after {
  content:url(../img/ico_new-window.png);
  margin-left:5px;
  top:3px;
  position:relative;
}
.btn-rikunabi-entry .btn{
  background: #0068b7;
  border: 1px solid #27969e;
  color: #fff;
}

.btn-rikunabi-entry>.btn:after {
  content:url(../img/ico_new-window.png);
  margin-left:5px;
  top:3px;
  position:relative;
}

.btn-mynavi-entry .btn{
  background: #00abeb;
  border: 1px solid #27969e;
  color: #fff;
}

.btn-mynavi-entry>.btn:after {
  content:url(../img/ico_new-window.png);
  margin-left:5px;
  top:3px;
  position:relative;
}

.btn-other-entry .btn{
  background: #7d8f9e;
  border: 1px solid #27969e;
  color: #fff;
}

.btn-other-entry>.btn:after {
  content:url(../img/ico_new-window.png);
  margin-left:5px;
  top:3px;
  position:relative;
}

.btn-career-tasu-entry>.btn:hover:after{
  content:url(../img/ico_new-window_hover.png);
}
.btn-rikunabi-entry>.btn:hover:after{
  content:url(../img/ico_new-window_hover.png);
}
.btn-mynavi-entry>.btn:hover:after{
  content:url(../img/ico_new-window_hover.png);
}
.btn-other-entry>.btn:hover:after{
  content:url(../img/ico_new-window_hover.png);
}

.btn-scroll-entry .btn{
  background: #27969e;
  border: 1px solid #27969e;
  color: #ffffff;
  line-height: 2!important;
  padding: 0!important;
  height: 26px;
}

@media screen and (min-width: 981px) {
  .btn-scroll-entry .btn{
    border-radius:6px!important;
    font-size:16px!important;
    width:280px!important;
  }

  .btn-uc-entry .btn{
    border-radius:38px!important;
    font-size:24px!important;
  }
}

@media screen and (max-width: 980px) {
  .btn-scroll-entry .btn{
    border-radius:6px;
    font-size:12px!important;
  }
  .btn-uc-entry .btn{
    border-radius:38px;
    font-size:21px!important;
  }
}

@media screen and (min-width: 981px) {
  .btn__wrap2 .btn{
    border-radius:30px;
    font-size:15px;
    padding:1em 10px;
    clear: both;
    display: table;
     text-align: center;
     margin:-10px auto!important;
    width:600px;
  }
}
@media screen and (max-width: 980px) {
  .btn__wrap2 .btn{
    font-size:12px;
    padding:.66em 10px;
    clear: both;
    display: table;
     text-align: center;
  }
}
.what_is_entry{
  text-align:right;
  margin-bottom: 1em;
}

.nolink__ttl{
  color:#aaa;
}

.contents__ttl_tab_area ul{
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}

@media screen and (min-width: 981px) {
  .contents__ttl_tab_area ul{
  }
}
@media screen and (min-width: 981px) {
  .contents__ttl_tab_on{
    font-size: 16px;
    line-height: 1.3;
    border-radius: 5px 5px 0 0;
    border-style:solid;
    border-color:#b1d9db;
    border-width:1px;
    border-style:solid solid none solid;
    background:#fff;
    float:left;
    text-align:center;
    color: #27969e;
    margin-bottom:-1px;
  }
  .contents__ttl_tab_off{
    font-size: 16px;
    line-height: 1.3;
    border-radius: 5px 5px 0 0;
    border-style:solid;
    border-color:#b1d9db;
    border-width:1px;
    background:#d8d8d8;
    float:left;
    text-align:center;
    margin-bottom:-1px;
  }
  .contents__ttl_tab_area a{
    color:#434343!important;
    display:block;
    padding: 1.1em 0 1.1em;
    width:478px;
    text-decoration:none;
  }
  .contents__ttl_tab_on a{
    color:#27969e !important
  }
}



@media screen and (max-width: 980px) {
  .contents__ttl_tab_area{
    margin-top:30px;
    border-bottom:1px #b1d9db solid;
  }
  .contents__ttl_tab_area ul{
    border-collapse: separate;
    border-spacing: 8px 0;
  }
  .contents__ttl_tab_on{
    font-size: 1.4rem;
    line-height: 1.3;
    border-radius: 1em 1em 0 0;
    border-style:solid solid none solid;
    border-color:#b1d9db;
    border-width:1px;
    padding: 0.7em 2px 0.7em;
    background:#fff;
    width:48%;
    float:left;
    text-align:center;
    margin:0 0 -1px 0;
  }
  .contents__ttl_tab_on a{
    color:#27969e !important
    display:block;
    text-decoration:none;
  }
  .contents__ttl_tab_off{
    font-size: 1.4rem;
    line-height: 1.3;
    border-radius: 1em 1em 0 0;
    border-style:solid solid none solid;
    border-color:#b1d9db;
    border-width:1px;
    padding: 0.7em 2px 0.7em;
    background:#d8d8d8;
    width:48%;
    float:left;
    text-align:center;
    margin:0 0 -1px 0;
  }
  .contents__ttl_tab_off a{
    color:#434343!important;
    display:block;
    text-decoration:none;
  }
  .contents_ttl_tab_line{
    line-height:2.6!important;
  }

}

@media screen and (min-width: 981px) {
  .btn-skil-margin{
  margin-left:135px;
  }
  .txt-skil-margin{
  margin-left:155px;
  margin-top:-20px;
  }
}
@media screen and (max-width: 980px) {
  .txt-skil-margin{
  text-align:center;
  }
}

@media screen and (min-width: 981px) {
  .btn-shikaku-margin{
  margin-left:135px;
  }
  .txt-shikaku-margin{
  margin-left:180px;
  margin-top:-20px;
  }
}
@media screen and (max-width: 980px) {
  .txt-shikaku-margin{
  text-align:center;
  }
}


.save__wrap {
  position: relative;
}
.btn__save {
  bottom: 10px;
  height: 0px;
  overflow: visible;
  left: 0%;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 981px) {
  .btn__save {
    bottom: 10%;
    left: -4%;
  }
}
@media screen and (min-width: 1110px) {
  .btn__save {
    left: 0%;
  }
}
.btn__save p {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 10px 0 0;
  max-width: 930px;
}
.btn__save a {
  transition: all .5s ease-out;
  background: #27969e;
  border: 2px solid #fff;
  box-shadow: 0 0 2px #27969e;
  box-sizing: border-box;
  border-radius:15px;
  color: #fff;
  display: block;
  float: right;
  font-size: 12px;
  height: 45px;
  line-height: 1.3;
  padding: 6px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 45px;
}
.btn__save a:hover {
  background: #fff;
  color: #27969e;
}

@media screen and (min-width: 981px) {
  .bookmark_search__area{
  position:relative;
  border:1px solid #b1d9db;
  border-radius:3px;
  background:#eefafb;
  padding:1em;

  }
  .bookmark_search__txt{
  left:280px;
  position:absolute;
  padding-right: 1rem;
  }
  .bookmark-icons-area{
  padding:10px 5px 20px 20px;
  display:table;
  float:right;
  width: 260px;

  }
  .bookmark-icons{
  padding: .5em 1em .5em;
  white-space: nowrap;
  border-radius: 5px;
  color: #fff;
  margin-right: 1.87%;
  margin-bottom:1.87%;
  line-height: 1;
  text-align:center;
  }
}

.bookmark-is-entry {
  background: #00c39e;
}
.bookmark-recruit-entry {
  background: #00c39e;
}
.bookmark-obog-entry {
  background: #00b3c3;
}
.bookmark-status {
  background: #e7968b;
}



@media screen and (max-width: 980px) {
  .bookmark_search__area{
  position:relative;
  border:1px solid #b1d9db;
  border-radius:3px;
  background:#eefafb;
  padding:1em;
  line-height:1.5em;
  margin-bottom:0px;
  }
  .bookmark_search__area p{
  margin-bottom:1em;
  }
  .bookmark_search__txt{
  text-align:right;
  }
  .bookmark-icons-area{
  display:table;
  margin:0 auto;
  }
  .bookmark-icons{
  padding: .5em 1em .5em;
  display:table;
  border-radius: 5px;
  color: #fff;
  margin:1.87% auto 1.87% auto;;
  line-height: 1.2;
  width: 288px;
  text-align:center;
  }
}

@media screen and (max-width: 400px) {
  .bookmark_search__txt{
  font-size:11px;
  }
}
@media screen and (max-width: 340px) {
  .bookmark_search__txt{
  font-size:9px;
  }
}

@media screen and (min-width: 981px) {
  .entry-history__ttl{
    font-size: 20px;
    line-height: 22px;
    margin: 25px 46px;
    border-left: 3px solid #4c4c4c;
    padding-left: .5em;
    margin-left:46px;
  }
}
@media screen and (max-width: 980px) {
  .entry-history__ttl{
    font-size: 16px;
    line-height: 22px;
    margin: 20px;
    border-left: 3px solid #4c4c4c;
    padding-left: .5em;
  }
}

.entry-history__list{
  border-bottom: 1px solid #979797;
  padding: 2em 0;
}

.entry-history__list:last-child{
  border-bottom: none;
}

.entry-history__list dt{
  font-weight:bold;
  font-size:2.2rem;
  margin-bottom:1em;
}
.entry-history__list dt a{
  color:#434343;
}


.btn_skil-td {
  border-collapse:initial;
}

@media screen and (min-width:981px){
  .message__body{
    padding: 15px 24px;
  }
  .message__modal_txt dt{
    font-weight:bold;
    width:25%;
    padding:0.25em;
    display:block;
    float:left;
  }
  .message__modal_txt dd{
    width:70%;
    padding:0.25em;
    display:block;
    margin-left:25%;

  }
  .message__modal_txt dd:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (max-width:980px){
  .message__modal_txt dt{
    font-weight:bold;
  }
  .message__modal_txt dd{
    border-bottom:1px solid #b5b5b5;
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
}

@media screen and (max-width:980px){/*送受信ラベルSP*/
  .label_SendRecieve{
  background:#e6e6e6;
  width:100px;
  font-size:10px!important;
  }
  .label_SendRecieve::after{
  content:"したメッセージ";
  }
}
@media screen and (min-width:981px){/*送受信ラベルPC*/
  .label_SendRecieve{

  }
}




/***********▼▼**************/
#inbox .sp-br {
  display: none;
}
#inbox .slideBody.opened:after {
  height: 0;
}
#inbox .slideToggle {
  display: none;
}
#inbox .slideToggle.opened {
  background-image: url(../img/ico_up.png);
}

#inbox .contents__tab-inner {
  border-bottom: 1px solid #b1d9db;
}
#inbox .form__search {
  box-sizing: border-box;
  display: block;
  padding: 0 165px 0 0;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
#inbox .form__search input[type="text"] {
  background: #fff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #27969E;
}
#inbox .form__search input[type="submit"] {
  transition: all .5s ease-out;
  background: #27969e;
  border: 1px solid #27969e;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 155px;
}
#inbox .form__search input[type="submit"]:hover {
  background: #fff;
  color: #27969e;
}
#inbox .form__search-line input[type="text"] {
  border: 1px solid #27969E;
}
#inbox strong {
  font-weight: bold;
}
#inbox .spAlignLeft,
#inbox .spAlignRight {
  display: 	contents;
}
.divTable{
  display: table;
  width: 100%;
  border: 1px solid #94d7dc;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 1px solid #daf2f4;
  display: table-cell;
}
.divTableHead {
  border: 1px solid #daf2f4;
  border-top: none;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background: #94d7dc;
  border-bottom: 1px solid #daf2f4;
}
.divTableCell {
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
}
.divTableCell.leftTextAlign {
  text-align: left !important;
}
.divTableRow {
  display: table-row;
}
.divTableRow:nth-child(even) {
  background: #edfcfc;
}
.divTableRow.noread {
  font-weight: bold !important;
  background: #f2f2f2 !important;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
  background: #fff;
}
#inbox img {
  height: auto;
  width: auto;
}
#inbox .checkbox label,
#message .checkbox label {
  background: url(../img/form_cbox-off.png) left top no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
  min-height: 22px;
  padding: 0 0 0 25px;
}
#inbox .contents__table-check .checkbox,
#inbox .contents__table-check label,
#message .contents__table-check .checkbox,
#message .contents__table-check label {
  background-position: center center;
  display: block;
  margin: 0;
  height: 100%;
}
#inbox .checkbox input,
#message .checkbox input{
  display: none;
}
#inbox .checkbox-star label,
#message .checkbox-star label {
  background: url(../img/form_star-off.png) center top no-repeat;
}
#inbox .checkbox-star input:checked + label,
#message .checkbox-star input:checked + label {
  background-image: url(../img/form_star-on.png);
}
#inbox .form__result {
  background: #f9faf9;
  border-collapse: collapse;
  border-spacing: 0;
  height: 60px;
  margin: 20px 0 0;
  width: 100%;
}
#inbox .form__result:first-child {
  margin: 0;
}
#inbox .form__result td {
  box-sizing: border-box;
  padding: 0 25px;
  vertical-align: middle;
}
#inbox .form__result-num span {
  font-size: 18px;
  line-height: 18px;
}
#inbox .form__select {
  background-image: url(../img/ico_select.png) !important;
  background-position: right 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 16px 14px !important;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3px 35px 3px 1em;
  text-align: left;
  word-break: normal;
  word-wrap: normal;
  -ms-word-break: normal;
}
#inbox .form__result-pager {
  width: 440px;
  text-align: center;
  font-size: 11px !important;
  font-size: 1.1rem !important;
  display:block;
}
#inbox .form__result-pager li {
  display: inline-block;
}
#inbox .form__result-pager li a {
  color: #434343;
}
#inbox .form__result-pager-txt {
  padding: 0 5px;
}
#inbox .form__result-pager-txt.prev a {
  background: url(../img/ico_prev.png) left center no-repeat;
  background-size: 9px 15px;
  padding-left: 13px;
}
#inbox .form__result-pager-txt.next a {
  background: url(../img/ico_next.png) right center no-repeat;
  background-size: 9px 15px;
  padding-right: 13px;
}
#inbox .form__result-pager-num a {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  display: inline-block;
  line-height: 2.8em;
  margin: 0;
  padding: 0;
  width: 2.8em;
}
#inbox .form__result-pager-num a.on,
#inbox .form__result-pager-num a:hover {
  background: #d0f3f5;
  text-decoration: none;
}
.floatRight {
  float: right;
}
.closeButton {
  width: 115px;
  margin: 0 auto;
  padding-top: 15px;
}

.contents__btn {
  transition: all .5s ease-out;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1.5;
  text-align: center;
  background: #9d9d9d;
  border: 1px solid #9d9d9d;
  box-shadow: none;
  color: #fff !important;
  font-size: 16px;
  padding: 5px 20px;
  text-decoration: none !important;
  width: auto;
}
.contents__btn img{
  display: inline;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.form__submit {
  transition: all .5s ease-out;
  background: #27969e;
  border: 1px solid #27969e;
  border-radius: 4px;
  box-shadow: 0 1px 0 #065f65;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  min-width: 350px;
  line-height: 1.5;
  vertical-align: bottom;
  margin: 0 auto;
  transition: all .5s ease-out;
}
.form__submit a{
  color: #fff;
  font-size: 20px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400;

}
@media screen and (max-width: 480px) {
  #inbox .sp-br {
    display: block;
  }
  .closeButton {
    width: 80px !important;
  }
  .contents__btn {
    padding: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  #inbox .form__result-pager {
    font-size: 10px !important;
    font-size: 1rem !important;
  }
  #inbox .form__result-pager-txt {
    font-size: 11px !important;
    font-size: 1.1rem !important;
  }
  #message .contents__table th {
    width: 111px !important;
  }
}
@media screen and (max-width: 375px) {
  #inbox .form__result-pager {
    font-size: 8.9px !important;
    font-size: 0.89rem !important;
  }
}
@media screen and (max-width: 326px) {
  #inbox .form__result-pager {
    font-size: 0.775rem !important;
  }
}
#inbox .forceText span{
  display: none;
}
/*********************************************************/
@media screen and (min-width: 981px) {
  #message .contents__ttl {
    background: #484542;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 22px 12px;
  }
}
@media screen and (max-width: 980px) {
  #message .contents__ttl {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    background: url(../img/ttl_bg.png) center rgba(76, 76, 76, 0.82) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2.08% 3.33%;
  }
}
/*******************************************************/


#message #modal .contents__ttl {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  background: url(../img/ttl_bg.png) center rgba(76, 76, 76, 0.82) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.08% 3.33%;
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
}
#message .contents{
  background: #fff;
}
#message .contents__box,
#message .contents__table {
  margin-top: 0px !important;
  background-color: #fff;
  background: #fff;
  border-collapse: separate;
  border-spacing: 2px;
  margin: 30px 0 0;
  padding: 20px;
}
#message .contents__table th {
  width: 150px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  background: #94d7dc;
  font-weight: 200;
  word-wrap: break-word;
  word-break: break-word;
  border: none;
}
#message .contents__table td {
  background: #f9faf9;
  border: none;
  padding: 10px 20px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  word-break: break-word;
}
#message .contents__table {
  border: 1px solid #94d7dc;
  border-spacing: 2px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .closeButton {
    width: 115px;
    padding-top: 5px;
  }
  #inbox .slideBody {
    overflow: hidden;
    position: relative;
    transition: all .5s ease-out;
  }
  #inbox .slideBody:after {
    background: url(../img/bg_grad.png) center bottom repeat-x;
    background-size: 30px 50px;
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    transition: all .5s ease-out;
  }
  #inbox .slideBody.opened:after {
    height: 0;
  }
  #inbox .slideToggle {
    background: url(../img/ico_under.png) right 10px center no-repeat #95dadf;
    background-size: 24px 13px;
    cursor: pointer;
    line-height: 1;
    padding: .5em 1em;
    display: block;
  }
  #inbox .slideToggle.opened {
    background-image: url(../img/ico_up.png);
  }
  #inbox .spSearch {
    margin: 5px;
  }
  #inbox .form__search {
    padding: 0;
  }
  #inbox .form__search input[type="text"] {
    border: 1px solid #27969e;
    border-radius: 1.5em 0 0 1.5em;
    width: 80%;
    padding: 0 1em;
  }
  #inbox .form__search input[type="submit"] {
    background: url(../img/search_icn-01.png) center center no-repeat #27969e;
    border: 1px solid #27969e;
    border-radius: 0 1.5em 1.5em 0;
    border-left: none;
    height: 0;
    overflow: hidden;
    padding: 43px 0 0;
    position: absolute;
    background-size: 12px;
    width: 20%;
    right: 0px;
  }
  #inbox .form__search input[type="submit"]:hover {
    background: url(../img/search_icn-01-on.png) center center no-repeat;
    background-size: 12px;
    border: 1px solid #27969e;
    border-left: none;
    border-radius: 0 1.5em 1.5em 0;
  }
  .spLabel{
    width: 55px;
    text-align: center;
  }
  .finishLabel {
    background: #abf5ed;
  }
  .notSentLabel {
    background: #ffc0c0;
  }
  #inbox .spOrder-1 {
    order: 1;
  }
  #inbox .spOrder-2 {
    order: 2;
  }
  #inbox .spOrder-3 {
    order: 3;
  }
  #inbox .divTableCell,
  #inbox .divTableHead,
  #inbox .divTable {
    border: none;
  }
  #inbox .spAlignLeft {
    display: flex;
    flex-flow: column;
    width: 65%;
  }
  #inbox .spAlignRight {
    display: flex;
    flex-flow: column;
    width: 35%;
    text-align: right;
  }
  #inbox .divTableRow {
    display: flex;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #000;
  }
  #inbox .form__result {
    background-color: #fff;
    margin-bottom: 20px;
  }
  #inbox .form__result td {
    display: flow-root;
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  #inbox .form__result-list {
    display: none !important;
  }
  #inbox .search__pager {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    text-align: center;
  }
  #inbox .form__result-pager {
    background: #fff;
    width:100%!important;
  }
  #inbox .form__result-num {
    padding: 15px 10px 30px !important;
    margin-bottom: 15px;
    background-color: #f9faf9 !important;

    display:block!important;
  }
  #inbox .result-total {
    float: left;
  }
  #inbox .result-range{
    float: right;
  }
  #inbox .contents__tab-inner.on {
    border-bottom: none;
  }

  #inbox .divTableHead {
    display: none;
  }
  #inbox .contents__tab-top{
    margin-bottom: 30px !important;
  }
  #inbox .contents__tab-list ul {
    border-spacing: 0;
  }
  #inbox .forceText img{
    display: none;
  }
  #inbox .forceText span{
    display: block;
  }
}

/***********▲▲**************/

@media screen and ( min-width : 981px ) {
  .ttl_area_msg{
  padding:0 20px;
  }
  .star_area_msg{
  }
}
@media screen and ( max-width : 980px ) {
  .ttl_area_msg{
  padding:0;
  }
  .star_area_msg{
  margin-right:20px;
  }

}

/* ------------------------------------------- */
/* 開発側で追加(#loading) */
/* ------------------------------------------- */
#loading {
  max-width: 30px;
  margin: auto;
}

.filescan_icn__load {
  width: 86%;
  height:100%;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 100;
  background: url(../img/loading.gif) no-repeat center center;
  background-color:rgba(255,255,255,0.5);
}

/*▼IE11対応*/
@media all and (-ms-high-contrast: none) and (max-width: 980px) {
  .divTableCell{
    display:table;
  }
  .divTableRow{
    flex-direction: column;
  }
}
/*▲IE11対応*/

/*--------------------
@media screen and (max-width:980px) {
  .btn__l .btn {
    background: #27969e;
    box-shadow: 0 2px 3px rgba(1, 42, 45, 0.3);
    color: #fff;
    text-decoration: none;
    }
}
--------------------*/

/*--LINE13376---------*/
li.search__tag_entry a {
  background: url(../img/search_tag.png) 1em center no-repeat #00c39e;
  background-size: 7px 8px;
  border-radius: 1.5em;
  color: #fff;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
  max-width: 255px;
  overflow: hidden;
}
li.search__tag_y a:hover {
  background-color:#008b70;
  color: #fff;
  text-decoration: none;
}
/*--LINE13376---------*/

/*-- confirm ---------------*/
@media screen and ( min-width : 981px ) {
  .confirm__th_width{
    width:98% !important;
  }
  .confirm__td_height{
    width:2% !important
  }
}
@media screen and ( max-width : 980px ) {
  .confirm__td_height{
    display:none !important;

  }
}
/*-- confirm ---------------*/

/*-- area_only_search ------*/
@media screen and ( min-width : 981px ) {
  .search__centering{
    width:55% !important;
    margin:20px auto 10px;
  }
}
@media screen and ( max-width : 980px ) {
  .search__centering{
    width:75% !important;
    margin:10px auto;
  }
}

/*-- area_only_search ------*/

/*-- kigyo joho ------------*/

@media screen and (min-width : 981px) {
  .search__box-kigyojoho {
    display: inline;
    padding: 0.5em 1.87% 0.5em 0;
  }
}
@media screen and (max-width : 980px) {
  .search__box-kigyojoho {
    padding: 0.5em 1.87% 1em;
  }
}

.search__box-kigyojoho{
  clear:both;
  display:inline-block;/*改行させるために*/
}
.search__box-kigyojoho li{
  display: inline-block;
  line-height: 1.4;
  margin: 0 1em 4px 0;
  white-space: normal;
}
/*-- kigyo joho ------------*/

@media screen and (min-width: 981px) {
  .search__box-intern-info {
  padding:12px;
  }
}
@media screen and (max-width: 980px) {
  .search__box-intern-info {
  padding-top:0.5em;
  padding:12px;
  }
}
.search__box-intern-info li{
  line-height: 1.5;
}

.week-repo {
  margin-top: 15px !important;
  text-align: center;
}

.week-repo li {
display: inline-block;
line-height: 1;
margin: 0 1em 6px 0;
white-space: nowrap;
}
.week-repo li a {
text-decoration: underline;
background: url(../img/ico_right.png) right center no-repeat #fff;
background-size: 7px 13px;
padding-right: 12px;

}
.week-repo li a:hover {
text-decoration: none;
}
.brows{
  text-align:right;
  margin:5px;
}

.remark {
  background: #f8f8f8;
  text-align: center;
}
@media screen and (min-width: 981px) {
  .remark {
    padding: 10px 0;
  }
}
@media screen and (max-width: 980px) {
  .remark {
    padding: 6.25% 0;
  }
}

/*-- Google calendar ------*/
.gcalendar {
  text-align: center;
  }

.gcalendar a {
  transition: all .5s ease-out;
  background: url(../img/gc-icon.png) 1em center no-repeat #1a73e8;
  box-shadow: 0 2px 3px rgba(1, 42, 45, 0.3);
  background-size: 18px 20px;
  border-radius: 1.5em;
  color: #fff;
  display: inline-block;
  line-height: 3;
  padding: 0 1em 0 2.5em;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  width: 100%;
}
.gcalendar a:hover {
  background-color:#79b0f7;
  text-decoration: none;
  }


/* ----------------------------------------------*/
/*	予約状況の色変え
/* ----------------------------------------------*/

.reserved{background: #ffa8b4;}
.another{background: #ffa8b4;}
.before{background: #E0B0D5;}
.accepting{background: #b3e5aa;}
.after{background: #aeb1ad;}
.full{background: #aeb1ad;}

/* ----------------------------------------------*/
/*	参考になったアイコン
/* ----------------------------------------------*/

@media screen and (min-width: 981px) {
  .refer__box-lbls {
    box-sizing: border-box;
    margin: 0 0 15px auto;
    max-width: 765px;
    float: right;
  }
  .contents.clm2 .refer__box-lbls {
    max-width: 490px;
  }
  .no_logo .refer__box-lbls {
    max-width: 100% !important;
    padding: 0 1.87% !important;
  }
}
@media screen and (max-width: 980px) {
  .refer__box-lbls .refer__box-fav {
    text-align: right;
  }
}
.refer__box-fav-icn {
  background: url(../img/ico_refer2.png) 7px center no-repeat;
  background-size: 15px 15px;
  border: 1px solid #27969e;
  border-radius: 2em;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.15);
  color: #27969e;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 3px 25px;
  white-space: nowrap;
}
.refer__box-fav-icn.false {
  background-image: url(../img/ico_refer.png);
    background-color: #27969e;
    color: #fff;

}
.refer__box-fav-txt {
  padding: 1.5em 0 0;
}
.refer__box-fav-txt .refer__box-fav-icn.false {
  background-image: url(../img/ico_refer.png);
}



@media screen and (min-width: 981px) {
  .search__box-refer,{
    padding: .25em 1em .25em;
  }
}
@media screen and (max-width: 980px) {
  .search__box-refer,{
    padding: .25em 1em;
  }
}

.search__box-refer {
  color: #27969e;
  display: flex;
  justify-content: flex-end;
}

.osusume {
  position: relative;
  margin: 1em;
  padding: 1em;
  color: #555;
  background: #e7f3f4;
  border-radius: 15px;
  font-size: 13px;
}

.osusume:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e7f3f4;
}

.balloon1-top p {
  margin: 0;
  padding: 0;
}
