@charset "UTF-8";
/*
　crew.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 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 1, ../sass/modules/_pager.scss */
.pager {
  text-align: center;
}
/* line 3, ../sass/modules/_pager.scss */
.pager > a, .pager > span {
  margin: 0 3px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  text-align: center;
  color: #005194;
}
/* line 12, ../sass/modules/_pager.scss */
.pager > a[rel=next], .pager a[rel=prev] {
  background-color: #f5f9fb;
  font-weight: 600;
  width: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  padding: 0 0;
}
/* line 18, ../sass/modules/_pager.scss */
.pager > a[rel=next]:hover, .pager a[rel=prev]:hover {
  opacity: 1;
  background-color: #005194;
  color: white;
}
/* line 24, ../sass/modules/_pager.scss */
.pager > span {
  width: 24px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: #005194;
  color: white;
}
/* line 30, ../sass/modules/_pager.scss */
.pager > a {
  padding: 0 6px;
}

/* line 1, ../sass/modules/_violation.scss */
.violation {
  margin-top: 20px;
  float: right;
}
/* line 4, ../sass/modules/_violation.scss */
.violation #btn_violation {
  border: 1px #d8d8d8 solid;
  color: #6c6c6c;
  background-color: #ffffff;
  cursor: pointer;
}

/* line 1, ../sass/modules/_modal.scss */
.ui-widget-overlay {
  background: none;
  opacity: 1;
  z-index: 10002;
}
/* line 6, ../sass/modules/_modal.scss */
.ui-widget-overlay a {
  color: none;
}

/* line 11, ../sass/modules/_modal.scss */
.modal_content, .modal_content2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px;
  text-align: center;
}
/* line 15, ../sass/modules/_modal.scss */
.modal_content strong, .modal_content2 strong {
  color: #d50d18;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
/* line 20, ../sass/modules/_modal.scss */
.modal_content p, .modal_content2 p {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 24, ../sass/modules/_modal.scss */
.modal_content a, .modal_content2 a {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 30, ../sass/modules/_modal.scss */
.submit_report {
  display: block;
  background-color: rgba(213, 13, 24, 0.9);
  text-align: center;
}

/* line 3, ../sass/modules/_dialog-map.scss */
.gmap {
  width: 300px;
  height: 250px;
}
@media (min-width: 540px) {
  /* line 3, ../sass/modules/_dialog-map.scss */
  .gmap {
    width: 450px;
    height: 350px;
  }
}
@media (min-width: 768px) {
  /* line 3, ../sass/modules/_dialog-map.scss */
  .gmap {
    width: 600px;
    height: 500px;
  }
}

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

/* line 31, ../sass/layout/_crew.scss */
.social_buttons {
  margin-top: 30px;
  text-align: center;
}

/* line 44, ../sass/layout/_crew.scss */
.crew_header_menu {
  margin-top: 40px;
  overflow: hidden;
}
/* line 47, ../sass/layout/_crew.scss */
.crew_header_menu > div {
  padding: 7px 0;
  border-bottom: #fff solid 1px;
  font-size: 17px;
  font-size: 1.0625rem;
  background-color: #d4d4d4;
  text-align: center;
  -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 54, ../sass/layout/_crew.scss */
.crew_header_menu > div a {
  display: block;
  color: white;
}
/* line 57, ../sass/layout/_crew.scss */
.crew_header_menu > div a:hover {
  opacity: 1;
}
/* line 61, ../sass/layout/_crew.scss */
.crew_header_menu > div.select, .crew_header_menu > div:hover {
  background-color: #005194;
}
/* line 63, ../sass/layout/_crew.scss */
.crew_header_menu > div.select a, .crew_header_menu > div:hover a {
  color: white;
}

@media (min-width: 1000px) {
  /* line 72, ../sass/layout/_crew.scss */
  .crew_header_menu .col1 {
    width: 14.28571%;
    float: left;
  }
  /* line 75, ../sass/layout/_crew.scss */
  .crew_header_menu .col2 {
    width: 28.57143%;
    float: left;
  }
  /* line 78, ../sass/layout/_crew.scss */
  .crew_header_menu > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: #fff solid 1px;
  }
}
/* line 86, ../sass/layout/_crew.scss */
.body_container h2 {
  margin: 25px 0 10px;
  border-left: #005194 solid 5px;
  padding-left: 7px;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 94, ../sass/layout/_crew.scss */
.body_container .basic_profile a.sns {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #005194;
  text-align: center;
}
/* line 103, ../sass/layout/_crew.scss */
.body_container .basic_profile a.sns i {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 109, ../sass/layout/_crew.scss */
.body_container .site_url {
  margin-top: 10px;
  display: block;
}

/* line 116, ../sass/layout/_crew.scss */
.stats {
  min-height: 130px;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
}
/* line 121, ../sass/layout/_crew.scss */
.stats > div {
  text-align: center;
  height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 125, ../sass/layout/_crew.scss */
.stats > div .label {
  margin-bottom: 10px;
  color: #a1a1a1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
/* line 130, ../sass/layout/_crew.scss */
.stats > div .label > i {
  margin-right: 3px;
}
/* line 133, ../sass/layout/_crew.scss */
.stats > div .label > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 137, ../sass/layout/_crew.scss */
.stats > div .value {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 140, ../sass/layout/_crew.scss */
.stats > div #view_event_location {
  cursor: pointer;
  color: #005194;
}
/* line 144, ../sass/layout/_crew.scss */
.stats > div.num_total {
  height: 110px;
  position: relative;
}
/* line 147, ../sass/layout/_crew.scss */
.stats > div.num_total .data {
  margin: 0 auto;
  max-width: 240px;
}
/* line 150, ../sass/layout/_crew.scss */
.stats > div.num_total .data > * {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 153, ../sass/layout/_crew.scss */
.stats > div.num_total .data .value {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 10px;
}
/* line 156, ../sass/layout/_crew.scss */
.stats > div.num_total .data .value small {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 160, ../sass/layout/_crew.scss */
.stats > div.num_total .data #chart_canvas {
  width: 140px;
  height: 70px;
  margin-left: 10px;
}
/* line 164, ../sass/layout/_crew.scss */
.stats > div.num_total .data #chart_canvas svg {
  overflow: visible !important;
}
/* line 169, ../sass/layout/_crew.scss */
.stats > div.num_total .label {
  margin-bottom: 10px;
}
/* line 173, ../sass/layout/_crew.scss */
.stats > div.address {
  height: 110px;
  border-bottom: 1px solid #f0f0f0;
}
/* line 176, ../sass/layout/_crew.scss */
.stats > div.address .label {
  margin-bottom: 10px;
}
/* line 179, ../sass/layout/_crew.scss */
.stats > div.address #view_crew_location {
  color: #005194;
}
/* line 184, ../sass/layout/_crew.scss */
.stats > .num_events, .stats > .num_attendees {
  width: 50%;
  float: left;
}
/* line 187, ../sass/layout/_crew.scss */
.stats > .num_total, .stats > .address {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
/* line 194, ../sass/layout/_crew.scss */
.stats .num_events {
  border-right: 1px solid #f0f0f0;
}

@media (min-width: 540px) {
  /* line 202, ../sass/layout/_crew.scss */
  .body_container h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  /* line 205, ../sass/layout/_crew.scss */
  .body_container .site_url {
    margin-top: 0;
    display: inline;
  }

  /* line 213, ../sass/layout/_crew.scss */
  .stats > div .label {
    margin-bottom: 15px;
  }
  /* line 216, ../sass/layout/_crew.scss */
  .stats > div .value {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  /* line 219, ../sass/layout/_crew.scss */
  .stats > div.num_events, .stats > div.num_attendees, .stats > div.num_total, .stats > div.address {
    width: 50%;
    float: left;
  }
  /* line 222, ../sass/layout/_crew.scss */
  .stats > div.num_total, .stats > div.address {
    padding-top: 20px;
    border-bottom: 0;
  }
  /* line 227, ../sass/layout/_crew.scss */
  .stats > div.num_total .value {
    top: 60px;
    left: 80px;
  }
  /* line 231, ../sass/layout/_crew.scss */
  .stats > div.num_total .data {
    max-width: 100%;
  }
  /* line 235, ../sass/layout/_crew.scss */
  .stats > div.num_events, .stats > div.num_total {
    border-right: 1px solid #f0f0f0;
  }
}
@media (min-width: 1000px) {
  /* line 244, ../sass/layout/_crew.scss */
  .body_container {
    margin-top: 20px;
  }
  /* line 246, ../sass/layout/_crew.scss */
  .body_container h2 {
    margin: 20px 0 15px;
    border-left: #005194 solid 5px;
    padding-left: 7px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  /* line 252, ../sass/layout/_crew.scss */
  .body_container .basic_profile {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  /* line 12, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
  .body_container .basic_profile:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 256, ../sass/layout/_crew.scss */
  .body_container .basic_profile > .left {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 260, ../sass/layout/_crew.scss */
  .body_container .basic_profile > .right {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
  }

  /* line 269, ../sass/layout/_crew.scss */
  .stats > div {
    height: 100px;
  }
  /* line 270, ../sass/layout/_crew.scss */
  .stats > div .label {
    margin-bottom: 20px;
  }
  /* line 274, ../sass/layout/_crew.scss */
  .stats > div.num_events, .stats > div.num_attendees {
    width: 16.66667%;
    float: left;
  }
  /* line 277, ../sass/layout/_crew.scss */
  .stats > div.num_total, .stats > div.address {
    height: 100px;
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    width: 33.33333%;
    float: left;
  }
  /* line 285, ../sass/layout/_crew.scss */
  .stats > div.num_total .value {
    top: 50px;
    left: 80px;
  }
  /* line 290, ../sass/layout/_crew.scss */
  .stats > div.num_events, .stats > div.num_attendees, .stats > div.num_total {
    border-right: 1px solid #f0f0f0;
  }
}
/* line 298, ../sass/layout/_crew.scss */
.no-result {
  margin-top: 20px;
}

/* line 302, ../sass/layout/_crew.scss */
#crew_images {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 5px;
}
/* line 308, ../sass/layout/_crew.scss */
#crew_images .eyecatch {
  width: 100%;
  margin-top: 5px;
}
/* line 311, ../sass/layout/_crew.scss */
#crew_images .eyecatch > img {
  width: 100%;
  display: block;
}
/* line 316, ../sass/layout/_crew.scss */
#crew_images .profile {
  position: relative;
  left: 50%;
  top: 0;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}
/* line 25, ../sass/base/_mixin.scss */
#crew_images .profile > img {
  width: 100%;
}
/* line 325, ../sass/layout/_crew.scss */
#crew_images .profile > img {
  width: 100%;
}
/* line 329, ../sass/layout/_crew.scss */
#crew_images .btn_follow {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 332, ../sass/layout/_crew.scss */
#crew_images .btn_follow i {
  color: #d50d18;
}

/* line 337, ../sass/layout/_crew.scss */
#main_content {
  margin-top: 10px;
  overflow: visible;
}
/* line 340, ../sass/layout/_crew.scss */
#main_content h1.strong {
  padding-top: 20px;
  font-size: 26px;
  font-size: 1.625rem;
}

/* line 351, ../sass/layout/_crew.scss */
.gallery_item {
  margin-bottom: 20px;
  min-width: 240px;
  height: auto;
  padding-bottom: 10px;
}
/* line 356, ../sass/layout/_crew.scss */
.gallery_item.report_item {
  padding-bottom: 80px;
}

@media (min-width: 540px) {
  /* line 362, ../sass/layout/_crew.scss */
  #main_content h1.strong {
    font-size: 34px;
    font-size: 2.125rem;
  }

  /* line 367, ../sass/layout/_crew.scss */
  #crew_images .profile {
    margin-top: -38px;
    margin-left: -38px;
    width: 76px;
    height: 76px;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    overflow: hidden;
    background-color: #ccc;
  }
  /* line 25, ../sass/base/_mixin.scss */
  #crew_images .profile > img {
    width: 100%;
  }
  /* line 372, ../sass/layout/_crew.scss */
  #crew_images .btn_follow {
    margin-top: -20px;
    position: relative;
    right: 20px;
    left: auto;
    float: right;
  }

  /* line 381, ../sass/layout/_crew.scss */
  .gallery_item {
    min-height: 380px;
    width: 48.57143%;
    float: left;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  .gallery_item: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 */
  .gallery_item:nth-child(2n + 2) {
    margin-left: 51.42857%;
    margin-right: -100%;
    clear: none;
  }
  /* line 384, ../sass/layout/_crew.scss */
  .gallery_item.report_item {
    min-height: 320px;
  }
}
@media (min-width: 768px) {
  /* line 393, ../sass/layout/_crew.scss */
  .gallery_item {
    min-height: 380px;
  }
  /* line 395, ../sass/layout/_crew.scss */
  .gallery_item.report_item {
    min-height: 340px;
  }
}
@media (min-width: 1000px) {
  /* line 404, ../sass/layout/_crew.scss */
  #crew_images {
    margin: 5px auto 0;
    width: 1000px;
  }
  /* line 407, ../sass/layout/_crew.scss */
  #crew_images .profile {
    margin-top: -54px;
    margin-left: -54px;
    width: 108px;
    height: 108px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    overflow: hidden;
    background-color: #ccc;
  }
  /* line 25, ../sass/base/_mixin.scss */
  #crew_images .profile > img {
    width: 100%;
  }
  /* line 412, ../sass/layout/_crew.scss */
  #crew_images .btn_follow {
    right: 0;
    margin-top: -40px;
  }

  /* line 418, ../sass/layout/_crew.scss */
  .gallery_item {
    min-height: 350px;
    width: 31.42857%;
    float: left;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  .gallery_item:nth-child(3n + 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 */
  .gallery_item:nth-child(3n + 2) {
    margin-left: 34.28571%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/language/susy/_gallery.scss */
  .gallery_item:nth-child(3n + 3) {
    margin-left: 68.57143%;
    margin-right: -100%;
    clear: none;
  }
  /* line 421, ../sass/layout/_crew.scss */
  .gallery_item.report_item {
    min-height: 300px;
  }
}
/* line 428, ../sass/layout/_crew.scss */
.result_list {
  max-width: 785px;
  margin: 30px auto;
}

/* ブログ */
/* line 434, ../sass/layout/_crew.scss */
.articles {
  margin-top: 30px;
}
/* line 436, ../sass/layout/_crew.scss */
.articles li {
  width: 100%;
  max-width: 100%;
  display: block;
  vertical-align: top;
}
/* line 441, ../sass/layout/_crew.scss */
.articles li .img {
  margin-bottom: 10px;
}
/* line 443, ../sass/layout/_crew.scss */
.articles li .img .eyecatch {
  margin: 0 auto;
  width: 80%;
  display: block;
}
/* line 447, ../sass/layout/_crew.scss */
.articles li .img .eyecatch img {
  width: 100%;
  display: block;
}
/* line 453, ../sass/layout/_crew.scss */
.articles li .description {
  margin-bottom: 20px;
}
/* line 455, ../sass/layout/_crew.scss */
.articles li .description .date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b2b2b2;
}
/* line 459, ../sass/layout/_crew.scss */
.articles li .description .title {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #005194;
  padding-bottom: 5px;
}
/* line 465, ../sass/layout/_crew.scss */
.articles li .description .article {
  margin-top: 5px;
  word-wrap: break-word;
}
/* line 468, ../sass/layout/_crew.scss */
.articles li .description .article img {
  max-width: 100%;
}
/* line 472, ../sass/layout/_crew.scss */
.articles li .description .more {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #005194;
}

/* line 481, ../sass/layout/_crew.scss */
#article_img {
  margin: 30px auto 0;
  width: 100%;
}
/* line 484, ../sass/layout/_crew.scss */
#article_img img {
  width: 100%;
}

/* line 488, ../sass/layout/_crew.scss */
#blog {
  margin-top: 30px;
}
/* line 490, ../sass/layout/_crew.scss */
#blog .date {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #b2b2b2;
}
/* line 495, ../sass/layout/_crew.scss */
#blog .title {
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #005194;
}
/* line 500, ../sass/layout/_crew.scss */
#blog .article {
  margin-top: 10px;
  word-break: break-word;
  font-size: 14px;
  font-size: 0.875rem;
  color: #393939;
  line-height: 1.6;
}
/* line 505, ../sass/layout/_crew.scss */
#blog .article h1 {
  text-align: left;
}
/* line 508, ../sass/layout/_crew.scss */
#blog .article strong {
  font-weight: bold;
}
/* line 511, ../sass/layout/_crew.scss */
#blog .article em {
  font-style: italic;
}
/* line 514, ../sass/layout/_crew.scss */
#blog .article blockquote {
  margin: 15px 40px;
  border-left: 5px #CCCCCC solid;
  padding-left: 20px;
}
/* line 519, ../sass/layout/_crew.scss */
#blog .article img {
  max-width: 100%;
}
/* line 525, ../sass/layout/_crew.scss */
#blog .blog_pager {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}
/* line 529, ../sass/layout/_crew.scss */
#blog .blog_pager div {
  width: 33%;
  height: 40px;
}
/* line 532, ../sass/layout/_crew.scss */
#blog .blog_pager div.prev, #blog .blog_pager div.center {
  float: left;
}
/* line 535, ../sass/layout/_crew.scss */
#blog .blog_pager div.next {
  float: right;
  text-align: right;
}
/* line 539, ../sass/layout/_crew.scss */
#blog .blog_pager div.center {
  width: 34%;
  text-align: center;
}
/* line 543, ../sass/layout/_crew.scss */
#blog .blog_pager div a {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #005194;
  padding-bottom: 5px;
  border-bottom: 2px solid #e0e0e0;
}

@media (min-width: 540px) {
  /* line 555, ../sass/layout/_crew.scss */
  .articles {
    margin: 30px auto 0;
    max-width: 860px;
  }
  /* line 558, ../sass/layout/_crew.scss */
  .articles li {
    padding-bottom: 20px;
    overflow: hidden;
  }
  /* line 561, ../sass/layout/_crew.scss */
  .articles li .img {
    margin-bottom: 20px;
    width: 25%;
    float: left;
  }
  /* line 565, ../sass/layout/_crew.scss */
  .articles li .img .eyecatch {
    width: 100%;
    display: block;
  }
  /* line 568, ../sass/layout/_crew.scss */
  .articles li .img .eyecatch img {
    display: block;
  }
  /* line 573, ../sass/layout/_crew.scss */
  .articles li .description {
    width: 75%;
    float: right;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
  }
  /* line 579, ../sass/layout/_crew.scss */
  .articles li .description .title {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* line 585, ../sass/layout/_crew.scss */
  #article_img {
    max-width: 800px;
  }

  /* line 589, ../sass/layout/_crew.scss */
  #blog .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* line 592, ../sass/layout/_crew.scss */
  #blog .article {
    margin-top: 15px;
  }
}
@media (min-width: 1000px) {
  /* line 598, ../sass/layout/_crew.scss */
  table.articles {
    margin: 30px auto;
    max-width: 860px;
  }

  /* line 602, ../sass/layout/_crew.scss */
  #article_img {
    width: 600px;
  }

  /* line 605, ../sass/layout/_crew.scss */
  #blog {
    margin: 30px auto 0;
    width: 600px;
  }
}
/* line 612, ../sass/layout/_crew.scss */
div#blog_other .center {
  text-align: center;
  margin: 20px;
}
/* line 615, ../sass/layout/_crew.scss */
div#blog_other .center h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #393939;
}
/* line 620, ../sass/layout/_crew.scss */
div#blog_other .center span.anchor {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #005194;
}
/* line 625, ../sass/layout/_crew.scss */
div#blog_other .error {
  color: #FF0000;
}

/* line 630, ../sass/layout/_crew.scss */
.violation {
  margin: 40px 0;
}
