@charset "utf-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
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: 2019/10/21
    Theme Name: PC
    Author: COREKARA inc.
    Version: 3.2.7
    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
* ************************************************ */
* { margin: 0px; padding: 0px; }
html {overflow-y: scroll; height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{border: none; vertical-align:middle;}
a { outline: none; color: #333333;}
a:visited, :link {
    text-decoration: none;
    color: #050505;
}
a:hover { text-decoration: underline; color: #333333; }
br.clear { clear: both; font: 0pt/0pt sans-serif; line-height: 0; }
hr { clear: left; margin: 10px 0;border: 1px solid #eee}
.line {font-size:1px;line-height:1px;}
table{ border-collapse:collapse; }

#bread_crumb {
display: none;
}
.single_post_info {
display: none
}

/* ************************************************
*  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;
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   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
* ************************************************ */
body {
    background: #fff;
    color: #050505;
    font-size: 10px;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height:1.4;
    text-align:center;
    border-top:0px solid #4d4d4d;
    -webkit-text-size-adjust: 100%;
}


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

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

#side {
    float: left;
    width: 220px;
    margin-top: 20px;
}

#main {
    float: right;
    width: 840px;
    margin-top: 20px;
}

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

/* ************************************************
*  Top_Page
* ************************************************ */
#top_post_list {
    padding: 30px;
}
#top_post_list .top_post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
#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;
    -moz-transition: opacity .3s ease-out;
    -ms-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 {
    width: 300px;
    float: left;
}
#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;
}
#top_post_list .post_list_box .sub_info {
    float: left;
}
#top_post_list .post_list_box .sub_info .sub_info_date {
}
time.sub_info_date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.sub_info_cate{
  display: block;
}

.sub_info_cate a{
  display: inline-block;
  padding: 5px 8px;
  background: #999;
  color: #FFF;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 6px;
}

#top_post_list .post_list_box .sub_info .sub_info_author {
}
#top_post_list .post_list_box .content {
    margin-bottom: 10px;
    font-size: 12px;
}
#top_post_list .post_list_box .more {
  text-align: right;
}
#top_post_list .post_list_box .more a {
  display: inline-block;
  padding: 8px 14px;
  text-align: center;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.1em;
}

/* ************************************************
*  detail_page
* ************************************************ */
.post_list_area {
    background-color: #fff;
    border-radius: 5px;
}
#single_post_list .post_list_box {
    padding: 0 30px ;
}
#single_post_list .post_list_box .post_title {
    font-size: 18px;
    float: left;
}
#single_post_list .post_list_box .sub_info {
    float: right;
}
#single_post_list .post_list_box .sub_info .sub_info_date {
}
#single_post_list .post_list_box .sub_info .sub_info_author {
}
#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;
}
#single_post_list .single_post_detail {
    padding: 10px 30px 60px;
    border-bottom : 1px solid #333;
}
#single_post_list .single_post_detail .main_image img {
    max-width:100%;
    max-height: 100%;
}
#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;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    margin: 0 auto;
}

#single_post_list .sub_info_cate{
  margin-top: 10px;
}
.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: 50px;
   letter-spacing: 0.05em;
   margin-top: 30px;
 }
.blog_inner h2 {
   font-size: 1.8em;
   border-bottom: 2px solid #333;
   padding-bottom: 10px;
   margin-bottom: 30px;
   margin-top: 50px;
 }
.blog_inner h3 {
   font-size: 1.3em;
   border-left: 4px solid #333;
   padding-left: 10px;
   margin-top: 30px;
   margin-bottom: 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;
}

.tokuten-title {
	padding: 5px; text-align: center; background-color: #378fc2; color: #fff; font-size: 30px; margin-top: 50px;
}

.fs20 {
	 font-size: 30px; font-weight: bold; text-align: center; margin-top: 80px;
}

.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 10px 30px;
  background: #f0f0f6;
  position: relative;
  border-left: 4px solid #ddd;
  font-style: italic;
  margin-bottom: 20px;
}

.blog_inner blockquote p{
  font-style: italic;
}
.blog_inner blockquote:before{
  content: "”";
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 40px;
  color: #ddd;
}
.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;
    -moz-transition: opacity .3s ease-out;
    -ms-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;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.np_thumnail_type2{
    width : 320px;
    display: table-cell;
    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;
}
/*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;
}
/* ************************************************
*  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 {
  padding: 15px 0;
}
#bread_crumb ul{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#bread_crumb li {
}

#bread_crumb li:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border: 1px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg) translateY(-2px);
  margin: 0;
}

#bread_crumb li > a,
#bread_crumb li > span{
  display: inline-block;
  margin-right: 3px;
}
#bread_crumb li:not(:first-child) > a,
#bread_crumb li:not(:first-child) > span{
  margin-left: 8px;
}

/* ************************************************
*  pagenation
* ************************************************ */
.pagination {
    position: relative;
    height: 100px;
    text-align: center;
}
.pagination span, .pagination a {
    display: inline-block;
    width: auto;
    padding: 8px 13px;
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #999999;
    text-decoration: none!important;

}
.pagination a.no_border {
    border: 1px solid #fff;
}
.pagination a {
    border: 1px solid #999999;
    padding: 8px 13px;
}
.pagination a:hover{
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
}
.pagination .current{
    padding: 8px 13px;
    background-color: #666;
    border: 1px solid #333;
    color: #fff;
}
/* ************************************************
*  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;
}

/* ************************************************
*  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;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

/* ************************************************
*  ribbon
* ************************************************ */
.ribbon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 1px 0 0 1px;
}
.ribbon:after {
    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;
    transform: rotate(-30deg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.ribbon div ,
.ribbon img {
    margin-bottom: 0;
}

/* ************************************************
*  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;
}


/* 記事本文内CSS改良 */
/* .single_post_detail h1{
  text-align: center;
  color: #1b1b1b;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 0;
  border-bottom: 0;

}
.single_post_detail h2{

}
.single_post_detail h3{

}
.single_post_detail h4{

}

.single_post_detail ul li{

}

.single_post_detail ol li{

} */


/* 記事パーツ 20190701*/

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;

}

@media (max-width: 767px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;

}

@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.blog_inner .table-default {
  width: 100%;
  border-collapse: collapse;
  border-top: #aaa solid 1px;
  border-left: #aaa solid 1px;
  box-sizing: border-box;
  margin-bottom: 1em;
line-height: 140%;
}

.blog_inner .table-default th {
  background: #eee;
  padding: 1em;
  border-bottom: #aaa solid 1px;
  border-right: #aaa solid 1px;
  box-sizing: border-box;
}

.blog_inner .table-default td {
  padding: 1em;
  border-bottom: #aaa solid 1px;
  border-right: #aaa solid 1px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .blog_inner .table-default.responsive-stack th {
    width: 100% !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .blog_inner .table-default.responsive-stack td {
    width: 100%;
    display: block;
  }
}

.blog_inner .table-default.thWidthAuto th {
  width: auto;
}

.blog_inner .responsive-scroll {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog_inner .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
    margin-bottom: 4%;
  }
  .blog_inner .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
    padding: 0 15px 15px;
  }
  .blog_inner .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
  .blog_inner .responsive-scroll-container::-webkit-scrollbar {
    height: 5px;
  }
  .blog_inner .responsive-scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .blog_inner .responsive-scroll-container::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.blog_inner .link_arrowIcon a {
  display: inline-block;
  color: #cc0000;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  padding-left: 15px;
}

.blog_inner .link_arrowIcon a:hover {
  opacity: 0.8;
}

.blog_inner .link_arrowIcon a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.blog_inner .highlightBox {
  background: rgba(150, 150, 150, 0.1);
  padding: 3%;
  margin-bottom: 3%;
}

.blog_inner .highlightBox h2, .blog_inner .highlightBox h3, .blog_inner .highlightBox h4, .blog_inner .highlightBox h5 {
  margin-top: 0;
}



/******************************************************
font読み込み
******************************************************/
@font-face {
   font-family: "Noto Sans Japanese";
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woffa"),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
  font-size: 1.4rem;
	font-weight: normal;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  position: relative;
  font-size: 14px;
	font-size: 1.4rem;
  line-height: 1.6;
  font-weigh: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
}
table, th, td {
  border-collapse: collapse;
  font-weight: normal;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
ul, ol, li {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
li {
  vertical-align: top;
  font-size: 1.4rem;
}
img {
  max-width: 100%;
	height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
  vertical-align: baseline;
}
a:hover {
  text-decoration: underline;
}
span {
  vertical-align: baseline;
}
/******************************************************
サイトカラー・使用フォント
******************************************************/
body {
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
input, textarea, select {
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.serif {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS PMincho", "Times New Roman", serif;
}
html, body {
  color: #050505;
}
a {
  color: #050505;
}
/******************************************************
回り込み解除 ※解除したいclassを記述
******************************************************/
.clear:after,
.clearfix:after,
.inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
共通スタイル
******************************************************/
html {
  width: 100%;
}
.contents_area {
  padding: 60px 0;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.main {
  float: right;
  width: 840px;
}
.side {
  float: left;
  width: 220px;
}
h2.h2_title {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;

  font-size: 15px;
  letter-spacing: 0.075em;
}
h2.h2_title span {
  line-height: 1.5;
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}

a.btn_moredetail {
  display: table;
  width: 240px;
  margin: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 60px;
  border-radius: 30px;
  background: #050505;
  text-align: center;
  letter-spacing: -0.1em;
}

a.btn_moredetail.rv {
  background: #fff;
  color: #050505;
  border: solid 2px;
}
.links {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 40px auto 0;
}

.item_detail_tab ul.Btns {
  width:100%;
}
.item_detail_tab ul.Btns>li {
  width:auto;
}
.item_detail_tab ul.Btns li:hover {
  cursor: pointer;
}
.item_detail_tab>div:not([class*="active"]) {
  display: none;
}

.item_detail_tab a.btn_moredetail {
  margin-top: 30px;
}
/******************************************************
ヘッダー
******************************************************/
#h_comment {
  color: #26201D;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  background: #F1F3F3;
}
#h_comment span {
  color: #6CB6D8;
}
#header .h_left {
  float: left;
}
#header .h_right {
  float: right;
}
#header .h_right_top {
  padding: 10px 0;
  text-align: right;
}
#header .h_h1 {
  padding: 8px 0 10px;
  color: #818181;
  font-size: 11px;
}
#header .h_sns {
  display: inline-block;
}
#header .h_sns ul {
  font-size: 0;
  text-align: right;
}
#header .h_sns li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 40px;
}
#header .h_account {
  display: inline-block;
  margin: 0 25px;
}
#header .h_account ul {
  font-size: 0;
  text-align: right;
}
#header .h_account li {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
}
#header .h_account li:nth-child(n+2) {
  margin-left: 25px;
}
#header .h_account li a {
  color: #050505;
}
#header .h_account li a:hover {
  text-decoration: none;
}
#header .h_search {
  display: inline-block;
}
#header .search_cover {
	position: relative;
	width: 190px;
	padding: 0 40px 0 20px;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	background: #fafafa;
	box-sizing: content-box;
}
#header .search_form {
  width: 190px;
  font-size: 12px;
  line-height: 40px;
  outline: none;
   border: none;
  background: none;
}
#header .search_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
#header .h_right_bottom {
  margin-bottom: 10px;
  /* text-align: right; */
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .h_banner {
  display: inline-block;
  font-size: 0;
  text-align: left;
  padding: 0 15px;
}
#header .h_line {
  display: inline-block;
  font-size: 14px;
}
#header .h_delivery {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
#header .h_guide {
  display: inline-block;
}
#header .h_guide ul {
  font-size: 0;
  text-align: left;
}
#header .h_guide li {
  display: inline-block;
  margin-left: 10px;
}
#h_nav {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-sizing: border-box;
  background: #fff;
}
#h_nav a {
  text-decoration: none;
}
#h_nav > ul {
  position: relative;
  font-size: 0;
  text-align: center;
}
#h_nav > ul > li {
  display: inline-block;
  font-size: 12px;
  margin: 0 20px;
}
#h_nav > ul > li > a {
  display: block;
  font-weight: bold;
  line-height: 60px;
  text-decoration: none;
}
#h_nav > ul > li > a:after {
  margin-left: 5px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: #9f9f9f;
}
#h_nav .sub_nav {
  position: absolute;
  display: none;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 10000;
  border-top: 1px solid #dfdfdf;
  background: #fff;
}

#h_nav .sub_nav ul.image {
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
#h_nav .sub_nav ul.image li {
  position: relative;
  display: inline-block;
  width: 15%;
  margin-right: 2%;
  font-size: 14px;
}
#h_nav .sub_nav ul.image li a {
  display: block;
}
#h_nav .sub_nav ul.image li:nth-child(6) {
  margin-right: 0;
}

#h_nav .sub_nav ul.text {
  width: 1100px;
  margin: 0 auto;
  font-size: 0;
  text-align: left;
}
#h_nav .sub_nav ul.text li {
  position: relative;
  display: inline-block;
  width: 18.4%;
  margin-right: 2%;
  font-size: 14px;
}
#h_nav .sub_nav ul.text li a {
  display: block;
  padding-left: 20px;
}
#h_nav .sub_nav ul.text li:nth-child(5n) {
  margin-right: 0;
}
#h_nav .sub_nav ul.text li:nth-child(n+6) {
  margin-top: 20px;
}
#h_nav .sub_nav ul.text li a:before {
  content: "";
  top: 50%;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #050505;
  border-right: 2px solid #050505;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#h_nav .sub_nav ul.text li a:hover:before {
  left: 5px;
}
/******************************************************
トップページ
******************************************************/
/* メインスライダー */
#top_slider {
  margin-bottom: 0px;
  padding: 20px 0;
}
#top_slider .eyecatch div.slick-slide {
  margin: 0 10px;
}
/* トップ重要 */
#top_information {
  margin-bottom: 60px;
}
#top_information .information {
  line-height: 60px;
  background: #eee;
  text-align: left;
  font-size: 0;
}
#top_information .point {
  display: inline-block;
  width: 200px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  background: #050505;
}
#top_information .post {
  display: inline-block;
  width: 900px;
  padding: 0 10px;
  font-size: 14px;
  box-sizing: border-box;
}
/* トップブログ */
#top_blog .blog_list {
  margin-bottom: 60px;
}
#top_blog .blog_list .image {
  margin-bottom: 20px;
}
#top_blog .blog_btn {
  text-align: center;
}
#top_blog .blog_btn a {
  display: inline-block;
  width: 240px;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 60px;
  border-radius: 30px;
  background: #050505;
}
/* トップ新着アイテム */
#top_newitem {
margin-bottom: 30px;
}
#top_newitem .newitem-6,
#top_newitem .newitem {
  margin-bottom: 50px;
}
#top_newitem li {
  text-align: center;
  margin: 0 14px;
	width:200px;
}
#top_newitem li .image {
  margin-bottom: 10px;
}
#top_newitem li .image img {
  width: 100%;
}
#top_newitem .slick-dots {
    bottom: -53px;
}
#top_newitem .slick-dots li {
  position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#top_newitem .slick-dots li button:before {
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '';
	text-align: center;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background: #c1c1c1;
  border-radius: 50%;
}
#top_newitem .slick-dots li button:hover:before,
#top_newitem .slick-dots li button:focus:before {
  background: #050505;
}
#top_newitem .slick-dots li.slick-active button:before {
	background: #050505;
}



/* トップブログ */
#top_blog {
  padding: 60px 0;
  background: #f3f3f3;
}
#top_blog ul {
  font-size: 0;
  text-align: left;
}
#top_blog li {
  display: inline-block;
  width: 340px;
  margin-right: 40px;
  font-size: 14px;
  vertical-align: top;
}
#top_blog li:nth-child(3n) {
  margin-right: 0;
}
/* トップブランド */
/* #top_brand {
  margin-bottom: 60px;
}
#top_brand ul {
  font-size: 0;
  text-align: left;
}
#top_brand li {
  display: inline-block;
  width: 270px;
  margin-right: 15px;
  vertical-align: top;
  text-align: center;
}
#top_brand li:nth-child(3n) {
  margin-right: 0;
}
#top_brand li:nth-child(n+4) {
  margin-top: 30px;
}
#top_brand li .image {
  margin-bottom: 20px;
} */
.list4{
  margin-bottom: 60px;
}
.list4 ul{
  font-size: 0;
  text-align: left;
}
.list4 li{
  position: relative;
  display: inline-block;
  width: 195px;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
}
.list4 li:nth-child(4n) {
  margin-right: 0;
}
.list4 li:nth-child(n+5) {
  margin-top: 30px;
}

/* トップランキング */
.ranking_body,
#top_ranking {
  margin-bottom: 80px;
}
.ranking_body .ranking_btn,
#top_ranking .ranking_btn {
  margin-bottom: 30px;
}
.ranking_body .ranking_btn ul,
#top_ranking .ranking_btn ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.ranking_body .ranking_btn li,
#top_ranking .ranking_btn li {
  display: table-cell;
  color: #7a7a7a;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  border-top: 1px solid #050505;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
}
.ranking_body .ranking_btn li:first-child,
#top_ranking .ranking_btn li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #050505;
}
.ranking_body .ranking_btn li:last-child,
#top_ranking .ranking_btn li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ranking_body .ranking_btn li.btn_active,
#top_ranking .ranking_btn li.btn_active {
  color: #fff;
  background: #4e4e4e;
}
.ranking_body .ranking_item,
#top_ranking .ranking_item {
  display: none;
}
.ranking_body .ranking_item:first-child,
#top_ranking .ranking_item:first-child {
  display: block;
}
.ranking_body .ranking_001,
#top_ranking .ranking_001 {
  display: block;
}
.ranking_body .ranking_list ul,
#top_ranking .ranking_list ul {
  font-size: 0;
  text-align: left;
}
.ranking_body .ranking_list li,
#top_ranking .ranking_list li {
  position: relative;
  display: inline-block;
  width: 195px;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
}
.ranking_body .ranking_list li:nth-child(4n),
#top_ranking .ranking_list li:nth-child(4n) {
  margin-right: 0;
}
.ranking_body .ranking_list li:nth-child(n+5),
#top_ranking .ranking_list li:nth-child(n+5) {
  margin-top: 30px;
}
/* .ranking_body .ranking_list li:nth-child(5n),
#top_ranking .ranking_list li:nth-child(5n) {
  margin-right: 0;
}
.ranking_body .ranking_list li:nth-child(n+6),
#top_ranking .ranking_list li:nth-child(n+6) {
  margin-top: 30px;
}
 */
.ranking_body .image,
#top_ranking .image {
  margin-bottom: 10px;
}
.ranking_body .image img,
#top_ranking .image img {
  width: 100%;
}
.ranking_body h3,
#top_ranking h3 {
  margin-bottom: 3px;
  text-align: center;
}
.ranking_body p,
#top_ranking p {
  text-align: center;
}
.ranking_body .ranking_list li:before,
#top_ranking .ranking_list li:before,
.ranking_body .ranking_list_ct li:before {
  position: absolute;
  width: 24px;
  height: 32px;
  top: 0;
  left: 0;
  padding: 4px 8px;
  color: #fff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  background: url(https://welleg.jp//wp-content/uploads/images/outletshoes_050.png) top left no-repeat;
}
.ranking_body .ranking_list li:first-child:before,
#top_ranking .ranking_list li:first-child:before,
.ranking_body .ranking_list_ct li:first-child:before {
  content: "1";
}
.ranking_body .ranking_list li:nth-child(2):before,
#top_ranking .ranking_list li:nth-child(2):before,
.ranking_body .ranking_list_ct li:nth-child(2):before {
  content: "2";
}
.ranking_body .ranking_list li:nth-child(3):before,
#top_ranking .ranking_list li:nth-child(3):before,
.ranking_body .ranking_list_ct li:nth-child(3):before {
  content: "3";
}
.ranking_body .ranking_list li:nth-child(4):before,
#top_ranking .ranking_list li:nth-child(4):before,
.ranking_body .ranking_list_ct li:nth-child(4):before {
  content: "4";
}
.ranking_body .ranking_list li:nth-child(5):before,
#top_ranking .ranking_list li:nth-child(5):before,
.ranking_body .ranking_list_ct li:nth-child(5):before {
  content: "5";
}
.ranking_body .ranking_list li:nth-child(6):before,
#top_ranking .ranking_list li:nth-child(6):before,
.ranking_body .ranking_list_ct li:nth-child(6):before {
  content: "6";
}
.ranking_body .ranking_list li:nth-child(7):before,
#top_ranking .ranking_list li:nth-child(7):before,
.ranking_body .ranking_list_ct li:nth-child(7):before {
  content: "7";
}
.ranking_body .ranking_list li:nth-child(8):before,
#top_ranking .ranking_list li:nth-child(8):before,
.ranking_body .ranking_list_ct li:nth-child(8):before {
  content: "8";
}
.ranking_body .ranking_list li:nth-child(9):before,
#top_ranking .ranking_list li:nth-child(9):before,
.ranking_body .ranking_list_ct li:nth-child(9):before {
  content: "9";
}
.ranking_body .ranking_list li:nth-child(10):before,
#top_ranking .ranking_list li:nth-child(10):before,
.ranking_body .ranking_list_ct li:nth-child(10):before {
  content: "10";
}

/* カテゴリーランキング */
.ranking_body .ranking_list_ct li,
#top_ranking .ranking_list_ct li {
	position: relative;
	display: inline-block;
	width: 32%;
	margin-right: 3%;
	font-size: 12px;
	text-align: center;
}
.ranking_body .ranking_list_ct li:nth-child(3n),
#top_ranking .ranking_list_ct li:nth-child(3n) {
	margin-right: 0;
}

/* トップピックアップカテゴリー */
.top_pickup_list,
#top_link,
#top_pickup {
  margin-bottom: 6vw;
}
#top_pickup {
  margin-top: 6vw;
}
.top_pickup_caption {
  margin-top: 0.5vw;
  letter-spacing: 0.05em;
}
.top_pickup_list ul,
#top_link ul,
#top_pickup ul {
  font-size: 0;
  text-align: left;
}
.top_pickup_list li ,
#top_pickup li {
  display: inline-block;
  width: 410px;
  margin-right: 20px;
}
.top_pickup_list li:nth-child(2n),
#top_link li:nth-child(2n),
#top_pickup li:nth-child(2n) {
  margin-right: 0;
}
.top_pickup_list li:nth-child(n+3),
#top_link li:nth-child(n+3),
#top_pickup li:nth-child(n+3) {
  margin-top: 20px;
}
/* トップからの導線 */
#top_flow {
	margin-bottom:6vw ;
}
#top_flow ul {
	font-size: 0;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#top_flow li {
	width: 32%;
}
#top_flow li:nth-child(3n) {
	margin-right: 0;
}
#top_flow li:nth-child(n+4) {
	margin-top: 15px;
}
/* シーン別 */
#top_scene {
	margin-bottom:5vw ;
}
#top_scene ul {
	font-size: 0;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#top_scene li {
	width: 32%;
}
#top_scene li:nth-child(3n) {
	margin-right: 0;
}
#top_scene li:nth-child(n+4) {
	margin-top: 15px;
}
/* CVPテキスト */
#top_cvp {
  margin-bottom: 60px;
}
#top_cvp ul {
  width: 830px;
  margin: 40px auto;
}
#top_cvp li {
  line-height: 2.4;
  text-align: justify;
}

/* トップニュース */
#top_news {
  margin-bottom: 60px;
}
#top_news li {
  line-height: 3;
  border-bottom: 1px solid #e6e6e6;
}
/* トップレコメンド */
#top_recommend {
  margin-bottom: 60px;
}
#top_recommend ul {
  font-size: 0;
  text-align: left;
}
#top_recommend li {
  display: inline-block;
  width: 195px;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
}
#top_recommend li:nth-child(4n) {
  margin-right: 0;
}
#top_recommend li:nth-child(n+5) {
  margin-top: 30px;
}
#top_recommend .image {
  margin-bottom: 10px;
}
#top_recommend .image img {
  width: 100%;
}
#top_recommend h3 {
  margin-bottom: 3px;
  text-align: center;
}
#top_recommend p {
  text-align: center;
}
/* 2020-09-25 追加分 */
.ranking_list+a {
  margin-top: 65px;
}

.oneline-news {
  background-color:#F1F3F3;
  margin: 0px 0px 10px 0px;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

#top_slider {
  padding: 0;
}

#top_slider .slick-dots {
  position: static;
  height: 2px;
  margin: 40px auto;
}

#top_slider .slick-dots li button,
#top_slider .slick-dots li {
  height: 100%;
  padding: 0;
}

#top_recommend.multi_recom ul.Btns {
    background: #eee;
    display: table;
  table-layout: fixed;
    margin-bottom: 30px;
    width:100%;
	border:solid 1px #ccc;
  }

  #top_recommend.multi_recom ul.Btns>li {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    height: 50px;
    width: auto;
    line-height: 1.25;
  }

  #top_recommend.multi_recom ul.Btns>li:not(:first-of-type) {
    border-left: solid 1px #ccc;
  }

  #top_recommend.multi_recom ul.Btns>li.active {
    color: #fff;
    background: #050505;
  }

#top_news {
  padding-bottom: 25px;
  margin-bottom: 0;

}

#top_news ul {
  width: 830px;
  margin: 60px auto;
}
/******************************************************
サイド
******************************************************/
/* 共通ボックス */
.side_box {
  margin-bottom: 40px;
}
/* タイトル */
.side_title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 8px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}
.side_title:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 4px;
  left: 0;
  width: 2px;
  height: 18px;
  background: #050505;
}
/* サイドメニュー */
.side_main_menu li {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.side_main_menu li:last-child {
  margin-bottom: 0;
}
/* サイドサブメニュー */
.side_sub_menu {
  margin-top: 10px;
}
.side_sub_menu li {
  font-size: 12px;
  margin-left: 1em;
}
/* サイドカラーメニュー */
.side_color_menu {
  padding: 0 20px;
  font-size: 0;
  text-align: center;
}
.side_color_menu li {
  display: inline-block;
  margin-right: 5px;
}
.side_color_menu li:nth-child(4n) {
  margin-right: 0;
}
.side_color_menu li:nth-child(n+5) {
  margin-top: 5px;
}
/* サイドランキング */
.side_ranking {
  margin-bottom: 40px;
}
.side_ranking h3 {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.side_ranking li:nth-child(n+2) {
  margin-top: 10px;
}
.side_ranking li .title:before {
  font-family: 'Poppins', sans-serif;
}
.side_ranking_box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.side_ranking_box .image {
  display: table-cell;
  padding-right: 10px;
}
.side_ranking_box .title {
  display: table-cell;
  font-size: 12px;
}
.side_ranking li:first-child .title:before {
  content: "No.1";
  font-weight: bold;
}
.side_ranking li:nth-child(2) .title:before {
  content: "No.2";
  font-weight: bold;
}
.side_ranking li:nth-child(3) .title:before {
  content: "No.3";
  font-weight: bold;
}
.side_ranking li .title:before {
    font-family: 'Poppins', sans-serif;
}
/* サイドバナー */
.side_banner {
  margin-bottom: 40px;
}
.side_banner li:nth-child(n+2) {
  margin-top: 10px;
}
/******************************************************
フッター1
******************************************************/
/* 最近チェックした商品 */
#recentry_item {
  margin-bottom: 60px;
}
#recentry_item ul {
  font-size: 0;
  text-align: left;
}
#recentry_item li {
  display: inline-block;
  width: 204px;
  margin-right: 20px;
  font-size: 14px;
  text-align: center;
}
#recentry_item li:nth-child(5n) {
  margin-right: 0;
}
#recentry_item .image {
  margin-bottom: 10px;
}
#recentry_item h3 {
  margin-bottom: 3px;
}
.recentry_item ul {
  font-size: 0;
  text-align: left;
}
.recentry_item li {
  display: inline-block;
  width: 204px;
  margin-right: 20px;
  font-size: 14px;
  text-align: center;
}
.recentry_item li:nth-child(5n) {
  margin-right: 0;
}
.recentry_item .image {
  margin-bottom: 10px;
}
.recentry_item h3 {
  margin-bottom: 3px;
}
/* インスタグラム埋め込み */
#instagram_list {
  margin-bottom: 60px;
}
#instagram_list .instagram {
  position: relative;
  width: 1100px;
  height: 545px;
}
#instagram_list .instagram li {
  position: absolute;
  width: 175px;
  height: 175px;
}
#instagram_list .instagram li:first-child {
  width: 360px;
  height: 360px;
  top: 0;
  left: 0;
}
#instagram_list .instagram li:nth-child(2) {
  top: 0;
  left: 370px;
}
#instagram_list .instagram li:nth-child(3) {
  top: 0;
  left: 555px;
}
#instagram_list .instagram li:nth-child(4) {
  width: 360px;
  height: 360px;
  top: 0;
  left: 740px;
}
#instagram_list .instagram li:nth-child(5) {
  top: 370px;
  left: 0;
}
#instagram_list .instagram li:nth-child(6) {
  top: 370px;
  left: 185px;
}
#instagram_list .instagram li:nth-child(7) {
  width: 360px;
  height: 360px;
  top: 185px;
  left: 370px;
}
#instagram_list .instagram li:nth-child(8) {
  top: 370px;
  left: 740px;
}
#instagram_list .instagram li:nth-child(9) {
  top: 370px;
  left: 925px;
}
#instagram_list  .instagram li img {
  width: 100%;
  height: auto;
}
#instagram_list .instagram li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#instagram_list .instagram li a:hover {
  opacity: .7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* ショッピングフロー */
#shopping_flow {
  margin-bottom: 60px;
}
#shopping_flow .flow_comment {
  margin-bottom: 50px;
  text-align: center;
}
#shopping_flow ul {
  font-size: 0;
  text-align: left;
}
#shopping_flow li {
  display: inline-block;
  width: 152px;
  margin-right: 37.6px;
  vertical-align: top;
}
#shopping_flow li:nth-child(6) {
  margin-right: 0;
}
/* 選ばれる3つの理由 */
#top_reason {
  margin-bottom:60px;
}
#top_reason ul {
  font-size: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
#top_reason li {
  width: 30%;
}
#top_reason li:nth-child(3n) {
  margin-right: 0;
}
#top_reason li:nth-child(n+4) {
  margin-top: 15px;
}
/******************************************************
フッター2
******************************************************/
#footer {
  padding-bottom: 20px;
}
#footer_contents {
	padding: 40px 0 60px;
	padding-bottom: 0;
	font-size: 0;
	text-align: left;
	background: #f5f5f5;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footer_contents .footer_list {
  display: inline-block;
  width: 340px;
  margin-right: 40px;
  font-size: 14px;
  vertical-align: top;
}
#footer_contents .footer_list:last-child {
  margin-right: 0;
}
.footer_box p {
  margin-bottom: 1em;
  font-size: 12px;
}
.footer_box p span {
  font-weight: bold;
}
.footer_title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 8px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
}
.footer_title:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 4px;
  left: 0;
  width: 2px;
  height: 14px;
  background: #050505;
}
.footer_calendar {
  margin-bottom: 40px;
}
.footer_calendar .calendar {
  margin-bottom: 40px;
  font-size: 12px;
}
.footer_calendar .title {
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
#copyright {
	color: #535353;
	font-size: 12px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	width: 100%;
	margin-top: 60px;
}


/******************************************************
フューチャーショップキャンセル
******************************************************/
.layout_body {
  width: 100%;
}
.layout_table {
  width: 1100px;
  margin: 60px auto;
}
.FS2_breadcrumbs {
  width: 100%;
}


/******************************************************
20191129 reright
******************************************************/


/******************************************************
welleg 2020/2/18
******************************************************/
#h_comment{
padding-top:10px;
padding-bottom:10px;
line-height:inherit;
letter-spacing: 0.1em;
background:#eee;
color: #212121;}
#h_comment span {color: #a94860;}




/******************************************************
コマクリ調整用 　2021/7/6
******************************************************/

.fs-pt-list--noMarker > li + li,
.fs-pt-list--unordered > li + li,
.fs-pt-list--ordered > li + li,
.fs-pt-list--note > li + li {
	margin-top: 0;
}

.fs-p-inputGroup {
	display: flex;
	align-items: stretch;
	border: none;
	background: none;
}

.fs-body-top .fs-l-main {
	margin: 10px auto 50px;
	padding: 0;
	max-width: initial;
	display: flex;
	justify-content: center;
}


/******************************************************
スライダー調整　ここから
******************************************************/

.fs-body-top .fs-l-main .slick-dotted.slick-slider {margin:0 0 90px;}

.fs-body-top .fs-l-main .fs-c-slick .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	margin: 0 10px;
}

.fs-body-top .fs-l-main .slick-prev,
.fs-body-top .fs-l-main .slick-next {
  font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: url(https://outletshoes.itembox.design/item/img/images/outletshoes_048.png);
}
.fs-body-top .fs-l-main .slick-next {
	background: url(https://outletshoes.itembox.design/item/img/images/outletshoes_049.png);
}
.fs-body-top .fs-l-main .slick-prev:hover,
.fs-body-top .fs-l-main .slick-prev:focus,
.fs-body-top .fs-l-main .slick-next:hover,
.fs-body-top .fs-l-main .slick-next:focus {
  color: transparent;
	outline: none;
  opacity: .75;
	transition: all 0.2s ease-in-out;
}
.fs-body-top .fs-l-main .slick-prev:hover:before,
.fs-body-top .fs-l-main .slick-prev:focus:before,
.fs-body-top .fs-l-main .slick-next:hover:before,
.fs-body-top .fs-l-main .slick-next:focus:before {
  opacity: 1;
}
.fs-body-top .fs-l-main .slick-prev.slick-disabled:before,
.fs-body-top .fs-l-main .slick-next.slick-disabled:before {
  opacity: .25;
}
.fs-body-top .fs-l-main .slick-prev:before,
.fs-body-top .fs-l-main .slick-next:before {
  font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fs-body-top .fs-l-main .slick-next {
	right: 50%;
  margin-right: -580px;
	z-index: 100;
}
.fs-body-top .fs-l-main .slick-prev {
	left: 50%;
  margin-left: -580px;
	z-index: 100;
}
.fs-body-top .fs-l-main .slick-prev::before,
.fs-body-top .fs-l-main .slick-next::before {display: none;}

.fs-body-top .fs-l-main .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.fs-body-top .fs-l-main .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}

.fs-body-top .fs-l-main .slick-dots li button::before {
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 2px;
	content: '';
	text-align: center;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #c1c1c1;
	opacity: 1;
}

.fs-body-top .fs-l-main .slick-dots li.slick-active button::before {background-color:#050505;}


/******************************************************
スライダー調整　ここまで
******************************************************/

/******************************************************
トップ調整　ここから
******************************************************/

#_rcmdjp_display_1{width:100%;}

.fs-body-top .fs-l-pageMain {
	max-width: 840px;
	width: 100%;
	margin-left: 40px;
	margin-top: 40px;
}

.fs-l-pageMain .messagebox {
	position: relative;
	padding: 1em 1.5em 1em 1.5em;
	margin: 0 0 50px;
}

.fs-l-pageMain .bnrs li{margin-bottom:20px;}

/******************************************************
トップ調整　ここまで
******************************************************/

/******************************************************
サイド調整　ここから
******************************************************/





/******************************************************
サイド調整　ここまで
******************************************************/

/******************************************************
コマクリ用調整　ここから
******************************************************/
.fs-l-pageMain {
	max-width: 840px;
	width: 100%;
	margin-left: 40px;
}

.fs-c-breadcrumb {
	font-size: 1.2rem;
	max-width: 100%;
	margin: 0;
	padding: 5px 0;
	background: #f5f5f5;
}

.fs-c-breadcrumb__list {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 5px;
	max-width: 1100px;
	margin: auto;
}

.fs-l-main {
	margin: 24px auto;
	padding: 0;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fs-body-cart .fs-l-pageMain,
.fs-body-checkout .fs-l-pageMain {
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	margin-top: 40px;
}

.fs-c-productNameHeading__copy {
	font-size: 0.8em;
	font-weight: normal;
	display: block;
}

.fs-body-product #fs_form .fs-l-productLayout__item {text-align:left;}
.fs-body-product #fs_form .fs-l-productLayout__item .fs-c-productNumber {
	margin-right: calc(100% - 250px);
	max-width: calc( 250px + 8px + 8px);
}
.fs-body-product #fs_form .fs-l-productLayout__item .fs-c-productPrices {display: inline-block; width: auto;}
.fs-body-product #fs_form .fs-l-productLayout__item .fs-c-productPostage {
	display: inline-block;
	vertical-align: bottom;
	width: 25%;
	text-align: right;
	line-height: 2.2em;
}
.fs-body-product #fs_form .fs-c-productSelection {margin-top: 8px;}
.fs-body-product #fs_form .fs-c-productPointDisplay {
	background: #7c8790;
	color: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: 4px 8px;
	margin-right: calc(100% - 166px);
	max-width: calc(16px + 150px);
}
.fs-body-product .fs-l-pageMain .productBnrs{margin: 20px auto;}
.fs-body-product .fs-l-pageMain .productCaption{text-align:left;}

.fs-body-category .fs-c-productList__list .productIcon,
.fs-body-search .fs-c-productList__list .productIcon {
	display: flex;
	flex-wrap: wrap;
}

.fs-body-product .fs-l-productLayout .commentWrap{display:block; margin-bottom:15px;}

.fs-l-main section.oneline {
	background-color: #eeeeee;
	width: 100%;
	margin: 0 auto 10px;
}

.fs-l-main section.oneline ul{
	width:1100px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: inherit;
	letter-spacing: 0.1em;
	color: #212121;
	margin:0 auto;
}

.fs-l-main section.oneline ul li {width:100%; text-align:center;}
.fs-l-main section.oneline ul li a{
	font-weight:bold;
	font-size:15px;
	}

.fs-l-main section.oneline ul li + li {
	border-top: 1px solid #d7d7d7;
	margin-top: 6px;
	padding-top: 5px;
}

.fs-body-category .fs-l-main .fs-c-subgroupList__item {
	flex-grow: initial;
	flex-basis: calc(31% + 1px);
	margin-left: -1px;
	margin-top: -1px;
	margin-right: 2%;
	margin-bottom: 10px;
}

.fs-body-category .fs-l-main .fs-c-subgroupList__item .fs-c-subgroupList__link {
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	background: #fff;
	border: 3px solid #f2f2f2;
	color: inherit;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 1fr 1.2em;
	grid-template-columns: auto 1fr 1.2em;
	-ms-grid-rows: 1fr auto;
	grid-template-rows: 1fr auto;
	align-items: center;
	height: 100%;
	padding: 20px;
	text-decoration: none;
}

.fs-body-category .fs-l-main .fs-c-subgroupList__item a:hover .fs-c-subgroupList__label{
	text-decoration:underline;
	}

/*===============================================*/
/*==============　商品一覧調整　=================*/
/*===============================================*/

.fs-body-category .fs-c-productList__list .fs-c-productName__copy,
.fs-body-search .fs-c-productList__list .fs-c-productName__copy,
.fs-body-cart .fs-c-productListCarousel__list .fs-c-productName__copy,
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-productName__copy,
.fs-body-my-top .fs-c-productListCarousel__list .fs-c-productName__copy{display:none;}
.fs-body-category .fs-c-productList__list .fs-c-button--plain,
.fs-body-search .fs-c-productList__list .fs-c-button--plain,
.fs-body-cart .fs-c-productListCarousel__list .fs-c-button--plain,
.fs-body-cart .fs-c-productListCarousel__list .fs-c-productListItem__salesPeriod ,
.fs-body-my-wishlist .fs-c-productList__list__item .fs-c-button--plain,
.fs-body-my-top .fs-c-productListCarousel__list .fs-c-button--plain,
.fs-body-my-top .fs-c-productListCarousel__list .fs-c-productListItem__salesPeriod {display: none;}

.fs-body-cart .fs-c-productListCarousel__list .fs-c-productListItem__image,
.fs-body-my-top .fs-c-productListCarousel__list .fs-c-productListItem__image{height:200px; overflow:hidden; margin-bottom:30px;}

.fs-body-cart .fs-c-featuredProduct__header,
.fs-body-cart .fs-c-wishlistProduct__header,
.fs-body-my-top .fs-c-wishlistProduct__header{margin-bottom:40px;}

.fs-body-category .fs-l-pageMain {margin-top: 0;}

.fs-body-category .fs-l-pageMain .categoryBnrs{margin-bottom:20px;}

.fs-c-productList__list > fs-c-productList__list__item,
.fs-body-cart .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item,
.fs-body-my-top .fs-c-productListCarousel__list .fs-c-productListCarousel__list__item {position: relative;}
.fs-body-cart .fs-c-productListCarousel__list .fs-c-productListItem__control,
.fs-body-my-top .fs-c-productListCarousel__list .fs-c-productListItem__control {
	position: absolute;
	top: 205px;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

.fs-body-my-top .fs-l-account {position: relative;}
.fs-body-my-top .fs-l-account .mypageLogout {
	position: absolute;
	box-shadow: 0 0 2px #b2b2b2;
	background: #f7f7f7;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #3c3c3c;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	width: 128px;
	height: 128px;
	bottom: 152px;
	left: 288px;
}

a.fs-c-button--primary:visited, 
a.fs-c-button--primary:link {color: #ffffff;}

section > div.commentWrap font {
	text-align: left;
	display: block;
	font-size: 13px;
}


/******************************************************
welleg ラベル用
******************************************************/
.w_label{
	font-size: 1.2vh;
	font-family: "Poppins";
	color: #fff; 
	padding:0.25em 0.5em; 
	margin:0.25em 0.25em 0.25em 0;
	letter-spacing:0.1em;
	border-radius: 0;
}
.w_sale{
	background-color: #a40000; 
}
.w_pointup{
	background-color: #e28734; 
}
.w_bundle{
	background-color: #e3722d; 
}
.w_kaiin{
	background-color: #d5a847; 
}
.w_ts{
	background-color: #a40000; 
}
.w_new{
	background-color: #84ADC3; 
}
.w_influencer{
	background-color: #d09b84; 
}
.w_point5{
	background-color: #82af5e; 
}
.w_2buy{
	background-color: #3b4b74; 
}
.w_setcoupon{
	background-color: #937f49; 
}
.w_spprice{
	background-color: #778898; 
}
.w_1000coupon{
	background-color: #de5b5b; 
}
.w_300coupon{
	background-color: #c26e6d; 
}
.w_500coupon{
	background-color: #de5b5b; 
}
.w_bfoot{
	background-color: #DB9567; 
}
/******************************************************
welleg 見出し用
******************************************************/
.w_black{
	font-size: 2vh;
	color: #26201D; 
	width: 100%;
	text-align: center;
	text-weight: bold;
	/*background-color: #666;*/
	/*padding:0.5em 1em;*/ 
	margin:0.25em;
	letter-spacing:0.05em;
}

/*=========================================================*/
/*==============　商品一覧調整　ここまで　=================*/
/*=========================================================*/

