.proflink a{
	display:block;
	text-align:center;
	padding:7px 10px;
	background:#aaa;/*カラーは変更*/
	width:50%;
	margin:0 auto;
	margin-top:20px;
	border-radius:20px;
	border:3px double #fff;
	font-size:0.65rem;
	color:#fff;
}
.proflink a:hover{
		opacity:0.75;
}


 .cps-post-main pre {
    white-space: pre-wrap;
    border-radius: 5px;
    padding: 17px;
    color: #ddd;
    background: #fff !important;
    }


/*サイドバーランキング順位　ここから*/
.wpp-list {
	font-size: 12px;
    counter-reset: wpp-ranking;
}
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
.wpp-list li {
  position: relative;
  list-style-type: none;
}
.wpp-list li::before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  background: #a5d85d;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
 
.wpp-list li img {
  margin: 0px 5px 10px 0px;
}




/****************************************

          rank

*****************************************/
.diver_af_ranking_wrap{
  padding: 0 10px;
  margin: 15px 0;
}



.rank_rem {
    padding: 15px 10px;
}

.rank_buy_link,.rank_more_link {
    float: left;
    width: 50%;
    padding: 5px
			
}

.rank_buy_link a{
	font-weight:bold;
  position: relative;
  color: #ffffff !important;
  padding: .8em 2em;
  background:#ff7e28;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 0px 2px 10px 1px #ccc;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
	
}

.rank_more_link a{
	font-weight:bold;
  position: relative;
  color: #ffffff !important;
  padding: .8em 2em;
  background:#a5d85d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 0px 2px 10px 1px #ccc;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;

}

.rank_more_link a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}


.rank_buy_link a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}


@media screen and (max-width: 768px){
  .rank_buy_link,.rank_more_link {
   
    width: 100%;
    padding: 5px
}
	
	.rank_img{
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .rank_desc{
    width: 100%;
  }

  .rank_buy_link a,.rank_more_link a{
		font-weight: bold ;
    padding:1em 0.5em; 
    font-size: 0.9em;
  }
}



/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],

input[type="url"],
textarea {
    margin: 0;
    padding: 8px 4px;
    max-width: 100%;
    width: 80%;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    vertical-align: bottom;
    font-size: 13px;
    background-color: #F7F7F7;}

#comment-area input[type="text"],
#comment-area textarea{
    display: block;
    width:100%;
    margin: 5px 0;
}

textarea {
    overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
    box-shadow:  0 0 3px #eee;
    color: #444;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    padding: 10px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #4c8eaf;
    text-decoration: none;
    font-size: 15px;
    line-height: normal;
    cursor: pointer;
    /* Old browsers */
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: rgb(40, 96, 140);
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .4);

}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    top:1px;
}

.button{
    text-align: center;
    margin:10px 0;
}

.button a,.content .button a {
	font-weight:bold;
    padding: .6em 2em;
    display: inline-block;
    position: relative;
    background-color: #607d8b;
    border-radius: 3px;
    border-style: solid;
    border-width: 0px;
    color: #fff;
    text-decoration: none !important;
	
}

.button a i {
    vertical-align: baseline;
    line-height: 1;
  }

.button a i.before{margin-right: 1em;}
.button a i.after{margin-left: 1em;}

.button a.midium {padding: .5em 1.8em;}
.button a.big {padding: .8em 2.5em;font-size: 1em;}
.button a.small {padding: 0.5em 1.3em;font-size: .8em;}

.button a:hover{
     -webkit-filter: brightness(0.8);
     -moz-filter: brightness(0.8);
     -o-filter: brightness(0.8);
     -ms-filter: brightness(0.8);
     filter: brightness(0.8);
     color:#fff;
}

.button.big a{
    width: 98.5%;
}

.button.inline{display: inline-block;}

.button.solid a{
  position: relative;
  box-shadow: 0 5px 0 #ccc;
  top:0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.button.solid a:hover{top:5px;box-shadow:none;}

.button.shadow a{box-shadow: 0px 2px 10px 1px #ccc;}

.button.shadow a:hover{box-shadow:none;}

.button.radius a{border-radius: 50px;}

.button.bborder a {border:2px solid #6f8e9c;}

.button.oborder a {border:2px solid #70b8f1;background:#fff;color: #70b8f1;}

.button.frame a {box-shadow: 0px 0px 0px 2px #55bed5;border: 2px solid #ffffff;}

.button.blue a {background-color:#70b8f1;color: #fff;}
.button.bborder.blue a{border-color:#6894b7;}
.button.oborder.blue a{border-color:#70b8f1;background:#fff;color: #70b8f1;}
.button.frame.blue a{box-shadow:0px 0px 0px 2px #70b8f1;}

.button.green a {background-color:#2ac113;color: #fff;}
.button.bborder.green a{border-color:#05920e;}
.button.oborder.green a{border-color:#2ac113;background:#fff;color: #2ac113;}
.button.frame.green a{box-shadow:0px 0px 0px 2px #2ac113;}

.button.red a {background-color:#ff8178;color: #fff;}
.button.bborder.red a{border-color:#af5f5f;}
.button.oborder.red a{border-color:#ff8178;background:#fff;color: #ff8178;}
.button.frame.red a{box-shadow:0px 0px 0px 2px #ff8178;}

.button.yellow a {background-color:#ffe822;color: #fff;}
.button.bborder.yellow a{border-color:#deb80c;}
.button.oborder.yellow a{border-color:#ffe822;background:#fff;color: #ffe822;}
.button.frame.yellow a{box-shadow:0px 0px 0px 2px #ffe822;}

.button.orange a {background-color:#ffa30d;color: #fff;}
.button.bborder.orange a{border-color:#b98b13;}
.button.oborder.orange a{border-color:#ffa30d;background:#fff;color: #ffa30d;}
.button.frame.orange a{box-shadow:0px 0px 0px 2px #ffa30d;}

.button.white a {background-color:#fff;color: #000;}
.button.bborder.white a{border-color:#000;}
.button.oborder.white a{border-color:#efefef;background:#fff;color: #efefef;}
.button.frame.white a{box-shadow:0px 0px 0px 2px #fff;}

.button.gray a {background-color:#ccc;color: #505050;}
.button.bborder.gray a{border-color:#aaa;}
.button.oborder.gray a{border-color:#ccc;background:#fff;color: #ccc;}
.button.frame.gray a{box-shadow:0px 0px 0px 2px #ccc;}

.button.black a {background-color:#000;color: #fff;}
.button.bborder.black a{border-color:#b1b1b1;}
.button.oborder.black a{border-color:#000;background:#fff;color: #000;}
.button.frame.black a{box-shadow:0px 0px 0px 2px #000;}

.button.shadow.bborder a{border-color:#fff;}

.content .button a:hover,.button a:hover {color: #fefefe;}

@media screen and (max-width: 768px){
  .button a {padding: .8em 1em;font-size: .9em;}

  .button a.midium {padding: .8em 1em;font-size: .9em;}

  .button a.big {padding: 1em 1em;font-size: 0.9em;}

  .button a i.before {margin-right: .6em;}
}

.button a.big:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}




/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.scroll{
	overflow: auto;
	white-space: nowrap;
	width: 100%;
    -webkit-overflow-scrolling: touch;
}

.scroll table tbody {

	display:table;
	width: 1200px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
	height: 15px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}


.cps-post-main table.cps-table03 {
    width: 100%;
    margin-bottom: 15px;
}


.cps-post-main p {
    padding-bottom: 1rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-size: 1em;
}


/*赤い光るボタン*/
.shinybutton {
 display: block;
 width: 98.5%;
 margin-bottom: 1em;
	margin: 10px auto;
}


.shinybutton a {
 display: block;
 position: relative;
 z-index: 2;
 overflow: hidden;
 width: 100%;
 font-weight: bold ;

border-radius: 3px;
 background-color: #ef5350 ;
 color: #ffffff !important;
 padding: 13px 0;
 text-align: center;
 text-decoration: none;
 transition: .25s linear;
 -webkit-transition: .25s linear;
 -moz-transition: .25s linear;
	box-shadow: 0px 2px 10px 1px #ccc;
}
.shinybutton a:hover {
 -ms-transform: translateY(4px);


 border-bottom: none;/*線を消す*/
}


.shinybutton a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}


.shinybutton a:after {
 display: block;
 position: absolute;
 z-index: -1;
 left: -30%;
 top: -50%;
 content: "";
 width: 30px;
 height: 100px;
 transform: rotate(30deg);
 -webkit-transform: rotate(30deg);
 -moz-transform: rotate(30deg);
 background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
 background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
 animation: shiny 2s infinite linear;
 -webkit-animation: shiny 2s infinite linear;
 -moz-animation: shiny 2s infinite linear;
}
@keyframes shiny {
 0% { left: -30%; }
 20% { left: 120%; }
 100% { left: 120%; }
}
@-webkit-keyframes shiny {
 0% { left: -30%; }
 20% { left: 120%; }
 100% { left: 120%; }
}
@-moz-keyframes shiny {
 0% { left: -30%; }
 20% { left: 120%; }
 100% { left: 120%;}
}

@media screen and (max-width: 768px){
.shinybutton a {
 font-size:14px;
}
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-5px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}




/****************************************

          rank1

*****************************************/


.rank1_rem {
    padding: 15px 10px;
}

.rank1_buy_link,.rank1_more_link {
    float: left;
    width: 100%;
    padding: 5px
			
}

.rank1_buy_link a{
	font-weight:bold;
  position: relative;
  color: #ffffff !important;
  padding: .8em 2em;
  background:#ff7e28;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 0px 2px 10px 1px #ccc;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
	
}

.rank1_more_link a{
	font-weight:bold;
  position: relative;
  color: #ffffff !important;
  padding: .8em 2em;
  background:#a5d85d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 0px 2px 10px 1px #ccc;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;

}


.rank1_buy_link a:after{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
 padding-left:10px;
}


@media screen and (max-width: 768px){
  .rank_buy1_link,.rank_more1_link {
   
    width: 100%;
    padding: 5px
}
	
	.rank_img{
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .rank_desc{
    width: 100%;
  }

  .rank_buy1_link a,.rank_more1_link a{
		font-weight: bold ;
    padding:1em 0.5em; 
    font-size: 0.9em;
  }
}



/****************************************

          rank2

*****************************************/


.rank2_rem {
    padding: 15px 10px;
}

.rank2_buy_link,.rank1_more_link {
    float: left;
    width: 100%;
    padding: 5px
			
}

.rank2_buy_link a{
	font-weight:bold;
  position: relative;
  color: #ffffff !important;
  padding: .8em 2em;
  background:#ff7e28;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow:
    0px 1px 2px rgba(000,000,000,0.5),
    inset 0px 0px 1px rgba(255,255,255,0.5);
  box-shadow: 0px 2px 10px 1px #ccc;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
	
}


.rank2_buy_link a:before{
 content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}


@media screen and (max-width: 768px){
  .rank2_buy_link,.rank2_more_link {
   
    width: 100%;
    padding: 5px
}
	
	.rank_img{
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .rank_desc{
    width: 100%;
  }

  .rank2_buy_link a,.rank2_more_link a{
		font-weight: bold ;
    padding:1em 0.5em; 
    font-size: 0.9em;
  }
}

/* 人気記事タブ */
#text-○○ { /* テキストのid */
	margin-bottom: 0;
}
.pop-tabs {
    line-height: 24px;
    overflow: hidden;
    overflow-x: auto;
}
.pop-tabs li:first-child {
    border-radius: 3px 0 0 3px;
}
.pop-tabs li {
    width: 33.5%;
    border: 1px solid #aaa;
    margin-bottom: 0;
    padding: 5px 0;
    font-weight: 700;
    text-align: center;
    float: left;
    cursor : pointer;
}
.pop-tabs li + li {
    margin-left: -1px;
}
.pop-tabs li:last-child {
    border-radius: 0 3px 3px 0;
}
.pop-tabs li.is-active {
    background-color: #F68655; /* タブの色 */
    border-color: #F68655; /* タブの枠の色 */
    color: #fff; /* タブの文字の色 */
}
#wpp-△△, #wpp-□□ { /* 30日間、全期間のid */
	display: none;
}


/* 記事内で使うアクセス数ランキング */
.post .wpp-list {
    padding: 0;
}
.post .wpp-list li {
    border: solid 1px #ddd;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 10px;
    padding: 5px;
}
.post .wpp-no-thumbnail .wpp-list li {
    padding-left: 32px;
}
.post .wpp-list .wpp-comments,
.post .wpp-list .wpp-views {
    color: #DC4E55;
    position: absolute;
    line-height: 1;
    right: 8px;
    bottom: 8px;
    font-size: 14px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px;
    border-radius: 2px;
}
.post .wpp-list .wpp-post-title {
    line-height: 1.5;
    font-size: 15px;
}
.post .wpp-list a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.post .wpp-list a:hover {
    color: #b22222;
}

/*ショートコード系*/
@media (max-width: 767px) {
  .jin-2column,
  .jin-3column {
    display: block;
    margin-bottom: -20px; } }
@media (min-width: 768px) {
  .jin-2column,
  .jin-3column {
    display: block;
    margin-bottom: -15px; } }
@media (min-width: 1200px) {
  .jin-2column,
  .jin-3column {
    display: flex;
    justify-content: space-between;
    margin-bottom: -2px; } }
.jin-2column p,
.jin-3column p {
  padding-bottom: 0 !important; }

@media (max-width: 767px) {
  .jin-2column-left,
  .jin-2column-right {
    width: 100%;
    padding: 15px;
    margin-bottom: -15px;
    } }

@media (min-width: 768px) {
  .jin-2column-left,
  .jin-2column-right {
    width: 100%;
    padding: 20px;
    margin-bottom: -20px; } }



/*ブログカードに「続きを読む」*/
a.blog-card{
	padding-bottom:40px;
}
a.blog-card{
	position: relative;
}
a.blog-card:after{
	position: absolute;
	font-family: 'Quicksand','Avenir','Arial',sans-serif,'Font Awesome 5 Free';
	content:'続きを読む \f101';
	font-weight: bold;
	right:10px;
	bottom: 10px;
	padding:1px 10px;
	background:#333;/*「続きを読む」の背景色*/
	color:#fff;/*「続きを読む」の文字色*/
	font-size: .8em;
	border-radius:2px;
}




/* SEARCH下文字 */
 
@media (max-width: 767px){
 
 .headsearch .search-box::after{
    content: 'SEARCH';
    color: #FFF;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: absolute;
    animation-name: main-image-animate;
    animation-duration: 0.6s;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
    filter: opacity(0);
    margin-top: 36px;
    margin-left: 6px;
  }
	
}
 
/* MENU下文字 */
 
.sp-menu-open::after{
  content: 'MENU';
  color: #FFF;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  animation-name: main-image-animate;
  animation-duration: 0.6s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
  filter: opacity(0);
}
 
#navtoggle:checked + .sp-menu-open::after{
  content: 'CLOSE';
  margin-left: -2px;
}