@charset "UTF-8";

/*===================================
  
  吹き出しプラグインの修正スタイル

===================================*/
.w_b_wrap_pointy {
  padding: 15px 0 0;
}
.w_b_flex {
  align-items: center;
}
.w_b_wrap_pointy.w_b_flex {
  align-items: flex-start;
}
.w_b_box .w_b_ava_effect br,
.w_b_box .w_b_space {
  display: none !important;
}
.w_b_box .w_b_name {
  font-size: 1.4rem;
  margin-top: 5px !important;
}
.w_b_box + br {
  display: none;
}
.w_b_bal_wrap .w_b_name.w_b_ta_R {
  text-align: left !important;
}
.w_b_bal_wrap .w_b_name.w_b_ta_L {
  text-align: right !important;
}
.w_b_bal_wrap .w_b_lh {
  margin: 0 0 5px !important;
}

@media screen and (max-width: 991px) {
  .w_b_ava_box {
    width: 17% !important;
    max-width: 95px;
    min-width: 95px;
  }
  .w_b_size_S,
  .w_b_size_M,
  .w_b_size_L {
    width: 100% !important;
    height: 100% !important;
  }
  .w_b_box .w_b_name {
    font-size: 1.0rem !important;
  }
  .w_b_talk:before {
    top: calc( 45% - 1px ) !important;
  }
  .w_b_talk:after {
    top: 45% !important;
  }
  .w_b_bal_box.w_b_w100 {
    width: auto !important;
  }
  .w_b_wrap_pointy {
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .w_b_flex {
    width: 100%;
  }
  .w_b_ava_box {
    width: 12% !important;
    min-width: auto;
  }
}

.is_fade {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.is_fade.on {
  top: 0px;
  opacity: 1;
}

/*===================================
  
  pタグ間の余白

===================================*/
section p + p {
  margin-top: 30px;
}

/* SP */
@media screen and (max-width: 991px) {
  section p + p {
    margin-top: 15px;
  }
}

.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.inner {
  position: relative;
}

/*===================================
  
  スクロールバー非表示

===================================*/
/*
html,
body.is_hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.is_hidden::-webkit-scrollbar {
  display:none;
}
*/


/*===================================
  
  検索窓

===================================*/
#site_searchBox {
  display: none;
}
#site_searchBox.focus {
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: block;
  z-index: 999;
}
#site_searchBox.focus #site_searchBoxInner {
  margin: 0 auto;
}
#site_searchBox.focus .btn_close {
  margin-top: 20px;
  text-align: center;
}
#site_searchBox.focus .btn_close span {
  font-size: 4rem;
  display: inline-block;
  color: #fff;
}
#site_searchBox.focus #site_searchBoxInner .input-group {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#overlay {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
}
@media screen and (max-width: 991px) {
  #site_searchBox.focus #site_searchBoxInner .input-group {
    width: 300px;
  }
  #site_searchBox.focus .btn_close span {
    font-size: 3rem;
  }
  #site_searchBox input[type="search"] {
    font-size: 16px;
  }
}


/*===================================
  
  flex

===================================*/
.flex_2column_yoko, .flex_3column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -25px;
}
.flex_item {
  margin-top: 25px;
  background: #fff;
  border: 1px solid #ccc;
}
.flex_3column > .flex_item {
  width: 272px;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .flex_3column {
    position: relative;
  }
  .flex_2column_yoko::after,
  .flex_3column::after {
    content: '';
    display: block;
    width: 272px;
    height: 0;
  }
}
/* SP */
@media screen and (max-width: 991px) {
  .flex_3column > .flex_item {
    width: 100%;
  }
}

.flex_2column_yoko:not(.single) > .flex_item {
  width: 46%;
}
.flex_2column_yoko > .flex_item {
  border: none;
  margin-top: 30px;
}
.flex_2column_yoko > .flex_item a {
  display: flex;
  flex-wrap: wrap;
}
.flex_2column_yoko > .flex_item a .img {
  width: 120px;
  margin-right: 13px;
}
.flex_2column_yoko.article_list a.article span.img img {
  height: 80px;
  -webkit-backface-visibility: visible;
}
.flex_2column_yoko > .flex_item a .txt {
  width: calc( 100% - 133px);
  padding: 0 !important;
}
.flex_2column_yoko > .flex_item a .txt .tit {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .flex_2column_yoko > .flex_item,
  .flex_2column_yoko:not(.single) > .flex_item {
    width: 100%;
    margin-top: 25px;
  }
  .flex_2column_yoko > .flex_item a .txt .tit {
    font-size: 1.2rem;
  }
  .flex_2column_yoko > .flex_item a .img {
    width: 35%;
    margin-right: 5%;
  }
  .flex_2column_yoko > .flex_item span.txt {
    width: 60%;
  }
}

/*===================================
  
  text

===================================*/
.lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: -20px 0 50px;
}

@media screen and (max-width: 991px) {
  .lead {
    font-size: 1.2rem;
    margin: -10px 0 30px;
  }
}


/*===================================
  
  text

===================================*/
@media print, screen and (min-width: 992px) {
  .txt_inner {
    padding-right: 50px;
  }
}


/*===================================
  
  section（上部の余白）

===================================*/
.sect {
  margin-top: 90px;
}
.sect_n {
  margin-top: 0px;
}

.sect_m {
  margin-top: 80px;
}
.sect_s {
  margin-top: 40px;
}

.sect_ss {
  margin-top: 20px;
}

.mv_lower + .sect {
  margin-top: 60px;
}

/* PC */
@media print, screen and (min-width: 992px) {
  .movie .main > .sect:first-child {
    margin-top: 20px;
  }
}

/* SP */
@media screen and (max-width: 991px) {
  .sect {
    margin-top: 50px;
  }
  .sect_m {
    margin-top: 45px;
  }
  .sect_s {
    margin-top: 40px;
  }
  .sect_ss {
    margin-top: 15px;
  }
  .mv_lower + .sect {
    margin-top: 40px;
  }
}


/*===================================
  
  contents

===================================*/
body:not(.home) .main {
  padding-bottom: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .row {
     margin-left: 0px; 
     margin-right: 0px; 
  }
  .breadcrumbs {
    text-align: right;
    letter-spacing: 0;
  }
  body:not(.home) .main {
    padding-top: 5%;
    padding-bottom: 12%;
  }
  .container {
    width: 88%;
    margin: 0 auto;
    padding: 0;
  }
  body.single #main .post {
    width: auto !important;
  }
}

/*===================================
  
  TITLE

===================================*/
.pagettl {
  padding: 18px 15px;
  background-color: #f5f5f5;
	font-size:2.2rem;
	font-weight:bold;
}
.pagettl span {
  padding: 0 0 0 2%;
  border-left: 5px solid #403124;
  display: block;
}
.pagedescription p {
	padding:10px 0 20px;
}
.l_cmn_ttl06 {
  font-size: 1.6rem;
  background: none;
  border-top: none;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.6;
  padding: 0 0 1% 0px;
  margin:0 0 30px 0;
  text-align: left;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  vertical-align: middle;
}
.l_cmn_ttl06 span{
  padding: 0 0 0 2%;
  border-left: 5px solid #403124;
  display: block;
}
@media screen and (max-width: 991px) {
  .pagettl {
    padding: 3% 4%;
    background-color: #f5f5f5;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .l_cmn_ttl06 {
    font-size: 1.3rem;
  }
}


/*===================================
  
  table

===================================*/
.cmn_table_type03 th {
  background: #F6F6F6;
  border: 1px solid #CCCCCC;
  width: 17.7%;
  padding: 20px 5px 15px 25px;
  text-align: left;
}
.cmn_table_type03 td {
  border: 1px solid #CCCCCC;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}
.cmn_table_type03 td a {
  text-decoration: underline;
}
.cmn_table_type03 td a:hover {
  text-decoration: none;
}
.cmn_table_type03 th,
.cmn_table_type03 td {
  font-size: 1.4rem;
}
.cmn_table_type03 {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cmn_table_type03 th, .cmn_table_type03 td {
    font-size: 1.1rem;
  }
  .cmn_table_type03 th {
    width: 30%;
    padding: 10px;
  }
}


/*===================================
  
  hidden

===================================*/
.hidden {
  overflow: hidden;
}
.link_detail {
  margin: 30px auto 0;
  text-align: center;
}
.link_detail a {
  text-align: center;
  margin: 35px auto 0;
}


/*===================================
  
  hidden

===================================*/
#footer_bnr {
  background: #EAFBFF;
  padding: 50px 0;
}
#footer_bnr ul {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 -3.333% -3.333%;
}
#footer_bnr ul li {
  width: 30%;
  margin: 0 0 3.333% 3.333%;
}
#footer_bnr ul li a {
  display: block;
}
@media screen and (max-width: 991px) {
  #footer_bnr {
    padding: 30px 0;
  }
  #footer_bnr ul {
    display: block;
    margin: 0 0 -15px 0;
  }
  #footer_bnr ul li {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
}


/*===================================
  
  A:LINK

===================================*/
a:not(.none) {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover:not(.none) {
  opacity: 0.7;
}


/*===================================
  
  Scroll

===================================*/
.scroll_fade {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  transition-delay: .3s;
  position: relative;
  top: 50px;
}
.scroll_fade.fadeIn {
  opacity: 1;
  top: 0px;
}


/*===================================
  
  サイドナビ

===================================*/
.sidebar-widget{
	margin:0 0 40px;
}
.sidebar-widget__title{
	font-weight:bold;
	font-size:2rem;
}
.side_jihanki_link {
  margin: 0 0 40px;
}
.side_jihanki_link a {
display: block;
}
/*
.rankingblk .combined-item-inner{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width:100%;
}
.rankingblk .main_img{
  width: 100%;
  height: auto;
  background-color: #ddd;
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  height: auto;
  padding-top: 100%;
}
.rankingblk .combined-item-inner:hover .main_img{
  opacity: .8;
}
.rankingblk .combined-item-inner:hover .title{
	text-decoration:none;
}
*/
.video_wp .video{
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	padding-bottom:75.35%;
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.video_wp .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_wp .title{
	font-size:1.4rem;
	margin:3% 0 1% 1%;
}
.video_wp a{
	color:#333;
}
.media{
	zoom:1;
	position: relative;
  overflow: hidden;
}
.media-inner {
	position: relative;
  overflow: hidden;
	display: block;
  margin: 0 0 2%;
}
/*ランキング
------------------------------------*/
/*
.ranking {
  counter-reset: circle 0;
}
.rankingblk .main_img{
	padding-top:100%;
}
.rankingblk .txt {
	position:relative;
}
.rankingblk .txt:after {
  content: "0"counter(circle);
  counter-increment: circle 1;
	position:absolute;
	right:0;
	top:-6px;
	line-height:1;
	font-weight:bold;
	font-size:3rem;
	color:#ccc;
	color:rgba(46,186,208,0.25);
}
.rankingblk .txt .date{
	color:#999999;
	letter-spacing: 0;
	font-size:1.2rem;
}
/*
.rankingblk:nth-child(2) .txt:after {
	content:"01";
}
.rankingblk:nth-child(3) .txt:after {
	content:"02";
}
.rankingblk:nth-child(4) .txt:after {
	content:"03";
}
.rankingblk:nth-child(5) .txt:after {
	content:"04";
}
.rankingblk:nth-child(6) .txt:after {
	content:"05";
}
.rankingblk .title {
	position:absolute;
	margin:0;
	font-size:1.4rem !important;
	z-index:10;
}
.rankingblk .title a{
	color:#333;
}
*/
.article_list.ranking {
  counter-reset: circle 0;
}
.article_list.ranking a::after {
  content: "0"counter(circle);
  counter-increment: circle 1;
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 2;
  color: rgba(46,186,208,0.25);
  font-weight: bolder;
  font-size: 3rem;
  line-height: 1;
}
.article_list.ranking span.txt i.cat {
  margin-bottom: 4px;
}
/**/
.sidebar-widget__title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px;
  margin: 0 0 15px;
}
/*video
------------------------------------*/
.video_wp .video{
	width:100%;              /*横幅いっぱいにwidthを指定*/
	padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
	padding-bottom:75.35%;
	height:0px;              /*高さはpaddingで指定するためheightは0に*/
	position: relative;
}
.video_wp .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_wp .title{
	font-size:1.4rem;
	margin:3% 0 1% 1%;
}
.video_wp a{
	color:#333;
}
@media screen and (max-width: 991px) {
  .sidebar-widget {
    margin: 0 0 20px;
  }
  .sidebar-widget__title{
    font-weight:bold;
    font-size:1.4rem;
  }
  /*投稿者情報*/
  .userinfo{
    display:inline-block;
    margin:0 0 0 0%;
    z-index:999;
    width:5em;
    position:absolute;
    top:-4em;
  }
  .usericon.img-circle {
    margin:0 0 2% !important;
    text-align:center;
  }
  .usericon.img-circle img{
    border-radius: 50%;
    border:2px solid #fff;
    z-index:999;
    opacity:1;
    width:80%;
  }
  .userinfo .username{
    text-align:center;
    line-height:1.4;
    margin-top:9%;
    font-size:0.8rem;
    color:#333;
  }
  /*日付*/
  .day{
    color:#333;
    text-align:right;
    margin:0 0 0;
    font-size:1rem;
  }
  .day p{
    display: inline-block;
  }
  /*new*/
  .entry-icon-new{
    border:1px solid #333;
    padding:0% 2%;
    margin:0 1% 0 0;
    text-align:center;
    display: inline-block;
  }
  /*タイトル*/
  .title{
    font-size:1.3rem;
    font-weight:bold;
    margin:2% 0 1% 1%;
    color:#333;
    text-decoration:none;
  }
  /*注目動画*/
  .video_wp .video{
    width:100%;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    padding-bottom:62.35%;
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
  }
  .video_wp .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .video_wp .title{
    font-size:1.2rem;
    margin:3% 0 1% 1%;
  }
  .video_wp a{
    color:#333;
  }
  .side_tag li{
    display:inline-block;
    font-size:1.1rem;
    line-height:2;
    background:#fff;
    margin-right:1em;
    margin-bottom:1em;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0% 5%;
  }
  .side_tag li a{
    color: #333;
    padding: 4% 0% 4%;
    display:block;
  }
  .side_tag li:hover{
    background:#eee;
  }
  /*ランキング*/
  .article_list.ranking a::after {
    position:absolute;
    right:0;
    top:-3px;
    font-weight:bold;
    font-size:2.3rem;
    color:#ccc;
    line-height:1;
    color: rgba(46,186,208,0.25);
  }
/*
  .ranking .main_img{
    padding-top: 100%;
  }
  .ranking .txt {
    position:relative;
  }
  .rankingblk .txt .date{
    color:#999999;
    letter-spacing: 0;
    font-size:1.2rem;
  }
  .ranking .title {
    margin:0;
    font-size:1.1rem !important;
    position:absolute;
    z-index:10;
    margin-top: 2%;
  }
  .ranking a{
    color:#333;
  }
*/
  .sp_nopadding > #sub {
    margin-top: 40px;
  }
}


/*===================================
  
  TAG

===================================*/
.tagList:not(.all) {
  margin-right: -0.5em;
}
.tagList:not(.all) li {
  margin: 0 0.5em 1em 0;
  display: inline-block;
}
.tagList:not(.all) li a {
  color: #FF8000;
  padding: 5px 10px 4px;
	display:block;
  font-size: 1.2rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #FF8000;
  border-radius: 20px;
  display: inline-block;
}
.tagList:not(.all) li:hover a {
	background:#FF8000;
  opacity: 1 !important;
  color: #fff;
}
.sidebar .tagList:not(.all) li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 991px) {
  .sidebar .tagList:not(.all) li a {
      font-size: 1.2rem;
  }
}


/*===================================
  
  INDEX

===================================*/
.slider_nav {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 452px;
  height: 0;
}
.slider_nav .slider_nav_main {
  height: 0;
}
.mv_slider,
.mv_slider .mv_slider_inner {
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
/*
.mv_slider.load {
  background: url(./../images/img-common/icon_loader.gif) no-repeat center center;
}
.mv_slider.load .mv_slider_inner {
  opacity: 0;
}
*/
.slider_l_item {
  width: 452px;
  margin: 0 10px;
  border: 1px solid #ccc;
  outline: none !important;
}
.slick-prev,
.slick-next {
  right: 100%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 0;
  height: 0;
}
.slick-prev::after,
.slick-next::after {
  display: inline-block;
  content: "";
  background: url(./../images/img-index/icon_slide_nav.png) no-repeat 0 0;
  width: 42px;
  height: 48px;
  position: absolute;
  top: 0;
}
.slick-prev::after {
  left: -41px;
}
.slick-next::after {
  right: -41px;
  transform: rotate(180deg);
}
/**/
.block_bg {
  padding: 65px 0;
  background: #ccc;
}
.tit_min {
  text-align: center;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
.tit_sub .normalTxt {
  font-size: 1.6rem;
  margin-top: 5px;
}
.tit_min span {
  position: relative;
}
.tit_min span:not(.normalTxt) {
  font-size: 2.6rem;
  font-weight: bolder;
}
.detail_all a {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 1.4rem;
  border-bottom: 1px solid;
  z-index: 1;
}
.detail_all a:hover {
  border: none;
}
.mv_slider_ttl {
  margin: 5px auto 15px;
}
/**/
#contents_trouble {
  margin-bottom: 82px;
}
#contents_trouble .block_bg {
  background: linear-gradient(90deg, #555555 0%, #555555 50%, #2693FF 50%, #2693FF 100%);
  text-align: center;
  padding: 30px 0 0;
}
#contents_trouble .block_bg .inner > div > img {
  margin-bottom: -42px;
}
#contents_trouble .block_bg .inner > div.disp_pc {
  position: relative;
}
#contents_trouble .block_bg .inner > div.disp_pc .fk {
  position: absolute;
}
#contents_trouble .block_bg .inner > div.disp_pc .fk_01 {
  top: 111px;
  left: 49px;
  transition-delay: .6s;
}
#contents_trouble .block_bg .inner > div.disp_pc .fk_02 {
  top: 31px;
  left: 153px;
  transition-delay: .4s;
}
#contents_trouble .block_bg .inner > div.disp_pc .fk_03 {
  top: 60px;
  right: 92px;
  transition-delay: .8s;
}
#contents_trouble .block_bg .inner > div.disp_pc .fk.scroll_fade {
  transform: scale(1.3, 1.3);
}
#contents_trouble .block_bg .inner > div.disp_pc .fk.scroll_fade.fadeIn {
  transform: scale(1.0, 1.0);
}
/**/
#contents_incident_tit .block_bg {
  background: #fff;
  padding: 38px 0 24px;
}
#contents_incident_tit .tit_sub {
  margin: 0 auto 15px;
}
#contents_incident_tit .tit_sub span {
  display: block;
  text-align: center;
}
#contents_incident_tit .tit_sub span.txt {
  font-size: 2.6rem;
  font-weight: bolder;
  margin-bottom: 6px;
}
#contents_incident_tit .tit_sub span.normalTxt {
  margin-top: 0px;
  font-size: 1.9rem;
}
#contents_incident_tit .dr_block {
  text-align: center;
  margin-top: -85px;
}
/**/
#contents_incident .tit_min {
  margin: 0 auto 30px;
}
#contents_incident .tit_min span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
#contents_incident .tit_min span.icon_movie em {
  display: inline-block;
  background: url(./../images/img-index/icon_youtube.png) no-repeat 0 center;
  padding-left: 60px;
  margin-left: -30px;
}
/**/
#contents_incident_review .tit_min::before{
    content: "";
    background: url("../images/img-common/icon_nekorobo_01.png")no-repeat left top/contain;
    width: 284px;
    height: 112px;
    position: absolute;
    left: 80px;
    top: -37px;
}
#contents_incident_review .tit_min span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 90px;
}
#contents_incident_review .tit_min span strong {
    font-size: 3.5rem;
    color: #006CD8;
}
/**/
#contents_incident_graduationworks .tit_min span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
	white-space: nowrap;
}
#contents_incident_graduationworks .tit_min span strong {
    font-size: 3.5rem;
    color: #FF007F;
}
/**/








/**/
#contents_incident_glass .block_bg {
  background: #FFFFBF;
}
/**/
#contents_incident_mirror .block_bg {
  background: #EAFBFF;
}
/**/
#contents_incident_review .block_bg {
  background: #FFFFFF;
}
/**/
#contents_incident_graduationworks .block_bg {
  background: #FEEBEE;
}
/**/
#contents_tag .tit_min {
  background: url(./../images/img-index/icon_tag.png) no-repeat center 0;
  padding-top: 55px;
}
#contents_ranking .tit_min i,
#contents_tag .tit_min i {
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  margin: 6px auto 0;
  font-weight: bolder;
  color: #4CD2FF;
}
#contents_tag .tit_min i {
  color: #FF8000;
}
.tag_link {
  text-align: center;
  margin: 5px auto;
}
.tag_link a {
  display: inline-block;
  text-align: center;
  border: 1px solid #FF8000;
}
.tag_link a span {
  display: inline-block;
  line-height: 1;
  background: #FFF;
  font-weight: bolder;
  padding: 12px 35px 10px;
  font-size: 1.3rem;
  min-width: 240px;
}
#contents_tag .tagList {
  margin-top: -5px;
  text-align: center;
}
#contents_tag .tagList li a {
  font-size: 1.5rem;
  padding: 7px 15px 5px;
}

/*
#contents_tag .tagList li a {
  background: #4DD2FF;
  font-weight: bolder;
  color: #fff;
  font-size: 1.5rem;
  border-color: #4DD2FF;
  padding: 7px 15px 5px;
}
#contents_tag .tagList li a:hover {
  background: #fff;
  color: #4DD2FF;
  border-color: #4DD2FF;
}
*/
/**/
#contents_ranking .tit_min {
  background: url(./../images/img-index/icon_ranking.png) no-repeat center 0;
  padding-top: 65px;
}
#contents_ranking .inner {
  padding: 0px 70px;
}
/**/
#contents_machine .tit_min i {
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  margin: 0 auto 6px;
  font-weight: bolder;
}
#contents_machine .tit_min span em {
  font-style: normal;
  color: #D90000;
  display: inline;
}
#contents_machine .icon_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px auto 30px;
}
#contents_machine .icon_tab .tab_c {
  display: inline-block;
  line-height: 1;
  padding: 11px 22px 9px;
  background: #1A8CFF;
  font-weight: bolder;
  color: #fff;
  margin: 0 7px;
}
#contents_machine .block_bg {
  background: url(./../images/img-index/bg_img_machine.png) no-repeat center 0;
  padding-top: 0;
}
#contents_machine .machine_body .machine_body_main {
  text-align: center;
  position: relative;
}
#contents_machine .machine_body .machine_body_main .machine_fukidashi {
  position: absolute;
  top: 0;
}
#contents_machine .machine_body .machine_body_main .machine_fukidashi#f01 {
  top: 70px;
  left: 70px;
  transition-delay: .4s;
}
#contents_machine .machine_body .machine_body_main .machine_fukidashi#f02 {
  top: 70px;
  right: 70px;
  transition-delay: .6s;
}
#contents_machine .machine_body .machine_body_main .machine_fukidashi#f03 {
  top: 195px;
  left: 70px;
  transition-delay: .8s;
}
#contents_machine .machine_body .machine_body_main .machine_fukidashi#f04 {
  top: 195px;
  right: 70px;
  transition-delay: 1.0s;
}
#contents_machine .machine_body .machine_body_main .scroll_fade {
  transform: scale(1.3, 1.3);
}
#contents_machine .machine_body .machine_body_main .scroll_fade.fadeIn {
  transform: scale(1.0, 1.0);
}
#contents_machine .machine_link {
  text-align: center;
  margin: 25px auto 0;
}
#contents_machine .machine_link a {
  display: inline-block;
  text-align: center;
  border: 5px solid #fff;
  border-radius: 5px;
}
#contents_machine .machine_link a span {
  display: inline-block;
  color: #fff;
  line-height: 1;
  background: #FF6600;
  font-weight: bolder;
  padding: 17px 25px 15px;
  font-size: 2rem;
  border-radius: 5px;
}
/**/
a.article {
  display: block;
  background: #fff;
  position: relative;
  outline: none !important;
}
a.article span {
  display: block;
  position: relative;
}
a.article span.img {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: relative;
}
a.article span.img.video::after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background: url(./../images/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a.article:hover span.img.video::after {
  opacity: 0.7;
}
a.article span.img img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
a.article:hover span.img:not(.video) img {
  transform: scale(1.1, 1.1);
}
a.article .userinfo {
  position: absolute;
  top: -45px;
  right: 15px;
  z-index: 2;
}
a.article .userinfo i {
  display: block;
}
a.article .userinfo .ui_img {
  width: 60px;
  margin: 0 auto;
}
a.article .userinfo .ui_img img {
  border-radius: 60px;
}
a.article .userinfo .ui_name {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  padding-top: 5px;
}
a.article span.txt {
  padding: 15px 15px 20px;
}
a.article span.txt i.date {
  color: #999999;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.articlelist-category i.cat,
a.article span.txt i.cat {
  font-size: 1.0rem;
  line-height: 1;
  display: inline-block;
  border: 1px solid;
  padding: 4px 12px 3px;
  border-radius: 100px;
  margin-bottom: 7px;
  color: #0096DC;
}
a.article span.txt i.tit {
  font-weight: bolder;
  display: block;
  line-height: 1.5;
}
.article_list a.article span.img img {
  height: 180px;
}
@media screen and (min-width: 992px) {
.mv_slider a.article span.img > img {
  height: 300px;
}
}
@media screen and (max-width: 991px) {
.mv_slider a.article span.img > img {
  height: 50vw !important;
}
.slider_nav {
  display: none !important;
}
.slick-slide {
  width: auto;
}
.mv_slider a.article span.img > img {
  height: 50vw;
}
.tit_min .normalTxt {
  font-size: 1.3rem;
}
.tit_min span:not(.normalTxt) {
  font-size: 1.8rem;
}
.tit_sub .normalTxt {
  font-size: 1.2rem;
}
/**/
#contents_incident_review .tit_min::before{
    width: 228px;
    height: 90px;
    left: -70px;
    top: -30px;
}
#contents_incident_review .tit_min span {
    padding-left: 40px;
}
#contents_incident_review .tit_min span strong {
    font-size: 2.0rem;
}
/**/
#contents_incident_graduationworks .tit_min span strong {
    font-size: 2.0rem;
}
/**/    
.block_bg {
  padding: 45px 0;
}
/**/
#contents_incident_tit .block_bg {
  padding: 30px 0 15px;
}
#contents_incident_tit .tit_sub span.img {
  padding: 0 10%;
}
#contents_incident_tit .tit_sub span.txt {
  font-size: 1.4rem;
}
#contents_incident_tit .tit_sub span.normalTxt {
  font-size: 1.2rem;
  line-height: 1.6;
}
/**/
#contents_incident .tit_sub span.txt {
  font-size: 1.5rem;
}
#contents_incident .tit_min span.icon_movie em {
  padding-left: 56px;
  margin-left: -28px;
}
#contents_incident .flex_3column > .flex_item:nth-child(4),
#contents_incident .flex_3column > .flex_item:nth-child(5),
#contents_incident .flex_3column > .flex_item:nth-child(6) {
  display: none;
}
/**/
#contents_tag .tit_min {
  padding-top: 35px;
  background-size: 30px;
}
#contents_ranking .tit_min i,
#contents_tag .tit_min i,
#contents_machine .tit_min i {
  font-size: 1.4rem;
}
.tag_link a span {
  font-size: 1.0rem;
  min-width: auto !important;
}
/**/
#contents_tag .tagList li a {
  font-size: 1.2rem;
  padding: 7px 11px;
}
/**/
#contents_ranking .tit_min {
  padding-top: 45px;
  background-size: 50px;
}
#contents_ranking .inner {
  padding: 0 6%;
}
#contents_ranking .article_list a::after {
  font-size: 2.3rem;
  top: -3px;
}
/**/
#contents_trouble {
  margin-bottom: 52px;
}
/**/
#contents_machine .machine_link a span {
  font-size: 1.4rem;
}
#contents_machine .machine_body .machine_body_main {
  display: flex;
  flex-wrap: wrap;
}
#contents_machine .machine_body .machine_body_main .machine_fukidashi {
  position: static;
  width: 46%;
  margin: 2% 2% 2%;
}
#contents_machine .machine_body .machine_body_main .imgBody {
  width: 100%;
  padding: 0 38%;
  margin: -3% auto;
}
#contents_machine .block_bg {
  background-size: 300%;
}
.article_list .flex_item span.txt {
  padding: 10px 10px 15px;
}
a.article span.txt i.cat {
  font-size: 0.8em;
}
a.article .userinfo .ui_img {
  width: 45px;
}
a.article .userinfo {
  top: -30px;
  right: 10px;
  width: auto;
}
a.article .userinfo .ui_name {
  font-size: 0.9rem;
}
.link_detail {
  margin-top: 35px;
}
.detail_all {
  text-align: center;
  margin: 20px auto 0;
}
.detail_all a {
  position: relative;
}
a.article span.txt i.date {
  font-size: 1.1rem;
}
a.article span.txt i.tit {
font-size: 1.3rem;
}
}
/*投稿者情報*/
.userinfo{
	display:inline-block;
	margin:0 0 0 0%;
	z-index:999;
	width:6em;
	position:absolute;
	top:-56px;
}
.usericon.img-circle {
	margin:0 0 2% !important;
	text-align:center;
}
.usericon.img-circle img{
    border-radius: 50%;
	border:2px solid #fff;
	z-index:999;
	opacity:1;
}
.userinfo .username{
	text-align:center;
	line-height:1.4;
	font-size:1.2rem;
}

/*===================================
  
  メイン画像

===================================*/
.main_img{
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  height: auto;
  padding-top: 66.67%;
}
.articlelist-item-inner:hover .main_img{
  opacity: .8;
}
.articlelist-item-inner:hover .title{
	text-decoration:none;
}


/*===================================
  
  ページャー

===================================*/
.pagination,
.pagination-wrapper {
  clear: both;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  display:block;
  margin-top:0;
  margin-bottom:0;
  padding-top: 0px;
  padding-right: 0;
  padding-left: 0;
  text-align:center;
  font-size:0;
}
.pagination span, .pagination a {
  display: inline-block;
  /*float: left;*/
  float:none;
  margin: 0;
  border:1px solid #bbb;
  border-left:none;
  padding: 8px 9px 7px 9px;
  text-decoration: none;
  width: auto;
  color: #444;
  font-size:14px;
  background-color: #fff;
}
.pagination span{
  margin-top:60px;
  margin-bottom:40px;
}
.pagination a.prev {
  border-left:1px solid #bbb;
}
.pagination a:hover {
  color: #444;
  background-color: #ccc;
}
.pagination .current {
  border:1px solid #444;
  padding: 8px 9px 7px 9px;
  color: #fff;
  background-color: #444;
}
.pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
}
.pagination-wrapper .pagination {
  margin-top: 60px;
  margin-bottom: 40px;
}
.pagination-wrapper .pagination .current {
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 12px;
}


/*===================================
  
  リスト用スタイル

===================================*/
.articleListBox .post .articlelist-item {
  border-bottom: 1px solid #ddd;
}
.articleListBox .post .articlelist-item-inner{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  color: inherit;
  opacity: 1 !important;
}
.articleListBox .post .main_img{
  margin:0;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-size: 100%;
}
.articleListBox .post a:hover .main_img:not(.video){
  background-size: 110%;
}
.articleListBox .post a:hover .main_img.video::after{
  opacity: 0.7;
}
.articleListBox .post .main_img.video::after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  background: url(./../images/img-common/icon_video.png) no-repeat center 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.articleListBox .post .articlelist-date {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: .17em;
  color: #666;
}
.articleListBox .post .title{
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-top: 7px;
  font-size: 1.8rem;
  text-decoration:none;
}
.articleListBox .post a:hover .title {
  text-decoration:none;
}
.articleListBox .post .userinfo {
  position: absolute;
  left: 3%;
  bottom: 0;
  top:auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.articleListBox .post .usericon {
  display: block;
  width: 46px;
  height: 46px;
  margin: -25px 0 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,.24);
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.articleListBox .post .username {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #181818;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}
.articleListBox.entries .article {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .articleListBox .post .articlelist-item {
    border-bottom: 1px solid #ddd;
    position:relative;
  }
  .articleListBox .post .articlelist-item-inner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
  }
  .articleListBox .post .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .17em;
    color: #666;
  }
  .articleListBox .post .title{
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
    text-decoration:none;
  }
  .articleListBox .post a:hover .title {
    text-decoration:none;
  }
  .articleListBox .post .userinfo {
    position: absolute;
    left: 0;
    bottom: -30%;
    top:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
  }
  .articleListBox .post .usericon {
    display: block;
    width: 22px;
    height: 22px;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .articleListBox .post .username {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }
  .articleListBox .post .usericon.img-circle img{
    width:100%;
    border:1px solid #fff;
  }
  .articleListBox .post .main_img.video::after {
    width: 42px;
    height: 42px;
    background-size: 100%;
  }
}


/*===================================
  
  タグ一覧

===================================*/
.tagList.all {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 30px -4%;
}
.tagList.all li {
  width: 46%;
  margin: 0 0 30px 4%;
}
.tagList.all li a {
  background: none;
  color: #666;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  transition: 0.5s;
  padding: 0 5px 0 0;
}
.tagList.all li a::before {
  content: "●";
  display: inline;
  color: #FF8000;
}
.tagList.all li a:hover i {
  text-decoration: underline;
}


/*===================================
  
  検索結果一覧 - 検索結果なし

===================================*/
body.search-no-results .page-header{
	display:none;
}
body.search-no-results .search-form{
	margin:10px 0 0; 
	width:80%;
}
@media screen and (max-width: 991px) {
  body.search-no-results .page-header{
    display:none;
  }
  body.search-no-results .search-form{
    margin:3% 0 0; 
  }
  body.search-no-results .search-form .btn-default {
    color: #333;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    padding: 6px 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}


/*===================================
  
  詳細ページ

===================================*/
/*上部の余白を削除*/
.sub-page-contents{
	padding-top:0;
}
.headCategory {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.headCategory a {
  color: #0096DC;
  padding: 5px 10px 4px;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #0096DC;
  border-radius: 20px;
  display: inline-block;
  min-width: 70px;
  text-align: center;
  margin: 0 10px 10px 0;
}
.entry p{
	margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
	padding: 0 3%;
}
.entry p a{
	color:#337ab7 !important;
	text-decoration:underline;
}
.entry p a:hover{
	text-decoration:none;
}
/* 記事タイトル */
@media (min-width: 1200px) {
  body.single #main .post {
    width: 720px;
  }
}
body.single #contents{
	padding-top: 30px;
}
body.single #main .entry-title {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 24px;
	line-height: 35px;
	color: #333;
	margin-bottom: 10px;
}
#st-page .entry-title {
	margin-bottom: 20px;
}
body.single #main .entry-title a:hover {
	text-decoration: underline;
}
body.single #main .entry-title a {
	color: #333;
	text-decoration: none;
}
/* 中見出し */
body.single #main .post h2 {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1a1a1a;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom: 1px #999999 dotted;
}
body.single #main h2 a {
	color: #333;
	text-decoration: none;
}
body.single #main .entry h2{
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 2px solid #3DC0D3 !important;	
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  margin-top: 60px;
  font-size: 20px;
  line-height: 30px;
	padding-left: 0;
}
body.single #main blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: normal;
  background: #FCFCFC;
  color: #555;
	border-left: none;
	font-size: 1.4rem;
}
body.single #main blockquote:before{
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}
body.single #main blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
body.single #main blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
body.single #main .post h3 {
	padding: 10px 15px;
	margin-bottom: 20px;
	margin-top: 40px;
	background-color: #f3f3f3;
	font-size: 17px;
	line-height: 26px;
	font-weight:bold;
}
.entry .entry__content h3{
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;	
  margin-top: 60px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
body.single #main .post h4 {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 26px;
}
body.single #main .post p{
	margin-bottom:20px;
	font-size:1.5rem;
	line-height:1.8;
	letter-spacing:0.05em;
	padding: 0 3%;
	padding: 0 0 0 0;
}
body.single #main .post_lead .img{
	text-align: left;
}
body.single #main .post p .date{
	font-size:1.2rem;
}
body.single #main .post p.img{
	text-align: left;
	padding:0;
}
.wp-caption-text a, .wp-caption-text {
	font-size: 12px;
	color: #ccc;
}
h1.entry-title{
	margin: 0 0 5px 0;
	font-size: 28px;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
}
body.single #main .post .st-catgroup{
	display: none;	
}
body.single #main .entry-title{
	font-size: 28px;
}
body.single #main .post_lead{
	margin: 10px 0px 20px;
}
body.single #main .post_lead a{
	color: #3366ff;
}
/*更新日*/
body.single #main .post .kdate .update{
	background: url(https://www.kowa-m.jp/wp-content/uploads/entry_icon.png) no-repeat left center;
  background-size: 15px 15px;
  padding: 0 0 0 7%;
  display: inline-block;
  color: #666666;
}
body.single #main .post .kdate .repeat{
	background: url(https://www.kowa-m.jp/wp-content/uploads/update_icon.png) no-repeat left center;
  background-size: 17px 17px;
  padding: 0 0 0 8%;
  display: inline-block;
  color: #666666;
  margin: 0 3% 0 0;
}
body.single #main .post .blogbox p{
	padding: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  display: inline-block;
  float: left;
  width: 230px;
  margin: 5px 0;
}
body.single #main .post .blogbox .tagList.tags {
  width: 70%;
  margin: 0 -0.5em 0 auto;
  text-align: right;
}
/* 目次
-------------------------------------------------*/
body.single #main .mantra{
	margin: 40px 0px 50px;	
	background-color: #f4f4f4;
	padding: 0px 60px 20px;
}
body.single #main .mantra p{
	padding: 40px 0 30px;
	margin: 0;
	font-size: 2rem;
	color: #858585;
	text-align:center;
}
body.single #main .mantra ol {
	list-style-type: none;
	padding-bottom: 20px;
	counter-reset: item;
	font-size:1.5rem;
}
body.single #main .mantra ol li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top:15px;
}
body.single #main .mantra ol>li:before {
  counter-increment: item;
  content: counter(item)'.';
  padding-right: .5em;
  font-weight: bold;
  color: #333;
  padding:0 10px 20px 0;
  color:#2FBBD0;
	font-size:1.8rem;
}
body.single #main .mantra ol li a{
	color: #545454;
	text-decoration:none;
}
body.single #main .mantra ol li a:hover{
	text-decoration: underline;
}
body.single #main .mantra ul>li{
	position:relative;
  text-indent: 0em;
  padding-left: 1.5em;
}
body.single #main .mantra ul>li:before {
  display: block;
  content: '';
  position: absolute;
  top: 9px;
  left: 1px;
  width: 6px;
  height: 6px;
  background: #181818;
  border-radius: 50%;
  padding:0;
}
@media screen and (max-width: 991px) {
body.single .topMovie .topMovieOuter {
  position: relative;
  margin: 0 0 0 0;
  padding-bottom: 52.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single .topMovie .topMovieOuter iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
/* Googleマップ埋め込み
-------------------------------------------------*/
body.single #main .mapframe{
	height:500px;
	width:100%;
	display:block;
}
/* Youtube埋め込み
-------------------------------------------------*/
/*動画の最大幅を指定する*/
.iframe-container{
  max-width:100%;
  margin: 0 auto;
}
.iframe-container br{
 display: none;
}
/*動画の大きさを調整*/
.i_frame {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
/*動画を囲んでいるdiv目一杯に広げる*/
.i_frame iframe,
.i_frame object,
.i_frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post_lead .i_frame {
  padding-bottom: 48.75%;
  margin-right: 6.3%;
}
/* 投稿者
-------------------------------------------------*/
body.single #main .userwp{
	margin:0 0 80px;
}
body.single #main .userwp .userinfo{
	position:static;
	width:auto;
  vertical-align: middle;
}
body.single #main .userwp .ttl{
	font-size:1.6rem;
	font-weight:bold;
}
body.single #main .userwp .userinfo p{
	display:inline-block;
	margin:0;
	vertical-align: middle;
}
body.single #main .userwp .userinfo p.username{
	font-weight:bold;
	padding:0;
	margin:0 0 10px;
}
body.single #main .userwp .userinfo p.usertxt{
	padding:0;
}
/* SNSシェアボタン
-------------------------------------------------*/
.sns_block {
  width: 100%;
  margin: 50px auto 80px !important;
  padding: 0 !important;
}
.sns_block li{
	float:left;
	display:block;
	width:33.3%;
}
.sns_block li a{
	width:100%;
	display:block;
	text-align:center;
	color:#fff;
	padding:3% 0;
	text-decoration:none;
	font-size:1.4rem;
}
.sns_block li a:hover{
	opacity:0.8;
}
.sns_block li.twitter a{
	background:#55acee;
}
.sns_block li.twitter i{
	zoom:1.5;
	vertical-align:sub;
	padding-right:4%;
}
.sns_block li.twitter .label{
	padding:0;
	font-weight:normal;
	font-size:1.4rem;
}
.sns_block li.facebook a{
	background:#3a5795;
}
.sns_block li.facebook i{
	zoom:1.3;
	vertical-align:sub;
	padding-right:4%;
}
.sns_block li.hatebu a{
	background:#00A5DE;
}
.sns_block li.hatebu .fa-hatena{
	zoom:1;
	vertical-align:middle;
	padding-right:4%;
}
/* リンクカスタマイズ
-------------------------------------------------*/
/*同一ウィンドウ*/
a.naibu{
	color:#0F8EB9;
	text-decoration:none;
	position: relative;
	display: inline-block;
	padding: 0 0 0 2em;
	vertical-align: middle;
	text-decoration: none;
}
a.naibu:before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.naibu:hover{
	text-decoration:underline;
}
a.gaibu{
	color:#0F8EB9;
	text-decoration:none;
	background:url(https://www.kowa-m.jp/wp-content/uploads/ico_gaibu.gif) no-repeat left center;
	padding: 0 0 0 2em;
}
a.gaibu:hover{
	text-decoration:underline;
}
.link_btn{
	padding:0 !important;
	margin:2em auto 0;
	text-align:center;
	display:table;
	width:100%;
}
.link_btn a{
	color:#0F8EB9;
	text-decoration:none;
	display:block;
}
.link_btn a span{
	border:1px solid #333;
	background: url(https://www.kowa-m.jp/wp-content/uploads/ico_gaibu.gif) no-repeat 1em center;
	background-size:auto;
	padding:0 0 0 16%;
	white-space: nowrap; 
	padding: 0.5em 1em 0.5em 2.5em;
	word-wrap: break-word;
	word-break: break-all;
	display:inline-block;
}
.link_btn a:hover{
	color: #b22222;
}
/*別ウィンドウ*/
/* この記事を見た人は～More from my site
-------------------------------------------------*/
.wp_rp_content {
  margin:0px 0 70px 0 !important;
}
ul.related_post {
  margin: 0 0px 0 -4% !important;
  padding: 0 0 !important;
  column-rule: none !important;
  display: flex;
  flex-wrap: wrap;
  column-gap: inherit !important;
}
ul.related_post li {
  width: 46% !important;
  margin: 0 0 3% 4% !important;
  padding: 0 !important;
}
ul.related_post li:last-child {
  margin-right:0 !important;
}
ul.related_post li a {
	color:#333;
	text-decoration:none;
}
ul.related_post li a:hover {
	text-decoration:none;
}
ul.related_post li a.wp_rp_thumbnail{
	width:100px !important;
	height:100px !important;
  overflow: hidden;
}
ul.related_post li a.wp_rp_thumbnail img{
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: visible;
}
ul.related_post li a.wp_rp_thumbnail:hover img{
  transform: scale(1.1, 1.1);
}
ul.related_post li img {
  width:100% !important;
  height:auto !important;
}
div.wp_rp_footer{
  margin: 0 10px 0 0;
}
ul.related_post li img{
	border-radius:0!important;
}
ul.related_post .wp_rp_publish_date{
	display:block;
}
ul.related_post li .wp_rp_category {
  display: block;
  margin-bottom: 2px;
}
ul.related_post li .wp_rp_category a {
  font-size: 1.0rem;
  line-height: 1;
  display: inline-block !important;
  border: 1px solid;
  padding: 4px 12px 3px;
  border-radius: 100px;
  margin-bottom: 3px;
  color: #0096DC;
}
ul.related_post li .wp_rp_title {
  display: inline-block;
  width: calc(100% - 110px);
  line-height: 1.6;
  font-size: 1.5rem;
}

/* ブログカード
-------------------------------------------------*/
.blog-card {
  background: #fbfaf8;
	border:1px solid #ddd;
	word-wrap:break-word;
	max-width:100%;
	border-radius:0px;
  margin: 0px 0 50px;
}
.post_lead .blog-card {
	margin: 0px 50px 0 0;
}
.blog-card:hover {
  background: #fee;
}
.blog-card a {
  text-decoration: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-card-title {
	color: #337ab7;
	display: block;
}
.blog-card-thumbnail {
	padding: 10px 3% 10px 2%;
  width: 20%;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 90px;
  width: 100%;
}
.blog-card-content {
	line-height:120%;
  width: 80%;
  padding: 10px 3% 10px 0px;
}
.blog-card-title {
	padding: 0 10px 5px 0;
	font-size:120%;
  font-weight: bold;
  line-height: 1.4em;
}
.blog-card-excerpt {
	color:#333;
  line-height: 1.5em;
}
.blog-card-excerpt,
.blog-card-excerpt p{
font-size: 1.3rem !important;
}
.blog-card-excerpt strong,
.blog-card-excerpt p strong{
font-size: 1.3rem !important;
}
.blog-card .clear {
  clear: both;
}
@media screen and (max-width: 991px) {
  /*上部の余白を削除*/
  .sub-page-contents{
    padding-top:0;
  }
  /*　詳細ページ目次
  -------------------------------*/
  body.single #contents{
    padding-top: 2.5%;
  }
  body.single #main .mantra{
    background-color: #f4f4f4;
    padding:5% 5% 3%;
    margin:3% 0 0;
    border:2px solid #5BCBDB;
  }
  body.single #main .mantra p{
    margin-bottom: 0;
    padding:0;
    text-align:center;
    font-size: 1.2rem;
  }
  body.single #main .mantra ol {
    list-style-type: none;
    padding-bottom: 20px;
    counter-reset: item;
    font-size:1.4rem;
  }
  body.single #main .mantra ol li{
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-top:10px;
  }
  body.single #main .mantra ol>li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: bold;
    color: #333;
    padding:0 10px 0px 0;
    color:#2FBBD0;
  }
  body.single #main .mantra ol li a{
    color: #545454;
    text-decoration:none;
  }
  body.single #main .mantra ol li a:hover{
    text-decoration: none;
  }
  body.single #main .mantra ul>li{
    position:relative;
    text-indent: 0em;
    padding-left: 1.5em;
  }
  body.single #main .mantra ul>li:before {
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: 1px;
    width: 6px;
    height: 6px;
    background: #181818;
    border-radius: 50%;
    padding:0;
  }
  body.single #main .entry.clr {
    padding: 0 0 0 0;
  }
  /*更新日*/
  body.single #main .post .kdate .update{
    background: url(https://www.kowa-m.jp/wp-content/uploads/entry_icon.png) no-repeat left center;
    background-size: 19%;
    padding: 0 0 0 6%;
    display:inline-block;
    color:#666666;
    letter-spacing: 0;
  }
  body.single #main .post .kdate .repeat{
    background: url(https://www.kowa-m.jp/wp-content/uploads/update_icon.png) no-repeat left center;
    background-size: 17%;
    padding: 0 0 0 6%;
    display:inline-block;
    color:#666666;
    margin:0 3% 0 0;
    letter-spacing: 0;
  }
  body.single #main .post .kdate{
    font-size:0.9rem;
  }
  body.single #main .post .blogbox p{
    padding: 0;
    display: block;
    width: 100%;
    float: none !important;
  }
  body.single #main .post .blogbox .tagList.tags {
    width: 100%;
    text-align: right;
  }
  body.single #main .post .blogbox .tagList.tags li {
    margin: 0 0.5em 0.5em 0;
  }
  body.single #main .post .blogbox .tagList.tags li a {
    font-size: 0.9rem;
    padding: 5px 5px 4px;
  }
  .headCategory a {
    padding: 5px 5px 4px;
    font-size: 1.0rem;
    margin: 0 10px 5px 0;
  }
/*
  body.single #main .post .blogbox .tags li{
    display:inline-block;
    font-size:0.9rem;
    line-height:1.5;
    background:#fff;
    margin-right:1em;
    margin-bottom:1em;
    border: 1px solid #666;
    border-radius: 20px;
    padding: 0% 3%;
  }
  body.single #main .post .blogbox .tags li a{
    color: #333;
    padding: 4% 0% 4%;
    display:block;
    color:#545454;
  }
  body.single #main .post .blogbox .tags li:hover{
    background:#eee;
  }
*/
  body.single #main .post p .date {
    font-size: 0.8rem;
  }
  /*　詳細ページ見出し
  -------------------------------*/
  /* 中見出し */
  body.single #main .entry h2{
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-size:1.5rem;
    border-bottom: 2px solid #3DC0D3 !important;
    line-height:1.4;
    padding-bottom: 2%;
    margin-top: 8%;
    margin-bottom: 3%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    font-weight:bold;
  }
  body.single #main .post h3{
    padding: 2% 2%;
    margin:6% 0 3%;
    background-color: #f3f3f3;
    font-size: 1.4rem;
    line-height: 1.3;
    display:block;
    font-weight:bold;
  }
  .entry .entry__content h3{
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-size: 1.6rem;
    border-bottom: 1px solid #ccc !important;
    line-height: 1.4;
    padding-bottom: 2%;
    margin-top: 8%;
    margin-bottom: 3%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 0;
    font-weight: bold;
  }
  /*　詳細ページテキスト
  -------------------------------*/
  .entry p{
    font-size: 1.2rem;
    padding: 0 3%;
    font-size: 1.4rem;
    margin-bottom: 5%;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .entry p a{
    text-decoration:underline;
    color: #0096DC;
  }
  .entry p a:hover{
    text-decoration:none;
  }
  body.single #main .post .st-catgroup{
    display: none;	
  }
  h1.entry-title{
    margin: 0 0 5px 0;
    font-size: 1.4rem;
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    font-weight:bold;
  }
  body.single #main .post .st-catgroup{
    display: none;	
  }
  body.single #main .entry-title{
    font-size: 1.9rem;
    font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
    line-height: 1.3;
  }
  body.single #main .post p{
    font-size: 1.4rem;
    margin-bottom:2%;
    line-height:1.6;
    letter-spacing:0.05em;
    padding: 0 3%;
    width:100%;
  }
  body.single #main .post p.img{
    text-align: center;
  }
  body.single #main .post_lead p{
    padding:0;
  }
  body.single #main blockquote {
    position: relative;
    padding: 10px 15px 10px 12%;
    box-sizing: border-box;
    font-style: normal;
    background: #FCFCFC;
    color: #555;
    border-left: none;
    font-size: 1.3rem;
  }
  body.single #main blockquote:before{
    display: inline-block;
    position: absolute;
    top: 2%;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 900;
  }
  body.single #main blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
  }
  body.single #main blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
  }
  /* Googleマップ埋め込み
  -------------------------------------------------*/
  body.single #main .mapframe{
    width:100%;
    height:300px;
    display:block;
  }
  body.single .topMovie {
    padding: 0 0 0 0;
  }
  body.single .topMovie .topMovieOuter {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  /* Youtube埋め込み
  -------------------------------------------------*/
  /*動画の最大幅を指定する*/
  .iframe-container{
    max-width:100%;
    margin: 0 auto;
  }
  .iframe-container br{
   display: none;
  }
  /*動画の大きさを調整*/
  .i_frame {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  /*動画を囲んでいるdiv目一杯に広げる*/
  .i_frame iframe,
  .i_frame object,
  .i_frame embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .blog-card-thumbnail {
    padding: 15px 10px 15px 10px;
    width: 120px;
    margin: 0 auto;
  }
  .blog-card-content {
    line-height: normal;
    width: auto;
    padding: 0 20px 20px;
  }
  .blog-card-title {
    padding: 0 0 2px;
    font-size: 1.2rem;
  }
  .blog-card-excerpt, .blog-card-excerpt p {
    font-size: 1.1rem !important;
  }
  ul.related_post li .wp_rp_category a {
    font-size: 100% !important;
  }
  /* 投稿者
  -------------------------------------------------*/
  body.single #main .userwp{
    margin:0 0 10%;
  }
  body.single #main .userwp .userinfo{
    position:static;
    width:auto;
    display:block;
    vertical-align: middle;
  }
  body.single #main .userwp .ttl{
    font-size:1.4rem;
    font-weight:bold;
    margin:0 0 2%;
  }
  body.single #main .userwp .userinfo p{
    display:inline-block;
    margin:0;
    vertical-align: middle;
  }
  body.single #main .userwp .userinfo p.usericon{
    width:25%;
  }
  body.single #main .userwp .userinfo p.usericon img{
    width:100%;
  }
  body.single #main .userwp .userinfo p.username{
    margin-left:0%;
    padding:0;
    text-align:left;
    font-weight:bold;
    font-size:1.1rem;
  }
  body.single #main .userwp .userinfo p.usertxt{
    padding:0;
    font-size:1.1rem;
  }
  /* SNSシェアボタン
  -------------------------------------------------*/
  .sns_block {
    width: 94%;
    margin: 14% auto 10% !important;
    padding: 0 !important;
  }
  .sns_block li{
    float:left;
    display:block;
    width:33.3%;
  }
  .sns_block li a{
    width:100%;
    display:block;
    text-align:center;
    color:#fff;
    padding:3% 0;
    text-decoration:none;
    font-size:1.1rem;
  }
  .sns_block li a:hover{
    opacity:0.8;
  }
  .sns_block li.twitter a{
    background:#55acee;
  }
  .sns_block li.twitter i{
    zoom:1.4;
    vertical-align:sub;
    padding-right:4%;
  }
  .sns_block li.twitter .label{
    padding:0;
    font-weight:normal;
    font-size:1.1rem;
  }
  .sns_block li.facebook a{
    background:#3a5795;
    line-height:1.65;
  }
  .sns_block li.facebook i{
    zoom:1.2;
    vertical-align:middle;
    padding-right:4%;
  }
  .sns_block li.hatebu a{
    line-height:1.5;
    background:#00A5DE;
  }
  .sns_block li.hatebu .fa-hatena{
    zoom:1.1;
    padding-right:4%;
    vertical-align:middle;
  }
  /* 見出しカスタマイズ
  -------------------------------------------------*/
  .post .cmn_ttl01 {
    padding: 10px 15px;
    margin:20px 0 -10px;
    background-color: #f3f3f3;
    font-size: 17px;
    line-height: 26px;
    display:block;
    font-weight:bold;
  }
  /* リンクカスタマイズ
  -------------------------------------------------*/
  /*同一ウィンドウ*/
  a.naibu{
    color:#0F8EB9;
    text-decoration:none;
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    vertical-align: middle;
    text-decoration: none;
  }
  a.naibu:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  a.gaibu{
    color:#0F8EB9;
    text-decoration:none;
    background:url(https://www.kowa-m.jp/wp-content/uploads/ico_gaibu.gif) no-repeat left center;
    padding: 0 0 0 2em;
  }
  .link_btn{
    padding:0 !important;
    margin:2em auto;
    text-align:center;
    display:table;
    width:100%;
  }
  .link_btn a{
    color:#0F8EB9;
    text-decoration:none;
    display:block;
  }
  .link_btn a span{
    border:1px solid #333;
    background: url(https://www.kowa-m.jp/wp-content/uploads/ico_gaibu.gif) no-repeat 1em center;
    background-size:auto;
    padding:0 0 0 16%;
    white-space: nowrap; 
    padding: 0.5em 1em 0.5em 2.5em;
    word-wrap: break-word;
    word-break: break-all;
    display:inline-block;
  }
  .link_btn a:hover{
    color: #b22222;
  }
  /* ブログカード
  -------------------------------------------------*/
  .blog-card {
    margin: 0 auto;
  }
  /* この記事を見た人は～More from my site
  -------------------------------------------------*/
  .wp_rp_content {
    margin:0px 0 70px 0 !important;
  }
  ul.related_post {
    margin:0 0px 0 0 !important;
    padding:0 0px  !important;
    column-rule:none !important;
  }
  ul.related_post li {
    width:100% !important;
    margin: 10px 0 10px 0px !important;
    padding:0 !important;
  }
  ul.related_post li .wp_rp_title {
    font-size: 1.1rem;
    width: calc(100% - 90px);
  }
  ul.related_post li .wp_rp_category a {
    margin: 0 6px 5px 0;
  }
  ul.related_post li:last-child {
    margin-right:0 !important;
  }
  ul.related_post li a {
    color:#333;
    text-decoration:none;
  }
  ul.related_post li a:hover {
    text-decoration:none;
  }
  ul.related_post li a.wp_rp_thumbnail{
    width:80px !important;
    height:80px !important;
  }
  ul.related_post li img {
    width:100% !important;
    height:auto !important;
  }
  div.wp_rp_footer{
    margin: 0 10px 0 0;
  }
  ul.related_post li img{
    border-radius:0!important;
  }
  ul.related_post .wp_rp_publish_date{
    display:block;
  }
  /*------------------------------------
  記事一覧
  ------------------------------------*/
  .sp_nopadding{
    padding:0;
  }
  .page-template-bloglist .articlelist-item {
    border-bottom: 1px solid #ddd;
    position:relative;
  }
  .page-template-bloglist .articlelist-item-inner{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5% 0 8%;
    color: inherit;
  }
  .page-template-bloglist .main_img{
    margin:0;
  }
  .page-template-bloglist .articlelist-date {
    display: block;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: .17em;
    color: #666;
  }
  .page-template-bloglist .title{
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 2%;
    font-size: 1.1rem;
    text-decoration:none;
  }
  .page-template-bloglist a:hover .title {
    text-decoration:none;
  }
  .page-template-bloglist .userinfo {
    position: absolute;
    left: 0;
    bottom: -30%;
    top:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
  }
  .page-template-bloglist .usericon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0x;
    border: 0px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.24);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .page-template-bloglist .usericon img{
    width:100%;
    border:1px solid #fff;
  }
  .page-template-bloglist .username {
    display: inline-block;
    margin: 0 0 0 4px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #181818;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
  }
}


.sub-page-contents {
  padding-top: 0 !important;
}
/*===================================
  共通マージン
===================================*/
/*    マージントップ     */
.pc_mt5 {
  margin-top: 5px !important;
}
.pc_mt10 {
  margin-top: 10px !important;
}
.pc_mt10 {
  margin-top: 15px !important;
}
.pc_mt20 {
  margin-top: 20px !important;
}
.pc_mt30 {
  margin-top: 30px !important;
}
.pc_mt40 {
  margin-top: 40px !important;
}
.pc_mt50 {
  margin-top: 50px !important;
}
.pc_mt60 {
  margin-top: 60px !important;
}
.pc_mt70 {
  margin-top: 70px !important;
}
.pc_mt80 {
  margin-top: 80px !important;
}
.pc_mt90 {
  margin-top: 90px !important;
}
.pc_mt100 {
  margin-top: 100px !important;
}
/*    マージントップ マイナス    */
.pc_mt-10 {
  margin-top: -10px !important;
}
.pc_mt-10 {
  margin-top: -15px !important;
}
.pc_mt-20 {
  margin-top: -20px !important;
}
.pc_mt-30 {
  margin-top: -30px !important;
}
.pc_mt-40 {
  margin-top: -40px !important;
}
.pc_mt-50 {
  margin-top: -50px !important;
}
.pc_mt-60 {
  margin-top: -60px !important;
}
.pc_mt-70 {
  margin-top: -70px !important;
}
.pc_mt-80 {
  margin-top: -80px !important;
}
.pc_mt-90 {
  margin-top: -90px !important;
}
.pc_mt-100 {
  margin-top: -100px !important;
}
/*    マージンボトム    */
.pc_mb10 {
  margin-bottom: 10px !important;
}
.pc_mb15 {
  margin-bottom: 15px !important;
}
.pc_mb20 {
  margin-bottom: 20px !important;
}
.pc_mb25 {
  margin-bottom: 25px !important;
}
.pc_mb30 {
  margin-bottom: 30px !important;
}
.pc_mb35 {
  margin-bottom: 35px !important;
}
.pc_mb40 {
  margin-bottom: 40px !important;
}
.pc_mb45 {
  margin-bottom: 45px !important;
}
.pc_mb50 {
  margin-bottom: 50px !important;
}
.pc_mb55 {
  margin-bottom: 55px !important;
}
.pc_mb60 {
  margin-bottom: 60px !important;
}
.pc_mb65 {
  margin-bottom: 65px !important;
}
.pc_mb70 {
  margin-bottom: 70px !important;
}
.pc_mb75 {
  margin-bottom: 75px !important;
}
.pc_mb80 {
  margin-bottom: 80px !important;
}
.pc_mb85 {
  margin-bottom: 85px !important;
}
.pc_mb90 {
  margin-bottom: 90px !important;
}
.pc_mb95 {
  margin-bottom: 95px !important;
}
.pc_mb100 {
  margin-bottom: 100px !important;
}
.pc_mb110 {
  margin-bottom: 110px !important;
}
.pc_mb120 {
  margin-bottom: 120px !important;
}
.pc_mb130 {
  margin-bottom: 130px !important;
}
.pc_mb140 {
  margin-bottom: 140px !important;
}
.pc_mb150 {
  margin-bottom: 150px !important;
}
.pc_mb160 {
  margin-bottom: 160px !important;
}
.pc_mb170 {
  margin-bottom: 170px !important;
}
.pc_mb180 {
  margin-bottom: 180px !important;
}
.pc_mb190 {
  margin-bottom: 190px !important;
}
.pc_mb200 {
  margin-bottom: 200px !important;
}
.pc_mb210 {
  margin-bottom: 210px !important;
}
@media screen and (max-width: 991px) {
  .sp_mt5{
    margin-top:5px !important;
  }
  .sp_mt10{
    margin-top:10px !important;
  }
  .sp_mt15{
    margin-top:15px !important;
  }
  .sp_mt20{
    margin-top:20px !important;
  }
  .sp_mt30{
    margin-top:30px !important;
  }
  .sp_mt40{
    margin-top:40px !important;
  }
  .sp_mt50{
    margin-top:50px !important;
  }
  .sp_mt60{
    margin-top:60px !important;
  }
  .sp_mt70{
    margin-top:70px !important;
  }
  .sp_mt80{
    margin-top:80px !important;
  }
  .sp_mt90{
    margin-top:90px !important;
  }
  .sp_mt100{
    margin-top:100px !important;
  }
  .sp_mb0{
    margin-bottom:0px !important;
  }
  .sp_mb5{
    margin-bottom:5px !important;
  }
  .sp_mb10{
    margin-bottom:10px !important;
  }
  .sp_mb15{
    margin-bottom:15px !important;
  }
  .sp_mb20{
    margin-bottom:20px !important;
  }
  .sp_mb30{
    margin-bottom:30px !important;
  }
  .sp_mb40{
    margin-bottom:40px !important;
  }
  .sp_mb50{
    margin-bottom:50px !important;
  }
  .sp_mb60{
    margin-bottom:60px !important;
  }
  .sp_mb70{
    margin-bottom:70px !important;
  }
  .sp_mb80{
    margin-bottom:80px !important;
  }
  .sp_mb90{
    margin-bottom:90px !important;
  }
  .sp_mb100{
    margin-bottom:100px !important;
  }
  .sp_mb120{
    margin-bottom:120px !important;
  }
  .sp_mb130{
    margin-bottom:130px !important;
  }
  .sp_mb140{
    margin-bottom:140px !important;
  }
  .sp_mb150{
    margin-bottom:150px !important;
  }
  .sp_mb160{
    margin-bottom:160px !important;
  }
  .sp_mb170{
    margin-bottom:170px !important;
  }
  .sp_mb180{
    margin-bottom:180px !important;
  }
}

/*===================================
  共通パディング
===================================*/
/*    パディングトップ     */
.pc_pt10 {
  padding-top: 10px !important;
}
.pc_pt15 {
  padding-top: 15px !important;
}
.pc_pt20 {
  padding-top: 20px !important;
}
.pc_pt30 {
  padding-top: 30px !important;
}
.pc_pt40 {
  padding-top: 40px !important;
}
.pc_pt50 {
  padding-top: 50px !important;
}
.pc_pt60 {
  padding-top: 60px !important;
}
.pc_pt70 {
  padding-top: 70px !important;
}
.pc_pt80 {
  padding-top: 80px !important;
}
.pc_pt90 {
  padding-top: 90px !important;
}
.pc_pt100 {
  padding-top: 100px !important;
}
/*    パディングボトム     */
.pc_pb10 {
  padding-bottom: 10px !important;
}
.pc_pb15 {
  padding-bottom: 15px !important;
}
.pc_pb20 {
  padding-bottom: 20px !important;
}
.pc_pb30 {
  padding-bottom: 30px !important;
}
.pc_pb40 {
  padding-bottom: 40px !important;
}
.pc_pb50 {
  padding-bottom: 50px !important;
}
.pc_pb60 {
  padding-bottom: 60px !important;
}
.pc_pb70 {
  padding-bottom: 70px !important;
}
.pc_pb80 {
  padding-bottom: 80px !important;
}
.pc_pb90 {
  padding-bottom: 90px !important;
}
.pc_pb100 {
  padding-bottom: 100px !important;
}
.pc_pb160 {
  padding-bottom: 160px !important;
}
@media screen and (max-width: 991px) {
  .sp_pt10{
    padding-top:10px !important;
  }
  .sp_pt15{
    padding-top:15px !important;
  }
  .sp_pt20{
    padding-top:20px !important;
  }
  .sp_pt30{
    padding-top:30px !important;
  }
  .sp_pt40{
    padding-top:40px !important;
  }
  .sp_pt50{
    padding-top:50px !important;
  }
  .sp_pt60{
    padding-top:60px !important;
  }
  .sp_pt70{
    padding-top:70px !important;
  }
  .sp_pt80{
    padding-top:80px !important;
  }
  .sp_pt90{
    padding-top:90px !important;
  }
  .sp_pt100{
    padding-top:100px !important;
  }
  .sp_pb5{
    padding-bottom:5px !important;
  }
  .sp_pb10{
    padding-bottom:10px !important;
  }
  .sp_pb15{
    padding-bottom:15px !important;
  }
  .sp_pb20{
    padding-bottom:20px !important;
  }
  .sp_pb30{
    padding-bottom:30px !important;
  }
  .sp_pb40{
    padding-bottom:40px !important;
  }
  .sp_pb50{
    padding-bottom:50px !important;
  }
  .sp_pb60{
    padding-bottom:60px !important;
  }
  .sp_pb70{
    padding-bottom:70px !important;
  }
  .sp_pb80{
    padding-bottom:80px !important;
  }
  .sp_pb90{
    padding-bottom:90px !important;
  }
  .sp_pb100{
    padding-bottom:100px !important;
  }
}
/*パディングなし設定*/
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}


/* all 表記 */
.jscroll-added {
  width: 100%;
}
.jscroll-added .articleListBox.list_oth {
  margin: 0;
}
.jscroll-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.articleListBox.list_oth {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 0 0 -3.333%;
}
.articleListBox.list_oth .post {
  display: block;
  width: 30%;
  margin: 0 0 0 3.333%;
  border-bottom: 1px solid #ddd;
}
.articleListBox.list_oth .post .articlelist-item {
  border-bottom: none;
}
.articleListBox.list_oth .post .articlelist-item-inner {
  display: block;
}
.articleListBox.list_oth .post .articlelist-item-inner > div {
  width: 100%;
  display: block;
  padding: 0px 0;
  float: none !important;
}
.articleListBox.list_oth .post .title {
  line-height: 1.5;
  margin-top: 0px;
  font-size: 1.5rem;
  text-decoration: none;
}
.articleListBox.list_oth .post .userinfo {
  display: none;
  position: static;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .articleListBox.list_oth {
    margin: 0 0 -3% -6%;
  }
  .articleListBox.list_oth .post {
    width: 44%;
    margin: 0 0 3% 6%;
  }
  .articleListBox.list_oth .post .articlelist-item-inner {
    padding: 10% 0;
  }
  .articleListBox.list_oth .articlelist-category i.cat, a.article span.txt i.cat {
    margin: 7px 0;
    font-size: 0.9rem;
  }
  .articleListBox.list_oth .post .title {
    font-size: 1.2rem;
  }
}



/*============*/
/* 2021/07/13 */
/*============*/
.footer {
  padding-bottom: 85px;
  background: #000;
}
#fx_footer_bnr {
  position: fixed;
  bottom: -85px;
  width: 100%;
  padding: 10px 0;
  background: #63BBE8;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#fx_footer_bnr.on {
  bottom: 0px;
}
#fx_footer_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -36px -36px;
  padding: 0 6%;
}
#fx_footer_bnr ul li {
  width: 354px;
  margin: 0 0 36px 36px;      
}
#fx_footer_bnr ul li a {
  display: block;
}
#fx_footer_bnr ul li a img {
  display: block;
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 991px) {
  #fx_footer_bnr ul {
    margin: 0 0 -3.333% -3.333%;      
  }
  #fx_footer_bnr ul li {
    width: 30%;
    margin: 0 0 3.333% 3.333%;      
  }
}
@media screen and (max-width: 991px) {
  #fx_footer_bnr {
    padding: 0 0%;
    background: none;
  }
  #fx_footer_bnr ul {
    padding: 0 0;
    margin: 0 0 0% 0%;
  }
  #fx_footer_bnr ul li {
    width: 50%;
    margin: 0 0 0% 0%;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-bottom: 50px;
  }
  #fx_footer_bnr.on {
    padding-bottom: 4%;
  }
}

/*-----------------------------------------------
SNSボタン
--------------------------------------------------*/
.sns_area {
	background: #F7F7F7;
}
.sns_area .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
.sns_area .inner p.title{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.sns_area .inner ul{
	width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sns_area .inner ul li{
	width: 50%;
	text-align: left; 
	margin: 0 0 20px 0;
	font-size: 1.3rem;
}
.sns_area .inner ul li a{
	color: #333;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 14px 0 0 60px;
	text-align: left !important;
}
.sns_area .inner ul li:nth-child(3) a,
.sns_area .inner ul li:nth-child(4) a{
	padding: 5px 0 0 60px;
}
.sns_area .inner ul li a:hover{
	text-decoration: underline;
}
.sns_area .inner ul li a::before{
	content: "";
	width: 50px;
	height: 50px;
	background: url("/wp-content/themes/habakiri-child/images/img-common/Instagram.png") no-repeat left top/contain;
	image-rendering: -webkit-optimize-contrast;
	position: absolute;
	left: 0;
	top: 0;
}
.sns_area .inner ul li.line a::before{
	background: url("/wp-content/themes/habakiri-child/images/img-common/line.png") no-repeat left top/contain;
}
.sns_area .inner ul li.twitter a::before{
	background: url("/wp-content/themes/habakiri-child/images/img-common/Twitter.png") no-repeat left top/contain;
}
.sns_area .inner ul li.youtube a::before{
	background: url("/wp-content/themes/habakiri-child/images/img-common/Youtube.png") no-repeat left top/contain;
}


@media screen and (max-width: 991px) {
	.sns_area {
		background: #F7F7F7;
	}
	.sns_area .inner{
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.sns_area .inner p.review{
		font-size: 1.1rem;
		font-weight: bold;
		border-bottom: 1px dotted #333;
		margin: 0 0 10px 0;
		min-height: 7vh;
	}
	.sns_area .inner p.review a{
		padding: 13px 20px 0 60px;
		position: relative;
		text-decoration: none;
	}
	.sns_area .inner p.review a:before{
		content: "";
		width: 45px;
		height: 45px;
		background: url("/wp-content/themes/habakiri-child/images/img-common/review.png") no-repeat left top/contain;
		position: absolute;
		left: 0;
		top: 0;
	}
	.sns_area .inner p.review a:after{
		content: "";
		width: 18px;
		height: 17px;
		background: url("/wp-content/themes/habakiri-child/images/img-common/ico_blank.png") no-repeat left top/contain;
		position: absolute;
		right: 0;
		top: 42%;
	}
	.sns_area .inner p.title{
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		margin:10px 0 18px;
	}
	.sns_area .inner ul{
		width: 100%;
		display: block;
	}
	.sns_area .inner ul li{
		font-size: 1.1rem;
		text-align: left; 
		margin: 0 0 10px 0;
		min-height: 6vh;
		width: 100%;
	}
	.sns_area .inner ul li a{
		color: #333;
		text-decoration: none;
		position: relative;
		display: block;
		padding: 13px 0 0 60px;
	}
	.sns_area .inner ul li:first-of-type a,
	.sns_area .inner ul li:nth-child(3) a,
	.sns_area .inner ul li:nth-child(4) a{
		padding: 7px 0 0 60px;
	}
	.sns_area .inner ul li a:hover{
		text-decoration: underline;
	}
	.sns_area .inner ul li a::before{
		content: "";
		width: 50px;
		height: 50px;
		background: url("/wp-content/themes/habakiri-child/images/img-common/Instagram.png") no-repeat left top/contain;
		image-rendering: -webkit-optimize-contrast;
		position: absolute;
		left: 0;
		top: 0;
	}
	.sns_area .inner ul li.line a::before{
		background: url("/wp-content/themes/habakiri-child/images/img-common/line.png") no-repeat left top/contain;
	}
	.sns_area .inner ul li.twitter a::before{
		background: url("/wp-content/themes/habakiri-child/images/img-common/Twitter.png") no-repeat left top/contain;
	}
	.sns_area .inner ul li.youtube a::before{
		background: url("/wp-content/themes/habakiri-child/images/img-common/Youtube.png") no-repeat left top/contain;
	}
}


/*お客様のあっぱ例 (れ～) 見出し画像変更 20220712
-------------------------------------------------------*/

.category.category-review.category-106 h1.pagettl{
	background: #2693FF;
	color: #fff;
	position: relative;
	margin-bottom: 50px;
}
.category.category-review.category-106 h1.pagettl::after{
	content: "";
	background: url("/wp-content/uploads/ttl_review.png") no-repeat left top/contain;
	width: 436px;
	height: 161px;
	position: absolute;
	right: 45px;
	top: -47px;
}
@media screen and (max-width: 1180px) {
	.category.category-review.category-106 h1.pagettl{
		margin-bottom: 20px;
	}
	.category.category-review.category-106 h1.pagettl::after{
		width: 300px;
		height: 109px;
		right: 45px;
		top: -30px;
	}
}
@media screen and (max-width: 991px) {
	.category.category-review.category-106 h1.pagettl{
		margin-bottom: 135px;
	}
	.category.category-review.category-106 h1.pagettl::after{
		width: 340px;
		height: 123px;	
		right: 0%;
		top:  120%;
	}
}


/*卒業制作応援キャンペーン参加作品 見出し画像変更・テキスト追加  20230120
-------------------------------------------------------*/
.category.category-graduationworks.category-107 h1.pagettl{
	background: #fc96aa;
	color: #fff;
	position: relative;
	padding: 18px 15px 18px 5px;
}
.category.category-graduationworks.category-107 h1.pagettl::after{
	content: "";
	background: url("/wp-content/uploads/ttl_graduation_pc.png") no-repeat left top/contain;
	width: 231px;
	height: 134px;
	position: absolute;
	right: 5px;
	top: -51px;
}
.category.category-graduationworks.category-107 #graduationworks_box{
	display: block;
}
#graduationworks_box{
	display: none;
}
#graduationworks_box{
	width: 95%;
	margin: 38px auto 40px;
	border: 2px dotted #fc96aa;
	padding: 20px 30px 15px;
}
#graduationworks_box h2{
	font-size: 1.6rem;
	font-weight: bold;
	color: #fc96aa;
	margin-left: -10px;
	padding-bottom: 15px;
}
#graduationworks_box p{
	font-size: 1.4rem;
	padding-bottom: 10px;
}
#graduationworks_box p.txt_link{
	text-align: right;
	padding-bottom: 0;
}
#graduationworks_box p.txt_link a{
	font-size: 1.4rem;
	color: #3366ff;
	padding-bottom: 15px;
	position: relative;
	padding-right: 23px;
	font-weight: bold;
}
#graduationworks_box p.txt_link a::before{
	content: "";
	background: url(/wp-content/uploads/ico_arrow.png) no-repeat left top/contain;
	width: 17px;
	height: 6px;
	position: absolute;
	right: 0;
	top: 9px;
}
#graduationworks_box p.txt_link a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 1180px) {
	.category.category-graduationworks.category-107 h1.pagettl{
		padding: 18px 15px 18px 0px;
		font-size: 1.7rem;
	}
	.category.category-graduationworks.category-107 h1.pagettl::after{
		content: "";
		background: url("/wp-content/uploads/ttl_graduation_pc.png") no-repeat left top/contain;
		width: 180px;
		height: 134px;
		position: absolute;
		right: 5px;
		top: -32px;
	}
}
@media screen and (max-width: 991px) {
	.category.category-graduationworks.category-107 h1.pagettl{
		background: #fc96aa;
		font-size: 1.2rem;
		padding: 18px 0px 18px 2px;
	}
	.category.category-graduationworks.category-107 h1.pagettl::after{
		content: "";
		background: url("/wp-content/uploads/ttl_graduation_sp.png") no-repeat left top/contain;
		width: 320px;
		height: 170px;
		position: absolute;
		right: 3%;
		top: 65px;
	}
	#graduationworks_box{
		width: 90%;
		margin: 125px auto 40px;
		border: 2px dotted #fc96aa;
		padding: 15px 15px 15px;
	}
	#graduationworks_box h2{
		font-size: 1.3rem;
		margin-left: -10px;
		padding-bottom: 10px;
	}
	#graduationworks_box p{
		font-size: 1.1rem;
		padding-bottom: 10px;
		line-height: 1.3;
	}
	#graduationworks_box p.txt_link{
		text-align: right;
		padding-bottom: 0;
	}
	#graduationworks_box p.txt_link a{
		font-size: 1.1rem;
		font-weight: bold;
		padding-bottom: 15px;
		padding-right: 18px;
	}
	#graduationworks_box p.txt_link a::before{
		content: "";
		background: url(/wp-content/uploads/ico_arrow.png) no-repeat left top/contain;
		width: 17px;
		height: 6px;
		position: absolute;
		right: 0;
		top: 18%;
	}
}







