@charset "utf-8"; 
/* ------------------------------
common
------------------------------ */
.header_inner{
    position: relative;
    background: #FFF;
}

.page_ttl .wrap{ position: relative;}

.sec_ttl {
    margin: 0px auto 60px;
}

@media screen and (max-width : 767px){

.sec_ttl {
    margin: 0px auto 30px;
}

}


/* ------------------------------
sec01
------------------------------ */
.sec01{
    padding: 0 0 60px 0;
}

.blog_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog_main {
	width: 732px;
	box-sizing: border-box;
}
.blog_main img{
    max-width: 732px;
    height: auto;
}
.blog_list li {
	padding: 0px 0px 40px;
    border-bottom: 1px solid #A4BCD4;
    margin-bottom: 3rem;}

.blog_list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.blog_list li a:hover {
	text-decoration: underline;
}

.blog_ttl {
	width: 490px;
	position: relative;
}

.blog_ttl > p:nth-of-type(1) {
	line-height: 150%;
}

.blog_ttl > p:nth-of-type(2) {
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.blog_cate a {
	background: #0C86B6;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	padding: 0px;
	display: inline-block;
/*	width: 200px;*/
    padding: 0 10px;
    margin: 0 4px;
}
.category_box{
    max-width: 420px;
}
@media screen and (max-width : 767px){
    .category_box{
        max-width: 280px;
    }
}

.blog_cate a:hover {
	text-decoration: none;
}

.blog_date {
	right: 0px;
	top: 50%;
    transform: translateY(-50%);
	position: absolute;
	font-size: 1.4rem;
}

.blog_side {
	width: 267px;
	box-sizing: border-box;
}

.side_ttl {
	font-size: 4rem;
	font-family: Arial, Helvetica, 'sans-serif' !important;
    font-weight: 900;
	color: #A79D92;
	border-bottom: 6px solid #A4BCD4;
	padding: 0px 0px 10px;
}

.side_wrap {
	padding: 0px 0px 20px;
}

.side_wrap ul {
	padding: 10px 0px;
}

.side_wrap li {
	padding: 10px 0px;
}

.side_wrap li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.side_wrap li a:hover {
	text-decoration: underline;
}

.side_img {
	width: 41%;
}

.side_img img {
	max-width: 100%;
	height: auto;
}

.side_blog_ttl {
	width: 51%;
	line-height: 140%;
	font-size: 1.4rem;
}

.cate_list p {
	font-size: 1.4rem;
	border-top: 1px solid #4F493C;
}

.cate_list p:last-of-type {
	border-bottom: 1px solid #4F493C;
}

.cate_list p a {
	display: block;
	padding: 16px 0px;
}

.cate_list p a:hover {
	text-decoration: underline;
}

.pager_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0px;
}

.pager_wrap li {
	font-size: 2rem;
	text-align: center;
	border: 1px solid #4F493C;
	box-sizing: border-box;
	border-radius: 50px;
	margin: 5px;
	width: 50px;
	height: 50px;
	position: relative;
}

.pager_wrap li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.pager_wrap li a > span {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}



.nav-links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 50px 0px;
}

.nav-links li {
	font-size: 2rem;
	text-align: center;
	border: 1px solid #4F493C;
	box-sizing: border-box;
	border-radius: 50px;
	margin: 5px;
	width: 50px;
	height: 50px;
	position: relative;
	line-height: 46px;
}

.nav-links li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.nav-links li a > span {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

.btn_arrow {
	background: #DFE0D9;
}

.page-numbers .next {
	background: #DFE0D9;
	border-radius: 25px;
	line-height: 36px;
}

.page-numbers .prev {
	background: #DFE0D9;
	border-radius: 25px;
	line-height: 36px;
}

.btn_arrow::before {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
}

.page_top::before {
	background: url("../img/blog/angle-double-left.png");
	width: 24px;
	height: 20px;
}

.page_before::before {
	background: url("../img/blog/angle-left.png");
	width: 13px;
	height: 20px;
}

.page_after::before {
	background: url("../img/blog/angle-right.png");
	width: 13px;
	height: 20px;
}

.page_last::before {
	background: url("../img/blog/angle-double-right.png");
	width: 24px;
	height: 20px;
}




@media screen and (max-width : 767px){
    .sec01{
        padding: 0 0 12% 0;
    }
	
	.blog_list li div {
		width: 100%;
	}
	
	.blog_ttl > p:nth-of-type(1) {
		padding: 20px 0px;
	}
	
	.blog_ttl > p:nth-of-type(2) {
    	position: relative;
	}
	
	.blog_side {
		width: 100%;
	}
	
	.pager_wrap li {
		margin: 2px;
		width: 38px;
		height: 38px;
	}

	.nav-links li {
		margin: 2px;
		width: 38px;
		height: 38px;
	}



}




/* ------------------------------
記事
------------------------------ */

article {
	padding: 30px 0px;
}

body#blog_article h1 {
	font-size: 4.4rem;
	padding: 40px 0px;
	line-height: 130%;
}

body#blog_article h2 {
	color: #0C86B6;
	font-size: 3.2rem;
	padding: 40px 0px;
	line-height: 130%;
}

body#blog_article h3 {
	color: #0C86B6;
	font-size: 2.4rem;
	padding: 40px 0px;
	line-height: 130%;
}

body#blog_article h4 {
	color: #0C86B6;
	font-size: 1.6rem;
	padding: 40px 0px;
	line-height: 130%;
}

.article_wrap > p {
	position: relative;
}

.article_txt_wrap > p {
	padding: 20px 0px;
	font-size: 1.6rem;
	text-align: justify;
}

.wp_content {
	padding: 20px 0px;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2.1;
}
.wp_content p{
    padding: 20px 0px;
    font-size: 1.6rem;
    text-align: justify;
}
.wp_content a {
    text-decoration: underline;
    color: #0C86B6;
}
span.pink_line {
    background: linear-gradient(transparent 60%, rgba(219,83,107,0.3) 60%);
}

.list_wrap {
	padding: 50px 0px;
}

.wp_content > ul {
	padding: 50px 0px;
}

.profile_wrap {
	width: auto;
	height: auto;
	border: 1px solid #4F493C;
	padding: 30px;
	margin: 50px 0px;
}

.profile_ttl {
	font-size: 2.8rem;
	padding: 30px 0px;
}

.profile_detail td {
	font-size: 1.6rem;
	padding: 5px 0px;
}

.profile_detail td:first-child {
	padding: 5px 0px;
	width: 90px;
}

.article_thumbnail {
	width: 100%;
}


@media screen and (max-width : 767px){

.profile_detail td:first-child {
	width: 80px;
}
}


/* ------------------------------
tag_container
------------------------------ */
.tag_container{
    padding: 25px 0 15px 0;
    background: #EFEFEF;
    box-sizing: border-box;
	margin: 20px 0px;
}

.tag_container .wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.tag_container .tag_wrap ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tag_container .tag_wrap li{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2;
    background: #FFF;
    border-radius: 15px;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
    margin: 0 10px 20px 0;
    box-sizing: border-box;
}
.tag_container .tag_wrap li.oem{
    color: #FFF;
    background: #0C86B6;
    border: 1px solid #0C86B6;
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
.tag_container .tag_wrap ul{
    display: inline-block;
}
}

@media screen and (max-width : 767px){

article {
    padding: 0px;
}

body#blog_article h1 {
	font-size: 3.6rem;
}

body#blog_article h2 {
    font-size: 2.8rem;
}

body#blog_article h2,
body#blog_article h3,
body#blog_article h4 {
    padding: 20px 0px;
}
    .tag_container{
        padding: 4% 0 0 0;
    }

    .tag_container .wrap{
        display: block;
    }

    .tag_container .tag_wrap{
        width: 100%;
    }

    .tag_container .tag_wrap li{
        display: inline-block;
        font-size: 3.467vw;
        padding: 0 10px;
        margin: 0 10px 4% 0;
        box-sizing: border-box;
    }
    .tag_container .btn_wrap{
        width: 100%;
        max-width: inherit;
        margin: 6% auto 0 auto;
    }
    .tag_container .btn_wrap .btn,
    .shop_container .btn_wrap .btn{
        font-size: 3.733vw;
        padding: 14px 10px 14px 10px;
    }
    .tag_container .btn_wrap .btn .ico-shop:before,
    .shop_container .btn_wrap .btn .ico-shop:before{
        top: -.3vw;
        margin-right: 10px;
        background-size: 100% auto !important;
        width: 6vw;
        height: 6vw;
    }
}



/* blog News ------------------Tug 追記--*/
.blog-news {
}
.blog-news__block{
    display: flex;
    justify-content: space-between;
}

.blog-news__text{
    position: relative;
    width: 490px;
}
.blog-news__data{
    position: absolute;
    bottom: 0;
}
.blog-news__data-day{
    position: relative;
    right: 0;
}

.blog_img img{
    width: 200px;
    height: auto;
}
@media screen and (max-width : 767px){
    .blog_img img{
        width: 100%;
        height: auto;
    }
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}