@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  line-height: 1.6;
  font-family: "AxisStd-Regular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/*---original text color on this page ---*/
img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  height: auto;
}
a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
/*--------------------------------------
共通
--------------------------------------*/
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/***--------------------------------------------
#pagetop
-----------------------------------------------*/
#pageTop {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 0px;
  padding: 10px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #000;
}
/***--------------------------------------------
#パンくず
-----------------------------------------------*/
.breadcrumb {
  padding-left: 0px;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 0.75rem;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  padding: 0 5px;
  color: #b5b5b6;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #52b5ee;/*色*/
  font-weight: normal;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li:last-child a {
  font-weight: 600;
}
/*#main*/
#main-content {
  font-feature-settings : "palt";
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.inner {
  padding: 0px 5px;
}
.page-title {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.page-title h1 {
  font-size: 1.625rem;
  font-weight: 600;
}
.mainVisual, .mainVisual-detail {
  margin-bottom: 30px;
}
.clumn-lead {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}
.items, .items-detail {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-list {
  border-top: 1px solid #CCC;
}
.items a {
  display: block;
  padding: 16px 16px 30px;
}
.items a:hover {
  background-color: #efefef;
}
.item-column-title {
  display: table;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.column-title {
  padding-right: 10px;
  vertical-align: middle;
  width: auto;
  display: table-cell;
}
.column-title h2 {
  font-size: 1.625rem;
  font-weight: 600;
}
.column-thum {
  width: 120px;
  vertical-align: middle;
  display: table-cell;
}
.column-thum img {
  width: 100%;
  height: auto;
}
.column-item_txt {
  font-size: 0.85rem;
  margin: 0px 0px 10px;
}
.columnist, .columnist-detail {
  display: table;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0.75rem;
  color: #666;
}
.columnist-detail {
  padding-bottom: 30px;
}
.columnist-detail {
  margin: 30px 0px;
  border-bottom: 3px solid #000000;
}
.author {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
  padding-right: 10px;
}
.date {
  display: table-cell;
  width: auto;
  font-size: 0.85rem;
  color: #000000;
}
.date span {
  display: block;
  font-size: 0.75rem;
}
/*#pagenavi*/
.page {
  padding: 10px;
  background: #eee;
  text-align: center;
}
.pageNav01 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  height: 30px;
}
.pageNav01 li {
  margin: 0 7px;
  padding: 0;
  display: none;
  text-align: center;
  position: relative;
}
.pageNav01 li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageNav01 li a span {
  display: table-cell;
  vertical-align: middle;
}
.pageNav01 li a:hover, .pageNav01 li a.active {
  color: #fff;
  background: #000000;
}
.pageNav01 li.pre,  .pageNav01 li.next {
  display: inline-block;
  width: 45%;
  height: 30px;
  text-align: center;
  font-size: 0.75rem;
}
.pageNav01 li.pre a, .pageNav01 li.next a {
  width: 100%;
  text-align: center;
}
.pageNav01 li.pre span::after {
  content: "　前の10件へ";
}
.pageNav01 li.next span::before {
  content: "次の10件へ　";
}
/*detailpage*/
.pageNav02 {
  text-align: center;
  border: 3px solid #999999;
  display: table;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0.75rem;
  box-sizing: border-box;
}
.pageNav02 li {
  display: table-cell;
}
.pageNav02 li span, .pageNav02 li a {
  padding: 10px 0px;
  display: block;
  text-decoration: none;
  vertical-align: middle;
}
.pageNav02 li a:hover {
  background: #999;
}
.pageNav02 li.list {
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
}
.pageNav02 li.back a:before {
  content: "\f053";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 0 5px;
  color: #555;
}
.pageNav02 li.next a:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 0 5px;
  color: #555;
}
.box-share-btn {
  padding: 0;
  text-align: right;
  margin: 30px 0;
}
.box-share-btn span img {
  width: 30px;
  height: auto;
}
.a-x-twitter {
  color: #000000;
  margin-left: 6px;
}
.a-line {
  color: #1dcd00;
  margin-left: 6px;
}
.a-facebook {
  color: #3B5998;
  margin-left: 6px;
}
.a-blog {
  color: #93d6db;
  margin-left: 6px;
}
.a-web {
  color: #0d7e91;
  margin-left: 6px;
}
.profile {
  border: 3px solid #666666;
  max-width: 420px;
  width: 100%;
  margin: 0px auto 40px;
}
.item-author-profile {
  font-size: 0.75rem;
}
.author-img {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.item-author-box {
  margin-bottom: 10px;
}
.item-author-box span {
  font-weight: 600;
}
.au-name h2 {
  font-size: 1.1rem;
  margin-top: 10px;
}
.au-name h2 span {
  font-size: 0.9rem;
  display: block;
}
.au-book p a {
  text-decoration: underline;
  color: #0CF;
}
.archive-items { margin-bottom:40px;}
.w-760 {
  width:760px;
  margin:0px auto 20px;}
 @media screen and (max-width:768px) {
.mainVisual-detail {
  margin-bottom: 10px;
}
.clumn-lead {
  font-size: 0.8rem;
}
.column-title h2 {
  font-size: 1.125rem;
  line-height: 1.3;
}
.column-thum {
  width: 100px;
}
.pageNav01 li.pre, .pageNav01 li.next {
  width: 40%;
}
.pageNav02 {
  margin-bottom: 10px;
}
.box-share-btn {
  margin-bottom: 10px;
  text-align: center;
}
.w-760 {
  width:95%;}
}
.items-detail a {
  color: #52b5ee;
}
.items-detail a:hover {
  text-decoration: underline;
}