@charset "UTF-8";
/*
Theme Name: paa
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Pro の子テーマです。
Template: emanon-pro
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Pro 子テーマ用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮を
オンにしてください。
*/

#wakipedia body {
	background: #fcfcfc;
	color: #222;
}

#wakipedia .content {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 750px){
  #wakipedia .content {
  background: #f1f8fa;
  }
}

#wakipedia .content::before {
  content: "";
  top: 0;
  left: -50%;
  position: absolute;
  background: #e4f2f5;
  display: block;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg) translateX(-100%) scaleX(3);
}

#wakipedia .content::after {
  content: "";
  top: 0;
  left: calc(-50% + 200px);
  position: absolute;
  background: #f1f8fa;
  display: block;
  height: 100%;
  width: 100%;
  transform: skewX(-30deg) translateX(-100%) scaleX(3);
  z-index: -1;
}

#wakipedia .header {
	background: none;
	box-shadow: none;
}

#wakipedia #header-wrapper {
	background: url(lib/images/common_01@2x.png) left center / contain no-repeat,
	            url(lib/images/common_02@2x.png) right center / contain no-repeat;
}
#wakipedia .header-area-height {
    height: 70px;
}
#wakipedia .header-brand {
  line-height: 60px;
}


#wakipedia .top-bar {
	margin: 0;
	padding: 8px 8px 0px;
	border-bottom: none;
	background: none;
}

#wakipedia .modal-gloval-icon-bar {
	background: #58B6C8;
}

#wakipedia .modal-global-nav-close {
	background: #58B6C8;
}

#wakipedia #gnav {
	background: #58B6C8;
}

#wakipedia .global-nav li ul {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

#wakipedia .global-nav-default > li:first-child:before,#wakipedia .global-nav-default > li:after {
  background-color: rgba(255, 255, 255, 0.7);
}

#wakipedia .global-nav li ul li {
	background: #58B6C8;
}

#wakipedia #gnav li a{
	color: #fff;
}

#wakipedia #gnav ul .menu-item:hover{
	background: #84D6D9;
}
#wakipedia .sub-menu li a:hover {
	background: #84D6D9;
}

#wakipedia .entry-header h2 {
 font-size: 24px;
 color: #222222;
  border: none;
  border-radius: 3px;
  padding: 5px 10px 5px 48px;
  background: #fff url(lib/images/common_03@2x.png) left 10px center / 30px auto  no-repeat;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}

#wakipedia .entry-header h2 span {
	border: none;
	padding: 0;
}

#wakipedia .archive-title h1 {
	font-size: 24px;
	color: #222222;
  border: none;
  border-radius: 3px;
  padding: 5px 10px 5px 48px;
  background: #fff url(lib/images/common_03@2x.png) left 10px center / 30px auto  no-repeat;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}
#wakipedia .archive-title h1 span {
	border: none;
	padding: 0;
}


#wakipedia .archive-list {
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  margin-bottom: 54px;
}

#wakipedia .eye-catch img {
  display: block;
}
#wakipedia .cat-name {
  background-color: #58B6C9;
  min-width: 150px;
  transition: .3s;
}

#wakipedia .cat-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  pointer-events: none;
}

#wakipedia .cat-name:hover {
  background-color: #FDAB46;
}

 #wakipedia #featured-slider .cat-name {
  background-color: #FF4848;
  width: 40px;
  height: 40px;
  font-size: 12px;
  min-width: 0;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  pointer-events: none;
}
 #wakipedia #featured-slider .cat-name::after {
  content: none;
}

 #wakipedia #featured-slider .cat-name:hover {
  background-color: #FF4848;
}

#wakipedia .cat-name a, #wakipedia .sticky .cat-name a {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#wakipedia .read-more a {
  color: #fff;
}

#wakipedia .btn-border {
  border-radius: 100px;
  background: #FDAB46;
  border: none;
}

#wakipedia .btn-border:hover {
  color: #fff;
  opacity: .7;
}

#wakipedia .btn-border .fa {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

#wakipedia .archive-header-title a,
#wakipedia .featured-title a {
	color: #3c3c3c;
}

#wakipedia .side-widget-title h3 {
	font-size: 18px;
	color: #222;
  border-left: 3px solid #58B6C9;
  border-radius: 3px;
  padding: 10px 10px;
  background: #fff;
  border-bottom: none;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
}

#wakipedia .side-widget-title h3 span {
	border: none;
	padding: 0;
}

#wakipedia .article {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
  border: none;
}

#wakipedia .article-header {
  padding: 16px 32px;
	background: url(lib/images/common_01@2x.png) left center / contain no-repeat,
	            url(lib/images/common_02@2x.png) right center / contain no-repeat;
	border: 1px solid #fff;
	border-bottom: 1px solid #e4f2f5;
}

#wakipedia .article-body {
	padding: 16px 32px;
}

@media screen and (max-width: 991px) {
#wakipedia .article-header {
  padding: 16px;
}
#wakipedia .article-body {
  padding: 16px;
}
}

#wakipedia .article-header h1 {
	padding: 16px 0 16px 3em;
  font-size: 20px;
  margin: 0;
  position: relative;
}

#wakipedia .article-header h1::before {
  position: absolute;
  content: "Q.";
  font-size: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: auto;
  padding-bottom: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  line-height: 0;
  color: #58B6C8;
}

#wakipedia .post-meta {
    margin: 0;
}

#wakipedia .article-body .heading-a {
  border: none;
	position: relative;
	padding-left: 3em;
  font-size: 20px;
  margin: 16px 0 16px 0;
  background: #fff;
}

#wakipedia .article-body .heading-a:first-child {
  margin-top: 0;
}

#wakipedia .article-body .heading-a::before {
  position: absolute;
  content: "A.";
  font-size: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  line-height: 0;
  color: #FF4848;
}


#wakipedia .pagination a {
  color: #FDAB46;
  border: solid 1px rgba(253, 171, 71, 1);
}

#wakipedia .pagination a:hover, #wakipedia .pagination .current {
  color: #fff;
  background-color: #FDAB46;
  border: solid 1px rgba(253, 171, 71, 0.5);
}

#wakipedia .featured-list {
  background-color: rgba(255, 255, 255, 0.8);
}

#wakipedia .wpp-list li a::before {
  background-color: #fff;
	color: #5b5b5b;
  transition: .3s;
}
#wakipedia .wpp-list li a::before {
  background-color: #58B6C9;
	color: #fff;
}

#wakipedia .wpp-list li a:hover::before {
  color: #000;
}

#wakipedia .enclosure {
  border: 4px solid #e0e0e0;
  padding: 10px 10px 0;
	margin-bottom: 10px;
}
#wakipedia .article-body .enclosure p:last-child {
  line-height: 1.5;
	margin-bottom: 10px;
}

#wakipedia .dotmidasi {
  border-bottom: dotted 2px #a30e0e;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
	text-indent:-1em;
	padding-left: 1em;
	line-height: 1.4;
}

#wakipedia .page-widget {
  padding-bottom: 16px;
}

#wakipedia .footer {
  background-color: #58B6C9;
  color: #fff;
}

#wakipedia .footer a,
#wakipedia .footer .fa{
  color: #fff;
}

#wakipedia .footer-nav li {
    border-color: #fff;
}

#wakipedia .article-body .heading {
  padding: 8px 0 8px 16px;
  margin: 24px 0 16px 0;
  border-left: 2px solid #58B6C9;
  border-bottom: none;
  background: -webkit-repeating-linear-gradient(-45deg, #eee 3px, #fff 8px, #eee 0%, #fff 3%);
  background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #fff 3px, #fff 8px);
}

#wakipedia .article-body h4 {
  margin: 24px 0 16px 0;
  padding: 0 0 0 16px;
  border-left: 2px solid #58B6C9;
}

#wakipedia .article-body h5 {
  margin: 24px 0 16px 0;
}

#wakipedia .article-body h6 {
  margin: 24px 0 16px 0;
}

#wakipedia .heading-dot {
 border-bottom: dotted 2px #58B6C9;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 10px;
}


#wakipedia #toc_container {
  padding: 16px 32px;
}

.heading-s1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000c15;
  position: relative;
  padding: 4px 0 4px 20px;
  margin: 20px 0 20px 0;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
}
.heading-s1:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #58B6C9;
}
.heading-s2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000c15;
  position: relative;
  padding: 4px 0 4px 20px;
  margin: 20px 0 20px 0;
  line-height: 1.5;
  border-bottom: 2px solid #ccc;
}

#wakipedia .article-body p {
  line-height: 1.6;
  margin-bottom: 30px;
}

/****************************/
#wakipedia .pc-none {
    display: none;
}
@media screen and (max-width: 750px){
#wakipedia .pc-none {
		display: block;
	}
	.link-sp {
	padding: 15px;
	background: #fff;
	text-align: center;
	}
  #bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(253, 171, 71, 0.9);
    z-index: 10;
    display: block;
    color: #fff;
  }
  #wakipedia .single .footer {
    padding-bottom: 100px;
  }
}



@media screen and (min-width: 751px){
  #bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    min-width: 300px;
    padding: 20px;
    background: rgba(253, 171, 71, 0.9);
    z-index: 10;
    display: block;
    color: #fff;
  }
}

.bottom-pickup {
  color: #fff;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  pointer-events: auto;
}

.bottom-pickup::after {
  content: '';
  display: block;
  background: #fff;
  width: calc(100% - 70px);
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cta-popup-btn {
  position: relative;
  margin: 0 auto;
  font-size: 16px;
  padding-right: 20px;
  text-shadow: 1px 2px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  line-height: 1.25;
}

.cta-popup-btn:hover {
  opacity: .7;
}

.cta-popup-btn:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  display: flex;
  align-items: center;
  animation: btn .5s alternate infinite;
}

#wakipedia .btn {
  display: block;
  text-decoration: none;
  background: #FDAB46;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  max-width: 500px;
  margin: auto;
}

#wakipedia .btn:hover {
  opacity: .7;
}

@keyframes btn {
  0% {
    right: 0;
  }
  100% {
    right: 2%;
  }
}
