@charset "UTF-8";
/*
　frontpage.cssは自動生成しているため、
　直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* Layouts */
/* line 2, ../sass/modules/_heading.scss */
#main_content > h1 {
  padding: 35px 0;
  width: 100%;
  color: #fff;
  background-color: #005194;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4em;
}
@media (min-width: 540px) {
  /* line 2, ../sass/modules/_heading.scss */
  #main_content > h1 {
    line-height: 1em;
  }
}
/* line 13, ../sass/modules/_heading.scss */
#main_content > h1.strong {
  padding: 30px 0 0;
  color: #393939;
  background-color: transparent;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
}
@media (min-width: 540px) {
  /* line 13, ../sass/modules/_heading.scss */
  #main_content > h1.strong {
    padding: 40px 0 0;
    font-size: 34px;
    font-size: 2.125rem;
  }
}

/* line 27, ../sass/modules/_heading.scss */
h2.section_title {
  color: #005194;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 5, ../sass/layout/_main.scss */
#main_content {
  padding-bottom: 50px;
  overflow: hidden;
}
/* line 8, ../sass/layout/_main.scss */
#main_content h1 {
  text-align: center;
  width: 150%;
  margin-left: -25%;
}
/* line 12, ../sass/layout/_main.scss */
#main_content h1.strong {
  width: 100%;
  margin-left: auto;
  line-height: 1.5em;
}
@media (min-width: 540px) {
  /* line 18, ../sass/layout/_main.scss */
  #main_content h1 br {
    display: none;
  }
}

/* line 24, ../sass/layout/_main.scss */
.container {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 540px) {
  /* line 24, ../sass/layout/_main.scss */
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  /* line 24, ../sass/layout/_main.scss */
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1000px) {
  /* line 24, ../sass/layout/_main.scss */
  .container {
    width: 1000px;
    padding: 0;
  }
}

/* line 41, ../sass/layout/_main.scss */
.error_404 {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 45, ../sass/layout/_main.scss */
.error_404 > a {
  margin-top: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
}

/* line 1, ../sass/modules/_button.scss */
.btn_signup, .btn_signout, .btn_signin:hover, .btn_signin_facebook, .btn_signin_email:hover, .btn_signup_facebook, .btn_signup_email:hover, .btn_report, .btn_search:hover, .btn_clear, .btn_preview, .btn_save:hover, .btn_inqury_post:hover, .btn_follow, .btn_password:hover, .btn_reset_password, .btn_stats, .btn_rightside, .btn_accont_submit:hover, .btn_signin_sp:hover, .btn_signout_sp:hover, .btn_signin_sp, .btn_signout_sp, .btn_news_letter, .btn_signup:hover, .btn_signout:hover, .btn_signin, .btn_signin_facebook:hover, .btn_signin_email, .btn_signup_facebook:hover, .btn_signup_email, .btn_report:hover, .btn_search, .btn_clear:hover, .modal_submit, .modal_close, .btn_preview:hover, .btn_save, .btn_inqury_post, .btn_password, .btn_reset_password:hover, .btn_stats:hover, .btn_rightside:hover, .btn_accont_submit, .btn_signup_sp:hover, .btn_publish:hover, .btn_signup_sp, .btn_news_letter:hover, .btn_publish, .btn_violation {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #393939;
  line-height: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 12, ../sass/modules/_button.scss */
.btn_signup:hover, .btn_signout:hover, .btn_signin:hover, .btn_signin_facebook:hover, .btn_signin_email:hover, .btn_signup_facebook:hover, .btn_signup_email:hover, .btn_report:hover, .btn_search:hover, .btn_clear:hover, .btn_preview:hover, .btn_save:hover, .btn_inqury_post:hover, .btn_follow:hover, .btn_password:hover, .btn_reset_password:hover, .btn_stats:hover, .btn_rightside:hover, .btn_accont_submit:hover, .btn_signin_sp:hover, .btn_signout_sp:hover, .btn_news_letter:hover, .modal_submit:hover, .modal_close:hover, .btn_signup_sp:hover, .btn_publish:hover, .btn_violation:hover {
  opacity: 1;
}

/* line 17, ../sass/modules/_button.scss */
.btn_signup, .btn_signout, .btn_signin:hover, .btn_signin_facebook, .btn_signin_email:hover, .btn_signup_facebook, .btn_signup_email:hover, .btn_report, .btn_search:hover, .btn_clear, .btn_preview, .btn_save:hover, .btn_inqury_post:hover, .btn_follow, .btn_password:hover, .btn_reset_password, .btn_stats, .btn_rightside, .btn_accont_submit:hover, .btn_signin_sp:hover, .btn_signout_sp:hover, .btn_signin_sp, .btn_signout_sp, .btn_news_letter {
  background-color: white;
  border: 2px solid white;
  color: #005194;
  font-weight: 600;
}

/* line 25, ../sass/modules/_button.scss */
.btn_signup, .btn_signout, .btn_signin:hover, .btn_signin_facebook, .btn_signin_email:hover, .btn_signup_facebook, .btn_signup_email:hover, .btn_report, .btn_search:hover, .btn_clear, .btn_preview, .btn_save:hover, .btn_inqury_post:hover, .btn_follow, .btn_password:hover, .btn_reset_password, .btn_stats, .btn_rightside, .btn_accont_submit:hover {
  border: 2px solid #005194;
  color: #005194;
  font-weight: 600;
}

/* line 32, ../sass/modules/_button.scss */
.btn_signup:hover, .btn_signout:hover, .btn_signin, .btn_signin_facebook:hover, .btn_signin_email, .btn_signup_facebook:hover, .btn_signup_email, .btn_report:hover, .btn_search, .btn_clear:hover, .modal_submit, .modal_close, .btn_preview:hover, .btn_save, .btn_inqury_post, .btn_password, .btn_reset_password:hover, .btn_stats:hover, .btn_rightside:hover, .btn_accont_submit {
  background-color: #005194;
  border: 2px solid #005194;
  color: white;
  font-weight: 400;
}

/* line 40, ../sass/modules/_button.scss */
.btn_signup_sp:hover, .btn_publish:hover, .btn_signup_sp, .btn_news_letter:hover, .btn_publish {
  background-color: #d50d18;
  border: 2px solid #d50d18;
  color: white;
  font-weight: 400;
}

/* line 48, ../sass/modules/_button.scss */
.btn_signup_sp:hover, .btn_publish:hover {
  background-color: white;
  color: #d50d18;
  font-weight: 600;
}

/* line 55, ../sass/modules/_button.scss */
.btn_signin_sp:hover, .btn_signout_sp:hover {
  background-color: #005194;
  border: 2px solid white;
  color: white;
  font-weight: 400;
}

/* line 77, ../sass/modules/_button.scss */
.btn_signup_sp {
  width: 100%;
}

/* line 85, ../sass/modules/_button.scss */
.btn_signin_sp, .btn_signout_sp {
  width: 100%;
}

/* line 93, ../sass/modules/_button.scss */
button.drawer-hamburger {
  height: auto;
  margin: 0;
}

/* line 97, ../sass/modules/_button.scss */
.drawer-hamburger-icon {
  height: 3px;
  background-color: #005194;
}
/* line 100, ../sass/modules/_button.scss */
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 3px;
  background-color: #005194;
}

/* line 106, ../sass/modules/_button.scss */
.btn_news_letter {
  height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 110, ../sass/modules/_button.scss */
.btn_news_letter:hover {
  color: white;
}

/* line 116, ../sass/modules/_button.scss */
.btn_signin_facebook {
  width: 300px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 126, ../sass/modules/_button.scss */
.btn_signin_email {
  width: 150px;
  height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 136, ../sass/modules/_button.scss */
.btn_signup_facebook {
  width: 300px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 146, ../sass/modules/_button.scss */
.btn_signup_email {
  width: 150px;
  height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 156, ../sass/modules/_button.scss */
.btn_report {
  padding: 10px 20px;
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #005194;
  display: block;
  text-align: center;
}
/* line 166, ../sass/modules/_button.scss */
.btn_report:hover {
  padding: 10px 20px;
}

/* line 172, ../sass/modules/_button.scss */
.btn_close {
  width: 18px;
  height: 18px;
  background-color: #7fa6ca;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

/* line 184, ../sass/modules/_button.scss */
.btn_search {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 199, ../sass/modules/_button.scss */
.modal_submit, .modal_close {
  width: 100px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2px 10px;
}

/* line 206, ../sass/modules/_button.scss */
.btn_preview, .btn_preview:hover, .btn_save, .btn_save:hover, .btn_publish, .btn_publish:hover {
  width: 180px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 239, ../sass/modules/_button.scss */
.btn_inqury_post {
  width: 175px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 249, ../sass/modules/_button.scss */
.btn_violation {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #a1a1a1;
}

/* line 255, ../sass/modules/_button.scss */
.btn_follow {
  border-width: 1px;
}

/* line 274, ../sass/modules/_button.scss */
.btn_stats {
  padding: 10px;
}
/* line 277, ../sass/modules/_button.scss */
.btn_stats:hover {
  padding: 10px;
}

/* line 290, ../sass/modules/_button.scss */
.btn_accont_submit {
  width: 180px;
  height: 40px;
}

/* line 2, ../sass/modules/_event-item.scss */
.event_item {
  position: relative;
  background-color: #f8f9fb;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 6, ../sass/modules/_event-item.scss */
.event_item a {
  text-decoration: none;
  font-weight: 400;
}
/* line 10, ../sass/modules/_event-item.scss */
.event_item .event_eyecatch {
  height: auto;
  display: block;
  position: relative;
  background-color: #ccc;
  overflow: hidden;
}
/* line 16, ../sass/modules/_event-item.scss */
.event_item .event_eyecatch .event_date {
  padding: 0 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 81, 148, 0.5);
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 25, ../sass/modules/_event-item.scss */
.event_item .event_eyecatch img.eyecatch_img {
  display: block;
  width: 100%;
}
/* line 29, ../sass/modules/_event-item.scss */
.event_item .event_eyecatch .suspended {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 36, ../sass/modules/_event-item.scss */
.event_item .event_eyecatch .suspended p {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  text-align: center;
  color: #fff;
}
/* line 46, ../sass/modules/_event-item.scss */
.event_item .event_info {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 50, ../sass/modules/_event-item.scss */
.event_item i, .event_item span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 53, ../sass/modules/_event-item.scss */
.event_item i {
  margin-right: 5px;
}
/* line 56, ../sass/modules/_event-item.scss */
.event_item .event_title {
  padding-bottom: 5px;
}
/* line 58, ../sass/modules/_event-item.scss */
.event_item .event_title > a {
  color: #005194;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
/* line 64, ../sass/modules/_event-item.scss */
.event_item .event_introduction {
  border-top: 1px dotted #d3d3d3;
  padding-top: 5px;
  line-height: 24px;
}
/* line 69, ../sass/modules/_event-item.scss */
.event_item .crew_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
/* line 74, ../sass/modules/_event-item.scss */
.event_item .crew_info a {
  display: block;
  color: #393939;
}
/* line 76, ../sass/modules/_event-item.scss */
.event_item .crew_info a > img, .event_item .crew_info a > p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 81, ../sass/modules/_event-item.scss */
.event_item .crew_info img.profile_img {
  width: 36px;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #ccc;
}
/* line 25, ../sass/base/_mixin.scss */
.event_item .crew_info img.profile_img > img {
  width: 100%;
}

/* line 6, ../sass/modules/_report-item.scss */
.report_item {
  position: relative;
  background-color: #f8f9fb;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 10, ../sass/modules/_report-item.scss */
.report_item a {
  text-decoration: none;
  font-weight: 400;
}
/* line 14, ../sass/modules/_report-item.scss */
.report_item .report_eyecatch {
  height: auto;
  display: block;
  position: relative;
  background-color: #ccc;
  overflow: hidden;
}
/* line 20, ../sass/modules/_report-item.scss */
.report_item .report_eyecatch .event_date {
  padding: 0 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 81, 148, 0.5);
  color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 29, ../sass/modules/_report-item.scss */
.report_item .report_eyecatch img.eyecatch_img {
  display: block;
  width: 100%;
}
/* line 34, ../sass/modules/_report-item.scss */
.report_item .event_info {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 38, ../sass/modules/_report-item.scss */
.report_item i, .report_item span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 41, ../sass/modules/_report-item.scss */
.report_item i {
  margin-right: 5px;
}
/* line 44, ../sass/modules/_report-item.scss */
.report_item .event_title {
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 47, ../sass/modules/_report-item.scss */
.report_item .event_title > a {
  color: #005194;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
/* line 53, ../sass/modules/_report-item.scss */
.report_item .crew_info {
  width: 100%;
  padding: 0 10px;
}
/* line 56, ../sass/modules/_report-item.scss */
.report_item .crew_info a {
  display: block;
  color: #393939;
}
/* line 58, ../sass/modules/_report-item.scss */
.report_item .crew_info a > img, .report_item .crew_info a > p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 63, ../sass/modules/_report-item.scss */
.report_item .crew_info img.profile_img {
  width: 36px;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #ccc;
}
/* line 25, ../sass/base/_mixin.scss */
.report_item .crew_info img.profile_img > img {
  width: 100%;
}
/* line 67, ../sass/modules/_report-item.scss */
.report_item .report_info {
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 73, ../sass/modules/_report-item.scss */
.report_item .report_info > .separator {
  padding: 5px 0;
  border-top: 1px dotted #d3d3d3;
}
/* line 77, ../sass/modules/_report-item.scss */
.report_item .report_info > .left {
  text-align: center;
  border-right: 1px dotted #d3d3d3;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a1a1a1;
}
/* line 84, ../sass/modules/_report-item.scss */
.report_item .report_info > .right {
  text-align: center;
  width: 49.15254%;
  float: right;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a1a1a1;
}
/* line 90, ../sass/modules/_report-item.scss */
.report_item .report_info .value {
  font-size: 18px;
  font-size: 1.125rem;
  color: #676767;
}

/* line 6, ../sass/modules/_crew-item.scss */
.crew_item {
  position: relative;
  background-color: #f8f9fb;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 10, ../sass/modules/_crew-item.scss */
.crew_item a {
  text-decoration: none;
  font-weight: 400;
}
/* line 14, ../sass/modules/_crew-item.scss */
.crew_item .crew_eyecatch {
  height: auto;
  display: block;
  position: relative;
  background-color: #ccc;
  overflow: hidden;
}
/* line 20, ../sass/modules/_crew-item.scss */
.crew_item .crew_eyecatch img.eyecatch_img {
  display: block;
  width: 100%;
}
/* line 26, ../sass/modules/_crew-item.scss */
.crew_item .crew_info {
  padding: 10px;
  line-height: 24px;
  color: #393939;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 31, ../sass/modules/_crew-item.scss */
.crew_item .crew_info .crew_name {
  padding-bottom: 5px;
  vertical-align: middle;
}
/* line 34, ../sass/modules/_crew-item.scss */
.crew_item .crew_info .crew_name > a {
  color: #005194;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
/* line 40, ../sass/modules/_crew-item.scss */
.crew_item .crew_info img.profile_img {
  vertical-align: middle;
  width: 36px;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #ccc;
}
/* line 25, ../sass/base/_mixin.scss */
.crew_item .crew_info img.profile_img > img {
  width: 100%;
}
/* line 45, ../sass/modules/_crew-item.scss */
.crew_item i, .crew_item span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 48, ../sass/modules/_crew-item.scss */
.crew_item i {
  margin-right: 5px;
}
/* line 52, ../sass/modules/_crew-item.scss */
.crew_item .crew_record {
  position: absolute;
  bottom: 0;
  padding: 10px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #676767;
}
/* line 58, ../sass/modules/_crew-item.scss */
.crew_item .crew_record > .separator {
  padding: 5px 0;
  border-top: 1px dotted #d3d3d3;
}
/* line 62, ../sass/modules/_crew-item.scss */
.crew_item .crew_record > .left {
  text-align: center;
  border-right: 1px dotted #d3d3d3;
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
}
/* line 69, ../sass/modules/_crew-item.scss */
.crew_item .crew_record > .right {
  text-align: center;
  width: 49.15254%;
  float: right;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 74, ../sass/modules/_crew-item.scss */
.crew_item .crew_record .value {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 77, ../sass/modules/_crew-item.scss */
.crew_item .crew_record .crew_address {
  clear: both;
  color: #676767;
  border-top: 1px dotted #d3d3d3;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 25, ../sass/layout/_frontpage.scss */
#main_slider {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
/* line 29, ../sass/layout/_frontpage.scss */
#main_slider .sp-slides {
  width: 100%;
  height: 240px;
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 34, ../sass/layout/_frontpage.scss */
#main_slider .sp-slides.is-inited {
  opacity: 1;
}
/* line 38, ../sass/layout/_frontpage.scss */
#main_slider .sp-thumbnails {
  width: 100%;
  height: 82px;
  opacity: 0;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
/* line 43, ../sass/layout/_frontpage.scss */
#main_slider .sp-thumbnails.is-inited {
  opacity: 1;
}
/* line 47, ../sass/layout/_frontpage.scss */
#main_slider .sp-bottom-thumbnails {
  margin-top: 10px;
}
/* line 49, ../sass/layout/_frontpage.scss */
#main_slider .sp-bottom-thumbnails .sp-thumbnail-container {
  margin-right: 6px;
}
/* line 54, ../sass/layout/_frontpage.scss */
#main_slider .sp-top-thumbnails .sp-thumbnail-container {
  margin-right: 6px;
}
/* line 58, ../sass/layout/_frontpage.scss */
#main_slider .sp-arrow {
  width: 40px;
  height: 50px;
}
/* line 61, ../sass/layout/_frontpage.scss */
#main_slider .sp-arrow.sp-previous-arrow {
  left: 10px;
  text-align: left;
}
/* line 66, ../sass/layout/_frontpage.scss */
#main_slider .sp-arrow.sp-next-arrow {
  right: 10px;
  text-align: right;
}
/* line 72, ../sass/layout/_frontpage.scss */
#main_slider .sp-next-arrow:after, #main_slider .sp-next-arrow:before, #main_slider .sp-previous-arrow:after, #main_slider .sp-previous-arrow:before {
  width: 4%;
  height: 50%;
}
/* line 77, ../sass/layout/_frontpage.scss */
#main_slider .sp-fade-arrows {
  margin-top: -25px;
}

/*.banner_links {
	margin-top:25px;
	position:relative;
	.block {
		@include container;
		overflow:hidden;
		> a {
			margin-bottom:10px;
			display:block;
			> img {
				width:100%;
			}
		}
		&.block1 {
		}
		&.block2 {
			> a {
				@include gallery(12 of 24);
			}
		}
	}
}*/
/* line 105, ../sass/layout/_frontpage.scss */
.banner_links_lower {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  border-bottom: 3px solid #005194;
}
/* line 12, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.banner_links_lower:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 111, ../sass/layout/_frontpage.scss */
.banner_links_lower > a {
  display: block;
}
/* line 113, ../sass/layout/_frontpage.scss */
.banner_links_lower > a > img {
  width: 100%;
}

/* line 119, ../sass/layout/_frontpage.scss */
.social_plugins {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  overflow: hidden;
}
/* line 12, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.social_plugins:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 123, ../sass/layout/_frontpage.scss */
.social_plugins > div {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 128, ../sass/layout/_frontpage.scss */
.social_plugins > div.facebook {
  margin-bottom: 20px;
}
/* line 130, ../sass/layout/_frontpage.scss */
.social_plugins > div.facebook > .fb-page {
  max-width: 100%;
}

/* line 139, ../sass/layout/_frontpage.scss */
#site-body {
  padding-top: 0;
}

/* line 144, ../sass/layout/_frontpage.scss */
#main_content > section {
  margin-top: 20px;
}

/* line 149, ../sass/layout/_frontpage.scss */
h2.section_title {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 3px solid #005194;
  padding-bottom: 2px;
}
/* line 155, ../sass/layout/_frontpage.scss */
h2.section_title a.right {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #777;
}

/* line 163, ../sass/layout/_frontpage.scss */
#latest_info {
  height: 420px;
}
/* line 165, ../sass/layout/_frontpage.scss */
#latest_info .event_item,
#latest_info .report_item,
#latest_info .crew_item {
  width: 100%;
  height: 280px;
}
/* line 170, ../sass/layout/_frontpage.scss */
#latest_info .event_item > article,
#latest_info .report_item > article,
#latest_info .crew_item > article {
  height: 100%;
}
/* line 176, ../sass/layout/_frontpage.scss */
#latest_info .crew_item .crew_eyecatch > a {
  display: block;
}
/* line 180, ../sass/layout/_frontpage.scss */
#latest_info .crew_item .crew_record {
  position: relative;
  bottom: auto;
}
/* line 184, ../sass/layout/_frontpage.scss */
#latest_info .crew_item .crew_name {
  padding-top: 5px;
}
/* line 186, ../sass/layout/_frontpage.scss */
#latest_info .crew_item .crew_name > a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
/* line 189, ../sass/layout/_frontpage.scss */
#latest_info .crew_item .crew_name > a > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 196, ../sass/layout/_frontpage.scss */
#latest_info .event_title > a {
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 200, ../sass/layout/_frontpage.scss */
#latest_info .tab_container {
  max-width: 790px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 204, ../sass/layout/_frontpage.scss */
#latest_info .tab_container .no_record {
  text-align: center;
  padding-top: 50px;
}
/* line 209, ../sass/layout/_frontpage.scss */
#latest_info .slider-pro {
  position: static;
}
/* line 212, ../sass/layout/_frontpage.scss */
#latest_info .sp-slides-container {
  margin: 0 auto;
  position: static;
}
/* line 216, ../sass/layout/_frontpage.scss */
#latest_info .sp-slides {
  max-width: 100%;
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 221, ../sass/layout/_frontpage.scss */
#latest_info .sp-slides.is-inited {
  opacity: 1;
}
/* line 225, ../sass/layout/_frontpage.scss */
#latest_info .sp-slide {
  width: 250px;
}
/* line 231, ../sass/layout/_frontpage.scss */
#latest_info .sp-arrows {
  position: static;
}
/* line 234, ../sass/layout/_frontpage.scss */
#latest_info .sp-arrow {
  margin-top: -170px;
  width: 60px;
  height: 50px;
}
/* line 240, ../sass/layout/_frontpage.scss */
#latest_info .sp-horizontal .sp-previous-arrow {
  left: 10px;
  text-align: left;
}
/* line 244, ../sass/layout/_frontpage.scss */
#latest_info .sp-horizontal .sp-next-arrow {
  right: 10px;
  text-align: right;
}
/* line 248, ../sass/layout/_frontpage.scss */
#latest_info .sp-horizontal .is_disabled {
  display: none !important;
}
/* line 252, ../sass/layout/_frontpage.scss */
#latest_info .sp-next-arrow:after, #latest_info .sp-next-arrow:before, #latest_info .sp-previous-arrow:after, #latest_info .sp-previous-arrow:before {
  background-color: #005194;
  width: 5%;
}
/* line 256, ../sass/layout/_frontpage.scss */
#latest_info .w_transit {
  -moz-transition: opacity 0.2s ease-in-out !important;
  -o-transition: opacity 0.2s ease-in-out !important;
  -webkit-transition: opacity 0.2s ease-in-out !important;
  transition: opacity 0.2s ease-in-out !important;
}

/* line 261, ../sass/layout/_frontpage.scss */
#tab_menu ul {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 12, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
#tab_menu ul:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 267, ../sass/layout/_frontpage.scss */
#tab_menu ul li {
  width: 32.86713%;
  float: left;
  margin-right: 0.6993%;
  height: 30px;
  background-color: #d4d4d4;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 272, ../sass/layout/_frontpage.scss */
#tab_menu ul li a {
  display: block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  color: white;
  text-decoration: none;
}
/* line 279, ../sass/layout/_frontpage.scss */
#tab_menu ul li a:hover {
  opacity: 1;
}
/* line 283, ../sass/layout/_frontpage.scss */
#tab_menu ul li:last-child {
  float: right;
  margin-right: 0;
}
/* line 286, ../sass/layout/_frontpage.scss */
#tab_menu ul li.ui-state-active, #tab_menu ul li.ui-state-hover {
  background-color: #005194;
}

/* line 297, ../sass/layout/_frontpage.scss */
div.pickup_blog {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
div.pickup_blog:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 300, ../sass/layout/_frontpage.scss */
div.pickup_blog div.tile {
  margin-bottom: 15px;
}
/* line 302, ../sass/layout/_frontpage.scss */
div.pickup_blog div.tile a {
  display: inline-block;
}
/* line 305, ../sass/layout/_frontpage.scss */
div.pickup_blog div.tile .blog_img {
  max-height: 240px;
  overflow: hidden;
}
/* line 309, ../sass/layout/_frontpage.scss */
div.pickup_blog div.tile img {
  display: block;
  width: 100%;
}
/* line 313, ../sass/layout/_frontpage.scss */
div.pickup_blog div.tile .date {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b2b2b2;
}
/* line 318, ../sass/layout/_frontpage.scss */
div.pickup_blog div.tile .category {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777;
}
/* line 322, ../sass/layout/_frontpage.scss */
div.pickup_blog div.tile .title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #005194;
}

/* line 329, ../sass/layout/_frontpage.scss */
div.official_news {
  font-size: 14px;
  font-size: 0.875rem;
  color: #393939;
  padding: 10px 0 20px;
  height: 100px;
  border-bottom: 3px solid #005194;
  overflow: scroll;
}
/* line 336, ../sass/layout/_frontpage.scss */
div.official_news th, div.official_news td {
  display: block;
  vertical-align: top;
}
/* line 340, ../sass/layout/_frontpage.scss */
div.official_news th {
  width: 100px;
}
/* line 342, ../sass/layout/_frontpage.scss */
div.official_news th::before {
  display: inline-block;
  vertical-align: top;
  content: '▶︎';
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 3px;
}
/* line 350, ../sass/layout/_frontpage.scss */
div.official_news td {
  margin-bottom: 10px;
}

@media (min-width: 540px) {
  /* line 356, ../sass/layout/_frontpage.scss */
  #main_slider {
    height: 350px;
  }
  /* line 358, ../sass/layout/_frontpage.scss */
  #main_slider .sp-slides {
    height: 350px;
  }

  /*.banner_links {
  	.block {
  		&.block1 {
  			> a {
  				@include gallery(12 of 24);
  			}
  		}
  		&.block2 {
  			> a {
  				@include gallery(6 of 24);
  			}
  		}
  	}
  }*/
  /* line 378, ../sass/layout/_frontpage.scss */
  #tab_menu ul li {
    height: 30px;
  }
  /* line 380, ../sass/layout/_frontpage.scss */
  #tab_menu ul li a {
    padding-top: 0;
    line-height: 30px;
  }
  /* line 383, ../sass/layout/_frontpage.scss */
  #tab_menu ul li a:active, #tab_menu ul li a:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
  }
  /* line 392, ../sass/layout/_frontpage.scss */
  #tab_menu ul br {
    display: none;
  }

  /* line 397, ../sass/layout/_frontpage.scss */
  div.pickup_blog {
    overflow: hidden;
  }
  /* line 399, ../sass/layout/_frontpage.scss */
  div.pickup_blog div.tile {
    width: 49.29577%;
    float: left;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  div.pickup_blog div.tile:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  div.pickup_blog div.tile:nth-child(2n + 2) {
    margin-left: 50.70423%;
    margin-right: -100%;
    clear: none;
  }
  /* line 401, ../sass/layout/_frontpage.scss */
  div.pickup_blog div.tile .blog_img {
    height: 180px;
  }
}
@media (min-width: 768px) {
  /*.banner_links {
  	> .block1 {
  		> a {
  			@include gallery(12 of 24);
  		}
  	}
  	> .block2 {
  		margin-top:25px;
  		> a {
  			@include gallery(6 of 24);
  		}
  	}
  }*/
  /* line 422, ../sass/layout/_frontpage.scss */
  .banner_links_lower > a {
    width: 49.29577%;
    float: left;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  .banner_links_lower > a:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  .banner_links_lower > a:nth-child(2n + 2) {
    margin-left: 50.70423%;
    margin-right: -100%;
    clear: none;
  }

  /* line 427, ../sass/layout/_frontpage.scss */
  .social_plugins > div {
    max-width: auto;
    width: 49.29577%;
    float: left;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  .social_plugins > div:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  .social_plugins > div:nth-child(2n + 2) {
    margin-left: 50.70423%;
    margin-right: -100%;
    clear: none;
  }

  /* line 432, ../sass/layout/_frontpage.scss */
  div.pickup_blog {
    overflow: hidden;
  }
  /* line 434, ../sass/layout/_frontpage.scss */
  div.pickup_blog div.tile {
    width: 23.94366%;
    float: left;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  div.pickup_blog div.tile:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  div.pickup_blog div.tile:nth-child(4n + 2) {
    margin-left: 25.35211%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  div.pickup_blog div.tile:nth-child(4n + 3) {
    margin-left: 50.70423%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  div.pickup_blog div.tile:nth-child(4n + 4) {
    margin-left: 76.05634%;
    margin-right: -100%;
    clear: none;
  }
  /* line 436, ../sass/layout/_frontpage.scss */
  div.pickup_blog div.tile .blog_img {
    height: 120px;
  }

  /* line 442, ../sass/layout/_frontpage.scss */
  div.official_news th, div.official_news td {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  /* line 450, ../sass/layout/_frontpage.scss */
  div.pickup_blog div.tile .blog_img {
    height: 160px;
  }
}
/* line 458, ../sass/layout/_frontpage.scss */
#record-search {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px auto;
}
/* line 464, ../sass/layout/_frontpage.scss */
#record-search img {
  width: 100%;
  display: block;
}

/* line 468, ../sass/layout/_frontpage.scss */
#trs-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #ccc;
}

/* line 473, ../sass/layout/_frontpage.scss */
.trs-left-titles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 20px 0;
}

/* line 478, ../sass/layout/_frontpage.scss */
.trs-titleimage {
  width: 34px;
  margin-right: 20px;
}

/* line 482, ../sass/layout/_frontpage.scss */
.trs-left-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #005194;
  margin-top: 7px;
}
/* line 487, ../sass/layout/_frontpage.scss */
.trs-left-title span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777;
  display: block;
  margin-bottom: 3px;
}

/* line 492, ../sass/layout/_frontpage.scss */
.trs-left-bnr1 a {
  display: block;
}

/* line 495, ../sass/layout/_frontpage.scss */
.trs-left-bnr2 a {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

/* line 502, ../sass/layout/_frontpage.scss */
#trs-right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

/* line 508, ../sass/layout/_frontpage.scss */
.trs-right-titles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 20px 0;
}

/* line 513, ../sass/layout/_frontpage.scss */
.trs-r-titles {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

/* line 518, ../sass/layout/_frontpage.scss */
.trs-right-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #d50d18;
  margin-top: 7px;
}
/* line 523, ../sass/layout/_frontpage.scss */
.trs-right-title span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #777;
  display: block;
  margin-bottom: 3px;
}

/* line 530, ../sass/layout/_frontpage.scss */
.trt-in {
  margin-top: 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

/* line 536, ../sass/layout/_frontpage.scss */
.trt-in-btn {
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 538, ../sass/layout/_frontpage.scss */
.trt-in-btn a {
  font-weight: 600;
  background-color: #fff;
  color: #d50d18;
  border-radius: 4px;
  padding: 0 5px;
  border: 2px solid #d50d18;
  margin-right: 10px;
}
/* line 546, ../sass/layout/_frontpage.scss */
.trt-in-btn a:hover {
  background-color: #d50d18;
  color: #fff;
  opacity: 1;
}

/* line 553, ../sass/layout/_frontpage.scss */
.trt-in-txt {
  font-size: 12px;
  font-size: 0.75rem;
  color: #d50d18;
  margin-top: 3px;
}

/* line 558, ../sass/layout/_frontpage.scss */
.trs-right-bnr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 560, ../sass/layout/_frontpage.scss */
.trs-right-bnr ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 566, ../sass/layout/_frontpage.scss */
.trs-right-bnr li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
/* line 571, ../sass/layout/_frontpage.scss */
.trs-right-bnr li a {
  display: block;
  color: #393939;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 575, ../sass/layout/_frontpage.scss */
.trs-right-bnr li a:hover {
  opacity: 0.7;
}
/* line 579, ../sass/layout/_frontpage.scss */
.trs-right-bnr li:nth-child(1), .trs-right-bnr li:nth-child(2) {
  padding: 0 0 10px;
}
/* line 582, ../sass/layout/_frontpage.scss */
.trs-right-bnr li:nth-child(odd) {
  border-right: 1px solid #ddd;
}
/* line 585, ../sass/layout/_frontpage.scss */
.trs-right-bnr li:nth-child(3), .trs-right-bnr li:nth-child(4), .trs-right-bnr li:nth-child(5), .trs-right-bnr li:nth-child(6) {
  border-top: 1px solid #ddd;
}
/* line 588, ../sass/layout/_frontpage.scss */
.trs-right-bnr li:nth-child(3):before, .trs-right-bnr li:nth-child(5):before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -1px;
  right: 0;
  height: 5px;
  width: 1.5%;
  z-index: 2;
}
/* line 591, ../sass/layout/_frontpage.scss */
.trs-right-bnr li:nth-child(4):before, .trs-right-bnr li:nth-child(6):before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  height: 5px;
  width: 1.5%;
  z-index: 2;
}

/* line 596, ../sass/layout/_frontpage.scss */
.trbeng {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #d50d18;
}

/* line 601, ../sass/layout/_frontpage.scss */
.trbicon {
  width: 48px;
  margin: 8px auto 12px;
}

/* line 604, ../sass/layout/_frontpage.scss */
.trbtitle {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}

/* line 608, ../sass/layout/_frontpage.scss */
.trbtitle2 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
}

@media (min-width: 540px) {
  /* line 615, ../sass/layout/_frontpage.scss */
  .trs-r-titles {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /* line 619, ../sass/layout/_frontpage.scss */
  .trt-in {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-right: auto;
    text-align: right;
    flex: 1;
  }

  /* line 627, ../sass/layout/_frontpage.scss */
  .trt-in-btn a {
    padding: 2px 10px;
    margin-right: 0;
  }

  /* line 632, ../sass/layout/_frontpage.scss */
  .trt-in-txt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
@media (min-width: 1000px) {
  /* line 638, ../sass/layout/_frontpage.scss */
  #record-search {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  /* line 641, ../sass/layout/_frontpage.scss */
  #trs-left {
    width: 50.2%;
    position: relative;
    border-right: 1px solid #005194;
    padding-right: 8px;
  }
  /* line 646, ../sass/layout/_frontpage.scss */
  #trs-left:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: -1px;
    right: 0;
    height: 10px;
    width: 7px;
  }

  /*.trs-left-bnrs {
  	border-right:1px solid #ddd;
  	padding-right:8px;
  }*/
  /* line 660, ../sass/layout/_frontpage.scss */
  #trs-right {
    width: 49%;
    margin-top: 0;
  }

  /* line 664, ../sass/layout/_frontpage.scss */
  .trs-r-titles {
    width: 89%;
  }

  /* line 668, ../sass/layout/_frontpage.scss */
  .trs-right-bnr li {
    width: 33.3%;
    padding: 10px 0;
  }
  /* line 671, ../sass/layout/_frontpage.scss */
  .trs-right-bnr li:nth-child(odd), .trs-right-bnr li:nth-child(3), .trs-right-bnr li:nth-child(4), .trs-right-bnr li:nth-child(5), .trs-right-bnr li:nth-child(6) {
    border: none;
  }
  /* line 674, ../sass/layout/_frontpage.scss */
  .trs-right-bnr li:nth-child(3):before, .trs-right-bnr li:nth-child(5):before, .trs-right-bnr li:nth-child(4):before, .trs-right-bnr li:nth-child(6):before {
    content: "";
    background-color: transparent;
    position: static;
  }
  /* line 677, ../sass/layout/_frontpage.scss */
  .trs-right-bnr li:nth-child(1), .trs-right-bnr li:nth-child(2), .trs-right-bnr li:nth-child(3) {
    padding: 3px 0 12px;
    border-bottom: 1px solid #ddd;
  }
  /* line 681, ../sass/layout/_frontpage.scss */
  .trs-right-bnr li:nth-child(1), .trs-right-bnr li:nth-child(2), .trs-right-bnr li:nth-child(4), .trs-right-bnr li:nth-child(5) {
    border-right: 1px solid #ddd;
  }
  /* line 684, ../sass/layout/_frontpage.scss */
  .trs-right-bnr li:nth-child(1):before, .trs-right-bnr li:nth-child(2):before {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    right: -6px;
    height: 11px;
    width: 11px;
    z-index: 2;
  }
}
/*モーダル*/
/* line 699, ../sass/layout/_frontpage.scss */
.modal-in img {
  width: 100%;
  display: block;
}

/* line 703, ../sass/layout/_frontpage.scss */
.modin-ti {
  width: 60px;
  margin: 0 auto;
}

/* line 707, ../sass/layout/_frontpage.scss */
.modin-te {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #d50d18;
}

/* line 712, ../sass/layout/_frontpage.scss */
.modin-tt {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 10px;
}

/* line 717, ../sass/layout/_frontpage.scss */
.modin-check {
  background-color: #005194;
  text-align: left;
  display: block;
  color: #fff;
  margin-top: 30px;
}

/* line 724, ../sass/layout/_frontpage.scss */
.modin-check-ti {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  background-color: #d50d18;
  padding: 3px 5px;
  width: 45px;
  line-height: 12px;
  display: block;
}

/* line 733, ../sass/layout/_frontpage.scss */
.modin-check-di {
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 20px 20px;
  text-align: justify;
}

/* line 738, ../sass/layout/_frontpage.scss */
.modin-voice {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 25px;
  text-align: center;
}

/* line 745, ../sass/layout/_frontpage.scss */
.modin-voice-left {
  margin: 0 auto 20px;
}

/* line 746, ../sass/layout/_frontpage.scss */
.modin-voice-tic {
  width: 40px;
  margin: 0 auto;
}

/* line 747, ../sass/layout/_frontpage.scss */
.modin-voice-ti {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #005194;
  margin-top: 5px;
}

/* line 753, ../sass/layout/_frontpage.scss */
.modin-voice-right {
  width: 100%;
}
/* line 755, ../sass/layout/_frontpage.scss */
.modin-voice-right li {
  display: -webkit-flex;
  display: flex;
}
/* line 757, ../sass/layout/_frontpage.scss */
.modin-voice-right li:not(:first-child) {
  margin-top: 15px;
}

/* line 762, ../sass/layout/_frontpage.scss */
.mvr-number {
  width: 16px;
  height: 16px;
  background-color: #005194;
  color: #fff;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  margin-top: 5px;
}

/* line 763, ../sass/layout/_frontpage.scss */
.mvr-de {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 8px;
  text-align: left;
}

/* line 764, ../sass/layout/_frontpage.scss */
.modin-visual {
  margin-top: 35px;
}

/* line 765, ../sass/layout/_frontpage.scss */
.modin-visual-im {
  max-width: 530px;
  margin: 0 auto;
}

/* line 766, ../sass/layout/_frontpage.scss */
.modin-presentlink {
  text-align: right;
  margin-top: 5px;
}
/* line 768, ../sass/layout/_frontpage.scss */
.modin-presentlink a {
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: underline;
}

/* line 772, ../sass/layout/_frontpage.scss */
.modin-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

/* line 777, ../sass/layout/_frontpage.scss */
.modin-btns-other {
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 780, ../sass/layout/_frontpage.scss */
.modin-btns a {
  display: block;
  color: #fff;
}

/* line 781, ../sass/layout/_frontpage.scss */
.modin-btns-blue, .modin-btns-red {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

/* line 786, ../sass/layout/_frontpage.scss */
.modin-btns-blue {
  margin-bottom: 15px;
}
/* line 788, ../sass/layout/_frontpage.scss */
.modin-btns-blue a {
  background-color: #005194;
  border-radius: 4px;
  padding: 10px 0;
  border: 2px solid #005194;
}
/* line 793, ../sass/layout/_frontpage.scss */
.modin-btns-blue a:hover {
  background-color: #fff;
  color: #005194;
  opacity: 1;
}

/* line 800, ../sass/layout/_frontpage.scss */
.modin-btns-red a {
  background-color: #d50d18;
  border-radius: 4px;
  padding: 10px 0;
  border: 2px solid #d50d18;
}
/* line 805, ../sass/layout/_frontpage.scss */
.modin-btns-red a:hover {
  background-color: #fff;
  color: #d50d18;
  opacity: 1;
}

@media (min-width: 540px) {
  /* line 811, ../sass/layout/_frontpage.scss */
  .modin-check-di {
    padding: 10px 30px 20px;
  }

  /* line 812, ../sass/layout/_frontpage.scss */
  .modin-voice {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 45px;
    text-align: left;
  }

  /* line 818, ../sass/layout/_frontpage.scss */
  .modin-voice-left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 26%;
    border-right: 1px solid #ddd;
  }

  /* line 823, ../sass/layout/_frontpage.scss */
  .modin-voice-tic {
    padding-left: 40px;
    margin: 0;
  }

  /* line 824, ../sass/layout/_frontpage.scss */
  .modin-voice-right {
    width: 69%;
  }

  /* line 825, ../sass/layout/_frontpage.scss */
  .modin-visual {
    border: 2px solid #005194;
    padding: 25px;
    margin-top: 35px;
  }

  /* line 826, ../sass/layout/_frontpage.scss */
  .modin-btns {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /* line 830, ../sass/layout/_frontpage.scss */
  .modin-btns-other {
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* line 833, ../sass/layout/_frontpage.scss */
  .modin-btns-blue, .modin-btns-red {
    width: 48%;
  }

  /* line 834, ../sass/layout/_frontpage.scss */
  .modin-btns-blue {
    margin-bottom: 0;
  }
}
/* line 838, ../sass/layout/_frontpage.scss */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9);
}

/* line 841, ../sass/layout/_frontpage.scss */
.remodal {
  padding: 20px;
}

/* line 844, ../sass/layout/_frontpage.scss */
.remodal-close {
  right: 0;
}

@media only screen and (min-width: 641px) {
  /* line 848, ../sass/layout/_frontpage.scss */
  .remodal {
    padding: 60px;
  }
}
/*共通*/
/* line 856, ../sass/layout/_frontpage.scss */
#status-companies {
  margin: 20px auto 20px;
  padding-top: 25px;
  border-top: 3px solid #005194;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 863, ../sass/layout/_frontpage.scss */
#status-companies img {
  width: 100%;
  display: block;
}

/*登録団体の各統計*/
/* line 869, ../sass/layout/_frontpage.scss */
#status {
  width: 100%;
}
/* line 871, ../sass/layout/_frontpage.scss */
#status .holder {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
/* line 875, ../sass/layout/_frontpage.scss */
#status .holder h2 {
  color: #005194;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 15px;
}
/* line 881, ../sass/layout/_frontpage.scss */
#status .holder p {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 885, ../sass/layout/_frontpage.scss */
#status ul.holder2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 889, ../sass/layout/_frontpage.scss */
#status ul.holder2 li {
  text-align: center;
  width: 100%;
}
/* line 892, ../sass/layout/_frontpage.scss */
#status ul.holder2 li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 897, ../sass/layout/_frontpage.scss */
#status ul.holder2 li p {
  font-size: 16px;
  font-size: 1rem;
}
/* line 900, ../sass/layout/_frontpage.scss */
#status ul.holder2 li > p {
  padding: 2px 0;
}
/* line 903, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .sub-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 13px;
}
/* line 908, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .sub-title div {
  width: 14px;
  margin-right: 3px;
}
/* line 912, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .sub-title h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 14px;
}
/* line 918, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .result {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 922, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .result div:first-child {
  width: 104px;
  margin-right: 15px;
}
/* line 926, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .result div:last-child {
  padding-top: 2px;
}
/* line 929, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .result div:last-child p span:first-child {
  display: none;
}
/* line 932, ../sass/layout/_frontpage.scss */
#status ul.holder2 li .result div:last-child p span:last-child {
  font-size: 16px;
  font-size: 1rem;
}

/*バナー*/
/* line 943, ../sass/layout/_frontpage.scss */
#companies-bnr {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #005194;
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 952, ../sass/layout/_frontpage.scss */
#companies-bnr h2 {
  display: none;
}
/* line 956, ../sass/layout/_frontpage.scss */
#companies-bnr div a {
  display: block;
}
/* line 961, ../sass/layout/_frontpage.scss */
#companies-bnr div.companies-group,
#companies-bnr div.umigomi-pinch {
  width: 49.5%;
}

@media (min-width: 540px) {
  /*登録団体の各統計*/
  /* line 969, ../sass/layout/_frontpage.scss */
  #status .holder {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }

  /* line 975, ../sass/layout/_frontpage.scss */
  #companies-bnr div.companies-group,
  #companies-bnr div.umigomi-pinch {
    width: 48%;
  }
}
@media (min-width: 768px) {
  /*共通*/
  /* line 984, ../sass/layout/_frontpage.scss */
  #status-companies {
    margin: 20px auto 35px;
  }

  /*登録団体の各統計*/
  /* line 989, ../sass/layout/_frontpage.scss */
  #status ul.holder2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 993, ../sass/layout/_frontpage.scss */
  #status ul.holder2 li {
    text-align: center;
    width: 33%;
  }
  /* line 996, ../sass/layout/_frontpage.scss */
  #status ul.holder2 li:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px dotted #ccc;
    padding-right: 4.5%;
  }
  /* line 1003, ../sass/layout/_frontpage.scss */
  #status ul.holder2 li > p {
    padding: 10px 0;
  }
}
@media (min-width: 1000px) {
  /*共通*/
  /* line 1012, ../sass/layout/_frontpage.scss */
  #status-companies {
    -webkit-flex-direction: row;
    flex-direction: row;
  }

  /*登録団体の各統計*/
  /* line 1016, ../sass/layout/_frontpage.scss */
  #status {
    width: 49.5%;
  }
  /* line 1018, ../sass/layout/_frontpage.scss */
  #status ul.holder2 {
    padding-right: 15px;
  }
  /* line 1020, ../sass/layout/_frontpage.scss */
  #status ul.holder2 li {
    width: auto;
  }

  /*バナー*/
  /* line 1026, ../sass/layout/_frontpage.scss */
  #companies-bnr {
    width: 48%;
    margin-top: 0;
    border-left: 1px solid #005194;
    border-top: none;
    padding-left: 18px;
    padding-top: 0;
  }
}
/* line 1035, ../sass/layout/_frontpage.scss */
#topumigomi2020 {
  margin-top: 20px;
}

/* line 1036, ../sass/layout/_frontpage.scss */
#topumigomi2020 a {
  display: block;
}

/* line 1037, ../sass/layout/_frontpage.scss */
#topumigomi2020 img {
  width: 100%;
  display: block;
}

/* line 1038, ../sass/layout/_frontpage.scss */
#topumigomi2020 .pcbnr {
  display: none;
}

@media (min-width: 540px) {
  /* line 1040, ../sass/layout/_frontpage.scss */
  #topumigomi2020 .spbnr {
    display: none;
  }

  /* line 1041, ../sass/layout/_frontpage.scss */
  #topumigomi2020 .pcbnr {
    display: block;
  }
}
@media (min-width: 540px) {
  /* line 1043, ../sass/layout/_frontpage.scss */
  #topumigomi-santa2020 {
    display: flex;
    justify-content: space-between;
  }
}
/* line 1048, ../sass/layout/_frontpage.scss */
#topumigomi-santa2020 div {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 540px) {
  /* line 1048, ../sass/layout/_frontpage.scss */
  #topumigomi-santa2020 div {
    width: 49.5%;
  }
}
/* line 1054, ../sass/layout/_frontpage.scss */
#topumigomi-santa2020 div:first-child {
  margin-bottom: 10px;
}
@media (min-width: 540px) {
  /* line 1054, ../sass/layout/_frontpage.scss */
  #topumigomi-santa2020 div:first-child {
    margin-bottom: 0;
  }
}
/* line 1060, ../sass/layout/_frontpage.scss */
#topumigomi-santa2020 div img {
  display: block;
  width: 100%;
}
/* line 1064, ../sass/layout/_frontpage.scss */
#topumigomi-santa2020 div a {
  display: block;
}
/* line 1066, ../sass/layout/_frontpage.scss */
#topumigomi-santa2020 div a:hover {
  opacity: .8;
}

/*緊急お知らせ枠*/
/* line 1072, ../sass/layout/_frontpage.scss */
#emergency {
  margin: 20px 0 10px;
  border: 1px solid #d50d18;
  padding: 10px 20px;
}
/* line 1076, ../sass/layout/_frontpage.scss */
#emergency p {
  color: #d50d18;
  text-align: center;
}
/* line 1079, ../sass/layout/_frontpage.scss */
#emergency p a {
  color: #d50d18;
  display: block;
}

/*ヒーロー直下ロゴ並列*/
/* line 1087, ../sass/layout/_frontpage.scss */
#logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 540px) {
  /* line 1087, ../sass/layout/_frontpage.scss */
  #logos {
    flex-direction: row;
  }
}
/* line 1097, ../sass/layout/_frontpage.scss */
#logos img {
  width: 100%;
  display: block;
}
/* line 1101, ../sass/layout/_frontpage.scss */
#logos a {
  display: block;
}
/* line 1103, ../sass/layout/_frontpage.scss */
#logos a:hover {
  opacity: .7;
}
/* line 1107, ../sass/layout/_frontpage.scss */
#logos .leadtxt {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  /* line 1107, ../sass/layout/_frontpage.scss */
  #logos .leadtxt {
    width: auto;
    margin-bottom: 0;
  }
}
/* line 1118, ../sass/layout/_frontpage.scss */
#logos .logos-holder {
  display: flex;
}
/* line 1121, ../sass/layout/_frontpage.scss */
#logos .logos-holder1 {
  margin: 0px auto 15px;
}
@media (min-width: 540px) {
  /* line 1121, ../sass/layout/_frontpage.scss */
  #logos .logos-holder1 {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1000px) {
  /* line 1121, ../sass/layout/_frontpage.scss */
  #logos .logos-holder1 {
    margin: 0 20px;
  }
}
/* line 1129, ../sass/layout/_frontpage.scss */
#logos .logos-holder1 div:nth-of-type(1) {
  width: 82px;
  margin-right: 15px;
}
/* line 1133, ../sass/layout/_frontpage.scss */
#logos .logos-holder1 div:nth-of-type(2) {
  width: 55px;
}
/* line 1138, ../sass/layout/_frontpage.scss */
#logos .logos-holder2 p {
  font-size: 12px;
  margin-right: 5px;
}
/* line 1142, ../sass/layout/_frontpage.scss */
#logos .logos-holder2 div:nth-of-type(1) {
  width: 113px;
  margin-right: 15px;
}
/* line 1146, ../sass/layout/_frontpage.scss */
#logos .logos-holder2 div:nth-of-type(2) {
  width: 129px;
}
