@charset "UTF-8";
/* CSS Document */

/* --------------------------------------
コンテンツ 共通
----------------------------------------- */
.article_body {
  margin:0 0 20px 0;
  padding-bottom:20px;
  color: #333;
  word-wrap: break-word;
  word-break: normal;
}


/* 画像が親要素からはみ出さない */
.article_body img {
  max-width: 100%;
  height: auto;
}

/* リストの記号を表示しない */
ul li, ol li {
list-style-type: none;
}


* {
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
.article_body {
  margin: 10px 0 0;
  padding-bottom:10px;
}

}


/* --------------------------------------
タイトル
----------------------------------------- */
/* 看板画像 */
.title_img {
  margin:0;
  width: 100%;
}

/* 文字タイトル */
h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
.title_img {
  margin: 5px 0;
}
.imgChange {
  width: 100%;
}

h2 {
  font-weight: normal;
}

}


/* --------------------------------------
本文
----------------------------------------- */
p {
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 2;
}

/* リード */
.lead {
  width: 95%;
  margin: 0 auto 15px;
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.8;
}

.lead strong, .parts_txt strong{
  font-weight: bold;
  color: #3c607e;
}


/* 詳しくはリンク */
a.text_link {
  display: block;
  margin: 10px 0 10px 20px;
  font-weight: normal;
  line-height: 1.3;
  padding-left:1.3em;
  text-indent:-1.3em;
}

a.text_link:before {
  padding-right: .5em;
  content: "\f138";
  font-family: FontAwesome;
}

/* お知らせ系 */
.info {
  padding-top: .5em;
  display: block;
  font-size: 16px;
  font-size: 1.0rem;
  line-height: 1.2;
  word-break: break-word;
  padding-left:1.3em;
  text-indent:-1.3em;
}
.info:before {
  margin-right: 6px;
  content: "\f046"; /* □の中にレ点 */
  font-family: FontAwesome;
}

.necessary{
  padding: .5em 0;
  display: block;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.2;
  word-break: break-word;
  padding-left:1.3em;
  text-indent:-1.3em;
}
.necessary:before {
  margin-right: 6px;
  content: "\f0a9"; /* ●の中に→ */
  font-family: FontAwesome;
}

.note {
  padding: .5em;
  display: block;
  font-size: 11px;
  font-size: 0.9rem;
  color: #bf0000;
  line-height: 1.4;
  word-break: break-word;
  padding-left:1.2em;
  text-indent:-1.2em;
}
.note:before {
  margin-right: 6px;
  content: "\f06a"; /* ●の中に！ */
  font-family: FontAwesome;
}

/* おすすめ */
.osusume:before {
  margin-right: 3px;
  font-size: 18px;
  font-size: 1.1rem;
  color: #F2970E;
  content: "\f0eb"; /* 電球 */
  font-family: FontAwesome;
}

/* 次へ矢印 */
.arrow_l {
  margin: 40px auto;
  font-size: 60px;
  color: #ee848b;
  text-align: center;
}

.arrow_m {
  margin: 30px auto;
  font-size: 40px;
  color: #ee848b;
  text-align: center;
}

.next_f078:before {
  content: "\f078"; /* 下向き大なり */
  font-family: FontAwesome;
}


.next_f13a:before {
  content: "\f13a"; /* ●の中に下向き大なり */
  font-family: FontAwesome;
}

.next_f138:before {
  content: "\f138"; /* ●の中に大なり */
  font-family: FontAwesome;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
p {
  padding: 0 .2em;
  line-height: 1.8;
}

.lead {
  margin: 0 auto 30px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8;
}

a.text_link {
  margin: 10px 0;
}

.info {
  margin: 0 5px;
  padding-top: 0;
  padding-bottom: 15px;
}

.mokuji_box .info {
  margin-left: 20px;
}

}


/* --------------------------------------
本文
----------------------------------------- */
/* ショートカット誘導 */
.shortcut_link a{
display: block;
  text-decoration:none !important;
  width: 580px;
  margin: 0 auto 40px;
  padding: .7em 1em;
  color: #fff;
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  background: #ED838A;
  border: solid 1px #ED838A;
  border-radius: 7px;
}

.shortcut_link a:link {
  text-decoration:none !important;
  color: #fff;
}
.shortcut_link a:visited {
  text-decoration:none !important;
  color: #fff;
}
.shortcut_link a:hover {
  text-decoration:none !important;
  color: #fff;
}
.shortcut_link a:active {
  text-decoration:none !important;
  color: #fff;
}
.shortcut_link a:focus {
  text-decoration:none !important;
  color: #fff;
}

/* 概要 */
#description {
  margin: 0 auto 30px;
}

/* モーションウィジェット本体 */
.widget_parts {
  width: 320px;
  margin: 0 auto;
  padding: .2em;
  border: solid 1px #ededed;
  border-radius: 5px;
}

/* ユーザーに合わせた機能説明 */
span.kome a{text-decoration:underline !important;}
span.kome a:link{text-decoration:underline !important;}
span.kome a:visited{text-decoration:underline !important;}
span.kome a:hover{text-decoration:underline !important;}
span.kome a:active{text-decoration:underline !important;}
span.kome a:focus{text-decoration:underline !important;}

#toha {
  width: 550px;
  margin: 30px auto 60px;
  padding: .5em;
  font-size: 0.8rem;
  line-height: 1.8;
  background: #fff;
  border: dashed 2px #ffc2d3;
  border-radius: 5px;
}
#toha dt{
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
  color: #3c607e;
}
#toha dd{
  padding-left: .8em;
}
#toha dd p{
  padding: .5em 0;
  font-size: 0.8rem;
  line-height: 1.8;
}


/* 説明枠 */
.partstxt_box {
  margin: 50px auto;
  padding: 1.5em 0;
  text-align: center;
  background: #f6f2b1;
  border: solid 1px #e3df9b;
  border-radius: 5px;
}

/* 説明 */
.parts_txt {
  padding: 0 1.9em;
  text-align: left;
}


/* リンクを作ろうボタン */
.add_widget a{
display: block;
  text-decoration:none !important;
  width: 550px;
  margin: 40px auto;
  padding: 1.5em 0;
  color: #FFF;
  text-align: center;
  background: #3c5f7d;
  border-right: solid 3px #ccd;
  border-bottom: solid 4px #bbc;
  border-radius: 7px;
}

.add_widget a:link {
  text-decoration:none !important;
  color: #FFF;
  font-size: 22px ;
  font-size: 1.4rem;
}
.add_widget a:visited {
  text-decoration:none !important;
  color: #FFF;
}
.add_widget a:hover {
  text-decoration:none !important;
  color: #FFF;
  -ms-transform: translate(2px,4px);
  -webkit-transform: translate(2px,4px);
  transform: translate(2px,4px);/*下に動く*/
  border-right: none;/*線を消す*/
  border-bottom: none;/*線を消す*/
}
.add_widget a:active {
  text-decoration:none !important;
  color: #FFF;
}
.add_widget a:focus {
  text-decoration:none !important;
  color: #FFF;
}

/* 効果的に掲載するには
----------------------------------------- */
.mokuji_box {
  width: 100%;
  margin: 0 auto;
  padding: 2em;
  line-height: 1.6;
  border: none;
  background-color: #fff5f7;
  box-shadow: 0 3px 0 rgba(8,1,2,0.03);
  border-radius: 10px;
}

.mokuji_ttl {
  margin: 0 0 7px;
  padding: 0 0 0.6em;
  color: #d03742;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  background-color: inherit;
  border-bottom: #ffc2d3 2px dashed;
}

.mokuji_txt {
  width: 650px;
  margin: 0 auto;
}
/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
.mokuji_txt {
width: 100%;
}
}

.mokuji_txt ol{
  counter-reset: counter-name;
  line-height: 1.6;
}

.mokuji_txt ol li {
  line-height: 1.6;
  font-size: 16px;

}

.mokuji_txt ol li:before{
  counter-increment: counter-name;
  content: counter(counter-name);
  padding-right: .3em;
  font-size: 2.5rem;
  color: #ffc2d3;
  line-height: 1.6;
  vertical-align: middle;
}


/* タブ型見出し */
.tab_ttl {
  width: 100%;
  margin: 20px auto 0;
  padding: 1em 0 1em .7em;
  font-size: 22px ;
  font-size: 1.4rem;
  color: #3c5f7d;
  background: #f6f2b1;
  border: solid #e3df9b;
  border-width: 2px 2px 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; /* 角丸 */
}

.tips_box {
  width: 100%;
  margin: 0 auto 40px;
  padding: 1em .5em;
  border: 2px solid #e3df9b;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.tips_box li{
  margin-bottom:  50px;
}

/* ステップ */
.step {
  width: 100px;
  margin-bottom: 5px;
  padding: .2em .7em;
  color: #fff;
  font-size: 14px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #e5577a;
  border: 3px double #fff;
  border-radius: 5px;
}

/* ポイント */
.point {
  width: 100px;
  padding: 0 .7em;
  color: #fff;
  font-size: 14px;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2;
  background-color: #e5577a;
  border: 3px double #fff;
  border-radius: 3px;
}

/* ユーザーに合わせた商品を表示 */
.step_txt {
  padding-left: 2em;
  font-size: 0.8rem;
  line-height: 1.6;
}

.contents_imgbox {
  margin: 10px auto 15px;
  padding: 20px 15px 15px;
  text-align: center;
  background-color: rgb(245, 245, 245);
  border-radius: .25em;
}

.more {
  padding: 1em 0 0 1em;
  border-top: 1px solid #e3df9b;
}

/* ユーザーの目に付く場所に
----------------------------------------- */
.osusumesize {
display: block;
  margin-left: 30px;
  font-size: 10px;
  font-size: 0.8rem;
  line-height: 1.4;
  word-break: break-word;
  padding-left:1.2em;
  text-indent:-1.2em;
}

#add_link {
}

#add_link ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 73.53%;
  background:url(/widget/images/add_link01_pc.png) no-repeat;
  background-size:cover;
}

#add_link li:first-child{
position: absolute;
  margin-right: 5px;
  padding: .3em .7em .5em .5em;
  background-color: #fff;
  top: 0;
  left: 10em;
  border: 3px solid #b98a0b;
}

#add_link li:first-child:before{
position: absolute;
  content: "";
  top: 1.6em;
  left: -2.4em;
  border: 18px solid transparent;
  border-right: 18px solid #b98a0b;
}

#add_link li:nth-child(2){
  position: absolute;
  margin-right: 5px;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  bottom: 7em;
  left: 19em;
  border: 3px solid #b98a0b;
}

#add_link li:nth-child(2):before{
position: absolute;
  content: "";
  bottom: -2.4em;
  left: 10em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

/* 各ブログでの貼りかた
----------------------------------------- */
#add_blog p{
  margin-left: 11px;
}

#add_blog ul{
  margin-top: 10px;
}

.howto_blog li{
  width: 30%;
  margin: 5px 10px;
}

.howto_blog li a{
display: block;
  padding: 1em 0.7em;
  text-decoration: none;
  color: #666;
  font-size: 19px ;
  font-size: 1.2rem;
  font-weight: bold;
  background: #fff5f7;
  border: 1px solid #e5577a;
  border-right: solid 3px #e5577a;
  border-bottom: solid 4px #e5577a;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.howto_blog li a:before,
.to_toppage a:before{
  margin-right: 6px;
  content: "\f054"; /* 大なり */
  color: #e5577a;
  font-family: FontAwesome;
}

.howto_blog li a:link {
  text-decoration: none !important;
  color: #666;
}
.howto_blog li a:visited {
  text-decoration: none !important;
  color: #666;
}
.howto_blog li a:hover { /* マウスをのせたとき */
  text-decoration: none !important;
  color: #e5577a;
  -ms-transform: translate(2px,4px);
  -webkit-transform: translate(2px,4px);
  transform: translate(2px,4px);/*下に動く*/
  border: 1px solid #e5577a;
}
.howto_blog li a:active {
  text-decoration: none !important;
  color: #e5577a;
}
.howto_blog li a:focus {
  text-decoration:none !important;
  color: #666;
}

.note_box {
  padding: 1em 1em 0;
}

.to_toppage {
display: block;
  width: 450px;
  margin: 0 auto;
  padding: 1.3em 1em;
  font-size: 18px ;
  font-size: 1.1rem;
  border: 1px solid #e5577a;
  border-radius: 7px;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
.shortcut_link a{
  width: 95%;
}

.display_box_sp {
display: table;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.widget_parts {
  width: 310px;
  margin: 0 auto 30px;
  padding: 0;
}

#toha {
  width: 98%;
}

#toha dd {
  padding-left: 0;
}

.partstxt_box {
display: table-cell;
  width: 60%;
  margin: 0 auto;
  padding: 0;
  vertical-align: top;
  background: #fff;
  border: unset;
}

.parts_txt {
  padding: 0 .2em 0 0;
}

.add_widget a{
  text-decoration: none;
  width: 95%;
  padding: .7em 0;
  line-height: 1.5;
}

.mokuji_box {
  padding: 1em .2em;
  border-radius: 0;/* 四隅の丸みリセット */
}

.mokuji_ttl {
  font-size: 1.2rem;
}

.mokuji_txt ol{
  padding-left:1em;
}
.mokuji_txt ol li{
  margin:0 0 10px 0;
  padding-top: 1em;
  font-size: 14px;
  line-height: 0.5;
  padding-left:0 1em 0 2em;
  text-indent:-2em;
  box-sizing: border-box;
}


.mokuji_txt ol li:before {
  font-size: 2rem;
  line-height: 30px;
}

.tab_ttl {
  width: 100%;
  margin: 0 auto;
  padding: .5em .2em;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  border-width: 2px 0px; /* ステッチの太さ */
  border-radius: 0;
}

.tips_box {
  width: 100%;
  padding: 1em 0;
  border-width: 0;
}

.contents_imgbox {
  margin: 10px auto 15px;
  padding: 20px 15px 15px;
  border-radius: 0;
}

.more {
  padding: .5em;
}

.step_txt {
  padding: 0 .2em;
}

#add_link ol{
  padding-bottom: 175.63%;
  background:url(/widget/images/add_link01_sp.png) no-repeat;
  background-size:100% auto;
}

#add_link li:nth-child(2){
  bottom: 42%;
  left: 5%;
  background: #fff5f7;
}

#add_link li:nth-child(2):before{
  bottom: -2.4em;
  left: 8em;
}

#add_blog p{
}

.howto_blog li{
  width: 95%;
}

.note_box {
  padding: 1em .7em 0;
}

.to_toppage {
  width: 95%;
  margin: 0 auto;
  padding: 1em .5em;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.to_toppage a:before {
  content:none;
}

}


/* --------------------------------------
ブログ共通
----------------------------------------- */
/* ○○をご利用の場合 */
.blog_service {
position: relative;
  width: 700px;
  padding: 20px 10px 20px 20px;
  font-weight: normal;
  border-bottom: 0;
  background-color: #fcf0f1;
  border: 1px solid #fcf0f1;
  border-radius: 10px 10px 0 0;
}
.blog_service:after{
position: absolute;
  content: '';
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: repeating-linear-gradient(-45deg, #f0b8bf, #f0b8bf 5px, #fcf0f1 0, #fcf0f1 10px);
}

.blog_service strong{
  padding-right: .2em;
  color: #d03742;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing:.05em
}


#fc2_mokuji.mokuji_box,
#jugem_mokuji.mokuji_box,
#livedoor_mokuji.mokuji_box,
#seesaa_mokuji.mokuji_box,
#so-net_mokuji.mokuji_box,
#cocolog_mokuji.mokuji_box,
#hatena_mokuji.mokuji_box,
#yaplog_mokuji.mokuji_box {
  border-radius: 0 0 10px 10px;
}

/* 説明タイトル */
.blog_ttl {
  font-weight: bold;
  line-height: 1.6;
  background-color: inherit;
}

.blog_txt {
  width: 550px;
  margin: 0 auto;
}

.blog_txt ol{
  margin-top: 20px;
  counter-reset: counter-name;
  font-size: 1rem;
  line-height: 1.6;
}

.blog_txt ol li{
  font-size: 18px;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 1px;
  padding-left: 2.2em;
  text-indent: -2.2em;
}

.blog_txt ol li:before{
  padding-right: .3em;
  counter-increment: counter-name;
  content: counter(counter-name);
  font-size: 2.6rem;
  color: #ffc2d3;
  line-height: 1.6;
  vertical-align: middle;
}

/* タブ型見出し */
.blog_tab {
  width: 100%;
  margin: 20px auto 0;
  padding: .5em 0 .5em .7em;
  font-size: 20px ;
  font-size: 1.3rem;
  color: #3c5f7d;
  text-align: center;
  background: #f6f2b1;
  border: solid #e3df9b;
  border-width: 2px 2px 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; /* 角丸 */
}

.tips_txt {
  width: 450px;
  margin: 0 auto 10px;
  line-height: 2;
}

/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
.blog_service {
  width: 100%;
}

.blog_service strong {
  font-size: 1.3rem;font-size: 1.3rem;
}

.blog_ttl {
  padding: 0 .4em .7em 1.2em;
}

.blog_txt ol li{
  margin-bottom: 20px;
  font-size: 1rem;
}

.blog_txt ol li:before{
  margin: 10px auto;
  padding-right: .3em;
  font-size: 2.3rem;
  color: #ffc2d3;
  line-height: 0.7;
  vertical-align: top;
}

.blog_tab {
  width: 100%;
  margin: 0 auto;
  padding: .5em .2em;
  background: #fff5f7;
  border: solid #ffc2d3;
  border-width: 2px 0px; /* ステッチの太さ */
  border-radius: 0;/* 四隅の丸みリセット */
}

.blog_txt {
  width: 95%;
}

.tips_txt {
  width: 95%;
}

}

/* 各ブログ */

/* FC2
----------------------------------------- */
#fc2_pc01 {
}

#fc2_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 113.23%;
  background:url(/widget/images/add_blog/fc2_pc01.png) no-repeat;
  background-size:cover;
}


#fc2_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 21em;
  left: 11.5em;
  border: 3px solid #b98a0b;
}

#fc2_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: .8em;
  left: -2.4em;
  border: 18px solid transparent;
  border-right: 18px solid #b98a0b;
}

#fc2_pc01 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 11em;
  left: 14em;
  border: 3px solid #b98a0b;
}

#fc2_pc01 li:nth-child(2):before{
position: absolute;
  content: "";
  top: -2.4em;
  left: 8em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}

#fc2_pc01 li:nth-child(3){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  bottom: 6.5em;
  left: 21em;
  border: 3px solid #b98a0b;
}

#fc2_pc01 li:nth-child(3):before{
position: absolute;
  content: "";
  bottom: -2.4em;
  left: 7.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#fc2_pc02 {
}

#fc2_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 82.05%;
  background:url(/widget/images/add_blog/fc2_pc02.png) no-repeat;
  background-size:cover;
}

#fc2_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 9.5em;
  left: 18em;
  border: 3px solid #b98a0b;
}

#fc2_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 5em;
  left: 5.7em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#fc2_pc02 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 25em;
  left: 17em;
  border: 3px solid #b98a0b;
}

#fc2_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  bottom: -2.4em;
  left: 4em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#fc2_pc01 ol {
  background-size:100% auto;
}

#fc2_pc01 li:first-child{
  top: 42%;
  left: 28%;
  background: #fff5f7;
}

#fc2_pc01 li:first-child:before{
  top: .3em;
  left: -1.9em;
  border: 14px solid transparent;
  border-right: 14px solid #b98a0b;
}


#fc2_pc01 li:nth-child(2){
  top: 21%;
  left: 30%;
  background: #fff5f7;
}

#fc2_pc01 li:nth-child(2):before{
  content:none;
}

#fc2_pc01 li:nth-child(2):after{
position: absolute;
  content: "";
  top: -1.9em;
  left: 6.7em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#fc2_pc01 li:nth-child(3){
  bottom: 9%;
  left: unset;
  right: 2%;
  background: #fff5f7;
}

#fc2_pc01 li:nth-child(3):before{
  content:none;
}

#fc2_pc01 li:nth-child(3):after{
position: absolute;
  content: "";
  top: 2.3em;
  left: 7em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#fc2_pc02 ol{
  background-size:100% auto;
}

#fc2_pc02 li:first-child{
  top: 19%;
  left: unset;
  right: .2em;
  background: #fff5f7;
}

#fc2_pc02 li:first-child:before{
  content:none;
}

#fc2_pc02 li:first-child:after{
position: absolute;
  content: "";
  top: 3.6em;
  left: 5.5em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#fc2_pc02 li:nth-child(2){
  top: 68%;
  left: 35%;
  background: #fff5f7;
}

#fc2_pc02 li:nth-child(2):before{
  content:none;
}

#fc2_pc02 li:nth-child(2):after{
position: absolute;
  content: "";
  top: 2.3em;
  left: 3.5em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

}

/* はてな
----------------------------------------- */
#hatena_pc01 {
}

#hatena_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 80.88%;
  background:url(/widget/images/add_blog/hatena_pc01.png) no-repeat;
  background-size:cover;
}


#hatena_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 1.4em;
  left: 8em;
  border: 3px solid #b98a0b;
}

#hatena_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: 1em;
  left: -2.4em;
  border: 18px solid transparent;
  border-right: 18px solid #b98a0b;
}

#hatena_pc01 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 15em;
  left: 19em;
  border: 3px solid #b98a0b;
}

#hatena_pc01 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .9em;
  left: -2.4em;
  border: 18px solid transparent;
  border-right: 18px solid #b98a0b;
}

#hatena_pc01 li:nth-child(3){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  bottom: -2.8em;
  left: 19em;
  border: 3px solid #b98a0b;
}

#hatena_pc01 li:nth-child(3):before{
position: absolute;
  content: "";
  top: .9em;
  left: -2.4em;
  border: 18px solid transparent;
  border-right: 18px solid #b98a0b;
}

#hatena_pc02 {
}

#hatena_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 73.53%;
  background:url(/widget/images/add_blog/hatena_pc02.png) no-repeat;
  background-size:cover;
}

#hatena_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 12.5em;
  left: 1em;
  border: 3px solid #b98a0b;
}

#hatena_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 3.9em;
  left: 4.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#hatena_pc02 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: .1em;
  left: 22em;
  border: 3px solid #b98a0b;
}

#hatena_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  top: 5.1em;
  left: 5.7em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#hatena_pc02 li:nth-child(3){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  bottom: -2.3em;
  left: 6em;
  border: 3px solid #b98a0b;
}

#hatena_pc02 li:nth-child(3):before{
position: absolute;
  content: "";
  top: .7em;
  left: -2.4em;
  border: 18px solid transparent;
  border-right: 18px solid #b98a0b;
}

/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#hatena_pc01 ol {
  background-size:100% auto;
}

#hatena_pc01 li:first-child{
  top: 4%;
  left: 20%;
  background: #fff5f7;
}

#hatena_pc01 li:first-child:before{
  content:none;
}

#hatena_pc01 li:first-child:after{
  content: "";
  position: absolute;
  top: .5em;
  left: -1.8em;
  border: 14px solid transparent;
  border-right: 14px solid #b98a0b;
}

#hatena_pc01 li:nth-child(2){
  top: 26%;
  left: 5%;
  background: #fff5f7;
}

#hatena_pc01 li:nth-child(2):before{
  content:none;
}

#hatena_pc01 li:nth-child(2):after{
position: absolute;
  content: "";
  top: 2.4em;
  left: 6.5em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#hatena_pc01 li:nth-child(3){
  bottom: -1%;
  left: 1%;
  background: #fff5f7;
}

#hatena_pc01 li:nth-child(3):before{
  content:none;
}

#hatena_pc01 li:nth-child(3):after{
position: absolute;
  content: "";
  top: 2.4em;
  left: 6.5em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#hatena_pc02 {
margin-top: 30px;
}

#hatena_pc02 ol{
  background-size:100% auto;
}

#hatena_pc02 li:first-child{
  top: 25%;
  left: 1%;
  background: #fff5f7;
}

#hatena_pc02 li:first-child:before{
  content:none;
}

#hatena_pc02 li:first-child:after{
position: absolute;
  content: "";
  top: 3.6em;
  left: 2em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#hatena_pc02 li:nth-child(2){
  top: -8%;
  left: unset;
  right: 1%;
  background: #fff5f7;
}

#hatena_pc02 li:nth-child(2):before{
  content:none;
}

#hatena_pc02 li:nth-child(2):after{
position: absolute;
  content: "";
  top: 3.5em;
  left: 4.5em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#hatena_pc02 li:nth-child(3){
  bottom: -16%;
  left: 15%;
  background: #fff5f7;
}

#hatena_pc02 li:nth-child(3):before{
  top: .3em;
  left: -1.9em;
  border: 14px solid transparent;
  border-right: 14px solid #b98a0b;
}

}

/* JUGEM
----------------------------------------- */
#jugem_pc01 {
}

#jugem_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 64.71%;
  background:url(/widget/images/add_blog/jugem_pc01.png) no-repeat;
  background-size:cover;
}


#jugem_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 4.2em;
  left: 22.5em;
  border: 3px solid #b98a0b;
}

#jugem_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 3.7em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#jugem_pc01 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 22em;
  left: 7.4em;
  border: 3px solid #b98a0b;
}

#jugem_pc01 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .7em;
  left: 14em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}


#jugem_pc02 {
}

#jugem_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 75.44%;
  background:url(/widget/images/add_blog/jugem_pc02.png) no-repeat;
  background-size:cover;
}

#jugem_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 12.9em;
  left: 29em;
  border: 3px solid #b98a0b;
}

#jugem_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 3.9em;
  left: 4.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#jugem_pc03 {
}

#jugem_pc03 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 82.79%;
  background:url(/widget/images/add_blog/jugem_pc03.png) no-repeat;
  background-size:cover;
}

#jugem_pc03 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 13.5em;
  left: 2em;
  border: 3px solid #b98a0b;
}

#jugem_pc03 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 10.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#jugem_pc03 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 31.5em;
  left: 17.5em;
  border: 3px solid #b98a0b;
}

#jugem_pc03 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .7em;
  left: 14em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#jugem_pc01 ol {
position: relative;
  background-size:100% auto;
}

#jugem_pc01 li:first-child{
  top: 10%;
  left: 42%;
  background: #fff5f7;
}

#jugem_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: 2.3em;
  left: 3.6em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#jugem_pc01 li:nth-child(2){
  top: 57%;
  left: unset;
  right: 3%;
  background: #fff5f7;
}

#jugem_pc01 li:nth-child(2):before{
  content:none;
}

#jugem_pc01 li:nth-child(2):after{
position: absolute;
  content: "";
  top: 2.3em;
  left: 3.2em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#jugem_pc02 {
margin-top: 30px;
}

#jugem_pc02 ol{
  background-size:100% auto;
}

#jugem_pc02 li:first-child{
  top: 38%;
  left: unset;
  right: 3%;
  background: #fff5f7;
}

#jugem_pc02 li:first-child:before{
  content:none;
}

#jugem_pc02 li:first-child:after{
position: absolute;
  content: "";
  top: 2.3em;
  left: 7em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#jugem_pc03 {
margin-top: 30px;
}

#jugem_pc03 ol{
  background-size:100% auto;
}

#jugem_pc03 li:first-child{
  top: 26%;
  left: 18%;
  background: #fff5f7;
}

#jugem_pc03 li:first-child:before{
  content:none;
}

#jugem_pc03 li:first-child:after{
position: absolute;
  content: "";
  top: 3.6em;
  left: 2em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#jugem_pc03 li:nth-child(2){
  top: 88%;
  left: unset;
  right: 25%;
  background: #fff5f7;
}

#jugem_pc03 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .3em;
  left: 12.7em;
  border: 14px solid transparent;
  border-left: 14px solid #b98a0b;
}

}


/* livedoor
----------------------------------------- */
#livedoor_pc01 {
}

#livedoor_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 52.65%;
  background:url(/widget/images/add_blog/livedoor_pc01.png) no-repeat;
  background-size:cover;
}


#livedoor_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 10.8em;
  left: 29em;
  border: 3px solid #b98a0b;
}

#livedoor_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 6.1em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#livedoor_pc02 {
}

#livedoor_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 59.12%;
  background:url(/widget/images/add_blog/livedoor_pc02.png) no-repeat;
  background-size:cover;
}

#livedoor_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 5.4em;
  left: 1.6em;
  border: 3px solid #b98a0b;
}

#livedoor_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 4.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#livedoor_pc02 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 17em;
  left: 7em;
  border: 3px solid #b98a0b;
}

#livedoor_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  top: -2.4em;
  left: 5em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}

#livedoor_pc03 {
}

#livedoor_pc03 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 110.29%;
  background:url(/widget/images/add_blog/livedoor_pc03.png) no-repeat;
  background-size:cover;
}

#livedoor_pc03 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 17em;
  left: 2.1em;
  border: 3px solid #b98a0b;
}

#livedoor_pc03 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 10.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#livedoor_pc03 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 41.5em;
  left: 7.5em;
  border: 3px solid #b98a0b;
}

#livedoor_pc03 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .6em;
  left: 11.7em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#livedoor_pc01 ol {
position: relative;
  background-size:100% auto;
}

#livedoor_pc01 li:first-child{
  top: 44%;
  left: unset;
  right: 3%;
  background: #fff5f7;
}

#livedoor_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: 2.3em;
  left: 7.4em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#livedoor_pc02 {
margin-top: 30px;
}

#livedoor_pc02 ol{
  background-size:100% auto;
}

#livedoor_pc02 li:first-child{
  top: 16%;
  left: 4%;
  background: #fff5f7;
}

#livedoor_pc02 li:first-child:before{
  content:none;
}

#livedoor_pc02 li:first-child:after{
position: absolute;
  content: "";
  top: 2.3em;
  left: 2em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#livedoor_pc02 li:nth-child(2){
  top: 68%;
  left: 4%;
  background: #fff5f7;
}

#livedoor_pc02 li:nth-child(2):before{
  content:none;
}

#livedoor_pc02 li:nth-child(2):after{
position: absolute;
  content: "";
  top: -1.9em;
  left: 4.7em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#livedoor_pc03 {
margin-top: 30px;
}

#livedoor_pc03 ol{
  background-size:100% auto;
}

#livedoor_pc03 li:first-child{
  top: 27%;
  left: 10%;
  background: #fff5f7;
}

#livedoor_pc03 li:first-child:before{
  border-top: unset;
}

#livedoor_pc03 li:first-child:after{
position: absolute;
  content: "";
  top: 3.6em;
  left: 2em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#livedoor_pc03 li:nth-child(2){
  top: 75%;
  left: unset;
  right: 15%;
  background: #fff5f7;
}

#livedoor_pc03 li:nth-child(2):before{
  content:none;
}

#livedoor_pc03 li:nth-child(2):after{
position: absolute;
  content: "";
  top: 2.4em;
  left: 2.2em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

}


/* seesaa
----------------------------------------- */
#seesaa_pc01 {
}

#seesaa_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 41.12%;
  background:url(/widget/images/add_blog/seesaa_pc01.png) no-repeat;
  background-size:cover;
}


#seesaa_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 4.5em;
  left: 24.7em;
  border: 3px solid #b98a0b;
}

#seesaa_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 6em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#seesaa_pc02 {
}

#seesaa_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 64.26%;
  background:url(/widget/images/add_blog/seesaa_pc02.png) no-repeat;
  background-size:cover;
}

#seesaa_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 12.3em;
  left: 25em;
  border: 3px solid #b98a0b;
}

#seesaa_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 4.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#seesaa_pc02 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 23.4em;
  left: 29em;
  border: 3px solid #b98a0b;
}

#seesaa_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  top: -2.4em;
  left: 6.6em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}

#seesaa_pc03 {
}

#seesaa_pc03 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 92.65%;
  background:url(/widget/images/add_blog/seesaa_pc03.png) no-repeat;
  background-size:cover;
}

#seesaa_pc03 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 6.6em;
  left: 2.1em;
  border: 3px solid #b98a0b;
}

#seesaa_pc03 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 10.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#seesaa_pc03 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 33.4em;
  left: 5em;
  border: 3px solid #b98a0b;
}

#seesaa_pc03 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .6em;
  left: 10em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#seesaa_pc01 ol {
position: relative;
  background-size:100% auto;
}

#seesaa_pc01 li:first-child{
  top: 19%;
  left: unset;
  right: 3%;
  background: #fff5f7;
}

#seesaa_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: 2.3em;
  left: 4.6em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#seesaa_pc02 {
margin-top: 30px;
}

#seesaa_pc02 ol{
  background-size:100% auto;
}

#seesaa_pc02 li:first-child{
  top: 41%;
  left: unset;
  right: 7%;
  background: #fff5f7;
}

#seesaa_pc02 li:first-child:before{
  content:none;
}

#seesaa_pc02 li:first-child:after{
position: absolute;
  content: "";
  top: 2.3em;
  left: 3em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#seesaa_pc02 li:nth-child(2){
  top: 86%;
  left: unset;
  right: 2%;
  background: #fff5f7;
}

#seesaa_pc02 li:nth-child(2):before{
  content:none;
}

#seesaa_pc02 li:nth-child(2):after{
position: absolute;
  content: "";
  top: -1.8em;
  left: unset;
  right: 1.6em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#seesaa_pc03 {
margin-top: 30px;
}

#seesaa_pc03 ol{
  background-size:100% auto;
}

#seesaa_pc03 li:first-child{
  top: 6.4%;
  left: 10%;
  background: #fff5f7;
}

#seesaa_pc03 li:first-child:before{
  border-top: unset;
}

#seesaa_pc03 li:first-child:after{
position: absolute;
  content: "";
  top: 3.6em;
  left: 4em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#seesaa_pc03 li:nth-child(2){
  top: 68%;
  left: unset;
  right: 32%;
  background: #fff5f7;
}

#seesaa_pc03 li:nth-child(2):before{
  content:none;
}

#seesaa_pc03 li:nth-child(2):after{
position: absolute;
  content: "";
  top: 2.3em;
  left: 2.2em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

}

/* so-net
----------------------------------------- */
#so-net_pc01 {
}

#so-net_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 39.71%;
  background:url(/widget/images/add_blog/so-net_pc01.png) no-repeat;
  background-size:cover;
}


#so-net_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 5.5em;
  left: 14em;
  border: 3px solid #b98a0b;
}

#so-net_pc01 li:first-child:before{
position: absolute;
  content: "";
  bottom: 3.8em;
  left: 5em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}

#so-net_pc02 {
}

#so-net_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 77.94%;
  background:url(/widget/images/add_blog/so-net_pc02.png) no-repeat;
  background-size:cover;
}

#so-net_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 11.5em;
  left: 15em;
  border: 3px solid #b98a0b;
}

#so-net_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 4.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#so-net_pc02 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 23.2em;
  left: 18em;
  border: 3px solid #b98a0b;
}

#so-net_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  top: -2.4em;
  left: 2.4em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}

#so-net_pc03 {
}

#so-net_pc03 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 55.15%;
  background:url(/widget/images/add_blog/so-net_pc03.png) no-repeat;
  background-size:cover;
}

#so-net_pc03 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 1.4em;
  left: 6.3em;
  border: 3px solid #b98a0b;
}

#so-net_pc03 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 10.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#so-net_pc03 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 17em;
  left: 5em;
  border: 3px solid #b98a0b;
}

#so-net_pc03 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .6em;
  left: 14em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#so-net_pc01 ol {
position: relative;
  background-size:100% auto;
}

#so-net_pc01 li:first-child{
  top: 35%;
  left: unset;
  right: 30%;
  background: #fff5f7;
}

#so-net_pc01 li:first-child:before{
position: absolute;
  content: "";
  bottom: 2.3em;
  left: 4.6em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#so-net_pc02 {
margin-top: 30px;
}

#so-net_pc02 ol{
  background-size:100% auto;
}

#so-net_pc02 li:first-child{
  top: 32%;
  left: unset;
  right: 20%;
  background: #fff5f7;
}

#so-net_pc02 li:first-child:before{
  content:none;
}

#so-net_pc02 li:first-child:after{
position: absolute;
  content: "";
  position: absolute;
  top: 2.3em;
  left: 3em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#so-net_pc02 li:nth-child(2){
  top: 70%;
  left: unset;
  right: 2%;
  background: #fff5f7;
}

#so-net_pc02 li:nth-child(2):before{
  content:none;
}

#so-net_pc02 li:nth-child(2):after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 0;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#so-net_pc03 {
margin-top: 30px;
}

#so-net_pc03 ol{
  background-size:100% auto;
}

#so-net_pc03 li:first-child{
  top: 0;
  left: 15%;
  background: #fff5f7;
}

#so-net_pc03 li:first-child:before{
  border-top: unset;
}

#so-net_pc03 li:first-child:after{
position: absolute;
  content: "";
  position: absolute;
  top: 2.3em;
  left: 4em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#so-net_pc03 li:nth-child(2){
  top: 92%;
  left: unset;
  right: 2%;
  background: #fff5f7;
}

#so-net_pc03 li:nth-child(2):before{
  content:none;
}

#so-net_pc03 li:nth-child(2):after{
position: absolute;
  content: "";
  bottom: 2.3em;
  right: 8.6em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

}

/* ココログ
----------------------------------------- */
#cocolog_pc01 {
}

#cocolog_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 72.06%;
  background:url(/widget/images/add_blog/cocolog_pc01.png) no-repeat;
  background-size:cover;
}


#cocolog_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 2em;
  left: 23em;
  border: 3px solid #b98a0b;
}

#cocolog_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: .7em;
  left: 12.4em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 7.4em;
  left: 18em;
  border: 3px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(2):before{
position: absolute;
  content: "";
  bottom: -2.4em;
  left: 6em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(3){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 9.5em;
  left: 1.4em;
  border: 3px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(3):before{
position: absolute;
  content: "";
  bottom: -2.4em;
  left: 3.2em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(4){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 23.3em;
  left: 7.5em;
  border: 3px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(4):before{
position: absolute;
  content: "";
  top: .7em;
  left: 13.3em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}

#cocolog_pc02 {
}

#cocolog_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 66.94%;
  background:url(/widget/images/add_blog/cocolog_pc02.png) no-repeat;
  background-size:cover;
}

#cocolog_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 3.4em;
  left: .4em;
  border: 3px solid #b98a0b;
}

#cocolog_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 4.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#cocolog_pc02 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 24.5em;
  left: 5.4em;
  border: 3px solid #b98a0b;
}

#cocolog_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .4em;
  left: -2.4em;
  border: 18px solid transparent;
  border-right: 18px solid #b98a0b;
}

#cocolog_pc03 {
}

#cocolog_pc03 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 29.85%;
  background:url(/widget/images/add_blog/cocolog_pc03.png) no-repeat;
  background-size:cover;
}

#cocolog_pc03 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 6.7em;
  left: 27.3em;
  border: 3px solid #b98a0b;
}

#cocolog_pc03 li:first-child:before{
position: absolute;
  content: "";
  top: -2.4em;
  left: 4em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}

#cocolog_pc04 {
}

#cocolog_pc04 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 39.71%;
  background:url(/widget/images/add_blog/cocolog_pc04.png) no-repeat;
  background-size:cover;
}

#cocolog_pc04 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 3.2em;
  left: .3em;
  border: 3px solid #b98a0b;
}

#cocolog_pc04 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 0em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#cocolog_pc04 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 15.5em;
  left: .3em;
  border: 3px solid #b98a0b;
}

#cocolog_pc04 li:nth-child(2):before{
position: absolute;
  content: "";
  top: -2.4em;
  left: 2em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#cocolog_pc01 ol {
position: relative;
  background-size:100% auto;
}

#cocolog_pc01 li:first-child{
  top: -1%;
  left: unset;
  right: 17%;
  background: #fff5f7;
}

#cocolog_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: .5em;
  left: 11.1em;
  border: 14px solid transparent;
  border-left: 14px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(2){
  top: 20%;
  left: unset;
  right: 5%;
  background: #fff5f7;
}

#cocolog_pc01 li:nth-child(2):before{
position: absolute;
  content: "";
  bottom: -1.8em;
  left: 5em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(3){
  top: 68%;
  left: 3%;
  background: #fff5f7;
}

#cocolog_pc01 li:nth-child(3):before{
  content:none;
}

#cocolog_pc01 li:nth-child(3):after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#cocolog_pc01 li:nth-child(4){
  top: 92%;
  left: unset;
  right: 3%;
  background: #fff5f7;
}

#cocolog_pc01 li:nth-child(4):before{
  content:none;
}

#cocolog_pc01 li:nth-child(4):after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#cocolog_pc02 {
margin-top: 30px;
}

#cocolog_pc02 ol{
  background-size:100% auto;
}

#cocolog_pc02 li:first-child{
  top: 5%;
  left: 5%;
  background: #fff5f7;
}

#cocolog_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 2.3em;
  left: 5em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#cocolog_pc02 li:nth-child(2){
  top: 85%;
  left: 13%;
  background: #fff5f7;
}

#cocolog_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .1em;
  left: -1.8em;
  border: 14px solid transparent;
  border-right: 14px solid #b98a0b;
}

#cocolog_pc03 {
margin-top: 30px;
}

#cocolog_pc03 ol{
  background-size:100% auto;
}

#cocolog_pc03 li:first-child{
  top: 55%;
  left: unset;
  right: 3%;
  background: #fff5f7;
}

#cocolog_pc03 li:first-child:before{
position: absolute;
  content: "";
  top: -1.8em;
  left: 3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#cocolog_pc04 {
margin-top: 30px;
}

#cocolog_pc04 ol{
  background-size:100% auto;
}

#cocolog_pc04 li:first-child{
  top: 10%;
  left: 1%;
  background: #fff5f7;
}

#cocolog_pc04 li:first-child:before{
position: absolute;
  content: "";
  top: 2.3em;
  left: 0;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}


#cocolog_pc04 li:nth-child(2){
  top: 92%;
  left: 1%;
  background: #fff5f7;
}

#cocolog_pc04 li:nth-child(2):before{
position: absolute;
  content: "";
  top: -1.8em;
  left: 1em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}


}

/* ヤプログ
----------------------------------------- */
#yaplog_pc01 {
}

#yaplog_pc01 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 48.53%;
  background:url(/widget/images/add_blog/yaplog_pc01.png) no-repeat;
  background-size:cover;
}

#yaplog_pc01 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 2em;
  left: 4.8em;
  border: 3px solid #b98a0b;
}

#yaplog_pc01 li:first-child:before{
position: absolute;
  content: "";
  top: .7em;
  left: 13.2em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}

#yaplog_pc01 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 12.5em;
  left: 3.6em;
  border: 3px solid #b98a0b;
}

#yaplog_pc01 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .7em;
  left: 14.9em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}

#yaplog_pc02 {
}

#yaplog_pc02 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 90.44%;
  background:url(/widget/images/add_blog/yaplog_pc02.png) no-repeat;
  background-size:cover;
}

#yaplog_pc02 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 5.5em;
  left: .4em;
  border: 3px solid #b98a0b;
}

#yaplog_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 4.5em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}

#yaplog_pc02 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 33em;
  left: 2.4em;
  border: 3px solid #b98a0b;
}

#yaplog_pc02 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .8em;
  left: 11.6em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}

#yaplog_pc03 {
}

#yaplog_pc03 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 45.59%;
  background:url(/widget/images/add_blog/yaplog_pc03.png) no-repeat;
  background-size:cover;
}

#yaplog_pc03 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 2em;
  left: 4.8em;
  border: 3px solid #b98a0b;
}

#yaplog_pc03 li:first-child:before{
position: absolute;
  content: "";
  top: .7em;
  left: 13.2em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}

#yaplog_pc03 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 13em;
  left: 6.8em;
  border: 3px solid #b98a0b;
}

#yaplog_pc03 li:nth-child(2):before{
position: absolute;
  content: "";
  top: .7em;
  left: 11.7em;
  border: 18px solid transparent;
  border-left: 18px solid #b98a0b;
}

#yaplog_pc04 {
}

#yaplog_pc04 ol{
position: relative;
  font-size: 1rem;
  line-height: 2;
  height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-bottom: 94.11%;
  background:url(/widget/images/add_blog/yaplog_pc04.png) no-repeat;
  background-size:cover;
}

#yaplog_pc04 li:first-child{
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 15em;
  left: 14.4em;
  border: 3px solid #b98a0b;
}

#yaplog_pc04 li:first-child:before{
position: absolute;
  content: "";
  top: -2.4em;
  left: 2em;
  border: 18px solid transparent;
  border-bottom: 18px solid #b98a0b;
}

#yaplog_pc04 li:nth-child(2){
position: absolute;
  padding: .5em .7em .5em .5em;
  background-color: #fff;
  top: 30em;
  left: 14em;
  border: 3px solid #b98a0b;
}

#yaplog_pc04 li:nth-child(2):before{
position: absolute;
  content: "";
  top: 3.8em;
  left: 4.8em;
  border: 18px solid transparent;
  border-top: 18px solid #b98a0b;
}


/* 
ｗ600以下
----------------------------------------- */
@media screen and (max-width: 600px) {
#yaplog_pc01 ol {
position: relative;
  background-size:100% auto;
}

#yaplog_pc01 li:first-child{
  top: 33%;
  left: unset;
  right: 20%;
  background: #fff5f7;
}

#yaplog_pc01 li:first-child:before{
  content:none;
}

#yaplog_pc01 li:first-child:after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 4.3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#yaplog_pc01 li:nth-child(2){
  top: 85%;
  left: unset;
  right: 3%;
  background: #fff5f7;
}

#yaplog_pc01 li:nth-child(2):before{
  content:none;
}

#yaplog_pc01 li:nth-child(2):after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 4.3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#yaplog_pc02 {
margin-top: 30px;
}

#yaplog_pc02 ol{
  background-size:100% auto;
}

#yaplog_pc02 li:first-child{
  top: 10%;
  left: 5%;
  background: #fff5f7;
}

#yaplog_pc02 li:first-child:before{
position: absolute;
  content: "";
  top: 2.3em;
  left: 4em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

#yaplog_pc02 li:nth-child(2){
  top: 100%;
  left: 23%;
  background: #fff5f7;
}

#yaplog_pc02 li:nth-child(2):before{
  content:none;
}

#yaplog_pc02 li:nth-child(2):after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 4.3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#yaplog_pc03 {
margin-top: 30px;
}

#yaplog_pc03 ol{
  background-size:100% auto;
}

#yaplog_pc03 li:first-child{
  top: 37%;
  left: unset;
  right: 15%;
  background: #fff5f7;
}

#yaplog_pc03 li:first-child:before{
  content:none;
}

#yaplog_pc03 li:first-child:after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 4.3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#yaplog_pc03 li:nth-child(2){
  top: 97%;
  left: unset;
  right: 23%;
  background: #fff5f7;
}

#yaplog_pc03 li:nth-child(2):before{
  content:none;
}

#yaplog_pc03 li:nth-child(2):after{
position: absolute;
  content: "";
  top: -1.8em;
  left: 4.3em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}

#yaplog_pc04 {
margin-top: 30px;
}

#yaplog_pc04 ol{
  background-size:100% auto;
}

#yaplog_pc04 li:first-child{
  top: 38%;
  left: unset;
  right: 30%;
  background: #fff5f7;
}

#yaplog_pc04 li:first-child:before{
position: absolute;
  content: "";
  top: -1.8em;
  left: 4em;
  border: 14px solid transparent;
  border-bottom: 14px solid #b98a0b;
}


#yaplog_pc04 li:nth-child(2){
  top: 72%;
  left: unset;
  right: 30%;
  background: #fff5f7;
}

#yaplog_pc04 li:nth-child(2):before{
position: absolute;
  content: "";
  top: 2.3em;
  left: 4em;
  border: 14px solid transparent;
  border-top: 14px solid #b98a0b;
}

}


/* --------------------------------------
Box Area
----------------------------------------- */
/* 横並び枠 */
.flex_box {
  width: 100%;
  margin: auto;
  padding: 0;
  border: none;
  background: #fff;
  display: -webkit-flex; /* safari */
  display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row; /* 横並びに表示する */
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap; /* 画面幅に収まらない場合は折り返す */
  -webkit-align-items: stretch; /* Safari */
  align-items: stretch; /* 縦方向高さいっぱい */
  -webkit-justify-content: flex-start; /* Safari */
  justify-content: flex-start; /* 横方向左寄せ */
}


@media screen and (max-width: 600px) {
/* 上から下 */
.flex_box {
    display:-webkit-flex; /* safari */
    display:flex;
    -webkit-flex-direction:column; /* safari */
    flex-direction:column;
}

}


/* -------------------------------- */

