/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on: 2020/01/10
    Theme Name: Responsive_2508
    Author: caitaku inc.
    Version: 3.2.8
    Description:
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Theme URI:
    Tags:
    Author URI:
*/

/* ************************************************
*  Initial setting
* ************************************************ */
br.clear { clear: both; font: 0pt/0pt sans-serif; line-height: 0; }
.line {font-size:1px;line-height:1px;}

/* ************************************************
*  WP setting
* ************************************************ */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   text-align: left;
}

.alignright {
   text-align: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/* ************************************************
*  default
* ************************************************ */
@media screen and (min-width: 769px) {
  .header-nav.hidden-phone{min-width: 500px;}
  .btn.txt--sm.header-nav__btn.btn-secondary{padding-right: 19px;}
}


/* ************************************************
*  layout
* ************************************************ */
#container {
    /* margin:0px auto;
    width:980px;
    text-align:left; */

  /* width: 1000px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background: #FFFFFF;
  border-right: 0px solid #993333;
  border-left: 0px solid #993333; */
}


#header , #footer {
    /* width:980px; */
}

#header {
  /* margin: 0px auto;
  width: 1000px;
  text-align: left;
  padding: 0; */
}
#side {
    /* float: right;
    width: 230px;
    margin-top: 20px; */

    /* float: left;
    width: 200px;
    margin-top: 0; */
}

#main {
    /* float: left;
    width: 730px;
    margin-top: 20px; */
    /* float: right;
    width: 780px;
    margin-top: 0; */
}

#footer{
    /* width:980px;
    margin:0 auto;
    padding:45px 0;
    color:#333; */

    /* margin: 0px auto;
    width: 1000px;
    text-align: left;
    color:#333; */
}

/* ************************************************
*  Top_Page
* ************************************************ */
#top_post_list {
    padding: 30px;
}
#top_post_list .top_post {
    margin-bottom: 30px;
}
#top_post_list .post_thumbnail_noimage300 > div {
    width:300px;
    height: 300px;
    line-height: 300px;
    display: table;
    background-color: #666;
    text-align: center;
    font-size: 36px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
#top_post_list .post_thumbnail_noimage300:hover {
    text-decoration: none;
}
#top_post_list .post_thumbnail_noimage300:hover > div {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
#top_post_list .post_list_thumbnail {
  max-width: 180px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
@media screen and (max-width:767px){
  #top_post_list .post_list_thumbnail {
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
#top_post_list .post_list_box {
    /* background-color: #fff; */
    width: 340px;
    float: right;

}
#top_post_list .post_list_box .post_title {
  font-size: 18px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0;
}
@media screen and (max-width:767px){
  #top_post_list .post_list_box .post_title {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
    border: 0;
  }
}
#top_post_list .post_list_box .sub_info {
    /* float: left; */
}
#top_post_list .post_list_box .sub_info,#top_post_list .post_list_box .sub_info a{
  color: #666;
  font-size: 11px;
  line-height: 1.4;
}
#top_post_list .post_list_box .sub_info .sub_info_date {
}
#top_post_list .post_list_box .sub_info .sub_info_author {
}
#top_post_list .post_list_box .content {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 11px;
}
@media screen and (max-width:767px){
  #top_post_list .post_list_box .content {
    display: none;
  }
}
#top_post_list .post_list_box .more {
    /* width:70px; */
    padding:
    text-align;
}
@media screen and (max-width:767px){

}
#top_post_list .post_list_box .more a {
  display: inline-block;
  padding: 5px 30px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
@media screen and (max-width:767px){
  #top_post_list .post_list_box .more a {
    display: none;
  }
}

/* ************************************************
*  detail_page
* ************************************************ */
.post_list_area {

}
#single_post_list .post_list_box {
    padding: 0 30px ;
}
@media screen and (max-width:767px){
  #single_post_list .post_list_box {
      padding: 0 10px ;
  }
}
#single_post_list .post_list_box .post_title {
    font-size: 18px;
    float: left;
    padding-bottom: 0;
    border: 0;
    margin: 0;
}

#single_post_list .post_list_box .sub_info {
    float: right;
    text-align: left;
}
#single_post_list .post_list_box .sub_info .sub_info_date {
  font-size: 12px;
}
#single_post_list .post_list_box .sub_info .sub_info_author {
}

@media screen and (max-width: 992px) {
  #single_post_list .post_list_box .post_title {
    float: none;
  }
  #single_post_list .post_list_box .sub_info{
    margin-top: 10px;
    float: none;
  }
}

#single_post_list ,.post_list_area .np_btn {
    padding: 0 0 60px;
}
.post_list_area .np_btn .pre_link {
    width: 320px;
    word-break: break-all;
}
.post_list_area .np_btn .next_link {
    width: 320px;
    word-break: break-all;
}
#single_post_list .single_post_info {
    padding: 30px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    text-align: center;

}
#single_post_list .single_post_info h3{
  text-align: center;
}
#single_post_list .single_post_detail {
    padding: 10px 30px 60px;
    border-bottom : 1px dotted #333;
}
#single_post_list .single_post_detail .main_image img {
    max-width:100%;
    max-height: none;
    height: auto;
}
#single_post_list .post_thumbnail_noimage730 {
    width:500px;
    height: 500px;
    line-height: 500px;
    display: table;
    background-color: #666;
    text-align: center;
    font-size: 36px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    margin: 0 auto;
}
.single_post_detail .blog_inner {
    padding: 30px 0 60px;
    font-size: 14px;
    word-break: break-all
}
.blog_inner h1,
.blog_inner h2,
.blog_inner h3,
.blog_inner h4,
.blog_inner h5,
.blog_inner h6 {
    margin-bottom: 15px;
    text-align:left;
    line-height: 1.6em;
}
.blog_inner h1 {
   font-size: 2.4em;
   text-align: center;
   margin-bottom: 30px;
   letter-spacing: 0.05em;
   margin-top: 30px;
 }
.blog_inner h2 {
   font-size: 1.8em;
   border-bottom: 2px solid #333;
   padding-bottom: 10px;
   margin-bottom: 20px;
   margin-top: 30px;
 }
.blog_inner h3 {
   font-size: 1.3em;
   border-left: 4px solid #333;
   padding-left: 10px;
   margin-top: 30px;
 }
.blog_inner h4 {
   font-size: 1.17em;
   margin-top: 30px;
 }
.blog_inner h5 {
   font-size: 0.83em;
 }
.blog_inner h6 {
   font-size: 0.67em;
 }
.blog_inner p{
  margin-bottom: 1.5em;
  line-height: 1.6em;
}
.blog_inner ul {
  list-style: disc;
  margin-bottom: 2em;
  margin-left: 20px;
}
.blog_inner ul li{
  list-style: disc;
  line-height: 1.6em;
}

.blog_inner ol {
  list-style: decimal;
  margin-bottom: 2em;
  margin-left: 20px;
}
.blog_inner ol li{
  list-style: decimal;
  line-height: 1.6em;
}
.blog_inner blockquote{
  padding: 40px 30px 30px 30px;
  margin-bottom: 30px;
  background: #f0f0f6;
  position: relative;
  border-left: 4px solid #ddd;
  font-style: italic;
}

.blog_inner blockquote p{
  font-style: italic;
}
.blog_inner blockquote:before{
  content: "”";
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 40px;
  color: #ddd;
  margin-bottom: 20px;
}
.blog_inner strong{
  font-weight: bold;
}
.np_thumnail img , .np_thumnail_noimage  div.noimage {
    line-height: 320px;
    background-color: #666;
    text-align: center;
    font-size: 24px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.np_thumnail ,.np_thumnail_noimage  , .np_thumnail_noimage  div.noimage  {
    width : 320px;
    height: 320px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.np_thumnail  .prev_arrow , .np_thumnail_noimage .prev_arrow {
    width: 40px;
    height: 40px;
    font-size: 34px;
    padding: 0 3px 4px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 135px;
    left: -24px;
}
.np_thumnail  .next_arrow , .np_thumnail_noimage .next_arrow  {
    width: 40px;
    height: 40px;
    font-size: 34px;
    padding: 0 3px 4px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 25px;
    display: block;
    position: absolute;
    top: 135px;
    right: -24px;
}

.np_thumnail a:hover img  , .np_thumnail_noimage a:hover {
    text-decoration: none;
}
.np_thumnail a:hover img > div , .np_thumnail_noimage a:hover > div.noimage {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
.np_btn > div {
    padding-bottom: 60px;
    border-bottom : 1px dotted #333;
}
.np_btn .next_exp,.np_btn .prev_exp
{
    width: 320px;
    word-break: break-all;
}
.np_btn .prev_title ,.np_btn .next_title  {
    font-size: 14px;
    margin-bottom: 10px;
}

/*type=2*/
.np_thumnail_type2 img , .np_thumnail_noimage_type2  div.noimage {
    line-height: 320px;
    background-color: #666;
    text-align: center;
    font-size: 24px;
    color:#fff;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.np_thumnail_type2{
    width : 100% !important;
    display: block;
    text-align: center;
    vertical-align: top;
    position: relative;
}.np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage  {
    width : 320px;
    height: 320px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    position: relative;
}
.np_thumnail_type2 a:hover img  , .np_thumnail_noimage_type2 a:hover {
    text-decoration: none;
}
.np_thumnail_noimage_type2 a {
    text-decoration: none;
}
.np_thumnail_type2 a:hover img > div , .np_thumnail_noimage_type2 a:hover > div.noimage {
    text-decoration: none;
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
.np_btn_type2 li {
    float: left;
    padding-left:14px;
    width: 150px;
    margin-bottom: 15px;
}
/*sns*/
.sns_t {
    padding: 20px;
}
.sns_t li {
    float:left;
    margin-left: 10px;
}
.sns_t li:first-child {
    margin-left: 0;
}
.sns_t li img {
    width: 25px;
    height: 25px;
}
.sns_b {
    position:relative;
    overflow:hidden;
}
.sns_b ul {
    position:relative;
    left:50%;
    float:left;
}
.sns_b li {
    position:relative;
    left:-50%;
    float:left;
    margin-left: 10px;
}
.sns_b li:first-child {
    margin-left: 0;
}
.sns_b li img {
    width: 40px;
    height: 40px;
}
@media screen and (max-width:767px) {
  .sns_t li img {
      width: 20px;
      height: 20px;
  }
  .sns_b li img {
      width: 20px;
      height: 20px;
  }
}
/* ************************************************
*  archive_list
* ************************************************ */
#archive_list {
    padding-bottom: 60px;
    margin: 0 0 30px;
    border-bottom: 1px solid #d7d7d7;
}
#archive_list .archive_list_title {
    padding: 30px 0;
    margin-bottom: 60px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
}
#archive_list .archive_list_title .post_title {
    font-size: 18px;
    width: 460px;
    padding: 0 30px;
}
#archive_list li {
    float: left;
}
#archive_list li.archive_year {

}
#archive_list li.archive_month {
    display: block;
    padding: 0 14px;
    margin: 5px 0;
    border-left: 1px solid #333;
    color: #d7d7d7;
    font-weight: bold;
}
#archive_list li.archive_month a {
    display: block;
}
#archive_list li:nth-child(2) {
    border-left: none;
}
#archive_list li:last-child {
    border-right: 1px solid #333;
}
#archive_list li.noarchive_year {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_year a {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_year:hover a ,#archive_list li.archive_month:hover a {
    text-decoration: none;
}

/* ************************************************
*  error404
* ************************************************ */
#error404 {
    text-align: center;
    width: 500px;
    margin: 0 auto 300px;
    padding-top: 100px;
}
#error404 .error_title {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}
#error404 .error_exp {
    border-top : 1px solid #333;
    border-bottom : 1px solid #333;
    padding: 30px 0;
    font-size: 16px;
}
/* ************************************************
*  bread_crumb
* ************************************************ */
#bread_crumb .container {
    padding: 15px 0;
    /* padding-top: 15px;
    padding-bottom: 15px; */
    /* font-size: 13px; */
}
@media screen and (max-width:767px){
  #bread_crumb {
    /* padding-left: 0; */
    /* padding-right: 0; */
  }
}
#bread_crumb ul {
  display: block;
}
#bread_crumb li {
  display: inline-block;
  font-size: 12px;
}

.series_nav.single_nav ul {
  text-align: left;
  max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.series_nav.single_nav ul li{
  border:none;
  padding:0;
}
.series_nav.single_nav ul li:not(:first-of-type):before{
    content: "\f054";
    font-family: "Font Awesome 5 Free",'FontAwesome';
    padding:0 0.5em;
}
/* ************************************************
*  pagenation
* ************************************************ */
.pagination {
    position: relative;
    height: 100px;
    text-align: center;
}
.pagination span, .pagination a {
    display: inline-block;
    width: auto;
    padding: 8px 0;
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #04394D;
    text-decoration: none!important;
    border-radius: 50%;
    width: 38px;

}
.pagination a.no_border {
    border: 1px solid #fff;
}
.pagination a {
    border: 1px solid #04394D;
    padding: 8px 0;
    width: 38px;
}
.pagination a:hover{
    background-color: #04394D;
    border: 1px solid #04394D;
    color: #fff;
}
.pagination .current{
    padding: 8px 0;
    background-color: #04394D;
    border: 1px solid #04394D;
    color: #fff;
    width: 38px;
}
/* ************************************************
*  main title
* ************************************************ */

.main_title {
    padding: 30px 0;
    margin: 0 0 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.main_title .post_title {
    font-size: 18px;
    width: 460px;
    padding: 0 30px;
}
@media screen and (max-width:767px){
  .main_title .post_title {
      padding: 0 10px;
  }
}
/* ************************************************
*  hover image
* ************************************************ */
a:hover img {
    filter: alpha(opacity=75); /*IE用*/
    -moz-opacity:0.75; /*Firefox用*/
    opacity:0.75; /*Chrome・Safari・Opera用*/
    -webkit-opacity: .75;
}
a img {
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

/* ************************************************
*  ribbon
* ************************************************ */
.ribbon {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
}
.ribbon:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  height: auto;
  background: red;
  content: "New";	/* 表示するテキスト */
  text-align: center;
  color: #fff;
  font-family: 'Arial';
  font-weight: bold;
  padding: 5px 10px;
  left: -30px;
  top: 3px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:767px){

}
.ribbon div ,
.ribbon img {
    margin-bottom: 0;
}
.ribbon a{
  display: block;
}
/* ************************************************
*  comments
* ************************************************ */
#comment_area {
    background:#f2f2f2;
    margin-top:1em;
    line-height:1.4em;
}
#comment_area h3#comments {
    font-size:130%;
    margin:0 0 0.7em;
}
#comment_area ol {
    list-style:none;
}
#comment_area ol li {
    overflow: hidden;
}
#comment_area ol li.depth-1{
    border-bottom: 1px #ccc solid;
    margin-bottom: 30px;
    padding:12px 12px 30px;
}
#comment_area ol li ul.children {
    margin-left: 10%;
}
img.avatar {
    margin-right:8px;
    float:left;
}
span.says{
    display:none;
}
cite.fn {
    font-size:90%;
}
div.comment-meta {
    font-size:80%;
}
div.comment-meta:after {
    content:'';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.comment-body p {
    font-size:90%;
    color:#000;
    margin:10px;
}
div.reply {
    margin-bottom:0.2em
}
div.reply:after {
    content:'';
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
div.reply a {
    text-align: right;
}
#respond {
    background:rgba(255,255,255,0.4);
    padding:1em;
    margin: 20px 0;
}
#respond h3#reply-title {
    font-size:130%;
    color:#000;
}
#respond h3#reply-title small a {
    font-size:70%;
    text-decoration:underline;
}
#respond p {
    margin-bottom:0.5em;
}
#respond p.commentNotesBefore, #respond p.commentNotesAfter {
    font-size:80%;
}
#respond p.form-submit {
    margin : 30px 0;
    text-align: center;
}
input#author, input#email, textarea#comment {
    width:98%;
    border:1px #d7d7d7 solid;
    margin-top:0;
    font-size:14px;
    padding:7px 1%;
    color:#000;
}
textarea#comment {
    line-height:1.6em;
}
input#submit{
    cursor:pointer;
    font-size:110%;
    padding: 5px 1em;
    margin:0;
    color: #fff;
    background: #555;
    border:none;
}
.comment-np-btn {
    margin: 20px 0 0;
}
.comment-pre ,.comment-next{
    cursor:pointer;
    font-size:110%;
    margin:0;
    border:none;
}
.comment-next {
    float: right;
}

/* ************************************************
*  wp
* ************************************************ */
.wp-caption,
.wp-caption-text  {}
.sticky {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter{}
.gallery-caption {}
.screen-reader-text {}


/* ************************************************
*  tips
* ************************************************ */
/* margin */
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }
.mb70 { margin-bottom:70px; }
.mb80 { margin-bottom:80px; }
.mb90 { margin-bottom:90px; }
.mb100 { margin-bottom:100px; }
.mb115 { margin-bottom:115px; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt70 { margin-top:70px; }
.mt80 { margin-top:80px; }
.mt90 { margin-top:90px; }
.mt100 { margin-top:100px; }
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 0.5%; }
.mar_t_5 { margin-top: 0.5%; }
.mar_r_5 { margin-right: 0.5%; }
.mar_b_5 { margin-bottom: 0.5%; }
.mar_l_5 { margin-left: 0.5%; }
.mar_t_8 { margin-top: 0.8%; }
.mar_10 { margin: 1%; }
.mar_t_10 { margin-top: 1%; }
.mar_r_10 { margin-right: 1%; }
.mar_b_10 { margin-bottom: 1%; }
.mar_l_10 { margin-left: 1%; }
.mar_20 { margin: 2%; }
.mar_t_20 { margin-top: 2%; }
.mar_r_20 { margin-right: 2%; }
.mar_b_20 { margin-bottom: 2%; }
.mar_l_20 { margin-left: 2%; }
.mar_30 { margin: 3%; }
.mar_t_30 { margin-top: 3%; }
.mar_r_30 { margin-right: 3%; }
.mar_b_30 { margin-bottom: 3%; }
.mar_l_30 { margin-left: 3%; }
.mar_50 { margin: 5%; }
.mar_t_50 { margin-top: 5%; }
.mar_r_50 { margin-right: 5%; }
.mar_b_50 { margin-bottom: 5%; }
.mar_l_50 { margin-left: 5%; }

/* padding */
.pad_v_10 { padding: 1% 0; }
.pad_v_20 { padding: 2% 0; }
.pad_v_30 { padding: 3% 0; }
.pad_h_10 { padding: 0 10%; }
.pad_h_20 { padding: 0 20%; }
.pad_h_30 { padding: 0 30%; }

.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 0.5%; }
.pad_t_5 { padding-top: 0.5%; }
.pad_r_5 { padding-right: 0.5%; }
.pad_b_5 { padding-bottom: 0.5%; }
.pad_l_5 { padding-left: 0.5%; }
.pad_10 { padding: 1%; }
.pad_t_10 { padding-top: 1%; }
.pad_r_10 { padding-right: 1%; }
.pad_b_10 { padding-bottom: 1%; }
.pad_l_10 { padding-left: 1%; }
.pad_20 { padding: 2%; }
.pad_t_20 { padding-top: 2%; }
.pad_r_20 { padding-right: 2%; }
.pad_b_20 { padding-bottom: 2%; }
.pad_l_20 { padding-left: 2%; }
.pad_30 { padding: 3%}
.pad_t_30 { padding-top: 3%; }
.pad_r_30 { padding-right: 3%; }
.pad_b_30 { padding-bottom: 3%; }
.pad_l_30 { padding-left: 3%; }

/* margin px */
.mar_5p { margin: 5px; }
.mar_t_5p { margin-top: 5px; }
.mar_r_5p { margin-right: 5px; }
.mar_b_5p { margin-bottom: 5px; }
.mar_l_5p { margin-left: 5px; }
.mar_t_8p { margin-top: 8px; }
.mar_10p { margin: 10px; }
.mar_t_10p { margin-top: 10px; }
.mar_r_10p { margin-right: 10px; }
.mar_b_10p { margin-bottom: 10px; }
.mar_l_10p { margin-left: 10px; }
.mar_t_20p { margin-top: 20px; }
.mar_r_20p { margin-right: 20px; }
.mar_b_20p { margin-bottom: 20px; }
.mar_l_20p { margin-left: 20px; }
.mar_t_30p { margin-top: 30px; }
.mar_r_30p { margin-right: 30px; }
.mar_b_30p { margin-bottom: 30px; }
.mar_l_30p { margin-left: 30px; }
.mar_t_50p { margin-top: 50px; }
.mar_r_50p { margin-right: 50px; }
.mar_b_50p { margin-bottom: 50px; }
.mar_l_50p { margin-left: 50px; }

/* padding px  */
.pad_v_10p { padding: 10px 0; }
.pad_v_20p { padding: 20px 0; }
.pad_v_30p { padding: 30px 0; }
.pad_h_10p { padding: 0 10px; }
.pad_h_20p { padding: 0 20px; }
.pad_h_30p { padding: 0 30px; }
.pad_0p { padding: 0; }
.pad_t_0p { padding-top: 0; }
.pad_r_0p { padding-right: 0; }
.pad_b_0p { padding-bottom: 0; }
.pad_l_0p { padding-left: 0; }
.pad_5p { padding: 5px; }
.pad_t_5p { padding-top: 5px; }
.pad_r_5p { padding-right: 5px; }
.pad_b_5p { padding-bottom: 5px; }
.pad_l_5p { padding-left: 5px; }
.pad_10p { padding: 10px; }
.pad_t_10p { padding-top: 10px; }
.pad_r_10p { padding-right: 10px; }
.pad_b_10p { padding-bottom: 10px; }
.pad_l_10p { padding-left: 10px; }
.pad_20p { padding: 20px; }
.pad_t_20p { padding-top: 20px; }
.pad_r_20p { padding-right: 20px; }
.pad_b_20p { padding-bottom: 20px; }
.pad_l_20p { padding-left: 20px; }
.pad_30p { padding: 30px}
.pad_t_30p { padding-top: 30px; }
.pad_r_30p { padding-right: 30px; }
.pad_b_30p { padding-bottom: 30px; }
.pad_l_30p { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
.va-top { vertical-align: top; }
.va-middle { vertical-align: middle; }

/* text align */
.txt-left { text-align: left;}
.txt-right { text-align: right;}
.txt-center { text-align: center;}

/* inline */
.inline {
    display: inline-block;
}

/* float */
.fll { float: left; }
.flr { float: right;}

/* clear */
.clear { clear: both;}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}

/* display */
.dis_none {
    display: none;
}


@charset "utf-8";

/* ************************************************
*  default
* ************************************************ */

/* ************************************************
* image
* ************************************************ */
/*記事一覧　画像サイズ*/
#top_post_list .post_thumbnail_noimage300 > div {
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 180px;
}
@media screen and (max-width:767px){
  #top_post_list .post_thumbnail_noimage300 > div {
      line-height: 100px;
  }
}
.post_list_area .np_btn .pre_link,
.post_list_area .np_btn .next_link {
    width: 180px;
    word-break: break-all;
}
#top_post_list .post_list_thumbnail img {
    max-width: 100%;
}
/*記事詳細　メイン画像サイズ*/
#single_post_list .post_thumbnail_noimage730 {
    width: 500px;
    height: 500px;
    line-height: 500px;
}

/*記事詳細　前後記事画像サイズ type=1*/
.np_thumnail,.np_thumnail_noimage, .np_thumnail_noimage div.noimage {
    width: 320px;
    height: 320px;
}
.np_thumnail img {
    max-width: 320px;
    max-height: 320px;
}
.np_btn .next_exp, .np_btn .prev_exp,
.np_btn .next_exp, .np_btn .prev_exp {
    width: 300px;
    word-break: break-all;
}
.post_list_area .np_btn .pre_link,
.post_list_area .np_btn .next_link {
    width: 300px;
    word-break: break-all;
}
.np_thumnail img, .np_thumnail_noimage div.noimage {
    line-height: 320px;
}

/*記事詳細　記事画像サイズ type=2*/
/*サムネイルあり*/
.np_btn_type2 li {
    padding-left: 16px;
}
.np_btn_type2 li , .np_thumnail_type2 , .np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage   {
    width : 165px;
}
.np_thumnail_type2{
}
.np_thumnail_type2 a{
  display: block;
  width: auto;
  position: relative;padding-top: 100%;
  overflow: hidden;
}
.np_thumnail_type2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  margin: auto;
}
/*サムネイルなし*/
.np_thumnail_noimage_type2  , .np_thumnail_noimage_type2  div.noimage  {
    height: 165px;
}
.np_thumnail_type2 img, .np_thumnail_noimage_type2 div.noimage {
    line-height: 150px;
    font-size: 14px;
    max-width: 100%;
}
/*type=2の時有効にする*/
#single_post_list .single_post_detail {
    padding: 10px 0px 0;
    border-bottom: none;
}
/*画像以外*/
#single_post_list .title_type2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
}
#single_post_list .cate_type2, #single_post_list .date_type2, #single_post_list .author_type2 {
    font-size: 10px;
    line-height: 12px;
}
.np_thumnail_noimage_type2 a {
    text-decoration: none;
}



/* ************************************************
*  header
* ************************************************ */
/* ************************************************
*  side
* ************************************************ */
/* ************************************************
*  main
* ************************************************ */
#top_post_list {
    padding: 1.0rem 0;
}
#top_post_list .post_list_box {
    /* background-color: #fff; */
    width: calc(100% - 150px);
    max-width: calc(100% - 150px);
    float: right;
    text-align: left;
    padding-left: 20px;
}
@media screen and (max-width:767px){
  #top_post_list .post_list_box {
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
/* ************************************************
 * footer
 * ************************************************ */
/* ************************************************
 * archive
 * ************************************************ */
#archive_list li.archive_year a {
    display: block;
    padding: 5px 24px;
    background-color: #333;
    color: #fff;
}
#archive_list li.archive_month {
    display: block;
    padding: 0 14px;
    margin: 5px 0;
    border-left: 1px solid #333;
    color: #d7d7d7;
    font-weight: bold;
}
#archive_list li:nth-child(2) {
    border-left: none;
}
/* ************************************************
 * detail
 * ************************************************ */
/* .blog_inner h1,
.blog_inner h2,
.blog_inner h3,
.blog_inner h4,
.blog_inner h5,
.blog_inner h6 {
    border-bottom: 1px dotted #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-align:left;
    color: #004b64;
} */
.single_post_detail .blog_inner {
    font-size: 14px;
}
/* .blog_inner h1 { font-size: 2em; }
.blog_inner h2 { font-size: 1.5em; }
.blog_inner h3 { font-size: 1.17em; }
.blog_inner h4 { font-size: 1.33em; }
.blog_inner h5 { font-size: 0.83em; }
.blog_inner h6 { font-size: 0.67em; } */
.single_post_detail .blog_inner {
    font-size: 14px;
}
.np_thumnail .prev_arrow, .np_thumnail_noimage .prev_arrow,
.np_thumnail .next_arrow, .np_thumnail_noimage .next_arrow {
    line-height: 45px;
}
.np_thumnail a , .np_thumnail_noimage a , .np_thumnail_noimage div.noimage a  {
    text-decoration: none;
}
/* ************************************************
 * list
 * ************************************************ */
#top_post_list .post_list_thumbnail a {
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 100%;
}
#top_post_list .post_list_thumbnail img{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}



/* 記事一覧パーツのレスポンシブ対応 */
.top_post{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.noimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* 記事詳細 */
.sub_info_cate,.sub_info_date{
  line-height: 1.2;
  margin-bottom: 5px;
}
.sub_info_cate{
  display: block;
  text-align: left;
  margin-top: 10px;
}

.sub_info_cate a{
  display: inline-block;
  padding: 5px 8px;
  background: #999;
  color: #FFF !important;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 6px;
  font-size: 12px;
}
/* 固定ページ */
.pageContainer{
  margin-top: 20px;
}

.overTitle__date{
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
  text-align: left;
}

iframe.wp-embedded-content {
    max-width: 100%;
}


/* フッター検索フォーム */
#footer .dispTop {
  display: none;
}

@media (max-width: 480px) {
  #footer .dispTop {
    display: block;
    width: 100%;
  }
}

#footer .searchform {
  position: relative;
}

#footer .searchform input {
  width: 75%;
  background: #fff;
}

#footer .searchform i {
  position: absolute;
  top: 25%;
  right: 23%;
  color: #666;
  font-size: 16px;
}

#footer .searchform button {
  padding: 4px 0;
  background: #dfdfdf;
  width: 19%;
}



.drawer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  padding: 2vw;
  margin: 0;
  margin: 0;
  background: transparent;
}

.drawer_bnr > figure {
  width: 32vw;
  height: 32vw;
  padding: 0;
  background: #A1A1A1;
  margin: 1vw;
  flex: 0 0 32vw;
}

.drawer_bnr .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
  width: 65vw;
  margin: 1vw;
  font-size: 2.8vw;
}

.drawer_bnr .desc h3.title {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

.drawer_bnr .desc .comment {
  width: 100%;
  margin: 10px 0 5px;
}

.drawer_bnr .desc .spec {
  width: 50%;
}

.drawer_bnr .desc .btn_bk {
  width: 100%;
  font-size: 10px;
}

.drawer_bnr .desc .btn_bk a {
  display: block;
  text-align: center;
  background: #f3ea70;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 2.0;
  font-size:10px!important;
    width: 100px;
    padding: 0;
}
@media screen and (min-width: 769px){
  .drawer_bnr {
    width: 750px;
    padding: 10px;
    margin: 40px auto;
  }
  .drawer_bnr > figure {
    width: 200px;
    height: 200px;
    margin: 10px;
    flex: 0 0 200px;
  }
  .drawer_bnr .desc {
    width: 510px;
    margin: 10px;
    font-size: 16px;
  }
  .drawer_bnr .desc h3.title {font-size: 1.5em;}
  .drawer_bnr .desc .comment {width: 100%;}
  .drawer_bnr .desc .spec  {
    width: 60%;
  }
  .drawer_bnr .desc .btn_bk {
    width: 33%;
  }
  .drawer_bnr .desc .btn_bk a {
  }
}

.drawer_bnr .desc .btn_bk a {
    background: transparent;
    color: #222;
    font-size: 2.8vw;
    border: 1px solid;
    font-weight: 100;
    transition: 0.3s;
}
.drawer_bnr .desc .btn_bk a:hover {
   background-color: #000;
   color: #fff;
}
.drawer_bnr .desc .comment {
  line-height: 1.6;
  margin: 5px 0;
  font-size: 10px;
}
.drawer_bnr .desc .spec {
  width: 100%;
  font-weight: 100;
  margin-bottom: 10px;
  line-height: 1;
}
.drawer_bnr > figure {
    height: 50%;
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.drawer_bnr > figure > img {
  height: 100%;
}
.drawer_bnr .desc {
  width: 50%;
  margin: 10px;
  flex-basis:50%;
  text-align: left;
}
.drawer_bnr {
  padding: 0;
}
@media screen and (min-width: 769px) {
  .drawer_bnr {
    width: 700px;
  }
  .drawer_bnr > figure {
    width: 260px;
    height: 260px;
    flex: 0 0 260px;
  }
  .drawer_bnr .desc {
    width: 400px;
    margin: 20px;
  }
  .drawer_bnr .desc .comment {
    line-height: 2;
    margin: 20px 0 -10px;
  }
  .drawer_bnr .desc .spec {
    margin-bottom: 40px;
  }
  .drawer_bnr .desc .btn_bk a {
    font-size: 16px;
  }
  .drawer_bnr .desc .btn_bk {
    font-size: 16px;
    width: 33%;
  }
}

.main_title.drawertop{
    margin-bottom: 10px !important;
    border: none !important;
   }

  /* 230809 */
.sponlyTopNavi {
    padding-bottom: 50px;
}
.sponlyTopNavi h3 {
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #8e8e8e;
}
.seriesWrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  padding-top: 20px;
}
.seriesBlock {
    width: 50%;
}
.seriesBlock a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.seriesBlock a img {
    max-width: 30%;
}
.seriesBlock h3 {
  font-weight: 900;
  color: #222;
  border: none;
  margin-left: 10px;
  font-size: 3.5vw;
}
.seriesBlock p {
  width: 100%;
  color: #999;
  text-align: center;
  font-size: 10px;
}
.seriesWrap > a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.imgBtn_wrap img {
    max-width: 231px;
    width: auto;
    height: auto;
}

/* 231113 */
.conceptD__link{
  display: block;
  color: initial;
}

.conceptD__link + .conceptD__link{
  margin-top: 20px;
}

.conceptD__row {
  display: flex;
  overflow: hidden;
}
.conceptD__img {
  position: relative;
  z-index: 2;
}
.conceptD__img img {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 60px;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: calc(100% - 60px);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px){


  .conceptD__row {
    flex-wrap: wrap;
}
  .conceptD__img, .conceptD__text {
    max-width: 100%;
    flex: 0 0 100%;
}
.conceptD__row .h2C {
  font-size: 18px;
  margin-bottom: 0;
}
.conceptD__row p{
  font-size: 13px;
  font-family: "游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.conceptD__img img {
    position: relative;
    bottom: 0;
    height: auto;
}
.conceptD__text {
  position: relative;
  z-index: 3;
  margin: -60px 15px 0;
  max-width: calc(100% - 30px);
  padding: 5px 20px 30px;
  background: #fff;
  box-sizing: border-box;
  position: relative;

}
.conceptD__text:after{
  display: block;
  content: 'READ MORE';
  bottom: 15px;
  right: 20px;
  text-decoration: underline;
  position: absolute;
  font-size: 12px;
  letter-spacing: 1px;
}
}
