@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    0.0.5
*/

/* マウスオーバーでアンダーライン */
#navi .navi-in a:after{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 1px;
  height: 1px;
  width: 100%;
  background: #ffffff;
  transform: scale(0,1);
  transition: 0.3s;
}
#navi .navi-in a:hover:after{
  transform: scale(1);
}

/* サブメニュ－下にボーダーラインを表示する */
.navi-in>ul .sub-menu li {
  border-bottom: 1px groove #c2c2c2!important;
}
/************************************
** 子テーマ用のスタイルを書く
************************************/
/* ラインを変更 */
main hr {
margin: 2rem auto;
width: 10rem;
border: 0;
border-top: 0.5rem dotted #ccc;
}

/* マウスドラッグを禁止にする */
* {
  -webkit-user-select: none;  /* Chrome or Safari */
  -moz-user-select: none;     /* FireFox */
  -ms-user-select: none;      /* IE */
  -o-user-select: none;       /* Opera */
  user-select: none;
}

.sidebar {
	width:322px;
}

.article h1 {
	font-weight:500;
	font-size:24px;
	background-color:#e7e7e7;
	padding:5px;
}
.article h2 {
	margin-top:20px;
	font-weight:500;
	font-size:20px;
	padding:10px 20px;
}

.article h3 {
	margin-top:20px;
	font-weight:500;
	font-size:20px;
	padding:5px 15px;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#e7e7e7;
}

.sns-share-message,
.sns-follow-message,
.ad-label {
	font-size:75%;
}

.widget-sidebar-title,
.widget-sidebar-scroll-title,
.widget-footer-left-title,
.widget-footer-center-title,
.widget-footer-right-title {
	font-weight:500;
	font-size:20px;
	padding:10px;
}

.sidebar h3 {
		padding:5px 10px;
		margin:10px 0;
}

.navi-in > ul li {
	width:126px;
}

#wp-calendar td a {
	background-color:#298fcd;
}
#wp-calendar #today {
	background-color:#10883e;
}
.wakatta {
	background-color:#f1f1f1;
	border:1px solid #10883e;
	padding:10px;
}
.wakatta dt {
	font-size:20px;
	font-weight:500;
	color:#10883e;
}
.wakatta dd {
	margin-left:20px;
	margin-bottom:20px;
}

/* タグクラウド */
.tagcloud a {
    background-color: #666;
}

/* モバイル用下部ボタンカスタマイズ */
.mobile-menu-buttons {
	background:rgba(41, 143, 205,0.6);/*フッターメニューの背景を半透明化*/
}
.mobile-menu-buttons .menu-icon::before {
	font-size: 1.15em;/*フッターメニューのフォントアロウズの大きさを変更*/
	color:#fff;/*フッターメニューのフォントアロウズの色を変更*/
}
.mobile-menu-buttons .menu-caption {
	color:#fff;/*フッターメニューのフォントの色を変更*/
}

/* プロガードラベル・タイトル色 */
.blogcard-type .blogcard::before {
	background-color:#298fcd;
}
/* 途中改行禁止 */
.no-wrap {
    display: inline-block; /* インラインブロック化 */
}
/* Google Maps レスポンシブ対応 */
#google_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#google_map iframe,
#google_map object,
#google_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Youtube 埋め込み */
#youtube_video {
max-width: 100%;
margin: 0px auto;
}
/************************************
** ボックスナビ
************************************/
.p-nav{
margin:2em 0;/* 全体外余白 */
padding:0;/* 全体内余白 */
}
.p-nav ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style:none;
margin:0;
padding:0;
border:none;
}
.p-nav ul li{
-ms-flex-preferred-size: calc(100%/4);/* 4列 */
flex-basis: calc(100%/4);/* 4列 */
margin:0;
padding:0;
text-align:center;
box-shadow: inset 1px 1px 0 0 #e0ddd1, 1px 1px 0 0 #e0ddd1, 1px 0 0 0 #e0ddd1;/* 罫線 */
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
min-height:100px;/* 最低の高さ */
cursor:pointer;
background:#fff;/* 背景色 */
}
.p-nav ul li:hover{
z-index:2;
box-shadow: inset 2px 2px 0 0 #298fcd, 2px 2px 0 0 #298fcd, 2px 0 0 0 #298fcd, 0 2px 0 0 #298fcd;/* 罫線(マウスホバー) */
transition: 0.35s ease-in-out;
}
.p-nav ul li:before{
content:unset !important;
}
.p-nav ul li a{
display:block;
padding: 0.5em 1em;/* 内余白 */
text-decoration:none;
width:100%;
}
.p-nav ul li a:hover{
background:none;
opacity:1;
}
.p-nav ul li a img{
max-width:50% !important;/* 画像横幅 */
height: auto !important;
filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));/* 画像影 */
display: inline-block;
}
.p-nav .p-nav-title{
display: block;
color: #666;/* 文字色 */
font-size: 0.7em;/* 文字大きさ */
letter-spacing: 1px;
font-weight: 600;/* 文字太さ */
text-align: center;
line-height: 1.5;/* 文字行間高さ */
}
/* サイドバー */
.sidebar .p-nav ul li{
-ms-flex-preferred-size: calc(100%/2);/* 2列 */
flex-basis: calc(100%/2);/* 2列 */
}
/* スマホ */
@media screen and (max-width: 559px) {
	.p-nav ul li{
		-ms-flex-preferred-size: calc(100%/2);/* 2列 */
		flex-basis: calc(100%/2);/* 2列 */
	}
}
/* fontawesome */
.p-nav ul li a i,.p-nav ul li a svg{
font-size: 40px;/* アイコン大きさ */
padding: 10px 0;/* アイコン余白 */
color: #298fcd;/* アイコン色 */
display:inline-block;
}
/* fontawesome(2番目) */
.p-nav ul li:nth-of-type(2) a i,.p-nav ul li:nth-of-type(2) a svg{
color:#298fcd;/* アイコン色 */
}
/* fontawesome(3番目) */
.p-nav ul li:nth-of-type(3) a i,.p-nav ul li:nth-of-type(3) a svg{
color:#298fcd;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(4) a i,.p-nav ul li:nth-of-type(4) a svg{
color:#298fcd;/* アイコン色 */
}
/* fontawesome(5番目) */
.p-nav ul li:nth-of-type(5) a i,.p-nav ul li:nth-of-type(5) a svg{
color:#10883e;/* アイコン色 */
}
/* fontawesome(4番目) */
.p-nav ul li:nth-of-type(6) a i,.p-nav ul li:nth-of-type(6) a svg{
color:#10883e;/* アイコン色 */
}
/************************************
** プロフィール-サイドバー
************************************/
.sidebar .widget_author_box {
  background: #fff;
  padding-top: 1.2em;
  border-radius: 3px 3px 0 0;
  max-width: 360px;
  margin: 0 auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
.sidebar .author-box {
  padding: 120px 0 0;
  border: none;
  position: relative;
  margin: 0 0 3em;
  max-width: 100%;
  overflow:hidden;
}
.sidebar .author-content {
  background: -webkit-linear-gradient(0deg, rgba(28, 189, 255, 1) 0%, rgba(55, 219, 255, 1) 51.39%, rgba(70, 205, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(28, 189, 255, 1) 0%, rgba(55, 219, 255, 1) 51.39%, rgba(70, 205, 255, 1) 100%);
  border-radius: 200px 200px 0px 0px / 100px 100px 0px 0px;
  color: #fff;
  padding: 20px;
  width:110%;
  margin-left:-5% !important;
}
.sidebar .author-box .author-name a {
  color: #42ace7;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
}
.sidebar .author-box .author-description {
  padding: 45px 25px 0px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.sidebar .author-box p {
  line-height: 1.8;
  font-size: 14px;
}
.sidebar .author-box .author-thumb {
  width: 120px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
}
.sidebar .author-box .author-name {
  font-size: 1.1em;
  font-weight: bold;
  position: absolute;
  margin-bottom: 0.4em;
  top: 23px;
  bottom: 0;
  right: 0;
  left: 0;
}
.sidebar .author-box .author-widget-name {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 0.7em;
  color: #bbb;
}
.sidebar .author-box .sns-follow {
  padding: 15px 10px;
}
.sidebar .author-box .sns-follow-buttons {
  display: flex;
  justify-content: space-evenly;
}
.sidebar .author-box .sns-follow-buttons a {
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  box-shadow: 0 0 10px rgba(66, 172, 231, .5), 0 0 5px -5px rgba(66, 172, 231);
  background:#fff;
}
.sidebar .author-box .sns-follow-buttons a:hover {
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
  opacity: 1;
}
.sidebar .author-box .sns-follow-buttons .follow-button span:before {
  color: #46CDFF;
}
.sidebar .icon-instagram-new:before {
  content: "\ea92";
  font-size: 24px;
}
.sidebar .author-box .to-profile {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #46CDFF;
  box-shadow: 0 0 10px rgba(66, 172, 231, .5), 0 0 5px -5px rgba(66, 172, 231);
  top: 105px;
  right: 45px;
  font-size: 0.9em;
  font-weight: bold;
}
.sidebar .author-box .to-profile:hover {
  box-shadow: 0 10px 20px -2px rgba(0, 0, 0, .2);
}
.sidebar .author-box .sns-follow-message {
  margin-bottom: 10px;
  font-size: 13px;
}
.sidebar .author-box .sns-follow-message:before {
  content: "＼";
  margin-right: 5px;
}
.sidebar .author-box .sns-follow-message:after {
  content: "／";
  margin-left: 5px;
}
.sidebar .icon-twitter-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.sidebar .icon-facebook-logo:before {
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 8px;
  left: 0;
}
.sidebar .icon-hatebu-logo:before {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 0;
  left: 0;
}
.sidebar .icon-feedly-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
.sidebar .icon-rss-logo:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
}
/* □■-----------------------------------------------------
/ 『プロフィール』
-----------------------------------------------------■□ */
.widget_author_box {
  display: flex;
  justify-content: center;
  background-image: url('http://kix2philippines.com/wp-content/uploads/2025/03/prof-backimg.jpg');background-size:cover;
  background-position: center bottom;
}
.widget_author_box .author-box {
  margin-top: 1.8em;
  width: 70%;
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  font-size: 80%;
  border-width: 0;
}
/*
 * CVボタン
 */
/************************************
** CVボタン
************************************/
.p-cv-btn-wrap *{
	margin:0 !important;
	padding:0 !important;
	box-sizing: border-box;
}
.p-cv-btn-wrap{
	background:#f7f7f7;
	padding:1.5em !important;
	margin: 0 0 2em !important;
	font-size:16px;
	line-height:1.8;
}
.p-cv-btn-wrap ul,.p-cv-btn-wrap a,.p-cv-note{
	max-width:350px;
	margin: auto !important;
	border:none;
}
.p-cv-btn-wrap ul li{
	font-weight:500;
	list-style:none;
	font-size:0.9em;
	position:relative;
	padding-left:1.5em !important;
}
.p-cv-btn-wrap ul li:before{
	font-family: "FontAwesome";
	content: "\f00c" !important;
	font-weight:600;
	color:#1d89b5;
	position:absolute;
	left: 0 !important;
	top: 0 !important;
	width: 0 !important;
	height: 0 !important;
}
.p-cv-btn a{
	color:#fff;
	text-decoration:none !important;
	background:#ff385c;
	/*border-bottom: solid 4px #61841f;*/
	padding: 0.5em 1em !important;
	border-radius: 5px;
	margin: 0.3em auto !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-cv-btn:hover{
	opacity:0.9;
}
.p-cv-btn a:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}
.p-cv-btn .p-cv-em{
	font-size:0.9em;
	line-height: 1.3;
	text-align:center;
	font-weight:600;
	display:block;
	color:#ff385c;
	background:#fff;
	padding: 5px 10px !important;
	margin: 2px 10px 0px 0 !important;
	border-radius: 30px;
	min-width: 55px;
	max-width: 80px;
}
.p-cv-btn .p-cv-text{
	font-size:0.9em;
	font-weight: 600;
	color:#fff;
	letter-spacing: 1px;
	border-left: 1px solid #fff;
	line-height: 25px;
	margin: 0.6em auto 0.6em 0 !important;
	padding: 0 0.6em 0 1em !important;
}
.p-cv-btn i,.p-cv-btn svg{
	color:#fff;
	min-width:22px;
}
.p-cv-url-wrap{
	font-size: 0.8em !important;
	max-width: 350px;
	margin: 0 auto 0.5em !important;
	display: block;
}
.p-cv-url-wrap a{
	color: #1a0dab !important;
	text-decoration:underline !important;
}
.p-cv-btn-wrap .p-cv-note{
	font-size:0.9em;
	border: 1px solid #ff385c;
	margin-top:0.5em !important;
	padding:0.5em 1em !important;
}
.sidebar .p-cv-btn-wrap{
	background:#fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
/*320px以下*/
@media screen and (max-width: 320px){
	.p-cv-btn-wrap{
		padding:1em !important;
	}
}
/*************************************************************
**記事のタイトルとURLをコピーするボタン
**************************************************************/
.copy_main {
margin: 0 0 2.4em;
}
.copy_btn {
	padding: 20px 0;
	border: 2px solid #666;
	color: #333;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
	cursor: pointer;
	border-radius: 10px; /*角丸の角度*/
	font-weight: 700;
	background-color:#fff;
}
@media (max-width:575px){
	.copy_btn　span{
		font-size: 16px;
	}
	.copy_btn.copied span{
		font-size: 18px;
	}
}
.copy_btn i:before{
	display: inline-block;
	margin-right: 8px;
	content: '\f0c5';
	font-size: 28px;
}
.copy_btn:hover{
	opacity: .7;
}
.copy_btn.copied{
	border: 2px solid transparent;
	background: #bc5536;/*クリック後の背景色です*/
	color: #fff;/*クリック後の文字色*/
	pointer-events: none;
}
.copy_btn.copied{
	cursor: auto
}
.copy_btn.copied i:before{
	content: '\f00c';
}
.copy_btn.not-copied{
	background: #d90028;
}
.copy_btn.not-copied i:before{
	content: '\f06a';
}
.copy_text{
	display: none;
	overflow: hidden;
}
.copy_text div{
	margin: 15px 8px 0;
	font-size: 13px;
	line-height: 1.2em;
}
.copied+.copy_text div{
	display: none;
}
.not-copied+.copy_text div{
	display: block;
}
#copy_textbox{
	margin-top: 10px;
	width: 100%;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 16px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  .recommended.rcs-card-margin a {
    margin: .1em;
    width: 47%;
  }
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /* プロフィール欄 */
  .widget_author_box .author-box {
    width: 80%;
  }
  /* モバイルメニューの文字を消す */
  .mobile-menu-buttons .menu-caption{ display: none; }
  .mobile-menu-buttons { align-items: center; /*background-color: rgb(255 255 255 / 0%);*/ }
  /* ロゴ画像の空白を無くす */
  .mobile-menu-buttons > li {
    padding: 0;
  }
  /* モバイルフッターメニューの幅を調整 */
  #menu-mobile-footer-menu .navi-menu-button,
  #menu-mobile-footer-menu .top-menu-button { width: 28% !important; }
  /* モバイルメニューアイコンの色と太さ変更 */
  .mobile-menu-buttons .menu-icon,
  .menu-close-button { color:#1b334b; font-size:2.0em; }
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

