@charset "UTF-8";
/*
Theme Name: Emanon Pro child
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圧縮を
オンにしてください。
*/

/* ヘッダー背景色 */
.top-bar {
  border-bottom: none;
  background-color: #1bb4d3;
}

.header {
  background-color: #1bb4d3;
}

/* ボタン hover */
.sns-follow a:hover {
  position : relative;
  top : 1px;
  left : 1px;
}

.share-btn a:hover {
  position : relative;
  top : 1px;
  left : 1px;
}

.read-more a:hover {
  position : relative;
  top : 1px;
  left : 1px;
}

.btn a:hover {
  position : relative;
  top : 1px;
  left : 1px;
}

.btn-wrap a:hover {
  position : relative;
  top : 1px;
  left : 1px;
}

/* ショートコードで関連記事を取得 */
.related_article{
  margin: 1.8em 0;
}

.related_article .inbox{
  padding-left:25%;
}

.related_article p.ttl{
  margin: 0 0 0.1em;
  font-size:1em;
  font-weight: bold;
}

.related_article .ttl:before{
  content:'関連記事';
  font-size:.7em;
  font-weight:bold;
  color:#fff;
  background:#111;
  width:5em;
  display:inline-block;
  padding:0.2em;
  position:relative;
  top:-2px;
  text-align:center;
  margin-right:0.5em;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
}

.related_article.labelnone .ttl:before{
  content:none;
}

.related_article .date{
  font-size:0.8em;
}

.related_article .thum{
  width: 22%;
  float:left;
}

.related_article .thum img{
  width:100%;
  margin-bottom: 0;
}

.related_article a{
  color:#333;
  background: #FFF;
  border: 1px solid #eee;
  box-shadow:1px 1px 0 #efefef;
  text-decoration:none;
  display:block;
  padding:0.9em;
}

.related_article a:hover{
  color:#666;
  background:lightyellow;
}

/* ショートコードで補足説明を追加 */
.supplement{background:lightyellow;background:rgba(255,255,0,.2);font-size: .9em;padding: 3% 4%;margin: 1.5em 0 2em;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border: 1px solid #999;border-color: rgba(165, 165, 165, 0.2);}
.supplement p{
margin-bottom:.8em;
}
.supplement p:last-child{
  margin-bottom:0;
}
.supplement.warning{
  background:pink;
  background: rgba(255, 0, 45, 0.18);color:#333;
}
.supplement.boader{
  background:none;
}
.supplement:before{font-family:"fontawesome";content:'\f0e6';display:inline-block;margin-right:.3em;font-size: 1.2em;}
.supplement.warning:before{content:'\f071';}
.supplement.boader:before{content: none;}

/* CTA */
.cta-inner{
  background: #0E0E0E;
  color:#ddd;
  border-top: 5px solid rgba(146, 146, 146, 0.3);
  padding: 1.5em;
}

.cta-inner .cta_copy{
  text-align:center;
  color:#fff;
  margin-bottom: 1em;
}

.cta-inner .btn-wrap a{
  box-shadow:none;
  margin-top: 1em;
}

/* でかいボタン */
.btn-wrap.big a{
  font-size:1.1em;
  width:400px;
  max-width:90%;
}

/* 目立つボタン */
.btn-wrap.lightning a{
  background: #C81C1C;
  border-color: #C81C1C;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.btn-wrap.lightning a:hover{
  background: #EC7373;
}

/* 背景付きボタン */
.btn-wrap.bg{
  background:#efefef;
  background: rgba(0,0,0,.1);
  padding:1.5em 1em;
  margin: 2.5em 0;
}

.btn-wrap.bg-yellow{
  background:lightyellow;
  background: rgba(255, 255, 0, 0.2);
  padding:1.5em 1em;
  margin: 2.5em 0;
}

/* ボタンを角丸に */
.btn-wrap.maru,
.btn-wrap.maru a{
  border-radius:0.4em;
}

/* ボタンアニメーション */
.anim a {
  animation: jiggle 3s ease-in infinite;
}

@keyframes jiggle {
48%, 62% {
  transform: scale(1.0, 1.0)
}
50% {
  transform: scale(1.1, 0.9)
}
56% {
  transform: scale(0.9, 1.1) translate(0, -5px)
}
59% {
  transform: scale(1.0, 1.0) translate(0, -3px)
}
}

/* ショートコードで吹き出しデザイン */
.voice{
  margin:1em 0 1.3em;
  font-size:0.9em;
}

.voice .voicecomment{
  border:3px solid #eee;
  background-color: #fff;
  color: #444;
  padding: 2.5%;
  position:relative;
  width:85%;
  border-radius:5px;
}

.voice.l .voicecomment{
  float:right;
}

.voice.r .voicecomment{
  float:left;
}

.voice.l .voicecomment:before{
  content: '';
  position: absolute;
  border-right: 8px solid #eee;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  left: -11px;
}

.voice.l .voicecomment:after{
  content: '';
  position: absolute;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  left: -7px;
}

.voice.r .voicecomment:before{
  content: '';
  position: absolute;
  border-left: 8px solid #eee;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  right: -11px;
}

.voice.r .voicecomment:after{
  content: '';
  position: absolute;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  right: -7px;
}

.voice .voicecomment h2,
.voice .voicecomment h3,
.voice .voicecomment h4,
.voice .voicecomment h5{
  margin:10px 0!important;
  padding:0;
}

.voice .voicecomment p{
  margin-bottom:1em;
}
.voice .voicecomment p:last-child{
  margin-bottom:0;
}

.voice .icon{
  width:12%;
  text-align:center;
}

.voice.l .icon{
  float:left;
}

.voice.r .icon{
  float:right;
}

.voice .icon img{
  border-radius:50%;
  margin:0;
  border: 4px solid #f5f5f5;
}

.voice.icon_red .icon img{
  border-color: #FF4E4E;
}

.voice.icon_blue .icon img{
  border-color: #50B4DE;
}

.voice.icon_yellow .icon img{
  border-color: #faee00;
}

.voice.icon_black .icon img{
  border-color: #222;
}

.voice .icon .name{
  font-size: 0.65em;
  padding:0.4em 0;
}

.voice.big .icon{
  width:18%;
}

.voice.big .voicecomment{
  width:79%;
}

/* 吹き出しデザイン変更 */
/* FB風 */

.voice.l.fb .voicecomment:before{
  border-right-color: #4C5CB0;
}
.voice.l.fb .voicecomment:after,
.voice.l.line .voicecomment:after{
  content:none;
}

.voice.fb .voicecomment{
  background: #4C5CB0;
  border-color: #4C5CB0;
  color:#fff;
}

.voice.r.fb .voicecomment:before{
  border-left-color: #4C5CB0;
}

.voice.r.fb .voicecomment:after{
  content:none;
}

/* LINE風 */
.voice.line .voicecomment{
  background: #7ACC40;
  border-color: #7ACC40;
  color:#fff;
}

.voice.l.line .voicecomment:before{
  border-right-color: #7ACC40;
}

.voice.r.line .voicecomment:before{
  border-left-color: #7ACC40;
}

.voice.r.line .voicecomment:after{
  content:none;
}

@media only screen and (max-width: 480px) {
/* モバイルボタン */
.btn-wrap a{
  font-size:0.9em;
  padding:0.9em 1.5em;
}

.btn-wrap.big a{
  font-size:0.9em;
  min-width:80%;
  max-width:90%;
}

.btn-wrap.bg {
  padding: 0.9em 0.8em;
  margin: 2.5em 0;
}

.voice .icon{
  width:18%;
}

.voice .voicecomment{
  width:80%;
  font-size:0.95em;
}

/* モバイル関連記事 */
.related_article{
  font-size:0.8em;
}

.related_article .inbox{
  padding-left: 32%;
}

.related_article .ttl:before{
  content:'関連';
  width:3em;
}

.related_article .thum{
  width: 30%;
}

.related_article a{
  padding:0.6em;
}
}

/* カラム表示の幅を調整 */
@media only screen and (min-width: 1200px) {
.column-wrap{
  width: 102.8888%;
}

.column-wrap .d-1of2,
.column-wrap .d-1of3,
.column-wrap .t-1of2,
.column-wrap .tof3{
  padding-right: 2.8%;
}
}

/* style.cssから追記 */
.clearfix:after, .cf:after, .comment-respond:after, .widget ul li:after {
  clear: both;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after, .widget ul li:before, .widget ul li:after {
  content: "";
  display: table;
}

.btn-wrap {
  margin: 1.5em 0 2em;
}
.btn-wrap a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 16px;
  background: #4993AF;
  border: 1px solid #4993AF;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  box-shadow: 0 3px 5px #E9E9E9;
  color: #fff !important;
}

.btn-wrap.aligncenter {
  text-align: center;
}

.btn-wrap.simple a {
  border: 1px solid #1BB4D3;
  color: #1BB4D3 !important;
}

.btn-wrap.big a {
  font-size: 1.1em;
  width: 400px;
  max-width: 90%;
}

.btn-wrap.simple a {
  background: none;
  border: 1px solid #4993AF;
  color: #4993AF;
  -webkit-box-shadow: 0 3px 5px #eee;
  -moz-box-shadow: 0 3px 5px #eee;
  box-shadow: 0 3px 5px #eee;
  -webkit-box-shadow: 0 3px 5px rgba(45, 45, 45, 0.05);
  -moz-box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
  box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
}

@media only screen and (min-width: 1200px) {
.d-1of2 {
  float: left;
  padding-right: 0.75em;
  width: 50%;
}

.d-1of3 {
  float: left;
  padding-right: 0.75em;
  width: 33.33%;
}
}