@charset "UTF-8";
img {
  max-width: 100%;
  vertical-align: bottom; }

body {
  margin: 0;
  padding: 0;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word;
  background: #b6e040;
  background-image: url("/dir/itakudoujin/img/comitia_bg.png");
  background-repeat: repeat; }

h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
  font-feature-settings: "palt"; }

.global_head {
  margin: 0 0 0 0; }

.wrap {
  background: url("/dir/itakudoujin/img/topBannerGreen.gif") repeat-x;
  text-align: center; }

.local_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 20px;
  padding: 45px 0 0 0;
  max-width: 1200px; }
  @media only screen and (max-width: 768px) {
    .local_nav {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .local_nav {
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      align-content: flex-start; } }
  @media only screen and (max-width: 768px) {
    .local_nav .local_logo {
      width: 100%;
      margin: 0 0 5px 0;
      text-align: center; } }
  @media only screen and (min-width: 769px) {
    .local_nav .local_logo {
      width: 350px; } }
  @media only screen and (max-width: 768px) {
    .local_nav .local_guide {
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .local_nav .local_guide {
      width: calc(100% - 370px); } }
  .local_nav .local_guide ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
    .local_nav .local_guide ul li {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      align-content: center;
      background-color: #00b75a; }
      @media only screen and (min-width: 769px) {
        .local_nav .local_guide ul li {
          height: 48px; } }
      .local_nav .local_guide ul li:nth-of-type(1) {
        width: 20%; }
      .local_nav .local_guide ul li:nth-of-type(2) {
        width: 20%; }
      .local_nav .local_guide ul li:nth-of-type(3) {
        width: 23%; }
      .local_nav .local_guide ul li:nth-of-type(4) {
        width: 36%;
        letter-spacing: -1px; }
    .local_nav .local_guide ul a {
      display: block;
      width: 100%;
      color: #fff;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff;
      font-size: 18px;
      font-weight: bold;
      line-height: 100%;
      padding: 5px 0 4px;
      font-feature-settings: "palt";
      text-decoration: none; }

@media only screen and (min-width: 769px) {
  .kiji_container {
    max-width: 1200px;
    margin: 0 auto; } }

.kiji {
  margin-bottom: 25px;
  background: #fff;
  border: #f1f1f1 solid 1px;
  padding: 15px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .kiji {
      width: 91%; } }
  @media only screen and (min-width: 769px) {
    .kiji {
      width: 100%; } }
  .kiji .senbai {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }
    @media only screen and (min-width: 769px) {
      .kiji .senbai img {
        width: 80px;
        height: auto; } }

.content_head {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  border-bottom: 2px dotted #ccc; }
  @media only screen and (max-width: 768px) {
    .content_head {
      max-width: 640px; } }
  @media only screen and (min-width: 769px) {
    .content_head {
      max-width: 1200px; } }
  .content_head h1 {
    font-size: 18px;
    font-feature-settings: "palt"; }

.content {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .content {
      order: 4;
      max-width: 640px;
      padding: 10px 5px 0; } }
  @media only screen and (min-width: 769px) {
    .content {
      max-width: 1200px;
      padding: 10px 10px 0; } }

.content_foot {
  width: 100%;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .content_foot {
      max-width: 640px; } }
  @media only screen and (min-width: 769px) {
    .content_foot {
      max-width: 1200px; } }

.post_layout2 {
  display: flex; }
  @media only screen and (max-width: 768px) {
    .post_layout2 {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 {
      justify-content: space-between; } }
  .post_layout2 h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 10px 10px 8px 10px;
    background-color: #ffdbee; }
  .post_layout2 h3 {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 6px 0 5px 10px;
    background-color: #edeada; }
  .post_layout2 h4 {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 7px 0 6px 10px;
    background-color: #eee; }
  @media only screen and (max-width: 768px) {
    .post_layout2 .img {
      width: 100%;
      text-align: center;
      margin: 0 0 15px 0; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 .img {
      box-sizing: border-box;
      width: 250px;
      margin-right: 30px; } }
  .post_layout2 .img .pic_for {
    margin: 0;
    text-align: center; }
    .post_layout2 .img .pic_for .box {
      text-align: center;
      margin: auto; }
    .post_layout2 .img .pic_for img {
      width: auto;
      max-width: 100%;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .post_layout2 .img .pic_for img {
          text-align: center;
          max-height: 360px; } }
  @media only screen and (max-width: 768px) {
    .post_layout2 .post_item {
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 .post_item {
      width: 100%;
      display: flex; } }
  .post_layout2 .post_item p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 20px; }
  @media only screen and (max-width: 768px) {
    .post_layout2 .post_item .post_item_basic {
      margin: 0 0 20px 0; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 .post_item .post_item_basic {
      width: 90%;
      margin-right: 30px; } }
  .post_layout2 .post_item .post_item_basic table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; }
  .post_layout2 .post_item .post_item_basic tr {
    width: 100%; }
    @media only screen and (min-width: 769px) {
      .post_layout2 .post_item .post_item_basic tr {
        display: flex; } }
  .post_layout2 .post_item .post_item_basic th {
    padding: 8px 0 7px 0;
    text-align: center;
    border-bottom: 1px dotted #ccc;
    font-weight: normal; }
    @media only screen and (min-width: 769px) {
      .post_layout2 .post_item .post_item_basic th {
        width: 40%; } }
  .post_layout2 .post_item .post_item_basic td {
    padding: 8px 0 7px 0;
    border-bottom: 1px dotted #ccc;
    font-weight: normal; }
    @media only screen and (min-width: 769px) {
      .post_layout2 .post_item .post_item_basic td {
        width: 60%; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 .post_item .post_item_ec {
      width: 100%; } }
  .post_layout2 .post_item .post_item_ec .post_item_ec_link {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .post_layout2 .post_item .post_item_ec .post_item_ec_link {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        align-content: flex-start; } }
    @media only screen and (min-width: 769px) {
      .post_layout2 .post_item .post_item_ec .post_item_ec_link {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column; } }
    .post_layout2 .post_item .post_item_ec .post_item_ec_link li {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .post_layout2 .post_item .post_item_ec .post_item_ec_link li {
          width: 49%;
          margin: 0; } }
      @media only screen and (min-width: 769px) {
        .post_layout2 .post_item .post_item_ec .post_item_ec_link li {
          width: 100%;
          margin: 0 0 7px; }
          .post_layout2 .post_item .post_item_ec .post_item_ec_link li:last-child {
            margin: 0; } }
      .post_layout2 .post_item .post_item_ec .post_item_ec_link li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box;
        font-feature-settings: "palt"; }
        @media only screen and (max-width: 768px) {
          .post_layout2 .post_item .post_item_ec .post_item_ec_link li a {
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: center;
            align-items: center;
            -webkit-align-content: center;
            align-content: center;
            height: 80px;
            padding: 0 20px; } }
        @media only screen and (min-width: 769px) {
          .post_layout2 .post_item .post_item_ec .post_item_ec_link li a {
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-align-content: center;
            align-content: center;
            height: 60px;
            padding: 0 20px; } }
      .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(1) a {
        background-color: #1c65a0;
        color: #fff; }
        .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(1) a:hover {
          background-color: #294b68; }
      .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(2) a {
        background-color: #94aaa6;
        color: #fff; }
        .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(2) a:hover {
          background-color: #778482; }
    .post_layout2 .post_item .post_item_ec .post_item_ec_link strong {
      font-size: 17px; }
    .post_layout2 .post_item .post_item_ec .post_item_ec_link span {
      font-size: 15px; }
      @media only screen and (min-width: 769px) {
        .post_layout2 .post_item .post_item_ec .post_item_ec_link span {
          margin-left: 9px; } }

.contact {
  background-color: #e9efe8;
  padding: 20px; }
  .contact h4 {
    background-color: #666;
    color: #fff;
    padding: 6px 5px 6px 10px;
    margin: 0 0 15px 0; }
  .contact p {
    margin: 0 0 0 8px; }

.sns_link {
  margin: 20px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center; }
  .sns_link li {
    margin: 0 10px;
    height: 30px; }
  .sns_link span {
    vertical-align: top !important; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin: 20px 0 20px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #ccc;
  list-style: none;
  overflow: hidden; }
  .breadcrumb li {
    margin: 0 10px 0 2px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 360px;
    color: #fff; }
    .breadcrumb li:before {
      content: "";
      display: inline-block;
      border: 5px solid transparent;
      border-left-color: #a3b7b6;
      position: absolute;
      bottom: 7px;
      left: 0px; }

.clearfix {
  display: block; }
  .clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden; }
