*{
  margin:0;
  padding:0;
}

body{
    margin: 0 !important;
    font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ ゴシック',sans-serif;

}

@media(min-width:480px){
  body{background: #f5f5f5;}

}



/*検索メニュー*/

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
}
.cp_table th, .cp_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table th {
	width: 25%;
	text-align: left;
	background: #f4f4f4;
}
@media only screen and (max-width:480px) {
	.cp_table {
		margin: 0;
	}
	.cp_table th, .cp_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cp_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}


/*ランキング記事一覧*/


.title1 {
text-align: center;
background: #e6b422;
margin: 17px -16.5px -17px;
}
.title2 {
text-align: center;
background: #C0C0C0;
margin: 17px -16.5px -17px;
}
.title3 {
text-align: center;
background: #d69f81;
margin: 17px -16.5px -17px;
}
.rank1{
color: #ffffff;
 vertical-align: middle;
 font-size: 20px;
}
.ch1{
list-style-type: none;
 padding-left: 0;
 text-align: center;
 line-height: 40px;
}
.ch1-co{
display: inline; 
background: white; 
border: solid #235180;
 color: #235180;
 font-weight: bold;
 width: 50px;
 height: 50px; 
 padding: 5px !important;
 margin: 5px;
}
.fukidesc {
    display: table;
    margin: 2em;
    width: 95%;
}
.fukicell {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
	padding-top: 12px;
    padding-right: 10px;
}
.fukidesc .fukibig {
    width: 62%;
}
.fukiimg {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
	padding-right: 25px;
}
.fukiimg img {
    width: 100%;
}
.boxshadow {
    box-shadow: 0 2px 7px rgba(0,0,0,0.15), 0 5px 6px rgba(0,0,0,0.15);
}
.fukicell {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    position: relative;
}
.fukip {
    border: #ccc solid 4px;
    position: relative;
    background: white;
    padding: 12px 10px;
    border-radius: 13px;
}
.fukip:before {
    border-right: 23px solid #ccc;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;
}
.fukip p {
    margin: 0;
}
.fukip:after {
    content: '';
    position: absolute;
    border-right: 24px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    left: -17px;
   }
@media screen and (max-width: 600px){
.fukicell, .fukidesc, .fukip,  .post-content .codefuki .codebig, .fukiimg img, .post-content .fukidesc .fukisml, .post-content .fukidesc .fukibig {
    display: block;
    width: 380px;
	position: relative;
	max-width: 100%;
	right: 16px;
	}	
}
@media screen and (max-width: 600px){
.fukiimg.fukibig {
	position: relative;
	left: 10px;
    max-width: 600px;
	}
}
@media screen and (max-width: 600px){
.fukiimg {
    padding-right: 0;
    max-width: 400px;
    text-align: center;
	}
}
@media screen and (max-width: 600px){
.fukip:before {
    border-bottom: 20px solid silver;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -40px;
    content: '';
    position: absolute;
    left: 40%;
	}
}
@media screen and (max-width: 600px){
.fukip:after {
    border-bottom: 20px solid white;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;
	}
}
@media screen and (max-width: 600px){
.fukicell {
	padding-top: 10px;
	padding-right: -10px;
	
	}
}
@media screen and (max-width: 600px){
.fukip {
    border-radius: 6px;
    background: white;
	margin-top: -14px;
    border: solid 2px silver;
	}
}


/*プルダウン*/


.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0.2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}


/*プルダウン終わり*/



footer{
    display: block;
    border-top: 1px
    solid rgb(238, 238, 238);
    padding-bottom: 1.5em;
    padding-top: 2em;
    text-align: center;
   /* padding: 20px;*/
    background-color: #bcaf93;
    color: #FFF;
}


img{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: bottom;
    background:transparent;
}


/*おすすめ記事一覧*/



/*ページネーション*/

nav.cp_navi *, nav.cp_navi *:after, nav.cp_navi *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.cp_navi a {
	text-decoration: none;
}
nav.cp_navi {
	margin: 2em 0;
	text-align: center;
}
.cp_navi .cp_pagination {
	display: inline-block;
	margin-top: 2em;
	padding: 0 0.5em;
}
.cp_navi .cp_pagenum {
	font-size: 1em;
	line-height: 50px;
	display: block;
	float: left;
	transition: 400ms ease;
	letter-spacing: 0.1em;
	color: #37474F;
	border-radius: 0.3em;
	width: 50px;
	height: 50px;
	margin: auto .5em;
	border: 2px solid transparent;
}
.cp_navi .cp_pagenum:hover,
.cp_navi .cp_pagenum.current {
	color: #37474F;
	border: 2px solid #3F51B5;
	border-radius: 0.3em;
}
.cp_navi .cp_pagenum.prev,
.cp_navi .cp_pagenum.next {
	color: #ffffff;
	background-color: #3F51B5;
	border-radius: 0.3em;
	line-height: 45px;
}
.cp_navi .cp_pagenum.prev:hover,
.cp_navi .cp_pagenum.next:hover {
	color: #3F51B5;
	border: 2px solid transparent;
	background-color: #9FA8DA;
}
@media only screen and (max-width: 960px) {
	.cp_navi .cp_pagination {
		margin-top: 50px;
		padding: 0 10px;
	}
	.cp_navi .cp_pagenum {
	font-size: 0.8em;
	line-height: 25px;
	width: 45px;
	height: 25px;
	margin: auto .1em;
	}
	.cp_navi .cp_pagenum.prev,
	.cp_navi .cp_pagenum.next {
		padding: 0 25px 0 5px;
		line-height: 1.5em;
	}
}
@media only screen and (min-width: 120px) and (max-width: 767px) {
	.cp_navi .cp_pagenum {
	display: none;
	}
	.cp_navi .cp_pagenum:nth-of-type(2) {
	position: relative;
	padding-right: 20px;
	}
	.cp_navi .cp_pagenum:nth-of-type(2)::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 25px;
	content: '...';
	}
	.cp_navi .cp_pagenum:nth-child(-n+3),
	.cp_navi .cp_pagenum:nth-last-child(-n+3) {
		display: block;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4) {
		padding: 0 5px;
	}
	.cp_navi .cp_pagenum:nth-last-child(-n+4)::after {
		content: none;
	}
}

/*リスト*/

.ol2 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  border: dashed 1px gray;
  margin-bottom:90px;
}

.ol2 li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.ol2 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*枠*/

.boxx{
    padding: 0.2em 0.5em;
    margin: 2em 0;
	margin-bottom:90px;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.boxx p {
    margin: 0; 
    padding: 0;
}

.boxx2{
    padding: 0.2em 0.5em;
    margin: 2em 0;
	margin-top: 60px;
	margin-bottom:60px;
    background: #ffe4e1;
    box-shadow: 0px 0px 0px 10px #ffe4e1;
    border: dashed 2px white;
}
.boxx2 p {
    margin: 0; 
    padding: 0;
}


/*吹き出し*/

.kaiwa {
  margin-bottom: 25px;
}

.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: -70px;
}

.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
  margin-left: -70px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}

.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}

.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border-radius: 10px;
  background: #ffe4e1;
  margin-right: 0%;
  float: left;
}

.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
  background-color: #9cd6e7;
  margin-left: 12%;
  float: right;
}
p.kaiwa-text {
  margin: 0 0 16px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}

.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #ffe4e1;
  top: 15px;
  left: -19px;
}

.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -19px;
}

.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}



h1{
	padding-top:20px;
	margin-top: 80px;
    font-size: 1.5em;
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
}

h2 {
    color: #364e96;/*文字色*/
	margin-bottom: 20px;
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}




p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2em;
    /*text-align: justify;/* 両端揃え(均等割り付け) */
    /*letter-spacing: 2px;*//*文字か間隔広げる*/
}



blockquote {
     background-attachment: scroll;
     background-clip: border-box;
     background-color: rgb(245, 245, 245);
     background-image: url('img/bq.png');
     background-origin: padding-box;
     background-position: left top, right bottom;
     background-repeat: no-repeat, no-repeat;
     background-size: auto auto;
     border: medium none;
     margin: 5px 0px 15px;
     padding: 20px 10px 20px 30px; font-size: 16px;
 }

blockquote p{
    font-family: helvetica,arial,sans-serif;
    font-weight: bold;
}

iframe{
    max-width: 100%
    width: 700px;
    height: 450px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

#wrapper{
    background-image: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 700px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom:60px
}
.wrapper{
  background: #ffffff;
}

/*.entry-title {
        border-bottom: #ccc 1px solid;
        padding: 15px 0 8px 0;
}*/

/*.headline_bBox{
    background: transparent url('img/headline_b.png') no-repeat scroll left center / 36px auto;
    padding: 13px 0px 8px 48px;
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 3px solid rgb(103, 184, 252);
    margin: 32px 0px 20px;
    color: #333;

}*/

.quote{
    font-size: 8pt;
    /*color: #ff0000;*/
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}



/*余白分*/
.btm0{
    margin-bottom:0;
}

.btm30{
    margin-bottom: 30px;
}

.btm60{
    margin-bottom: 60px;
}

.btm90{
    margin-bottom: 90px;
}

.btm120{
    margin-bottom: 120px;
}
.btm150{
    margin-bottom: 150px;
}

.top30{
    margin-top: 30px;
}


/*画像の下余白*/
.box img{
    float: left;
}

.box p{
    overflow: hidden;
}



/*行間*/
.line1{
    line-height: 1em;
}
/*------------------------ タイトル ---------------------------*/
.title {
  position: relative;
  background: #fac2c2;
  box-shadow: 0px 0px 0px 5px #fac2c2;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
  top:10px;
  margin-bottom: 30px;
}

.title:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #ffa8a8;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.backimg {
    background-image: url(./img/background_3.png);
    background-position: center;
    padding: 2px 10px;
    border-radius: 20px;
    /* border-bottom: 6px solid #ff9800; */
    /* background-repeat: no-repeat; */
    background-size: cover;
}
/*　-----------------------h2見出し--------------------------- */
.headline{
    position:relative;
    padding: 13px 0px 8px 0px;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom:30px;
    padding: 0.3em 0.5em;
    color:#a8004c;
}
.headline:after{
  content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
.headline:before{
  content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}


/*　-----------------------文字関係--------------------------- */

.bld {
    font-weight: bold;
}
.bld_large {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0px;
}
/* 小文字 */
.small{
    font-size: 0.8em;
}

/* 大文字 ・黄色半分背景*/
.bold_yellow{
    font-weight: bold;
    font-size: 1.2em;;
    background: linear-gradient(transparent 70%, yellow 70%);
}


/* 太字・赤・1.2em */
.red_bld{
    font-weight: bold;
    font-size: 1.2em;
    color: #ff0000;
}

/* 太字・赤・1.2em・下線ボーダー */
.red_under{
    border-bottom: 2px solid red;
    font-weight: bold;
    font-size: 1.2em;
    color: #ff0000;
}

/* 太字・下線ボーダー */
.bor-brack {
    border-bottom: 2px solid;
    /*font-weight: bold;*/
}

.pink{
  color:#ff0063;
  font-weight: bold;
  font-size: 1.2em;
}

/* 黄色背景・赤・1.3em */
.marker_yellow_red{
    background: linear-gradient(transparent 0%, #ffff66 0%);
     font-size: 1.3em;
    color: #ff0000;
}

/* 黄色背景・赤・太字・1.3em */
.marker_yellow_redbold{
    background: linear-gradient(transparent 0%, #ffff66 0%);
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(255, 0, 0);
}

/* 黄色背景・赤・太字・1.3em・下線 */
.border_yellow_redbold{
    border-bottom: 2px solid;
    background: linear-gradient(transparent 0%, #ffff66 0%);
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(255, 0, 0);
}




/*-------------------------- img枠 --------------------------------*/
.imgbtm30 {
    border: #ccc 1px solid;
    margin-bottom: 0px;
    box-shadow: 2px 2px 8px #81d0cb;
    width:100%;
}

.imgbox30 {
    border: #ccc 1px solid;
    margin-top: 30px;
	margin-bottom: 30px;
    box-shadow: 2px 2px 8px #81d0cb;
    width:100%;
}
.imgbox60 {
    border: #ccc 1px solid;
    margin-bottom: 60px;
    box-shadow: 2px 2px 8px #81d0cb;
}
.imgbox90 {
    border: #ccc 1px solid;
    margin-bottom: 90px;
    box-shadow: 2px 2px 8px #81d0cb;
}
.imgbox120 {
    border: #ccc 1px solid;
    margin-bottom: 120px;
    box-shadow: 2px 2px 8px #81d0cb;
}

.imgbox{
    border: #ccc 1px solid;
    box-shadow: 2px 2px 8px #81d0cb;
}

.imgbtm{
    border: #ccc 1px solid;
    box-shadow: 2px 2px 8px #81d0cb;
}

.imgbtm30 img{
  width:100%;

}

.imgbox30 img{
  width:100%;
}
.imgbox60 img{
  width:100%;
}
.imgbox90 img{
  width:100%;
}
.imgbox120 img{
  width:100%;
}
.imgbox img{
  width:100%;
}
.image img{
  width:30%;
}


/*スクロールボタン*/
.toTop {
   position:fixed;
   right:10px;
   bottom:18px;
   color:#f56c9d;
}

/* ---------------------- リンクボタン・動 ------------------------ */
.flash{/*imgにクラスを付ける*/
    animation: flash 3s infinite linear;
    -webkit-animation: flash 3s infinite linear;
    -moz-animation: flash 3s infinite linear;
}

@keyframes flash {
    0% { opacity: 0.2;
            -ms-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        transform:scale(0.8,0.8);
}
    50% { opacity: 1;
            -ms-transform:scale(1.0,1.0);
        -webkit-transform:scale(1.0,1.0);
        transform:scale(1.0,1.0);
}
    100% { opacity: 0.2;
                -ms-transform:scale(0.8,0.8);
        -webkit-transform:scale(0.8,0.8);
        transform:scale(0.8,0.8);

    }
}
.fluffy {
 /* background: #000;
  width: 100px;
  height: 100px;
  margin: 100px;*/
  margin-bottom: 90px;
  animation: fluffy1 3s ease infinite;
  -webkit-animation: fluffy1 3s infinite linear;
    -moz-animation: fluffy1 3s infinite linear;
}

@keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(0) }
  10% { transform:translateX(0) }
  20% { transform:translateX(-15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(-15px) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

.korokoro {
  animation: korokoro 2.5s linear 0s 1;
  -webkit-animation: korokoro 2.5s linear 0s 1;
}

@keyframes korokoro {
  0%   { transform: translate(0%, 0%); }
  5%   { transform: translate(10%, 0%) rotate(10deg); }
  25%  { transform: translate(20%, 0%) rotate(20deg); }
  30%  { transform: translate(-10%, 0%) rotate(-10deg); }
  35%  { transform: translate(-15%, 0%) rotate(-15deg); }
  45%  { transform: translate(10%, 0%) rotate(10deg); }
  50%  { transform: translate(15%, 0%) rotate(15deg); }
  60%  { transform: translate(-5%, 0%) rotate(-5deg); }
  65%  { transform: translate(-7%, 0%) rotate(-7deg); }
  75%  { transform: translate(0%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}



/*<!-- 文字を点滅させる -->*/

.blink {
  animation: 0.8s linear infinite blink_effect;

  /*text-decoration: underline;*/
}
@keyframes blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
a .blink{
    text-decoration: underline;
    color: red;
}

#page-top {
    font-size: 0;
    position: fixed;
    bottom: 16px;
    right: 16px;
    opacity: 0;
}
#page-top.fade-in {
    color: #000;
    font-size: 27px;
    opacity: 0.6;
    transition: opacity 1s;
    background: skyblue;
    border-radius: 7px;
    margin-right: 10px;
    padding: 0 10px;
    z-index: 10;
}

/*箇条書きのデザイン*/
.bullet {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 1em 0.5em 0em 2em;
  list-style-position: inside
}
.bullet li{
    line-height: 1.5;
    padding-bottom: 30px;
    font-weight: bold;
    /*color: #33bf02;*/
    font-size: 16px;
    list-style-type: none!important;
    /*padding-left: 0.5em;*/
    text-indent: -1em;
}
.bullet li:before{
      font-family: "Font Awesome 5 Free";
      content: "\f152";
      margin-right: 5px;
      color: #33bf02;
}


/*ボタン*/

.btn01 {
  display: inline-block;
  margin-bottom: 20px; 
  width: 70%;
  margin-top: 20px;
  padding: 16px 32px;
  background: #008000;
  border-bottom: solid 4px #006400;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .100s;
  transition: .100s;
}
.btn01:hover {
  border-bottom: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.btn02 {
  display: inline-block;
  margin-bottom: 5px; 
  width: 70%;
  margin-top: 20px;
  padding: 16px 32px;
  background: #c0c0c0;
  border-bottom: solid 4px #a9a9a9;
  border-radius: 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  line-heigt: 1.2em;
  -webkit-transition: .100s;
  transition: .100s;
}
.btn02:hover {
  border-bottom: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.simple_square_btn5 {
	display: block;
	position: relative;
	width: 160px;
	margin:30px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #4169e1;
	
}
.simple_square_btn5:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
}


/*ランキング表*/




body {
  width: 100%;
}


table {
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}

table th{
  padding: 2em;
  border-right: 2px solid #fff;
}
table td {
  padding: 2em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #50535d;
  color:#fff;
}
table tbody th {
    border-right: 2px solid #eee;
}

.txt{
   text-align: left;
   font-size: .85em;
}
.price{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}
.price span {
    font-size: .6em;
}
.red_bk{
  background:#e81010
}
.red-txt{
  color:#e81010
}
.btn{
  background:#e81010;
  border: 2px solid #e81010;
  color:#ffffff;
  padding: 1em;
  border-radius:20px;
  display:block;
  text-decoration:none;
  font-size:.8em
}
.btn:hover{
  background: #fff;
  border: 2px solid #e81010;
  color: #e81010;
  transition: .2s;
}
table .btnarea td {
  padding: .2em .5em;
  border-right:none
}
@media screen and (max-width: 600px) {
  .wrap{
     overflow-x: scroll;
  }
  
  
 
}



/*TOP5枠*/


.kakomi-box1 {
 margin: 1em auto;
 padding: 1em;
 width: 90%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
}


/*ボックスデザイン*/
.box_tuiki {
    position: relative;
    margin: 2em 0;
    margin-bottom: 90px;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box_tuiki .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.box_border{
  border-top:2px solid #b9b9b9;
  border-bottom:2px solid #b9b9b9;
  padding-top:15px;
  padding-bottom:15px;
  align-items: center;

  /*フレックスボックスの設定*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;

}
.innerboxA{
  width:40%;
}
.innerboxA img{
  width:100%;
}

.innerboxB{
  width:50%;
  text-align: center;
}
.innerboxB img{
  width:90%;
  transform: translate(-50%,-50%);
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;

/* .on_icon{
  vertical-align: text-bottom;
  font-size:0.85em;
}

.on_icon img{
  width:25%;
} */


