@charset "UTF-8";

/*記事ブロック専用style
/************************************************************/

.column-content {
	padding-bottom: 48px;
	line-height: 1.6;
}

@media screen and (max-width: 767px) {
	.column-content {
		padding-bottom: 32px;
	}
}

/*リンク*/
.column-content a{color:#F7A392;}
.column-content a:hover{
	font-weight:bold;
	border-bottom:#F7A392 1px solid;
}

/*段落*/
.column-content p{margin-top:20px;}
.column-content p::after {
	content: "";
	display: block;
	clear: both;
}

/*すべての見出し*/
.column-content h2,
.column-content h3,
.column-content h4,
.column-content h5{
	line-height:1.5;
	margin:0;
	margin-top:40px;
	text-align:left;
	padding:0;
	position: static;
}
.column-content h2{font-size:2.6rem;}
.column-content h3{font-size:2.2rem;}
.column-content h4{font-size:1.8rem;}
.column-content h5{font-size:1.6rem;}
.column-content h2 + h2, .column-content h2 + h3, .column-content h2 + h4, .column-content h2 + h5,
.column-content h3 + h2, .column-content h3 + h3, .column-content h3 + h4, .column-content h3 + h5,
.column-content h4 + h2, .column-content h4 + h3, .column-content h4 + h4, .column-content h4 + h5,
.column-content h5 + h2, .column-content h5 + h3, .column-content h5 + h4, .column-content h5 + h5{margin-top:20px;}

/*画像設定*/
.column-content .size-full,
.column-content .size-large,
.column-content .size-medium,
.column-content .size-thumbnail{max-width:100%; height:auto}
.column-content .alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.column-content .aligncenter {
    display: block;
    margin:0 auto 10px auto;
}
.column-content .alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.column-content .wp-caption{margin-top:20px;}
.column-content .wp-caption a{display:block;}
.column-content .wp-caption a:hover{border-bottom: none;}
.column-content .wp-caption img{vertical-align: bottom;}
.column-content .wp-caption-text{
	margin-top: 10px;
	text-align:center;
	font-size:1.4rem;
}

/*リスト設定*/
.column-content ul,
.column-content ol{
	list-style-type: none;
	margin-top:20px;
}
.column-content ul ul,
.column-content ul ol,
.column-content ol ul,
.column-content ol ol{margin-top:0;}
.column-content ol{counter-reset:number;}
.column-content ul li:before{
	content:"・";
	position:absolute;
	left:0;
}
.column-content ol li:before{
	counter-increment: number;
	content: counter(number)".";
	position:absolute;
	left:0;
}
.column-content ul li,
.column-content ol li{
	position:relative;
	line-height:1.5;
	padding: 10px 0 0 25px;
	font-size:0.9rem!important;
	font-weight: 400;
}

/*整形済みテキスト*/
.column-content pre{
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight:400;
	font-size:1.4rem;
	margin-top:20px;
	padding:20px;
	background-color: #F2F2F2;
	border-left: solid 5px #191919;
	color:#7F7F7F;
	overflow:auto;
}

/*ライン*/
.column-content hr{
	margin-top:40px;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #E5E5E5;
}

/*テーブル*/
.column-content table {
    margin-top:20px;
    width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	font-size:0.8rem;
}
.column-content table tr:nth-child(2n+1){background: #F2F2F2;}
.column-content table th,
.column-content .tablepress thead th{
	padding: 10px;
	background: #323232;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.column-content table td{
	padding: 10px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width:767px) {
	.column-content table {
	    margin-top:20px;
	    width: 100%;
		border-top: 1px solid #E5E5E5;
		border-left: 1px solid #E5E5E5;
		font-size:0.6rem!important;
	}
}

/*目次*/
.column-content .outline{
	border:1px dotted #D8D8D8;
	padding:20px;
	margin-top:20px;
	display:inline-block;
}
.column-content .outline__toggle{display: none;}
.column-content .outline__switch::before{
	content:"開く";
	cursor:pointer;
	border: solid 1px #D8D8D8;
	padding:5px;
	font-size:1.2rem;
	margin-left:5px;
	border-radius: 5px;
}
.column-content .outline__toggle:checked + .outline__switch::before{content:"閉じる"}
.column-content .outline__switch + .outline__list{
	overflow:hidden;
	width:0;
	height:0;
	margin-top:0;
	margin-left:-20px;
	transition: 0.2s;
}
.column-content .outline__toggle:checked + .outline__switch + .outline__list{
	width:auto;
	height: auto;
	margin-top:20px;
	transition: 0.2s;
	overflow:visible;
}
.column-content .outline__item:before {content: normal;}
.column-content .outline__link{
	display:inline-block;
	color:#191919 !important;
}
.column-content .outline__link:hover{border:none;}
.column-content .outline__number{
	display: inline-block;
	color:#7F7F7F;
	background:#F2F2F2;
	padding:3px 0px;
	font-weight:400;
	font-size:1.2rem;
	margin-right: 5px;
}


/*引用*/
.column-content blockquote{
	position:relative;
	color:#3F3F3F;
	margin-top:20px;
	padding:20px 20px 20px 70px;
	background-color: #F2F2F2;
}
.column-content blockquote::before{
	position:absolute;
	top:10px;
	left:20px;
	/*font-family: "icomoon";*/
	content: "”";
	font-size:3rem;
	color:#D9D9D9;
}

/*枠線ボックス*/
.column-content .borderBox{
	border:1px solid #E5E5E5;
	padding:20px;
	margin-top:20px;
}

/*二重線ボックス*/
.column-content .border2Box{
	border:4px double #E5E5E5;
	padding:20px;
	margin-top:20px;
}

/*背景ボックス*/
.column-content .bgBox{
	background:#F2F2F2;
	padding:20px;
	margin-top:20px;
}

/*ペーパーボックス*/
.column-content .paperBox {
	position: relative;
	padding:20px;
	margin-top:20px;
	background-color: #F2F2F2;
}
.column-content .paperBox::after {
    content: "";
	position: absolute;
	bottom: 0;
    right: 0;
    border-color: #D8D8D8 #ffffff #ffffff #D8D8D8;
    border-style: solid;
    border-width: 0 0 20px 20px;
}

/*太文字ボックス*/
.column-content .boldBox{
	border:3px solid #191919;
	padding:20px;
	margin-top:20px;
	font-weight:700;
}

/*括弧ボックス*/
.column-content .bracketsBox{
	position:relative;
	padding:20px;
	margin-top:20px;
}
.column-content .bracketsBox:before,
.column-content .bracketsBox:after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 30px;
    content: "";
}
.column-content .bracketsBox:before {
    top: 0;
    left: 0;
    border-top: solid 1px #191919;
    border-left: solid 1px #191919;
}
.column-content .bracketsBox:after {
    right: 0;
    bottom: 0;
    border-right: solid 1px #191919;
    border-bottom: solid 1px #191919;
}

/*はてなボックス*/
/*ビックリボックス*/
.column-content .questionBox,
.column-content .exclamationBox{
	position:relative;
	margin-top:20px;
	padding:20px 20px 20px 70px;
}
.column-content .questionBox{background-color: #D9EFF7;}
.column-content .exclamationBox{background-color: #F6E1DF;}
.column-content .questionBox::before,
.column-content .exclamationBox::before{
	position:absolute;
	top:20px;
	left:20px;
	font-size:2rem;
	font-weight:700;
	color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
	line-height: 30px;
    border-radius: 50%;
}
.column-content .questionBox::before{content: "?";background: #0096c8;}
.column-content .exclamationBox::before{content: "!";background: #c53929;}

/*ポイントボックス*/
.column-content .pointBox {
    position: relative;
    border: 2px solid #69AA1E;
    border-radius: 5px;
    padding:20px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.column-content .pointBox::before {
    content: "POINT";
    position: absolute;
    top: -20px;
    left: 15px;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #ffffff;
    color: #69AA1E;
    padding: 0 10px;
}


/*注釈*/
.column-content .asterisk{
	display: block;
    font-size: 1.3rem;
    color: #7F7F7F;
}

/*イエローマーカー*/
.column-content .markerYellow{background: linear-gradient(transparent 60%, #ffffbc 60%);}
/*ピンクマーカー*/
.column-content .markerPink{background: linear-gradient(transparent 60%, #FFDFEF 60%);}
/*ブルーマーカー*/
.column-content .markerBlue{background: linear-gradient(transparent 60%, #cce5ff 60%);}


/*記事内広告*/
.column-content .adPost {
	width:100%;
	overflow:hidden;
	margin-top:20px;
	padding:0 10px;
	background-color:#F2F2F2;
    background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
    background-size: 6px 6px;
}
.column-content .adPost__title{
	font-size:1.2rem;
	padding:10px 0;
	display:block;
	font-weight:normal;
	text-align:center;
}


/*YouTube*/
.column-content .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin:20px auto 0 auto;
}
.column-content .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*twitter & instagram*/
.column-content .twitter-tweet,
.column-content .instagram-media {
	width: 500px!important;
    max-width: 100%!important;
    margin:20px auto 0 auto!important;
}

/*最初の要素*/
.column-content *:first-child{margin-top:0;}

/*管理画面投稿エディタ専用*/
body.mce-content-body{
	background:#FFF;
	padding:25px!important;
	margin:0!important;
}


/*投稿ページのcontents外
/************************************************************/

/*ソーシャルリスト*/
.socialList {
	list-style:none;
	display: flex;
    justify-content: flex-end;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:60px;
}
.socialList__item {
    flex-grow: 1;
	height:50px;
	line-height:50px;
	min-width:90px;
	text-align:center;
}
.socialList__link {
	display:block;
	color:#ffffff;
}
.socialList__link::before{
	font-size:2.6rem;
	display:block;
	transition: ease-in-out .2s;
}
.socialList__link:hover::before{
	background:#ffffff;
	transform: scale(1.2);
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);
}
.socialList__link.icon-facebook{background:#3B5998;}
.socialList__link.icon-facebook:hover::before{color:#3B5998;}
.socialList__link.icon-twitter{background:#00B0ED;}
.socialList__link.icon-twitter:hover::before{color:#00B0ED;}
.socialList__link.icon-google{background:#DF4A32;}
.socialList__link.icon-google:hover::before{color:#DF4A32;}
.socialList__link.icon-hatebu{background:#008FDE;}
.socialList__link.icon-hatebu:hover::before{color:#008FDE;}
.socialList__link.icon-pocket{background:#EB4654;}
.socialList__link.icon-pocket:hover::before{color:#EB4654;}
.socialList__link.icon-line{background:#00C300;}
.socialList__link.icon-line:hover::before{color:#00C300;}

/*CTAエリア*/
.ctaPost {
	border: #E5E5E5 1px solid;
    width: 100%;
	margin-bottom: 40px;
}
.ctaPost__title{
	width: 100%;
	background:#EFEFEF;
	text-align:center;
	font-size:2.6rem;
	line-height:1.5;
	padding:15px;
}
.ctaPost__contents{
	padding:30px;
	font-size: 1.4rem;
    line-height: 1.75;
}
.ctaPost__contents::after {
	content: "";
	display: block;
	clear: both;
}

.ctaPost__img{
	display:block;
    float: right;
    margin:0 0 30px 30px;
}
.ctaPost__img-pcCenter{
	float:none;
	margin:0 auto 30px auto;
}
.ctaPost__img-pcLeft{
	float:left;
	margin:0 30px 30px 0;
}
.ctaPost__btn{
	position:relative;
	display:block;
	clear: both;
	width:80%;
    margin: 30px auto 0 auto;
	border-radius: 3px;
	background: #F7A392;
	border: 1px solid #F7A392;
	text-align:center;
	color: #FFF;
}
.ctaPost__btn::before{
	content:"";
	position:absolute;
	top: 50%;
	right: 10px;
	margin-top:-3px;
	width: 6px;
	height: 6px;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
}
.ctaPost__btn:hover{
	color:#F7A392;
	background:#ffffff !important;
	transition: .2s;
}
.ctaPost__btn a{
	display:block;
	padding: 15px 0;
	line-height:1.5;
	font-size: 1.6rem;
	font-weight: bold;
}


/*ダブルレクタングル広告リスト*/
.rectangle {
	width:100%;
	overflow:hidden;
	margin:auto;
	padding:0 10px;
	background-color:#F2F2F2;
    background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
    background-size: 6px 6px;
}
.rectangle__item {
    float:left;
	width:50%;
}
.rectangle__title{
	clear: both;
	font-size:1.2rem;
	padding:10px 0;
	display:block;
	font-weight:normal;
	text-align:center;
}
.rectangle__item.rectangle__item-left{ text-align:left; padding-right:5px}
.rectangle__item.rectangle__item-right{text-align:right; padding-left:5px}
.rectangle .adsbygoogle {
	width:336px;
	height: 280px;
	max-width:100%;
}

/*プロフィール*/
.profile{
	border-top:1px solid #E5E5E5;
	margin-top:40px;
	padding-top:40px;
	overflow:hidden;
}
.profile__imgArea{
	float:left;
	width:60px;
}
.profile__imgArea img{border-radius: 50%;}
.profile__list{
	list-style:none;
	width:60px;
}
.profile__item{
	width:30px;
	height:30px;
	margin:5px auto 0 auto;
}
.profile__link{
	display:block;
	background:#323232;
	line-height:30px;
	border-radius:50%;
	text-align:center;
	color:#FFF;
	font-size:1.2rem
}
.profile__link:hover{transition: .2s;}
.profile__contents{
	width: calc(100% - 80px);
	float:right;
}
.profile__name{
	font-size:1.8rem;
	margin-bottom:5px;
	line-height:1.5;
}
.profile__group{
	font-size:1.5rem;
	line-height:1.5;
	color:#7F7F7F;
	margin-bottom:20px;
}
.profile__description{
	font-size:1.3rem;
	line-height:1.75;
}

/*関連記事*/
.related {
	border-top: 1px solid #E5E5E5;
    margin-top: 40px;
    padding-top: 40px;
}
.related__list {list-style-type: none;}
.related__item {padding-top:20px;}
.related__item:first-child{padding-top:0;}
.related__item::after {
	content: "";
	display: block;
	clear: both;
}
.related__imgLink{
	display:block;
	float:left;
	width:90px;
	height:90px;
	overflow: hidden;
}
.related__imgLink img{
	width:inherit;
	height:inherit;
	vertical-align:bottom;
	transform: scale(1);
	transition: ease-in-out .2s;
}
.related__imgLink img:hover {transform: scale(1.2);}
.related__title{
	width:calc(100% - 100px);
	float:right;
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
	margin-bottom:10px;
	color:#F7A392;
}
.related__title a:hover {text-decoration:underline;}
.related__title span{
	display: block;
    font-size: 1.2rem;
    color: #7F7F7F;
    font-weight: normal;
}
.related__title .icon-calendar::before {
    margin-right: 5px;
    line-height: 1;
}
.related__contents{
	width:calc(100% - 100px);
	float:right;
	font-size:1.3rem;
	line-height:1.5;
}
.related__contents.related__contents-max{
	width:100%;
	float:none;
}

/*コメント*/
.comments{
    border-top: 1px solid #E5E5E5;
    margin-top: 40px;
    padding-top: 40px;
}
.comments__list{list-style:none;}
.comments__list li {
	overflow: hidden;
	background:#ffffff;
	border:1px solid #E5E5E5;
	padding:20px 20px 0 20px;
	margin-bottom:20px;
}
.comments__list .children {list-style:none;}
.comments__list .children li {background:#F2F2F2;}
.comments__list .children li .children li {background:#ffffff;}
.comments__list .children li .children li .children li {background:#F2F2F2;}
.comments__list .children li .children li .children li .children li {background:#ffffff;}
.comments__list .comment-body{margin-bottom:20px;}
.comments__list .comment-body p{
	line-height:1.75;
	margin-bottom:20px;
}
.comments__list .reply{
	width:100%;
	text-align: right;
}
.comments__list .comment-author{
	width:100%;
	overflow:hidden;
	margin-bottom: 10px;
}
.comments__list .comment-author .avatar {
	border-radius: 50%;
	float:left;
	margin-right: 10px;
}
.comments__list .comment-author .fn{line-height:1.5;}
.comments__list .comment-author .fn a{ text-decoration:underline;}
.comments__list .comment-author .says{display:none;}
.comments__list .comment-meta{
	width:100%;
	margin-bottom: 10px;
	background:#F7A392;
	padding:5px 10px;
	border-radius: 5px;
}
.comments__list .comment-meta a{
	color:#FFF;
	font-size:1.2rem;
}
.comments__list .comment-respond{
	background:#ffffff;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #E5E5E5;
}
.comment-respond #email-notes,
.comment-respond .logged-in-as{
	font-size:1.2rem;
	line-height:1.5;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as,
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url{margin-bottom:20px;}
.comment-respond label{
	display:block;
	margin-bottom: 10px;
}
.comment-respond input,
.comment-respond textarea{
	width: 100%;
	display: block;
    border: none;
    padding:10px;
    border-radius: 5px;
    background: #F2F2F2;
}



.column-content h2{
	color:#ffffff;
	font-weight: bold;
    padding:20px;
	background: #F7A392;
	margin-bottom: 20px;
}

.column-content h3{
	padding:20px;
	color:#191919;
	border: 1px solid #E5E5E5;
	border-left: 5px solid #F7A392;
	margin-top: 60px;
	margin-bottom: 20px;
}

.column-content h4{
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px #F7A392;
}

.basic-page .column-content h2::after,
.basic-page .column-content h3::after {
	content: none;
}



/*オレンジボックス*/
.column-content .flame27 {
position: relative;
margin: 2em auto;
padding: 1em;
width: 100%;
color: #686868;
background-color: #fff;
border: 5px double #ef8b00;
box-shadow: 5px 5px 5px #ccc;
}
.column-content .flame27 .flame27-title {
position: absolute;
padding: 0 1em;
left: 20px;
top: -15px;
font-weight: bold;
background-color: #fff;
color: #ef8b00;
}

/* ポイントボックス */
.kakomi-maru4 {
	position: relative;
	margin: 2em auto;
	padding: 1.2em;
	width: 90%;
	border: 2px solid #ff9ece; /* 枠線の太さ・色 */
	color: #555555; /* 文字色 */
	background-color: #fff;
	box-shadow: 2px 2px 1px #c7c7c7;/* 影の色 */
	border-radius: 8px; /* 角の丸み */
   }
   .title-maru4 {
	position: absolute;
	left: 20px; /*（left）に変更すると左 */
	top: -15px;
	padding: 0 .5em;
	font-weight: bold;
	font-size: 1.1em;
	color: #ff9ece; /* タイトル色 */
	background-color: #fff;
   }

/*あわせて読みたいボックス*/
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	background: #FCFCFC;
	box-shadow: 2px 2px 2px #ccc; /* 影の色 */
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0;
    padding: 0;
}

/*文節挿入ボックス*/
.box111{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 8px #FF3465;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box111 p {
    margin: 0;
    padding: 0;
}

/*特定の場所の上下に隣接する段落同士の間隔を狭くする*/
div.sample p {
	margin: 2em 0px;
 }

/*グレーボックス*/
.box-border-bold{
	padding: 20px;
	margin-bottom: 1em;
	border: 7px solid #f6f6f6;
	}

/*スマートボックス*/
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #FF3465;
    background: white;
    border-top: solid 5px #FF3465;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0;
    padding: 0;
}

/*角丸グレーボックス*/

.box12 {
	background: #fff;
	border: 6px solid #ECECEC;
	border-radius: 20px;
	padding: 1.6rem;
	line-height: 1.8rem;
  }


/*************************この記事を書いた人***********************************/

/*プロフィール枠*/
#author_profile {
  border: 1px solid #194c80;
  width: 100%;
  margin: 40px auto;
  overflow: hidden;
}
#author_profile p {
  margin-bottom: 20px;
  line-height: 1.8;
}
/*この記事を書いた人の見出し*/
#author_profile p.label {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #194c80;
  padding: 10px 15px;
}
/*名前*/
#author_profile p.author_name {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
/*名前下の下線*/
#author_profile p.author_name::after {
  content: "";
  border-bottom: solid 3px #194c80;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
}
/*左側画像ブロック*/
#author_profile .left {
  width: 14%;
  float: left;
  margin: 10px 0 15px 30px;
}
/*画像サイズ*/
#author_profile .left img {
  width: 100%;
}
/*右側テキストブロック*/
#author_profile .right {
  width: 74%;
  float: left;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 0 20px 30px;
}
/*テキスト下部SNSブロック*/
#author_profile .right ul.author_sns {
  margin: 0;
  border-top: 1px dotted #dddddd;
  margin-top: 15px;
  padding-top: 20px;
}
#author_profile .right ul.author_sns li {
  float: left;
  margin-right: 15px;
  list-style: none;
}
#author_profile .right ul.author_sns li:last-child {
  margin-right: 0;
}
/*SNSアイコンを使う場合は別途アイコンCSSの設定が必要*/
#author_profile .right ul.author_sns li i.icon-facebook {
  color: #fff;
  background-color: #194c80;
  margin-right: 8px;
  padding: 6px 8px 0;
  position: relative;
  bottom: -3px;
}
/*SP時の挙動（画面サイズが小さい時）*/
@media (max-width: 480px) {
  #author_profile p.author_name {
    text-align: center;
  }
  #author_profile .left {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
  }
  #author_profile .left img {
    width: 33%;
  }
  #author_profile .right {
    width: 100%;
    float: none;
    padding: 10px 20px 0;
  }
  #author_profile .right ul.author_sns li {
    margin-bottom: 20px;
  }
}


/*************************この記事を書いた人【赤】***********************************/

/*プロフィール枠*/
#author_profile2 {
	border: 1px solid #E73333;
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
  }
  #author_profile2 p {
	margin-bottom: 20px;
	line-height: 1.8;
  }
  /*この記事を書いた人の見出し*/
  #author_profile2 p.label2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #E73333;
	padding: 10px 15px;
  }
  /*名前*/
  #author_profile2 p.author_name2 {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	position: relative;
  }
  /*名前下の下線*/
  #author_profile2 p.author_name2::after {
	content: "";
	border-bottom: solid 3px #E73333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
  }
  /*左側画像ブロック*/
  #author_profile2 .left2 {
	width: 14%;
	float: left;
	margin: 10px 0 15px 30px;
  }
  /*画像サイズ*/
  #author_profile2 .left2 img {
	width: 100%;
  }
  /*右側テキストブロック*/
  #author_profile2 .right2 {
	width: 74%;
	float: left;
	font-size: 12px;
	line-height: 1.6;
	padding: 5px 0 20px 30px;
  }
  /*テキスト下部SNSブロック*/
  #author_profile .right ul.author_sns {
	margin: 0;
	border-top: 1px dotted #dddddd;
	margin-top: 15px;
	padding-top: 20px;
  }
  #author_profile .right ul.author_sns li {
	float: left;
	margin-right: 15px;
	list-style: none;
  }
  #author_profile .right ul.author_sns li:last-child {
	margin-right: 0;
  }
  /*SNSアイコンを使う場合は別途アイコンCSSの設定が必要*/
  #author_profile2 .right ul.author_sns li i.icon-facebook {
	color: #fff;
	background-color: #E73333;
	margin-right: 8px;
	padding: 6px 8px 0;
	position: relative;
	bottom: -3px;
  }
  /*SP時の挙動（画面サイズが小さい時）*/
  @media (max-width: 480px) {
	#author_profile2 p.author_name2 {
	  text-align: center;
	}
	#author_profile2 .left2 {
	  width: 100%;
	  float: none;
	  margin-left: 0;
	  margin-bottom: 0;
	  text-align: center;
	}
	#author_profile2 .left2 img {
	  width: 33%;
	}
	#author_profile2 .right2 {
	  width: 100%;
	  float: none;
	  padding: 10px 20px 0;
	}
	#author_profile2 .right2 ul.author_sns2 li {
	  margin-bottom: 20px;
	}
  }


/*--------------------
  この記事を書いた人
---------------------*/
/*ボックス全体*/
.profile-box {
    margin:3em 1em 2em;
    padding:10px 10px 15px;
    position:relative;
    border:2px solid #ff6893;    /*枠線の太さ 線種 色*/
    font-size:14px;
}

.profile-box:before , .profile-box:after {
    clear:both;
    content:"";
    display:block;
}

/*「この記事を書いた人」のタイトル*/
.profile-box .profile-box_title {
    position:absolute;
    top:-30px;
    left:-2px;
    padding:0 10px;
    background:#ff6893;    /*背景色*/
    color:#fff;            /*文字の色*/
    font-weight:bold;
    border:2px solid #ff6893;    /*枠線の太さ 線種 色*/
    display:inline-block;
}

.profile-box_title:before {
    font-family:"Font Awesome 5 Free";
    content:"f007";
    font-weight:900;
    margin-right:7px;
}

/*アイコン画像*/
.profile-box img {
    display:block;
    width:80px;
    height:80px;
    float:left;
    margin:0 20px 7px 10px;    /*画像周りの余白*/
}

/*名前(ニックネーム)*/
.profile-box .profile-box_name {
   margin:0 0 7px;
   padding:0;
   font-size:19px;       /*文字サイズ*/
   font-weight:bolder;
}

/*プロフィール*/
.profile-box p {
    margin:0;
    padding:0;
    font-size:14px;
    line-height:21px;    /*行間*/
}

/*-------------------------
  ブログカード
-------------------------*/
.blog-card {
	border: 2px solid #e5e5e5;
	word-wrap: break-word;
	box-sizing: border-box;
	max-width: 100%;
	margin: 1em 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
  }

  .blog-card:hover {
	cursor: pointer;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
	-moz-transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
  }

  .blog-card a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
  }

  .blog-card a:hover {
	color: #333;
	background: rgba(235, 235, 235, 0.8);
	text-decoration: none;
  }

  .blog-card-thumbnail {
	width: 200px;
	display: table-cell;
	vertical-align: middle;
  }

  .blog-card-thumbnail img {
	padding: 0;
	max-width: 100%;
  }

  .blog-card-content {
	display: table-cell;
	vertical-align: middle;
	padding: 0.4em;
	border-left: #e5e5e5 solid 2px;
  }

  .blog-card-title {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
  }

  .blog-card-excerpt {
	display: none;/*消します*/
  }

  .blog-card .clear {
	clear: both;
  }

  @media screen and (max-width: 500px) {
	.blog-card-title {
	  font-size: .85em;
	}
	.blog-card-thumbnail {
	  width: 160px;
	}
  }

  /*ブログカードでラベルを付ける*/
.blog-card-label{
    display: inline-block;
    position: absolute;
    background-color: #ffb36b;
    top: 0px;
    left: 0px;
    width: 70px;
    height: 25px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
    line-height: 25px;
    transform-origin: 50% 50%;
    animation: animScale 3.5s ease-out;
}

/*--------------------
  アフィリ用ボタン
---------------------*/

/*Amazonボタン*/
.button06 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #F6A306;
	box-shadow: 0 0 10px rgba(0 0 0 / .2);
	border-radius: 6px;
	transition: 0.3s;
  }

  .button06 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
  }

  .button06 a:hover {
	text-decoration: none;
	background-color: #aaaaaa;
	box-shadow: 0 0 10px rgba(0 0 0 / 0);
  }

  /*楽天ボタン*/
.button07 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #CF4944;
	box-shadow: 0 0 10px rgba(0 0 0 / .2);
	border-radius: 6px;
	transition: 0.3s;
  }

  .button07 a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
  }

  .button07 a:hover {
	text-decoration: none;
	background-color: #aaaaaa;
	box-shadow: 0 0 10px rgba(0 0 0 / 0);
  }

    /*リンク下線をなくす*/
  a.no-underline {
	text-decoration: none;
	color: #ffffff;
  }

  a.underline-hover:hover {
	text-decoration: underline;
	color: #ffffff;
  }

/*--------------------
  記事カード
---------------------*/

.l-wrapper_01 {
	margin: 1rem auto;
	width: 95%;
  }

  .l-wrapper_01:hover {
	transform: translateY(-3px);
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	transition: all .5s;
  }

  .card_01 {
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .16);
	color: #212121;
	text-decoration: none;
  }

  .card__header_01 {
	display: flex;
	flex-wrap: wrap;
  }

  .card__title_01 {
	padding: 1rem 1.5rem 0;
	font-size: 1.6rem;
	order: 1;
	margin-bottom: 0.6rem;
	font-weight: bold;
	text-decoration: none;
  }

  .card__thumbnail_01 {
	margin: 0;
	order: 0;
  }

  .card__image_01 {
	width: 100%;
  }

  .card__body_01 {
	padding: 0 1.5rem;
  }

  .card__text_01 {
	font-size: .8rem;
	text-align:center;
	text-decoration: none;
	  padding-bottom: 0;
  }

  .card__text2_01 {
	font-size: .8rem;
	margin-top: 0;
	margin-bottom: 2rem;
  }

  .card__text_01 + .card__text_01 {
	margin-top: .5rem;
  }

  .card__footer_01 {
	padding: 1rem;
	border-top: 1px solid #ddd;
  }

  .button_01 {
	display: inline-block;
	text-decoration: none;
	transition: background-color .3s ease-in-out;
	text-align: center;
  }

  .button_01 a {
	text-decoration: none;
  }

  .button_01.-compact {
	padding: .5rem 1rem;
	border-radius: .25rem;
	background-color: #4f96f6;
	color: #fff;
	font-weight: bold;
	  text-decoration: none;
  }

  .button_01.-compact:hover,
  .button_01.-compact:focus {
	background-color: #6bb6ff;
  }

@media only screen and (max-width: 767px){
	/*記事ブロック専用style
	/************************************************************/
	.column-content h2{font-size:2.2rem;}
	.column-content h3{font-size:1.8rem;}
	.column-content h4{font-size:1.6rem;}
	.column-content h5{font-size:1.4rem;}
	.column-content .wp-caption-text{font-size:1.2rem;}
	.column-content ul li,.column-content ol li{font-size:1.2rem;}
	.column-content pre{
		font-size:1rem;
		padding:15px;
	}
	.column-content table{font-size:0.8rem;}
	.column-content blockquote{padding: 15px 15px 15px 55px;}
	.column-content blockquote::before{
		top: 5px;
		left: 15px;
		font-size: 2rem;
	}
	.column-content .questionBox,
	.column-content .exclamationBox{padding: 15px 15px 15px 55px;}
	.column-content .questionBox::before,
	.column-content .exclamationBox::before{
		top: 15px;
		left: 15px;
		font-size: 1.2rem;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	/*管理画面投稿エディタ専用*/
	body.mce-content-body{padding: 10px!important;}

	/*投稿ページのcontents外
	/************************************************************/
	.socialList{margin-bottom:40px;}
	.socialList__item {
		height:40px;
		line-height:40px;
	}
	.socialList__link::before{font-size:2rem;}
	.ctaPost__title{font-size:2.2rem;}
	.ctaPost__contents{padding: 20px;}
	.ctaPost__img{float:right;margin:0 0 20px 20px;}
	.ctaPost__img-spCenter{float:none;margin:0 auto 20px auto;}
	.ctaPost__img-spLeft{float:left;margin:0 20px 20px 0;}
	.ctaPost__btn{width:100%;margin-top: 20px;}
	.ctaPost__btn a{font-size: 1.4rem;}

	.rectangle__item.rectangle__item-left{width:100%; text-align:center;}
	.rectangle__item.rectangle__item-right{display:none;}
	.profile__name{font-size:1.6rem;}
	.profile__group{font-size:1.4rem;}
	.profile__description{font-size:1.2rem;}
	.related__title{font-size:1.4rem;}
	.related__contents{font-size:1.2rem;}
	.comments__list li {
		padding: 15px 15px 0 15px;
		margin-bottom: 15px;
	}
	.comments__list .comment-respond{padding:15px;}
}





/*ラッパー(メイン&サイドバーを囲む要素)*/
.l-wrapper {
	position:relative;
	display: flex;
    margin: 0 auto;
}

/*メイン*/
.l-main {
	width: 70%;
	padding:60px 2.5% 60px 0;
}

/*サイドバー*/
.l-sidebar {
	width: 30%;
	padding:60px 0 60px 2.5%;
}

@media only screen and (max-width: 767px){
	.l-wrapper {
		display:block;
	}
	.l-main {
		width: 100%;
		padding:40px 10px;
	}
	.l-main.l-main-single {
		width: 100%;
		padding:40px 10px;
	}
	.l-sidebar {
		width: 100%;
		padding:0 10px 40px 10px;
	}
}



/*シングルページのタイトルボックス*/
.singleTitle{
	position:relative;
	padding:30px 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
}
.singleTitle::before{
	content: '';
    background-color: rgba(0,0,0,0.75);
    background-image: linear-gradient(90deg, rgba(0,0,0,.15) 50%, transparent 50%), linear-gradient(rgba(0,0,0,.15) 50%, transparent 50%);
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.singleTitle::after {
	content: "";
	display: block;
	clear: both;
}

.singleTitle__heading{
	float:left;
	width: 70%;
    padding: 0 2.5% 0 0;
}
.singleTitle .container{
	position:relative;
}



/*アイキャッチ画像(複数個所で使用)*/
.eyecatch{
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:20px;
	overflow:hidden;
}
.eyecatch:before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
.eyecatch img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
/*ウィジェットエリア*/
.eyecatch.eyecatch-widget{margin-bottom:10px;}
/*シングルページ*/
.eyecatch.eyecatch-singleTitle{
	float:right;
	width: 27.5%;
	margin:0 0 0 2.5%;
}
/*ランキングページ*/
.eyecatch.eyecatch-ranking{
	float:left;
	width: 160px;
	margin-right:20px;
}
.eyecatch img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	transform: scale(1);
	transition: ease-in-out .2s;
}
.eyecatch img:hover {transform: scale(1.2);}
.eyecatch__cat{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	background:#f0b200;
}
.eyecatch__cat a{
	display:block;
	padding:10px 20px;
	color:#ffffff;
	font-size:1.3rem;
	transition: .2s;
}
.eyecatch__cat a::before{
	font-family: "icomoon";
	content: "\e902";
	margin-right: 5px;
}
.eyecatch__cat a:hover{background:rgba(255,255,255,0.25);}
.eyecatch__ribbon {
	display: inline-block;
	position: absolute;
	top: 10px;
    left: -35px;
    width: 125px;
	padding:10px 0;
	background: linear-gradient(#E73831, #BD2021);
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	transform: rotate(-45deg);
	z-index: 999;
}


/*データリスト(複数個所で使用)*/
.dateList{
	list-style:none;
	margin-bottom:10px;
}
/*シングルページ*/
.dateList.dateList-singleTitle{
	margin-bottom: 0;
    background-color:#fff;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}
/*ウィジェットエリア*/
.dateList.dateList-widget{margin-bottom:0;}
.dateList__item{
	display:inline-block;
	text-align:left;
	color:#7f7f7f;
	font-size:1.2rem;
	margin-right:10px;
	line-height:1.5;
}
.dateList__item::before{
	margin-right:5px;
	line-height:1;
}
.dateList__item a{transition: .2s;}
.dateList__item a[rel=tag]:hover{color:#f0b200;}
.dateList__item a[rel=category]:hover{color:#f0b200;}
.dateList__item.icon-tag span:last-child{display:none}


/*見出し(複数個所で使用)*/
.heading{
	display:block;
	margin-bottom:20px;
	letter-spacing:0.5px;
	font-weight:700;
}
.heading.heading-singleTitle{
	font-size:3rem;
	line-height:1.5;
	color:#FFF;
}


/*ランキング*/
.rankListWidget {
	list-style-type: none;
	counter-reset:number;
}
.rankListWidget__item figure {
	position:relative;
}
.rankListWidget__item figure:before{
	position:absolute;
	counter-increment: number;
	content: counter(number);
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#bfbfbf;
	color:#FFF;
	z-index: 5;
}
.rankListWidget__item:nth-child(1) figure:before{background:#ecd357 ;}
.rankListWidget__item:nth-child(2) figure:before{background:#a9c6d5 ;}
.rankListWidget__item:nth-child(3) figure:before{background:#c58459 ;}



@media only screen and (max-width: 767px){
	.singleTitle{padding: 0;}
	.singleTitle::before{background-color: rgba(0,0,0,0.5);}
	.singleTitle__heading{
		position:relative;
		float:none;
		width:100%;
		min-height: 180px;
		padding: 20px 0;
	}

	.eyecatch.eyecatch-archive{margin-bottom:10px;}
	.eyecatch.eyecatch-singleTitle{ display:none}
	.eyecatch.eyecatch-ranking{width: 80px;}

	.eyecatch__cat a{
		padding:6px 12px;
		font-size:1.2rem;
	}
	.eyecatch__cat a::before{content: normal;}
	.archiveItem.archiveItem-wide .eyecatch__cat a,
	.archiveItem.archiveItem-wideSp .eyecatch__cat a{
		padding:10px 20px;
		font-size:1.3rem;
	}
}



/*text-shadow*/
.u-txtShdw      {text-shadow:1px 1px 1px rgba(0,0,0,0.35);}



/*アイコンフォント
/************************************************************/

@font-face {
	font-family: "icomoon";
	src:  url("../fonts/icomoon.eot?gizg5m");
	src:  url("../fonts/icomoon.eot?gizg5m#iefix") format("embedded-opentype"),
	url("../fonts/icomoon.ttf?gizg5m") format("truetype"),
	url("../fonts/icomoon.woff?gizg5m") format("woff"),
	url("../fonts/icomoon.svg?gizg5m#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-close:before {content:"\e90e";}
.icon-menu:before {content:"\e90f";}
.icon-instagram:before {content:"\e90d";}
.icon-hatebu:before {content:"\e90c";}
.icon-quotation:before {content:"\e909";}
.icon-line:before {content:"\e90a";}
.icon-pocket:before {content:"\e90b";}
.icon-calendar:before {content:"\e900";}
.icon-facebook:before {content:"\e901";}
.icon-folder:before {content:"\e902";}
.icon-google:before {content:"\e903";}
.icon-home:before {content:"\e904";}
.icon-rss:before {content:"\e905";}
.icon-search:before {content:"\e906";}
.icon-tag:before {content:"\e907";}
.icon-twitter:before {content:"\e908";}



.l-sidebar .news .post-content {
	padding-bottom: 0;
}

.l-sidebar .news .column-list dt {
	width: 114px;
}

.l-sidebar .news .column-list dd {
    width: calc(100% - 114px);
}

.l-sidebar .news .column-list .entryday {
	display: none;
}

.l-sidebar .com-btn {
    min-width: 100%;
    padding: 0 0;
}

.l-sidebar .com-btn.column-btn {
	border-radius: 56px;
	background: rgb(255,52,101,1);
	background: linear-gradient(90deg, rgba(255,52,101,1) 0%, rgba(255,115,149,1) 100%);
}

.l-sidebar .com-btn.column-btn::before {
	border-radius: 56px;
}

.l-sidebar .com-btn.active {
    background-color: #FF3465;
}

.column .l-sidebar .btn-area {
    padding: 0;
}

.column .l-sidebar .btn-area p {
    margin-top: 24px;
}

.column .l-sidebar .btn-area p:first-child {
    margin-top: 0;
}
/*
.column .l-sidebar .l-sidebar__inner {
	width: 27.5%;
	max-width: 281px;
	position: fixed;
}*/
/*
.column .l-sidebar .l-sidebar__inner {
	position: sticky;
	top: 0;
}*/

@media only screen and (max-width: 767px){
	.column .l-sidebar .l-sidebar__inner {
		width: 100%;
		max-width: 100%;
		position: static;
	}

	.l-sidebar .news .column-list dt {
		width: 90px;
	}

	.l-sidebar .news .column-list dd {
	    width: calc(100% - 90px);
	}

	.l-sidebar .news .column-list .entryday {
		display: none;
	}

	.l-sidebar .news .column-list .img {
	    padding-top: 0;
	}

	.l-sidebar .com-btn {
		min-width: 300px;
	    padding: 8px 0;
	}
}

@media only screen and (max-width: 374px){
	.l-sidebar .com-btn {
	    min-width: auto;
		padding: 8px 0;
	}
}
