@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}

html {
  color: #333;
  background: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-family: Hiragino Sans,"ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,Osaka,sans-serif;
}

body {
  background: #fff;
  margin: 0;
  word-break: break-all;
}

* {
  box-sizing: border-box;
  letter-spacing: 0.2px;
  word-break: normal;
  word-wrap: break-word;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  line-height: 1.6;
  margin: 0 0 1em;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input, textarea, select, button {
  font-family: Hiragino Sans,"ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","游ゴシック体",YuGothic,Osaka,sans-serif;
}

input[type="text"],
input[type="submit"],
textarea {
  outline: none;
}

table {
  border-collapse: collapse;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.inner-block {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 990px;
}

.outer-block-template .inner-block, .contents .inner-block, .new-contents-block .inner-block {
  width: 930px;
  padding: 0 ;
}
.home .new-contents-block .inner-block {
  width: 990px;
}

.breadcrumb-block .inner-block {
  width: 930px;
  padding: 0 4px !important;
}

.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#wrapper {
  min-width: 950px;
  overflow: hidden;
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {
  a,
  a img:hover,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
}

.back {
  font-size: 14px;
}


/*------------------------------------------------------------------------------
  title
------------------------------------------------------------------------------*/

.search .freeword-title, .error404 .notfound-title, .tax-tag_article .tag-title {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 27px;
  font-size: 32px;
  margin-bottom: 37px;
}



/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
  border-top: 5px solid #ff6600;
  border-bottom: 1px solid #e3e3e3;
  padding: 30px 0 34px;
}

#header a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#header a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.home #header {
  border-bottom: none;
  padding: 30px 0 26px;
}

#header .logo {
  float: left;
}

#header .navi-area {
  float: right;
  width: 615px;
}

#header .navi-01-ul {
  float: left;
  margin: -6px 0 0 17px;
  width: 610px;
}
#header .navi-01-ul:after {
  clear: none;
  display: none;
}

#header .navi-01-ul li {
  float: left;
  margin: 0 2px;
}

#header .navi-01-ul li:nth-child(2) {
  float: left;
  margin: 0 16px 0 18px;
}
#header .navi-01-ul li:nth-child(3) {
  float: left;
  margin: 0 11px 0 2px;
}

#header .navi-01-ul li a {
  display: table-cell;
  height: 32px;
  vertical-align: middle;
  padding: 10px;
}
#header .navi-01-ul li a img {
  vertical-align: middle;
}

#header .navi-01-ul li.sns {
  margin: 0 2px;
}

#header .navi-01-ul li.sns_tw img {
  width: 20px;
}
#header .navi-01-ul li.sns_fb img {
  width: 9px;
}

#header .navi-01-ul li.sns a {
  padding: 10px 7px;
}

#header .navi-01-ul li.search {
  float: left;
  margin: 6px 0 0 21px;
  position: relative;
}

#header .navi-01-ul li.search input[type="text"] {
  border: 1px solid #d2d2d2;
  padding: 5px 25px 5px 10px;
  width: 155px;
  font-size: 12px;
  border-radius: 2px;
}

#header .navi-01-ul li.search input[type="image"] {
  border: none;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 16px;
}


#header .navi-02-ul {
  float: left;
  width: 690px;
  margin: 0 0 -21px -11px;
}

#header .navi-02-ul a {
  padding: 10px 20px;
  display: block;
}

#header .navi-02-ul li:first-child {
  display: inline-block;
  margin: 0 28px 0 0;
}

#header .navi-02-ul li {
  display: inline-block;
  margin: 0px 19px;
}

#header .navi-02-ul li:nth-child(3) {
  display: inline-block;
  margin: 0 37px;
}
#header .navi-02-ul li:nth-child(4) {
  display: inline-block;
  margin: 0 16px;
}
#header .navi-02-ul li:nth-child(5) {
  display: inline-block;
  margin: 0 25px;
}



/*** top ***/
.home #header {
  border-bottom: none;
}

#header .inner-block {
  padding: 0;
  width: 930px;
}



/*------------------------------------------------------------------------------
  breadcrumb
------------------------------------------------------------------------------*/
ul.breadcrumb-ul {
  padding: 0;
}

.breadcrumb-block {
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}

.breadcrumb-block .breadcrumb-ul li {
  color: #928888;
  display: inline;
  font-size: 12px;
}
.breadcrumb-block .breadcrumb-ul li + li {
  margin: 0 0 0 20px;
  position: relative;
}
.breadcrumb-block .breadcrumb-ul li + li:before {
  background: url(../img/common/arrow_right-g.svg) no-repeat;
  background-size: 100%;
  content: "";
  left: -13px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 3px;
  width: 8px;
}

.breadcrumb-block .breadcrumb-ul li a {
  color: #928888;
  text-decoration: underline;
}


/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  background: #575757;
  padding: 35px 0;
}
#footer .inner-block {
  width: 930px;
  padding: 0 10px;
}

#footer .logo {
  float: left;
  margin: 40px 218px 0 -10px;
}

#footer .footer-navi-ul {
  float: left;
  width: 165px;
  margin-right: 5px;
}
#footer .footer-navi-ul.footer-navi-ul-02 {
  width: 160px;
  margin-right: 5px;
}

#footer .footer-navi-ul.footer-navi-ul-03 {
  float: left;
  width: 150px;
  margin-right: 0;
}
#footer .footer-navi-ul li.big-category {
  margin-left: -22px;
}

#footer .footer-navi-ul li a {
  background: url(../img/common/arrow_right-g.svg) no-repeat left center;
  background-size: 8px;
  color: #fff;
  font-size: 14px;
  padding: 5px 5px 5px 20px;
  display: block;
}
#footer .footer-navi-ul.footer-navi-ul-02 li a {
  font-size: 12px;
}
#footer .footer-navi-ul.footer-navi-ul-03 li a {
  font-size: 12px;
}

#footer .footer-navi-ul li.sns {
  margin: 18px 0 0 -5px;
}
#footer .footer-navi-ul li.sns + li.sns {
  margin: 2px 0 0 -5px;
}

#footer .footer-navi-ul li.sns a {
  display: inline-block;
  line-height: 20px;
  padding: 0 0 0 25px;
}
#footer .footer-navi-ul li.sns.tw a {
  background: url(../img/common/ico_twitter.png) no-repeat left center;
  background-size: 16px;
}
#footer .footer-navi-ul li.sns.fb a {
  background: url(../img/common/ico_facebook.png) no-repeat 3px center;
  background-size: 9px;
}

/*** copyright ***/
#copyright {
  background: #2f2f2f;
  color: #fff;
  font-size: 11px;
  padding: 20px 0;
  text-align: center;
}



/*------------------------------------------------------------------------------
  contents
------------------------------------------------------------------------------*/
.contents-start-block {
  padding: 60px 0 0;
  position: relative;
}
.contents-start-block:before {
  background: #f5f4f4;
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.contents-start-block:after {
  background: url(../img/common/bg_img03.png) no-repeat center top;
  background-size: 100%;
  content: "";
  height: 35px;
  left: -100%;
  margin: auto;
  position: absolute;
  right: -100%;
  top: 100px;
  width: 100%;
  z-index: 1;
}

.home .contents-start-block {
  background: #f5f4f4;
  margin: 190px 0 0;
  padding: 0;
}
.home .contents-start-block:before {
  background: url(../img/top/bg_top.png) no-repeat center top;
  background-size: 100%;
  height: 293px;
  left: 60px;
  right: 0;
  margin: auto;
  top: -266px;
  width: 990px;
  z-index: 0;

  content:none;
}

.home .top-slider-block:before {
  background: #f5f4f4;
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/top/bg_top.png) no-repeat center top;
  background-size: 100%;
  height: 293px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -520px;
  width: 990px;
  z-index: 0;
}

.home .contents-start-block:after {
  background: url(../img/top/bg_img-top.png) no-repeat center top;
  background-size: 100%;
  height: 68px;
  top: -48px;
  min-width: 1500px;
  z-index: 2;
}
.home .contents-start-block .inner-block:before {
  background: #f5f4f4;
  content: "";
  height: 50px;
  left: -100%;
  margin: auto;
  right: -100%;
  position: absolute;
  top: 0;
  width: 9999px;
}

.contents-start-block .inner-block {
  z-index: 3;
}

.contents-title {
  margin: 0 0 60px;
  padding: 30px 0 0;
  text-align: center;
}

.series-contents-block .contents-title {
  padding: 40px 0 0;
}

.contents-title:before {
  background: #ff6600;
  border-radius: 2px;
  content: "";
  height: 4px;
  left: -100%;
  margin: auto;
  position: absolute;
  right: -100%;
  top: 0;
  width: 160px;
}


.contents-end-block {
  background: url(../img/common/bg_img02.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0 190px;
  position: relative;
  z-index: 6;
}

.contents-end-block.series-contents-block:before {
  background: url(../img/common/bg_img01.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 80px;
  left: -100%;
  margin: auto;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
}

.contents-end-block .contents-title:before {
   width: 160px;
}


/*------------------------------------------------------------------------------
  top-slider
------------------------------------------------------------------------------*/
.top-slider-block {
  left: 0;
  margin: 0 0 -40px 58px;
  position: relative;
}

.top-slider-block .inner-block {
  margin: 0 0 0 -525px;
  left: 50%;
  position: relative;
  top: 0;
  width: 1050px;
}

.top-slider-block img {
  margin: 0 auto;
}

.top-slider-block .inner-block > .slider-ul > li:nth-child(n+2) {
  display: none;
}

#wrapper .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
  left: 0;
}

.top-slider-block .bx-wrapper {
  z-index: 1;
}

.top-slider-block .bx-wrapper .bx-controls {
  float: right;
  margin: 6px 0 0;
}

.top-slider-block .bx-wrapper .bx-pager {
  bottom: 0;
  padding: 0 74px 0 0;
  position: relative;
  z-index: 3;
}

.top-slider-block .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc;
}

.top-slider-block .bx-wrapper .bx-pager.bx-default-pager a:hover,
.top-slider-block .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ff6600;
  opacity: 1;
}

.top-slider-block li {
  text-align: center;
}


/*------------------------------------------------------------------------------
  new
------------------------------------------------------------------------------*/
#wrapper .new-contents-block {
  padding-bottom: 10px;
}

.new-contents {
  left: 0;
  margin: 0;
  position: relative;
  top: -81px;
}

.new-contents .contents-title {
  left: 102px;
  position: absolute;
}
.contents-start-block .new-contents .contents-title:before {
  width: 90px;
}

ul.new-contents-ul {
  margin: auto;
  margin-bottom: 30px;
  width: 930px;
}
.new-contents .new-contents-ul li {
  float: left;
  margin: 0 75px 40px 0;
  position: relative;
  width: 260px;
}
.new-contents .new-contents-ul li:nth-child(3n+2) {
}
.new-contents .new-contents-ul li:nth-child(3n) {
  clear: both;
}

.home .new-contents .new-contents-ul li:nth-child(3n+2) {
  margin-right: 0;
}

.new-contents .new-contents-ul li:nth-child(1) {
  width: 300px;
  margin: 0 78px 40px 252px;
}
.new-contents .new-contents-ul li:nth-child(2) {
  float: left;
  margin-right: 0;
  width: 300px;
  margin: 0 0 40px 0;
}

.new-contents .new-contents-ul li.new:before {
  background: url(../img/common/ico_new.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 5;
}

.home .new-contents .new-contents-ul li:nth-child(1) .image {
  height: 300px;
}
.home .new-contents .new-contents-ul li:nth-child(2) .image {
  height: 300px;
}

.new-contents .new-contents-ul li .image {
  display: block;
  margin: 0 0 15px;
  width: 100%;
  height: 100%;
  height: 260px;
  position: relative;
}

.new-contents .new-contents-ul li .image:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.new-contents .new-contents-ul li .image a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.new-contents .new-contents-ul li .image a img {
  width: auto;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: inherit;
}

.image.has-bg {
  background: #ffffff;
}

.new-contents .new-contents-ul li .date {
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px;
}

.new-contents .new-contents-ul li .series-title {
  margin-bottom: -2px;
}

.new-contents .new-contents-ul li .title {
  font-size: 19px;
  margin: 0 0 5px;
  line-height: 1.3;
}

.new-contents .new-contents-ul li .tag-box {
  font-size: 12px;
}

.new-contents .new-contents-ul li .tag-box a {
  margin: 0 10px 5px 0;
}

.new-contents .new-contents-ul li .title a:hover,
.new-contents .new-contents-ul li .tag-box a:hover {
  opacity: 1;
  text-decoration: underline;
}

/*** list-btn ***/
.list-btn {
  text-align: center;
}

.list-btn a {
  background: #fff;
  border: 1px solid #666;
  display: inline-block;
  padding: 15px;
  position: relative;
  width: 300px;
}
.list-btn a:before {
  background: url(../img/common/arrow_right-o.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: 18px;
  top: 0;
  width: 12px;
}
@media screen and (min-width: 641px) {
  .list-btn a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.list-btn a:hover:before {
  right: 15px;
}


/*------------------------------------------------------------------------------
  series
------------------------------------------------------------------------------*/
.series-slider-block .slider-ul li {
  padding: 40px 0 0;
  width: 280px;
}
.series-slider-block .slider-ul li:nth-child(odd) {
  padding: 0 0 40px
}

#wrapper .series-slider-block .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

.series-slider-block .bx-wrapper .bx-controls-direction a {
  width: 18px;
}
.series-slider-block .bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(../img/common/arrow_left-o.png) no-repeat center center;
  background-size: 18px;
  left: -30px;
}
.series-slider-block .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(../img/common/arrow_right-o.png) no-repeat center center;
  background-size: 18px;
  right: -30px;
}

.series-slider-block .slider-ul li .image,
.series-slider-block .slider-ul li .image a,
.series-slider-block .slider-ul li .image a img {
  width: 280px;
}

.series-slider-block .slider-ul li a {
  display: block;
  position: relative;
}

.series-slider-block .slider-ul li .category {
  background: #fff;
  left: 0;
  padding: 1px 10px;
  position: absolute;
  top: 10px;
}


/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/
#pagetop {
  bottom: 20px;
  right: 20px;
  position: fixed;
  z-index: 999;
}

#pagetop a {
  display: block;
}

#fade-div {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#fade-div .logo {
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  position: absolute;
}
/*------------------------------------------------------------------------------
  page
------------------------------------------------------------------------------*/
.page-page .new-contents {
  top: 0;
}

.page-page .new-contents .new-contents-ul li:nth-child(3n) {
  float: right;
  margin-right: 0;
  clear: none;
}

.page-page .new-contents .new-contents-ul li:nth-child(3n+1) {
  clear: both;
}

.page-page .new-contents .new-contents-ul li:nth-child(3n+2) {
  margin: 0 75px 40px 0;
}

.page-page .new-contents .new-contents-ul li:nth-child(1) {
  margin: 0 75px 40px 0;
  width: 260px;
}

.page-page .new-contents .new-contents-ul li:nth-child(2) {
  float: left;
  margin: 0 75px 40px 0;
  width: 260px;
}

.page-page .paging-area {
  clear: both;
  margin: 60px 0 90px 0;
  position: relative;
  text-align: center;
}

.page-page .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.page-page .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.page-page .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.page-page .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .page-page .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.page-page .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.page-page .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.page-page .paging-area .prev ,
.page-page .paging-area .next {
  display: inline-block;
}

.page-page .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.page-page .paging-area .next a {
  position: relative;
  margin-left: 230px;
}

.page-page .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.page-page .back a {
  color: #747474;
  position: relative;
}

.page-page .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.page-page .back img {
  position: absolute;
  top: 0;
  left: 0;
}

.page-page .paging-area {
  margin: 60px auto 90px auto;
  width: 890px;
}


/*------------------------------------------------------------------------------
  rensai
------------------------------------------------------------------------------*/
.single-rensai .ttl-block {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 27px;
}

.single-rensai .ttl-block h1 {
  font-size: 32px;
}

.single-rensai .feature .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.single-rensai .feature ul li a {
  display: block;
  color: #000;
}

.single-rensai .feature .img,
.single-rensai .feature .right {
  display: table-cell;
  vertical-align: top;
}

.single-rensai .feature .img {
  width: 125px;
}

.single-rensai .feature .img .inner {
  display: block;
  height: 125px;
  position: relative;
  overflow: hidden;
  width: 125px;
}

.single-rensai .feature .img img {
  bottom: -100%;
  right: -100%;
  left: -100%;
  top: -100%;
  margin: auto;
  max-width: 999%;
  position: absolute;
  height: 100%;
  width: auto;
}

.single-rensai .feature .right {
  width: 255px;
  text-align: left;
  padding: 0 0 0 20px;
}

.single-rensai .feature .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 23px 0;
  width: 380px;
}

.single-rensai .feature .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-rensai .feature .box-tag {
  font-size: 14px;
  margin: 0;
}

.single-rensai .feature .txt {
  font-size: 16px;
}

.single-rensai .feature ul {
  padding: 37px 0 0;
  margin: 0 auto;
  width: 800px;
}

.single-rensai .feature li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.single-rensai .feature li:nth-child(2n) {
  float: right;
}
.single-rensai .feature li:nth-child(2n+1) {
  clear: both;
}

.single-rensai .paging-area {
  clear: both;
  position: relative;
  text-align: center;
}

.single-rensai .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.single-rensai .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.single-rensai .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.single-rensai .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .single-rensai .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.single-rensai .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.single-rensai .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.single-rensai .paging-area .prev ,
.single-rensai .paging-area .next {
  display: inline-block;
}

.single-rensai .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.single-rensai .paging-area .next a {
  position: relative;
  margin-left: 230px;
}

.single-rensai .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.single-rensai .back a {
  color: #747474;
  position: relative;
}

.single-rensai .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.single-rensai .back img {
  position: absolute;
  top: 0;
  left: 0;
}


/*------------------------------------------------------------------------------
  tax-tax_article
------------------------------------------------------------------------------*/
.tax-tax_article .ttl-block {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}

.tax-tax_article .ttl-block h1 {
  font-size: 32px;
}

.tax-tax_article .feature .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.tax-tax_article .feature ul li a {
  color: #000;
}

.tax-tax_article .feature .img,
.tax-tax_article .feature .right {
  display: table-cell;
  vertical-align: top;
}

.tax-tax_article .feature .img {
  width: 125px;
}

.tax-tax_article .feature .img img {
  width: 100%;
}

.tax-tax_article .feature .right {
  width: 255px;
  text-align: left;
  padding: 0 0 0 10px;
}

.tax-tax_article .feature .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  width: 380px;
}

.tax-tax_article .feature .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.tax-tax_article .feature .box-tag {
  font-size: 14px;
  margin: 0;
}

.tax-tax_article .feature .txt {
  font-size: 16px;
}

.tax-tax_article .back {
  padding-bottom: 25px;
  margin: 50px 50px 40px 25px;
}

.tax-tax_article .back a {
  color: #747474;
  position: relative;
}

.tax-tax_article .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.tax-tax_article .back img {
  position: absolute;
  top: 0;
  left: 0;
}

.tax-tax_article .new-contents {
  top: 0;
}

.tax-tax_article .new-contents .new-contents-ul li:nth-child(3n) {
  margin-right: 0;
  clear: none;
}

.tax-tax_article .new-contents .new-contents-ul li:nth-child(3n+1) {
  clear: both;
}

.tax-tax_article .new-contents .new-contents-ul li:nth-child(1) {
  margin: 0 75px 40px 0;
  width: 260px;
}

.tax-tax_article .new-contents .new-contents-ul li:nth-child(2) {
  float: left;
  margin: 0 75px 40px 0;
  width: 260px;
}

.tax-tax_article .paging-area {
  clear: both;
  margin: 60px auto 90px auto;
  position: relative;
  text-align: center;
  width: 890px;
}

.tax-tax_article .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.tax-tax_article .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.tax-tax_article .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.tax-tax_article .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .tax-tax_article .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.tax-tax_article .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.tax-tax_article .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.tax-tax_article .paging-area .prev ,
.tax-tax_article .paging-area .next {
  display: inline-block;
}

.tax-tax_article .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.tax-tax_article .paging-area .next a {
  position: relative;
  margin-left: 230px;
}
/*------------------------------------------------------------------------------
  tax-tag_article
------------------------------------------------------------------------------*/
.tax-tag_article .ttl-block {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}

.tax-tag_article .ttl-block h1 {
  font-size: 32px;
}

.tax-tag_article .feature .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.tax-tag_article .feature ul li a {
  display: block;
  color: #000;
}

.tax-tag_article .feature .img,
.tax-tag_article .feature .right {
  display: table-cell;
  vertical-align: top;
}

.tax-tag_article .feature .img {
  width: 125px;
}

.tax-tag_article .feature .img img {
  width: 100%;
}

.tax-tag_article .feature .right {
  width: 255px;
  text-align: left;
  padding: 0 0 0 10px;
}

.tax-tag_article .feature .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  width: 380px;
}

.tax-tag_article .feature .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.tax-tag_article .feature .box-tag {
  font-size: 14px;
  margin: 0;
}

.tax-tag_article .feature .txt {
  font-size: 16px;
}

.tax-tag_article .feature ul {
  padding: 60px 55px 55px 55px;
  margin: 0;
  width: 100%;
}

.tax-tag_article .feature li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.tax-tag_article .feature li:nth-child(2n) {
  float: right;
}
.tax-tag_article .feature li:nth-child(2n+1) {
  clear: both;
}
.tax-tag_article .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.tax-tag_article .back a {
  color: #747474;
  position: relative;
}

.tax-tag_article .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.tax-tag_article .back img {
  position: absolute;
  top: 0;
  left: 0;
}


/*------------------------------------------------------------------------------
  search-results
------------------------------------------------------------------------------*/
.search .ttl-block {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}

.search .ttl-block h1 {
  font-size: 32px;
}

.search .feature .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.search .feature ul li a {
  display: block;
  color: #000;
}

.search .feature .img,
.search .feature .right {
  display: table-cell;
  vertical-align: top;
}

.search .feature .img {
  width: 125px;
}

.search .feature .img img {
  width: 100%;
}

.search .feature .right {
  width: 255px;
  text-align: left;
  padding: 0 0 0 10px;
}

.search .feature .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  width: 380px;
}

.search .feature .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.search .feature .box-tag {
  font-size: 14px;
  margin: 0;
}

.search .feature .txt {
  font-size: 16px;
}

.search .feature ul {
  padding: 60px 55px 55px 55px;
  margin: 0;
  width: 100%;
}

.search .feature li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.search .feature li:nth-child(2n) {
  float: right;
}
.search .feature li:nth-child(2n+1) {
  clear: both;
}
.search .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.search .back a {
  color: #747474;
  position: relative;
}

.search .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.search .back img {
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------------------------------------------
 template
------------------------------------------------------------------------------*/
.single-article .detail-article-box a {
 color: #ff6600;
 text-decoration: underline;
}

.single-article .detail-article-box hr {
  border: none;
  border-top: 1px solid #d2d2d2;
  margin: 40px 0;
}

.single-article .detail-article-box p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 30px;
}

.single-article .detail-article-box p:last-child {
  margin-bottom: 0;
}

.single-article .detail-article-box p.margin-top {
  margin-top: 50px;
}

.single-article .detail-article-box p.margin-bottom {
  margin-bottom: 50px;
}

.single-article .detail-article-box h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 70px 0 40px;
  border-left: 3px solid #ff6600;
  padding-left: 15px;
}

.single-article .detail-article-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0;
}

.single-article .detail-article-box .txt-linebox p {
  line-height: 1.6;
}

.single-article .detail-article-box .image {
  margin: 0 auto 40px;
  text-align: center;
}

.single-article .tag-ul {
  margin-left: -10px;
}

.single-article .tag-ul li {
  display: inline-block;
  font-size: 12px;
  padding: 0 0 0 10px;
}

.single-article .tag a{
 color: #000;
 font-size: 12px;
 text-decoration: none;
}

.single-article .tag a:hover{
 color: #000;
 text-decoration: underline;
}

.single-article .txt-block {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}

.single-article .ttl-block {
  margin: 17px 0 0;
}

.single-article .ttl-block p {
  font-size: 22px;
  margin: 0;
}

.single-article .ttl-block h1 {
  font-size: 32px;
  line-height: 1.3;
}

.single-article .ttl-block .name {
  font-size: 20px;
  float: right;
  margin: 0 0 18px 0;
}

.single-article .ttl-block .name a {
 color: #ff6600;
 text-decoration: underline;
}

.single-article .sns-block {
  text-align: right;
}

.single-article .sns-block ul {
  display: inline-block;
  font-size: 0;
}

.single-article .cnt05 {
  padding-bottom: 20px;
}

.single-article .cnt05 .sns-block ul {
  display: inline-block;
  float: none;
}

.single-article .sns-block li {
  display: inline-block;
  padding-left: 8px;
  vertical-align: top;
}
.single-article .sns-block li.lineBtn img {
  width: 80px;
}

.fb_iframe_widget > span {
  vertical-align: top !important;
}

.single-article .eye-catch {
  margin: 35px auto;
  text-align: center;
}

.single-article .eye-catch img {
  max-width: 800px;
}


.single-article .img-box img {
  display: block;
  margin: 0 auto 80px auto;
}

.single-article .txt-box {
  padding: 0 0 40px;
}

.single-article .list-box {
  margin: 60px 0 40px 0;

}

.single-article .detail-article-box ul {
  margin: 50px 40px 50px;
}

.single-article .cnt04 {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
}

.single-article .cnt04 .list-box ul {
  margin: 0 40px;
}

.single-article .detail-article-box li {
  position: relative;
}

.single-article .detail-article-box li:before{
  background: url(../img/template/list-icon.png) no-repeat;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 7px;
  width: 12px;
}

.single-article .detail-article-box li + li {
  margin-top: 10px;
}

.single-article .detail-article-box .strong {
  background: linear-gradient(transparent 80%, #ffd9bf 80%);
  font-weight: normal;
}

.single-article .detail-article-box .txt-right {
  text-align: right;
}

.single-article .detail-article-box .txt-linebox {
  border: 1px solid #d2d2d2;
  padding: 40px 35px;
  margin: 50px 0 0 0;
}

.single-article .detail-article-box .txt-linebox p {
  display: inline-block;
  text-align: left;
  line-height: 2;
  margin: 0;
  font-size: 14px;
}

.single-article .detail-article-box .txt-quotation p {
  font-size: 14px;
}

.single-article .txt-quotation {
  margin: 120px 35px;
  position: relative;
}
.single-article .txt-quotation:before {
  background: url(../img/feature/ico_quo-before.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 38px;
  left: -10px;
  position: absolute;
  top: -50px;
  width: 56px;
}
.single-article .txt-quotation:after {
  background: url(../img/feature/ico_quo-after.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 38px;
  right: -10px;
  position: absolute;
  bottom: -40px;
  width: 56px;
}

.single-article .txt-quotation .right{
  float: right;
}

.single-article .cnt02 li {
  border-top: 1px solid #ccc;
  padding: 40px 0;
}

.single-article .cnt02 .image {
  float: left;
  width: 160px;
  margin-top: 7px;
}

.single-article .cnt02 .right {
  float: right;
  width: 600px;
}

.single-article .cnt02 .no-image .right {
  float: none;
}

.single-article .cnt02 .right .ttl {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 30px;
}

.single-article .cnt02 .right a {
  text-decoration: underline;
}

.single-article .cnt03 {
  width: 100%;
  margin: 0 auto;

}

.single-article .cnt03 .box {
  background: #f5f4f4;
  padding: 40px 40px 110px;
  position: relative;
}

.single-article .cnt03 .box:before {
  background: #ff6600;
  border-radius: 2px;
  content: "";
  height: 4px;
  left: -100%;
  margin: auto;
  position: absolute;
  right: -100%;
  top: 0;
  width: 160px;
}

.comment-form-cookies-consent {
  display: none !important;
}

.single-article .cnt03 .ttl {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 25px;
}

.single-article .cnt03 .ttl span{
  font-size: 12px;
}

.single-article .cnt03 textarea {
  display: block;
  width: 725px;
  height: 147px;
  margin: auto;
}

.single-article .cnt03 .txt-kome {
  border-top: 1px solid #ccc;
  font-size: 12px;
  margin: 30px 0;
  padding: 25px 0 0;
  line-height: 1.5;
}

.single-article .cnt03 .list-btn a {
  color: #000;
  text-decoration: none;
}

.single-article .cnt03 a {
  color: #ff6600;
  text-decoration: underline;
}


.single-article .cnt04 a {
  color: #434343;
  position: relative;
}

.single-article .cnt04 .txt-right{
  text-decoration: none;
  margin: 0;
}

.single-article .cnt04 .txt-right img {
  position: absolute;
  top: 1px;
  left: 0;
}

.single-article .cnt04 .txt-right a {
  padding-left: 25px;
}

.single-article .cnt04 .txt-right {
display: block;
  text-align: right;
}


.single-article .cnt04 li {
  position: relative;
}

.single-article .cnt04 li + li {
  margin-top: 15px;
}

.single-article .cnt04 li:before{
  background: url(../img/template/list-icon.png) no-repeat;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -18px;
  top: 7px;
  width: 12px;
}

.single-article .cnt04 li a {
  text-decoration: underline;
}


.single-article .cnt05 .txt-left{
  text-decoration: none;
}

.single-article .cnt05 .txt-left a {
  position: relative;
  padding-left: 25px;
}

.single-article .cnt05 .txt-left img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-article .cnt05 .block02 {
  border: 8px solid #f5f4f4;
  width: 725px;
  position: relative;
  text-align: center;
  padding: 20px;
}

.single-article .cnt05 .box {
  font-size: 18px;
  margin: auto;
}

.single-article .cnt05 .sns-block {
  float: none;
  text-align: center;
  margin: 30px 40px 50px;
}

.single-article .cnt05 .sns-block li {
  float: none;
}

.single-article .cnt05 .block02 {
  margin: auto;
}

.single-article .cnt05 .box {
  display: inline-block;
  line-height: 66px;
  margin-right:82px;
}

.single-article .cnt05 a + a {
  margin-left: 25px;
}

.single-article .cnt05 .txt-box {
  text-align: left;
  margin: 50px 50px 50px 25px;
  padding: 0;
}

.single-article .outer-block-template {
  background-color: #f5f4f4;
}

.single-article .related {
  padding-bottom: 110px;
}

.single-article .related .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.single-article .related ul li a {
  display: block;
  color: #000;
}

.single-article .related .img,
.single-article .related .right {
  display: table-cell;
  vertical-align: top;
}

.single-article .related .img {
  width: 125px;
  height: 125%;
  position: relative;
}

.single-article .related .img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.single-article .related .wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single-article .related .img img {
  width: auto;
  height: 100%;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: inherit;
}

.single-article .related .right {
  width: 321px;
  text-align: left;
  padding: 0 0 0 20px;
}

.single-article .related .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 23px 0;
}

.single-article .related .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-article .related .box-tag {
  font-size: 14px;
  margin: 0;
}

.single-article .related .txt {
  font-size: 16px;
}

.single-article .related ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.single-article .related li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.single-article .related li:nth-child(2n) {
  float: right;
}
.single-article .related li:nth-child(2n+1) {
  clear: both;
}

.single-article .tag {
  text-align: center;
  margin-bottom: 20px;
}

.single-article .detail-date {
  float: left;
  font-style: oblique;
}

.single-article .detail-article-box {
  margin: 0 65px;
}

.single-article .next-article-box {
  margin: 70px 65px 0;
}

.single-article .tag-ul {
 text-align: right;
}

.single-article .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.single-article .back a {
  position: relative;
}

.single-article .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.single-article .page-bt img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-article .page-bt {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.single-article .page-bt a {
  position: relative;
}

.single-article .page-bt a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
}

.single-article .page-bt img {
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------------------------------------------------
  about
------------------------------------------------------------------------------*/
.page-about .contents-title {
  margin: 0 0 35px;
}

.page-about .txt-box p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
}

.page-about .txt-box .font-mincho {
  font-family: "游明朝 Demibold","Yu Mincho Demibold",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  letter-spacing: 0.3px;
}

.page-about .txt-box .margin-botttom {
  margin-bottom: 100px;
  margin-top: -11px;
}

.page-about .txt-box .line-height {
  line-height: 53px;
  margin-top: -15px;
}

.page-about .txt-box {
  margin: 0 auto 90px auto;
  padding-top: 77px;
  width: 605px;
}

.page-about .txt-box:after {
  background: url(../img/about/bg_about.jpg) no-repeat;
  background-size: 100%;
  bottom: -42px;
  content: "";
  height: 193px;
  margin: auto;
  position: absolute;
  left: 44px;
  top: 0;
  width: 785px;
  z-index: -1;
}

.page-about .txt-box .page-bt {
  font-size: 14px;
  text-align: right;
  margin-bottom: 11px;
}

.page-about .txt-box .page-bt a {
  padding-left: 21px;
  position: relative;
}

.page-about .txt-box .page-bt a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
}

.page-about .block02 p {
  font-size: 16px;
  line-height: 53px;
}

.page-about .block02 img {
  width: 53px;
  height: auto;
}

.page-about .block02 {
  border: 8px solid #f5f4f4;
  margin: 0 auto -12px;
  width: 605px;
  position: relative;
  text-align: center;
  padding: 27px;
}

.page-about .box {
  font-size: 18px;
  margin: auto;
  display: inline-block;
  line-height: 66px;
  margin-right: 118px;
}

.page-about .block02 a + a {
  margin-left: 23px;
}

.page-about .pc-none {
  display: none;
}

/*------------------------------------------------------------------------------
  writers
------------------------------------------------------------------------------*/
.post-type-archive-writers .new-contents-block .inner-block {
  width: 810px;
}

@media screen and (min-width: 641px) {

  .writer-contents-ul li {
    float: left;
    margin: 0 86px 50px 0;
    position: relative;
    width: 206px;
  }

  .writer-contents-ul li:nth-child(3n) {
    margin-right: 0;
  }

  .writer-contents-ul li:nth-child(3n-2) {
    clear: both;
  }

}

.writer-contents-ul li .image {
  display: block;
  margin: 0 0 3px;
  width: 208px;
}

.writer-contents-ul li img {
  max-width: 206px;
  width: 206px;
}

.writer-contents-ul li a {
  color: #ff6600;
  font-size: 17px;
  text-decoration: underline;
  text-decoration-color: #ffc0a8;
}

.writer-contents-ul li .circle-img {
   border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.writer-contents-ul li .catchcopy {
  font-size: 15px;
}

.writer-contents-ul li .catchcopy {
  font-size: 15px;
}

.writer-contents-ul li .title a:hover,
.writer-contents-ul li .tag-box a:hover {
  opacity: 1;
  text-decoration: underline;
}

.post-type-archive-writers .txt-box p {
  line-height: 27px;
  margin-bottom: 60px;
}

.post-type-archive-writers .txt-box a {
  color: #ff6600;
  text-decoration: underline;
  text-decoration-color: #ffc0a8;
}

.writer-contents-ul {
  margin-bottom: 80px;
}

.writer-contents-ul li .image,
.writer-contents-ul li .writer-name,
.writer-contents-ul li .catchcopy {
  text-align: center;
}
/*------------------------------------------------------------------------------
  writers/template
------------------------------------------------------------------------------*/
.single-writers .contents-title {
  margin: 0 0 68px;
}

.single-writers .writer-profile .writer-name .name-ja {
  font-size: 20px;
  display: inline-block;
  margin: 0 18px 0 0;
}

.single-writers .writer-profile .writer-name .name-en {
  font-size: 16px;
  color: #ffad8d;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  padding-bottom: 3px;
}

.single-writers .writer-profile .profile-txt .writer-link a {
  color: #ff6600;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: #ffc0a8;
}

.single-writers .writer-profile .profile-txt p {
  margin-bottom: 12px;
}

.single-writers .writer-profile .profile-txt .writer-link {
  margin-bottom: 0;
}

.single-writers .writer-profile .writer-name {
  float: right;
  margin-bottom: 8px;
  width: 570px;
}

.single-writers .writer-profile .profile-txt {
  float: right;
  width: 570px;
}

.single-writers .writer-profile .writer-image {
  border-radius: 50%;
  border: 1px solid #ccc;
  float: left;
  overflow: hidden;
  width: 206px;
}

.single-writers .writer-profile .writer-image img {
  width: 100%;
}

.single-writers .writer-profile .profile-txt:after {
  clear: both;
}

.single-writers .writer-profile {
  width: 800px;
  margin: 0 auto 85px auto;
}
.single-writers .writer-page {
  width: 800px;
  margin: 0 auto;
}

.single-writers .writer-page .img,
.single-writers .writer-page .right {
  display: table-cell;
  vertical-align: top;
}

.single-writers .writer-page .img {
  width: 125px;
}

.single-writers .writer-page .img .inner {
  display: block;
  height: 125px;
  position: relative;
  overflow: hidden;
  width: 125px;
}

.single-writers .writer-page .img img{
  bottom: -100%;
  right: -100%;
  left: -100%;
  top: -100%;
  margin: auto;
  max-width: 999%;
  position: absolute;
  height: 100%;
  width: auto;
}

.single-writers .writer-page .right {
  width: auto;
  text-align: left;
  padding: 0 0 0 20px;
}

.single-writers .writer-page .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 23px 0;
  width: 384px;
}

.single-writers .writer-page .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-writers .writer-page .txt {
  font-size: 16px;
}

.single-writers .writer-page ul {
  margin: 0;
  width: 100%;
}

.single-writers .writer-page li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.single-writers .writer-page li:nth-child(2n) {
  float: right;
}
.single-writers .writer-page li:nth-child(2n+1) {
  clear: both;
}

.paging-area {
  clear: both;
  margin: 45px auto 90px;
  position: relative;
  text-align: center;
  width: 760px;
}

.paging-area .page-numbers {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}

.paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

.paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.paging-area .prev ,
.paging-area .next {
  display: inline-block;
  position: absolute;
  top: 0;
}
.paging-area .prev { left: 0; text-align: left; }
.paging-area .next { right: 0; text-align: right; }

.paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.paging-area .next a {
  position: relative;
  margin-left: 230px;
}

.single-writers .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.single-writers .back a {
  position: relative;
  color: #747474;
}

.single-writers .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.single-writers .back img {
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
.page-contact .feedback-block,
.page-contact .mail-01-block,
.page-contact .mail-02-block {
  border: 16px solid #f5f4f4;
  width: 800px;
  padding: 24px;
  margin: 0 auto 30px auto;
  overflow: auto
}

.page-contact .feedback-block p a,
.page-contact .mail-01-block p a,
.page-contact .mail-02-block p  a {
  color: #ff6600;
  border-bottom: 1px solid #FF6600;
}



.page-contact .ttl {
  font-size: 24px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 13px;
}

.page-contact .ttl .pc-none {
  display: none;
}

.page-contact .feedback-block .individual,
.page-contact .feedback-block .corporation {
  margin: 23px 0 0 0;
}

.page-contact .feedback-block .individual a,
.page-contact .feedback-block .corporation a {
  border: 1px solid #8a8a8a;
  display: inline-block;
  width: 341px;
  height: 78px;
  text-align: center;
  position: relative;
}

.page-contact .feedback-block .individual p,
.page-contact .feedback-block .corporation p {
  color: #666666;
  font-size: 16px;
  line-height: 78px;
}

.page-contact .feedback-block .individual {
  float: left;
}

.page-contact .feedback-block .corporation {
  float: right;
}

.page-contact .feedback-block .individual a:before {
  background: url(../img/contact/ico_customer.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 39px;
  margin: auto auto auto 3px;
  position: absolute;
  left: 20px;
  top: 0;
  width: 35px;
}

.page-contact .feedback-block .individual a:after {
  background: url(../img/contact/ico_link.svg) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 15px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 20px;
  top: -3px;
  width: 15px;
}

.page-contact .feedback-block .corporation a:before {
  background: url(../img/contact/ico_company.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 36px;
  margin: auto auto auto 4px;
  position: absolute;
  left: 20px;
  top: 0;
  width: 41px;
}

.page-contact .feedback-block .corporation a:after {
  background: url(../img/contact/ico_link.svg) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 15px;
  margin: auto 0 auto auto;
  position: absolute;
  right: 20px;
  top: -3px;
  width: 15px;
}

.page-contact .mail-01-block p,
.page-contact .mail-02-block p {
  margin: 26px auto 0 auto;
}

.page-contact .mail-02-block .heading {
  margin: 20px auto 0 auto;
  border-left: 3px solid #5d5d5b;
  padding-left: 15px;
}

.page-contact .mail-02-block ol {
  margin: 16px auto 0 auto;
}

.page-contact .atsign img{
  vertical-align: middle;
}

.page-contact .atsign img.pcImg {
  display: inline;
}
.page-contact .atsign img.spImg {
  display: none;
}

.page-contact .annotation {
  width: 798px;
  margin: 0 auto -25px auto;
  letter-spacing: -0.5px;
}

.page-contact .annotation li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
  list-style: none;
  padding-bottom: 2px;
}

.page-contact .annotation li:before {
  content: "※";
}

.page-contact .annotation a {
  color: #ff6600;
  text-decoration: underline;
  padding-right: 4px;
}

.page-contact .annotation a:after {
  background: url(../img/contact/ico_link.svg) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 11px;
  right: 2px;
  top: 2px;
  width: 11px;
  margin-left: 3px;
}

.page-contact .atsign img {
    width: 15px;
}

/*------------------------------------------------------------------------------
  free_word
------------------------------------------------------------------------------*/
.search .block {
  width: 800px;
  margin: 0 auto 60px;
}

.search .block .strong {
  color: #ff6600;
}

.search .freeword-title:before {
  background: none;
}

.search .block ul li a {
  display: block;
  color: #000;
}

.search .block .img,
.search .block .right-ttl,
.search .block .right {
  display: table-cell;
  vertical-align: top;
}

.search .block .img {
  width: 125px;
  float: left;
  margin-right: 20px;
}

.search .block .img .inner {
  display: block;
  height: 125px;
  position: relative;
  overflow: hidden;
  width: 125px;
}

.search .block .img img {
  bottom: -100%;
  right: -100%;
  left: -100%;
  top: -100%;
  margin: auto;
  max-width: 999%;
  position: absolute;
  height: 100%;
  width: auto;
}

.search .block .right-ttl,
.search .block .right {
  width: 655px;
  text-align: left;
  float: right;
}

.search .block .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
}

.search .block .ttl {
  font-size: 18px;
  margin-bottom: 5px;
}

.search .block .txt {
  font-size: 15px;
}

.search .block ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.search .block li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
}


.search .paging-area {
  clear: both;
  margin: 45px auto 90px;
  position: relative;
  text-align: center;
  width: 760px;
}

.search .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.search .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.search .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.search .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .search .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.search .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.search .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.search .paging-area .prev ,
.search .paging-area .next {
  display: inline-block;
}

.search .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.search .paging-area .next a {
  position: relative;
  margin-left: 230px;
}

.search-result-form {
  margin: 60px auto 80px;
  position: relative;
  width: 400px;
}

.search-result-form input[type="text"] {
  border: 1px solid #d2d2d2;
  padding: 13px 25px 13px 10px;
  width: 100%;
  font-size: 12px;
  border-radius: 2px;
}

.search-result-form input[type="image"] {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 20px;
}



/*------------------------------------------------------------------------------
  review
------------------------------------------------------------------------------*/
.post-type-archive-review .ttl-block {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}

.post-type-archive-review .ttl-block h1 {
  font-size: 32px;
}

.post-type-archive-review .feature .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.post-type-archive-review .feature ul li a {
  display: block;
  color: #000;
}

.post-type-archive-review .feature .img,
.post-type-archive-review .feature .right {
  display: table-cell;
  vertical-align: top;
}

.post-type-archive-review .feature .img {
  width: 125px;
}

.post-type-archive-review .feature .img img {
  width: 100%;
}

.post-type-archive-review .feature .right {
  width: 255px;
  text-align: left;
  padding: 0 0 0 10px;
}

.post-type-archive-review .feature .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  width: 380px;
}

.post-type-archive-review .feature .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.post-type-archive-review .feature .box-tag {
  font-size: 14px;
  margin: 0;
}

.post-type-archive-review .feature .txt {
  font-size: 16px;
}

.post-type-archive-review .feature ul {
  padding: 60px 55px 55px 55px;
  margin: 0;
  width: 100%;
}

.post-type-archive-review .feature li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.post-type-archive-review .feature li:nth-child(2n) {
  float: right;
}
.post-type-archive-review .feature li:nth-child(2n+1) {
  clear: both;
}

.post-type-archive-review .paging-area {
  clear: both;
  margin: 60px 0 90px 0;
  position: relative;
  text-align: center;
}

.post-type-archive-review .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.post-type-archive-review .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.post-type-archive-review .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.post-type-archive-review .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .post-type-archive-review .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.post-type-archive-review .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-review .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-review .paging-area .prev ,
.post-type-archive-review .paging-area .next {
  display: inline-block;
}

.post-type-archive-review .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.post-type-archive-review .paging-area .next a {
  position: relative;
  margin-left: 230px;
}

.post-type-archive-review .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.post-type-archive-review .back a {
  color: #747474;
  position: relative;
}

.post-type-archive-review .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-review .back img {
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------------------------------------------------
  howto
------------------------------------------------------------------------------*/
.post-type-archive-howto .ttl-block {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}

.post-type-archive-howto .ttl-block h1 {
  font-size: 32px;
}

.post-type-archive-howto .feature .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.post-type-archive-howto .feature ul li a {
  display: block;
  color: #000;
}

.post-type-archive-howto .feature .img,
.post-type-archive-howto .feature .right {
  display: table-cell;
  vertical-align: top;
}

.post-type-archive-howto .feature .img {
  width: 125px;
}

.post-type-archive-howto .feature .img img {
  width: 100%;
}

.post-type-archive-howto .feature .right {
  width: 255px;
  text-align: left;
  padding: 0 0 0 10px;
}

.post-type-archive-howto .feature .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  width: 380px;
}

.post-type-archive-howto .feature .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.post-type-archive-howto .feature .box-tag {
  font-size: 14px;
  margin: 0;
}

.post-type-archive-howto .feature .txt {
  font-size: 16px;
}

.post-type-archive-howto .feature ul {
  padding: 60px 55px 55px 55px;
  margin: 0;
  width: 100%;
}

.post-type-archive-howto .feature li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.post-type-archive-howto .feature li:nth-child(2n) {
  float: right;
}
.post-type-archive-howto .feature li:nth-child(2n+1) {
  clear: both;
}

.post-type-archive-howto .paging-area {
  clear: both;
  margin: 60px 0 90px 0;
  position: relative;
  text-align: center;
}

.post-type-archive-howto .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.post-type-archive-howto .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.post-type-archive-howto .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.post-type-archive-howto .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .post-type-archive-howto .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.post-type-archive-howto .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-howto .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-howto .paging-area .prev ,
.post-type-archive-howto .paging-area .next {
  display: inline-block;
}

.post-type-archive-howto .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.post-type-archive-howto .paging-area .next a {
  position: relative;
  margin-left: 230px;
}

.post-type-archive-howto .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.post-type-archive-howto .back a {
  color: #747474;
  position: relative;
}

.post-type-archive-howto .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-howto .back img {
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------------------------------------------------
  column
------------------------------------------------------------------------------*/
.post-type-archive-column .ttl-block {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 30px;
}

.post-type-archive-column .ttl-block h1 {
  font-size: 32px;
}

.post-type-archive-column .feature .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.post-type-archive-column .feature ul li a {
  display: block;
  color: #000;
}

.post-type-archive-column .feature .img,
.post-type-archive-column .feature .right {
  display: table-cell;
  vertical-align: top;
}

.post-type-archive-column .feature .img {
  width: 125px;
}

.post-type-archive-column .feature .img  img{
  width: 100%;
}

.post-type-archive-column .feature .right {
  width: 255px;
  text-align: left;
  padding: 0 0 0 10px;
}

.post-type-archive-column .feature .box {
  display: table;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
  width: 380px;
}

.post-type-archive-column .feature .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.post-type-archive-column .feature .box-tag {
  font-size: 14px;
  margin: 0;
}

.post-type-archive-column .feature .txt {
  font-size: 16px;
}

.post-type-archive-column .feature ul {
  padding: 60px 55px 55px 55px;
  margin: 0;
  width: 100%;
}

.post-type-archive-column .feature li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.post-type-archive-column .feature li:nth-child(2n) {
  float: right;
}
.post-type-archive-column .feature li:nth-child(2n+1) {
  clear: both;
}

.post-type-archive-column .paging-area {
  clear: both;
  margin: 60px 0 90px 0;
  position: relative;
  text-align: center;
}

.post-type-archive-column .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.post-type-archive-column .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.post-type-archive-column .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.post-type-archive-column .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .post-type-archive-column .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.post-type-archive-column .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-column .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-column .paging-area .prev ,
.post-type-archive-column .paging-area .next {
  display: inline-block;
}

.post-type-archive-column .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.post-type-archive-column .paging-area .next a {
  position: relative;
  margin-left: 230px;
}

.post-type-archive-column .back {
  padding-bottom: 25px;
  margin: 50px 50px 50px 25px;
}

.post-type-archive-column .back a {
  color: #747474;
  position: relative;
}

.post-type-archive-column .back a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 16px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.post-type-archive-column .back img {
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------------------------------------------------
  tag
------------------------------------------------------------------------------*/
.tax-tag_article .tag-block {
  width: 800px;
  margin: 0 auto;
}

.tax-tag_article ul li .date {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.tax-tag_article ul li .series-title {
  font-size: 14px;
  margin: 0;
}

.tax-tag_article ul li .title {
  font-size: 16px;
}

.tax-tag_article ul li .tag-box {
  font-size: 12px;
  width: auto;
  margin-left: 145px;
  text-align: right;
  margin-top: -16px;
}

.tax-tag_article .tag-block .contents-title {
  padding: 50px 0 0;
  margin-bottom: 30px
}

.tax-tag_article .tag-block ul li a {
  color: #000;
  display: block;
}

.tax-tag_article .tag-block .tag-box a {
  display: inline-block;
}

.tax-tag_article .tag-block .img,
.tax-tag_article .tag-block .right {
  display: table-cell;
  vertical-align: top;
}

.tax-tag_article .tag-block .img {
  width: 125px;
}

.tax-tag_article .tag-block .img .inner {
  display: block;
  height: 125px;
  position: relative;
  overflow: hidden;
  width: 125px;
}

.tax-tag_article .tag-block .img img {
  bottom: -100%;
  right: -100%;
  left: -100%;
  top: -100%;
  margin: auto;
  max-width: 999%;
  position: absolute;
  height: 100%;
  width: auto;
}

.tax-tag_article .tag-block .right {
  width: 259px;
  text-align: left;
  padding: 0 0 0 20px;
}

.tax-tag_article .tag-block .wrapper {
  display: block;
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 0;
}

.tax-tag_article .tag-block .box {
  display: table;
}

.tax-tag_article .tag-block .ttl {
  font-size: 12px;
  font-style: oblique;
  font-weight: bold;
  margin-bottom: 5px;
}

.tax-tag_article .tag-block .box-tag {
  font-size: 14px;
  margin: 0;
}

.tax-tag_article .tag-block .txt {
  font-size: 16px;
}

.tax-tag_article .tag-block ul {
  padding: 0;
  margin: 0;
  width: 100%;
}

.tax-tag_article .tag-block li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 48%;
}
.tax-tag_article .tag-block li:nth-child(2n) {
  float: right;
}
.tax-tag_article .tag-block li:nth-child(2n+1) {
  clear: both;
}

.tax-tag_article .paging-area .page-prev-next {
  color: #747474;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}

.tax-tag_article .paging-area .page-numbers .prev {
  left: 0;
  padding: 0 40px;
  position: absolute;
  top: 0;
  width: auto;
}

.tax-tag_article .paging-area .page-numbers .next {
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.tax-tag_article .paging-area .page-numbers.current {
  color: #ff6600;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .tax-tag_article .paging-area .page-numbers:hover {
    color: #ff6600;
    opacity: 1;
  }
}

.tax-tag_article .paging-area .prev a:before {
  background: url(../img/template/template-mark05.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -25px;
  top: 0;
  width: 12px;
}

.tax-tag_article .paging-area .next a:before {
  background: url(../img/template/template-mark03.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: -25px;
  top: 0;
  width: 12px;
}

.tax-tag_article .paging-area .prev ,
.tax-tag_article .paging-area .next {
  display: inline-block;
}

.tax-tag_article .paging-area .prev a {
  position: relative;
  margin-right: 230px;
}

.tax-tag_article .paging-area .next a {
  position: relative;
  margin-left: 230px;
}


/*------------------------------------------------------------------------------
  terms
------------------------------------------------------------------------------*/

.page-terms .txt-box {
  margin-bottom: 30px;
}

.page-terms .txt-box h2 {
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 2.0;
}

.page-terms .inner-block {
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 2.0;
}

.page-terms .txt-box .indent {
  padding: 0 0 0 20px;
}

.page-terms .txt-box .padding-left {
  padding: 0 40px;
}

.page-terms .numberCircle ol  {
  position: relative;
  margin:0;
  padding:0
}

.page-terms .numberCircle ol li  {
  list-style: none;
  list-style-position:outside;
  margin:0;
  padding-left:1.25em;
  margin-bottom: 5px;
}

.page-terms .numberCircle ol li span {
  position: absolute;
  left:0;
  margin:0
}
/*------------------------------------------------------------------------------
  404
------------------------------------------------------------------------------*/
.error404 .notfound-title {
  font-size: 30px;
  text-align: left;
  margin: 0 0 60px;
}

.error404 .txt-box {
  margin: 0 auto 60px auto;
  width: 800px;
}

.error404 .list-btn a {
  padding: 15px 15px 15px 35px;
  position: relative;
}

.error404 .list-btn a:before {
  background: url(../img/common/arrow_left-o.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  left: -230px;
  top: 0;
  width: 12px;
}

.error404 .list-btn a:hover:before {
  left: -245px;
}

.no-rensai-message {
  margin: 20px 0 0;
}

/*------------------------------------------------------------------------------
  comments
------------------------------------------------------------------------------*/
#respond #reply-title,
#respond .logged-in-as,
#respond label,
#respond .form-submit,
#respond .comment-notes,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
  display: none;
}

#comments-submit-btn {
  cursor: pointer;
}

.comment-finish {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
}


/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
ul:after,
.clearfix:after,
.single-article .cnt02 li:after,
.single-article .txt-block li:after,
.single-article .ttl-block:after,
.single-article .sns-block ul:after,
.single-article .txt-box .txt-right:after,
.single-article .right:after,
.single-article .related .right:after,
.single-article .txt-quotation .right:after,
.single-article .cnt04 .txt-right:after,
.single-article .txt-block:after,
.single-article .sns-block:after,
.single-writers .writer-profile:after,
.single-writers .writer-page:after,
.single-writers .writer-profile .writer-name:after,
.single-writers .writer-profile .writer-image:after,
.single-writers .writer-profile .profile-txt:after,
.page-contact .feedback-block .individual:after,
.page-contact .feedback-block .corporation:after,
.page-page .new-contents:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
