.midashi1 {
 /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
  font-size: 2em;
  color:gray;
}

h2 {
  color: #333333;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #333333;/*上線*/
  border-bottom: solid 3px #333333;/*下線*/
}

h2:first-letter{
	font-size: 2em;
  color: #7172ac;
}

h3 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
}

.midashi2 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
}

.midashi3 {
 /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
}

.black_bold {
	font-weight: bold;
}

.marker1 {
  background: linear-gradient(transparent 60%, #ffa500 0%);
}

.boldmarker1 {
	background: linear-gradient(transparent 60%, #ffa500 0%);
	font-weight: bold;
}

.red_bold {
	font-weight: bold;
	color: red;
}

.list5 ul,.list5 ol {
  margin: 3em 0 1em 0;
  border: solid 2px #ee8992;
  padding: 0.3em 0.5em;
  position: relative;
  color: #ee8992;
  list-style-type: none;
}
.list5 ol {
  counter-reset: number;
}
.list5 ul li,.list5 ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
  border-bottom: dashed 1px #ee8992;
}
.list5 ul li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left : 0.5em;
  color: #ee8992;
}
.list5 ol li:before {
  display: inline-block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #ee8992;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.list5 ul li:after,.list5 ol li:after{
  background: #ee8992;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 10px 0 10px;
  content: "POINT";
  letter-spacing: 0.1em;
}
.list5 ul li:last-of-type,.list5 ol li:last-of-type{
  border-bottom: none;
}

/*-----New Share HTML----*/

.link-box {
	border:1px solid #e1e1e1;
	padding:10px;
	display:flex;
	margin:30px;
}

.link-box:hover {
	background-color:#f3f3f3;
	-webkit-transition:background-color .35s;
	transition:background-color .35s;
}

.img-box {
	width:25%;
	float:left;
}

.img-box div {
	min-height:170px;
	background-size:cover;
	background-position:center center;
}

.text-box {
	width:75%;
	float:left;
	padding-left:20px;
	line-height:1.7;
	margin:0;
}

.text-box .title {
	font-size:18px;
	font-weight:600;
	color:#428bca;
	padding:0;
	margin:0;
}

.text-box .description {
	font-size:15px;
	color:#333;
	padding:0;
	margin:0;
}

@media only screen and (max-width:479px) {

.img-box div {
	min-height:80px;
}

.text-box {
	margin-left:10px;
	line-height:1.5;
}

.text-box .title {
	font-size:13px;
	margin:0;
}

.text-box .description {
	font-size:11px;
	margin-top:5px;
}
}

/*-----ここまで：New Share HTML----*/


/* アイコン周り全体 */
.flowbtn13{
font-family:'Arial', sans-serif;	
display:inline-block;
width:90%;
font-size:30px;
text-align:left;
border-bottom:dotted 1px #bbb;	
text-decoration:none;
}
/* マウスホバー時に下線を消す */
.flowbtn13:hover{
text-decoration:none;
}
/* Twitter */
.flowbtn13 .fa-twitter-square{
color:#55acee;
}
/* Twitterマウスホバー時 */
.fl_tw13 span:hover{
color:#55acee;
}

/***********************************
* amachazl customize from RoughLog
***********************************/

.amachazl-box {
    display: flex;
    align-items: center;
    margin: 32px 0;
    padding: 26px 16px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 2px;
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing:0.5px;
}
.amachazl-box a {
    box-sizing: border-box;
    text-decoration: unset;
}
.amachazl-box a:hover{
    text-decoration: underline;
}
.amachazl-image {
    width: 150px;
    min-width: 150px;
    margin: 0 16px 0 0;
    text-align: center;
}
.amachazl-image img {
    margin: 0;
}
.amachazl-name>a {
    display: block;
    margin-bottom: 12px;
    color: #1a73e8; /* タイトルカラー */
    font-weight:600;
}
.amachazl-name>a:hover {
    color: #174ea6 /* タイトルカラー ホバー */
}
/* サブテキスト */
.amachazl-powered-date,
.amachazl-powered-date>a,
.amachazl-detail {
    color: #b1b1b1;
    font-size: 0.75em;
    line-height: 16px;
}
.amachazl-powered-date>a {
    display: inline;
}
.amachazl-detail {
    margin-bottom: 12px;
}
.amachazl-link {
    margin-top: 12px;
}
.amachazl-link>a {
    display: block;
    width: 250px;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.12);
    background: #f0c14b;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    color: #222222;
    font-size: 0.75em;
    font-weight: 600;
    text-align: center;
}
.amachazl-link a:hover {
    background: #eeb933;
    background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
    background: linear-gradient(to bottom,#f5d78e,#eeb933);
    color: #222222 ;
    text-decoration: unset;
}
/* アイコンフォント Font Awesome ver5 */
.amachazl-link a:before {
    margin-right: 10px;
    font-family:'Font Awesome 5 Brands';
    font-weight:900;
    font-size: 0.9em;
    content: '\f270';
}
/*  解像度480px以下のスタイル */
@media screen and (max-width:480px){
.amachazl-box {
    display: block;
    font-size: 14px;
    text-align: center;
}
.amachazl-image {
    width: 100%;
    margin: 0 0 12px;
}
.amachazl-sub-info,
.amachazl-link>a {
    width: 100%;
}
}


/************************************
吹き出し
************************************/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 40px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 100px;　← 画像の幅を調整
  height: 100px;　← 画像の高さを調整
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 100px; ← 画像の幅を調整
  height: 100px; ← 画像の高さを調整
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  line-height: 0.5em;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 120px;　← 画像とテキストエリアの間隔を調整
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 120px; ← 画像とテキストエリアの間隔を調整
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
p.kaiwa-text {
  margin: 0 0 20px;
  background-color:#1dcd00;
  font-size:16px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

/************************************
アマクリリンク
************************************/
/*Amakuriデザイン*/
.nfx-amkr-box {
 border: 1px solid #ddd;
 box-sizing: border-box;
 display: -webkit-flex;
 display: flex;
 margin: 2em 0;
 padding: 1em;
}

@media screen and (max-width: 2000px){
.nfx-amkr-image img {  
 max-width: none;
}
.nfx-amkr-content {
 margin-left: 1em;
}
.nfx-amkr-title {
 font-weight: bold;
}
.nfx-amkr-credit {
 color: #666;
 font-size: .8em;
 text-align: right;
}
.nfx-amkr-desc {
 list-style: none;
}
.nfx-amkr-desc li {
 display: inline;
 margin-right: .8em;
}
.nfx-amkr-comment {
 color: #666;
 font-size: .9em;
}
.nfx-amkr-amzlink a {
 background-color: #ffa500;
 box-shadow: none;
 color: #fff;
 display: block;
 padding: 1em;
 text-align: center;
 text-decoration: none;
  font-weight: bold;
 border-radius : 10px;
}
}
@media screen and (max-width: 500px){
.nfx-amkr-image img {  
 max-width: 100px;
 height: auto;
}
.nfx-amkr-content {
 margin-left: 1em;
 font-size: .8em;
}
.nfx-amkr-title {
 font-weight: bold;
}
.nfx-amkr-credit {
 color: #666;
 font-size: .5em;
 text-align: right;
}
.nfx-amkr-desc {
 list-style: none;
}
.nfx-amkr-desc li {
 display: inline;
 margin-right: .8em;
}
.nfx-amkr-comment {
 color: #666;
 font-size: .8em;
}
.nfx-amkr-amzlink a {
 background-color: #ffa500;
 box-shadow: none;
 color: #fff;
 display: block;
 padding: 13px;
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 font-size: 1.2em;
 border-radius : 10px;
}
}

/************************************
Amazlet
************************************/
/*Amazletデザイン*/
.amazlet-box {
    color: #3E3E3E;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 32px;
    margin-bottom: 32px !important;
    padding: 26px 16px;
    border: 1px solid #eee;
    position: relative;
    border-radius: 2px;
}
.amazlet-box a {
    text-decoration: underline;
    box-shadow:none;
}
.amazlet-box a:hover {
    box-shadow:none;
}
.amazlet-image {
    margin: 0px 14px 1px 0px !important;
}
.amazlet-image img {
    margin: 0;
}
.amazlet-name a {
    color: #0066c0
}
.amazlet-name a:hover {
    color: #c45500
}
.amazlet-powered-date {
    font-size: 10px !important;
}
.amazlet-detail {
    font-size: 12px;
}
.amazlet-link {
    margin-top: 10px !important;
}
.amazlet-link a {
    width: 278px;
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #111;
    padding: 12px;
    margin: 10px 2px;
    background: #f4d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
}
.amazlet-link a:hover {
    color: #111 !important;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 1px 1px 7px 0 rgba(0,0,0,0.12), 1px 3px 1px -1px rgba(0,0,0,0.2);
}
.amazlet-link a:before {
    font-family: 'FontAwesome';
    content: '\f270';
    font-size: 90%;
    margin-right: 10px;
}
/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px){
.amazlet-box {
    font-size: 12px;
}
.amazlet-image {
    margin: 0px 10px 1px 0px !important;
}
.amazlet-sub-info {
    width: 100%;
}
.amazlet-detail {
    font-size: 10px;
}
.amazlet-link a {
    width: 96%;
    margin-right: 6px;
}
}


/*********/

/* ランキングデザイン  */


.column-wrap {
     margin-left: -1%;     margin-right: -1%;
}

.clearfix::before, .clearfix::after, .cf::before, .comment-respond::before, .cf::after, .comment-respond::after {
    content: "";
    display: table;
}

.column-wrap {
    float: left;
    width: 50%;
    padding: 0 1%;
}

.col2 {
    float: left;
    width: 50%;
    padding: 0 1%;
}

.su-service {
    position: relative;
    margin: 0 0 1.5em 0;
}

.shortcode-star-rating {
    padding: 0 0.5em;
}

.dashicons {
    font-size: 20px;
    width: auto;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
    vertical-align: middle;
}

.shortcode-star-rating [class^="dashicons dashicons-star-"]:before {
    color: #FCAE00;
}

.dashicons-star-filled:before {
    content: "\f155";
}

.su-service-title {
    display: block;
    margin-bottom: -15px;
    color: #333;
    font-weight: bold;
    font-size: 1.1em;
    min-height: 32px;
    line-height: 32px;
}

.su-service-content {
    padding-left: 46px;
    line-height: 1.4;
}

/*.clearfix1 {
    display: table;
    content: " "
}*/

.su-clearfix:before, .su-clearfix:after {
    display: table;
    content: " ";
}

.su-clearfix:after {
    clear: both;
}

#content dl, #content ol, #content p, #content ul {
    letter-spacing: .025em;
}

.entry-content li {
    list-style: none;
    position: relative;
    padding-left: 1.15em;
    margin: 9px;
}
/* 飯山
.entry-content img {
    margin: 0 0 0.8em;
    max-width: 100%;
    height: auto;
}
*/

.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto;
}

#content dl, #content ol, #content p, #content ul {
    letter-spacing: .025em;
}
.entry-content p {
    margin: 0 0 1.5em;
    line-height: 1.8;
}

@media only screen and (min-width: 768px)
.column-wrap p {
    margin-bottom: 0.5em;
}
.entry-content p {
    margin: 0 0 1.75em;
    line-height: 1.8;
}


.entry-content ul li:before {
    font-family: "fontawesome";
    content: "\f111";
    display: block;
    position: absolute;
    left: 2px;
    top: 1px;
    transform: scale(0.6);
    color: orangered;
}

.entry-content table {
    width: 100%;
    font-size: 95%;
    margin-bottom: 1.5em;
}

.entry-content th {
    background: rgba(0, 0, 0, 0.05);
    width: 25%;
}

.entry-content td, .entry-content th {
    padding: 5px;
    border: 1px solid #959595;
    line-height: 25px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


@media only screen and (max-width: 480px) {
.related_article {
    font-size: 0.8em;
}

.col2 {
    width:100%;
}

}

@media only screen and (min-width: 768px)
.column-wrap .col2, .column-wrap .col3 {
    float: left;
    width: 50%;
    padding: 0 1%;
}


