@charset "utf-8";

/*----------------------------
/*全体文字を「さわらびゴシック」に変更*/
/*※CSS上部に記載*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

body {
font-family: 'Sawarabi Gothic', sans-serif;
}

.entry-content ul,ol {
	margin-left: 10px;
	line-height: 20px;
}


/*------------------------------- */
/*サイドバーウィジェットの見出し*/
/*罫線のみのシンプルな見出し*/
#sidebar1 .widgettitle {
	background: none;
	border-bottom: solid 3px #000000;
	color: #333;
	font-size: 18px;
}

/*----------------------------
title*/
.single-title {
	font-size: 1.5em;
	border-bottom: solid 5px #228b22;
} 

/*------------------------------- 
見出しh1：/*線の種類（実線） 太さ 色*/
.entry-content h1 {
  border-bottom: solid 3px black;
}

/*------------------------------- 
見出しh2：ステッチ風のかわいい見出し*/
.entry-content h2{
	background: #2e8b57;
	box-shadow: 0px 0px 0px 5px #228b22;
	border: dashed 2.5px white;
	color: #ffffff;
	margin: 30px 5px;
	padding: 0.4em;
}

/*------------------------------- 
見出しh3：下線*/
.entry-content h3 {
	border-left: none;
	position: relative;
	border-bottom: dotted 3px gray;
	padding-left: 1.3em;
	line-height: 30px;
	margin-left: 1px;
}
.entry-content h3:before{
	font-family: "fontawesome";
	content: "\f00c";
	position: absolute;
	font-size: 1em;
	left: 0;
	top: 16px;
	color: #5ab9ff;
}

/*------------------------------- */
/*ページャーを丸形へ*/
.pagination a, .pagination span{
	padding: 7px 14px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

@media only screen and (max-width: 767px){
	.pagination a, .pagination span{
		padding: 8px 14px;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
	}
}

/*----------------------------
追記: AddQuicktag の装飾
---------------------------- */
.b{font-weight:bold;margin:0 0.15em;}
.red{color:#ce000d;}
.blue{color:#0087ff;}
.green{color:#0ab908;}
.pink{color:#ef6ae9;}
.orange{color:#ff8f00;}
.larger{font-size:150%;font-weight:bold;}
.largest{font-size:300%;font-weight:bold;}
.smaller{font-size:60%;}
.strike{text-decoration:line-through;margin:0 0.15em;}
.P-highlighter{background:linear-gradient(transparent 60%, rgb(255, 169, 233) 60%);}
.B-highlighter{background:linear-gradient(transparent 60%, rgb(182, 242, 255) 60%);}
.G-highlighter{background:linear-gradient(transparent 60%, rgb(159, 255, 0) 60%);}
.O-highlighter{background:linear-gradient(transparent 60%, rgb(253, 185, 64) 60%);}
.Y-highlighter{background:linear-gradient(transparent 60%, rgb(255, 229, 0) 60%);}
.surrounded{margin: 0 0 4em;padding:1em 1.2em;border: 2px solid #616161;}

/*------------------------------- */
/*マーカー(黄色太字)*/
.marker-yellow-bold {
	background: linear-gradient(transparent 60%, #FFFF99 50%);
	font-weight: bold; 
}

/*------------------------------- */
/*説明手順Box*/
.customize-des {
	background: rgba(215, 253, 205, 0.61);
	margin-bottom: 1.8rem;
	padding: .5em;
}

.customize-box:first-child {
	font-weight: bold;
	color: #4CAF50;
	background: transparent;
	margin-right: 10px;
}

.customize-box {
	font-weight: bold;
	display: inline-block;
	background: white;
	padding: 0 5px;
	margin: 3px 0;
	color: #5a5a5a;
}

.fa4 .fa, .fa4 .fas {
	font-weight: normal;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------------- */
/*ひとことBox*/
.hitokoto{
  background: rgba(215, 253, 205, 0.61);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1{
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before{
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #4caf50;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2{
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after{
  content: "と";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color:#4caf50;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p{
  margin: 0;
  padding: 0;
}

/*------------------------------- */
/*メモBox*/
.memobox{
  margin: 1em 0;
  background-color: #fff9c4;
  padding: 1em;
}

.memobox-title{
  font-size: 18px;
  font-weight: bold;
  color: #ffc107;
}
.memobox-title:before{
  font-family: "FontAwesome";
  content: "\f040";
  font-size: 17px;
}

.memobox p{
	margin: 0;
	padding: 0;
}

/*----------------------*/
.cautionbox{
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
}

.cautionbox-title{
  color: #ef5350;
  font-size: 18px;
  font-weight: bold;
}

.cautionbox-title:before{
  font-family: "FontAwesome";
  content: "\f303";
  font-size: 17px;
}

.cautionbox p{
  margin: 0;
  padding: 0;
}

/*---------------*/
/*point_box*/
.point_box {
	position: relative;
	padding: 1em 1.5em;
	margin: 2em 0;
	border: solid 3px #c71585;/*線*/
	border-radius: 8px;/*角の丸み*/
	color: #000000;/*文字色*/
}
.point_box .point_box_title{
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 10px;
	line-height: 1;
	font-size: 1.3em;/*タイトル文字サイズ*/
	background: #ffffff;/*タイトル文字背景色*/
	color: #c71585;/*タイトル文字色*/
	font-weight: bold;
}
.point_box p {
	margin: 0; 
	padding: 0;
}

/*---------------*/
/*おしらせ_box*/

.flame23 {
	position: relative;
	margin: 2em auto;
	width: 100%;
	padding: 1em;
	border: 3px solid #b20023;
	border-radius: 8px;
}
.flame23 .flame23-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 15px;
	padding: 0 10px;
	line-height: 1;
	font-size: 18px;
	background: #FFF;
	color: #b20023;
	font-weight: bold;
}
.flame23 p {
	padding: 15px 20px;
	margin: 0;
}

/*---------------*/
/*おしらせ_box(影)*/


.flame25 {
	position: relative;
	margin: 2em auto;
	padding: 1.2em;
	width: 100%;
	color: #555555;
	background-color: #fff;
	border: 2px solid #8FBC8F;
	box-shadow: 2px 2px 1px #ccc;
}
.flame25 .flame25-title{
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color: #fff;
	color: #8FBC8F;
}
.flame25 p {
	padding: 15px 20px;
	margin: 0;
}

/*---------------*/
/*warning_box(警告)*/
.warning_box {
	padding: 1em 1.5em;
	margin: 2em 0;
	background-color:#b22222;/*背景色*/
	color:#ffffff;/*文字色*/
	font-weight:bold;
}
.warning_box p {
	margin: 0; 
	padding: 0;
}

/*---------------*/
/*simple_box*/
.simple_box{
	margin: 1em 0;
	padding: 1em;
	position: relative;
	border: 1px solid #555;
}

.simple_box_title{
	position: absolute;
	top: -0.8em;
	left: 20px;
	font-weight: bold;
	font-size: 1.2em;
	background: #fff;
	padding: 0 0.5em;
}

.simple_box p{
	margin: 0;
	padding: 0;
}

/*---------------------------*/
/*補足box*/
.kakomi-hosoku1 {
		margin: 2em 0em 2em 4em; /* 枠外との間隔（上、右、下、左） */
		padding: 5px 10px;
		font-size: 0.9em; /* 文字サイズ */
		border-left: 6px double #4d4398; /* 線の太さ・線種・色 */
}

.hatenablogcard{
  clear:both;
  width:100%;
  height:155px;
  margin:10px 0;
  max-width:680px;
}

/*------------------------------*/
/*インフォメーション・クエスチョンbox*/
/*補足情報*/
.information,
.question{
  background-color: #F4F3EB;
  padding: 20px 20px 20px 72px;
  border-radius: 4px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.information::before,
.question::before{
  font-family: "FontAwesome";
  font-size: 50px;
  position: absolute;
	top: -4px;
	bottom: 0px;
  left: 13px;
  color: #EAE3B4;
}

.information::before{
  content: '\f05a';
}

.question::before{
  content: '\f059';
}


/*------------------------------*/
/************************************
 リンクカードのスタイル
https://weblog10.com/blogcard_bookmarklet

.link-card{
  margin: 20px 0;
  max-width:100%;
  position: relative;
  clear:both;
  min-height:145px;
  min-width: 300px;
  box-sizing: border-box;
  padding:12px;
  padding-bottom: 6px;
  border:1px solid #ddd;
  word-wrap: break-word;
  border-radius: 5px;
}

.link-card:after{
  content: "";
  clear: both;
  display: block;
}

.link-card-thumbnail{
    float: left;
}

.link-card img.link-card-thumb-image{
  border:0;
  width: 178px;
  height: 100px;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}

.link-card-content{
  margin-left:180px;
  padding-left:2%;
  line-height:120%;
  margin-bottom: 0.5em;
}

.link-card-title{
  margin-bottom:5px;
}

.link-card-title a{
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.link-card-excerpt{
  color: #333;
  font-size: 0.8em;
  max-height: 80px;
  overflow: hidden;
}

.link-card-footer {
    position:relative;
  font-size: 0.7em;
  width: 100%;
  clear:both;
  vertical-align: bottom;
}

.link-card-footer a{
    color:#777;
    text-decoration:none;
    padding-left:18px;
}

.link-card-footer a:hover{
    color:#111;
}

.link-card-footer img{
    position:absolute;
    float:left;
    top:50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}

.link-card-hatebu{
  float: left;
  margin-right: 7px;
  position: relative;
  bottom: -5px;
}

*/

/* リンクカード（幅が狭い場合）
@media screen and (max-width: 560px){
  .article .link-card,
  .article .entry-content .hover-card{
    width: 100%;
  }

  .link-card-content{
    margin-left: 0;
  }

  .link-card-title a{
    font-size: 14px;
    line-height: 120%;
  }

  .link-card-excerpt,
  .link-card-footer{
    font-size: 11px;
    line-height: 120%;
  }

  #main .link-card,
  #main .hover-card{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  img.link-card-thumb-image{
    width: 80px;
    height: 80px;
  }

  .link-card-content {
    margin-left: 90px;
  }
}
*/

/*-----------------------------*/
/*yarppの領域*/
.related-post{
	width:100%;/*①記事幅に100%フィット*/
	overflow:hidden;
	margin-top:5px;
	font-size:0;
}
/*１記事の領域*/
.related-entry {
	vertical-align: top;
	display:inline-block;
	width:25%;/*②１記事の領域（幅）*/
	font-size: 14px;/*文字サイズ*/
	font-size: 0.875rem;/*文字サイズ*/
	line-height: 1.4;/*文字行高*/
	margin-bottom: 12px;/*下余白*/
	padding: 0 0.5%;/*記事の間隔（左右）*/
}
/*画像の設定*/
.related-entry img{
 	border: #ccc 1px solid;/*画像の枠線*/
	padding:2%;/*画像と枠線の間隔*/
	width:100%;/*１記事の領域幅にフィット*/
}
/*画像の装飾*/
.related-thumb a,
.related-thumb a img{
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.related-thumb a:hover{
	opacity:0.7;/*マウスオーバーで光る*/
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}


#main > div.yarpp.yarpp-related.yarpp-related-website.yarpp-template-yarpp-template-relative{
	display:none;/*HTML消去、visibility:hidden;/*非表示*/*/
}
