/*
* Theme Name: hajimeru
* Description:
* Theme URI: Lino 2023
* Version: 1.0
* Theme Author: ゴーリエム
* Author URI:
* Tags: basic
* Textdomain:
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */
@charset "utf-8";

@font-face {
	font-family: Helvetica;
	src: url("font/HelveticaNowDisplay-Light.ttf") format("opentype");
}
@font-face {
	font-family: Helvetica-B;
	src: url("font/HelveticaNowDisplay-ExtraBold.ttf") format("opentype");
}


html {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
}
p{
	font-size: 3.5vw;
	line-height: 1.5;
}

/*menu*/
/* Important stuff here! Look at the bottom!!! (Line 133 to 136) */
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--nav-bg: #000000e8;
	--main-clr: dodgerblue;
	--nav-shadow: 0px 3px var(--main-clr);
}
.st-pusher{
	overflow: hidden;
}
.main-blue-color{
	color: #0092B3;
}
.transition-tranform{
	transition: transform 0.3s ease-in-out;;
}
nav.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	z-index: 1000;
	width: 100%;
	-webkit-box-shadow: 0 5px 7px -6px black;
	-moz-box-shadow: 0 5px 7px -6px black;
	box-shadow: 0 5px 7px -6px black;
	background: #ffffff;
}

nav.header .logo img {
	width: 55vw;
	padding-left: 3vw;
}

nav.header ul {
	--height: 0;
	--padding: 5vw;
	--font-size: 3.5vw;

	flex-direction: column;
	background: var(--nav-bg);
	position: absolute;
	width: 100%;
	left: 0;
	top: 13.5vw;
	height: var(--height);
	transition: 1s cubic-bezier(.68,-0.55,.27,1.55);
	list-style: none;
	display: flex;
	align-items: center;
	font-size: var(--font-size);
	overflow-y: hidden;
	-webkit-box-shadow: 0 5px 7px -6px black;
	-moz-box-shadow: 0 5px 7px -6px black;
	box-shadow: 0 5px 7px -6px black;
}
nav.header ul.active {
	--height: calc((((var(--padding) * 2.5) + (var(--font-size) * 1.5))) * var(--childenNumber));
	transition: 1s ease;
}

nav.header ul li {
	width: 100%;
	text-align: center;
	padding: var(--padding);
}
nav.header ul li a {
	width: 100%;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 4vw;
}
nav.header ul li a::after {
	content: "";
	width: 0%;
	height: 1.7px;
	border-radius: 99px;
	background: var(--main-clr);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s ease;
}

nav.header ul li a:hover::after {
	width: 100%;
}

nav.header .menu {
	width: 13.5vw;
	height: 13.5vw;
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding: 4vw 3.5vw;
	background: #0092B3;
}
nav.header .active {
	padding: 4vw 2.2vw 4vw 4.2vw;
}

nav.header .menu span {
	width: 100%;
	height: 1vw;
	/*border-radius: 99px;*/
	background: #fff;
	transition: 0.3s ease;
	transform-origin: left;
}

nav.header .menu.active span {
	background: #ffffff;
}

nav.header .menu.active span:nth-child(1) {
	transform: rotate(40deg);
}

nav.header .menu span:nth-child(3) {
	transform-origin: left;
}

nav.header .menu.active span:nth-child(3) {
	transform: rotate(-40deg);
}

nav.header .menu.active span:nth-child(2) {
	transform: scale(0);
}
.menu-right{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}
.logo-line img{
	height: 13.5vw;
}
.menu-a-pc{
	color: #000000;
	margin-right: 20px;
}
.menu-a-pc:hover{
	color: #FF0000;
}

/*end menu*/
.box-mv{
	position: relative;
}
.mv{
	text-align: center;
}
.box-mv h2{
	position: absolute;
	top: 15px;
	left: 150px;
	font-size: 25px;
	letter-spacing: 2px;
	line-height: 1.5;
	font-family: Helvetica;
}
#primary{
	padding-top: 13.5vw;
	padding-bottom: 35vw;
	overflow: hidden;
}
.inner{
	width: 92%;
	margin: auto;
}
.ct1{
	text-align: center;
	padding-bottom: 10vw;
}
.ct1 img{
	padding: 5vw 0 4vw 0;
}
.ct1 p{
	padding: 0 6.5vw;
	text-align: left;
}
.ct2{
	padding-bottom: 10vw;
}
.ct2-border{
	position: relative;
	border: 1px solid #0092B3;
	padding: 8vw 4vw 4vw 4vw;
	margin-bottom: 13vw;
}
.ct2-border img.icon-point{
	position: absolute;
	top: -10vw;
	left: 0;
	width: auto;
	height: 15vw;
}
.ct2-border-ct h3{
	font-size: 5.5vw;
	line-height: 1.5;
	color: #0092B3;
	padding-bottom: 4vw;
}
.ct2-border-ct img{
	width: 100%;
	padding-top: 3vw;
}
.ct2-border-ct iframe{
	width: 100%;
	height: 186px;
	padding-top: 3vw;
}
.box-btn{
	padding-bottom: 20vw;
}
.box-btn-box{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: nowrap;
}
a.box-btn-l{
    width: 49%;
    height: 70px;
    background: #ffffff;
    display: flex;
    align-items: center;
    color: #000000;
	border: 3px solid #FF0000;
    border-radius: 14px;
    font-size: 24px;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
a.box-btn-r{
	width: 49%;
	height: 70px;
	background: #FF0000;
	display: flex;
	align-items: center;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 14px;
	font-size: 15px;
	line-height: 1.2;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.box-btn-box a img{
	margin-left: 15px;
}
.box-btn p{
	font-size: 2.2vw;
	padding-top: 2vw;
	padding-left: 5vw;
}
.ct3{
	padding-bottom: 20vw;
}
.ct3 h2{
	width: 75%;
	margin: auto;
	font-size: 5.2vw;
	line-height: 1.5;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 2px solid;
}
.ct3 h3{
	font-size: 5.2vw;
	color: #0092B3;
	padding-top: 6vw;
	padding-bottom: 4vw;
}
.ct3 p{
	padding-bottom: 20px;
}
.ct3 .box-btn{
	padding-top: 15vw;
}
.ct4 h2{
	width: 75%;
	margin: auto;
	font-size: 5.2vw;
	line-height: 1.5;
	padding-bottom: 2px;
	text-align: center;
	border-bottom: 2px solid;
	margin-bottom: 8vw;
}
.ct4 .ct4-box1 p{
	padding-bottom: 5vw;
}
.ct4 .ct4-box1 .box-btn{
	padding-bottom: 0;
}
.ct4 .ct4-box2{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ct4 .ct4-box2 p{
	padding-bottom: 2vw;
}





footer{
	background: #0092B3;
	text-align: center;
	padding-bottom: 30vw;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer img.icon-point{
	width: 40%;
	margin-top: -15vw;
}
footer p{
	color: #ffffff;
	padding: 8vw 0;
}
footer .ft-img{
	width: 74vw;
	padding-bottom: 16vw;
}
footer a{
	font-size: 4.5vw;
	color: #0092B3;
	background: #ffffff;
	padding: 4vw 10vw;
	box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.footer-fixed{
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	background: #FF0000;
	border: 2px solid #FF0000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: bottom 0.3s;
}
.footer-fixed-link{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: nowrap;
}
a.footer-fixed-link-l{
	width: 50%;
	height: 50px;
	background: #ffffff;
	display: flex;
	align-items: center;
	color: #000000;
	border-top-left-radius: 14px;
	font-size: 24px;
}
a.footer-fixed-link-r{
	width: 50%;
	height: 50px;
	background: #FF0000;
	display: flex;
	align-items: center;
	color: #ffffff;
	border-top-right-radius: 14px;
	font-size: 15px;
	line-height: 1.2;
}
.footer-fixed-link a img{
	margin-left: 18px;
	margin-right: 10px;
}
.footer-fixed p{
	background: #000000;
	color: #ffffff;
	font-size: 9px;
	padding: 3px 0 3px 10px;
}
.ft-tel{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-top: 3px solid #FF0000;
	height: 50px;
}
.p-note{
	padding-top: 30px;
}
.cardtype__article, .sidelong__article {
	animation: fadeIn 1.1s ease 0s 1 normal;
}
.cardtype__article {
	position: relative;
	width: 100%;
	margin: 0 0 25px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
	cursor: pointer;
	transition: 0.2s ease-in-out;
}

.cardtype__link {
	display: block;
	color: #555;
	text-decoration: none;
	cursor: pointer;
	padding-bottom: 25px;
}
.cardtype__img {
	margin: 0;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 57.7%;
}
.cardtype__img img {
	border-radius: 2px 2px 0 0;
	width: 100%;
	height: auto;
}
.cardtype time {
	display: block;
	margin: 13px 13px 8px;
	color: #b5b5b5;
	font-size: 13px;
	/*font-weight: bold;*/
}
.entry-time.pubdate i {
	padding-right: 5px;
}
.cardtype h2 {
	margin: 8px 13px 0;
	font-size: 17px;
	font-weight: normal;
}
.cat-name {
	display: inline-block;
	/*overflow: hidden;*/
	position: absolute;
	top: 13px;
	left: 13px;
}
.cat-name a {
	/* height: 22px; */
	margin: 0;
	margin-right: 5px;
	padding: 2px 10px 4px;
	border-radius: 14px;
	color: #fff;
	font-size: 12px;
	/* font-weight: bold; */
	vertical-align: middle;
	/* line-height: 22px; */
	background-color: #40bc01;
}
.cat-name ul{
	display: flex;
	flex-wrap: wrap;
}
.cardtype__article:hover {
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

/*
 * 記事一覧のページネイション
 */
.pagination-news,
.wp-prev-next {
	margin: 1.5em 0;
}
.pagination-news {
	display: block;
	clear: both;
	padding: 1.5em 0 0;
	border-radius: 3px;
	text-align: center;
}
.pagination-news li {
	display: inline-block;
	overflow: hidden;
	margin: 3.5px;
	padding: 0;
	text-align: center;
}
.pagination-news a{
	color: #40bc01;
}
.pagination-news a:hover{
	color: #fff;
	background: #936a3a;
}
.pagination-news a,
.pagination-news span {
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0;
	border-radius: 50%;
	background: #fff;
	font-size: 17.5px;
	font-weight: bold;
	text-decoration: none;
	line-height: 46px;
}
.pagination-news .active {
	color: #fff;
	cursor: default;
}
.pagination-news .active span {
	background-color: #40bc01;
}
.page-numbers.dots {
	width: auto;
	padding: 0;
	background: transparent;
}
.wp-prev-next .prev-link {
	float: left;
}
.wp-prev-next .next-link {
	float: right;
}

/*sidebar*/
.sidebar .sidebar-box{
	border-radius: 4px;
	overflow: hidden;
	border: solid 1px rgba(0, 0, 0, .08);
	margin: 0 0 2.5em;
}
.sidebar ul li{
	font-size: 16px;
}
.sidebar .sidebar-box h2{
	font-size: 1.2em;
	color: #ffffff;
	background-color: #0092B3;
	padding: 10px;
	font-weight: unset;
}
.sidebar .sidebar-box h2 i{
	padding-right: 5px;
}
.sidebar ul{
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 10px;
}
.sidebar ul.news-post li:hover  img{
	transform: scale(1.1);
}
.sidebar ul.news-post li img{
	display: table-cell;
	width: 80px;
	height: 80px;
	margin-right: 8px;
	vertical-align: middle;
	transition: transform 0.6s ease-in-out;
	object-fit: cover;
}
.sidebar ul.news-post li h3{
	display: table-cell;
	width: 180px;
	width: calc(100% - 88px);
	font-size: 0.9em;
	vertical-align: middle;
	line-height: 1.5;
	font-weight: normal;
}
.sidebar ul li a{
	color: #0092B3;
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sidebar ul li a:hover{
	background-color: #D8EBFF;
	/*font-weight: bold;*/
	transition: 0.3s ease-in-out;
}
.sidebar ul li a.active i{
	display: none;
}
.sidebar ul li a:hover i{
	transform: scale(1.1);
	transform: translateX(8px);
}
.sidebar ul li a.active{
	/*background-color: #D8EBFF;*/
	padding: 10px;
}
input#search {
	width: 100%;
	padding: 12.5px;
	font-size: 16px;
	padding-right: 48px;
	border: solid 1px #ececec;
	background: #fff;
	outline: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 3px 3px -2px rgba(0, 0, 0, 0.15);
	transition: 0.3s ease-in-out;
	-webkit-appearance: none;
}
input#search:focus {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#searchform{
	margin: 0 0 2.5em;
}
#searchform div {
	position: relative;
}
#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	padding: 0;
	border: none;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 44px;
	background-color: #0092B3;
	cursor: pointer;
}
#searchsubmit i {
	transition: 0.4s ease-in-out;
	line-height: 44px;
}
/*end sidebar*/
.single{
	border: solid 1px rgba(0, 0, 0, .08);
}
.single article.post {
	margin: 25px 40px 10px;
}
.single .entry-title {
	font-size: 24px;
	margin-top: 20px;
	padding: 0;
	line-height: 1.6;
	color: #444;
	font-weight: normal;
}
.entry-meta {
	margin: 15px 0 0;
	font-size: 15px;
	letter-spacing: 0.3px;
	color: #a5aaaf;
	line-height: 1.5;
}
.entry-meta .posted-on a{
	color: #a5aaaf;
}
.entry-meta i{
	padding-right: 5px;
}
.entry-content {
	padding: 15px 0;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
	line-height: 1.83;
}
.entry-content p {
	line-height: 1.93;
	font-size: 16px;
}
.entry-footer {
	padding: 0 40px;
	margin: 2em 0 0;
}
/*
 * シェアボタン
 */
.sns-btn {
	margin: 0 auto;
	text-align: center;
}
.article-header .sns-btn:not(.sns-dif) {
	margin-top: 30px;
}
.sns-btn__item {
	display: inline-block;
	position: relative;
}
.sns-btn__item a {
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	transition: 0.3s ease-in-out;
}
.sns-btn__item a:hover {
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.sns-btn__item i {
	display: block;
	width: auto;
	height: 32px;
	font-size: 32px;
	line-height: 32px;
}
.sns-btn__item img {
	display: block;
	height: 32px;
	width: 32px;
	padding: 1px;
}
.tw a,
.tw .scc {
	color: #3ab4ff;
}
.fb a,
.fb .scc {
	color: #3b8df7;
}
.pkt a,
.pkt .scc {
	color: #ff7b7b;
}
.hatebu a,
.hatebu .scc {
	color: #45b5f7;
}
.line a {
	color: #59d869;
}
.fa-hatebu:before {
	position: relative;
	top: -0.1em;
	font-family: "Quicksand", "Arial", sans-serif;
	font-size: 1.11em;
	font-weight: bold;
	line-height: 32px;
	content: "B!";
	white-space: nowrap;
}

/*記事下部のシェアボタン*/
.sns-btn__item {
	width: 17.5%;
	margin: 0 0.5%;
}
.sns-btn__item a:hover {
	opacity: 0.6;
	box-shadow: none;
}
.sns-btn__title {
	display: inline-block;
	position: relative;
	padding: 0 25px;
	color: #cccfd7;
	font-size: 22px;
	/*font-weight: bold;*/
	line-height: 1;
	letter-spacing: 1px;
}
.sns-btn__title:before,
.sns-btn__title:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 3px;
	border-radius: 3px;
	background-color: #d8dae1;
	content: "";
}
.sns-btn__title:before {
	left: 0;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.sns-btn__title:after {
	right: 0;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.share_txt {
	font-weight: bold;
}
.sns-btn__item {
	width: 14%;
	margin: 0;
}
.sns-btn ul{
	margin: 1em 0;
}

.footer-meta {
	padding: 20px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
}
.footer-meta ul{
	display: flex;
	justify-content: flex-start;
}
.footer-meta ul li a {
	color: #ffffff;
	padding: 0px 10px 1px;
	margin-left: 5px;
	border-radius: 14px;
	background-color: #0092b375;
}
.footer-meta ul li a:hover {
	text-decoration: none;
	background: #0092B3;
}
.content-info .nav-links{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 25px 0;
}
.content-info .nav-links .nav-previous a{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.content-info .nav-links .nav-next a{
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.content-info .nav-links .nav-subtitle {
	margin: 0;
	padding: 10px 4px;
	color: rgba(0, 0, 0, 0.52);
	font-size: 1em;
	/*font-weight: bold;*/
}
.content-info .nav-links .nav-box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 300px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	transition: 0.3s ease-in-out;
}
.content-info .nav-links .nav-box:hover{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.content-info .nav-links .nav-box img {
	display: table-cell;
	width: 100px;
	height: 100px;
	padding: 10px 0 10px 10px;
	vertical-align: middle;
}
.content-info .nav-links .nav-next .nav-box img {
	padding: 10px 10px 10px 0;
}
.content-info .nav-links .nav-box .nav-title {
	display: table-cell;
	width: calc(100% - 95px);
	padding: 10px;
	font-size: 0.9em;
	vertical-align: middle;
	line-height: 1.4;
	color: #0092B3;
}
#relatedposttags ul {
	margin: 0;
	padding: 15px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#relatedposttags li {
	width: 31%;
	margin: 1em 0;
	display: block;
	float: left;
	text-align: left;
}
#relatedposttags li a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#relatedposttags ul li a img {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
	width: 100%;
	height: 125px;
	object-fit: cover;
}
#relatedposttags h2 {
	padding: 10px 0 0;
	line-height: 1.5;
	color: #333;
}
#relatedposttags li a:hover img {
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.25);
	transform: translateY(-4px);
}

/*この記事を書いた人*/
.author-info {
	background: #0092B3;
	position: relative;
	padding: 30px 40px;
}
.author-info__inner {
	position: relative;
}
.author-info__inner .tb {
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 5px 20px -5px rgba(105, 115, 131, 0.35);
}
.author-info__inner .tb-left {
	padding: 20px 15px 5px;
}
.author_label span {
	display: inline-block;
	position: relative;
	min-width: 120px;
	max-width: 100%;
	margin: 0 0 15px;
	padding: 6px 12px;
	border-radius: 20px;
	background: #eaedf2;
	color: #555;
	font-size: 16px;
	/*font-weight: bold;*/
}
.author_label span:before {
	position: absolute;
	top: 100%;
	left: 33px;
	border: 13px solid transparent;
	border-top: solid 10px #eaedf2;
	content: "";
}
.author_img {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin: 0;
	vertical-align: middle;
}
.author_img img {
	border: solid 3px #dfe2e8;
	border-radius: 50%;
	max-width: 100%;
	height: auto;
}
.author-info__inner .tb-left .aut {
	display: inline-block;
	width: calc(100% - 95px);
	margin: 0;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 1.3;
}
.author-info__inner .tb-left dt {
	font-size: 19px;
	font-weight: bold;
}
.author-info__inner .tb-left dd {
	padding-top: 4px;
	color: #686868;
	font-size: 15px;
	font-weight: bold;
}
.author-info__inner .tb-right {
	padding: 15px;
	font-size: 0.95em;
	line-height: 1.7;
	color: #252525;
}
.search-title{
	font-size: 1.5em;
	margin: 0 0 1em;
}
.search-number{
	font-size: 15px;
	margin-top: 1em;
}
.search-number span{
	color: red;
}
.search-title .fa-search {
	width: 2em;
	height: 2em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 2em;
	background: #5f96e2;
}
#breadcrumb {
	margin: 0;
}
#breadcrumb li {
	display: inline;
	list-style: none;
	color: gray;
	font-size: 0.92em;
}
#breadcrumb li a{
	color: #0092B3;
}
#breadcrumb li i{
	padding-right: 5px;
}
#breadcrumb li a{
	padding-right: 5px;
}
#breadcrumb ul li:nth-child(n+1) {
	color: rgba(0, 0, 0, 0.2);
}
.single-avatar img{
	width: 100%;
	height: auto;
	padding-top: 25px;
}
select#catalog{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 97.5% center;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 14px;
	padding: 0 12px;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #5c6b80;
	font-size: 1em;
	vertical-align: middle;
	line-height: 45px;
	transition: background-color 0.24s ease-in-out;
}
.views{
	display: block;
	color: #b7b7b7;
	font-size: 13px;
	font-weight: 500;
}
.top-post li {
	position: relative;
}
.top-post li .rank {
	display: inline-block;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 25px;
	background-color: #5f96e2;
}
.top-post li:nth-child(n + 4) .rank {
	background: #f3f3f3;
	color: #9a9a9a;
}



/*記事上下シェアボタン（カスタマイザーで別デザインを選んだ場合）*/
.sns-dif {
	position: relative;
}
.sns-dif .share_txt {
	display: none;
}
.sns-dif ul {
	margin: 0;
	padding: 14px 0 16px;
	background: #eaedf2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.sns-dif ul li {
	width: auto;
	margin: 0;
}
.sns-dif ul li a {
	position: relative;
	width: 52px;
	height: 52px;
	margin: 3.5px;
	padding: 0;
	box-shadow: 0 7px 15px -4px rgba(0, 0, 0, 0.15);
	transition: all 0.3s;
	transition-timing-function: cubic-bezier(0.51, 0.1, 0.36, 1.68);
}
.sns-dif ul li a:hover {
	opacity: 1;
	box-shadow: 0 14px 20px -4px rgba(0, 0, 0, 0.25);
	transform: scale(1.05) translateY(-2px);
}
.sns-dif ul li i {
	font-size: 30px;
	line-height: 52px;
	height: 52px;
}
.sns-dif ul li .fa-line {
	font-size: 32px;
}
.sns-dif .sns-btn__item img {
	margin: 11px auto 0;
}
.sns-dif .fa-hatebu:before {
	top: 0;
}
/*記事上部の円形FAB形式シェアボタン*/
#fab {
	display: none;
}
.fab-btn {
	display: block;
	position: relative;
	margin: -25px 15px 0 auto;
	width: 140px;
	z-index: 2;
	outline: none;
	cursor: pointer;
	border-radius: 33px;
	font-size: 19px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #fff;
	box-shadow: 0 5px 18px -2px rgba(0, 0, 0, 0.15);
	transition: 0.3s ease-in-out;
	transition-delay: 0.1s;
	animation: animScale 3.5s ease-out;
}
.fab-btn,
.fab-btn i {
	height: 50px;
	line-height: 50px;
	color: #40bc01;
}
.fab-btn i:after {
	content: "SHARE";
	padding-left: 10px;
	font-family: "Quicksand", "Avenir", "Arial";
	font-weight: 500;
	color: #555;
}
.fab-btn:hover {
	box-shadow: 0 12px 45px -9px rgba(0, 0, 0, 0.23);
}
#fab:checked ~ .fab-btn {
	background: #f0f0f0;
	opacity: 0;
	-webkit-transform: translate(-150px, -150px) scale3d(4, 5, 1);
	transform: translate(-150px, -150px) scale3d(4, 5, 1);
}
.nothumb .fab-btn {
	margin: -35px 15px 0 auto;
}

.nothumb .fab-btn {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 400px) {
	.nothumb .fab-btn {
		margin: 15px;
		width: auto;
		animation: none;
	}
	.nothumb .fab-btn,
	.nothumb .fab-btn i {
		animation: none;
	}
}
#fab:checked ~ .fab-btn i {
	display: none;
}
#fab__contents {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #eaedf2;
}
#fab:checked ~ #fab__contents {
	display: block;
	animation: coverIn 0.7s ease 0s 1 normal;
}

@keyframes coverIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fab__contents-main {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: #e9edf2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fab__contents_title {
	margin: 0;
	font-size: 30px;
	text-align: center;
}
.fab__contents_img {
	overflow: hidden;
	position: relative;
	width: 300px;
	height: 145px;
	margin: 10px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-weight: bold;
}
.fab__contents_img img{
	width: 100%;
	height: auto;
}
.close {
	display: none;
	position: absolute;
	z-index: 999999;
	top: 0;
	right: 0;
	padding: 0 15px 10px;
	cursor: pointer;
	-webkit-animation: animScale 2s ease 0s 1 normal;
	animation: animScale 2s ease 0s 1 normal;
}
.close span {
	display: inline-block;
	position: relative;
	width: 3px;
	height: 45px;
	margin: 0 20px 0 7px;
	padding: 0;
	background: #8c9196;
	transition: 0.3s ease-in-out;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close span:before {
	display: block;
	position: absolute;
	top: 50%;
	left: -20px;
	width: 45px;
	height: 3px;
	margin-top: -2px;
	background: #8c9196;
	content: "";
}
#fab:checked ~ #fab__contents .close {
	display: inline-block;
}
.close span:hover {
	transform: rotate(45deg) scale(1.1);
}
.fab__close-cover {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	padding: 10px;
	background: rgba(0, 0, 0, 0.35);
	opacity: 0;
}
/*END FABシェアボタン*/

/*Follow Me*/
.follow_btn {
	margin-top: 15px;
}
.follow_btn a {
	display: inline-block;
	margin: 15px 10px 0 0;
	color: #919191;
	text-align: center;
	font-size: 11px;
}
.follow_btn a:hover {
	text-decoration: none;
	transform: translateY(-4px);
	transition: 0.3s ease-in-out;
}
.follow_btn a:before {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 12px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 35px;
	text-align: center;
	line-height: 60px;
}
.fa5 .follow_btn a:before {
	font-family: "Font Awesome 5 Brands";
}
.follow_btn .Twitter:before {
	background: #3ab4ff;
	content: "\f099";
}
.follow_btn .Facebook:before {
	background: #4f96f6;
	content: "\f09a";
}
.follow_btn .Instagram:before,
.profile-sns li .fa-instagram {
	background: url("library/images/insta.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	content: "\f16d";
}
.follow_btn .YouTube:before {
	background: #f0504f;
	content: "\f16a";
}
.fa5 .follow_btn .YouTube:before {
	content: "\f167";
}
.follow_btn .Feedly:before {
	background: #72d865;
	content: "\f09e";
}
.follow_btn .Website:before {
	background: #ffb35d;
	content: "\f0ac";
}
.follow_btn .LINE:before {
	background: #59d869;
	content: "\f3c0";
}
.fa4 .follow_btn .LINE:before {
	content: "\f075";
}
.fa5 .follow_btn .Feedly:before,
.fa5 .follow_btn .Website:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.mw_wp_form .error{
	display: inline-block;
}
@media screen and (max-width:737px){
	.is-pc{
		display: none;
	}
	.box-mv h2 {
		position: absolute;
		top: 3vw;
		left: 3vw;
		font-size: 4vw;
		letter-spacing: 2px;
		line-height: 1.5;
	}
	.content-info{
		width: 92%;
		margin: auto;
		margin-top: 2em;
		padding-bottom: 2em;

	}
	.sidebar{
		width: 92%;
		margin: auto;
	}
	.content-info-single{
		width: 100%;
		margin-top: 0;
	}
	.single .entry-title{
		padding: 0 15px;
		font-size: 5vw;
	}
	.entry-meta {
		margin: 15px 0 0;
		padding: 0 15px;
		font-size: 3vw;
		letter-spacing: 0.3px;
		color: #a5aaaf;
	}

	#breadcrumb {
		padding: 13px 15px;
		background: #f4f4f4;
	}
	.single article.post{
		margin: 0;
	}
	.entry-content{
		padding: 10px 15px 0;
	}
	.sns-btn__item {
		width: 17.5%;
		margin: 0 0.5%;
	}
	.entry-footer{
		padding: 0 10px;
	}
	.footer-meta{
		justify-content: flex-start;
	}
	#relatedposttags ul {
		padding: 10px 10px 20px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#relatedposttags ul li {
		min-width: 240px;
		max-width: 300px;
		margin: 8px;
		border-radius: 3px;
	}
	.author-info {
		padding: 25px 15px;
	}
	.content-info .nav-links{
		flex-direction: column;
		padding: 15px;
	}
	.nav-previous{
		width: 100%;
		padding-bottom: 20px;
	}
	.nav-links .nav-next{
		width: 100%;
	}
	.content-info .nav-links .nav-box{
		width: 100%;
	}
}
@media screen and (min-width:737px){
	.is-sp{
		display: none;
	}
	#primary{
		padding-top: 75px;
		padding-bottom: 120px;
	}
	.inner{
		max-width: 375px;
	}
	nav.header{
		height: 75px;
	}
	nav.header ul{
		top: 60px;
	}
	p{
		font-size: 15px;
	}
	.logo-line img {
		height: 60px;
	}
	nav.header .logo img {
		width: 250px;
		padding-left: 20px;
	}
	nav.header .menu{
		width: 60px;
		height: 60px;
        padding: 20px 15px;
	}
	nav.header .menu span {
		height: 2px;
		border-radius: 99px;
	}
	nav.header ul li {
		padding: 20px;
	}
	nav.header ul li a{
		font-size: 20px;
	}
	nav.header .active {
		padding: 20px 10px 20px 20px;
	}
	.line-btn-fixed{
		position: fixed;
		width: 63px;
		right: 0;
		top: 125px;
		z-index: 5;
	}
	.ct1 {
		padding-bottom: 50px;
	}
	.ct1 p {
		padding: 30px 80px;
	}
	.ct1 img {
		padding: 15px;
	}
	.ct2-border img.icon-point {
		top: -37px;
		height: 58px;
	}
	.ct2-border-ct h3 {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.ct2-border{
		padding: 35px 15px 15px 15px;
		margin-bottom: 50px;
	}
	.box-btn {
		padding-bottom: 110px;
	}
	.box-btn p {
		font-size: 9px;
		padding-top: 10px;
		padding-left: 20px;
	}
	.ct2 {
		padding-bottom: 0;
	}
	.ct2-border-ct iframe {
		height: 218px;
		padding-top: 8px;
	}
    .ct2-border-ct img {
        padding-top: 10px;
    }
	.ct3 h2{
		font-size: 20px;
	}
	.ct3 h3 {
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.ct3 .box-btn {
		padding: 55px 0;
	}
	.ct3 {
		padding-bottom: 80px;
	}
	.ct4 h2 {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.ct4 .ct4-box1 p {
		padding-bottom: 20px;
	}

	footer img.icon-point {
		width: 122px;
		margin-top: -45px;
	}
	footer .ft-img {
		width: 500px;
		padding-bottom: 100px;
	}
	footer p {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	footer a {
		font-size: 20px;
		padding: 15px 45px;
	}
	footer {
		padding-bottom: 80px;
	}

	.sidebar {
		float: left;
		width: 31%;
		padding-right: 0.75em;
	}
	.inner-content{
		padding-top: 2em;
		width: 1180px;
		margin: 0 auto;
	}
	.content-info {
		float: left;
		width: 69%;
		padding-right: 30px;
	}
	.info-list{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-box;
		display: flex;
		flex-direction: row;
		-webkit-flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cardtype__article {
		width: 45%;
		margin: 0 4% 25px 0;
	}
	.cardtype__link {
		padding-bottom: 25px;
	}
	.cardtype time {
		margin: 13px 13px 8px;
	}
	.cardtype h2 {
		margin: 8px 13px 0;
		font-size: 18px;
	}

	/*この記事を書いた人*/
	.author-info {
		padding: 30px 40px;
	}

	.tb {
		display: table;
		width: 100%;
	}
	.tb-left,
	.tb-right {
		display: table-cell;
		vertical-align: middle;
	}
	.author-info__inner .tb-left {
		width: 220px;
		border-right: 2px #eaedf2 dashed;
		text-align: center;
	}
	.author-info__inner .tb-right {
		width: calc(100% - 220px);
		padding: 20px;
	}
	.author_img {
		display: inline-block;
	}
	.author-info__inner .tb-left .aut {
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	.author_label span {
		z-index: 2;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.author_label span:before {
		z-index: -1;
		top: calc(100% - 15px);
		left: 50px;
		border: 15px solid transparent;
		border-top: solid 30px #eaedf2;
		transform: rotate(-40deg);
	}
	.follow_btn {
		margin: 0 8px 5px 0;
	}
	.follow_btn a:before {
		width: 50px;
		height: 50px;
		font-size: 33px;
		line-height: 50px;
	}
	#relatedposttags li:nth-child(3n + 2) {
		margin: 1em 3.5%;
	}

	/*FAB*/
	#fab:checked ~ .fab-btn {
		opacity: 0;
		-webkit-transform: translate(-50px, -50px) scale3d(3, 3, 1);
		transform: translate(-50px, -50px) scale3d(3, 3, 1);
	}
	#fab__contents {
		top: 50%;
		left: 50%;
		width: 440px;
		height: auto;
		padding: 30px 10px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#fab:checked ~ .fab__close-cover {
		display: block;
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: 0.5s ease-in-out;
	}
	.close {
		padding: 20px 15px;
	}
}

@media screen and (min-width:1200px){
	.inner{
		max-width: 990px;
		margin: auto;
	}
	.ct2-border {
		padding: 50px 30px 30px 30px;
		margin-bottom: 80px;
	}
	.ct2-border-flex{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ct2-border-flex img{
		width: 49%;
		padding-top: 20px;
	}
	.ct2-border-flex iframe{
		width: 48%;
		height: 268px;
		padding-top: 20px;
	}
	.ct2-border img.icon-point {
		top: -50px;
		height: 80px;
	}
	.box-btn {
		width: 60%;
		margin: auto;
	}
	.box-btn-box a img {
		height: 40px;
		width: auto;
		margin-left: 20px;
	}
	a.box-btn-l {
		width: 45%;
		height: 100px;
		font-size: 35px;
	}
	a.box-btn-r {
		width: 45%;
		font-size: 25px;
		height: 100px;
	}
	.box-btn p {
		font-size: 13px;
		padding-top: 10px;
		padding-left: 25px;
	}
	.box-btn a.box-btn-r img{
		height: 48px;
	}
	.menu-right a.box-btn-l{
		width: 135px;
		height: 55px;
		font-size: 20px;
		margin-right: 10px;
	}
	.menu-right a.box-btn-r{
		width: 135px;
		height: 55px;
		font-size: 13px;
		line-height: 1;
		margin-right: 80px;
	}
	.menu-right .box-btn-box a img {
		height: 20px;
		margin-left: 10px;
		margin-right: 5px;
	}
	.ct3 h2 {
		font-size: 40px;
		width: 55%;
		margin-bottom: 40px;
	}
	.ct3 h3 {
		font-size: 25px;
		padding-bottom: 20px;
	}
	.ct4 h2 {
		font-size: 40px;
		margin-bottom: 40px;
		width: 55%;
	}
	.ct4 .ct4-box2 p {
		padding-bottom: 5px;
	}
}
.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.5);
	animation-delay: calc(var(--animate-delay) * 0.5)
}
.animate__animated.animate__delay-0_8s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.8);
	animation-delay: calc(var(--animate-delay) * 0.8)
}
.animate__animated.animate__delay-1_1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.1);
	animation-delay: calc(var(--animate-delay) * 1.1)
}
.animate__animated.animate__delay-1_8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.8);
	animation-delay: calc(var(--animate-delay) * 1.8)
}
.animate__animated.animate__delay-2_3s {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.3);
	animation-delay: calc(var(--animate-delay) * 2.3)
}
.animate__animated.animate__delay-2_6s {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.6);
	animation-delay: calc(var(--animate-delay) * 2.6)
}
.animate__animated.animate__delay-2_9s {
	-webkit-animation-delay: 2.9s;
	animation-delay: 2.9s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.9);
	animation-delay: calc(var(--animate-delay) * 2.9)
}