@charset "utf-8";
/*
Theme Name: rumble_tcd058-child
Template: rumble_tcd058
*/

.p-logo, .p-entry__title, .p-headline, .p-page-header__title, .p-index-slider__item-catch, .p-widget__title, .p-cb__item-headline {
    font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif!important;
}
nav {
    font-weight: 700;
}
.p-header-nav li a {
    font-weight: 700;
}
.p-global-nav > li > a {
    font-weight: 700;
}
.p-header__logo .p-logo {
    padding: 20px 0;
}
.p-index-slider {
    margin-bottom: 64px;
}
.p-cb__item-headline, .p-widget__title {
    font-size: 24px;
}
.p-blog-archive__item-thumbnail {
    width: 34%;
    max-width: 250px;
}
.p-blog-archive__item-info {
    width: 66%;
    padding: 0 16px;
}
.p-blog-archive__item-title {
    font-size: 18px;
}
.well2 {
    padding: 2em 2.5em;
    background: linear-gradient( 135deg, rgba(0, 205, 184, 0.6), rgba(102, 99, 199, 0.6)),
    url(http://blog.jizaie.co.jp/wp-content/uploads/2022/05/AdobeStock_430202683-scaled.jpeg);
    background-size: cover;
    box-shadow: 0 5px 5px 0 rgb(195 195 195 / 60%);
    height: auto;
    color: white;
    text-align: center;
    font-weight: 700;
    font-style: oblique;
    letter-spacing: .5px;
    border: none;
    border-radius: 40px 0px;
}
.well2 > a {
    display: block;
    margin: 1rem auto 0;
    padding: 0.75rem 2rem;
    width: 60%;
    color: white!important;
    background-color: transparent;
    font-weight: 700;
    font-style: normal;
    border: solid 3px white;
    border-radius: 35px;
}
.well2 > a:hover {
    color: #343434!important;
    background-color: white;
    transform: translate(0, 5px);
    transition: transform .6s;
}

/* シングルページの著者情報 */
.p-author-single{
	position: relative;
}
.p-author-single.supervisor {
	margin-bottom: 60px;
}
/* 著者情報（シングルページと著者ページどちらも） */
.p-author-single .p-author__box, .author .p-author__box{
	display: flex;
	border-top: 1px solid #ddd!important;
}
.p-author__box{
	padding: 24px 32px;
}
/* 画像部分 */
.p-author__box .p-author__thumbnail{
	margin-right: 32px!important;
}
/* 文字部分 */
.p-author__textbox{
	flex: 1;
}
/* 文字部分のうち名前の行 */
.p-author__namebox{
	display: flex;
	align-items: center;
}
/* 文字部分のうち自己紹介の行 */
.p-author__desc{
	font-size: 12px;
	line-height:1.6;
}
/* ライターor監修者バッジ */
.p-badge{
   display: block;
   width: 84px;
   padding: 6px 10px;
   margin-right: 12px;
	background-color: #222;
   color: #fff;
	font-size: 12px;
   font-weight: 700;
	text-align: center;
	transform:skewX(-15deg);
}
/* 名前 */
.p-headline.writer{
	color: #666;
	background-color: unset!important;
	font-size: 16px;
	padding: 0;
	line-height: 1;
}
.author .p-author__box .p-headline.writer{
	color: #000;
	background-color: unset!important;
	font-size: 16px;
	padding: 0;
	line-height: 1;
}
/* 名前のホバーエフェクト */
.p-headline.writer:hover{
	opacity: .8;
	text-decoration: underline;
}
/* (各ページ共通)著者情報の背景カラー上書き */
.p-author-single .p-author__box, .author .p-author__box{
	background: #fff;
}
.p-author-single .p-author__box, .author .p-author__box{
	border: 1px solid #ddd;
	border-top: none;
}

@media only screen and (max-width: 991px) {
    #js-header > div.p-header__logo--mobile.l-header__bar--mobile > div > a > img {
        height: 35px;
        width: auto;
    }
}

@media only screen and (max-width: 600px) {
	.well2 > a {
		width: 100%;
	}
/* モバイル用著者情報 */
	.p-author__box{
		padding: 18px 12px!important;
	}
	.p-author__box .p-author__thumbnail{
		width: 85px;
		height: 85px;
		margin-right: 20px!important;
	}
	.p-headline.writer{
		padding: 0!important;
	}
	.p-author__desc{
		margin-top: 16px!important;
	}
	
}