@charset "UTF-8";

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

/*ボックス*/
.content{
	position: relative;
	font-size:1.4rem;
	line-height:1.85;
}
.content::after {
	content: "";
	display: block;
	clear: both;
}

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

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

/*すべての見出し*/
.content h2,
.content h3,
.content h4,
.content h5{
	line-height:1.5;
	margin-top:40px;
}
.content h2{font-size:2.2rem;}
.content h2:first-letter{
	font-size:3rem;
	padding-bottom:5px;
	border-bottom:3px solid;
	color:#FF669C;
}
.content h3{
	font-size:1.8rem;
	padding:20px;
	color:#191919;
	border: 1px solid #E5E5E5;
	border-left: 5px solid #FF669C;
}
.content h4{font-size:1.6rem;}
.content h5{font-size:1.4rem;}
.content h2 + h2, .content h2 + h3, .content h2 + h4, .content h2 + h5,
.content h3 + h2, .content h3 + h3, .content h3 + h4, .content h3 + h5,
.content h4 + h2, .content h4 + h3, .content h4 + h4, .content h4 + h5,
.content h5 + h2, .content h5 + h3, .content h5 + h4, .content h5 + h5{margin-top:20px;}



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

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

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

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

/*テーブル*/
.content table {
  margin-top:20px;
  width: 100%;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.content table tr:nth-child(2n+1){background: #F2F2F2;}
.content table th{
	padding: 10px;
	background: #323232;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
.content table td{
	padding: 10px;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

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

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

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

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

/*ペーパーボックス*/
.content .paperBox {
	position: relative;
	padding:20px;
	margin-top:20px;
	background-color: #f7f7f7;
}
.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;
}

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

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

/*はてなボックス*/
/*ビックリボックス*/
.content .questionBox,
.content .exclamationBox{
	position:relative;
	margin-top:20px;
	padding:20px 20px 20px 70px;
}
.content .questionBox{background-color: #D9EFF7;}
.content .exclamationBox{background-color: #F6E1DF;}
.content .questionBox::before,
.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%;
}
.content .questionBox::before{content: "?";background: #0096c8;}
.content .exclamationBox::before{content: "!";background: #c53929;}

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


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

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


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

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

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





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

/*-----POSTバッジ-----*/
.postBadge{
	position: absolute;
	top: -10px;
	right: -10px;
	margin: auto;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	z-index: 9;
}
.postBadge span{
	display: block;
	padding: 15px 0 5px 0;
	font-size: 1.5rem;
	font-weight: bold;
}

/*-----ページ内ページネーション-----*/
.pagePager{
	position:relative;
	width:100%;
	text-align:center;
	list-style:none;
	font-size:0;
	margin-top:60px;
}
.pagePager__item{
	font-family: "Fjalla One";
	display:inline-block;
	color:#a83f3f;
	background:#ffffff;
	border:rgba(0,0,0,0.10) 1px solid;
	font-size:1.2rem;
	margin-left:-1px;
}

.pagePager__item-current,
.pagePager__item a{
	display:inline-block;
	padding:10px;
	min-width: calc(1.2rem + 20px);
}
.pagePager__item:hover,
.pagePager__item-current{
	color:#ffffff;
	background:#a83f3f;
	transition: .15s;
}


/*-----ソーシャルリスト-----*/
.social{display: block;}

.socialList{
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	margin:0 0 -5px -5px;
}
.socialList__item {
	text-align:center;
	height:28px;
	line-height:28px;
	margin:0 0 5px 5px;
}
.socialList__link {
	display:block;
	padding: 0 10px;
	color:#ffffff;
	border-radius: 5px;
	transition: .15s;
}
.socialList__link::before{
	display:block;
	transition: .15s;
	font-size:1.4rem;
	display:inline-block;
	transition: 0s;
}
.socialList__link::after{
	content:attr(title);
	font-size:1.2rem;
	vertical-align: top;
	margin-left:5px;
}
.socialList__link:hover{opacity: 0.75;}

.socialList__link.icon-facebook{background:#3B5998;}
.socialList__link.icon-twitter{background:#00B0ED;}
.socialList__link.icon-line{background:#00C300;}
.socialList__link.icon-hatenabookmark{background:#008FDE;}



/*-----プロフィールボックス-----*/
.profile{
	border: 1px solid rgba(0,0,0,0.05);
	padding:20px;
	background:#ffffff;
	display: flex;
}
.profile__author{
	width:60px;
	margin-right:20px;
}
.profile__author img {
	width:60px;
	height: 60px;
	border-radius: 50%;
}

.profile__contents{width: calc(100% - 80px);}
.profile__text{
	font-size:1.2rem;
	margin-bottom:10px;
	line-height:1;
}
.profile__name{
	font-family: "Libre Baskerville","游明朝","Yu Mincho","YuMincho","Georgia","Hiragino Mincho ProN","HGS明朝E","serif";
	font-size:1.8rem;
	margin-bottom:20px;
	line-height:1.15;
}
.profile__name span{
	font-family:"Lato","游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";
	display: inline-block;
	font-size:1.2rem;
	margin-left: 5px;
}

.profile__description{line-height:1.75;}





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




@media only screen and (min-width: 768px){
	/*記事ブロック専用style
	/************************************************************/
	.content{font-size:1.6rem;}
	.content h2{font-size:2.4rem;}
	.content h3{font-size:2rem;}
	.content h4{font-size:1.8rem;}
	.content h5{font-size:1.6rem;}
	.content .wp-caption-text{font-size:1.4rem;}


	/*投稿ページのcontents外
	/************************************************************/
	.profile__name{font-size:2.2rem;}
	.profile__name span{font-size:1.4rem;	}
}
