@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/

.m h3:first-child,
.r h3:first-child {
	margin-top:-5px;
}

.new-entry-card-title {
	font-size: 13px;
}

.sidebar h3 {
	background-color: #efefef;
	border-bottom: 3px #082868 solid;
	color: #666;
}



@media only screen and (min-width: 768px){

.l {
float:left;
width:155px;
margin-right:30px;
font-size: 13px;
}

.r {
float:left;
width:calc(100% - 185px);
}

.l h3 {
font-size: 16px;
font-weight: bold;
color: #444;
padding: 15px 10px;
margin:0;
border-top: 1px #082868 solid;
border-right: 1px #082868 solid;
border-left: 1px #082868 solid;
border-bottom: 0 #ddd solid;

}

.l ul {
    margin: 0 0 15px;
    padding: 0 10px;
	list-style:none;
border-bottom: 1px #082868 solid;
border-right: 1px #082868 solid;
border-left: 1px #082868 solid;
border-top: 0 #ddd solid;
}
.article ul li, .article ol li {
    margin: 0;
}

.l li {
border-top: 1px solid #aaa;
}

.l li a {
display:block;
padding: 10px 0;
}
}

/* レポート　*/

.format-standard .eye-catch {
    position: relative;
    width: 100%;
 overflow:hidden;
}
.format-standard .eye-catch:before {
    content:"";
    display: block;
    padding-top: 47.24%;
}

.format-standard .eye-catch img {
    position: absolute;
    top: 50%;
    margin-top: -37.5%;
    left: 0;
    width: 100%;
    height: auto;
}

.video-container, .instagram-container, .facebook-container{
    max-width: 760px;
}

.r_fig,
.l_fig,
.n_fig {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 13px;
}

.r_txt,
.l_txt,
.n_txt {
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

.r_txt,
.r_fig {
	float: right;
	padding-left: 29px;
}

.l_txt,
.l_fig {
	float: left;
	padding-right: 29px;
}

.r_fig,
.l_fig {
	width: 279px;
}

.n_fig {
	width: 250px;
}

p.fig {
position: relative;
clear:both;
border:1px solid #ddd;
margin: 20px 0;
padding:10px;
}

p.fig img.aligncenter {
	margin: 0 auto -20px!important;
}

p.fig img.alignright {
	margin: 0 0 0 25px!important;
}

.fig span.copy {
	font-size: 13px;
position: absolute;
top: 14px;
right: 14px;
padding: 2px;
background-color: #082868;
color: #ddd;
}

p.fig:after {
    content: "";
    clear: both;
    display: block;
}

table.w,
table.t {
	font-size: 14px;
	margin: 5px 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
	position:relative;
	line-height: 16px;
}

table.h {
	font-size: 12px;
	margin: 3px 0;
	border: 1px solid #ddd;
	border-collapse: collapse;
	line-height: 16px;
}

table.w {
	width: 100%;
}

table img {
	max-width: none;
}

table.w td,
table.t td {
	border: 1px solid #ddd;
	padding: 3px;
	vertical-align: top;
}

table.h td {
	border: 1px solid #ddd;
	padding: 1px;
	text-align: center;
	vertical-align: top;
}

table.w th,
table.t th {
	padding: 3px;
	background-color: #eee;
	text-align: left;
	border: 1px solid #ddd;
	vertical-align: top;
}

td.n {
	vertical-align: middle!important;
	text-align: right;
}

table.w h3 {
	font-size: 13px;
	background-color: #E7E7E7;
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	margin: 2px 0 5px;
	padding: 7px;
}


div.dia {
height: 362px;
overflow-x: auto;
}

div.dia img {
max-width: none!important;
}

.bottom_ad {
clear:both;
margin-top:30px;
height: 90px;
}

.go-to-top {
	right: 20px;
	bottom: 50px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.go-to-top-button {
	width: 50px;
	height: 50px;
	background-color: #eee;
	opacity: 0.8;
}

.btn:hover {
	color:#666;
}

