/*
Theme Name: aikata
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
共通(reset)
--------------------------------------------------------------*/
/*tml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
body{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	height:100%;
	-webkit-text-size-adjust: 100%;
	color:#666;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	line-height: 1.9;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
img, video {
	height: auto;
	max-width: 100%;
}
main {
	display: block;
}*/

:root {
    --yellow: #FDF9EF;
    --icon-grad: linear-gradient(30deg, #EF9152 0%, #F25053 100%);
    --text-gr: linear-gradient(45deg, rgba(252, 185, 34, 1) 0%, rgba(252, 107, 112, 1) 100%);
    --h3-bg: #E5E5DF;
    --men: #3F8CC9;
    --women: #FA7D7D;
    --orange: #FA704F;
    --color-text: #333;
    --font-bold: 700;
}

/*--------------------------------------------------------------
全体
--------------------------------------------------------------*/
.wrapper {
	overflow: hidden;
}
/*--------------------------------------------------------------
header(既存のPCサイトcssをそのまま移行 @todo あとでキレイに修正)
--------------------------------------------------------------*/
/*ヘッダー*/
.menu{
	display: none;
}
.pc_header{
	position: fixed;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #4e4e4e;
	background: #fff;
	z-index: 1000;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .head_inner{
	overflow: hidden;
	clear: both;
}
header p{
	float: left;
}
header .logo_sp{
	display: none;
}
header .logo_pc{
	display: block;
	width: 170px;
}
header .menu-trigger{
	display:none;
}
/*メニュー*/

header nav.logo_pc_menu{
	float: left;
	padding: 8px 0;
	margin-right: 0;
}
header .logo_pc_menu ul{
	float: left;
	margin: 5px;
}
header .logo_pc_menu ul li{
	display: inline-block;
	margin-left: 25px;
}
header nav.logo_pc_menu ul li a{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}
header nav.logo_pc_menu ul li a:after{
	display: block;
	content: '';
	bottom: 0;
	height: 3px;
	width: 100%;
	left: 0;
	background-color: rgba(129,183,70,0.6);
	transform-origin: 50% 50%;
	position: absolute;
	transform: scaleX(0);
	transition: transform 0.3s linear;
}
header nav.logo_pc_menu ul li a:hover:after{
	transform: scaleX(1);
}
/*会員登録ボタン*/
header .btn_area{
	float: right;
}
header .btn_area ul li{
	float: left;
}
header .btn_area ul li a{
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 17px;
	margin-left: 10px;
	min-width: 96px;
	display: block;
	border-radius: 6px;
}
header .btn_area ul li a:hover{
	opacity: 0.8;
}
header .btn_area ul li.man a{
	color: #fff;
	background: #1bb3c9;
}
header .btn_area ul li.woman a{
	color: #fff;
	background: #ff7ba7;
}
header .btn_area ul li.man a span.sp_btn,
header .btn_area ul li.woman a span.sp_btn{
	display: none;
}
header .btn_area ul li.man a span.pc_btn,
header .btn_area ul li.woman a span.pc_btn{
	display: block;
}
header .btn_area ul li.login a{
	color: #fff;
	background: #a8a8a8;
}
header .btn_area ul li.login a img{
	display: none;
}
/*上部メニュー部分の可変*/
@media screen and (max-width: 1200px) {
	header .logo_pc{
		width: 180px;
		margin-top: 2px;
	}
	header .logo_pc_menu ul li{
		margin-left: 5px;
	}
	header nav.logo_pc_menu ul li a{
		font-size: 14px;
	}
	header .btn_area ul li a{
		font-size: 14px;
		margin-left: 5px;
		min-width: 86px;
	}
	header .logo_pc_menu ul li:first-child{
		margin-left: 10px;
	}
	header .btn_area ul li:first-child a{
		margin-left: 0;
	}
}
@media screen and (max-width: 1060px) {
	header .logo_pc_menu ul li{
		margin-left: 4px;
	}
	header nav.logo_pc_menu ul li a{
		font-size: 13px;
	}
	header .btn_area ul li a{
		font-size: 13px;
		min-width: 78px;
		padding: 17px 11px;
	}
}
/*--------------------------------------------------------------
main(フッター上のメインコンテンツ @todo 命名規則とか適当だから修正)
--------------------------------------------------------------*/
.main {
	position: relative;
	z-index: 99;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 980px;
	margin: 0 auto 12vw;
	padding: 0 3%;
    box-sizing: content-box;
    column-gap: 5%;
}

.main > nav {
	flex-basis: 100%;
}


@media screen and (max-width: 760px) {
  .main {
	margin-bottom: 0;
	padding: 0 6%;
  }
}

/*--------------------------------------------------------------
パンくず
--------------------------------------------------------------*/
.breadCrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 5px;
	max-width: 980px;
	width: 100%;
	margin: 10px auto 20px;
}

.breadCrumb__list {
	display: flex;
	align-items: center;
}

.breadCrumb li {
	display: flex;
	align-items: center;
	list-style-type: none;
	font-size: 12px;
	line-height: 1.4;
}

.breadCrumb li:before {
	content: " > ";
	margin: 0 10px 0 10px;
}

.breadCrumb li:first-child:before {
	content: "";
	margin: 0;
}

.breadCrumb a {
	line-height: 1;
	font-size: 12px;
	text-decoration: underline;
}

.breadCrumb li a img {
	width: 16px;
	vertical-align: baseline;
}
/*--------------------------------------------------------------
main_contnts(主に記事部分)
--------------------------------------------------------------*/
.mainContents {
	flex-basis: 70%;
	-webkit-flex-basis: 70%;
	-ms-flex-preferred-size: 70%;
	max-width: 70%;
	margin: 0;
}

@media screen and (max-width: 760px) {
  .mainContents {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	max-width: 100%;
	margin-bottom: 10%;
  }
}

/*--------------------------------------------------------------
side_contents
--------------------------------------------------------------*/
.sideContents {
	position: relative;
	flex-basis: 25%;
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	max-width: 25%;
	margin: 0;
}

@media screen and (max-width: 760px) {
  .sideContents {
	flex-basis: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	max-width: 100%;
	padding: 0 8%;
  }
}

.sideContents__fixed {
	padding-bottom: 20px;
}
.sideWidget {
	width: 100%;
	margin-bottom: 20px;
}
.sideWiget__banner {
	display: block;
	margin-bottom: 20px;
}
.sideWidget__title {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 15px;
	line-height: 1.4;
}
.categoryList {
	margin-bottom: 0;
	font-size: 15px;
}
.categoryList > a {
	font-weight: bold;
    color: #F17052;
	text-decoration: none;
}

.categoryList > a::before {
	content: "#";
}
.search-submit {
	background: #6FBA2C;
}
/*--------------------------------------------------------------
footer上の会員登録
--------------------------------------------------------------*/
.regist_area {
	margin: 0;
	padding: 35px 15px;
	background: var(--yellow);
}

@media screen and (max-width: 760px) {
	.regist_area {
		width: 100%;
		padding: 15px 0;
	}
}

.regist_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 40px;
	max-width: 720px;
	margin: 0 auto;
}

@media screen and (max-width: 760px) {
	.regist_area ul {
		width: 80%;
		flex-direction: column;
	}
}

.regist_area li {
	width: calc(50% - 20px);
	border-radius: 6px;
}

@media screen and (max-width: 760px) {
	.regist_area li {
		width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.regist_area li:hover {
		opacity: 0.8;
	}
}

.regist_area .man_register {
	background-color: var(--men);
}

.regist_area .woman_register {
	background-color: var(--women);
}

.regist_area a {
	position: relative;
	display: block;
	padding: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
/*フッター*/
footer{
	margin-top: 30px;
  padding-bottom: 100px;
}
footer .foot_outer {
  width: 100%;
/*  background: #F9E7EB;*/
  background: #fff;
  padding-bottom: 10px;
}
footer .foot_inner {
	max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  border-top: 1px solid #e2e2e2;
}
footer .foot_inner::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
footer .foot_inner .right {
  float: right;
  width: 33%;
  padding: 0;
}
footer .foot_inner .right > iframe {
  width: 100%;
  height: 337px !important;
}
footer .foot_inner .left {
  float: left;
  width: 67%;
  padding-left: 10px;
}
footer .foot_inner nav {
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: left;
}
footer .foot_inner nav:first-child {
  float: left;
}
footer .foot_inner nav:last-child {
  float: right;
}
footer .foot_inner nav:last-child::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
footer .foot_inner nav ul li {
  font-size: 14px;
  line-height: 1.1;
  display: inline-block;
  padding: 0 5px;
}
footer .foot_inner nav ul li+ li {
  border-left: 1px solid #999;
}
footer .foot_inner nav ul li a {
  color: #464646;
}
footer .foot_inner nav ul li a:hover {
  opacity: .75;
}
footer .foot_inner nav .footer_logo img {
  width: 160px;
  margin-bottom: 20px;
  padding-left: 5px;
}
footer .foot_inner nav ul.sns_link {
/*   margin-top: 35px; */
  margin-top: 20px;
}
footer .foot_inner nav ul.sns_link li {
  float: left;
  margin-right: 10px;
  border: none;
}
footer .foot_inner nav ul.sns_link li:last-child::after {
  content: "";
  display: block;
  width: 100%;
  clear: left;
}
/*footer .foot_inner nav ul.sns_link li img {
  width: 40px;
  height: auto;
}*/
footer .foot_inner nav ul .sns_icon img {
	width: 40px;
}
footer .truste {
  width: 140px;
  height: auto;
}
footer .truste img {
  width: 100%;
}
footer .copyright {
  height: 80px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px 0;
  box-sizing: border-box;
}
footer .copyright::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
footer .copyright p {
	font-size: 12px;
  line-height: 1.6;
	margin-bottom: 0;
  color: #666;
}
footer .copyright img {
  width: 179px;
  height: auto;
}
.foot_sp {
  display: none;
}
@media screen and (max-width: 760px) {
	footer{
		margin-top: 50px;
	}
  footer .foot_inner {
    padding: 30px 0 0 0;
  }
  footer .foot_inner .right {
    float: none;
    width: 92vw;
    /* padding: 4vw; */
    /* height: 116vw; */
  }
  footer .foot_inner .right > iframe {
    width: 92vw !important;
    height: 116vw !important;
  }
  footer .foot_inner .left {
    float: none;
    width: 90%;
  }
  footer .foot_inner nav {
    width: 100%;
    margin-top: 0;
  }
  footer .foot_inner nav:first-child {
    float: none;
  }

/*  footer .foot_inner .left nav:first-child {
    border-top: 1px solid #EAC7C7;
  }*/
  footer .foot_inner nav:last-child {
    float: none;
  }
  footer .foot_inner nav ul li {
    font-size: 2.5vw;
    line-height: 1;
/*    border-bottom: 1px solid #ccc;*/
    position: relative;
  }
/*  footer .foot_inner nav ul li::after {
    content: "";
    position: absolute;
    top: 2.75vw;
    right: 3.75vw;
    display: block;
    width: 2.25vw;
    height: 3.625vw;
		background: url(img/common/footer_nav_icon.png) center center no-repeat;
    background-size: contain;
  }*/
/*  footer .foot_inner nav ul li a {
    color: #666;
    font-weight: bold;
    display: block;
    height: 8.5vw;
    box-sizing: border-box;
    padding: 2.75vw 3.75vw 0;
  }*/
  footer .foot_inner nav ul.sns_link {
    margin: 0;
    padding: 4vw 0;
/*    text-align: center;*/
  }
  footer .foot_inner nav ul.sns_link li {
    float: none;
    margin: 0 1vw;
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
  footer .foot_inner nav ul.sns_link li::after {
    content: "";
    display: none !important;
  }
  footer .foot_inner nav ul.sns_link li a {
    display: inline;
    height: auto;
    padding: 0;
  }
/*  footer .foot_inner nav ul.sns_link li img {
    width: 7.75vw;
  }*/
  footer .truste {
    width: 120px;
    height: auto;
}
  footer .truste img {
    width: 100%;
}
  footer .copyright {
    padding: 1.5vw 3.75vw;
    height: auto;
  }
  footer .copyright p {
    font-size: 1.5vw;
    width: calc(100% - 22.375vw)
  }
  footer .copyright img {
    width: 22.375vw;
  }
.foot_pc{
	  display: none;
}
.foot_sp{
	  display: block;
}
}

/*フッターFIX会員登録*/
#footFix{
	width:100%;
	position:fixed;
	bottom:0;
	z-index:8000;
	background-color: rgba(255, 255, 255, 0.8);
	text-align:left;
}
#footFix .wrap {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
	padding: 20px 0;
}
#footFix a{
	z-index:9000;
}
#footFix .closeBtn{
	position:absolute;
	top:20px;
	right:20px;
	width:50px;
	height:50px;
	z-index:9005;
}
#footFix .closeBtn span{
	display:block;
	background-size:100% 100%;
	width:100%;
	height:45px;
	line-height : 45px;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
	font-size:45px;
}
#footFix .closeBtn span:hover{
	background-color:#fff;
	color : #999;
}
#footFix ul{
	overflow:hidden;
}
#footFix ul li{
	float:right;
}
#footFix ul li:first-child{
	float:left;
}
#footFix ul li a{
	padding: 10px 40px;
	text-align: center;
	font-size: 22px;
	position: relative;
	overflow: hidden;
	display: block;
	background-color:#ff7ba2;
	color: #fff;
	border-radius: 6px;
}
#footFix ul li a:hover{
	opacity:0.8;
}
#footFix ul li:first-child a{
	color:#fff;
	background-color:#1bb3c9;
}
#footFix.close{
	display:none !important;
}
#footFix.close .bnrLink{
	display:none !important;
}
@media screen and (max-width: 760px) {
	#footFix .wrap {
		max-width: auto;
		margin: 0 auto;
		position: relative;
		padding: 20px 0;
	}
	#footFix ul li a{
		padding: 15px 10px;
		text-align: center;
		font-size: 14px;
		line-height: 1em;
		position: relative;
		overflow: hidden;
		display: block;
		background-color:#ff7ba2;
		color: #fff;
		margin-right: 40px;
	}
	#footFix ul li:first-child a{
		margin-right: auto;
		margin-left: 40px;
	}
	#footFix .closeBtn {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 30px;
		height: 30px;
		z-index: 9005;
	}
	#footFix .closeBtn span{
		font-size: 30px;
		line-height: 30px;
		height: 30px;
	}
}

/*トップに戻るボタン*/
.toTop {
	position: fixed;
	right: 25px;
	bottom: 150px;
	z-index:10;
  display: none; /* 20200317非表示 */
}

/*SNSリンク*/
.sns_link ul{
	text-align: center;
	font-size: 0;
	margin: 0 0 40px;
}
.sns_link ul li{
	display: inline-block;
	margin-right: 30px;
	font-size: 0;
}
.sns_link ul li:last-child{
	margin-right: 0;
}
.sns_link ul li img{
	max-width: 50px;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 760px) {
	.sns_link ul{
		margin: 0 0 20px;
	}
	.sns_link ul li{
		margin-right: 20px;
	}
	.sns_link ul li img{
		max-width: 40px;
	}
}
/*--------------------------------------------------------------
記事一覧部分（index・archive)
--------------------------------------------------------------*/
.articleItem {
	display: flex;
	align-items: center;
	column-gap: 5%;
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.articleThumbnail {
	display: inline-block;
	flex-basis: 45%;
}

.articleThumbnail img {
	width: 100%;
}
.articleItemDetail {
	flex-basis: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.articleItemDetail__categoryName {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #F17052;
	line-height: 1.2;
}
.articleItemDetail__categoryName:before {
	content:"#";
}

.articleItemDetail__title {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
}

.articleItemDetail__content {
	line-height: 1.6;
}

.articleItemDetail__title a {
	text-decoration: none;
}

@media screen and (max-width: 760px) {
  .articleItemDetail__title {
	margin: 0;
	font-size: 16px;
  }
  .articleItemDetail__content {
    display: none;
  }
}

/*--------------------------------------------------------------
記事一覧（index)
--------------------------------------------------------------*/
.pickup {
	width: 100%;
	display: flex;
	font-size: 0;
	margin-bottom: 30px;
}
.pickup > li {
	display: inline-block;
	width: 50%;
	position: relative;
}
.pickup__thumbnail {
	display: inline-block;
	position: relative;
	font-size: 0;
}
.pickup__title {
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 100%;
	padding: 10px 4%;
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}

@media screen and (max-width: 760px) {
  .pickup > li {
	width: 100%;
  }
  .pickup > li:nth-child(2) {
	  display: none;
  }
}

/*--------------------------------------------------------------
記事一覧（archive)
--------------------------------------------------------------*/
.pageHeader {
	margin-bottom: 20px;
}
.pageHeader__title {
	font-size: 30px;
	font-weight: 700;
	border-bottom: 1px solid #4c4c4c;
	padding: 0 0 10px;
	margin: 0 0 30px;
}
.pageHeader__description {
	font-size: 14px;
	line-height: 1.8;
}
/*--------------------------------------------------------------
記事詳細部分
--------------------------------------------------------------*/
.snsShare {
	font-size: 0;
	display: flex;
    column-gap: 2%;
	row-gap: 10px;
    font-size: 0;
    margin: 20px 0;
}
.snsShare > li {
	display: block;
	font-size: 13px;
	width: 180px;
	border-radius: 6px;
	text-align: center;
}
.snsShare > li > a {
	display: block;
	padding: 15px 0;
	color: #fff;
}
.snsShare__facebook {
	background: #325094;
}
.snsShare__twitter {
	background: #1da1f2;
}
.snsShare__hatena {
	background: #00a4de;
}
.snsShare__icon {
	display: inline-block;
	vertical-align: middle;
}
.snsShare__text {
	display: inline-block;
	vertical-align: middle;
}
.entry__title {
	font-size: 30px;
	margin: 0 0 20px;
	font-weight: 500;
	line-height: 1.3;
}

@media screen and (max-width: 760px) {
  .entry__title {
	font-size: 24px;
    line-height: 1.4;
  }
}
.entry-content {
	margin-bottom: 30px;
}
/*.entry-content > h2 {
	position: relative;
	z-index: 0;
	padding-bottom: 10px;
	margin: 20px 0;
	font-weight: bold;
	font-size: 24px;
}
.entry-content > h2::before {
	content: '';
	position: absolute;
	bottom: 0;left: 0;right: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: var(--icon-grad);
}
.entry-content > h3 {
	position: relative;
	z-index: 0;
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
}
.entry-content > h3::before {
	content: '';
	position: absolute;
	top: 0;left: 0;bottom: 0;
	display: block;
	width: 5px;
	height: 100%;
	margin-right: 14px;
	background: var(--icon-grad);
	transform: translateY(2px);
}
.entry-content > p {
	line-height: 2.1;
	margin-bottom: 25px;
}
*/
.entry-content [class^="wp-btn"] {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 16px 20px;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
  background-color: #F17052;
  border: 2px solid #F17052;
  transition: all 0.05s ease;
  transition: background-color 0.15s ease;
}

.entry-content [class^="wp-btn"]::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.entry-content [class^="wp-btn"]:hover {
  background-color: #fff;
  color: #F17052;
  opacity: 1;
}

.entry-content [class^="wp-btn"]:hover::after {
  border-color: #F17052;
}

.entry-content .wp-btn-blue {
  background-color: #1bb3c9;
  border-color: #1bb3c9;
}

.entry-content .wp-btn-blue:hover {
  background-color: #fff;
  color: #1bb3c9;
}

.entry-content .wp-btn-blue:hover::after {
  border-color: #1bb3c9;
}


.entry-content .wp-btn-border {
  color: #ff7ba7;
  background-color: #fff;
  border-color: #ff7ba7;
}

.entry-content .wp-btn-border::after {
  border-color: #ff7ba7;
}

.entry-content .wp-btn-border:hover {
  background-color: #ff7ba7;
  color: #fff;
}

.entry-content .wp-btn-border:hover::after {
  border-color: #fff;
}

/*--------------------------------------------------------------
関連記事
--------------------------------------------------------------*/
.relatedPosts__title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 20px;
	font-weight: 700;
}
.relatedPost {
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
.relatedPost:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.relatedPost__thumbnail {
	display: inline-block;
}
.relatedPost__detail {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	padding-left: 10px;
}
.relatedPost__detail__category {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	color: #F17052;
}

.relatedPost__detail__category::before {
	content: "#";
}
.relatedPost__detail__title {
	margin: 0 0 5px;
	font-size: 18px !important;
    line-height: 1.6;
}
.relatedPost__detail__content {
	font-size: 13px;
}

@media screen and (max-width: 760px) {
  .relatedPost__detail__content {
	display: none;
  }
}

/*--------------------------------------------------------------
検索フォーム(@todo デフォルトのstyle打ち消ししてるので後でキレイにする)
--------------------------------------------------------------*/
.searchForm {
	display: block;
	font-size: 0;
}
.searchForm__input {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 38px);
	height: 36px;
	padding: 6px 10px;
	border: 1px solid #efefef;
	/*打ち消し部分*/
	border-radius: 0;
	color: #4C4C4C;
    background-color: #fff;
    font-size: 16px;
    text-indent: 0;
    opacity: 1;
    visibility: visible;
}
.searchForm__btn {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background: var(--icon-grad);
	/*打ち消し部分*/
	border-radius: 0;
	padding: 0;
	border: none;
	text-align: justify;
}
.searchForm__btn:hover {
	opacity: 0.6;
}
.searchForm__icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	top: 0;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
.searchForm__input:placeholder-shown,
.searchForm__input.searchForm__input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 13px;
}
.searchForm__input:-moz-placeholder,
.searchForm__input::-moz-placeholder,
.searchForm__input:-ms-input-placeholder {
	color: #ccc;
	font-size: 13px;
}
/*--------------------------------------------------------------
人気記事
--------------------------------------------------------------*/
.wpp-list {
	margin-bottom: 10px;
	counter-reset:li;
}
.wpp-list > li {
	margin-bottom: 10px;
	position: relative;
}
.wpp-list > li:before {
	content: counter(li);
	counter-increment:li;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('./assets/images/sidebar/ranking_back.png');
	background-repeat: no-repeat;
	background-position-y: -1px;
	width: 30px;
	height: 30px;
	font-size: 13px;
	color: #fff;
	padding-left: 5px;
	z-index: 100;
}
.wpp-thumbnail {
	width: 120px;
}
.wpp-post-title {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-size: 13px;
	margin-left: 10px;
}
.related_post_title {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
	font-weight: normal;
}
/*--------------------------------------------------------------
404ページ
--------------------------------------------------------------*/
.notFoundWrapMain {
	position: relative;
	width: 100%;
	margin: 90px auto 30px;
	padding: 0 20px;
	overflow: hidden;
}
.notFoundWrap {
	display: block;
	background: url('./assets/images/notfound/background.png') center top no-repeat;
	background-size: 100%;
}
.notFoundContent > h1 {
	padding: 50px 0;
	font-size: 40px;
	font-weight: 100;
	line-height: 1em;
	text-align: center;
	margin: 0 auto;
	max-width: 960px;
}
.notFoundContent > h2 {
	font-size: 36px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	margin-bottom: 45px;
	display: block;
}
.notFoundContent > h2:after {
	content: '';
	width: 200px;
	height: 5px;
	position: absolute;
	background-color: #6FBA2C;
	top: 100%;
	left: 50%;
	margin-left: -100px;
}
.notFoundContent > section {
	margin-bottom: 10px;
	text-align: center;
}
.backBtn {
	text-decoration: none;
	border-radius: 30px;
	border: 2px solid #6FBA2C;
	padding: 10px 15px;
	margin: 20px 0;
	display: inline-block;
	min-width: 250px;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	background: #6FBA2C;
}
/*--------------------------------------------------------------
ページナビ
--------------------------------------------------------------*/
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	min-width: 18px;
	margin: 5px;
	padding: 6px;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
	color: #666;
	box-sizing: content-box;
}
.wp-pagenavi .current {
	background: #E5E5DF;
}
