@charset "UTF-8";
body {
  position: relative;
  font-family: Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',Verdana,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #222;
}

a, a:link {
  text-decoration: none;
}

a img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

h1, h2 {
  color: #339CDC;
}

h3, h4, h5, h6 {
  color: #339CDC;
}

.site-header {
  padding: 1rem 0;
  text-align: center;
}

.site-header h1 {
  margin: 0;
  line-height: 1;
}

.site-header h1 .site-header__logo {
  width: 100px;
  height: auto;
}

.site-header .site-description {
  display: none;
  margin: 0;
  padding: 2rem 0 0;
  font-size: .75rem;
}

.page-body {
  background: url(../images/bg_main.jpg);
}

.page-body .acms-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-navi {
  background-color: rgba(255, 255, 255, 0.9);
}

.site-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-navi ul.site-navi__global {
  border-top: 1px dashed #ccc;
  font-family: "ナウ-GM","NOW-GM",sans-serif;
}

.site-navi ul.site-navi__global li {
  background: url(../images/round-navigate_next.svg) no-repeat 95% 50%;
}

.site-navi ul.site-navi__global li a {
  display: block;
  padding: 1rem 1rem 0.75rem 1.5rem;
  border-bottom: 1px dashed #ccc;
  border-left: 4px solid #0094d7;
  color: #222;
}

.site-navi ul.site-navi__global li a:hover {
  background: rgba(0, 148, 215, 0.1);
}

.site-navi ul.site-navi__global li a span {
  display: block;
  font-family: 'Amaranth', sans-serif;
  font-size: .75rem;
  font-style: italic;
  color: #0094d7;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-navi ul.site-navi__sub {
  padding: 0.5rem 0 0 1rem;
  font-size: .875rem;
}

.site-navi ul.site-navi__sub li a {
  display: block;
  padding: 0.125rem 0 0.125rem 1.5rem;
  background: url(../images/round-arrow_right.svg) no-repeat 0 50%;
}

.service-application {
  padding: 1rem 1.5rem;
}

.service-application .btn-primary {
  display: block;
  padding: 1rem;
  background-color: #0094d7;
  box-shadow: 0 0.5rem 0 #004da0;
  border-radius: .25rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 2px 3px #666;
}

.service-application .btn-primary:hover {
  background: rgba(0, 148, 215, 0.9);
}

.page-btn,
.page-btn-close {
  padding: 1rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.page-btn img,
.page-btn-close img {
  width: 2rem;
}

.page-btn-close {
  display: none;
}

.open .page-btn {
  display: none;
}

.open .page-btn-close {
  display: block;
}

.body-end {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .body-end {
    display: block;
  }
}

body {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.site-header {
  grid-column: 1;
  grid-row: 1;
}

.page-body {
  grid-column: 1;
  grid-row: 2;
}

.site-navi {
  display: none;
  grid-column: 1;
  grid-row: 2;
  z-index: 100;
}

.open .site-navi {
  display: block;
}

.page-btn,
.page-btn-close {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: center;
}

.site-footer {
  grid-column: 1;
  grid-row: 3;
  text-align: center;
  font-size: .75rem;
}

@media (min-width: 1024px) {
  body {
    grid-template-columns: 260px 1fr;
  }
  .site-header {
    padding: 2rem 0 1rem;
  }
  .site-header h1 .site-header__logo {
    width: 200px;
    height: auto;
  }
  .site-header .site-description {
    display: block;
  }
  .page-body {
    grid-column: 2;
    grid-row: 1 / -1;
  }
  .site-navi {
    display: block;
  }
  .site-footer {
    padding: 2rem 0;
  }
  .page-btn, .page-btn-close {
    display: none;
  }
}

.consultant {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border-top: 2px solid #0094d7;
}

.consultant h3.module-heading {
  margin: 0;
  padding: 0 0 0.5rem 1rem;
  font-size: 1.5rem;
}

.consultant P {
  margin: 0;
  padding: 0 0 0.5rem 1rem;
}

.consultant .user-profile {
  text-align: center;
}

.consultant .user-profile .user-image img {
  margin: 1rem auto;
  border-radius: 50%;
}

.consultant .user-profile .user-body {
  font-size: .875rem;
}

.consultant .user-profile .user-body h2.user-name {
  margin: 0;
}

.notice {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border-top: 2px solid #0094d7;
  font-size: .875rem;
}

.notice h3.module-heading {
  margin: 0;
  padding: 0 0 0 0.5rem;
  font-size: 1.5rem;
}

.notice p.lead {
  margin: 0;
  padding: 0 0 0.75rem;
  font-size: .875rem;
}

.topics-header {
  padding-left: .75rem;
  border-left: 2px solid #0094d7;
}

.topics-header h3.module-heading {
  margin-bottom: 0;
  color: #222;
  font-size: 1.5rem;
}

.topics-header p.lead {
  margin: 0;
  padding: 0 0 0.75rem;
  font-size: .875rem;
}

.topics {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #fff;
  border: 2px solid #0094d7;
}

.topics.yamaten {
  background: #fff url(../images/bg-yamaten.png)no-repeat 96% -10% ;
 background-size: 25%;
 background-position: right 3%  bottom 90%;
}

.topics .y-tenshoku h4 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.topics .y-tenshoku h4 span {
  display: block;
  font-size: .875rem;
}

.topics .y-tenshoku h4 a {
  color: #0094d7;
}

.topics .y-tenshoku p {
  margin: 0;
  font-family: "ナウ-GM","NOW-GM",sans-serif;
}

.topics .topics-item {
  text-align: center;
}

.topics .topics-item img {
  width: 500px;
  height: auto;
  margin: 0 auto;
}

.topics .topics-item p {
  margin-bottom: 0;
  font-family: "ナウ-GM","NOW-GM",sans-serif;
}

.page-footer {
  margin-top: 2rem;
  padding: 1rem 0 2rem;
  border-top: 1px dashed #0094d7;
}

.page-footer h4 {
  margin: 0;
  font-size: 1.25rem;
}

.page-footer p {
  margin: 0;
}

.twitter {
  height: 500px;
  overflow: hidden;
}

.article-index {
  width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

.article-index .article {
  padding: 1rem 2rem;
  background-color: #fff;
}

.article-tile .article-tile__header {
  padding: 1rem 0;
}

.article-tile .article-tile__header h1.article-tile__title {
  margin: 0;
  padding-left: 1rem;
  border-left: .5rem solid #004da0;
  color: #222;
  line-height: 1;
}

.article-tile .article-tile__header h1.article-tile__title span {
  display: block;
  padding: 0 0 0.5rem 2px;
  font-family: 'Amaranth', sans-serif;
  font-size: .875rem;
  font-style: italic;
  color: rgba(0, 148, 215, 0.5);
  letter-spacing: 1px;
  text-transform: capitalize;
}

.article-tile .article-tile__body {
  font-size: .875rem;
}

.article-tile__social {
  display: flex;
  justify-content: center;
}
.article-tile__shareBtn {
  margin: 0.5rem;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.select-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.select-list .select-item {
  width: 15%;
  margin: .5rem 0;
  padding: 1rem;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: .25rem;
}

.select-list .mendan-date {
  font-size: 1.5rem;
}

.serial-navi {
  margin: 2rem 0;
}

.serial-navi__wrap {
  display: flex;
  justify-content: space-between;
}

.index-header__figure {
  margin-bottom: 1rem;
}

.tag-filter,
.tag-cloud {
  margin: 1rem 0;
  padding: 0.75rem 1rem 0.5rem;
  background: #fff;
}

.tag-cloud p {
  margin: 0;
  font-weight: bold;
}

.tag-filter p {
  margin: .5rem 0;
  font-size: .875rem;
}

.tag-cloud .acms-list-inline {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .select-list .select-item {
    width: 18%;
  }
}

@media screen and (max-width: 600px) {
  .select-list .select-item {
    width: 25%;
  }
}

@media screen and (max-width: 414px) {
  .select-list .select-item {
    width: 38%;
  }
}

@media screen and (max-width: 999px) {
  .article-index {
    width: 100%;
    margin: 0;
  }
}

.summary-tile {
  position: relative;
  margin-bottom: 10px;
  background-color: #fff;
}

.summary-tile::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.summary-tile .summary-tile__pickup {
  /*
		height: 450px;
		overflow: hidden;
*/
}

.summary-tile .summary-tile__pickup img {
  margin: 0 auto;
}

.summary-tile .summary-tile__new {
  height: 220px;
  overflow: hidden;
}

.summary-tile .summary-tile__index {
  height: 160px;
  overflow: hidden;
}

.summary-tile .summary-tile__index img {
  height: 160px;
  width: auto;
}

.summary-tile .summary-tile__caption {
  background-color: rgba(0, 0, 0, 0.6);
  /*
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1;
*/
}

.summary-tile .summary-tile__caption .summary-tile__title {
  margin: 0;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
}

.summary-tile .summary-tile__caption .summary-tile__title a {
  color: #fff;
}

.table-container .acms-admin-table th {
  width: 10rem;
  white-space: nowrap;
  font-size: .875rem;
  background-color: rgba(0, 148, 215, 0.1);
  vertical-align: middle;
}

.table-container .acms-admin-table th label {
  margin-right: .25rem;
}

.form-submit-btn {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}

.form-submit-btn input.acms-btn {
  margin: 0 0.5rem;
}

.acms-admin-text-error {
  margin: 0;
  padding-top: .5rem;
  font-size: .875rem;
}

@media screen and (max-width: 599px) {
  .table-container .acms-admin-table th {
    display: block;
    width: 100%;
  }
  .table-container .acms-admin-table td {
    display: block;
    width: 100%;
  }
}

.btn-flat-vertical-border {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 4px #025BAD;
  color: #025BAD;
  background: #e1f3ff;
  transition: .4s;
  width: 180px;
}

.btn-flat-vertical-border:hover {
  background: #025BAD;
  color: #FFF;
}

.btn-flat-vertical-borderb {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
  border: solid 4px #339CDC;
  color: #2792c3;
  background: #e1f3ff;
  transition: .4s;
  width: 180px;
}

.btn-flat-vertical-borderb:hover {
  background: #339CDC;
  color: #FFF;
}

.marker_line40 {
  background: linear-gradient(transparent 40%, #ffff00 0%);
}
