@charset "UTF-8";
/* //////////////////////////////////////
- NEWS&INFORMATION 詳細
////////////////////////////////////// */
.single {
  font-family: "Arial", 'メイリオ', sans-serif;
  background-color: #F0F0F0;
  padding: 10px 0 80px;
  position: relative;
  z-index: 1;
}

.single .breadcrumbs {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 960px;
  width: calc(100%);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .single .breadcrumbs {
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 5px;
  }
}

.single .breadcrumbs li::after {
  content: "＞";
  display: inline-block;
  margin: 0 10px;
}

.single .breadcrumbs li:last-child::after {
  display: none;
}

.single .breadcrumbs a {
  color: #585F64;
}

.single .info_top {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  text-align: center;
  margin: 40px auto 50px;
}

.single .info_top a {
  color: #585F64;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .single .info_top {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.single .single_date {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .single .single_date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.single h1.single_title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .single h1.single_title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.single h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .single h1 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.single h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .single h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.single h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .single h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.single h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .single h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.single .icon_title {
  border-left: 5px solid #F39939;
  padding-left: 15px;
}

.single p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .single p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.single a {
  color: #F39939;
  text-decoration: underline;
}

.single a.link_btn {
  border: 2px solid #F39939;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  padding: 10px 50px 10px 20px;
  position: relative;
}

.single a.link_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: inline-block;
  background-image: url(../img/news/ico_window.png);
  width: 21px;
  height: 21px;
  margin: auto;
}

.single p img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .single p img {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin: auto;
  }
}

.single img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
  width: auto;
  max-width: 47%;
}

@media screen and (max-width: 768px) {
  .single img.alignleft {
    float: none;
    width: calc(100%);
    max-width: none;
    margin: 10px 0 20px;
  }
}

.single img.alignright {
  float: right;
  margin: 10px 0 20px 20px;
  width: auto;
  max-width: 47%;
}

@media screen and (max-width: 768px) {
  .single img.alignright {
    float: none;
    width: calc(100%);
    max-width: none;
    margin: 10px 0 20px;
  }
}

.single strong {
  font-weight: bold;
}

.single ul {
  margin-bottom: 20px;
  line-height: 2;
  clear: both;
}

.single .list_square li {
  position: relative;
  padding-left: 1em;
}

.single .list_square li::before {
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #f39939;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.single .tohoint_photo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .single .tohoint_photo_block {
    margin: 0 auto 10px;
  }
}

.single .tohoint_phimg {
  width: 32%;
  margin: 0 2% 10px 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .single .tohoint_phimg {
    width: calc(100%);
    margin: 0 0 20px;
  }
}

.single .tohoint_phimg img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.single .tohoint_phimg:nth-child(3n) {
  margin: 0 0 10px 0;
}

.single .tohoint_cap {
  line-height: 1.8;
}

.single ol {
  margin-bottom: 20px;
  line-height: 2;
  clear: both;
}

.single ol li {
  list-style-type: decimal;
}

.single dl {
  background-color: rgba(243, 153, 57, 0.1);
  border: 1px solid rgba(243, 153, 57, 0.3);
  line-height: 2;
  padding: 20px;
  margin-bottom: 20px;
  clear: both;
}

.single dt {
  color: #F39939;
}

.single dd {
  color: #585F64;
}

.single dl.column_area {
  background-color: rgba(243, 153, 57, 0.1);
  border: 1px solid rgba(243, 153, 57, 0.3);
}

.single table {
  width: 100%;
  margin-bottom: 20px;
  clear: both;
}

.single th {
  border: 1px solid #585F64;
  background-color: #F0F0F0;
  line-height: 1.8;
  padding: 20px;
}

.single td {
  border: 1px solid #585F64;
  line-height: 1.8;
  padding: 20px;
}

.single table.table_std th,
.single table.table_std td {
  text-align: center;
  vertical-align: middle;
}

.single table.table_std th p:last-child,
.single table.table_std td p:last-child {
  margin-bottom: 0;
}

.single .tohoint_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin: 0 auto 30px;
  border: 2px solid #F39939;
  padding: 20px;
}

.single .tohoint_inner .tohoint_imgbox {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .single .tohoint_inner .tohoint_imgbox {
    width: 100%;
  }
}

.single .tohoint_inner .tohoint_imgbox img {
  width: 100%;
}

.single .tohoint_inner .tohoint_profbox {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .single .tohoint_inner .tohoint_profbox {
    width: 100%;
  }
}

.single .tohoint_inner .tohoint_profbox p {
  margin-bottom: 0;
}

.single .tohoint_inner .tohoint_profbox .tohoint_name {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.3em;
}

.single .tohoint_inner .tohoint_profbox .tohoint_name span {
  font-size: 14px;
  font-size: 0.875rem;
}

.single .tohoint_inner .tohoint_profbox .tohoint_cat {
  font-size: 14px;
  font-size: 0.875rem;
  color: #F39939;
  margin-bottom: 10px;
}

.single .tohoint_inner .tohoint_profbox .tohoint_prof {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 0 25px;
}

.single .single::after,
.single p:last-child:after,
.single ul:last-child::after,
.single ol:last-child::after {
  content: "";
  display: block;
  clear: both;
}

.sect_singlepage {
  background-color: #ffffff;
  padding: 40px 50px;
  max-width: 960px;
  width: calc(100%);
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {
  .sect_singlepage {
    font-size: 14px;
    font-size: 0.875rem;
    width: calc(100% - 30px);
    padding: 20px 20px;
  }
}

.news_single_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 960px;
  width: calc(100%);
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  .news_single_pager {
    font-size: 12px;
    font-size: 0.75rem;
    width: calc(100% - 30px);
  }
}

.news_single_pager a {
  color: #585F64;
  text-decoration: underline;
}

.news_single_pager li:last-child {
  margin: 0 0 0 auto;
}

/* //////////////////////////////////////
- IE対策
////////////////////////////////////// */
@media all and (-ms-high-contrast: none) {
  .sec_cooperation ol:nth-of-type(1) li .entrance {
    height: 116px;
  }
}

/*# sourceMappingURL=maps/single.css.map */
