﻿/*
Template:yswallow
Theme Name:yswallow_child
*/


body {
    font-family: sans-serif ;
}


a:link, a:visited:link {
	text-decoration-line: none !important;
}


/* 検索フォーム */
.searchbox{
	position: absolute;
	left: 0;
	top: 0;
/*	width: 70px; */
	max-width: 88%;
	z-index: 10;
}
.searchbox .searchform{
	position:relative;
}
.searchbox .searchform input[type="search"]{
	position: absolute;
	z-index: 2;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
	background: #333;
	color: #ffffff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.searchbox .searchform input[type="search"]:focus{
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	width: 85%;
	padding: 0 0.8em;
	cursor: auto;
    padding-left: 65px;
}
.searchbox .searchform .search_btn{
	position: absolute;
	z-index: 1;
	left: 2px;
	right: auto;
}
.searchbox .searchform .search_btn::before{
	content: "\e902";
}

.searchbox .searchform input[type="search"]:focus ~ .search_btn{
	z-index: 3;
	color: #eee;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
@media only screen and (max-width: 767px) {
	.searchbox .searchform input[type="search"]{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}
















/* 検索フォーム */
.searchbox_sm2{
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	max-width: 88%;
	z-index: 10;
}
.searchbox_sm2 .searchform_sm2{
	position:relative;
}
.searchbox_sm2 .searchform_sm2 input[type="search"]{
	position: absolute;
	z-index: 2;
	right: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	cursor: pointer;
	background: #333;
	color: #ffffff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.searchbox_sm2 .searchform_sm2 input[type="search"]:focus{
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	width: 100%;
	padding: 0 0.8em;
	cursor: auto;
}
.searchbox_sm2 .searchform_sm2 .search_btn_sm2{
	position: absolute;
	z-index: 1;
	right: 2px;
	left: auto;
    top: 54px;
}
.searchbox_sm2 .searchform_sm2 .search_btn_sm2::before{
	
	content: "\e902";
}

.searchbox_sm2 .searchform_sm2 input[type="search"]:focus ~ .search_btn_sm2{
	z-index: 3;
	color: #eee;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
@media only screen and (max-width: 767px) {
	.searchbox_sm2 .searchform_sm2 input[type="search"]{
		width: 50px;
		height: 50px;
		line-height: 50px;
		top: 48px;
	}
}

.nav_btn_sm2{
	color: inherit;
	width: 3em;
	height: 3em;
	padding: 0.2em;
	border: none;
	background: none;
	text-align: center;
	position: absolute;
	top: 0;
	left: 1px;
	display: block;
	line-height: 1;
	text-decoration: none;
	z-index: 11;
}
.nav_btn_sm2:hover{
	cursor: pointer;
	color: inherit;
}
.nav_btn_sm2::before{
	font-size: 6vw;
	/* height: 1.15em; */
	font-family: 'icomoon';
	content: '\e900';
	width: 100%;
	display: block;
}
.nav_btn_sm2 .text{
	font-size: 2vw;
	font-weight: bold;
	display: block;
	-webkit-transform: scale(0.9);
	transform: scale(0.8);
	margin-left: -10px;
	margin-right: -10px;
}













#mokuji {
	display:none;
}

#ez-toc-container {
	box-shadow: initial;
}

.notelink {
	font-size:20px;
	margin: 50px 0 50px 0;
}

.morelink {
		color:#000;
}
.morelink::after{
	content: "\f152";
	font-family: "fontawesome";
	font-size: 106%;
	margin-right: 0.2em;
	position: relative;
	top: auto;
}

.wrap {
	width: 100% !important;
	margin: 0 auto;
}

.pc_content {
	width: 685px !important;
}


.archives-list.card-list .post-list .entry-title{
	font-size: 12px  !important;
}

.entry-icon-new {
	font-weight:bold;
	color:#F84810;
	margin-right:10px;
}

.midashi {
	text-align:center;
	line-height: 1;
	margin-bottom: 15px;
	margin-top:70px;
}
.midashi1 {
	font-weight:bold;
	font-size:30px;
	color:#F84810;
}
.midashi2 {
	font-weight:bold;
	font-size:14px;
	color:#000;
}

.midashi3 {
	font-weight:bold;
	font-size:25px;
	color:#000;
}

.midashi3_sm {
	font-weight:bold;
	font-size:20px;
	color:#000;
}

.archives-list.card-list .post-list a{
	display: block;
	position: relative;
	padding: 0% 3% 0%;
}
.taglist_na {
	position: relative;
	float:left;
	border: 2px solid #00f;
	padding:10px;
	margin:5px;
	border-radius: 20px;
	color: #00f;
}

.taglist {
	position: relative;
	float:left;
	border: 2px solid #00f;
	padding:10px;
	margin:5px;
	border-radius: 20px;
	color: #00f;
}
.taglist:hover {
	color: #fff;
	background-color:#00f;
}
.taglist a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}



.taglist_sm {
	position: relative;
	display: inline-block;
	border: 2px solid #00f;
	padding: 2vw;
	margin: 1vw;
	border-radius: 3vw;
	color: #00f;
	font-size: 3vw;
}
.taglist_sm:hover {
	color: #fff;
	background-color:#00f;
}
.taglist_sm a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}


.searchbox_sm {
	position: absolute;
	right: 0;
	top: 8px;
	width: 37%;
	max-width: 88%;
	z-index: 10;
}
.loginout_sm {
	position: relative;
	float: left;
	border: 1px solid #000;
	margin-right: 1vw;
	border-radius: 2vw;
	padding: 0 0.5vw 0;
	font-size: 3.5vw;
}
.loginout_sm a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.reg_sm {
	position: relative;
    float: left;
    border: 1px solid #000;
    border-radius: 2vw;
    padding: 0 1vw 0;
    font-size: 3.5vw;
    background-color: #ffff00;
}
.reg_sm a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.searchbox_pc2 {
	position: absolute;
	right: 10px;
	top: 35px;
	z-index: 10;
}
.searchbox_pc3 {
	position: absolute;
	right: 10px;
	top: 55px;
	z-index: 10;
}
.searchbox_pc {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: 10;
}
.loginout_pc {
	position: relative;
	float: left;
	border: 1px solid #000;
	margin-right: 6px;
	border-radius: 6px;
	padding: 0 1vw 0;
	font-size: 16px;
}
.loginout_pc a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.reg_pc {
	position: relative;
	float: left;
	border: 1px solid #000;
	border-radius: 6px;
	padding: 0 1vw 0;
	font-size: 16px;
	background-color: #ffff00;
}
.reg_pc a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.motto {
	position: relative;
	margin:0 auto;
	background-color: #ffff00;
	width: 120px;
	height: 30px;
	font-weight:bold;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	border:1px solid #000;
}

.motto2 {
	position: relative;
	margin:0 auto;
	background-color: #ffff00;
	width: 240px;
	height: 50px;
	font-weight:bold;
	font-size: 16px;
	color: #000;
	line-height: 50px;
	border:1px solid #000;
}

.taglist_new {
	position: relative;
	float: left;
	margin-right: 5px;
	color: #00f;
	font-size: 12px;
	line-height: 1.0;
	text-align:left;
}
.taglist_new a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}


.taglist_detail {
	position: relative;
	float: left;
	margin-right: 5px;
	color: #00f;
	font-size: 14px;
	line-height: 1.0;
	text-align:left;
}
.taglist_detail a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.author_detail {
	color:#000;
	font-size: 14px;
	text-align:left;
}

.playtime_detail {
	color:#000;
	font-size: 14px;
	text-align:left;
}


.author_new {
	color:#000;
	font-size: 12px;
	text-align:left;
}

.author_top5 {
	color:#000;
	font-size: 12px;
	text-align:left;
	margin-left:3px;
}

.taglist_top {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	color: #00f;
	font-size: 12px;
	line-height: 1.0;
}
.taglist_top a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}


.author_top {
	color:#000;
	font-size: 12px;
	text-align:center;
}

.taglist_box_top {
	padding: 0% 3% 0%;
	text-align:center;
}

.taglist_box_new {
	padding: 0% 3% 0%;
}

.taglist_box_detail {
	padding: 3px 0;
}

.taglist_box_top5 {
	padding: 0% 2% 0%;
}

.list_margin_new {
	margin-bottom: 15px;
}

.byline_top5 {
	font-size: 75%;
	margin: 0 3px 0;
	font-weight: 500;
	text-align:left;
	opacity: 0.6;
}

.boxlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.playmark:before{content:'\025b6';}

.playtimeview_detail {
	position: absolute;
	top: 363px;
	right: 2px;
	padding: 0px 2px 0px 2px;
	background-color:#000;
	color:#fff;
	font-size:12px;
}

.playtimeview_detail_sm {
    position: absolute;
    bottom: 0;
    right: 2px;
    padding: 0px 2px 0px 2px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
}


.buybtn_ara_sm{
	position: relative;
	width: 80%;
	border:1px solid #000;
	text-align: center;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 4.5vw;
	padding: 10px 0;
	line-height: 1.5;
	margin: 0 auto;
	margin-bottom: 3vh;
}
.buybtn_ara_sm a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.buybtn_subs_sm {
	position: relative;
	width: 80%;
	border:1px solid #000;
	text-align: center;
	background-color: #306CF8;
	font-weight: bold;
	font-size: 4.5vw;
	padding: 10px 0;
	line-height: 1.5;
	color: #fff;
	margin: 0 auto;
}
.buybtn_subs_sm a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}



.buybtn_subs_sm2 {
    position: relative;
    width: 80%;
    text-align: center;
    font-size: 4vw;
    padding: 10px 0;
    line-height: 1.5;
    color: #f00;
    margin: 0 auto;
}
.buybtn_subs_sm2 a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}




.per_btn_g {
	position: relative;
    margin-top: 10px;
    background-color: #eee;
    border: 1px solid #000;
    border-radius: 8px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 265px;
    font-size: 15px;
}
.per_btn_g a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}


.per_btn_r {
	position: relative;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #f00;
	color:#f00;
    border-radius: 8px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 265px;
    font-size: 15px;
}
.per_btn_r a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}



.playnonlogin_detail {
	position: absolute;
	top: 160px;
	left: 234px;
	border: 1px solid #000;
	width: 236px;
	background-color: rgba(255,255,255,0.70);
	text-align: center;
	padding: 10px;
	border-radius: 25px;
	font-weight: bold;
}

.playlogin_detail {
	position: absolute;
	top: 164px;
	left: 318px;
	border: 1px solid #000;
	width: 50px;
	background-color: rgba(255,255,0,0.70);
	text-align: center;
	padding: 10px;
	border-radius: 25px;
	font-weight: bold;
}



.playnonlogin_detail_sm {
	position: absolute;
	top: 23%;
	left: 25%;
	border: 1px solid #000;
	width: 52%;
	background-color: rgba(255,255,255,0.70);
	text-align: center;
	padding: 10px;
	border-radius: 6vw;
	font-weight: bold;
	font-size: 4vw;
}

.playlogin_detail_sm {
	position: absolute;
	top: 23%;
	left: 44%;
	border: 1px solid #000;
	width: 12vw;
	background-color: rgba(255,255,0,0.70);
	text-align: center;
	padding: 2.5vw;
	border-radius: 6vw;
	font-weight: bold;
	font-size: 4vw;
}


.author_id {
	text-align:center;
}
.author_pic {
	width:50%;
	margin:0 auto;
}
.author_name {
	font-weight:bold;
}

.author_prof {
	text-align:left;
	margin-top:30px;
}


.playbtn {
	position: relative;
}
.playbtn a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}


.paging {
	position: relative;
	background-color: #ffff00;
	width: 32px;
	height: 30px;
	font-weight:bold;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	border:1px solid #000;
	display: inline-block;
	margin-top:10px;
}
.paging a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.buybox {
	margin: 40px 0 120px 0;
}
.buybtn_ara_keep{
	position: relative;
	float:left;
	width:45%;
	border:1px solid #000;
	text-align: center;
	background-color: #ffff00;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1.5;
}
.buybtn_ara{
	color: #000;
	position: relative;
	float:left;
	width:45%;
	font-weight: bold;
	font-size: 22px;
	padding: 19px 27px;
	line-height: 1.4;
	background-image: url('/event_doga_shop/alacarte_btn.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.buybtn_ara a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.buybtn_subs_keep{
	position: relative;
	float:left;
	width:45%;
	border:1px solid #000;
	text-align: center;
	background-color: #306CF8;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1.5;
	color: #fff;
}
.buybtn_subs{
	color: #fff;
	position: relative;
	float: left;
	width: 45%;
	font-weight: bold;
	font-size: 22px;
	padding: 11px 27px;
	line-height: 1.5;
	background-image: url('/event_doga_shop/unlimit_btn2.png');
/*	background-size: contain; */
	background-repeat: no-repeat;

	background-size: cover;
	height:60%;

}
.buybtn_subs a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.buybtn_sep{
	float:left;
	width:10%;
}

.buybtn_sep2{
	float:left;
	width:55%;
}
.buybtn_subs2{
	position: relative;
	float:left;
	width:45%;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	line-height: 1.5;
	color: #f00;
}
.buybtn_subs2 a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}







.buybtn_subsz{
	position: relative;
	width:45%;
	border:1px solid #000;
	text-align: center;
	background-color: #306CF8;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0;
	line-height: 1.5;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.buybtn_subsz a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}











.unlimit_cancel_pc {
	margin: 0 auto;
    position: relative;
    border: 1px solid #f00;
    border-radius: 6px;
    padding: 0 1vw 0;
    font-size: 12px;
    color: #f00;
    background-color: #ffff00;
    width: 230px;
    margin-top: 7px;
}
.unlimit_cancel_pc a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}


.unlimit_cancel_sm {
    margin: 0 auto;
    position: relative;
    border: 1px solid #f00;
    border-radius: 6px;
    padding: 0 1vw 0;
    font-size: 4.5vw;
    color: #f00;
    background-color: #ffff00;
    width: 80vw;
    margin-top: 7px;
}

.unlimit_cancel_sm a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}



.per_btn {
     position: relative;
    font-size: 15px;
    margin: 0 auto;
    font-weight: bold;
    width: 320px;
    border: 1px solid #000;
    background-color: #ffff00;
    color: #000;
    margin-top: 15px;
    text-align: center;
    border-radius: 8px;
}
.per_btn a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}


.per_btn_sm {
    position: relative;
    font-size: 4vw;
    margin: 0 auto;
    font-weight: bold;
    width: 90%;
    border: 1px solid #000;
    background-color: #ffff00;
    color: #000;
    margin-top: 2vh;
    text-align: center;
    padding: 1vw;
}
.per_btn_sm a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.mihodai_pc {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0px 5px 0px 5px;
    background-color: #ffff00;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.mihodai_sm {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0px 5px 0px 5px;
    background-color: #ffff00;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}



#ez-toc-container li:before{
content:none;
}

#ez-toc-container {
border:none;
}

.nav_line {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 0 10px 0;
}


.entry-content h3{
	border-top: none !important;
	border-bottom: none !important;
	font-size:100% !important;
}
.entry-content h2 {
	background: none !important;
	color: #F84810 !important;
	box-shadow: none !important;
	padding:1em 0 0.5em 0 !important;
	font-size:1.5em !important;
	margin-bottom:0px !important;
}
.entry-content h4 {
	border-left:none !important;
	font-size:1em !important;
	padding:0 !important;
}
.gf {
	color:#F84810;
}
.related-box .h_ttl{
	margin-bottom: 0em !important;
}

.related-box .h_ttl::after{
	content: '' !important;
}

.related-h {
	text-align:center;
}

.related-box .h_ttl_r::after{
	font-size: 12px;
	margin: 0;
	display: block;
}
.related-box .h_ttl_r::after{
	content: 'こちらの記事も人気！';
}
.related-box .h_ttl_n::after{
	font-size: 12px;
	margin: 0;
	display: block;
}
.related-box .h_ttl_n::after{
	content: 'ほんよま新着記事はこちら！';
}
hr {
	background: none !important;
	border-top:1px solid #000 !important;
}


	#inner-content{
		margin-top: 2em;
	}
	.main-wrap{
		width: 100%;
		margin-right: -330px;
		float: left;
	}
	#main{
		margin-right: initial !important;
	}
	.single.pd_normal #main,
	.page.pd_normal #main{
		max-width: 780px;
	}
	.error404 #main{
		margin: 3em auto;
		max-width: 800px;
	}
	.homeadd_wrap.homeaddtop .homewidget:first-child .widgettitle{
		margin-top: 0;
	}
	#sidebar{
		width: 300px;
		font-size: 85%;
		float: right;
	}
	.lp #inner-content{
		box-shadow: 0 0 25px rgba(50, 50, 50, 0.2);
		margin-bottom: 3.5em;
		border-radius: 0.5em;
		overflow: hidden;
	}
	.lp #main{
		width: 800px;
		padding: 0 0 2em;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.lp #inner-content .cta-inner{
		margin-right: -150px;
		margin-left: -150px;
	}
	.lp #inner-content .cta-inner .inner{
		max-width: 800px;
	}
	.single.pd_onecolumn .main-wrap,
	.single.pd_onecolumn #main,
	.single.pd_viral .main-wrap,
	.single.pd_viral #main,
	.page-template-default.pd_onecolumn .main-wrap,
	.page-template-default.pd_onecolumn #main,
	.page-template-default.pd_viral .main-wrap,
	.page-template-default.pd_viral #main{
		max-width: 800px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.single.pd_viral #inner-content,
	.single.pd_viral .main-wrap,
	.single.pd_viral #main,
	.page-template-default.pd_viral #inner-content,
	.page-template-default.pd_viral .main-wrap,
	.page-template-default.pd_viral #main,
	.sidebar_none .main-wrap,
	.sidebar_none #main{
		max-width: initial;
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.sidebar_none .archives-list.card-list .post-list{
		width: 32.5%;
	}
	.single.pd_viral #inner-content,
	.page-template-default.pd_viral #inner-content{
		margin-top: 0;
	}
	.single.pd_viral .titleunder,
	.single.pd_viral .share,
	.single.pd_viral #main .article .entry-header .inner,
	.single.pd_viral .entry-content,
	.single.pd_viral .article-footer,
	.page-template-default.pd_viral .titleunder,
	.page-template-default.pd_viral .share,
	.page-template-default.pd_viral #main .article .entry-header .inner,
	.page-template-default.pd_viral .entry-content,
	.page-template-default.pd_viral .article-footer{
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	#g_nav .nav > li{
		margin: 0 0.9em;
		font-size: 88%;
	}

	.header .wrap{
		width: 100%;
	}
	#breadcrumb{
		padding: 1em 0;
	}
	.related-box li .eyecatch{
		height: 70px;
	}
	.pd_onecolumn .cta-wrap .cta-inner,
	.pd_viral .cta-wrap .cta-inner {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}
	.pd_onecolumn .entry-content .alignwide,
	.pd_viral .entry-content .alignwide {
		width: calc(100% + 200px);
		max-width: calc(100% + 200px);
		margin: 0 0 1em -100px;
	}
	.pd_onecolumn .entry-content .alignfull,
	.pd_viral .entry-content .alignfull {
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}
	.wp-block-image.alignfull {
		max-width: initial;
	}
	/* LPでは除外 */
	.lp .entry-content .alignwide,
	.lp .entry-content .alignfull {
		min-width:  100%;
		width: initial;
		max-width: initial;
		margin-left: -50px;
		margin-right: -50px;
	}
	.lp .entry-content .alignfull {
		margin-left: -150px;
		margin-right: -150px;
	}
	.pd_onecolumn .entry-content .alignfull img,
	.pd_viral .entry-content .alignfull img{
		display: block;
		margin: 0 auto;
		height: auto;
	}
	.pd_onecolumn .entry-content .alignfull iframe,
	.pd_viral .entry-content .alignfull iframe {
		margin: auto;
		display: block;
	}
	.wp-block-cover-image .wp-block-cover-image-text,
	.wp-block-cover-image h2{
		font-size: 2em;
	}
	.alignwide.is-type-video iframe{
		width: 100%;
	}




/* トーク吹き出し */
.fukidashi_left{
	position: relative;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #ccc;
}
.fukidashi_left::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -15px;
	top: 8px;
	border-right: 15px solid #ccc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.fukidashi_left::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: -12px;
	top: 8px;
	border-right: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.fukidashi_right{
	position: relative;
	padding: 20px;
	background-color: #fff;
	border: 2px solid #ccc;
}
.fukidashi_right::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 8px;
	border-left: 15px solid #ccc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.fukidashi_right::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -12px;
	top: 8px;
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.icon_img {
	margin:0px !important;
	width:100%;
}
.icon_right {
	float:left;
	width:15%;
	padding-right:2%;
}
.talk_right {
	float:left;
	width:83%;
}
.icon_left {
	float:left;
	width:15%;
}
.talk_left {
	float:left;
	width:83%;
	padding-right:2%;
}
.speakername {
	text-align:center;
	font-weight:bold;
}
.talk_end{clear:both;}
.talk{margin-bottom:40px;}

.entry-content pre {
	background: initial !important;
	background: initial !important;
	border-left: initial !important;
	color: initial !important;
}





/* @media only screen and (max-width: 480px) { */
@media (orientation: landscape) and (max-width: 812px){
	.archives-list.card-list .post-list .entry-title{
		font-size: 3vw  !important;
	}

	#content {
		width: 100% !important;
		margin: 0 auto;
	}

	#custom_header{
		padding: 10% 0;
	}
	#custom_header .sitecopy{
		font-size: 2em;
	}
	.eyecatch .cat-name{
		font-size: 65%;
	}
	.single .entry-content,
	.page .entry-content{
		overflow: inherit;
		margin-left:5%;
		margin-right:5%;
	}
	.related-box li{
		min-height: 210px;
		width:47%;
		position:relative;
	}
	.single-title,
	.page-title,
	.entry-title {
		font-size: 3vw !important;
		color:#000;
	}
	.single.pd_viral #main .article .entry-header .entry-title,
	.page-template-default.pd_viral #main .article .entry-header .entry-title{
		font-size: 1.4em;
	}
	.article .entry-header .byline{
		font-size: 80%;
	}
	.pagination li{
		margin-bottom: 1em!important;
	}
	.pagination a, .pagination span,
	.page-links a , .page-links ul > li > span{
		font-size:0.85em;
	}

	.entry-content h2,
	.homeadd_wrap .widgettitle{
		/* margin-left: -0.9em; */
		/* margin-right: -0.9em; */
		margin-left: 0px !important;
		margin-right: 0px !important;
		font-size: 115%;
	}
	.entry-content h3{
		font-size: 115%;
	}
	.entry-content h4{
		font-size: 110%;
	}
	.entry-content table{
		font-size: 88%;
	}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	.alignleft, img.alignleft {
		max-width:52%!important;
	}
	.alignright, img.alignright {
		max-width:52%!important;
	}

	.btn-wrap a{
		font-size:0.9em;
	}
	.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 .thum{
		width: 30%;
	}
	#container .related_article a{
		padding:0.6em;
	}
	.cat_postlist.typecard li {
		width: calc(50% - 10px);
	}
	.wp-block-cover-image{
		min-height: initial;
	}
	.midashi1 {
		font-size:6vw;
	}

	#main{
		padding: 0 !important;
	}
	.archives-list.card-list{
		padding: 0 0.9em;
	}

	.byline {
	font-size: 2vw !important;
	}
	.archives-list.card-list .post-list a{
	}

	a:link, a:visited:link {
		text-decoration-line: none !important;
	}
	.morelink {
		color:#000;
	}
	.morelink::after{
		content: "\f152";
		font-family: "fontawesome";
		font-size: 106%;
		margin-right: 0.2em;
		position: relative;
		top: auto;
	}

	.article-header .eyecatch,
	.cta-inner{
		margin-left: 0 !important;
		margin-right: 0 !important;;
	}	


	.time__date {
		margin-left:2% !important;
	}
	
	.bysm {
		font-size: 5vw !important;
		margin: 2% !important;
	}
	
	.bysm2 {
		margin-top: 0 !important;
	}
	.article-footer .footer-cat-tag{
		margin: 2% !important;
	}
	.notelink {
		font-size:3.5vw;
		margin: 6vh 0 6vh 0;
	}
	.menu-sp > ul::after{
		color: #F84810 !important;
		top: 0px !important;
		background-color: #fff !important;
		padding: 0 5px 0 5px !important;
		opacity: 1.0 !important;
	}

}


@media only screen and (max-width: 767px) {
	#logo{
		max-width: 49%;
		margin-left: 12%;
		margin-bottom: 5px;
		padding: 0;
		height: auto;
		font-size: 1em;
		position: static;
	}
}

@media only screen and (min-width: 768px) {
	.header{
		text-align:center;
		min-height: 86px;
	}
	.header #logo{
		display: block;
		margin: 0 auto 10px;
		width: 37% !important;
}

.sns li a {
	position: relative;
	display: block;
	color: #fff;
	padding: 0 !important;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
}



