/* Put your custom css here */
.datas {width:100%;}
.datas caption {background:#ccc;font-size:140%;padding:10px;}
.datas td,.datas th {padding:10px 10px!important; font-size:140%;border:1px solid #ccc!important;}

.mains {background:#fff;border-radius:15px;padding:20px 30px!important;}

.font90{font-size:90%}
.font110{font-size:110%}
.font120{font-size:120%}
.font140{font-size:140%}
.font150{font-size:150%}
.font160{font-size:160%}
.font180{font-size:180%}
.font200{font-size:200%}
.font220{font-size:200%}
.aka {color:#c00!important; font-size:110%}
.ao {color:#00c!important; font-size:110%}
.orange {color:#f60!important; font-size:110%}
.midori {color:#090!important; font-size:110%}
.ki {color:#fc0!important; font-size:110%}
.pink{color:#ff66cc}
.aka,.ao,.orange,.midori,.ki,.pink {margin:0 5px;}

.star{color:#fc0}
.bold {font-weight:bold}
.markar{background: linear-gradient(transparent 60%, #ffddee 0%);}
.marker{background: linear-gradient(transparent 60%, #ffddee 0%);}
.rank1{margin-left:-32px;margin-right:5px;text-shadow:-2px -2px #fff,2px 2px #fff,-2px 2px #fff,2px -2px #fff; font-size:150%;color:#c00}
.yellowbg{background:#ffffdd}
.graybg{background:#e9e9e9}
.yellowbg,.graybg{border-radius:10px;padding:0 15px 10px;}
.box1{border:3px solid #ccc; padding:1em;border-radius:1em; background:#fff; margin-bottom:1em;}
.box1 li {line-height:1.4em}

table{width:100%;border-collapse:collapse;margin-bottom:1em;}
th,td{font-size:110%;text-align:center;padding:0.5em;vertical-align:middle;margin:1px;}
th{background:#eff;}
td{background:#fff;color:#555}

h3{font-weight:bold;font-size:140%;}
blockquote[cite]{background:#fff!important;padding:0;border-left:0;}
.siteimg{width:600px;border:5px solid #fff; border-radius:10px; box-shadow:2px 2px 8px #aaa;box-sizing: border-box;}
.mains h3{font-size:125%; border-left:0;
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0 1em;
    background: #eee;
    color: #863;
    font-weight: bold;
     border-radius: 140px 80px 205px 60px / 50px 200px 15px 185px;

}
.mains h3:after {
font-family: Font Awesome 5 Free;
  font-weight: 900;
    content: "●";
    position: absolute;
    font-size: 15px;
    left: 0px;
    top: -18px;
    color: #eee;
}
.mains h3:before{
font-family: Font Awesome 5 Free;
  font-weight: 900;
    content: "●";
    position: absolute;
    font-size: 4px;
    left: 15px;
    top:-18px;
    color: #eee;
}
/* 参考リンク */
a.ref {
display:block;
margin:1em 0;
}
 
a.ref:before {
content:"参考";
background:#666;
color:#fff;
border-radius:6px;
padding:5px 10px;
margin-right:8px;
display:inline-block;
vertical-align:middle;
line-height:100%;
font-size:92%;
}

/* 参考リンクボックス */
.refBox {
background:#efefef;
border-radius:6px;
padding:1em;
}
 
.refBox:before {
content:"参考：";
}

/* points */
.points {
border:2px solid #f6e3e9;
padding:15px 20px 10px 20px;
border-radius:10px;
position:relative;
font-size:14px;
margin-bottom:2.2em;
}
 
.points:before {
content:"POINT!";
position:absolute;
left:15px;
top:-15px;
font-weight:bold;
color:#e8c7d2;
background:#fff;
font-size:16px;
font-family: "tbchibirgothicplusk-pro";
font-weight: 900;
padding:0 5px;
}
/* 投稿者リンクボックス */
.Contributor {
background:#efefef;
border-radius:6px;
padding:1em;
margin-bottom:20px;
}
.Contributor:before {
color:#dd3366;
font-family: Font Awesome 5 Free;
font-weight: 900;
content:"\f27b 投稿者：";
}

/******************************
* TOCのスタイル
******************************/
 
#toc {
  top: 0px;
  left: 0px;
  height: 100%;
  position: fixed;
  background: #333;
  box-shadow: inset -5px 0 5px 0px #000;
  width: 130px;
  padding-top: 20px;
  color: #fff;
  font-size: 12px;
}
 
#toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#toc li {
  padding: 5px 10px;
}
 
#toc a {
  color: #fff;
  text-decoration: none;
  display: block;
}
 
#toc .toc-h2 {
  padding-left: 10px;
}
 
#toc .toc-h3 {
  padding-left: 20px;
}
 
#toc .toc-active {
  background: #336699;
  box-shadow: inset -5px 0px 10px -5px #000;
}
 
@media screen and (max-width:639px){
  #toc{
    display: none;
  }
 
  body{margin-left:0;}
}




/* 
 * コンバージョンボタン
 */
.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff!important;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 2em auto;
  padding: 1em 2em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 59%;
}
.btn-cv.is-fz20 a {
  font-size: 20px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}
 
/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
 
/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}
 
/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#00a23f, #39900a);
  text-shadow: 0 0 10px rgba(255,255,255,.8), 1px 1px 1px rgba(0,0,0,1);
}
 
/* 赤ボタン */
.btn-cv.is-red a {
  background: #fb4e3e;
  background: -webkit-linear-gradient(#00a23f, #39900a);
  background: linear-gradient(#fb4e3e, #d64b26);
}
 
/* 青ボタン */
.btn-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}
 
/* 黒ボタン */
.btn-cv.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}
 
/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
 
/* 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(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
 
/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
 
/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
 
 
 
 
/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.3em;
    margin: 0 auto 1em;
    width: 94%;
  }
}