@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.eye-catch-wrap {border:none !Important;}
.footer-left, .footer-center, .footer-right {
  float:left;
}
.footer , footer a{
  margin-top: 20px;
  padding: 8px;
  font-family:"メイリオ";
  font-size:12px;
  line-height: 1.8;
}

p.navi_service {
  padding:10px ;
  border:1px solid #f1f1f1;
}
p.navi_service a {
  text-decoration:none;
  font-weight:bold;
}
p.navi_service:hover {
  background-color: #f1f1f1;
}

h2 {
  margin:5% 0;
}
.article h2 {
  position: relative;
  padding: 015px;
  padding-left:20px;
  background: #f1f1f1;
}
.article h2::before {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 100%;
  height: 100%;
  content: '';
  border-left: 2px solid #000;
}
.article h2::after {}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
a {
  font-weight:bold;
}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.main   {
font-family: "メイリオ";
}
h1.entry-title {
  padding:0;
  margin-right:0;
  margin-left:0;
  font-size: 1.6em;
}
#ez-toc-container {
  width:100%;
  line-height:2;
}
.hajimeni-2 {
  border:1px solid #ddd;
  padding: 8px;
  border-radius: 5px;
  line-height:1.2;
}
ul.ez-toc-list li {
    line-height:2 !Important;
    text-decoration:underline !Important;
}
.breadcrumb {font-size:80%;}
p.hajimeni-1 {
  margin:3px 0 !Important;
  font-weight:bold;
  background-color: #222;
  color:#fff;
  padding:3px 8px;
}
.footer-widgets {
 display: block !Important; 
}
.source-org.copyright {
  margin-top:10%;
  font-size:8px;
  padding:10px;
  background:#222;
  color:#fff;
}
.article h3 {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid var(--cocoon-thin-color);
  font-size: 20px;
  padding: 12px 0;
  line-height: 1.5;
}
.eye-catch-wrap {
 border: 1px solid #ddd;
}
p.sidebar-title {
  font-weight:bold;
  line-height:3;
}
figure.eye-catch img {
  width: 800px !Important;
  height:auto;
}

.eye-catch-wrap {
  display: flex;
}

.eye-catch {
  position: relative;
  margin-bottom: 0;
  max-width: 100%;
  /*height: 330px;*/
  overflow: hidden;
}
@media screen and (max-width: 468px) {
figure.entry-card-thumb.card-thumb.e-card-thumb {  width:100%;}
.entry-card-content.card-content.e-card-content {  float:left;}	
.date-tags {line-height:1.5;}
}
/*#ez-toc-container a {
 background-color:#fff;
 padding:0 10px ;
 border:1px solid #ddd;
 margin-bottom:5px;
}*/
<!--bottom start -->
a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}
<!---bottom end --->

.toc , #toc {
  width:100%;
}
.toc-list.open {
  text-decoration:underline;
  font-weight:bold;
}
span.adp {
  padding:5px 10px;
  border:1px solid #222;
  float:right;
}
.adp01 {
  display:inline-block;
  float:right;

}
.osusumebannar img {
  /* margin-top:-10px; */
  border:1px solid #ddd;
}

.tagline {
  text-align: center;
  font-size: 12px;
  margin: 0.6em 1em;
  background-color: #222;
  color:#fff;
}
ul.top-list {
    list-style-type: none;
    padding: 1em;
    border: 2px solid #2589d0;
    counter-reset: li;
}

ul.top-list li {
    display: flex;
    align-items: center;
    padding: .3em;
}

ul.top-list li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    background-color: #2589d0;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}
p.top-osusume {
  margin-bottom: 3px !Important;
  font-weight:800;
  font-size:120%;
}
p.top-osusume {
    display: flex;
    align-items: center;
    gap: 0 7px;
    color: #333333;
}

p.top-osusume::before {
    width: 1.25em;
    height: 1.25em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.00488 19H22.0049V21H2.00488V19ZM2.00488 5L7.00488 8L12.0049 2L17.0049 8L22.0049 5V17H2.00488V5Z' fill='%23ffb500'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}
a.btn-animation-02:before {
  overflow: hidden;
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  background: #000;
}

ul.ul-top2 li{
  list-style: decimal;
  margin-left:4%;
  text-decoration:underline;
}

ul.ul-top2{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
ul.ul-top2:before, ul.ul-top2:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
ul.ul-top2:before {left: 10px;}
ul.ul-top2:after {right: 10px;}
ul.ul-top2 p {
    margin: 0; 
    padding: 0;
}

.btn-animation-02{
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  margin: 0;
}
a.btn-animation-02:hover {background-color:#f1f1f1;}
.btn_box .btn-animation-02 {
  display: block;
  width: 300px;
  text-align: center;
  line-height: 3;
  color: #fe447c;
  font-size: 18px;
  text-decoration: none;
  background-image: repeating-linear-gradient(0deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px), 
  repeating-linear-gradient(90deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px), 
  repeating-linear-gradient(180deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px), 
  repeating-linear-gradient(270deg, #fe447c, #fe447c 10px, transparent 10px, transparent 20px, #fe447c 20px);
  background-size: 3px calc(100% + 20px), calc(100% + 20px) 3px, 3px calc(100% + 20px) , calc(100% + 20px) 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
  animation: borderAnimation 0.6s infinite linear;
}
.btn_box .btn-animation-02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 10px 20px;
	font-weight: bold;
	border: 3px solid #6DB586;
	background: #6DB586;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	width: 90%;
}
.btn_box .btn-animation-02:hover {
	color: #6DB586;
	background: #fff;
}
@keyframes borderAnimation {
from { background-position: 0 0, -20px 0, 100% -20px, 0 100%; }
to { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; }
}

figure.recommend_table01 {
    overflow-x: scroll;
    display: block;
    padding-bottom: 16px;
}
table.recommend_table02 {
  width: 1100px !Important;
}
table.recommend_table02 td {
  min-width: 200px !Important;
}

h3.h3midashi {
	margin:20px 0 10px;
	font-size: 18px !Important;
}
.read-time {
  /*border: 1px solid #ccc;*/
  font-size:1em;
  text-align:right;
  padding: 0 0.5em;
  border-top:0;
  border-bottom:0;
}
h1.entry-title {
	font-size: 180%;
	line-height: 1.6;
}
body {background-color:#fff;}
th ,td {
  border: 1px solid #dedede !important;
  line-height: 1.2 !Important;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

#main {
  max-width:999px;
  margin: 0 auto;
  line-height: 1.2rem !Important;
  padding: 10px;
}
.sidebar {
  max-width:320px !Important;
}
p ,li ,#toc{
  line-height: 2.2 !Important;
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
h1.entry-title {
	line-height: 2rem;
	font-size: 140%;
}
.eye-catch-wrap {
	height:205px;
}
}