@charset "UTF-8";
   .reviewBox {
display: block;
max-width: 500px;
background: #FAFAFA;
border: 3px solid #DBDBDB;
margin: 20px auto;
padding: 0;
border-radius: 10px;
}
.reviewBox .reviewBox_content {
padding: 30px;
}
.reviewBox .reviewBox_title1 {
margin: 0 !important;
padding: 12px !important;
background: #DBDBDB !important;
text-align: center;
font-size: 15px !important;
font-weight: bold;
line-height: 1.3em;
}
.reviewBox .reviewBox_title2:not(.st-css-no):not(.st-matome):not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t):not(.popular-t):not(.post-card-title) {
padding-left: 0 !important;
}
.reviewBox .reviewBox_title2 {
padding: 0 !important;
margin: 0 !important;
color: #444 !important;
line-height: 1.3em !important;
font-size: 16px !important;
margin-bottom: 10px !important;
font-weight: bold;
background: none !important;
border-bottom: none !important;
}
.reviewBox .reviewBox_top {
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.reviewBox .reviewBox_top p {
margin: 0;
line-height: 1.9em;
font-size: 15px !important;
}
.reviewBox .reviewBox_top p:before {
content: "\30FB";
font-weight: 600;
padding-right: 5px;
}
.reviewBox .reviewBox_title2:before {
content: none !important;
}
.reviewBox .reviewBox_top .reviewBox_left,
.reviewBox .reviewBox_top .reviewBox_right {
width: 50%;
}
.reviewBox .reviewBox_top .reviewBox_right img {
display: block;
margin: auto;
width: 160px;
}
.reviewBox .reviewBox_center {
margin-top: 10px;
}
.reviewBox .reviewLink {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.reviewBox .reviewLink a {
font-size: 15px !important;
color: #444 !important;
border: 2px solid #444;
padding: .6em 2em;
margin: 5px;
width: 50%;
text-align: center;
margin-top: 30px;
text-decoration: none;
}
.reviewBox .reviewLink a:nth-child(2) {
background: #444;
color: #fff !important;
}
.reviewBox .reviewBox_center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding: 20px 0;
}
.reviewBox .reviewBox_center .progress-circle {
width: 25%;
margin: auto;
}
.reviewBox .progress-circle {
font-size: 12px !important;
margin: 20px;
position: relative; padding: 0;
width: 5em !important;
height: 5em !important;
background-color: #FBEFC6;
border-radius: 50%;
line-height: 5em;
}
.reviewBox .reviewBox_score {
font-size: 13px !important;
text-align: center;
line-height: 1em;
z-index: 4;
padding-top: 5em;
display: block;
font-weight: 600;
}
.reviewBox .reviewBox_score p {
margin: 0;
font-size: 12px !important;
width: 120% !important;
margin-left: -10% !important;
}
.reviewBox .progress-circle:after {
border: none;
position: absolute;
top: 0.5em;
left: 0.5em;
text-align: center;
display: block;
border-radius: 50%;
width: 4em;
height: 4em;
background-color: #FAFAFA;
content: " ";
}
.reviewBox .progress-circle .progress-text {
position: absolute;
line-height: 2.6em;
width: 2.6em;
text-align: center;
display: block;
color: #444 !important;
font-size: 23px !important;
z-index: 2;
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
}
.reviewBox .left-half-clipper {
border-radius: 50%;
width: 5em;
height: 5em;
position: absolute; clip: rect(0, 5em, 5em, 2.5em); }
.reviewBox .progress-circle.over50 .left-half-clipper {
clip: rect(auto, auto, auto, auto);
}
.reviewBox .value-bar {
position: absolute; clip: rect(0, 2.5em, 5em, 0);
width: 5em !important;
height: 5em !important;
border-radius: 50%;
border: 0.5em solid #FCCB28;
box-sizing: border-box;
}
.reviewBox .progress-circle.over50 .first50-bar {
position: absolute; clip: rect(0, 5em, 5em, 2.5em);
background-color: #FCCB28;
border-radius: 50%;
width: 5em;
height: 5em;
}
.reviewBox .progress-circle:not(.over50) .first50-bar {
display: none;
}
.reviewBox .progress-circle.p0 .value-bar {
display: none;
}
.reviewBox .progress-circle.p1 .value-bar {
transform: rotate(4deg);
}
.reviewBox .progress-circle.p10 .value-bar {
transform: rotate(36deg);
}
.reviewBox .progress-circle.p20 .value-bar {
transform: rotate(72deg);
}
.reviewBox .progress-circle.p30 .value-bar {
transform: rotate(108deg);
}
.reviewBox .progress-circle.p40 .value-bar {
transform: rotate(144deg);
}
.reviewBox .progress-circle.p50 .value-bar {
transform: rotate(180deg);
}
.reviewBox .progress-circle.p60 .value-bar {
transform: rotate(216deg);
}
.reviewBox .progress-circle.p70 .value-bar {
transform: rotate(252deg);
}
.reviewBox .progress-circle.p80 .value-bar {
transform: rotate(288deg);
}
.reviewBox .progress-circle.p90 .value-bar {
transform: rotate(324deg);
}
.reviewBox .progress-circle.p100 .value-bar {
transform: rotate(360deg);
}
@media screen and (max-width:480px) {
.reviewBox .reviewBox_content {
padding: 15px;
}
.reviewBox .reviewBox_top .reviewBox_right img {
width: 220px;
}
.reviewBox .reviewBox_top p {
font-size: 13px !important;
}
.reviewBox .reviewBox_top p:first-child {
font-size: 15px !important;
}
.reviewBox .reviewBox_center {
padding: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.reviewBox .reviewLink a {
padding: .5em;
}
.reviewBox .reviewBox_top {
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.reviewBox .reviewBox_top .reviewBox_left {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
width: 90%;
margin: auto;
margin-top: 20px;
}
.reviewBox .reviewBox_top .reviewBox_right {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
width: 100%;
}
.reviewBox .reviewLink a {
font-size: 13px !important;
}
.reviewBox .progress-circle .progress-text {
line-height: 2.2em;
width: 2.2em;
font-size: 23px !important;
}
.reviewBox .progress-circle {
font-size: 10px !important;
}
.reviewBox .reviewBox_score {
font-size: 10px !important;
}
.reviewBox .reviewBox_score p {
font-size: 10px !important;
}
}
#logo img {
width: 350px;
height:55px;
}
.entry-content th {
background: #fffbf4;
text-align: center;
}
.entry-content td {
text-align: center;
}
.bgred{
background-color:#F09090;
opacity:0.9;
}
.scroll_image{        
overflow-x: auto;
overflow-y: hidden;
width: auto;
min-width: 100%;
white-space: nowrap;
display:flex;
}
.scroll_in {
list-style: none;
flex-shrink: 0;
}
.scroll_in img{
max-width: 42.10821vw;
border: .5px solid rgba(0, 0, 0, .1);
margin-bottom: -9.75px;
padding-right: 6.25vw;
}
.category-antivirus >.entry-content .size-full {
border:none !important;
}
@media only screen and (min-width: 769px){
.page #content, .single #content {
margin-top :3rem;
}
}
@media only screen and (max-width: 769px){
.category-antivirus .entry-content table img {
border: none;
max-width: 150px;
}
}
.nomadBtn3 {
background: #55A8DC;
color:#FFF !important;
border-radius: 5px;
padding: .7em 2em;
display: inline-block;
text-decoration: none !important;
margin: 15px 0;
width: auto !important;
}
.bgbt_yellow{
background:#f2b50d;
color:#fff;
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
border-radius:4px;
margin:1em;
}
.bgbt_silver{
background:#738c8c;
color:#fff;
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
border-radius:4px;
margin:1em;
}
.bgbt_bronze{
background:#b36b4d;
color:#fff;
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
border-radius:4px;
margin:1em;	
}
.twitter-tweet iframe{
padding-bottom:9.5vh!important; margin-bottom: -7.8vh; border-radius: 15px;
}
.twitter-box .twitter-tweet{
margin:0 auto!important;
}
.twitter-box{
margin:1rem auto 2rem;
max-width:56%;
width:100%;
border-radius: 15px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}
@media screen and (max-width:480px){
.twitter-box{
max-width:83%;
}
}
.li-niku li:before{
content:"\f00c" !important;
} .header {
box-shadow: none;
} .header-image__headline {
font-weight: 100;
font-size: 2.3em;
}
.header-image__btn .raised {
border: 1px solid;
font-weight: 500;
box-shadow: none;
background: #212121 !important;
}
.header-image__btn a:hover {
background: #333 !important;
} .toptx {
background: #64acb7;
color: #f7f7f7;
padding: 7px;
margin: 0 0 1.6em;
} .home .cardtype__article {
box-shadow: none;
width: 48%;
border-radius: 0;
margin: 0 0 15px;
} .cat-name.catid36 {
background: #c0c0c0;
}
.cat-name.catid82 {
background: #333;
} .widget {
margin: 0 0 1.7em;
}
.home .widget_categories {
margin-top: 37px;
}
.widgettitle .has-fa-before {
margin-bottom: 0;
} input.searchform__input {
box-shadow: none;
} .profile-content {
color: #666666;
font-size: 12px;
line-height: 25px;
padding: 0 13px;
}
.yourprofile {
padding: 10px 0 20px 0;
}
.yourprofile .profile-img {
margin: 0 auto 0;
width: 181px;
height: 130px;
}
.yourprofile .profile-img img {
border-radius: 50%;
}
.faceicon span {
margin-top: -1px;
} .profile-content p {
margin: 0.5em 0.8em 25px;
} .yourname {
margin-bottom: 26px !important;
position: relative;
}
.yourname:before {
position: absolute;
bottom: -10px;
left: calc(50% - 35px);
width: 70px;
text-align: center;
height: 2px;
content: "";
background: #64acb7;
} .profile-content .raised {
box-shadow: none;
font-size: 14px;
width: 44%;
border-radius: 1px;
padding: 0.5em 1.2em 0 1.2em;
}
.profile-content .fa-info-circle,
.profile-content .fa-envelope {
font-size: 20px;
}
.profile-content .red-bc {
font-size: 14px !important;
padding: 0.5em 1.2em 0 1.2em !important;
}
.profile-content .btn {
margin: 0.5em 0.6em 20px 0.6em !important;
}  .fw{
font-weight:400 !important;
} .mg-up {
margin-top: 2.3em !important;
} .mn {
margin-bottom: 0 !important;
} .ct {
text-align: center !important;
margin-bottom: 1em;
} .orange-bc {
background: #ff7800;
padding:15px 30px 15px 30px !important;
} .gray {
color: #696969 !important;
} .red {
color: #ee7b7b !important;
} .tate {
text-align: center;
width: 30px;
padding: 0;
border-right: 2px solid #e0e0e0 !important;
}
.tb-res {
display: block;
overflow-x: auto;
width: 100%;
}
.tb-font {
white-space: nowrap;
} .bg_pink {
background: #fff2f2;
color: #000;
} .bg_gray {
background: #efefef;
color: #000;
} .orange {
color: orange !important;
} .avast-orange {
color: #f57c00;
} .cell1 {
font-size: 0.7em !important;
} .keikou_gray {
background-color: #e7e7e7;
padding: 4px 2px 4px 4px;
font-weight: 600;
} .antivirus_p {
font-size: 14px;
font-weight: bold;
color: #595959;
text-align: left;
} .yellow-bc {
background: #ffbd5b;
} #inner-content .small,
.small {
font-size: 0.85em;
} .br-zero img{
border-radius:0 !important;
}  .fixed-sidebar .widget {
margin-bottom: 1.5em;
} .entry-meta {
text-align: right;
font-weight: 700;
font-family: "Avenir", "Arial", sans-serif;
font-size: 16px;
} .single-title {
color: #333;
font-weight: 600;
letter-spacing: 0.4px;
line-height: 1.6em;
padding: 18px 14px 0;
margin-top: 0;
font-size: 19px;
} .faceicon {
width: 16%;
padding-right: 12px;
}
.faceicon img {
margin: 0;
border: none;
min-width: 60px;
} .sc:before {
top: 10px;
left: -21px;
border: 13px solid transparent;
border-right: 11px solid #eee;
}
.sc:after {
top: 14px;
left: -13px;
border: 9px solid transparent;
border-right: 8px solid #fff;
} .entry-content h2 {
letter-spacing: 0.5px;
opacity: 0.9;
background: #f7f7f7;
border-left: solid #64acb7 5px;
padding: 13px 12px;
border-bottom: solid 3px #dadada;
margin: 3.2em 0 30px;
} .entry-content h3 {
letter-spacing: 0.3px;
opacity: 0.98;
font-weight: 600;
padding: 3px 10px;
margin-left: -16px;
line-height: 2;
border-left: solid 5px;
margin: 3em 0 1em -16px;
} .entry-content h4 {
font-size: 18px;
letter-spacing: 0;
font-weight: 600;
} .entry-content > p {
margin-bottom: 33px;
font-size: 17px;
color: #333;
line-height: 1.9;
} .entry-content p a {
text-shadow: none;
} .bold {
font-weight: 600;
color: #333;
} .large {
font-weight: 600;
font-size: 18px !important ;
font-weight: 600;
margin-bottom: 15px !important;
} .border2Box {
background: #d6ebff;
box-shadow: 0px 0px 0px 10px #d6ebff;
border: dashed 2px white;
margin-left: 15px;
margin-right: 15px;
padding-right: 15px;
padding-bottom:;
margin-bottom:40px;
} .caution_box {
position: relative;
margin-bottom: 1.8em;
padding: 1.2em 1em 1em;
border: solid 2px #ff8376;
}
.caution_box .caution_title {
position: absolute;
display: inline-block;
top: -0.5em;
padding: 0 9px;
line-height: 1;
font-size: 1.1em;
background: #fff;
color: #ff8376;
font-weight: 700;
margin-left: 0.5em;
}
.caution_box > p {
padding: 0;
margin: 0;
font-size: 16px;
} .fa-exclamation-triangle:before {
padding-right: 3px;
}
span {
text-shadow: none;
} .entry-content ul,
.entry-content ol {
border: none;
} .ez-toc-title-toggle a {
display:none !important;
}
.ez-toc-title:before {
content: "\f518";
font-family: "Font Awesome 5 Free";
padding-right: 6px;
}
#ezw_tco-3 ul {
max-height: 140px;
font-size: 0.95em;
}
.ez-toc-list li {
font-size: 0.85em;
line-height: 1.5;
padding-left: 17px;
}
.ez-toc-list a {
padding: 3px 7px !important;
} .reviewBox {
display: block;
background: #fafafa;
border: 3px solid #dbdbdb !important;
margin: 20px auto;
padding: 0;
border-radius: 10px;
}
.reviewBox .reviewBox_content {
padding: 30px;
}
.reviewBox .reviewBox_title1:before {
font-family: "Font Awesome 5 Free";
content: "\f005";
font-weight: 600;
padding-right: 5px;
font-size: 0.9em !important;
}
.reviewBox p {
margin: 0;
padding: 0;
letter-spacing: 0;
}
.reviewBox .reviewBox_title2 {
margin: 0;
padding: 0;
line-height: 1.3em;
font-size: 16px !important;
margin-bottom: 10px;
font-weight: bold;
}
.reviewBox .reviewBox_title2:before {
content: none !important;
}
.reviewBox .reviewBox_top {
margin: auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.reviewBox .reviewBox_top p {
margin: 0;
line-height: 1.7em;
font-size: 15px !important;
}
.reviewBox .reviewBox_top p:before {
font-family: "Font Awesome 5 Free";
content: "\f00c";
font-weight: 600;
padding-right: 5px;
font-size: 0.8em !important;
}
.reviewBox .reviewBox_top .reviewBox_left,
.reviewBox .reviewBox_top .reviewBox_right {
width: 50%;
}
.reviewBox .reviewBox_top .reviewBox_right img {
display: block;
margin: auto;
width: 160px;
}
.reviewBox .reviewBox_center {
margin-top: 10px;
}
.reviewBox .reviewLink {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center !important;
}
.reviewBox .reviewLink a {
font-size: 15px !important;
color: #444 !important;
border: 2px solid #444 !important;
padding: 0.6em 2em !important;
margin: 5px !important;
width: 50% !important;
text-align: center !important;
margin-top: 30px !important;
text-decoration: none !important;
}
.reviewBox .reviewLink a:nth-child(2) {
background: #444 !important;
color: #fff !important;
}
.reviewBox .reviewLink a:before {
font-family: "Font Awesome 5 Free";
content: "\f138";
font-weight: 600;
padding-right: 5px;
}
.reviewBox .reviewBox_center {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding: 20px 0;
}
.reviewBox .reviewBox_center .progress-circle {
width: 25%;
margin: auto;
}
.reviewBox .progress-circle {
font-size: 12px !important;
margin: 20px;
position: relative; padding: 0;
width: 5em !important;
height: 5em !important;
background-color: #fbefc6;
border-radius: 50%;
line-height: 5em;
}
.reviewBox .reviewBox_score {
font-size: 13px !important;
text-align: center;
line-height: 1em;
z-index: 4;
padding-top: 5.5em;
display: block;
font-weight: 600;
}
.reviewBox .reviewBox_score p {
margin: 0;
font-size: 12px !important;
width: 120% !important;
margin-left: -10% !important;
}
.reviewBox .progress-circle:after {
border: none;
position: absolute;
top: 0.5em;
left: 0.5em;
text-align: center;
display: block;
border-radius: 50%;
width: 4em;
height: 4em;
background-color: #fafafa;
content: " ";
}
.reviewBox .progress-circle .progress-text {
position: absolute;
line-height: 2.6em;
width: 2.6em;
text-align: center;
display: block;
color: #444 !important;
font-size: 23px !important;
z-index: 2;
}
.reviewBox .left-half-clipper {
border-radius: 50%;
width: 5em;
height: 5em;
position: absolute; clip: rect(0, 5em, 5em, 2.5em); }
.reviewBox .progress-circle.over50 .left-half-clipper {
clip: rect(auto, auto, auto, auto);
}
.reviewBox .value-bar {
position: absolute; clip: rect(0, 2.5em, 5em, 0);
width: 5em !important;
height: 5em !important;
border-radius: 50%;
border: 0.5em solid #fccb28;
box-sizing: border-box;
}
.reviewBox .progress-circle.over50 .first50-bar {
position: absolute; clip: rect(0, 5em, 5em, 2.5em);
background-color: #fccb28;
border-radius: 50%;
width: 5em;
height: 5em;
}
.reviewBox .progress-circle:not(.over50) .first50-bar {
display: none;
}
.reviewBox .progress-circle.p0 .value-bar {
display: none;
}
.reviewBox .progress-circle.p1 .value-bar {
transform: rotate(4deg);
}
.reviewBox .progress-circle.p10 .value-bar {
transform: rotate(36deg);
}
.reviewBox .progress-circle.p20 .value-bar {
transform: rotate(72deg);
}
.reviewBox .progress-circle.p30 .value-bar {
transform: rotate(108deg);
}
.reviewBox .progress-circle.p40 .value-bar {
transform: rotate(144deg);
}
.reviewBox .progress-circle.p50 .value-bar {
transform: rotate(180deg);
}
.reviewBox .progress-circle.p60 .value-bar {
transform: rotate(216deg);
}
.reviewBox .progress-circle.p70 .value-bar {
transform: rotate(252deg);
}
.reviewBox .progress-circle.p80 .value-bar {
transform: rotate(288deg);
}
.reviewBox .progress-circle.p90 .value-bar {
transform: rotate(324deg);
}
.reviewBox .progress-circle.p100 .value-bar {
transform: rotate(360deg);
} .appreach {
text-align: left;
box-shadow: 0px 0px 6px #00000029;
background: #fff;
max-width: 100% !important;
width: 100% !important;
padding: 25px;
margin: 20px auto;
overflow: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.appreach:after {
content: "";
display: block;
clear: both;
}
.appreach p {
line-height: 1.8em !important;
margin: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
padding-bottom: 0 !important;
}
.appreach a:after {
display: none;
}
.appreach__icon {
float: left;
border-radius: 10%;
overflow: hidden;
margin: 0% 3% 0% 0% !important;
width: 22.5% !important;
height: auto !important;
max-width: 100px !important;
}
.appreach__detail {
display: inline-block;
line-height: 1.5;
width: 72%;
}
.appreach__detail:after {
content: "";
display: block;
clear: both;
}
.appreach__name {
font-size: 15px !important;
color: #323232 !important;
line-height: 1.5em !important;
font-weight: bold !important;
max-height: 3em;
overflow: hidden;
}
.appreach__detail .appreach__name {
line-height: 1.3em !important;
padding-bottom: 5px !important;
}
.appreach__detail .appreach__info .appreach__posted {
line-height: 1.3em !important;
font-size: 0.8em !important;
}
.appreach__info {
font-size: 12px !important;
color: #929292 !important;
}
.appreach__posted {
font-size: 0.9em !important;
}
.appreach__developper,
.appreach__price {
margin-right: 0.5em;
}
.appreach__posted a {
margin-left: 0.8em;
color: #55a8dc !important;
}
.appreach__links {
float: left;
height: 40px;
margin-top: 8px;
white-space: nowrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.appreach__aslink img {
height: 40px;
-webkit-backface-visibility: hidden;
margin-right: 10px;
}
.appreach__gplink img {
height: 40px;
-webkit-backface-visibility: hidden;
}
@media (max-width: 460px) {
.appreach {
overflow: hidden;
max-width: 320px !important;
}
.appreach__detail .appreach__name {
line-height: 1.3em !important;
padding-bottom: 5px !important;
font-size: 0.7em !important;
}
.appreach__posted {
font-size: 0.7em !important;
}
.appreach__icon {
width: 25% !important;
}
.appreach__info {
font-size: 10px !important;
}
.appreach__links {
margin: auto;
margin-top: 5px;
padding-top: 5px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100% !important;
}
.appreach__aslink img,
.appreach__gplink img {
margin-right: 2px;
height: 40px;
}
} .download a {
display: inline-block;
width: 155px !important;
padding: 7px;
} .entry-content h4 {
padding: 0 11px;
} .entry-content h5 {
font-size: 16px;
margin-bottom: 1em;
} .entry-content li {
font-size: 17px;
line-height: 1.5;
}
.li-mainbdr ul,
.li-mainbdr ol {
border-color: #63acb7;
border: solid 2px #63acb7;
background: #fffaf1;
} .say {
margin: 33px 0;
}
.chatting {
font-size: 16px;
}
.sc {
border: 3px solid #eee;
border-radius: 5px;
padding: 2.5%;
}
.ol-circle li{
padding: 1em 0.5em 1em 35px !important;	
font-size:16px;
}
.ol-circle ol {
padding: .5em .2em .5em .8em !important;
}
.box28 .box-content{
padding:0;
} .box26 {
border-radius: 0;
margin-bottom: 33px;
}
.box26 .box-title {
font-size: 18.7px;
}
.box26 .box-title:before {
content: "\f303";
}
.box26 li {
border-bottom: #eaeaea solid 1px;
padding: 12px 0;
font-size: 16px;
}
.box26 li:last-child {
border-bottom: none;
}
.box26 .box-content {
padding: 1em 1em;
}
.box26 .box-content > ol,
.box26 .box-content > ul {
margin: -20px 0 0 0;
}
.box28 .box-title{
padding-bottom:4px;
background:#64acb7;
}
.box28 .box-content{
background: #fffaf1;
border-radius:2px;
border:solid 3px #64acb7;
} .fas.fa-angle-double-right {
padding-right: 0.67em;
padding-left: 0;
font-size: 0.7em;
} a {
font-weight: 600;
}
.enrtry-content p a {
text-decoration: underline;
} .fas.fa-check {
color: #64acb7;
padding-right: 0.4em;
font-size: 16px;
} .code {
display: block;
margin-bottom: 33px;
} .entry-content .size-full {
border: solid 1px #d8d8d8;
}
.post-thumbnail {
margin: 0;
padding: 5px 13px 20px;
} .link-box {
border: 1px solid #e1e1e1;
padding: 10px;
display: flex;
margin-bottom: 60px;
}
.link-box:hover {
background-color: #f3f3f3;
-webkit-transition: background-color 0.35s;
transition: background-color 0.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: 2.2;
margin: 0;
}
.text-box > p {
margin: 0;
}
.text-box .title {
font-size: 18px;
font-weight: 600;
color: #428bca;
padding: 0;
margin: 0;
}
.text-box .description {
font-size: 15px;
color: #7b7b7b;
padding: 0;
font-weight: 500;
}
@media only screen and (max-width: 479px) {
.img-box div {
min-height: 80px;
}
.text-box {
margin-left: 10px;
}
.text-box .title {
font-size: 13px;
margin: 0;
}
.text-box .description {
font-size: 11px;
margin-top: 5px;
}
.linkto .tbimg {
width: 80px;
}
} .bgBox {
padding: 20px;
background-color: #fafafa;
outline: 1px solid #f0f0f0;
border-color: #f0f0f0;
text-align: left;
margin-top: 15px;
margin-bottom: 33px;
font-size: 16px;
} #main .widget-menu li {
font-size: 14px;
} .entry-content blockquote {
position: relative;
padding: 34px;
box-sizing: border-box;
font-style: italic;
background: #efefef;
color: #555;
margin: 0 0 33px 0;
border: none;
}
.entry-content blockquote:before {
position: absolute;
top: 13px;
content: "\f10d";
color: #b0b0b0 !important;
font-size: 28px;
}
.entry-content blockquote p {
padding-top: 25px;
margin: 0 !important;
line-height: 1.7;
}
.entry-content blockquote cite {
display: block;
color: #888888;
font-size: 0.9em;
}
.entry-content blockquote cite {
text-align: left;
} .fuki_par * {
box-sizing: border-box;
} .fuki_par {
display: table;
box-sizing: border-box;
margin-bottom: 1.8em;
width: 100%;
} .fuki_child_left {
display: table-cell;
vertical-align: middle;
width: 50%; padding-right: 10px;
}
.fuki_child_left img {
border: solid 1px #d8d8d8;
} .fuki_child_right {
display: table-cell;
width: 49%; position: relative;
vertical-align: middle;
}
.fuki_child_text {
border: #ccc solid 4px;
position: relative;
background: #fff;
padding: 12px 10px;
border-radius: 13px;
letter-spacing: 0.4px;
}
.fuki_child_text p:first-of-type {
margin-top: 0;
}
.fuki_child_text p:last-of-type {
margin-bottom: 0;
line-height: 1.9;
color: #111;
} .fuki_child_text::before {
border-right: 23px solid #ccc;
border-bottom: 20px solid transparent;
border-top: 20px solid transparent;
top: 30%;
content: "";
position: absolute;
left: -23px;
}
.fuki_child_text::after {
content: "";
position: absolute;
border-right: 24px solid #fff;
border-bottom: 20px solid transparent;
border-top: 20px solid transparent;
top: 30%;
left: -17px;
}  .top-title {
position: relative;
margin: 0 1.5%;
}
.top-title:before {
position: absolute;
content: "";
border-bottom: 2px solid black;
top: 50%;
left: 0;
z-index: -1;
width: 100%;
}
.top-title span {
font-weight: bold;
color: #1c1c1c;
display: inline-block;
padding: 1em;
letter-spacing: 0.05em;
font-size: 17px;
background: #f7f7f7;
}
.popular-posts .cardtype__link {
padding-bottom: 10px;
} .linkto {
border: #e5e5e5 solid 2px;
border-radius: 0;
padding: 0;
max-width: 400px;
}
.linkto .tbtext {
padding: 0 1em;
color: #333;
line-height: 1.4;
font-size: 0.9em;
}
.linkto .entry-content img {
border: none;
}
.linkto:hover img {
box-shadow: none;
}
.linkto img {
box-shadow: none;
} .related-posts.type_c ul {
padding: 0;
} .box30 {
border-right: 2px solid #64acb7;
border-left: 2px solid #64acb7;
border-bottom: 2px solid #64acb7;
box-shadow: none;
background: #fcfcfc;
border-radius: 3px;
}
.box30 .box-title {
margin: 0 -15px 0px;
background: #64acb7;
font-size: 18px;
}
.box30 .box-title:before {
padding-right: 6px;
content: "\f518";
}
.box30 ul li {
font-weight: 700;
color: #666;
font-size: 16px;
padding: 8px 0;
}
.box30 ol li {
font-weight: 700;
color: #666;
font-size: 16px;
padding: 8px 0;
}
.box30 ul > li > a:hover {
padding-left: 1px;
}
.box30 ol > li > a:hover {
padding-left: 1px;
}
.box30 a {
color: #666;
font-size: 14px;
text-decoration: none;
} .gbox {
background: #f3f5f6;
margin-bottom: 33px;
position: relative;
font-size: 15px;
padding: 10px 15px;
}
.gbox:after {
position: absolute;
content: "";
right: 0;
top: 0;
border-width: 0 16px 16px 0;
border-style: solid;
border-color: #fff #fff #e7e7e7;
box-shadow: -1px 1px 1px rgb(0 0 0 / 15%);
} #breadcrumb {
letter-spacing: 0.1em;
background: #f7f7f7;
text-align: center;
padding: 10px 2px;
}
#breadcrumb span {
font-size: 13px;
}
#breadcrumb li a,
#breadcrumb li:after {
color: #595959;
}
#breadcrumb li:after {
opacity: 0.54;
vertical-align: -1px;
}
#breadcrumb li:last-child:after {
display: none;
} .stitch-blue {
position: relative;
margin-bottom: 33px;
}
.stitch-blue ul {
margin: 10px 10px;
color: rgba(66, 66, 66, 0.87);
padding: 0 0 0 1.9em;
background: none;
box-shadow: none;
}
.stitch-blue {
position: relative;
border: 3px solid #ccc;
border-radius: 2px;
}
.stitch-blue li:before {
position: absolute;
left: 1em;
color: rgba(66, 66, 66, 0.54);
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f2bd";
}
.stitch-blue li {
list-style-type: none !important;
padding: 8px 0;
font-weight: 600;
} #fixed_sidebar .widget h4 + * {
overflow-y: auto;
} ul::-webkit-scrollbar {
width: 10px; }
ul::-webkit-scrollbar-track {
background: #fff; border-radius: 0px; box-shadow: inset 0 0 1px #999; }
ul::-webkit-scrollbar-thumb {
background: #fdee7490; border-radius: 0px; box-shadow: none; }  #ez-toc-container .ez-toc-list {
margin-left: 0;
}
#ez-toc-container ul.ez-toc-list li {
list-style: none;
}
#ez-toc-container ul,
#ez-toc-container.counter-hierarchy ul,
.ez-toc-widget-container.counter-flat ul,
.ez-toc-widget-container.counter-hierarchy ul {
counter-reset: item;
}
#ez-toc-container ul.ez-toc-list li a::before,
.ez-toc-widget-container ul.ez-toc-list li a::before {
content: counters(item, ".") ". ";
counter-increment: item;
} .yellowBox {
margin-bottom: 3em;
padding: 1em;
background: #fff9e5;
color: #f1991d;
font-size: 15px;
}
.yellowBox:before {
font-family: "Font Awesome 5 Free";
content: "\f328";
padding-right: 5px;
} .entry-content table {
font-size: 14px;
}
.entry-content table .fa-star:before {
color: #ffb500;
font-size: 15px;
}
.tb-responsive {
width: 100% !important;
} .entry-content table {
margin-bottom: 34px;
border: 1px solid #e0e0e0 !important;
}
.entry-content td {
padding: 15px;
border-right: 2px solid #e0e0e0;
word-break: break-all;
}
.entry-content tr:not(:last-child){
border-bottom: 1px solid #e0e0e0;	
} .entry-content th {
color: #555;
border-right: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
} .entry-content td {
color: #807171;
border-right: 1px solid #e0e0e0;
font-weight: 600;
} .far.fa-star {
color: #ffb500;
font-size: 15px;
} .fa-star-half-alt:before {
font-size: 15px;
color: #ffb500;
} .keyboard {
height: 25px;
min-width: 20px;
padding: 0 10px;
margin: 5px 10px;
background: #ededed;
border-radius: 10px;
box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.5);
color: #808080;
font: bold 18px arial;
text-align: center;
line-height: 26px;
display: inline-block;
} .label_red {
display: inline-block;
padding: 5px 7px;
line-height: 1;
font-size: 0.9em;
border-radius: 5px;
color: #fff;
vertical-align: bottom;
margin-left: 0.4em;
background: #ff6347;
} .sidelong__link { color: rgba(66, 66, 66, 0.87); padding: 4px; padding: 10px;
}
.sidelong { border-top: 1px solid rgba(66, 66, 66, 0.15); }
.newmark { border-radius: 20px; }
.sidelong__img {
width: 120px;
height: 120px;
}
.sidelong__img img {
border-radius: 0;
} .sidelong__article {
margin: 0; border-radius: 0;
} .sidelong time {
color: #bfbfbf;
font-size: 13px;
letter-spacing: 0.05em;
text-align: right;
}
.sidelong h2,
.sidelong .sidelong__title {
height: auto;
} .entry-header .updated:before {
color: #64acb7;
text-align: center;
font-size: 13px;
}
time.updated:before {
content: "\f2f1";
font-size: 11px;
} .cardtype__img img {
padding: 0.45em 0.45em 0 0.45em;
}
.osusume-card .cardtype__link {
padding-bottom: 15px;
text-align: center;
} .newmark { right: 1.05em; top: 1.05em; } .cat-name {
top: 7px;
left: 8px;
border-radius: 0;
}
#main .catid71 {
background: #6c63ff;
}
#main .catid85 {
background: #6a3300;
} .fa-chevron-right:before {
margin-left: 0.3em;
} .fab.fa-windows {
color: #2e8def;
} .fab.fa-apple {
color: #9a9a9a;
} .fab.fa-android {
font-size: 20px;
color: #a4c639;
padding: 5px;
} .fas.fa-check-circle {
color: #64acb7;
padding-right: 6px;
} #inner-content .hh.hhq {
background: #f6f6f6;
margin-left: -13px;
margin-right: -13px;
padding: 20px 10px 20px 58px;
font-size: 20px;
line-height: 1.4;
}
#inner-content .hh.hha {
margin-left: -13px;
padding: 20px 10px 20px 60px;
line-height: 1.56;
}
#inner-content .hh.hhq:before,
#inner-content .hh.hha:before {
left: 9px;
top: 22%;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 23px;
} .tl_main {	
font-size:16px;
}
.accordion label{
background: #ddefff;
} .merit-demerit {
position: relative;
background: #f1fbec;
padding: 0px 15px 0px 8px;
margin: 2.5em 0 2.5em;
}
.merit > h4 {
position: absolute;
display: inline-block;
padding: 8px 14px !important;
line-height: 1;
background: #9cd789;
color: #fff;
font-weight: 700;
font-size: 16px;
bottom: calc(100% - 28px);
border-radius: 25px;
left: 11px;
}
.merit > h4:before {
font-family: "Font Awesome 5 Free";
content: "\f164";
vertical-align: bottom;
padding-right: 0.3em;
}
.li-check ul {
font-weight: 700;
padding: 20px 15px 17px 2.5em;
}
.li-mainbdr ul{
padding:1em !important;
}
.li-mainbdr li {
padding-left: 25px;
font-size:16px;
}
.merit-bar li:before {
color: #9cd789;
}
.merit-demerit.demerit {
background: #ffe7e7;
}
.demerit > h4 {
position: absolute;
display: inline-block;
padding: 8px 14px !important;
line-height: 1;
background: #f99292;
color: #fff;
font-weight: 700;
font-size: 16px;
bottom: calc(100% - 28px);
border-radius: 25px;
left: 11px;
}
.demerit > h4:before {
font-family: "Font Awesome 5 Free";
content: "\f165";
vertical-align: bottom;
padding-right: 0.3em;
}
.demerit-bar li {
list-style-type: none !important;
padding: 8px 0;
font-weight: 700;
}
.demerit-bar li:before {
position: absolute;
left: 1.6em;
font-family: "Font Awesome 5 Free" !important;
font-weight: 900;
content: "\f00d";
color: #f99292;
} .children a:before {
content: "\f0da " !important;
}
li.cat-item li a {
color: #777;
padding: 5px 7px 5px 40px !important;
}
.cat-item a:before {
font-family: "Font Awesome 5 Free";
color: #64acb7;
padding-right: 7px;
}
.widget_categories .cat-item-75 a:before {
content: "\f002";
}
.widget_categories .cat-item-69 a:before {
content: "\f011";
}
.widget_categories .cat-item-52 a:before {
content: "\f121";
}
.widget_categories .cat-item-10 a:before {
content: "\f596";
}
.widget_categories .cat-item-85 a:before {
content: "\f1b0";
}
.widget_categories .cat-item-82 a:before {
content: "\f3ed";
}
li.cat-item a:hover {
transform: scale(1.06);
opacity: 0.9;
}
.entry-count {
border-radius: 25%;
float: right;
padding: 0 1em;
} .fas.fa-caret-down {
font-size: 27px;
padding-right: 6px;
padding-left: 6px;
} .sango-bc {
background: #64bdfb;
}  .afbtn {
display: inline-block;
margin: 0.5em 0;
border-radius: 3px;
color:#fff;
font-size: 1em;
text-decoration: none;
vertical-align: middle;
transition: 0.3s ease-in-out;
text-decoration: none !important;
cursor: pointer;
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%),
0 3px 1px -2px rgb(0 0 0 / 20%);
-webkit-tap-highlight-color: transparent;
transition: 0.3s ease-out;
letter-spacing: 0.05em;
}
.afbtn a {
color: #fff;
}
.postid-7911 .afbtn a {
font-size: 17px !important;
}
.afbtn a:hover {
box-shadow: 0 13px 20px -3px rgb(0 0 0 / 15%);
}
.abtn-mc1-under-text {
margin-bottom: 60px !important;
}
.abtn-mc1-top-text:before {
margin-right: 10px;
content: "＼";
}
.abtn-mc1-top-text:after {
margin-left: 10px;
content: "／";
} #inner-content .btn2 a {
display: block;
padding: 20px;
line-height: 1;
font-size: 15px;
}
#inner-content .btn2 a:hover {
display: block;
text-decoration: none;
}
.btn2.btntext a {
color: inherit;
}
#inner-content .btn2.raised a {
color: #fff;
}
.btn2.flat1 a {
color: #00bcd4;
}
.btn2.flat1 a:hover {
color: #fff;
}
.btn2.flat2 a {
color: #67c5ff;
}
.btn2.flat2 a:hover {
color: #fff;
}
.btn2.flat3 a,
.btn2.flat4 a,
.btn2.flat5 a {
color: #67c5ff;
}
.btn2.flat4 a:hover {
color: #679efd;
}
.btn2.flat5 a:hover {
color: #fff;
}
.btn2.flat6 a {
color: #668ad8;
}
.btn2.flat6 a:hover {
color: #fff;
}
.btn2.flat7 a {
color: #67c5ff;
}
.btn2.flat8 a {
color: #00bcd4;
}
.btn2.flat9 a {
color: #fff;
}
.btn2.flat10 a {
color: #ffa000;
}
.btn2.flat10 a:hover {
color: #fff;
}
.btn2.flat11 a {
color: #668ad8;
}
.btn2.cubic1 a,
.btn2.grad1 a,
.btn2.grad2 a,
.btn2.grad3 a,
.btn2.grad4 a {
color: #fff;
}
#inner-content .btn2.emboss a {
color: rgba(0, 0, 0, 0.4);
}
.btn2.text3d.blue-bc a {
color: #4f9df4;
}
.btn2.text3d.red-bc a {
color: #f88080;
}
.btn2.text3d.green-bc a {
color: #90d581;
}
.btn2.cubic2 a,
.btn2.cubic3 a {
color: #fff;
}
.btn2 img {
visibility: hidden;
display: block;
width: 0;
height: 0;
}
#inner-content .red-bc {
font-size: 17px;
}  .btn {
padding: 0.4em 0.8em;
}
.btn:hover {
box-shadow: 0 4px 6px 0 rgb(0 0 0 / 17%), 0px 3px 6px 0 rgb(0 0 0 / 12%),
0 2px 11px -3px rgb(0 0 0 / 20%);
text-decoration: none;
} .box31 .box-title {
background: #666666;
} .apple {
background: #a0a0a0;
} .bc-home {
display: inherit;
width: 92%;
height: 50px;
line-height: 55px;
margin: 0 auto;
padding-right: 10px;
border-radius: 3px;
text-align: center;
letter-spacing: 0.05em;
background: #424242de;
color: white;
}
.bc-home .fa {
vertical-align: -11%;
padding-right: 10px;
} #archive_header {
margin: 0;
padding: 0;
border-top-style: none;
background: none;
}
#archive_header h1 {
padding-bottom: 0.4em;
text-align: center;
border-bottom: solid 3px #000;
} #archive_header .cat-item {
background: #424242;
font-weight: 500;
border-radius: 2px;
margin: 0 15px 5px 0;
padding: 0.2em 0;
}
#archive_header .cat-item:hover {
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
#archive_header .cat-item a {
color: #fff;
padding: 0.3em 1em;
} .sidelong {
border-top: none;
}
.sidelong__article {
margin: 0 0 2em 0;
} #main .h-undeline {
color: #595959;
letter-spacing: 2.25px;
background-color: #fff;
font-size: 24px;
}
#main .h-undeline:before {
content: url(https://yuuuugablog.com/wp-content/uploads/2022/01/j316_9_1.svg);
display: inline-block;
width: 50px;
position: relative;
top: 10px;
margin-right: 7px;
} #content.one-column {
background: none;
} .mybox {
background-color: #fff; border: 2px solid #ffbd59; border-radius: 5px;
padding: 1.9em 2em 1em 2em;
position: relative;
margin-bottom: 50px;
}
.mybox:before {
background-color: #ffbd59;
border-radius: 5px;
color: #fff;
content: "公式サイト";
padding: 5px 20px;
position: absolute;
left: 11px;
top: -15px;
font-size: 11px;
font-weight: 600;
}  .easyLink-box {
border: #e5e5e5 solid 2px !important;
} .easyLink-arrow-left {
display: none !important;
}
.easyLink-arrow-right {
display: none !important;
} .easyLink-info-name a {
color: #808080 !important;
} .easyLink-info-btn a {
border-radius: 0 !important;
margin: 5px 10px 5px 0 !important;
padding: 0 12px !important;
line-height: 35px !important;
display: inline-block !important;
width: 100% !important;
} .easyLink-info-btn {
display: inline-block !important;
}
div.easyLink-box.easyLink-size-s {
max-width: 400px !important;
}
.easyLink-info-btn-yahoo {
font-size: 11px !important;
} .menu_link {
border-bottom: solid 2px #efefef;
font-size: 12px;
} #footer-menu li,
.privacy-policy-link {
padding: 8px 14px;
} .entry-content .wp-caption {
margin: 0px 0 33px;
} .recommended a {
border: solid 2px #e5e5e5;
}
.recommended figure img {
border-radius: 0px;
}
.recommended a figure {
width: 90px;
height: 0px;
}
.recommended a {
width: 100%;
margin: 1em 0;
} .ph3 {
letter-spacing: 0.7px;
margin: 0 !important;
}
#inner-content .hh31 {
position: relative;
padding: 0.5em 0.5em 0.5em 1.8em;
border: none;
background: none;
color: #333;
line-height: 1.4;
font-size: 17px;
font-weight: 700;
}
#inner-content .hh31:before {
position: absolute;
top: 0.27em;
left: 0em;
color: #95ccff;
font-size: 1.3em;
content: "\f558";
}
.sankou {
padding: 0em 1em 0em 1.5em !important;
font-size: 14.45px;
font-style: italic;
}
.sankou li a {
color: gray;
}  .adsense {
font-size: 0.85em;
text-align: center;
margin: 0;
} div.widget.my_ads {
background: none;
} .sns-dif ul {
background: none;
margin: 5px 0 30px 0;
}
.sns-dif ul li a {
padding: 0;
box-shadow: none;
}
.sns-dif ul li a:hover {
box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.25);
}
.tw a {
background: #7dcdf7 !important;
}
.fb a {
background: #7c9dec !important;
}
.hatebu a {
background: #7cb1ec !important;
}
.pkt a {
background: #f99593 !important;
}
.line a {
background: #8ed97a !important;
}
.tw a,
.fb a,
.hatebu a,
.pkt a,
.line a {
color: white;
}
.sns-dif ul li a {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 25px;
}
.sns-dif ul li a i {
height: 50px;
line-height: 50px;
font-size: 25px !important;
} .sns-btn__title {
padding: 20px;
margin-top: 20px;
} #inner-content .hh34 {
padding-left: 23px;
color: #333333;
padding-left: 23px;
} .btn-gradient-3d-orange {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
border-radius: 4px;
color: #ffffff;
background-image: linear-gradient(45deg, #ffc107 0%, #ff8b5f 100%);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
border-bottom: solid 3px #c58668;
}
.btn-gradient-3d-orange:active {
-webkit-transform: translateY(4px);
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
} .no1 {
border-radius: 2px;
padding: 12px;
text-align: center;
background-color: #f2c334;
color: #fff !important;
font-weight: bold;
}
.no2 {
border-radius: 2px;
padding: 12px;
text-align: center;
background-color: #9caab3;
color: #fff !important;
font-weight: bold;
}
.no3 {
border-radius: 2px;
padding: 12px;
text-align: center;
background-color: #996546;
color: #fff !important;
font-weight: bold;
}
.othreser_link {
background: #a9ceec;
color: #333;
font-size: 1em;
padding: 5px 10px;
border-radius: 50px;
font-weight: 400;
box-shadow: 0 13px 20px -3px rgb(0 0 0 / 24%);
}
.othreser_link:hover {
text-decoration: none;
box-shadow: none;
}
.category-82 #main .widget-menu li {
font-size: 13px;
}
.postid-6479 .entry-content img {
border: none;
}
.postid-6479 .reviewBox_bottom {
margin-top: 45px;
}
.postid-7979 .entry-content img {
border: none;
}
.category-antivirus .entry-content table img {
border: none;
}
.category-82 img {
border: none;
}
.fixed01 {
position: sticky;
left: 0;
background: #fff;
}
.fixed01 :before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
border: 1px solid #ccc;
}
.fixed02 {
position: sticky;
left: 36px;
background: #fff;
}
.fixed02 :before {
content: "";
position: absolute;
top: -1px;
left: -1px;
width: 100%;
height: 100%;
}
.entry-content table.antivirus-table {
display: block;
overflow-x: auto;
width: 100%;
white-space: nowrap;
}
.category-82 h1 {
color: #595959;
}
.category-82 #archive_header h1 {
margin: 20px 0;
border-bottom: none;
}
.category-82 #archive_header h1::after {
content: "〜ウイルス対策ソフトの比較や製品レビュー〜";
font-size: 0.7em;
display: block;
}
.category-82 .rate-box {
background: #efefef;
}
.category-82 .entry-content > *:first-child {
text-align: center;
margin-bottom: 20px;
}
.category-82 .cell img {
border: none;
}
.category-82 .linkto {
margin: 1em auto 2em;
}
.antivirus {
left: -20px;
width: 327px;
margin: 0;
}
.antivirus:before {
left: -29px;
}
.antivirus-review li {
float: none;
width: 100%;
border-bottom: 2px solid #efefef;
}
.antivirus-review li:nth-child(even) {
border-left: 0;
}
.antivirus-review li:nth-last-child(2) {
border-bottom: 2px solid #efefef;
}
.antivirus-review img {
width: 63px;
}
.a-undeline {
color: #595959;
border-bottom: dotted 4px #e6e6e6;
letter-spacing: 0.2em;
margin: 0 0 0.5em;
background-color: #fff;
padding: 0.2em 0;
text-align: center;
font-weight: 600;
font-size: 15px;
}
.category-antivirus .textwidget .a-undeline:before {
content: url(https://yuuuugablog.com/wp-content/uploads/2021/09/antivirus-image.svg);
display: inline-block;
width: 87px;
position: relative;
top: 25px;
margin-right: 15px;
padding: 1em 0;
} .category-antivirus .longc_linkto-inner {
background: #79cbff;
color: #fff;
display: inline-block;
position: absolute;
font-weight: 700;
font-size: 0.83em;
line-height: 1;
padding: 5px 10px;
box-shadow: 1px 1px 1px grey;
letter-spacing: 0.07em;
left: 4px;
margin-top: -6px;
}
.category-antivirus .longc_linkto {
position: relative;
}
.category-antivirus .longc_linkto {
margin: 0;
}
.category-antivirus .longc_linkto:hover {
transform: none;
}
.dog-btn {
text-align: center;
font-size: 1.2em;
margin-top: 23px;
}
.btn-square-pop {
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;
}
.btn-square-pop:active {
border-bottom: solid 2px #fd9535;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
} .w-undeline {
color: #595959;
border-bottom: dotted 4px #e6e6e6;
letter-spacing: 0.2em;
margin: 0 0 0.5em;
background-color: #fff;
padding: 0.2em 0;
text-align: center;
font-weight: 600;
font-size: 15px;
}
.category-work .textwidget .w-undeline:before {
content: url(https://yuuuugablog.com/wp-content/uploads/2021/09/antivirus-image.svg);
display: inline-block;
width: 87px;
position: relative;
top: 25px;
margin-right: 15px;
padding: 1em 0;
}  .d-undeline {
color: #595959;
border-bottom: dotted 4px #e6e6e6;
letter-spacing: 2px;
margin: 0 0 0.5em 0;
background-color: #fff;
padding: 0.2em 0;
text-align: center;
font-weight: 600;
font-size: 15px;
}
@media only screen and (min-width: 768px) {
.category-dog .textwidget .linkto.table {
width: 48%;
margin: 20px 1% 0 1%;
font-size: 0.8em;
float: left;
}
#inner-content .category-dog .textwidget .green-bc {
margin-top: 2em;
}
}
.category-dog .textwidget .d-undeline:before {
content: url(https://yuuuugablog.com/wp-content/uploads/2021/09/j370_2_0.svg);
display: inline-block;
width: 52px;
position: relative;
top: 10px;
margin-right: 10px;
padding: 0.7em 0;
}
@media screen and (min-width: 559px) {
.category-dog .textwidget .d-undeline:before {
width: 79px;
top: 19px;
margin-right: 15px;
padding: 1em 0;
}
.d-undeline {
font-size: 22px;
}
}
@media only screen and (max-width: 480px) {
.category-dog .c_linkto .c_linkto_text {
font-size: 11px;
}
.category-dog .c_linkto {
margin-bottom: 2em;
}
}
.category-dog .longc_linkto-inner {
display: inline-block;
position: absolute;
left: -2px;
top: 3px;
box-sizing: border-box;
padding: 1px 3px;
margin: 0;
height: 22px;
line-height: 22px;
font-size: 11px;
letter-spacing: 0.1em;
color: #fff;
background: #70c7ff;
box-shadow: 0 2px 2px rgb(0 0 0 / 12%);
}
.category-dog .longc_linkto-inner:before {
position: absolute;
content: "";
top: 0;
left: -6px;
border: none;
height: 32px;
width: 7px;
background: #70c7ff;
border-radius: 5px 0 0 5px;
}
.category-dog .longc_linkto-inner:after {
position: absolute;
content: "";
bottom: -7px;
left: -4px;
border: none;
height: 7px;
width: 5px;
background: #4d99ca;
border-radius: 5px 0 0 5px;
}
.category-dog .textwidget p:nth-of-type(2) {
position: relative;
}
.category-dog .longc_linkto {
margin: 0;
}
.category-dog .longc_linkto:hover {
transform: none;
}  .author-info .follow_btn a {
transform: scale(0.9);
margin: 10px 2px;
}
@media only screen and (min-width: 1030px) {
.author-info {
padding: 0;
}
}
.author_img {
float: left;
text-align: center;
}
.author_img img {
width: 80px;
height: 80px;
border-radius: 50%;
}
.author_content {
margin-left: 96px;
line-height: 1.5;
}
.author_name {
margin-bottom: 10px;
font-size: 17px;
color: #666;
font-weight: 700;
}
.author_name_description span {
font-size: 14px;
color: gray;
font-weight: 400;
}
.author_text {
line-height: 1.7;
}
.author_text p {
margin-bottom: 15px !important;
letter-spacing: 1.4px;
} .accordion label {
margin-bottom:33px;
} .writer {
position: relative;
margin: 2em 0;
padding: 20px 10px 0px;
border: solid 2px #64acb7;
border-radius: 3px;
}
.writer .writer-title {
position: absolute;
top: -21px;
left: 0;
right: 0;
width: 205px !important;
margin: auto;
text-align: center;
font-size: 18px;
color: #64acb7;
font-weight: 700;
background: #fff;
}
.writer .writer-title:before {
content: "\f4ff";
font-family: "Font Awesome 5 Free";
font-size: 16px;
padding-right: 2px;
}
.writer p {
margin: 0;
}
.d-flex {
display: flex;
}
.writer .entry-content dd {
margin-bottom: 0;
white-space: nowrap;
}
.writer .aut {
padding-left: 11px;
margin: 11px 0 0;
font-size: 16px;
}
.writer .accordion {
margin: 0.7em 0 0 0.6em;
font-size: 12px;
width: 56%;
}
.writer .accordion label:after {
top: calc(50% - 10.5px);
}
.writer .accordion label {
border-radius: 0;
}
.writer .accordion p {
margin-bottom: 15px;
} .btn-social-icon-twitter {
text-decoration: none;
display: inline-block;
text-align: center;
color: #1da1f3;
font-size: 15px;
text-decoration: none;
vertical-align: middle;
}
.btn-social-icon-twitter:hover {
color: #88daff;
transition: 0.5s;
}
.btn-social-icon-twitter__square {
border-radius: 10px;
position: relative;
display: inline-block;
width: 50px;
height: 50px;
font-size: 25px;
line-height: 50px;
color: #fff;
background: #1da1f3;
}
.btn-social-icon-twitter__square i {
line-height: 50px;
}
.btn-social-square {
display: inline-block;
text-decoration: none;
width: 50px;
margin-right: 12px;
height: 50px;
line-height: 50px;
font-size: 23px;
color: white;
border-radius: 12px;
text-align: center;
overflow: hidden;
font-weight: bold;
transition: 0.3s;
}
.btn-social-square i {
line-height: 50px;
}
.btn-social-square:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.btn-social-square--twitter {
background: #22b8ff;
}
.btn-social-square--facebook {
background: #6680d8;
}
.btn-social-square--linkedIn {
background: #0077b5;
}
@media only screen and (min-width: 768px) {
.writer {
padding: 25px 17px 0;
}
.writer .writer-title:before {
font-size: 22px;
}
.writer .aut {
margin: 14px 0 0;
}
.writer .author_img {
width: 90px;
height: 100px;
}
.writer .accordion {
margin: 0.9em 0 0 1em;
width: 69%;
font-size: 16px;
}
}  .sns-btn {
margin: 0 auto;
}
.footer-contents .sns-btn__title {
display: none;
}
.footer-contents .sns-btn .sns-btn__item a {
color: #fff;
padding: 5px 0 3px 0;
}
.footer-contents .sns-btn__item i {
font-size: 25px;
line-height: 38px;
}
.footer-contents .sns-btn__item a {
border-radius: 0;
vertical-align: none;
}
.footer-contents .sns-btn .sns-btn__item a {
width: 100%;
}  #my_category_popular_widget-2 h4:before {
content: "\f201";
font-family: "Font Awesome 5 Free";
padding-right: 6px;
}
.my-widget li a .my-widget__text {
font-size: 12px;
} ul::-webkit-scrollbar {
width: 6px;
}
ul::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 13px;
}  .my-widget.show_num {
counter-reset: wpp-ranking;
} .my-widget.show_num li:before {
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
display: inline-block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 25px;
} .my-widget.show_num li:nth-child(1):before {
background: #fce36b;
color: #fff;
} .my-widget.show_num li:nth-child(2):before {
background: #fce36b;
color: #fff;
} .my-widget.show_num li:nth-child(3):before {
background: #fce36b;
color: #fff;
} .my-widget.show_num li:nth-child(n + 4):before {
background: #f3f3f3;
color: #9a9a9a;
} .widgettitle {
font-size: 17px;
}
#inner-content .btn:hover {
transform: none;
}    .footer-meta {
padding: 0;
color: #686868;
font-size: ;
text-align: left;
font-size: 1em;
}
.footer-meta ul li a {
color: #337ab7;
font-weight: 600;
padding-left: 5px;
} .meta-tag {
color: #686868;
}
.meta-tag ul {
display: inline-block;
}
.meta-tag li {
display: inline-block;
padding-left: 5px;
} .footer-contents .sns-btn .sns-btn__item {
max-width: 100%;
width: 16.8%;
}
.sns-dif ul li {
margin-right: 10px;
}
.sns-dif ul li a {
margin: 0;
}
.sns-dif li:last-child {
margin-right: 0 !important;
} .recommended a div {
padding: 0 0.4em;
font-size: 0.9em;
} .one-column .author-info {
margin: 30px 0;
}
.author-info {
margin-bottom: 30px;
}
.author-info {
background-color: #fff !important;
}
.author-info {
padding: 0;
}
.author-info__inner .tb {
border: none;
box-shadow: none;
border: 1px solid #efefef;
}  @media (max-width: 480px) {
.sidelong__article-info,
.sidelong__img {
display: table-cell;
vertical-align: top;
}
.merit-demerit li {
padding: 0.5em 0 0.5em 10px;
font-size: 16px;
}
.demerit-bar ul {
padding-top: 20px;
} .sidelong__img {
width: 90px;
height: 90px;
}
.sidelong__link {
padding: 10px;
}
.sidelong__article {
margin: 0 0 1em;
} .entry-content {
padding: 5px 13px 20px;
} div.easyLink-box div.easyLink-img::before {
padding-top: 64% !important;
}  div.easyLink-box.easyLink-size-s,
div.easyLink-box.easyLink-size-xs {
max-width: 357px !important;
} .easyLink-img {
float: left !important;
width: 130px;
padding-right: 20px !important;
}
.easyLink-info {
display: flex;
flex-wrap: wrap;
}
.easyLink-info-btn-yahoo {
font-size: 10px !important;
}
p.easyLink-info-name a {
font-size: 16px;
}
.easyLink-info-btn {
margin-top: -5px !important;
}
p.easyLink-img-box {
position: initial !important;
padding-bottom: 130px !important;
} div.easyLink-box div.easyLink-img,
div.easyLink-box div.easyLink-img p.easyLink-img-box,
div.easyLink-box div.easyLink-img p.easyLink-img-box img.easyLink-img-pht { max-height: 170px !important;
min-height: 100px !important;
max-width: 130px !important;
} .recommended figure img {
width: 80px;
height: 80px;
border-right: solid 2px #e5e5e5;
}
.recommended a div {
padding-left: 0px;
}
.category-antivirus .longc_linkto-inner {
top: 10px;
}
} @media (max-width: 768px) { .cardtype {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.popular-posts .cardtype__article:nth-child(odd) {
margin-right: 4%;
}
.popular-posts.cardtype h2 {
margin: 0 5px;
font-size: 0.97em;
}
#main .top-title {
margin: 0 6% 15px 0px;
} #main {
overflow: hidden;
} .reviewBox .reviewBox_content {
padding: 15px;
}
.reviewBox .reviewBox_top .reviewBox_right img {
width: 220px;
}
.reviewBox .reviewBox_top p {
font-size: 13px !important;
}
.reviewBox .reviewBox_top p:first-child {
font-size: 15px !important;
}
.reviewBox .reviewBox_center {
padding: 0;
margin-top: 20px;
margin-bottom: 20px;
}
.reviewBox .reviewLink a {
padding: 0.5em !important;
}
.reviewBox .reviewBox_top {
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.reviewBox .reviewBox_top .reviewBox_left {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
width: 90%;
margin: auto;
margin-top: 20px;
}
.reviewBox .reviewBox_top .reviewBox_right {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
width: 100%;
}
.reviewBox .reviewLink a {
font-size: 12px !important;
}
.reviewBox .progress-circle .progress-text {
line-height: 2.2em;
width: 2.2em;
font-size: 23px !important;
}
.reviewBox .progress-circle {
font-size: 10px !important;
}
.reviewBox .reviewBox_score p {
font-size: 10px !important;
margin-top: -1em;
} .entry-content blockquote {
padding: 35px 20px;
margin-bottom: 1.8em;
}
blockquote::before {
top: 10px;
left: 20px;
font-size: 2.5rem;
}
blockquote::after {
bottom: 10px;
right: 25px;
font-size: 2.5rem;
} .entry-content h3 {
margin-left: 0;
font-size: 18px;
} .fuki_par,
.fuki_child_left,
.fuki_child_right,
.fuki_child_text {
width: 100%;
display: block;
}
.fuki_child_left {
padding-right: 0;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.fuki_child_text {
border-radius: 6px;
background: #fff;
margin-top: 7px;
border: solid 2px silver;
font-size: 16px;
}
.fuki_child_text::before {
border-bottom: 20px solid silver;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
content: "";
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
}
.fuki_child_text::after {
border-bottom: 20px solid #fff;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
content: "";
position: absolute;
top: -37px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
} .fas.fa-caret-down {
padding-left: 4px;
vertical-align: bottom;
} .footer-contents {
margin: 0 1em;
}
}  @media (min-width: 768px) { .home .cardtype__article {
width: 48%;
margin: 0 2% 20px 0;
} .sidelong time {
position: absolute;
top: 9px;
right: 9px;
} .profile-content .raised {
width: 42%;
} .recommended a {
float: left;
width: 48%;
margin: 14px 2% 0 0;
}
.recommended a div {
padding: 0 1em;
} #archive_header {
margin: 0 6% 15px 1%;
} .sidelong__article {
margin: 0.5em;
} .entry-content h2 {
margin: 3.2em -1em 1.8em;
} .entry-content h4 {
padding: 0;
} .large {
font-size: 20px !important;
} .rate-box {
margin: 0 auto 33px;
} .chatting {
padding-top: 0;
font-size: 17px;
} .entry-content li {
font-size: 17px;
} .border2Box {
margin: 0 0 40px;
} .mybox:before {
left: 19px;
top: -17px;
font-size: 15px;
font-weight: 600;
} .entry-content > p {
font-size: 17px;
padding: 0;
margin: 0 0 1.8em;
text-shadow: 0 0.1px #333;
}  .postid-7979 .shtb2.tbrsp .cell:first-of-type {
vertical-align: middle;
}
.postid-7911 .shtb2.tbrsp .cell:first-of-type {
vertical-align: middle;
text-align: center;
} .category-dog .longc_linkto-inner {
left: 0;
top: 5px;
padding: 0 12px;
height: 30px;
line-height: 30px;
font-size: 18px;
}
.category-dog .longc_linkto-inner:before {
left: -7px;
height: 38px;
}
.category-dog .longc_linkto-inner:after {
left: -5px;
height: 7px;
}
.caution_box {
margin-bottom: 40px;
}
}  @media (min-width: 1200px) { #inner-header{
width:100%;
}
.header--center .desktop-nav .menu {
width: 100%;
border-top: solid 3px #f7f3ed;
}
.header--center .desktop-nav li a {
padding: 12px 0;
color: #555;
}
.desktop-nav li {
width: 18%;
border-right: solid 3px #f7f3ed;
}
.desktop-nav li:first-child {
border-left: solid 3px #f7f3ed;
} .home .d-5of7 {
padding: 0 0 0 6%;
}
.entry-content {
padding: 0 64px 42px;
} .widget .textwidget {
padding: 33px 9px;
} .one-column #entry {
padding: 0 2%;
}
.one-column #main {
max-width: 1055px;
margin-top: 35px;
} .toptx {
width: 93.8%;
} .home .cardtype__article {
width: 46%;
}
.cardtype h2 {
margin: 0 13px 0;
font-size: 17px;
} .single #inner-content,
.wrap {
width: 1140px;
} .one-column #inner-content{
width:1000px;
}
.d-5of7 {
width: 72%;
}
.postid-7911 .afbtn {
width: 45% !important;
} .single .d-5of7 {
padding-right: 25px;
}
.d-2of7 {
width: 26%;
}
.single .d-2of7 {
margin-left: 14px;
width: 26%;
} #breadcrumb span {
font-size: 17px;
} .entry-meta {
font-size: 17px;
padding-right: 1.4em;
}
.footer-meta {
font-size: 17px;
} .single-title {
font-size: 25px;
padding: 0px 22px;
} .post-thumbnail {
padding: 5px 23px 20px;
} .category-wordpress .fuki_child_left {
width: 50%;
} .box30 a {
font-size: 0.9em;
} .footer-contents .sns-btn .sns-btn__item {
width: 17.78%;
margin: 14px 2% 0 0;
} .recommended a {
width: 49%;
margin: 14px 2% 0 0;
} .page #breadcrumb,
.single #breadcrumb {
position: relative;
top: -53px;
left: 21px;
font-size: 17px;
text-align: left;
} div.easyLink-box {
max-width: 450px !important;
}
div.easyLink-box div.easyLink-img {
margin-top: 16px !important;
}
.afbtn a {
color: #fff;
font-size: 17px;
letter-spacing: 0.05em;
font-weight: 600 !important;
}
#inner-content .btn2 a {
font-size: 19px;
} .category-82 .shtb2.tbrsp {
text-align: center;
}
.category-82 .sidelong__article {
width: 46.9%;
}
.category-82 .entry-content table {
margin-bottom: 0;
}
.antivirus_p {
font-size: 17px;
}
.category-82 .shtb2.tbrsp .cell {
vertical-align: middle;
}
.category-82 .shtb2.tbrsp {
margin-top: 20px;
}
.category-antivirus .textwidget .a-undeline:before {
width: 83px;
top: 24px;
}
.a-undeline {
font-size: 22px;
}
.category-antivirus .textwidget .linkto.table {
width: 48%;
margin: 20px 1% 0 1%;
font-size: 0.8em;
float: left;
}
#inner-content .category-antivirus .textwidget .yellow-bc {
margin-top: 2em;
} .category-antivirus .longc_linkto-inner {
margin-top: 5px;
}
.category-antivirus .widget-menu li {
font-size: 12px;
}
.category-work .textwidget .linkto.table {
width: 48%;
margin: 20px 1% 0 1%;
font-size: 0.8em;
float: left;
}
#inner-content .category-work .textwidget .red-bc {
margin-top: 30px;
}
.w-undeline {
font-size: 22px;
}
.author_text {
font-size: 14px;
}
}