@charset "utf-8";

/******************************************************************************
 * flame
*******************************************************************************/
#mainfunction{
	z-index: 1;
	background: #FFF;
	overflow: hidden;
	position: relative;
	
}
@media(max-width:768px) {
#mainfunction{
    padding: 0 4.26667vw;
}
}
#postWrapper{padding-bottom:40px}
#postWrapper:after{display:block;
clear:both;
content:''}
#postWrapper main{
	padding-top: 0px;
	
}	
@media (min-width:900px){#postWrapper{width:100%;
margin:0 auto;
box-sizing:border-box;
padding:70px 15px 80px}
#postWrapper main{float:left;
width:74%;
box-sizing:border-box}
#postWrapper aside{float:right;
width:24%;
box-sizing:border-box}
}
@media (min-width:1280px){#postWrapper{width:1280px;
margin:0 auto;
padding:0px 0 110px}
#postWrapper main{width:71.875%}
#postWrapper aside{width:21.875%}
}

/* --------------------------------------------------
  パンくず
-------------------------------------------------- */
.bread {
  max-width: 1300px;
  margin: 0 auto;
}
  @media (max-width: 1000px) {
    .bread {
      padding: 0 16px; } }
  @media (max-width: 600px) {
    .bread {
      padding: 0 8px; } }
  .bread ol {
    padding:12px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center; }
  .bread li:nth-of-type(1),
  .bread li:nth-of-type(2) {
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
  .bread li {
    font-size: 12px;
    vertical-align: middle;
	list-style: none;}
.bread li br{
  display: none;
}
    @media (max-width: 600px) {
      .bread li {
        font-size: 11px;
        margin-bottom: 4px; } }
    .bread li svg {
      width: 20px;
      height: 20px; }
      @media (max-width: 600px) {
        .bread li svg {
          width: 18px;
          height: 18px; } }
    .bread li a {
      display: block; }
  .bread li:not(.home) {
    padding-top: 2px; }
  .bread .arrow {
    position: relative;
    padding-left: 28px; }
    @media (max-width: 600px) {
      .bread .arrow {
        padding-left: 20px; } }
  .bread .arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 10px; }
    @media (max-width: 600px) {
      .bread .arrow::before {
        left: 6px; } }


/*----------------------------------------------------
  .blog-top
--------------------------------------------------- */

.blog-top__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}
.blog-top__item {
    width: 33.333333333333336%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.blog-top__item:nth-child(n + 4) {
    margin: 70px 0 0
}


a.hover-effect {
    overflow: hidden
}
a.hover-effect__zoom {
    display: block
}
a.hover-effect__zoom img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    vertical-align: middle;
    -webkit-transition: 0.8s ease all;
    -o-transition: 0.8s ease all;
    transition: 0.8s ease all;
	max-width: 100%;
    height: auto;
}
a.hover-effect__zoom:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.m-article__body_ttl {
	margin-top: 35px;
    font-size: 15px;
    margin-bottom: 8px;
	line-height: 1.5;
    font-weight: 400;
}

.m-article__body_date {
    font-size: 13px;
    margin-bottom: 8px;
	color: #8a878a;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
}

.m-article__body_note {
    font-size: 11px;
	color: #8a878a;
    line-height: 1.36364;
}


@media(max-width:768px) {

    .blog-top__grid {
        display: block
    }
    .blog-top__item {
        width: 100%
    }
    .blog-top__item:nth-child(n + 2) {
        margin: 35px 0 0
    }
	
.m-article__body_ttl {
	margin-top: 15px;
    font-size: 4.26667vw;
    margin-bottom: 2.13333vw;
}
.m-article__body_date {
    font-size: 3.46667vw;
    margin-bottom: 2.13333vw;
}
.m-article__body_note {
    font-size: 2.93333vw;
}	
	
	
}
@media screen and (max-width:768px) {
.blog-single__body p+p{margin-top:1.4em}
.blog-single__body a:link, a:visited {
    color: #000;
}	
.blog-single__body figcaption{
    font-size: 12px;
}
	.blocks-gallery-item{
		margin-bottom: 20px;
	}
}

.b-list__cate, .b-list__date {
    display: flex;
    align-items: center;
    line-height: 1;
}

.b-list__date {
    margin-top: 1.48438vw;
    font-family: Roboto,sans-serif;
    font-size: .9375vw;
    font-weight: 700;
}

.b-list__date, .b-list__ttl {
    color: #212121;
    letter-spacing: 0;
    transition: color .15s cubic-bezier(.25,.25,.75,.75);
}

.b-list__cate {
    height: 1.25vw;
    padding: 1px .46875vw 0;
    margin-left: .625vw;
    font-size: .70312vw;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background: #9c9c9c;
    border-radius: .78125vw;
    transition: background .15s cubic-bezier(.25,.25,.75,.75);
}



/*! #sidebar
=========================================== */
.sideBar{padding:31px 15px 0}
.sideBar__title{font-size:24px;
margin-bottom:2px}
.sideBar-ranking__monthly,.sideBar-ranking__total{margin-bottom:25px}
@media (min-width:900px){.sideBar{padding:0}
.sideBar__title{font-size:22px;
margin-bottom:5px}
.sideBar-ranking__monthly,.sideBar-ranking__total{margin-bottom:33px}
.sideBar-category,.sideBar-ranking__monthly,.sideBar-ranking__total{border-top:1px solid #333;
padding-top:15px}
}

.l-details__side-inner {
    border-top: 3px solid #222222;
    padding-top: 40px;
}
.m-side__head {
    padding-bottom: 32px;
}

.m-side__body
{
    margin-bottom: 30px;
}

.a-ttl-side {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.a-ttl-side__main {
    font-size: 20px;
	display: block;
    line-height: 1.7;
    font-weight: 600;
}


.a-ttl-side__sub {
    font-size: 13px;
    margin-top: 8px;
    display: block;
    color: #8a878a;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
}

.m-sideArticle__item:not(:last-child) {
    margin-bottom: 40px;
}

.m-article, .m-article--column, .m-article--SpColumn {
    display: block;
    position: relative;
}
.m-article__head {
	position: relative;
	margin-bottom: 18px;
}

.m-article__head_imgWrap {
    overflow: hidden;
}

.m-side .m-article__head_img, .m-side .m-article__head_img--search {
    opacity: 1;
    transform: scale(1,1);
}
.m-article__head_img.is-show, .is-show.m-article__head_img--search {
    transform: scale(1,1);
    opacity: 1;
}
.m-article__head_img, .m-article__head_img--search {
    transition: all .5s cubic-bezier(0,0,.58,1);
    transform: scale(1.1,1.1);
    opacity: 0;
}
.m-side:not(:last-child) {
    padding-bottom: 43px;
    margin-bottom: 40px;
}
.m-side {
    position: relative;
    overflow: hidden;
}
.m-side:not(:last-child):before {
    width: 24px;
    height: 3px;
}
.m-side:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #006AB8;
}



@media (min-width:900px){.cat-list{padding-top:5px}
}
.cat-list__item{border-bottom:1px solid #f0f0f0}
.cat-list__item a{text-decoration:none;
display:block;
padding:7px 0 11px}
.cat-list__item a:before{display:inline-block;
-webkit-transform:scale(.6) translate(-1px,3px);
-ms-transform:scale(.6) translate(-1px,3px);
transform:scale(.6) translate(-1px,3px);
display:inline-block;
margin-right:-4px}
@media (min-width:640px){.cat-list__item a{padding:6px 0 13px}
}
@media (min-width:900px){.cat-list__item a{padding:6px 0 14px}
.cat-list__item a:before{-webkit-transform:scale(1) translate(0,3px);
-ms-transform:scale(1) translate(0,3px);
transform:scale(1) translate(0,3px);
margin-right:3px;
-webkit-transition:all .2s ease;
transition:all .2s ease}
.cat-list__item a:hover:before{-webkit-transform:scale(1) translate(3px,3px);
-ms-transform:scale(1) translate(3px,3px);
transform:scale(1) translate(3px,3px)}
}
.cat-list__sub{display:inline-block;
font-size:12px;
padding-left:3px;
font-weight:500!important}
@media (min-width:900px){.cat-list__sub{font-size:14px;
line-height:1.5}
}
.cat-list__num{display:inline-block;
margin-top:2px;
float:right;
box-sizing:border-box;
height:18px;
width:30px;
text-align:center;
background-color:#eee;
color:#606f86;
font-size:12px;
line-height:18px}
@media (min-width:640px){.cat-list__num{margin-top:8px}
}
@media (min-width:900px){.cat-list__num{font-size:14px;
width:40px;
height:20px;
line-height:20px;
margin-top:7px}
}




.m-sideSNS__btnBox {
    display: flex;
    padding: .5em;
}


.m-sideSNS__btnBox a {
    height: 80px;
}
.m-sideSNS__btnBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    text-align: center;
}
.m-sideSNS__btnTw {
    background-color: #00aced;
}
.m-sideSNS__btnFb {
    background-color: #1877f2;
}
.m-sideSNS__btnBox a svg {
    fill: #fff;
}
.m-sideSNS__btnTw_ico {
    width: 26px;
    height: 21px;
}
.m-sideSNS__btnFb_ico {
    width: 24px;
    height: 24px;
}
.m-sideSNS__btnBox a span {
    font-size: 13px;
    margin-top: 10px;
}
.m-sideSNS__btnBox a span {
    display: block;
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-weight: 600;
}

@media(max-width:768px) {
.m-sideSNS__btnBox a {
    height: 21.33333vw;
}
.m-sideSNS__btnTw_ico {
    width: 6.93333vw;
    height: 5.6vw;
}	
.m-sideSNS__btnFb_ico {
    width: 6.4vw;
    height: 6.4vw;
}
	
.m-sideSNS__btnBox a span {
    font-size: 3.46667vw;
    margin-top: 2.66667vw;
}	
}

.me-article__main-img {
    text-align: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
    background-color: #000;
}

.me-article__main-img>img {
    vertical-align: bottom;
    margin: auto;
    position: relative;
    z-index: 15;
    width: 100%;
    max-width: 100%;
}

.me-article__main-img__bg {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    z-index: 11;
    opacity: .5;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-filter: blur(10px) grayscale(0);
    filter: blur(10px) grayscale(0);
    background-size: cover;
}
.me-article__head {
    zoom: 1;
    text-align: center;
    padding: 1em;
    font-size: 10rem;
    margin: 0 auto;
    border-bottom: 1px solid rgba(32,0,0,.1);
    padding: 20px 15px 10px;
}
.me-article__head:before {
    display: block;
    height: 0;
    visibility: hidden;
    content: " ";
}
.blog-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}
.me-article__meta {
    font-weight: 700;
	text-align: center;
}
.me-article__cat, .me-article__date {
    display: inline-block;
    font-family: Avenir next,Open Sans,sans-serif;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.me-article__title {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    clear: both;
    letter-spacing: .05em;
    margin: .2em auto .3em;
    max-width: 900px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
}

.me-article__head .sns-btn-unit {
    font-size: 12px;
    padding: .5em 0;
}

@media (min-width: 992px){
.blog-container {
    width: 982px;
}
.me-article__head {
    padding: 20px 15px 10px;
}
.me-article__title {
    font-size: 25px;
}	
}	
@media screen and (min-width: 768px){
.me-article__main-img>img {
    max-width: 768px;
    width: auto;
}
.me-article__head {
    padding: 20px 15px 10px;
}	
.blog-container {
    padding-left: 21px;
    padding-right: 21px;
    width: 762px;
}
	}


/*----------------------------------------------------
  #.blog-single__body hx
--------------------------------------------------- */

.blog-single__body h2 {
    padding: 0 5px 20px;
    border-bottom: 4px #140f14 solid;
    /* display: inline-block; */
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 40px;
}

.blog-single__body h2:nth-child(n + 2){
	
	margin-top: 70px
	
}

@media screen and (max-width: 750px){
.blog-single__body h2 {
    padding: 0;
    border-bottom: none;
    line-height: 1.6;
    font-size: 20px;
}

.blog-single__body h2:nth-child(n + 2){
	
	margin-top: 30px
	
}

.blog-single__body h3:nth-child(n + 2){
	
	margin-top: 40px
	
}
.blog-single__body h4:nth-child(n + 2){
	
	margin-top: 30px
	
}
	
	
}

.blog-single__body h3 {
    background: #f5f5f5;
    padding: 10px 17px;
    position: relative;
    font-size: 24px	;
    margin-bottom: 20px;
}
.blog-single__body h3:nth-child(n + 2){
	
	margin-top: 30px
	
}

.blog-single__body h3::before {
    background: #140f14;
    top: 10%;
    width: 3px;
    height: 80%;
}
.blog-single__body h3::before {
    content: "";
    position: absolute;
	left: 0;
}
.blog-single__body h4 {
    margin-top: 36px;
    padding: 23px 0 40px;
	font-size: 18px;
}
.blog-single__body h4:nth-child(n + 2){
	
	margin-top: 30px
	
}

.blog-single__body h4:before
{
    /*position: absolute;
    top: 0;*/
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-image: url(../images/dot-y.svg);
    background-repeat: repeat-x;
	margin-bottom: 20px;
}
.blog-single__body h4:after{
	/*position: absolute;
    bottom: 0;*/
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-image: url(../images/dot-y.svg);
	background-repeat: repeat-x;	
	margin-top: 20px;
	
}

.blog-single__body h5 {
    line-height: 1.5;
    font-weight: 600;
}

.blog-single__body h5 {
    margin: 25px 0 8px;
    font-size: 1.2rem;
    font-weight: 500!important;
}
@media (min-width: 768px) {
.blog-single__body h5 {
    font-size: 20px;
    margin-bottom: 44px;
    border-left: 3px solid #140f14;
    padding-left: 16px;
}
}

.wp-block-image img {
  display: block;
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
  height: auto;
}

.size-full{
	margin-bottom: 30px;
}



/******************************************************************************
 * recommend
*******************************************************************************/
.recommend{
  margin-top:60px;
  margin-bottom:30px;
}
.recommend a:hover{
  text-decoration: none;}

.recommend .landscape-description>ul>li{
  background-color: #ffffff;
  list-style: none;
  padding:30px;
  box-sizing: border-box;
  width:100%;
  margin-bottom:30px;
  display: flex;
  display: -webkit-flex;
  box-shadow: 0 0 0 1px #f0f0f0;
}

.recommend .landscape-img{
  margin: 0 30px 0 0;
  width:32%;
}
.recommend .landscape-txt{
  width:68%;
  position: relative;
}
.recommend .landscape-txt .landscape-link a{
  text-align: left;
  font-weight: bold;
  color:rgba(0,153,255, 1);!important;
  padding:0rem 1.4rem;
  -webkit-background-size: 1.2rem 1.2rem;
  background-size: 1.2rem 1.2rem;
  text-decoration: none;
}
.recommend .landscape-txt .skill {
  margin-top:1rem;
}
.recommend .landscape-txt .ttl-job{
  font-size:22px;
font-weight: 600;	
  padding:0.8rem 0;
}
.recommend .landscape-txt .ttl-dt{
  font-size:16px;
  padding:0 0 10px 15px;
}

.recommend .landscape-txt .skill dl{
  line-height:1.6;
}
.recommend .landscape-txt .skill dl dt{
  font-weight:bold;
}
.recommend .landscape-txt .skill dl dd{
  padding-left:1.2rem;
  margin-left:0;
}
.recommend .landscape-img img{
  width:100%;
}

@media(max-width: 640px){
  .recommend .landscape-description>ul>li{
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .recommend .landscape-img{
    width:100%;
    margin:0 0 1rem 0;
  }
  .recommend .landscape-txt{
    width:100%;
  }
}
.about-index__sub-title {
	display: -webkit-flex;
	display: flex;
	line-height: 1.6;
	-webkit-align-items: center;
			align-items: center;
}

.about-index__sub-title__number {
	display: -webkit-flex;
	display: flex;
	font-weight: 500;
	color: rgba(0, 0, 0, .3);
	-webkit-align-items: center;
			align-items: center;
}

.about-index__sub-title__number:after {
	content: "";
	width: 1px;
	height: 20px;
	margin: 0 10px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
}

.about-index__sub-title__en {
	color: rgba(0,0,0, 1);
}

.about-index__title {
	margin: 10px 0;
	font-weight: 800;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}



/******************************************************************************
 * sns
*******************************************************************************/


.sns-btn-unit {
    padding: 2em 0;
    font-size: 16px;
    margin: auto;
    width: 100%;
    max-width: 150px
}
.sns-btn-unit__list {
    display: table;
    width: 100%;
    margin-right: -2px;
    color: #333
}
.sns-btn-unit__list__item {
    display: table-cell;
    text-align: center;
    width: 16.5%
}
.sns-btn-unit__list__item__hit {
    margin: 0 2px;
    padding: 5px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #333;
    vertical-align: bottom;
    transition: all, 0.3s, cubic-bezier(0.9, 0.2, 0.2, 0.9)
}
.sns-btn-unit__list__item__title {
    position: absolute;
    font-size: 1em;
    top: 50%;
    left: 0;
    margin-top: -1.3em;
    width: 100%;
    opacity: 0;
    font-weight: 700;
    transition: all, 0.3s, cubic-bezier(0.9, 0.2, 0.2, 0.9);
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}
.sns-btn-unit__list__item__icon {
    font-size: 1.8em;
    opacity: 1;
    transition: all, 0.5s, cubic-bezier(0.9, 0.2, 0.2, 0.9);
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #333
}
@media screen and (min-width:768px) {
    .sns-btn-unit__list__item__icon {
        font-size: 2em
    }
}
.sns-btn-unit__list__item__icon img,
.sns-btn-unit__list__item__icon svg {
    height: 1em;
    width: 100%;
    max-width: 100%
}
.sns-btn-unit__list__item__icon svg {
    fill: #333;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}
.sns-btn-unit__list__item__action {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    margin-top: -0.4em;
    font-size: 10px;
    opacity: 0;
    transition: all, 0.3s, cubic-bezier(0.9, 0.2, 0.2, 0.9);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}
@media screen and (min-width:768px) {
    .sns-btn-unit__list__item__hit:hover {
        transition: all, 0s, ease
    }
    .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__title {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__icon {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
    .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__action {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media screen and (min-width:768px) {
    .sns-btn-unit__list__item--twitter .sns-btn-unit__list__item__hit:hover,
    .sns-btn-unit__list__item--twitter .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__icon {
        color: #43a5f0
    }
    .sns-btn-unit__list__item--twitter .sns-btn-unit__list__item__hit:hover:after {
        background-color: #43a5f0
    }
    .sns-btn-unit__list__item--facebook .sns-btn-unit__list__item__hit:hover,
    .sns-btn-unit__list__item--facebook .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__icon {
        color: #5372c1
    }
    .sns-btn-unit__list__item--facebook .sns-btn-unit__list__item__hit:hover:after {
        background-color: #5372c1
    }
    .sns-btn-unit__list__item--google-plus .sns-btn-unit__list__item__hit:hover,
    .sns-btn-unit__list__item--google-plus .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__icon {
        color: #de4b39
    }
    .sns-btn-unit__list__item--google-plus .sns-btn-unit__list__item__hit:hover:after {
        background-color: #de4b39
    }
    .sns-btn-unit__list__item--line .sns-btn-unit__list__item__hit:hover,
    .sns-btn-unit__list__item--line .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__icon {
        color: #29bb0f
    }
    .sns-btn-unit__list__item--line .sns-btn-unit__list__item__hit:hover:after {
        background-color: #29bb0f
    }
    .sns-btn-unit__list__item--line .sns-btn-unit__list__item__hit:hover svg {
        fill: #29bb0f
    }
    .sns-btn-unit__list__item--pocket .sns-btn-unit__list__item__hit:hover,
    .sns-btn-unit__list__item--pocket .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__icon {
        color: #d3505a
    }
    .sns-btn-unit__list__item--pocket .sns-btn-unit__list__item__hit:hover:after {
        background-color: #d3505a
    }
    .sns-btn-unit__list__item--hatena .sns-btn-unit__list__item__hit:hover,
    .sns-btn-unit__list__item--hatena .sns-btn-unit__list__item__hit:hover .sns-btn-unit__list__item__icon {
        color: #008fde
    }
    .sns-btn-unit__list__item--hatena .sns-btn-unit__list__item__hit:hover:after {
        background-color: #008fde
    }
    .sns-btn-unit__list__item--hatena .sns-btn-unit__list__item__hit:hover svg {
        fill: #008fde
    }
}
.sns-btn-unit--type-color .sns-btn-unit__list__item__hit {
    margin: 0
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--twitter {
    border-color: #43a5f0
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--twitter a {
    color: #43a5f0
}

.sns-btn-unit--type-color .sns-btn-unit__list__item--twitter .sns-btn-unit__list__item__icon,
.sns-btn-unit--type-color .sns-btn-unit__list__item--twitter .sns-btn-unit__list__item__icon svg {
    color: #43a5f0;
    fill: #43a5f0
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--twitter .sns-btn-unit--type-color .sns-btn-unit__list__item__hit {
    fill: #43a5f0
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--facebook {
    border-color: #5372c1
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--facebook .sns-btn-unit__list__item__icon,
.sns-btn-unit--type-color .sns-btn-unit__list__item--facebook .sns-btn-unit__list__item__icon svg {
    color: #5372c1;
    fill: #5372c1
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--facebook .sns-btn-unit--type-color .sns-btn-unit__list__item__hit {
    fill: #5372c1
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--google-plus {
    border-color: #de4b39
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--google-plus .sns-btn-unit__list__item__icon,
.sns-btn-unit--type-color .sns-btn-unit__list__item--google-plus .sns-btn-unit__list__item__icon svg {
    color: #de4b39;
    fill: #de4b39
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--google-plus .sns-btn-unit--type-color .sns-btn-unit__list__item__hit {
    fill: #de4b39
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--line {
    border-color: #29bb0f
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--line .sns-btn-unit__list__item__icon,
.sns-btn-unit--type-color .sns-btn-unit__list__item--line .sns-btn-unit__list__item__icon svg {
    color: #29bb0f;
    fill: #29bb0f
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--line .sns-btn-unit--type-color .sns-btn-unit__list__item__hit {
    fill: #29bb0f
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--pocket {
    border-color: #d3505a
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--pocket .sns-btn-unit__list__item__icon,
.sns-btn-unit--type-color .sns-btn-unit__list__item--pocket .sns-btn-unit__list__item__icon svg {
    color: #d3505a;
    fill: #d3505a
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--pocket .sns-btn-unit--type-color .sns-btn-unit__list__item__hit {
    fill: #d3505a
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--hatena {
    border-color: #008fde
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--hatena .sns-btn-unit__list__item__icon,
.sns-btn-unit--type-color .sns-btn-unit__list__item--hatena .sns-btn-unit__list__item__icon svg {
    color: #008fde;
    fill: #008fde
}
.sns-btn-unit--type-color .sns-btn-unit__list__item--hatena .sns-btn-unit--type-color .sns-btn-unit__list__item__hit {
    fill: #008fde
}
/******************************************************************************
 * h2_under_tit
*******************************************************************************/
.has-huge-font-size{
	font-size: 30px!important;
}
.has-large-font-size{
	font-size: 25px!important;
}
.has-medium-font-size{
	font-size: 20px!important;
}
.has-small-font-size{
	font-size: 14px!important;
}

@media (max-width: 767.98px){
.has-huge-font-size{
	font-size: 25px;
	margin-bottom: 20px;
}
.has-large-font-size{
	font-size: 20px!important;
	margin-bottom: 20px;
}
.has-medium-font-size{
	font-size: 16px!important;
	margin-bottom: 20px;
}
.has-small-font-size{
	font-size: 12px!important;
	margin-bottom: 20px;
}
}


.wp-block-image{
	text-align: center!important;
	margin-bottom: 60px !important;
}




/******************************************************************************
 * blog-single
*******************************************************************************/
.Blog_header {
    padding-bottom: 20px;
    border-bottom: 1px dotted #707070;
}

.Blog_header_data {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.Blog_header .__title {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 700;
}

.Blog_header_data .__category, .News_header_data .__date {
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-style: normal;
}

.Blog_header_data .__date {
    display: block;
    font-size: 14px;
}
.Blog_header_data .__category {
    padding: 4px 15px;
    background-color: #222222;
    font-size: 12px;
    color: #fff;
}




.blog-single__top-img{
	max-width: 100%;
    height: auto;
	margin-bottom: 30px;
}


.p-entry-nav {
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 2.5;
    max-width: 820px;
    margin: 80px auto 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 1px 0;
}
.p-entry-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0;
}

.p-entry-nav__list--item {
    min-width: 66px;
}
.p-entry-nav__list--item .prev {
    padding-left: 32px;
    background-image: url(../images/p-nav-prev.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
.p-entry-nav__list--item a {
    text-decoration: none;
    display: block;
    color: #999;
    position: relative;
}
.p-entry-nav__list--item .home {
    padding-left: 38px;
    background-image: url(../images/p-nav-home.svg);
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
}
.p-entry-nav__list--item .next {
    padding-right: 32px;
    background-image: url(../images/p-nav-next.svg);
    background-repeat: no-repeat;
    background-position: right center;
}
@media (max-width: 767px) {
.p-entry-nav {
    width: 87%;
}
	
	
	}


@media (max-width: 640px) {
	
.p-entry-nav__list {
    padding: 40px 0;
}
.p-entry-nav__list--item a {
    background-size: contain;
}	
}

.m-article__body_ttl {
	margin-top: 15px;
    font-size: 15px;
    margin-bottom: 8px;
	line-height: 1.5;
    font-weight: 600;
}

.m-article__body_date {
    font-size: 13px;
    margin-bottom: 8px;
	color: #8a878a;
    font-family: Open Sans,sans-serif;
    font-weight: 300;
}

.m-article__body_note {
    font-size: 11px;
	color: #8a878a;
    line-height: 1.36364;
}

.BlogItem_data {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 18px 0 0;
}

.BlogItem_data .__category, .BlogItem_data .__date {
    font-family: Open Sans,sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-style: normal;
}
.BlogItem_data .__date {
    display: block;
}
.BlogItem_data .__category {
    padding: 4px 15px;
    background-color: #222222;
    font-weight: 700;
    color: #fff;
}

/*関連記事*/
.heading.heading-primary {
    font-size: 2.2rem;
    line-height: 1.5;
}
.heading {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
}


.related {
	border-top: 1px solid #E5E5E5;
    /*margin-top: 40px;*/
    padding-top: 20px;
}
.related__list {list-style-type: none;}
.related__item {padding-top:20px;}
.related__item:first-child{padding-top:0;}
.related__item::after {
	content: "";
	display: block;
	clear: both;
}
.related__imgLink{
	display:block;
	float:left;
	width:120px;
	height:90px;
	overflow: hidden;
}
.related__imgLink img{
	width:inherit;
	height:inherit;
	vertical-align:bottom;
	transform: scale(1);
	transition: ease-in-out .2s;	
}
.related__imgLink img:hover {transform: scale(1.2);}
.related__title{
	width:calc(100% - 130px);
	float:right;
	font-size:1rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom:10px;
	color:#f0b200;
}
.related__title a:hover {text-decoration:underline;}
.related__title span{
	display: block;
    font-size: .8rem;
    color: #7F7F7F;
    font-weight: normal;
}
.related__title .icon-calendar::before {
    margin-right: 5px;
    line-height: 1;
}
.related__contents{
	width:calc(100% - 130px);
	float:right;
	font-size:.9rem;
	line-height:1.5;
}
.related__contents.related__contents-max{
	width:100%;
	float:none;
}

/******************************************************************************
 * releted
*******************************************************************************/

@media screen and (min-width: 641px)　{
.point_box {
    margin: 25px 0 0!important;
    padding: 15px;
    position: relative;
    background: #cde0f354;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.point_box span {
    padding: 4px 8px;
    font-size: 13px;
    position: absolute;
    top: -15px;
    left: 10px;
    background: #ff5a40;
    border: 2px solid #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    line-height: 1;
}
.blog-single .point_box a:link {
    color: #337ab7;
    font-weight: bold;
    text-decoration: none;
}	
}
@media screen and (max-width: 640px){
.point_box {
    margin: 25px 0 0!important;
    padding: 15px 15px 10px;
    position: relative;
    background: #cde0f354;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}	
.point_box span {
    padding: 4px 8px;
    font-size: 13px;
    position: absolute;
    top: -15px;
    left: 10px;
    background: #ff5a40;
    border: 2px solid #fff;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #fff;
    line-height: 1;
}	
.blog-single .point_box a:link {
    color: #337ab7;
    font-weight: bold;
    text-decoration: none;
}


}
/******************************************************************************
 * tag
*******************************************************************************/
.showcase-tags-chunk-chain {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.showcase-tags-chunk-chain li {
	padding-left: 0px!important; 
    margin: 0 10px 10px 0;
	list-style: none!important;
}
.showcase-tags-chunk-chain li::before {
    display: none!important;
}
.showcase-tags-chunk-chain li+li {
    margin-top: 0px!important;
}
.showcase-tags-chunk-chain a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 5px;
    background-color: #eee;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}
a.opacity, input.opacity {
    transition: opacity ease-in-out 0.2s;
    opacity: 1;
}
/******************************************************************************
 * link-box
*******************************************************************************/
.link-box {
    margin-top: -40px;
}
.link-box {
    border: 1px solid #e1e1e1;
    padding: 10px;
    display: flex;
    margin: 30px;
}
.img-box {
    width: 25%;
    float: left;
}
.img-box div {
    min-height: 170px;
    background-size: cover;
    background-position: center center;
}
.text-box {
    width: 75%;
    float: left;
    padding-left: 20px;
    line-height: 1.7;
    margin: 0;
}
.text-box .title {
    font-size: 18px;
    font-weight: 600;
    color: #428bca;
    padding: 0;
    margin: 0;
}
.text-box .description {
	font-size: 13	px;
    color: #7B7B7B;
}
@media only screen and (max-width: 479px){
.img-box div {
    min-height: 80px;
}	
.text-box {
    margin-left: 10px;
    line-height: 1.5;
    width: 65%;
}

.text-box .title {
    font-size: 13px;
    margin: 0;
}

.text-box .description {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.8;
}


}