@charset "UTF-8";
/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
/* TEMPLATE High Resolution parts end*/
/*===================================================
index
===================================================*/
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
.underline-center {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.underline-center::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.underline-center:hover::after {
  width: 100%;
}
.underline-left {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.underline-left::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  transition: .3s;
}
.underline-left:hover::after {
  width: 100%;
}
.bgcolor-bottom {
  text-decoration: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.bgcolor-bottom::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.bgcolor-bottom:hover::after {
  bottom: 0;
}
main {
  margin-top: 30px;
}
main .key-sub .page-title {
  color: #fff;
}
main .article-inner {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
main .article-content {
  padding: 60px 20px;
}
main .article-content .article-title {
  font-size: 2.5rem;
  line-height: 1.2em;
  margin: 0 0 20px;
}
main .article-content .article-title::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  margin: 20px auto 0;
  background: -moz-linear-gradient(#00d4f2, #0054ca);
  background: -webkit-gradient(linear, left top, right top, from(#00d4f2), to(#0054ca));
}
main .article-content .day {
  margin: 0 0 30px;
}
main .article-content .big-pic {
  width: 100%;
  margin: 0 0 30px;
}
main .article-content .big-pic img {
  width: 100%;
}
main .article-content .text-area {
  margin: 0 0 20px;
  text-align: justify;
}
main .article-content .text-link {
  color: #0094de;
  position: relative;
  display: inline-block;
  transition: .3s;
}
main .article-content .text-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
main .article-content .text-link:hover::after {
  width: 100%;
}
main .article-content .text-link:hover::after {
  background: #0094de;
}
main .article-pager-container .section-inner {
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
main .article-pager-container .section-inner .back-article,
main .article-pager-container .section-inner .next-article,
main .article-pager-container .section-inner .article-list {
  color: #000;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
main .article-pager-container .section-inner .back-article:hover,
main .article-pager-container .section-inner .next-article:hover,
main .article-pager-container .section-inner .article-list:hover {
  color: #0094de;
}
main .article-pager-container .section-inner .back-article,main .article-pager-container .section-inner .back-article.blank {
  float: left;
}
main .article-pager-container .section-inner .next-article,
main .article-pager-container .section-inner .next-article.blank {
  float: right;
}

main .article-pager-container .section-inner .back-article.blank,
main .article-pager-container .section-inner .next-article.blank{
	display:block;
	width:92px;
	height:23px;
	margin:0;
	padding:0;
}
