/*
Template: affinger
Theme Name: AFFINGER Child
Description: AFFINGER6 対応
Version: 20201223
*/
body{
  letter-spacing: 1.2px;
  line-height: 1.6;
}

/************************************
** 5より移行
************************************/



.aligncenter {
text-align:center;
}



.color-button01-big a {
width: 75% !important;
display:block;
box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
color: #fff;
background-color: #E61C2F;
border-bottom: 5px solid #D20010;
font-size: 1rem;
font-weight: 700;
line-height: 1.5;
padding: 1rem 2rem;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
border-radius: 0.5rem;
margin: 10px auto 40px;
}

.color-button01-big a:hover {
margin-top: 3px;
color: #fff !important;
background: #E61C2F;
border-bottom: 2px solid #D20010;
}

/*スマホのみ*/
@media print, screen and (max-width: 599px) {
  .btn, .color-button01-big a {
  width: 96% !important;
  padding: 1rem 0.5rem !important;
  }
}



/*******************************
** 追加
********************************/

/*文字色 緑*/
.c-green {
color: #42b56f;
font-weight: bold;
}

/*横並びボタン*/
.button-flex a {
	margin-bottom: 40px !important;
}

/* 5段階ランキング表 */
.hyouka-tb {
	margin-top:-5px;
}
.hyouka-tb tr  {
border:6px solid #FFF;
}

.hyouka-tb th {
background: #475384 !important;
color: #FFF;
width: 43% !important;
font-size: 0.95rem !important;
font-weight: bold !important;
letter-spacing: 0.1rem !important;
}
.hyouka-tb td {
padding: 8px 4px 8px 14px !important;
border:6px solid #FFF !important;
font-size: 1.3rem !important;
font-weight: bold !important;
}

.hyouka-tb span.jinstar {
font-size: 1.3rem !important;
}

.hyouka-tb tfoot th {
background: #5d95dd !important;
padding: 16px 0 !important;
font-size: 1.2rem !important;
}

.hyouka-tb tfoot td {
padding-top: 17px !important;
}

span.sougou {
font-size: 1.7rem;
font-weight: bold;
color:#da3252;
}

@media (max-width: 768px) {
.hyouka-tb {
border: 3px solid #FFF !important;
width: 94%;
margin-left: 14px;
margin-bottom: 10px !important;
}

.hyouka-tb tr th {
border: 4px solid #FFF !important;
padding: 8px 4px !important;
}

.hyouka-tb td {
padding: 2px 4px 2px 10px !important;
font-size: 1.0rem !important;
line-height: 1.4rem !important;
}

.hyouka-tb span.jinstar {
font-size: 1.1rem !important;
}

.hyouka-tb tfoot th {
padding: 13px 0 !important;
font-size: 1.0rem !important;
}

.hyouka-tb tfoot td {
padding-top: 9px !important;
}

.hyouka-tb span.sougou {
font-size: 1.5rem;
}
}



.hukidasi {
  position: relative;
  padding: 0.5rem;
  color: #222;
  background: #acd799;
text-align:left;
font-size:13px;
font-wieght:bold;
line-height:1.4em;
margin-bottom:10px;
}

.hukidasi:after {
  position: absolute;
  bottom: -9px;
  left: 45%;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #acd799 transparent transparent transparent;
}

.ad3{
background:#a61919;
color:#fff;
display: block;
margin:3px 0;
}
.ad3 a{
color:#fff;
}



.button > .jump{
  color: #fff;
  text-decoration: none;  
}


.button {
    display: block;
    text-align: center;
}


.button span,.button a{
    color: #fff;
     border-radius: 6px;
     background-color: #229ee7;
     box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
     text-align: center;
     line-height: 50px;
     margin-top: 15px;
     padding: 14px 75px;
     padding-bottom: 12px;
     display: inline-block;
     text-decoration: none !important;
     -webkit-transform: perspective(0);
     transform: perspective(0);
     transition:0.4s;
     font-weight: 450;
     font-size: 1.1rem;
     opacity: 1 !important;
}
.button span:after,.button a:after {
     font-family: 'FontAwesome';
     content: "\f0a9";
     color: #fff;
     font-weight: bold;
     font-size: 1.2rem;
     text-align: center;
     position: absolute;
     right: 20px;
 }



.minibutton {
    display: block;
    text-align: center;
}


.minibutton span {
text-decoration:none;
    color: #fff;
     border-radius: 4px;
     background-color: #47A34B;
     box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
     text-align: center;
     line-height: 1.8em;
/*     margin-top: 15px;*/
     padding: 5px 10px;
/*     padding-bottom: 12px;*/
     display: inline-block;
     font-weight: bold;
     font-size: .8rem;
}


.btn-ux07,.btn-ux08  {    
    display: block;
    text-align: center;
 }
 
 .btn-ux07 a:after {
     font-family: 'FontAwesome';
     content: "\f0a9";
     color: #fff;
     font-weight: bold;
     font-size: 1.2rem;
     text-align: center;
     position: absolute;
     right: 20px;
 }
 
 .btn-ux07 a {
    color: #fff;
     border-radius: 6px;
     background-color: #229ee7;
     box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
     text-align: center;
     line-height: 50px;
     margin-top: 15px;
     padding: 14px 75px;
     padding-bottom: 12px;
     display: inline-block;
     text-decoration: none !important;
     -webkit-transform: perspective(0);
     transform: perspective(0);
     transition:0.4s;
     font-weight: 450;
     font-size: 1.1rem;
     opacity: 1 !important;
 }
 
 .btn-ux07 a:hover {
    transition:0.4s;
   -webkit-transform: translate(0, -2px);
   transform: translate(0, -2px);
   color: #fff;
   -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
   box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 }
 
 .btn-ux08 a:after {
     font-family: 'FontAwesome';
     content: "\f101";
     color: #858585;
     font-weight: bold;
     font-size: 1.0rem;
     text-align: center;
     position: absolute;
     right: 20px;
 }
 
 .btn-ux08  a{
     color: #858585;
     font-size: 0.95rem;
     border: 1px solid #ccc;
     border-radius: 100vh;
     text-align: center;
     margin: 20px;
     padding: 13px 60px;
     padding-bottom: 8px;
     display: inline-block;
     text-decoration: none !important;
     -webkit-transform: perspective(0);
     transform: perspective(0);
     opacity: 1 !important;
 }
 
.btn-ux08 a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/* side menu */

#side ul.menu {
    margin: 5px;
    padding-left: 10px;
    border-left: 1px solid #ddd
}
/************************************
** 横長テーブル
************************************/
.p-sticky-table{
  white-space: nowrap;
  line-height:1.6;
}


.p-sticky-table table{
 /* border:none;
 border: 1px solid #dedede;
  border-bottom: none;
  border-collapse: collapse;*/
  word-break: break-all;
  table-layout: fixed;
  display:block;
  overflow:scroll;
/*  max-height: 80vh;*/
}


.p-sticky-table thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}


.p-sticky-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  text-align:center;
}


.p-sticky-table tbody th:first-child{
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
/*  border:none;*/
  white-space: normal;
  min-width: 130px;
}


.p-sticky-table th, .p-sticky-table td {
  min-width: 50px;
  text-align: left;
/*  font-size: 16px !important;*/
  position: relative;
/*  padding: 13px !important;*/
/*  color: #333;
  border: none !important;*/
  z-index: 0;
  vertical-align:middle !important;
/*  background:#fff;*/
}


.p-sticky-table th{
/*  background:#f0f9ff !important;
  letter-spacing: 1px;
  font-weight: 500 !important;
  color: #555 !important;*/
}


.p-sticky-table tr{
/*  border-bottom:none !important;*/
}


.p-sticky-table img{
  margin: 10px auto;
  display: block;
  padding: 0;
  max-width: 80% !important;
}


.p-sticky-table table th::before, .p-sticky-table table td::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
/*  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;*/
  z-index: -1;
}


/* スマホ */
@media screen and (max-width: 560px) {
  .p-sticky-table table {
/*    max-height: 60vh;*/
    }


  .p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
        min-width: 25vw;
    }


   .p-sticky-table th, .p-sticky-table td {
   /*     font-size: 12px !important;
        padding: 7px !important;*/
    }


}


/* 中央寄せ */
.pst-center td {
  text-align: center;
}


/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
	/*-- ここまで --*/
}


	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {
	/*-- ここまで --*/
}

	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
	/*-- ここまで --*/
}


/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
	/*-- ここまで --*/
}


/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {
	
	/*-- ここまで --*/
}


/*-- ここから追加ｃｓｓ --*/
/*-- ボタンｃｓｓ --*/
	
.jump { cursor: pointer; text-decoration: underline; color: #3183d6; }

 .jump:hover { color: #a4c8ec; }

 
/*-- 出典元風リンク--*/
.citefu{
color:#bfbfbf;
font-size:85%;
}


.citefu > .jump { cursor: pointer; text-decoration: underline; color:#bfbfbf; font-style: italic; }


.citefu > .jump:hover { color: #bfbfbf; }

 


.rmarker-s{
text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
background: linear-gradient(transparent 60%, #fedee7 60%);
}


.post table thead tr{
background:#F7F7F7;
border-bottom:5px double #888;
}


tbody tr:first-child td,table thead + tbody tr:first-child th {
background:#fff5c1;
    color: inherit;
    font-weight: normal;
}


.post table tbody th {
background:#fff5c1;
font-size:13px;
}


.post table tbody td{
background:#FFF;
font-size:13px;
}


/*ミニ吹き出し*/
.st-minihukidashi-box{
position:relative;
top:20px;
font-size:14px;
}


#side aside ul li {
border-bottom:1px solid #ddd;
line-height:1.5em;
padding:10px 0;
list-style-type: none!important;
}


#side aside ul li a{
text-decoration:none;
}


table.rank{
/*table-layout: fixed;*/
  width: 100%;
  border-collapse: separate;
border-spacing: 0 3px;
/*  margin: 5px; auto;*/
  border:none;
}


table.rank td,th{
  border:none;
  padding: 10px;
}


table.rank tbody th{
  border:none;
  color: #fff;
  background: #FF758B;
  border-radius: 5px 0 0 5px;
}


table.rank tbody td{
  border:solid #ddd 1px;
  border-radius:  0 5px 5px 0 ;
  color: #000;
  font-size:85%;
}


/* 引用 */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.inyoumodoki,
.post blockquote {
  padding: 20px 20px 20px 40px;
  border: none;
  line-height: 1.7;
  font-size: 0.8em;
  margin: 10px 0 20px 20px;
  border-left: solid #cccccc 2px;
}


.inyoumodoki::before,
.post blockquote::before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 35px;
    border-radius: 0 0 30px;
    content: "\f10d";
    font-family: FontAwesome;
    background: none;
    color: #FFF;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
}


.inyoumodoki::before, .post blockquote::before{
  color: #cccccc !important;
  opacity: .6;
}


.post .inyoumodoki p:last-child,
.post .inyoumodoki ol:last-child,
.post .inyoumodoki ul:last-child {
	margin-bottom:0;
	padding-bottom:0;
}


.inyoudate{
    font-size: 0.8em;
    color: #909090;
    text-align: right;
    margin: 0 0 20px 0;
}


/************************************
** オリジナルcss
************************************/
/** ミニ吹き出し **/
.minihukidashi{
background:#000;
color:#fff;
margin: 0 0 20px 0;
border-radius: 0px;
position: relative;
display: inline-block;
min-width: 60px;
max-width: 100%;
padding: 10px 20px;
font-size: 13px;
line-height: 1.4;
}


.minihukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 10px solid #000;
}




/*枠のみボックス*/
.framebox{
background:#ffffff;
border:#ddd solid 3px;
padding: 20px 20px 20px 30px;
margin: 20px 0;
position: relative;
font-size: 13px;
}


/*見出しボックス*/
/*questionボックス*/
.questionbox{
background:#E1F5FE;
border:#87cfef solid 2px;
border-radius:5px;
padding: 20px 10px 0px 30px;
margin: 20px 0 10px;
position: relative;
font-size: 13px;
}


.questionbox:before {
    content: "Q";
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    background: #87cfef;
    color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -15px;
    border: solid 3px #87cfef;
}


/*answerボックス*/
.answerbox{
background:#FAFAFA;
border:#989998 solid 2px;
border-radius:5px;
padding: 20px 10px 0px 30px;
margin:0px 0 30px 0;
position: relative;
font-size: 13px;
}


.answerbox:before {
    content: "A";
    font-size: 20px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    background: #989998;
    color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: -15px;
    border: solid 3px #989998;
}


/*誘導ページへのオリジナルボタン*/
.btn,
a.btn,
button.btn {
 font-size: 15px;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


a.btn-gradient {
  padding: 10px 26px 10px 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}


a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}


a.btn-gradient::after {
  content: "▾";
 font-size:150%;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}




/*ショートコード変換追加*/

/*ここで分かること（青）*/
.bblue{
background:#E8F5DF;
border-color:#5D95F5;
border-radius:0 5px 5px;
}
.bblue_in{
background:#5D95F5;
border-color:#5D95F5;
font-weight:bold;
}

.bblue_s{
background:#5D95F5;
color:#fff;
font-weight:bold;
border-radius: 0 0 5px 0;
}

/*ポイントボックス（黄色）*/
.point_box{
background:#FFFDE7;
border-color:#FFC107;
border-radius:0 5px 5px;
}
.point_box_in{
background:#FFC107;
border-color:#FFC107;
font-weight:bold;
}

.point_box_s{
background:#FFC107;
font-weight:bold;
border-radius: 0 0 5px 0;
}


/** 編集者吹き出し **/
.quote{
background:#EDF6FB;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2017/08/g3.png);
    background-size: cover;
border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}



/** 女性吹き出し **/
.quote_woman1{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_woman1:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/kutikomi1.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}

.quote_woman2{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_woman2:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/kutikomi2.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
	border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}

.quote_woman3{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_woman3:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/kutikomi3.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
	border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}



.quote_woman4{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_woman4:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/kutikomi4.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
	border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}



/** 男性吹き出し **/
.quote_man1{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_man1:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/woman5.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
	border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}

.quote_man2{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_man2:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/woman6.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
	border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}

.quote_man3{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_man3:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/woman7.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
	border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}

.quote_man4{
background:#FFF4D4;
    position: relative;
    padding: 10px 25px 10px 70px;
margin:40px 20px;
    box-sizing: border-box;
    color: #464646;
/*    border: solid 3px #efefef;*/
box-shadow: 6px 6px 7px -12px #000;
max-width:100%;
display: inline-block;
border-radius: 5px;
font-size:13px;
}

.quote_man4:before {
    content: "";
    display: inline-block;
    background: url(https://shiawasecredit.net/genkinka/wp-content/uploads/2021/03/woman8.gif);
    background-size: cover;
    border: solid 3px #FFF4D4;
	border-radius: 100px;
    width: 70px;
    height: 70px;
    position: absolute;
   top: -15px; 
    left: -15px;
}





.midasi {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
	margin-bottom:15px;
}

.midasi:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}



/*おすすめランキング*/
.responbox33 .lbox .sitename {
	position:relative;
	padding-left: 40px;
}
.responbox33 .lbox .sitename:before {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-13px;
}
.responbox33 .lbox:nth-of-type(1) .sitename:before {
	content:url("https://shiawasecredit.net/genkinka/wp-content/uploads/2021/08/osusume1.png");
}
.responbox33 .lbox:nth-of-type(2) .sitename:before{
	content:url("https://shiawasecredit.net/genkinka/wp-content/uploads/2021/08/osusume2.png");
}
.responbox33 .lbox:nth-of-type(3) .sitename:before {
	content:url("https://shiawasecredit.net/genkinka/wp-content/uploads/2021/08/osusume3.png");
}