@charset "utf-8";

/* H1
---------------------------------------- */

@media screen and (min-width: 768px) {
  .contents h1 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .contents h1 {
    margin-bottom: 80px;
  }
}
.contents h1 {
  margin-top: 0;
}
.contents h1 span {
  display: block;
}

/* H1
---------------------------------------- */

.contents h1 .ttl {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.65em;
  text-indent: 0.65em;
  padding-top: 80px;
}
.contents h1 .sub-ttl {
  font-weight: 500;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
}
@media screen and (min-width: 768px) {
  .contents h1 {
    margin-bottom: 240px;
  }
  .contents h1 .ttl {
    font-size: 46px;
  }
  .contents h1 .sub-ttl {
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contents h1 {
    margin-bottom: 100px;
  }
  .contents h1 .ttl {
    font-size: 3.7rem;
  }
  .contents h1 .sub-ttl {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .contents h1 .ttl {
    font-size: 3rem;
  }
}

/* canvas
---------------------------------------- */

aside,
.canvas,
#particle-canvas,
.contents-block {
  z-index: 23 !important;
}
aside,
.contents-block {
  position: relative;
}

/* contents-block
---------------------------------------- */

@media screen and (min-width: 768px) {
  .contents-block {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .contents-block {
    margin: 0 25px;
  }
}
@media screen and (min-width: 1080px) {
  .contents-block {
    width: 1000px;
  }
  .contents-block:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
}


/* news-detail

 .contents
---------------------------------------- */
#news_detail,
#news_detail .contents,
#news_detail .contents .contents-block {
margin-bottom:0;
}

@media screen and (min-width: 768px) {
  #news_detail .contents {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  #news_detail .contents {
    padding-top: 80px;
  }
}

#news_detail .contents {
  position: relative;
}
/* news-item
---------------------------------------- */

.contents .news-item {}
.contents .news-item > ul {}
.contents .news-item > ul > li {
  border-bottom: #e5e5e5 solid 1px;
  text-align: left;
}
.contents .news-item > ul > li > a {
  display: -webkit-flex;
  display: flex;
  text-decoration: none;
}
.contents .news-item > ul > li .box {
  -webkit-flex: 1;
  flex: 1;
}
.contents .news-item > ul > li .box .head {}
.contents .news-item > ul > li .box .head .date {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #000;
}
.contents .news-item > ul > li .box .head .tag {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.contents .news-item > ul > li .box .txt {
  line-height: 1.65em;
}
@media screen and (min-width: 768px) {
  .contents .news-item {
    width: 720px;
  }
  .contents .news-item > ul {}
  .contents .news-item > ul > li {
    padding: 40px 0;
  }
  .contents .news-item > ul > li:first-child {
    padding-top: 0;
  }
  .contents .news-item > ul > li figure {
    width: 320px;
    height: 220px;
    overflow-y: hidden;
    margin-right: 40px;
  }
  .contents .news-item > ul > li figure img {
    width: 320px;
    height: auto;
  }
  .contents .news-item > ul > li .box .head .date {
    font-size: 16px;
    margin-right: 16px;
  }
  .contents .news-item > ul > li .box .head .tag {
    width: 100px;
    padding: 4px 0;
    font-size: 16px;
  }
  .contents .news-item > ul > li .box .txt {
    margin-top: 20px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  .contents .news-item > ul > li > a:hover .box .txt {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .contents .news-item {
    margin-bottom: 40px;
  }
  .contents .news-item > ul {}
  .contents .news-item > ul > li {
    padding: 25px 0;
  }
  .contents .news-item > ul > li:first-child {
    padding-top: 0;
  }
  .contents .news-item > ul > li figure {
    width: 200px;
    height: 137.6px;
    overflow-y: hidden;
    margin-right: 15px;
  }
  .contents .news-item > ul > li figure img {
    width: 100%;
    height: auto;
  }
  .contents .news-item > ul > li .box {}
  .contents .news-item > ul > li .box .head .date {
    font-size: 1.8rem;
    margin-right: 6px;
  }
  .contents .news-item > ul > li .box .head .tag {
    padding: 4px 6px;
    font-size: 1.8rem;
  }
  .contents .news-item > ul > li .box .txt {
    margin-top: 10px;
    font-size: 2.25rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 600px) {
  .contents .news-item > ul > li .box .txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .contents .news-item > ul > li .box .head .date {
    font-size: 1.6rem;
  }
  .contents .news-item > ul > li .box .head .tag{
    font-size: 1.6rem;
  }
  .contents .news-item > ul > li .box .txt {
    font-size: 1.8rem;
  }
  .contents .news-item > ul > li > a{
    flex-direction: column;
  }
  .contents .news-item > ul > li figure{
    width: 100%;
    height: 250px;
    margin-right: 0;
  }
  .contents .news-item > ul > li .box{
    margin-top: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .contents .news-item {
    width: 700px;
    float: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .contents .news-item {
    margin-bottom: 60px;
  }
}

/* pager
---------------------------------------- */

.contents .news-item .pager {
  display: -webkit-flex;
  display: flex;
}
.contents .news-item .pager p {}
.contents .news-item .pager .arror-prev {}
.contents .news-item .pager .arror-next {}
.contents .news-item .pager .arror-prev img,
.contents .news-item .pager .arror-next img {
  max-width: 100%;
  opacity: 0.2;
}
.contents .news-item .pager .arror-prev a img,
.contents .news-item .pager .arror-next a img {
  opacity: 1.0;
}
.contents .news-item .pager .display {
  -webkit-flex: 1;
  flex: 1;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.contents .news-item .pager .display > span {
  margin: 0 1em;
}
.contents .news-item .pager .arror-prev a,
.contents .news-item .pager .arror-next a {
    text-decoration: none;
	display: inline-block;
	transform: scale(3.7,2);
}

@media screen and (min-width: 768px) {
  .contents .news-item .pager {
    padding: 50px 0;
  }
  .contents .news-item .pager .arror-prev {
    width: 29px;
  }
  .contents .news-item .pager .arror-next {
    width: 29px;
  }
  .contents .news-item .pager .arror-prev a,
  .contents .news-item .pager .arror-next a {
    transition-duration: 0.2s;
  }
  .contents .news-item .pager .arror-prev a:hover,
  .contents .news-item .pager .arror-next a:hover {
    opacity: 0.5;
  }
  .contents .news-item .pager .display {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contents .news-item .pager {
    padding: 25px 0;
  }
  .contents .news-item .pager .arror-prev {
    width: 44px;
    font-size: 1.6rem;
  }
  .contents .news-item .pager .arror-next {
    width: 44px;
    font-size: 1.6rem;
  }
  .contents .news-item .pager .display {
    font-size: 1.8rem;
  }
}

/* detail
---------------------------------------- */

.contents .news-item > .detail {}
.contents .news-item > .detail .head {}
.contents .news-item > .detail .head .date {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  color: #000;
}
.contents .news-item > .detail .head .tag {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.contents .news-item > .detail > h1 {
  line-height: 2rem;
  border-bottom: #000 solid 1px;
}
.contents .news-item > .detail .txt-block {}
.contents .news-item > .detail .txt-block > figure {
  text-align: center;
}
.contents .news-item > .detail .txt-block > img,
.contents .news-item > .detail .txt-block > p > img {
  max-width: 100%;
  height: auto;
}
.contents .news-item > .detail .txt-block > figure img {
  max-width: 100%;
  height: auto;
}
.contents .news-item > .detail .txt-block {
  font-size: 160%;
  line-height: 1.65em;
}
.contents .news-item > .detail .txt-block ul {
  list-style: inside;
  list-style-type: disc;
}
.contents .news-item > .detail .txt-block ol {
  padding-left: 40px;
  list-style: outside;
  list-style-type: decimal;
}
.contents .news-item > .detail .txt-block pre {
  color: #000;
  padding: .5em .85em;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.contents .news-item > .detail .txt-block iframe {
  width: 100%;
}
.contents .news-item > .detail ul.sns {}
.contents .news-item > .detail ul.sns > li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.contents .news-item > .detail ul.sns:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.contents .news-item > .detail ul.other-article {
  display: -webkit-flex;
  display: flex;
}
.contents .news-item > .detail ul.other-article > li {
  width: 50%;
  box-sizing: border-box;
}
.contents .news-item > .detail ul.other-article > li > a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  border-top: #e5e5e5 solid 1px;
  border-bottom: #e5e5e5 solid 1px;
  padding: 1.25em 0;
  line-height: 1.65em;
  text-decoration: none;
}
.contents .news-item > .detail ul.other-article > li.prev > a {
  background-image: url(../img/ico_arrow-prev.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.contents .news-item > .detail ul.other-article > li.next > a {
  background-image: url(../img/ico_arrow-next.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .contents .news-item > .detail {}
  .contents .news-item > .detail .head {
    margin-bottom: 30px;
  }
  .contents .news-item > .detail .head .date {
    font-size: 16px;
    margin-right: 16px;
  }
  .contents .news-item > .detail .head .tag {
    width: 100px;
    padding: 4px 0;
    font-size: 16px;
  }
  .contents .news-item > .detail > h1 {
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 50px;
  }
  .contents .news-item > .detail .txt-block {}
  .contents .news-item > .detail .txt-block > figure {
    margin-bottom: 50px;
  }
  .contents .news-item > .detail .txt-block > h2,
  .contents .news-item > .detail .txt-block > h3,
  .contents .news-item > .detail .txt-block > h4,
  .contents .news-item > .detail .txt-block > h5,
  .contents .news-item > .detail .txt-block > h6 {
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .contents .news-item > .detail .txt-block > h2 {
    font-size: 20px;
  }
  .contents .news-item > .detail .txt-block > h3,
  .contents .news-item > .detail .txt-block > h4,
  .contents .news-item > .detail .txt-block > h5,
  .contents .news-item > .detail .txt-block > h6 {
    font-size: 20px;
  }
  .contents .news-item > .detail .txt-block p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .contents .news-item > .detail .txt-block ul,
  .contents .news-item > .detail .txt-block ol,
  .contents .news-item > .detail .txt-block hr,
  .contents .news-item > .detail .txt-block pre {
    margin-bottom: 30px;
  }
  .contents .news-item > .detail .txt-block p a:hover {
    text-decoration: none;
  }
  .contents .news-item > .detail ul.sns {
    margin: 40px 0;
  }
  .contents .news-item > .detail ul.other-article {}
  .contents .news-item > .detail ul.other-article > li {}
  .contents .news-item > .detail ul.other-article > li.prev {
    padding-right: 15px;
  }
  .contents .news-item > .detail ul.other-article > li.next {
    padding-left: 15px;
  }
  .contents .news-item > .detail ul.other-article > li > a {
    font-size: 14px;
  }
  .contents .news-item > .detail ul.other-article > li.prev > a {
    padding-left: 50px;
    background-size: 29px auto;
  }
  .contents .news-item > .detail ul.other-article > li.next > a {
    padding-right: 50px;
    background-size: 29px auto;
  }
  .contents .news-item > .detail ul.other-article > li > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .contents .news-item > .detail {}
  .contents .news-item > .detail .head {
    margin-bottom: 20px;
  }
  .contents .news-item > .detail .head .date {
    font-size: 1.8rem;
    margin-right: 6px;
  }
  .contents .news-item > .detail .head .tag {
    padding: 4px 6px;
    font-size: 1.8rem;
  }
  .contents .news-item > .detail > h1 {
    font-size: 2.25rem;
    font-weight: 600;
    padding-bottom: 8px;
    margin-bottom: 35px;
  }
  .contents .news-item > .detail .txt-block {}
  .contents .news-item > .detail .txt-block > figure {
    margin-bottom: 30px;
  }
  .contents .news-item > .detail .txt-block > h2,
  .contents .news-item > .detail .txt-block > h3,
  .contents .news-item > .detail .txt-block > h4,
  .contents .news-item > .detail .txt-block > h5,
  .contents .news-item > .detail .txt-block > h6 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .contents .news-item > .detail .txt-block > h2 {
    /*font-size: 1.5rem;*/
  }
  .contents .news-item > .detail .txt-block > h3 {
    /*font-size: 1.3rem;*/
  }
  .contents .news-item > .detail .txt-block p {
    /*font-size: 1.2rem;*/
    margin-bottom: 20px;
    word-break: break-all;
  }
  .contents .news-item > .detail .txt-block ul,
  .contents .news-item > .detail .txt-block ol,
  .contents .news-item > .detail .txt-block hr,
  .contents .news-item > .detail .txt-block pre {
    margin-bottom: 20px;
  }
  .contents .news-item > .detail ul.sns {
    margin: 30px 0;
  }
  .contents .news-item > .detail ul.other-article {}
  .contents .news-item > .detail ul.other-article > li {}
  .contents .news-item > .detail ul.other-article > li.prev {
    padding-right: 8px;
  }
  .contents .news-item > .detail ul.other-article > li.next {
    padding-left: 8px;
  }
  .contents .news-item > .detail ul.other-article > li > a {
    font-size: 1.1rem;
  }
  .contents .news-item > .detail ul.other-article > li.prev > a {
    padding-left: 35px;
    background-size: 24px auto;
  }
  .contents .news-item > .detail ul.other-article > li.next > a {
    padding-right: 35px;
    background-size: 24px auto;
  }
}
@media screen and (max-width: 600px) {
  .contents .news-item > .detail > h1{
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .contents .news-item > .detail .head .date{
    font-size: 1.6rem;
  }
  .contents .news-item > .detail .head .tag{
    font-size: 1.6rem;
  }
  .contents .news-item > .detail > h1{
    font-size: 1.8rem;
  }
}

/* side-menu
---------------------------------------- */

.contents .side-menu {}
.contents .side-menu > ul {}
.contents .side-menu > ul > li {
  text-align: left;
}
.contents .side-menu > ul > li .sttl {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.65em;
}
.contents .side-menu > ul > li .sttl::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: #4d4d4d;
}
.contents .side-menu > ul > li.facebook .container {
  height: 240px;
}
.contents .side-menu > ul > li.latest > ul:after,
.contents .side-menu > ul > li.archive > ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.contents .side-menu > ul > li.latest > ul > li,
.contents .side-menu > ul > li.archive > ul > li {
  line-height: 1.65em;
  border-bottom: #e5e5e5 solid 1px;
}
.contents .side-menu > ul > li.latest > ul > li > a,
.contents .side-menu > ul > li.archive > ul > li > a {
  display: block;
  text-decoration: none;
}
.contents .side-menu > ul > li.search .form {
  background-color: #f5f5f5;
}
.contents .side-menu > ul > li.search .form:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.contents .side-menu > ul > li.search .form input[type=text] {
  border: inherit;
  border-radius: inherit;
  background-color: #f5f5f5;
  color: #4b4b4b;
  display: block;
  float: left;
  padding: 0 0 0 1em;
  box-sizing: border-box;
}
.contents .side-menu > ul > li.search .form input[type=submit] {
  border: inherit;
  border-radius: inherit;
  background-color: #f5f5f5;
  background-image: url(../img/ico_search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  float: right;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contents .side-menu > ul > li {
    margin-bottom: 50px;
  }
  .contents .side-menu > ul > li:last-child {
    margin-bottom: 0;
  }
  .contents .side-menu > ul > li .sttl {
    font-size: 18px;
  }
  .contents .side-menu > ul > li .sttl::before {
    width: 12px;
    margin-right: 13px;
  }
  .contents .side-menu > ul > li.facebook .sttl {
    margin-bottom: 20px;
  }
  .contents .side-menu > ul > li.latest .sttl,
  .contents .side-menu > ul > li.archive .sttl {
    margin-bottom: 13px;
  }
  .contents .side-menu > ul > li.latest > ul > li,
  .contents .side-menu > ul > li.archive > ul > li {
    font-size: 16px;
  }
  .contents .side-menu > ul > li.latest > ul > li > a,
  .contents .side-menu > ul > li.archive > ul > li > a {
    padding: 11px 0;
  }
  .contents .side-menu > ul > li.latest > ul > li > a:hover,
  .contents .side-menu > ul > li.archive > ul > li > a:hover {
    text-decoration: underline;
  }
  .contents .side-menu > ul > li.search .sttl {
    margin-bottom: 20px;
  }
  .contents .side-menu > ul > li.search .form input[type=text] {
    /*font-size: 13px;*/
    font-size: 16px;
    width: calc(100% - 50px);
    height: 50px;
  }
  .contents .side-menu > ul > li.search .form input[type=submit] {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contents .side-menu {}
  .contents .side-menu > ul > li {
    margin-bottom: 40px;
  }
  .contents .side-menu > ul > li:last-child {
    margin-bottom: 0;
  }
  .contents .side-menu > ul > li .sttl {
    font-size: 1.8rem;
  }
  .contents .side-menu > ul > li .sttl::before {
    width: 10px;
    margin-right: 8px;
  }
  .contents .side-menu > ul > li.facebook .sttl {
    margin-bottom: 20px;
  }
  .contents .side-menu > ul > li.latest .sttl,
  .contents .side-menu > ul > li.archive .sttl {
    margin-bottom: 12px;
  }
  .contents .side-menu > ul > li.latest > ul > li {
    font-size: 1.6rem;
  }
  .contents .side-menu > ul > li.archive > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents .side-menu > ul > li.archive > ul > li {
    width: calc(50% - 15px);
    margin-right: 30px;
    font-size: 1.6rem;
  }
  .contents .side-menu > ul > li.archive > ul > li:nth-child(even) {
    margin-right: 0;
  }
  .contents .side-menu > ul > li.latest > ul > li > a,
  .contents .side-menu > ul > li.archive > ul > li > a {
    padding: 8px 0;
  }
  .contents .side-menu > ul > li.search .sttl {
    margin-bottom: 20px;
  }
  .contents .side-menu > ul > li.search .form input[type=text] {
    /*font-size: 1.2rem;*/
    font-size: 16px;
    width: calc(100% - 45px);
    height: 45px;
  }
  .contents .side-menu > ul > li.search .form input[type=submit] {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1080px) {
  .contents .side-menu {
    float: right;
    width: 250px;
  }
  .contents .side-menu > ul > li.search .form input[type=text] {
    font-size: 13px;
    width: calc(100% - 35px);
    height: 35px;
  }
  .contents .side-menu > ul > li.search .form input[type=submit] {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .contents .side-menu {}
  .contents .side-menu > ul > li.latest > ul,
  .contents .side-menu > ul > li.archive > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents .side-menu > ul > li.latest > ul > li,
  .contents .side-menu > ul > li.archive > ul > li {
    width: 230px;
    margin-right: 15px;
  }
  .contents .side-menu > ul > li.latest > ul > li:nth-child(3n),
  .contents .side-menu > ul > li.archive > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
.msie .wrapper {
/*  background-image: url(../img/bg_head.png);*/
}
