@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/***********************************
** 子テーマ用のスタイルを書く
***********************************/
/*必要ならばここにコードを書く*/

/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}

/***********************************
全体のバランス
***********************************/
.entry-content {
padding:1em;
padding-top:0;
margin: 0 auto;
}
p{
margin-top:0 !important;
margin-bottom:1rem !important;
}
@media (max-width: 1023px){
article > .entry-content, aritcle > footer.article-footer {
padding: 0 20px;
}
}
@media screen and (max-width: 880px){
.page-body {
font-size: 16px;
}
}
@media screen and (max-width: 480px){
.page-body {
font-size: 15px;
}
}
img{
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.2);
}
.card-thumb img {
box-shadow: none;
}
/* ローディング */
.loading { 
position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 10000; background-color: #fff; display: flex; align-items: center; justify-content: center; animation: fadeOut 1.5s 2.5s forwards;
}
.loading img {
box-shadow: none;
}
@keyframes fadeOut {
  0% { opacity: 1;
  }
  100% { opacity: 0; visibility: hidden;
  }
}
.loading__logo { opacity: 0; animation: logo_fade 2s 0.5s forwards; width: 175px;
}
@keyframes logo_fade {
  0% { opacity: 0; transform: translateY(20px);
  }
  60% { opacity: 1; transform: translateY(0);
  }
  100% { opacity: 0;
  }
}

/***********************************
**ヘッダーロゴ
***********************************/
@media screen and (max-width: 834px){
.container {
margin-top:50px;
}
}
.logo-image {
padding:0;
margin-left:0;
margin-top:1em;
margin-bottom:1em;
max-height:80px;
}
.logo {
text-align: left;
}
.logo-header img {
box-shadow: none!important;
}

/***********************************
**ヘッダー　モバイル表示
***********************************/
@media screen and (max-width: 1023px) and (min-width: 835px){
.admin-bar.mblt-header-mobile-buttons, .admin-bar.mblt-header-and-footer-mobile-buttons {
margin-top: 0;
}}
@media (min-width:835px){
ul.mobile-header-menu-buttons.mobile-menu-buttons{
display:none;
}
}
@media (max-width:834px){
.header-container {
display:none;
}
img.site-logo-image{
max-height:35px;
padding:2px 0 0 5px;
box-shadow:none;
}
.mobile-header-menu-buttons {
background: #fff;
}
}

/***********************************
**　ヘッダーメニュー
***********************************/
.navi-in > ul{
justify-content:flex-start;
}
.navi-in>ul li {
line-height: 50px;
height: 50px;
}
.navi-in a{
font-size:15px;
}
#navi .navi-in a:hover {
transform: none!important;
}
.navi-in > ul .sub-menu a {
padding: 0;
}
.sub-menu{
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
.sub-menu .caption-wrap {
color:#333;
border-top: dotted #dddddd;
background:#fff;
padding:0 0 0 2em;
margin:0;
}
.navi-in > ul .sub-menu a:hover {
transform: none!important;
}
div#header-container {
box-shadow: none;
}
div.item-label{
font-weight:bold;
}

/***********************************
** モバイル表示　ヘッダーメニュー・検索アイコン
***********************************/
.mobile-menu-buttons{
height:50px;
}
.mobile-menu-buttons > li {
padding-top:0;
}
.menu-button{
color: #0097DB !important;
margin: auto;
}
.mobile-menu-buttons .menu-button:hover{
background-color:white;
}
span.fas.fa-search::before{
margin-left:1em;
}
span.fas.fa-bars::before{
margin-right:1em;
}
.navi-menu-caption.menu-caption,.home-menu-caption.menu-caption,.search-menu-caption.menu-caption,.top-menu-caption.menu-caption,.sidebar-menu-caption.menu-caption{
display:none;
}

/***********************************
** モバイルスライドインメニュー
***********************************/
span.fas.fa-times::before{
font-family: "Font Awesome 5 Free";
content: "\f00d";
}
ul.menu-drawer:before{
font-size:1.2em;
background: white;
color:#333;
margin-bottom:1em;
border-bottom:3px dotted #0097DB; 
content: "MENU";
}
ul.menu-drawer:after {
background: white;
}
.menu-drawer li {
padding:0;
}
.menu-drawer li{
font-weight: bold;
}
.menu-drawer a{
font-size:1.3em;
background-color:#ffffff;
color:#545454;
margin: .5em 0;
}
.menu-drawer a:hover{
background-color:#f7f7f7;
}
.menu-drawer .sub-menu {
padding:0;
}
.menu-drawer .sub-menu li{
font-size: .9em;
}
.menu-drawer .sub-menu li a::before {
font-family: "Font Awesome 5 Free";
content : "\f105";
color:#7b7b7b;
margin:0 .5em 0 1em;
}
@media (max-width:834px){
.sub-menu{
box-shadow: none;
}
}

/***********************************
**　　　　アピールエリア
***********************************/
.appeal{
padding:0 0 .1em;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,.1);
}
div#appeal-in.appeal-in.wrap{
padding:0;
min-height:0px;
max-height:30px;
}
.appeal-content{
background-color:#0097DB; 
margin:auto;
padding:0;
max-width:100%;
opacity:1;
line-height:1.6;
}
a.appeal-button {
color: #fff !important;
font-size:.85em;
padding:0 23em;
margin:0;
max-width:100%;
white-space: nowrap;
box-shadow: none;
}
@media screen and (max-width: 1023px){
a.appeal-button {
padding:0 18em;
}}
@media screen and (max-width: 834px){
a.appeal-button {
padding:0 13em;
}
.appeal{
padding:.1em 0 .25em;
}}
@media screen and (max-width: 652px){
a.appeal-button {
padding:0 8em;
}}
@media screen and (max-width: 500px){
a.appeal-button {
padding:0 6em;
}}
@media screen and (max-width: 420px){
a.appeal-button {
padding:0 3em;
}}
.appeal-button:hover {
transform:none;
box-shadow: none;
}

/***********************************
** おすすめカード***********************************/
div#recommended {
margin-bottom: -80px;
background-color:#f7f7f7;
}
div#recommended-in.recommended-in.wrap.cf{
margin-top: 20px;
max-height:220px;
}
@media screen and (min-width: 1024px){
div#recommended-in.recommended-in.wrap.cf{
padding:0 2em;
}}
div#content.content.cf{
margin-top:0;
}
.widget-entry-cards .a-wrap:hover {
transform: translateY(-1px);
transition: all .3s;
}
figure.navi-entry-card-thumb.widget-entry-card-thumb.card-thumb{
opacity:.8;
}
.recommended.rcs-center-white-title .a-wrap:hover .card-content {
transition: all .1s;
opacity: 1;
}
.widget-entry-cards.large-thumb-on .card-content{
background: rgba(151, 151, 151, 0);
}
a.navi-entry-card-link.widget-entry-card-link.a-wrap{
border-radius:4px!important;
margin:1em .5em;
background-color:#FFFFFF;
}
div.navi-entry-card-title.widget-entry-card-title.card-title{
width:95%;
color:#333333;
font-weight:bold;
font-size:.8em;
background-color: rgba(255, 255, 255, 0.8);
padding: .6em .5em;
border-radius:30px;
}
@media (max-width:834px){
a.navi-entry-card-link.widget-entry-card-link.a-wrap{
margin:.3em 0em;
}
div.navi-entry-card.widget-entry-card.e-card.cf{
border-radius:4px!important;
overflow:hidden;
max-height:100px;
margin:0 .3em 0;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,.1)!important;
}
.widget-entry-cards.large-thumb-on .a-wrap:hover {
box-shadow:none;
}
}
@media (max-width:834px){
div#recommended{
margin-bottom: -40px;
}
div.navi-entry-card-title.widget-entry-card-title.card-title{
font-size:.6em;
padding: .5em;
}
div#recommended-in.recommended-in.wrap.cf{
margin: .7em .2em .3em;
}
.widget-entry-cards.large-thumb-on .card-content{
background: rgba(151, 151, 151, 0.2);
}
}
main#main.main{
margin:0;
}

/***********************************
フッターモバイル用おすすめカード
***********************************/
div.footer-mobile div.navi-entry-card.widget-entry-card.e-card.cf{
border-radius:10px!important;
overflow:hidden;
max-height:300px;
margin:0;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,.2)!important;
}
div.footer-mobile div.navi-entry-card-title.widget-entry-card-title.card-title{
color:#565656;
font-weight:bold;
font-size:.85em;
background-color: rgba(255, 255, 255, 0.8);
padding: .6em .5em;
border-radius:30px;
}

/*************************************
*** カルーセル**************************************/
#carousel .carousel-in{
box-shadow:none;
background-color:#f7f7f7;
margin-bottom:1em;
}
#carousel .a-wrap{
margin:0;
box-shadow:none;
border:none;
border-radius: 3px;
}
#carousel .carousel-entry-card-title{
font-size:0.75em;
font-weight:bold;
color:#333;
}

/***********************************
****　インデックス
***********************************/
h2.entry-card-title{
color: #333 !important;
padding: 1.0em 1.2em 0em !important;
margin:0 !important;
}
a.entry-card-wrap.a-wrap.border-element.cf{
padding:0 0 .5em;
border-radius:10px;
width:48%;
margin-bottom:2em;
}
a.entry-card-wrap.a-wrap:hover {
transform: translateY(-1px);
transition: all .3s;
background-color: #fff;
}
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:100%;
border-radius:10px 10px 0 0/ 10px 10px 0 0;
overflow:hidden;
display: flex;
justify-content: center;
align-items: center;
}
.e-card-thumb .cat-label{
margin-left:.8em;
}
.cat-label{
display: none;
/*margin-top:.8em;*/
}
@media screen and (max-width: 1100px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:120px;
}}
@media screen and (max-width: 1023px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:180px;
}}
@media screen and (max-width: 900px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:160px;
}}
@media screen and (max-width: 750px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:130px;
}}
@media screen and (max-width: 600px){
figure.entry-card-thumb.card-thumb.e-card-thumb{
max-height:100%;
}
a.entry-card-wrap.a-wrap.border-element.cf{
margin:.5em 1em!important;
}
.ect-vertical-card .entry-card-wrap {
width: 95%!important;
}
}
@media screen and (max-width: 480px){
/* a.entry-card-wrap.a-wrap.border-element.cf{
max-width: 46%!important;
margin:.5em auto !important;
} */
.e-card-thumb .cat-label{
margin-left:1em;
}
}
@media screen and (max-width: 1023px){
div#list a {
box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2);
}
}
@media screen and (min-width: 601px) and (max-width: 834px){
div#content.content.cf{
margin:1em;
}
}
h2.entry-card-title.card-title.e-card-title{
font-size:18px;
color:#7b7b7b;
font-weight:bold;
text-align:left;
line-height:1.8em;
margin-top:3em;
margin-bottom:1em;
padding: 0 2.0em 0;
}
.entry-card-snippet.card-snippet.e-card-snippet{
font-size:14px;
color:#7b7b7b;
text-align:left;
border-top:3px dotted #90C31F;
line-height:1.8em;
padding-top:0.6em;
margin-left:2em;
margin-right:2em;
margin-bottom:4em;
max-height:20em;
}
@media (max-width:834px){
h2.entry-card-title.card-title.e-card-title{
font-size: 1.15em;
font-weight:bold;
text-align:left;
line-height:1.7em;
padding: 1em 1.2em 0em;
margin:0;
}
.entry-card-snippet.card-snippet.e-card-snippet{
font-size:13px;
border-top:3px dotted #79c06e;
line-height:1.8em;
padding:1em 0.5em 0;
margin: 0 1em 1.5em;
}
/* .entry-card-content {
background-color:#f7f7f7;
} */
main.main, div.sidebar {
padding:0;
}
}
a.entry-card-wrap.a-wrap.border-element.cf .post-date,
a.entry-card-wrap.a-wrap.border-element.cf .post-update{
margin-right:1.5em!important;
color:#7b7b7b;
font-size:.86em;
}
.eye-catch .cat-label, .cat-label{
font-size:.7em;
border-radius:10px;
margin:0.5em;
padding:0 0.5em 0;
background-color:#0097DB;
color:#fff;
}
div.admin-pv{
display:none;
}
.index-tab-buttons {
flex-wrap:nowrap;
margin:10px auto 20px;
text-align:center;
width: 100%!important;
}
.index-tab-button{
color: #0097DB;
font-size: 16px!important;
/* background: #dbebf8!important; */
border: solid 1px #0097DB!important;
}
#index-tab-1:checked~.index-tab-buttons .index-tab-button[for=index-tab-1],
#index-tab-2:checked~.index-tab-buttons .index-tab-button[for=index-tab-2],
#index-tab-3:checked~.index-tab-buttons .index-tab-button[for=index-tab-3],
#index-tab-4:checked~.index-tab-buttons .index-tab-button[for=index-tab-4]{
color: #FFF;
background: #0097DB!important;
font-weight: 400;
}
@media (max-width:480px){
.index-tab-buttons {
margin:5px auto;
width: 95%!important;
}
.index-tab-button{
font-size: 14px!important;
}
#index-tab-1:checked~.index-tab-buttons .index-tab-button[for=index-tab-1],
#index-tab-2:checked~.index-tab-buttons .index-tab-button[for=index-tab-2],
#index-tab-3:checked~.index-tab-buttons .index-tab-button[for=index-tab-3],
#index-tab-4:checked~.index-tab-buttons .index-tab-button[for=index-tab-4]{
font-weight:bold;
}
}
.list-more-button {
padding: .8em 2em;
}
.list-more-button:hover {
background-color:#0097DB;
color:#fffff4;
}

/***********************************
** contact form7 カスタマイズ
***********************************/
.haveto{
font-size:9px;
padding:2px 5px;
background:#ff0000;
color:#fff;
border-radius:20px;
margin-right:5px;
position:relative;
bottom:2px;
}
#formbtn{
display: block;
padding:10px;
width:300px;
background:#ddd;
color:#545454;
font-size:17px;
border: none;
border-radius:50px;
margin:25px auto 0;
transition:0.4s;
}
#formbtn:hover{
background:#0097DB;
color:#fffff4;
border-radius:50px;
box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2);
}

/***********************************
**　　サイドバー
***********************************/
#sidebar>.widget{
border-radius:10px;
}
.widget_search{
padding:0;
}
.search-box{
border:1px solid #ddd;
border-radius:3px;
}
#sidebar aside#search-2{
padding-bottom:20px;
}
span.fas.fa-search::before{
color:#0097DB;
}
.sidebar h3{
color:#555555;
font-weight:bold;
border-radius: 0%;
border-bottom:3px dotted;
border-color:#0097DB;
padding-bottom:0.3em;
margin-top:0em;
margin-bottom:1em;
}
/*
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a, .widget_categories .postform, #archives-dropdown-2 {
background-color:#f7f7f7;
color:#afafb0!important;
margin: 6px;
padding: 4px 15px;
border-radius:20px;
transition: 0.4s
}
.widget_categories .postform, #archives-dropdown-2 {
padding: 4px 10px;
width: 96.5%;
height: 35px;
border: none;
outline: none;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover ,.widget_categories .postform:hover, #archives-dropdown-2:hover {
background-color:#0097DB;
color:#fffff4 !important;
}
*/
select#archives-dropdown-2,
select#cat{
background: #fff;
border-radius: 3px;
border:2px solid #0097DB;
font-size:16px;
color:#0097DB;
margin-bottom: 8px;
padding:8px .8em;
outline: none;
}
select#archives-dropdown-2 option,
select#cat option{
color:#545454;
}
.tagcloud a{
background-color:#eeeeee;
color:#777777!important;
}
.tagcloud a:hover{
background-color:#0097DB;
color:#fffff4!important;
transition: 0.4s ;
}
.nwa .recommended.rcs-card-margin a {
margin: 0 0 1em;
}
@media (min-width:835px){
#sidebar aside{
padding-top:50px;
}
}
@media (max-width:834px){
#sidebar{
padding:10px;
}
.widget-sidebar{
padding:14px;
}
.search-box{
width: 95%;
margin:0 auto;
}
}

/***********************************
** パンくずリスト
***********************************/
#breadcrumb { 
display:flex;
height: 42px;
line-height: 42px;
margin: 5px auto 2px !important;
padding: 0 15px !important;
letter-spacing: 1px;
background: rgb(245,245,245);
color: rgb(51,51,51);
overflow-x: scroll;
overflow-y: hidden;
word-break: keep-all;
white-space: nowrap;
}
.breadcrumb div {
margin: 0 !important;
}
/* @media screen and (max-width:768px) { */
.breadcrumb::-webkit-scrollbar {
display: none;
}
#breadcrumb.breadcrumb .breadcrumb-home a span{
font-size: 0;
}
#breadcrumb.breadcrumb .breadcrumb-home a span::before{
font-size: 13px;
content: "HOME";
}

/***********************************
** 本文記事タイトル
***********************************/
header.article-header.entry-header {
text-align:left;
}
.article-header h1 {
position: static;
font-weight: bold;
font-size: 1.4em;
margin: 0 5px 2px;
padding: 2em 1em;
background: linear-gradient(-45deg, transparent 0 20px, #fff 20px calc(100% - 20px), transparent calc(100% - 20px)), repeating-linear-gradient(-45deg, #0097DB 0 2px, #0097DB 2px 6px);
}
/* .article-header h1 {
position: static;
font-size: 1.4em;
color: #333333;
background-color:#fff;
line-height:1.8em;
text-shadow: none;
margin:0;
padding: 1.5em .95em 1.1em;
} */
.eye-catch{
box-shadow: 0px 3px 7px 0 rgba(0,0,0,.2);
}
.eye-catch img{
height:auto!important;
-webkit-filter:none;
filter:none;
opacity:1;
transform: none;
width: 100%;
}
a.cat-link, a.tag-link{
font-size:.7em;
border:0;
margin:0.5em 1em;
padding:0.3em 0.8em;
background:#0097DB !important;
color:#fff!important;
}
a.cat-link{
border-radius:2px;
}
a.tag-link{
border-radius:10px;
}
.cat-link:hover ,.tag-link:hover {
opacity: .5;
transition: all .3s ease-in-out;
}
.entry-categories, .entry-tags {
display: block !important;
}
.entry-categories-tags {
padding-bottom: 1.4em !important;
}
.date-tags{
font-size:1.2em;
color:#7b7b7b;
top:5px;
right:0;
left: 0;
display: -webkit-flex;
display: flex;
-webkit-justify-content: right;
justify-content: right;
}
div.date-tags span.post-update{
order: 1;
}
span.fas.fa-history::before{
content:"\f2f1"
}
div.date-tags span.post-update,div.date-tags span.post-date{
margin-right: 10px;
}
.page .date-tags,
.page .author-info {
display: none;
}
.home.page .entry-title,
.home.page .eye-catch {
display: none;
}
@media (max-width:1023px){
.entry-categories-tags.ctdt-one-row {
padding: 0;
}
}
@media (max-width:420px){
.article-header h1 {
font-size: 1.2em;
}
.date-tags{
top:3px;
}
}
@media (max-width:834px){
main.main, div.sidebar {
padding:0;
}
}
@media screen and (min-width: 601px) and (max-width: 834px){
div#content.content.cf{
margin:1em;
}
}

/***********************************
** アーカイブ
***********************************/
.archive-title {
position: static;
font-size: 1.2em !important;
color: #333333 !important;
background-color:#fff;
line-height:1.8em;
text-shadow: none;
margin:0 !important;
padding: 1.5em .95em 1.1em !important;
}

/***********************************
** h2,h3,h4,h5
***********************************/
.article h2:before {
background-image: none;
}
.article h2{
line-height:1;
background-color:#f6f6f6;
font-size: 24px;
color:#333333;
border-radius:1px;
border-left:solid 14px #636b64;
padding:1em 1em;
margin-top:1em;
margin-bottom:1em;
}
.article h3{
line-height:2;
font-size:20px;
border:none;
display:inline-block;
color:#333333;
border-radius:2px;
border-left:10px solid #8b968d;
padding: 0.4em 0.8em;
margin-top:50px;
}
.article h4{
line-height:2;
background-color:#F6F6F6;
font-size: 17px;
font-weight:normal;
color:#333333;
border-radius:1px;
padding:1em;
margin-top:1em;
margin-bottom:1em;
}
.article h5{
background: #F7F7F7;
font-size: 17px;
font-weight:normal;
line-height:2;
color:#333333;
border-bottom: none;
border-radius: 4px;
padding: 1em;
margin-left:0 auto;
border:1.5px dashed;
border-color:#93b69c;
margin-top:1em;
margin-bottom:1em;
}
@media (max-width:480px){
.article h2{
font-size:18px;
/* padding:1.5em 1em 1.5em 0.5em; */
}
.article h3{
font-weight:bold;
font-size:17px!important;
}
.article h4, .article h5{
font-size:15px!important;
}
}

/***********************************
** 目次
***********************************/
/* 記事内目次 */
.toc {
background: #f9f9f9 !important;
border: 0 !important;
display: block !important;
border-top: 5px solid !important;
border-top-color: #f8c678 !important;
box-shadow: 0 2px 2px rgba(0,0,0,.2) !important;
padding: 0 !important;
margin-bottom: 10% !important;
width:100%;
border-radius:3px;
}
@media screen and (min-width:600px){
.toc {
padding: 0 !important;
width:95%;
}
}
@media (max-width:834px){
.toc {
margin-bottom: 15% !important;
}
}
.toc-title{
width:100%;
text-align:center;
margin: 0 !important;
padding: 10px 10px 15px !important;
font-size: 17px !important;
font-weight: 700 !important;
color: #f8c678 !important;
background-color: initial;
}
.toc-title:before{
font-family: "Font Awesome 5 Free";
content: "\f03a";
font-weight: 900 !important;
font-size: 14px;
color: #fff;
background-color: #f8c678;
border-radius: 50%;
padding: 10px;
}
.toc label{
display: block !important;
}
.toc-content ul{
padding: 1px 20px 20px 20px !important;
}
.toc a{
color:#333;
display: block;
border-bottom: dashed 1px silver;
margin: 0 !important;
padding-bottom: .8em;
padding-top: .7em !important;
padding-left: 1.3em !important;
}
.toc ul li{
font-weight: 700;
line-height: 1;
padding: 0 0 0em .2em;
position: relative;
}
.toc ul li:before{
font-family: "Font Awesome 5 Free" !important;
content: "\f138";
position: absolute !important;
top: .8em;
left: .2em !important;
color: #f8c678;
font-weight: 900;
}
/*
.toc li li{
font-weight: 400;
padding-top: .5em;
margin-top:0 !important;
}
.toc_list li{
margin-top:-5% !important;
}
@media screen and (min-width:834px){
.toc_list li{
margin-top:-1.8% !important;
}
}
*/
/* サイドバーの目次 */
.sidebar .toc{
background:transparent !important;
border:initial !important;
border-top: initial !important;
border-top-color: initial !important;
box-shadow:initial !important;
margin-bottom:initial !important;
width: initial !important;
border-radius:initial !important;
padding-top:initial !important;
}
.sidebar .toc li li:before{
color:#fad9a7;
}
/*
.toc-title{
font-weight:bold;
color:#7b7b7b;
}
.toc-list > li a {
font-weight: bold;
color: #7b7b7b;
display:block;
margin-top:10px;
margin-left: 10px;
}
.toc-list > li a::before {
font-family: "Font Awesome 5 Free";
content : "\f144";
margin-right: 7px;
}
.toc-list > li li a {
font-weight: normal;
font-size: 95%;
color: #7b7b7b;
margin-top:0;
margin-left: 3em;
}
.toc-list > li li a::before {
content: "";
width: 8px;
height: 8px;
left: -2px;
display: inline-block;
border-radius: 50%;
background: #0097DB;
position: relative;
margin-bottom: 2px;
}
@media (max-width:880px){
.toc-list > li a {
margin-left: -10px;
}
.toc-list > li li a {
margin-left: -2em;
}
.toc-list > li li a::before {
left: 3px;
margin-bottom:1px;
}
}
.toc a:hover {
color: #333333;
text-decoration: underline;
}
*/

/***********************************
** ブログカード（本文挿入）
***********************************/
.blogcard {
border: 0px solid whitesmoke;
border-radius:4px;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 30%);
}
a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf{
transition: all 200ms;
}
a.blogcard-wrap.internal-blogcard-wrap.a-wrap.cf:hover{
background-color: #fafafa;
box-shadow:none;
transform: none;
transition: all 200ms;
}
.internal-blogcard::after{
background-color:#8b968d!important;
}
.blogcard:before {
display:none;
}
.internal-blogcard::after{
content: "続きを読む \00bb"; 
position: absolute;
bottom: 0.5rem;
right: 0.7rem;
font-size: 70%;
background-color: #ffd242;
padding: .4em 3em;
font-weight: bold;
color: #fff;
border-radius: 2px;
}
.blogcard-date{
display:none;
}
.blogcard-title {
font-size:1em;
padding:.2em .2em 0;
line-height:1.4em;
text-align: justify;
}
.blogcard-snippet {
padding:0em .5em;
color:#7b7b7b;
text-align: justify;
}
.blogcard-content.internal-blogcard-content{
max-height:20em;
}
@media screen and (max-width: 1023px){
.blogcard-title {
padding:.3em .3em 0em .2em;
line-height:1.5em;
}
.blogcard-snippet {
font-size:.9em;
margin-top:.3em;
}
}
@media screen and (max-width: 960px){
.blogcard-title {
padding:.3em .3em .2em .2em;
line-height:1.5em;
}
.blogcard-snippet{
font-size:.8em;
max-height:15em;
}
}
@media screen and (max-width: 834px){
.blogcard-title {
font-size:1.1em;
padding:.2em .3em .5em .2em;
}
.blogcard-snippet {
font-size:.9em;
}
}
@media screen and (max-width: 740px){
.blogcard-title {
padding:.3em;
}
}
@media screen and (max-width: 673px){
.blogcard-title {
padding:.3em .5em 1em .2em;
line-height:1.8em;
}
.blogcard-snippet {
display:none;
}
}
@media screen and (max-width: 480px){
.blogcard-title {
padding:.1em .4em 0em .1em;
line-height:1.5em;
}
.blogcard-footer{
margin-top:1em;
}
}

/***********************************
** SNSシェアボタン
***********************************/
.sns-share, .sns-follow {
margin: 1em 0;
}
.sns-share-message:before, .sns-follow-message:before, span.related-entry-main-heading.main-caption:before, .comment-title:before {
font-weight: normal;
letter-spacing:.4em;
border-radius:20px;
border: 0;
padding: 1em 4em;
background-color:#B3B3B3;
color:#fff;
display: block;
}
.sns-share-message:before, .sns-follow-message:before {
padding: 0.1em 4em;
margin:-1rem auto;
background-color:#fff;
color:#333333;
}
.sns-share-message:before {
margin:2rem auto -1.5rem;
}
.sns-follow-message:before {
margin:-1rem auto;
}
.sns-share-message, .sns-follow-message, span.related-entry-main-heading.main-caption, .comment-title {
margin:1rem auto;
width: 85% !important;
}
.sns-share.ss-high-and-low-lc a .button-caption.button-caption{
display:none;
}
.sns-share-buttons {
padding-right:15%;
padding-left:15%;
}
.sns-share-buttons a, .sns-follow-buttons a {
transition:0.4s;
}
.sns-share.ss-top.ss-col-6 a, .sns-share.ss-bottom.ss-col-6 a {
width: 40px;
height: 40px;
}
.sns-follow-buttons {
justify-content: center;
}
.sns-follow-buttons a {
border-radius: 50%;
font-size: 20px;
margin: 0 10px;
}
#main .sns-follow a {
width: 40px;
height: 40px;
}
aside#related-entries.related-entries.rect-mini-card{
padding-top:.4em;
}
.comment-reply-title {
padding: 10px 0;
}
.comment-respond input#siteguard_captcha {
width: 100px;
background-color:#EFF1F5;
}
.comment-btn{
width: 85% !important;
margin-top: 1em;
background-color:#ddd;
transition:0.4s;
}
.comment-btn:hover {
background-color:#0097DB;
color:#fffff4;
box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2);
}
@media screen and (max-width: 834px){
.sns-share-message:before, .sns-follow-message:before, span.related-entry-main-heading.main-caption:before, .comment-title:before {
padding: 0.6em 4em;
}
}
.comment-area {
margin-top:-30px;
}
.comment-title {
margin-top:20px;
margin-bottom:20px;
}
.comment-meta, .comment-content {
margin-top:5px;
}
#commentform textarea,
#commentform input{
padding: 10px;
margin-top:5px;
border: 1px solid #ddd;
}
#commentform #email-notes{
display:none;
}
#commentform .form-submit input[type='submit']{
border:none;
background-color:#ddd;
width: 60%;
padding: 1.2em 1em;
}
#commentform .form-submit{
text-align:center;
margin-top: 1em;
}
#commentform .form-submit input[type='submit']:hover{
opacity:0.7;
}
.sns-share-message:before{
content:"ー SHARE ー";
}
.sns-follow-message:before{
content:"ー FOLLOW ー";
}
span.related-entry-main-heading.main-caption:before{
content:"関連記事";
letter-spacing: .05em;
}
.comment-title:before{
content:"COMMENTS";
}

/***********************************
** 関連記事
***********************************/
.e-card-title {
font-weight: bold;
color:#337AB7;
}
.related-entry-card-content {
margin-left: 190px;
margin-right: 5px;
}
a.related-entry-card-wrap.a-wrap.border-element.cf:hover{
background-color: #fafafa;
transform: none;
transition: all 200ms;
}
.related-entry-card .cat-label{
display:none;
}
@media screen and (max-width: 480px){
.related-entry-card-thumb {
margin-right: 1em;
}
.e-card-title {
font-size: 15px;
line-height: 1.8;
}
article.related-entry-card.e-card.cf {
margin-left: .5em;
margin-right: .3em;
}
}

/***********************************
****　次のページボタン
***********************************/
.pagination-next-link{
transition:0.4s;
}
@media (max-width:1023px){
.pagination-next-link{
box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2);
}
}
@media (max-width:600px){
.pagination-next-link{
width:92%;
margin-right:auto;
margin-left:auto;
}
}
.pagination-next-link:hover{
background-color:#f7f7f7;
transition:0.4s;
}
.pagination-next-link:hover{
background-color:#0097DB;
color:#fffff4;
box-shadow: 0px 1px 5px 0 rgba(0,0,0,.2);
}
.pagination .current {
background-color: #0097DB;
}
.page-numbers.current{
color:#f9fff4;
box-shadow: 0 1px 2px slategrey;
}
.pagination a:hover {
background-color: #0097DB;
transition: all 0.5s;
color: #f9fff4;
}

/***********************************
***  フッター
***********************************/
#footer{
margin-top: -30px;
}
.footer-title{
color:#7b7b7b;
border-bottom:3px dotted;
border-color:#0097DB;
margin-bottom:1em;
}
#footer, #footer a{
color:#7b7b7b;
}
.navi-footer-in {
width: 100%;
margin-bottom: 1.5em;
}
.navi-footer-in > .menu-footer {
display: block;
margin: 0;
text-align: center;
}
.navi-footer-in > .menu-footer li {
position: relative;
display: inline-block !important;
width: 20% !important;
background: #dfefff;
box-shadow: 3px 3px 6px -3px #555;
/* box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white; */
margin: 1.0em !important;
padding: 0;
color: #454545;
transition: .3s;
}
.navi-footer-in > .menu-footer li:after {
position: absolute;
content: '';
left: 0px;
top: 0px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.navi-footer-in > .menu-footer li:hover {
box-shadow: 0px 0px 3px -3px #777;
text-decoration :none;
}
.navi-footer-in > .menu-footer li a {
display: block;
margin: 0 !important;
padding: 1.1em 1em !important;
color: #6C9BD2 !important;
}
@media screen and (max-width: 834px){
/* #navi-footer, #navi-footer-in
{
margin: 0 !important;
padding: 0 !important;
}*/
.navi-footer-in > .menu-footer li.menu-item {
width: 46% !important;
margin: .6em .3em !important;
}
.navi-footer-in > .menu-footer li.menu-item a {
font-size:12px !important;
padding: 1.2em 0em !important;
}
}
.widget-entry-cards .widget-entry-card-content {
color:#7b7b7b;
font-size:13px;
padding-left:.5em;
}
@media (max-width:1023px){
.footer {
margin-top: 0;
padding-top: 0;
}}
@media (max-width:880px){
.footer-title{
margin-top:2em;
}}
@media screen and (max-width: 480px){
#footer{
margin-top: -70px;
}
h2, h3 {
font-size: 1.17em;
}
.widget-entry-cards .widget-entry-card-content {
line-height:1.3;
}
}
.footer-widgets, .footer-widgets-mobile {
margin: 0 auto;
}
.footer-left, .footer-center, .footer-right, .footer-mobile {
padding: 0 10px;
}
.widget.widget-footer-mobile{
padding:0;
}
aside#popular_entries-3.widget.widget-footer-mobile.widget_popular_entries div.popular-entry-cards.widget-entry-cards.no-icon.cf{
padding:0 .4em 0;
}
.widget-footer-mobile div.tagcloud,.widget-footer-mobile ul li a{
margin-right:.2em;
margin-left:.2em;
}
.source-org.copyright{
color: #7b7b7b;
}

/***********************************
** 記事内
***********************************/
.entry-sample-num {
border-left: 3px solid #0097DB;
margin: 0 0 10px;
padding: 0px 10px;
font-weight: bold;
font-size: 18px;
}
.entry-sample-image, .entry-sample-link {
min-height: 8rem;
text-align: center;
font-weight: bold;
margin-top: 60px;
margin-bottom: 30px !important;
padding: 20px;
border:#f0f0f0 solid 1px;
border-radius: 6px;
background-image:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 2px, #FFF 2px, #FFF 4px);
}
.entry-sample-image span, .entry-sample-image p {
display: block;
text-align: center;
font-weight: bold;
color: #fff;
background-color: #ed1f30;
border-radius: 30px;
border: 1px solid #ed1f30;
width: 80%;
margin: 10px auto 10px !important;
}
.entry-sample-image a {
text-align: center;
text-decoration:none;
}
.entry-sample-image ul {
margin: 0;
}
.entry-sample-image img, .entry-sample-link img {
max-width:75%;
height:auto;
}
.entry-sample-date {
font-size: 14px;
margin-top: 10px;
}
.entry-sample-title {
font-weight: bold;
font-size: 17px;
margin-bottom: 10px;
padding: 5px;
border-bottom: 2px solid #0097DB;
}
.entry-player, .entry-sample-image, .entry-sample-btn, .entry-sample-link {
text-align: center;
}
.entry-sample-btn-w { margin:30px auto 0px; text-align: center;
}
.entry-sample-btn-w-btm {
margin-bottom: 50px !important;
}
.entry-sample-btn-w a { display:inline-block; text-align: center; font-weight: bold; text-decoration:none; padding: 10px 20px; margin: 0 10px; width: 40%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 0px solid #f0f0f0; -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.3), inset 0px 0px 2px rgba(255,255,255,1); -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.3), inset 0px 0px 2px rgba(255,255,255,1); 
}
.entry-sample-btn-w .entry-sample-btn-w-l a { color: #fff; background-color: #052a83;
}
.entry-sample-btn-w .entry-sample-btn-w-r a { color: #fff; background-color: #ed1f30;
}
.entry-sample-btn a { display: block; text-align: center; font-weight: bold; color: #663300; text-decoration:none;	background-color: #FFDA0C; padding: 6px 0px; margin: 30px auto; width: 80%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 2px solid #996633; -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.3), inset 0px 0px 2px rgba(255,255,255,1); -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.3), inset 0px 0px 2px rgba(255,255,255,1); 
}
.entry-sample-btn a:hover, .entry-sample-btn-w a:hover, .entry-sample-image:hover {
opacity: .5;
}
.grad-wrap {
position: relative;
}
.grad-wrap + .grad-wrap {
margin-top: 40px;
}
.grad-btn {
z-index: 2;
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 148px;
margin: auto;
padding: .3em 0;
border-radius: 30px;
background: #0097DB;
color: #fff;
font-size: 1.0rem;
letter-spacing: .1px;
text-align: center;
cursor: pointer;
transition: .2s ease;
box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
content: "続きを読む";
}
.grad-btn span {
margin-right: .5em;
}
.grad-item {
position: relative;
overflow: hidden;
height: 100px;
}
.grad-item p + p {
margin-top: 1em;
}
.grad-item::before {
display: block;
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 100%;
height: 40px;
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
display: none;
}
.grad-trigger:checked ~ .grad-btn {
background: #fff;
color: #0097DB;
bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
content: "閉じる";
}
.grad-trigger:checked ~ .grad-btn span {
transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
display: none;
}
.table-scroll{
overflow: auto;
white-space: nowrap;
width:100%;
}
.table-scroll table{
border-collapse:collapse;
border-spacing:0;
background: #000;
border:#000 solid 1px;
width:1500px;
margin-bottom: 0;
}
.table-scroll table th,
.table-scroll table td{
padding:2px 2px 0px;
background: #000;
border:#000 solid 1px;
vertical-align: middle;
min-width: 120px;
height: 180px !important;
}
.table-scroll table td:first-child{
padding-left:5px;
}
.table-scroll table td:last-child{
padding-right:5px;
}
.scroll-hint-icon {
top:calc(50% - 43px) !important;
}
.ta-scroll-container {
overflow-x: auto;
width: 100%;
background: #000;
padding: 5px 0;
-webkit-overflow-scrolling: touch; 
}
.ta-scroll-content {
display: flex; 
gap: 2px;
width: max-content; 
}
.ta-scroll-content a {
width: 120px;
height: 100%;
display: block;
}
.ta-scroll-content a img {
width: 120px;
height: 100%;
object-fit: cover;
display: block;
}
.ta-scroll-content img:first-child { margin-left: 5px; }
.ta-scroll-content img:last-child { margin-right: 5px; 
}
.ta-scroll-content::-webkit-scrollbar {
height: 8px;
}
.ta-scroll-content::-webkit-scrollbar-thumb {
background: #555;
border-radius: 10px;
}
.horizontal_scroll { 
display:flex;
margin: 5px auto 2px !important;
padding: 0 !important;
background: rgb(000,000,000);
overflow-x: scroll;
overflow-y: hidden;
word-break: keep-all;
white-space: nowrap;
}
.horizontal_scroll li {
list-style: none; 
}
.horizontal_scroll li {
width: 100%;
min-width: 140px;
}
.horizontal_scroll li:not(:last-child) {
margin-right: 5px; 
}
.horizontal_scroll li:nth-child(1) {
margin-left: -15px; 
} 
.horizontal_scroll li:last-child {
padding-right: 10px; 
} 
.horizontal_scroll img {
vertical-align: bottom;
}
@media screen and (max-width: 480px){
.entry-sample-image {
margin-top: 2rem;
}
.entry-sample-date, .entry-player, .entry-sample-gallery {
margin-bottom: 1rem !important;
}
}
.swiper {
width: 100%;
height: 100%;
}
.gallery-top {
background-color:#000000;
padding: 0px 0;
height: 80vw;
max-height: 600px;
min-height: 400px;
}
.gallery-thumbs {
background: #fff;
margin-top: 3px;
padding: 0px 0;
height: 60vw;
max-height: 60px;
min-height: 40px;
}
.gallery-top, .gallery-thumbs {
position: relative;
overflow: hidden;
}
.gallery-top .swiper-slide, .gallery-thumbs .swiper-slide {
line-height: 1;
display: flex;
align-items: flex-start;
justify-content: center;
justify-items:center;
}
.gallery-thumbs .swiper-slide {
background-color:#000000;
opacity: 0.4;
}
.gallery-top .swiper-slide img, .gallery-thumbs .swiper-slide img {
display: inline;
width: auto;
max-width: 100%;
max-height: 100%;
align-self: center;
}
.gallery-thumbs .swiper-slide img {
object-fit: cover;
}
.gallery-thumbs .swiper-slide-thumb-active {
opacity: 1;
}
.entry-mgs-ranking, .entry-dls-ranking{
width: 100%;
margin: 30px auto;
}
.entry-mgs-ranking .tab-menu, .entry-dls-ranking .tab-menu{
width: 100%;
background: #ddd;
padding: 2px 2px 0;
}
.entry-mgs-ranking .tab-menu .swiper-slide, .entry-dls-ranking .tab-menu .swiper-slide{
background: #f7f7f7;
margin-left: 2px;
margin-right: 2px;
padding: 10px 20px;
width: auto;
position: relative
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
color:#999999;
}
.entry-mgs-ranking .tab-menu .swiper-slide-thumb-active, .entry-dls-ranking .tab-menu .swiper-slide-thumb-active{
background: #fff;
border-bottom: 1px solid #fff;
color:#555555;
}
.entry-mgs-ranking .tab-contents .swiper-slide, .entry-dls-ranking .tab-contents .swiper-slide{
border: 1px solid #ddd;
border-top: 0;
border-radius: 0 0 4px 4px;
background: #fff;
padding: 5px;
box-sizing: border-box;
}
.entry-mgs-ranking .mgs_widget_r_p, .entry-mgs-ranking #divclass_p, .entry-mgs-ranking .ulclass_p, .entry-mgs-ranking .wrap_pclass_p, .entry-mgs-ranking .pclass_p{
width: 100% !important;
}
.entry-mgs-ranking .ulclass_p p{
font-size: 16px !important;
width: 100% !important;
}
.entry-mgs-ranking .mgs-title, .entry-dls-ranking .dls-title{
padding: 10px 1em;
color: White;
font-size: 16px !important;
font-weight: bold;
}
.entry-mgs-ranking .mgs-title{
background: #F4ADC7;
}
.entry-dls-ranking .dls-title{
background: #0097DB;
}
@media screen and (max-width: 480px){
.entry-mgs-ranking .ulclass_p p{
font-size: 12px !important;
}
.entry-mgs-ranking .mgs-title, .entry-dls-ranking .dls-title{
font-size: 14px !important;
}
}
.tokusyu-auto-container {
position: relative;
width: 100%;
margin: 30px auto -20px !important;
padding: 0 !important;
} 
.tokusyu-auto {
width: 100%;
height: auto;
padding-bottom: 20px !important;
} 
.gallery-auto-pc1 {
height: 130px;
}
.gallery-auto-pc2 {
height: 250px;
}
.tokusyu-auto .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.tokusyu-auto .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.tokusyu-auto .swiper-button-next, .tokusyu-auto .swiper-button-prev{
color: #0097DB !important;
}
.tokusyu-auto .swiper-button-next:after, .tokusyu-auto .swiper-button-prev:after{
font-size: 30px !important;
}
.tokusyu-auto .swiper-pagination {
position:absolute;
margin: 0 auto !important;
padding: 0 !important;
}
.tokusyu-auto-container .swiper-pagination-bullet {
border-radius: inherit;
margin: 0 5px !important;
width: 8% !important;
height: 5px !important;
background: #0097DB !important;
opacity: 0.19 !important;
}
.tokusyu-auto-container .swiper-pagination-bullet-active {
background: #0097DB !important;
opacity: 1 !important;
}
@media screen and (max-width: 480px){
.tokusyu-auto-container {
margin: 0px auto -40px!important;
padding: 0 !important;
} 
.gallery-auto-sp1 {
height: 105px;
}
.gallery-auto-sp2 {
height: 160px;
}
}
#fanza-wrap {
width: 90%;
margin:20px auto 20px;
}
#fanza-wrap h3 {
display:block;
color:#555555;
font-weight:bold;
border-radius: 0%;
border-left:none;
border-bottom:3px dotted;
border-color:#0097DB;
padding: 0 0 .3em;
margin-top:0em;
margin-bottom:1em;
text-align:center;
}
#fanza-wrap .tab-wrap1-s, #fanza-wrap .tab-wrap1-p {
display: flex;
flex-wrap: wrap;
margin:40px 0;
}
#fanza-wrap .tab-wrap1-s:after, #fanza-wrap .tab-wrap1-p:after {
content: '';
width: 100%;
height: 3px;
background: #0097DB;
display: block;
order: -1;
}
#fanza-wrap .tab-label1-s, #fanza-wrap .tab-label1-p {
color: White;
background: LightGray;
font-weight: bold;
white-space: nowrap;
text-align: center;
padding: 10px .5em;
order: -1;
position: relative;
z-index: 1;
cursor: pointer;
border-radius: 5px 5px 0 0;
flex: 1;
font-size: 90% !important;
}
#fanza-wrap .tab-label1-s:not(:last-of-type), #fanza-wrap .tab-label1-p:not(:last-of-type) {
margin-right: 5px;
}
#fanza-wrap .tab-content1-s, #fanza-wrap .tab-content1-p {
width: 100%;
height: 0;
overflow: hidden;
opacity: 0;
text-align: center;
}
#fanza-wrap .tab-switch1-s:checked+.tab-label1-s, #fanza-wrap .tab-switch1-p:checked+.tab-label1-p {
background: #0097DB;
}
#fanza-wrap .tab-switch1-s:checked+.tab-label1-s+.tab-content1-s, #fanza-wrap .tab-switch1-p:checked+.tab-label1-p+.tab-content1-p {
height: auto;
overflow: auto;
padding: 10px 0;
opacity: 1;
transition: .5s opacity !important;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#fanza-wrap .tab-switch1-s, #fanza-wrap .tab-switch1-p {
display: none;
}
#fanza-wrap .tab-switch1-s:checked+.tab-label1-s, #fanza-wrap .tab-switch1-p:checked+.tab-label1-p {
background: #0097DB;
margin-top: -0.5rem;
transition: margin .3s !important;
align-items: center;
display: flex;
justify-content: center;
}
#fanza-wrap .tab-label1-s, #fanza-wrap .tab-label1-p {
border-radius: 0;
position: relative !important;
}
#fanza-wrap .tab-label1-s:after, #fanza-wrap .tab-label1-p:after {
position: absolute !important;
top: 0;
right: 0;
content: '';
width: 0;
border-width: 0 16px 16px 0;
border-style: solid;
border-color: #fff #fff #ddd #ddd;
box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 480px){
#fanza-wrap {
width: 100%;
margin:-50px auto 30px;
}
#fanza-wrap .tab-wrap1-s {
margin:30px 0;
}
}
/* === 景品表示法対応 === */
/* Cocoon設定メインカラム左上のPR表記 */
.pr-label-s {
display: inline-block;
position: absolute;
top: -6px;
left: 27px;
margin: 0;
padding: 6px 0 5px 0;
width: 60px;
text-align: center;
color: #fff;
font-size: 12px;
background: #959595;
border-radius: 3px 0 0 0;
border: none;
}
.pr-label-s:before {
position: absolute;
content: '';
top: 0;
right: -6px;
border: none;
border-bottom: solid 6px #333;
border-right: solid 6px transparent;
}
/* Cocoon設定本文上のPR表記 */
.pr-label-l {
border-top: 1px dotted #333;
border-bottom: 1px dotted #333;
border-left: none;
border-right: none;
border-radius: 0;
font-size: 13px;
color: #333;
text-align: center;
background: #fff;
padding: 3px 0 !important;
margin-bottom: 2em;
}
.pr-label-l2 {
border-top: 1px dotted #333;
border-bottom: 1px dotted #333;
border-left: none;
border-right: none;
border-radius: 0;
font-size: 13px;
color: #333;
text-align: center;
background: #fff;
padding: 8px 0 !important;
margin: -20px auto;
width: 90%;
}

/***********************************
** レスポンシブデザイン用のメディアクエリ
***********************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

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

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