@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
.ad-wrap{
	min-height:280px;
}

p {
    margin: 2em 0;
}
/*タブ内テキストサイズ*/
.su-tabs-pane {
    font-size: 16px !important;
}
/*続きを読む*/
.internal-blogcard::after{
content: '続きを読む \00bb'; /* 内部リンク右下枠の文言 */
position: absolute;
bottom: .5rem;
right: 1rem;
font-size: 70%;
background-color: #f39800; /* 内部リンク右下枠の背景色 */
padding: .4em 3em;
font-weight: bold;
color: #fff; /* 内部リンク右下枠の文字色 */
border-radius: 2px;
}
/*shortcode*/
.su-posts-default-loop .su-post-meta {
    display:none
}
.su-posts-default-loop .su-post-comments-link {
    display:none
}
/*ショートコードボタン*/
.su-button-style-flat, .su-button-style-flat span {
    border: none;
    padding: 10px 0;
}
/*widget*/
.widget h2 {
    margin: 20px 0;
}
.widget-below-sns-buttons-title.main-widget-label {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
span.related-entry-main-heading.main-caption {
    font-size: 20px;
}
a.amazon-item-title-link.product-item-title-link {
    text-decoration: none;
    font-weight: bold;
    color: #222;
}
.textwidget li {
	list-style:circle;
}	
/*目次*/
.toc {
 margin: 0 auto 1em;
}




/*通知*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* アプリーチ */
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
   margin-top:10px;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}

.booklink-box, .kaerebalink-box, .tomarebalink-box {
    padding: 22px 25px 22px 25px;
    width: 100%;
    margin: 0 auto 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
}

.video-container {
margin: 0px auto;
}





.player-bottun{
display:grid;
grid-gap:2%;
grid-template-columns:32% 32% 32%;
margin:40px 0;	
}
.item-player {
		padding: 0px;
		align-items: center;
		justify-content: center;
		}
/*slide*/
.slide-wrap {
  overflow-y: hidden;
  overflow-x: scroll;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.slide-box {
  flex: 0 0 80%;
  padding: 0 8px;
     }
  .inner {
    background: #eaeaea;
	 margin-bottom:30px;
}
.slide {
 max-width: 100%;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
 justify-content: center;
}
/*タイトル*/
.entry-title {
    font-size: 26px;
	padding-bottom:5px;
    margin: 16px 0;
    line-height: 1.3;
	border-bottom: solid 2px #f4f5f7;
}


/*---------------------------------
カテゴリーに線だけを入れる
--------------------------------*/
.widget_categories ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}
.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 16px;
}
.su-spoiler-style-default>.su-spoiler-content {
    padding: 1em 0 1em 0;
}
/*---------------------------------
人気記事
--------------------------------*/
/*本文下ウジェット*/
.widget-single-content-bottom-title.main-widget-label.widget-title {
    margin: 40px 20px;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 2px solid;
}
.su-spoiler-content.su-u-clearfix.su-u-trim a {
        font-weight: bold;
        text-decoration: none;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
.ad_overlay {bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    text-align: center;
	position: fixed;
	left: 50%;
    transform: translate(-50%);
}
.ad_overlay__inner {
 margin: 0 auto;
}
	.footer{margin-bottom:100px}	
}

/*768px以下*/
@media screen and (max-width: 768px){
/*ヘッダー*/
.header {
    height: 100%;
    /* margin: 20px 0; */
    padding-top: 10px;
}
.header-container-in.hlt-top-menu .logo-header {
    max-height: 65px;
}
.go-to-top {
    position: fixed;
    right: 5px;
    bottom: 110px;
    z-index: 99999;
}	
}

/*480px以下*/
@media screen and (max-width: 480px){
	img.aligncenter {
    display: none;
}	
  /*ヘッダータイトル*/
#header .site-name-text {
    font-size: 24px;
}#header .site-name-text {
    font-size: 24px;
}
	.logo-text {
 padding: 15px 0 10px;
}
.header-container-in.hlt-top-menu .logo-header img {
  width: 128px;
  height: 60px;
}	
.entry-title
{margin: 0 0 20px 0;padding: 0 .8em 5px;}	
h3#reply-title {
    font-size: 16px;
    font-weight: normal;
}
input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
    font-size: 16px;
	border:1px solid
}
/*ランキング*/	
.ranking-item-image-tag {
    max-width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.ranking-items p {
    font-size: 16px;
    margin-top: 30px;
}
/*カテゴリータイトル*/	
.entry-title, .archive-title {
    font-size: 20px;
}
/*CLS*/	
.ad-wrap{
  min-height: 280px;
  width: 100%;
  height: auto;
}	
.ad-area {
	overflow: visible;
}
.video-container, .instagram-container, .facebook-container {
        min-height: 200px;
}	
}

/************************************
** base
************************************/
/* -------------------------------------------------------
  margin property
------------------------------------------------------- */
/*top*/
.mt03 {margin-top:3px}
.mt05 {margin-top:5px}
.mt08 {margin-top:8px}
.mt10 {margin-top:10px}
.mt15 {margin-top:15px}
.mt20 {margin-top:20px}
.mt25 {margin-top:25px}
.mt30 {margin-top:30px}
.mt35 {margin-top:35px}
.mt40 {margin-top:40px}
.mt45 {margin-top:45px}
.mt50 {margin-top:50px}
.mt60 {margin-top:60px}
.mt80 {margin-top:80px}
/*bottom*/
.mb05 {margin-bottom:5px}
.mb10 {margin-bottom:10px}
.mb15 {margin-bottom:15px}
.mb20 {margin-bottom:20px}
.mb25 {margin-bottom:25px}
.mb30 {margin-bottom:30px}
.mb35 {margin-bottom:35px}
.mb40 {margin-bottom:40px}
.mb45 {margin-bottom:45px}
.mb50 {margin-bottom:50px}
.mb60 {margin-bottom:60px}
.mb70 {margin-bottom:70px}
.mb80 {margin-bottom:80px}
.mb85 {margin-bottom:85px}
.mb90 {margin-bottom:90px}
.mb100 {margin-bottom:100px}
/* -------------------------------------------------------
  text-algin property
------------------------------------------------------- */
/*bottom*/
.txct {text-align:center}
.txr {text-align:right}
.txl {text-align:left}