@charset "UTF-8";
#hdr_logo{
  margin-top: 5px;
}
#main_wrapper{
  background: #F9F8F4;
}
.main_contents{
  width: 98%;
  max-width: 1200px;
  margin: 30px auto 50px;
  overflow: hidden;
  color: #452324;
}
.main_contents * {
  line-height: 1.8;
}
.column_contents{
  width: 70%;
  margin-right: 3%;
  float: left;
}
.column_contents p{
  margin: 1em 0;
  line-height: 1.6;
  padding: 0 20px;
}
.column_contents img{
  width: 100%;
  height: auto;
}
.column_contents .h1,
.column_contents h1{
  font-size: 30px;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  padding: 20px 20px;
  /* color: #452324; */
  background: #5e9a20;
  color: #fff;
}
.column_contents .h2,
.column_contents h2{
  font-size: 25px;
  font-weight: 600;
  line-height: 1.6;
  padding: 20px 20px;
  background: #5e9a20;
  color: #fff;
  margin: 1em 0;
}
.column_contents .h3,
.column_contents h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 3px solid #5e9a20;
  margin: 1em 0;
  padding: 0 20px;
}
.column_contents .h4,
.column_contents h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  /* border-bottom: 3px solid #5e9a20; */
  margin: 1em 0;
  padding: 0 20px;
}
.column_contents table{
  margin-left: 20px;
  margin-right: 20px;
}
.column_contents table th,
.column_contents table td{
  border: 1px solid #452324;
  padding: .5em;
}

.side_bar{
  width: 27%;
  float: right;
}

.side_bar .side_title{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #f9a012;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  text-align: center;
  margin-bottom: -1px;
}
.side_bar ul,
.side_bar .searchform{
  border: 2px solid #f9a012;
  background: #fff6e8;
  margin-bottom: 20px;
  padding: 1em;
  border-radius: 0 0 10px 10px;
}
.side_bar ul li{
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #452324;
}
.side_bar a{
  color: #452324;
}
.side_bar .searchform .screen-reader-text{
  display: none;
}
.side_bar .searchform input[type="text"]{
  width: calc(100% - 50px);
}
.side_bar .searchform input#searchsubmit{
  background: #fff;
  border: 1px solid rgb(186, 186, 186);
  padding: 0 2px;
}
.side_bar .widget_popular-posts{
  display: none;
}

.side_bar .widget_widget_categories li.cat-item-1{
  display: none;
}
.side_bar .widget_widget_categories li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dotted #452324;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.side_bar .widget_widget_categories > ul > li:first-child{
  border-top: none;
}
.side_bar .widget_widget_categories > ul > li:last-child{
  border-bottom: 1px dotted #452324;
}
.side_bar .widget_widget_categories > ul > li{
  position: relative;
}
.side_bar .widget_widget_categories > ul > li:not(.cat-item-2):after {
  content: "+";
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
.side_bar .widget_widget_categories > ul > li.open:not(.cat-item-2):after {
  content: "-";
  top: 3px;
  right: 8px;
  font-size: 20px;
}
.side_bar .widget_widget_categories ul ul{
  border: none;
  padding: 0;
  margin-bottom: 0;
  display: none;
}
.side_bar .widget_widget_categories ul ul li{
  padding-left: 1em;
}

/* author */
.author .column_title{
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: .5em;
}

/* archive */
.column_archive .post_list{
  border: 1px solid #5e9a20;
  margin-bottom: 20px;
}
.column_archive .post_list .box{
  display: flex;
}
.column_archive .post_list .box .img{
  width: 150px;
  margin-right: 1em;
}
.column_archive .post_list .box .excerpt{
  color: #452324;
  margin-right: 1em;
  width: calc(100% - 150px);
}
.column_archive .h2, .column_archive h2 {
  padding: 20px 10px;
  /* background: none;
  color: #5e9a20; */
  margin: 0;
}
.my-pagenation{
  overflow: hidden;
}
.my-pagenation .next-link{
  float: right;
}

/* single */
.single-post .column_contents{
  border: 3px solid #5e9a20;
}
.single-post #toc_container,
.single-post #ez-toc-container{
  margin-left: 20px;
  margin-top: 20px;
}
.single-post #toc_container a,
.single-post #ez-toc-container a{
  color: rgb(0,0,238);
}
.single-post #ez-toc-container .ez-toc-title{
  text-align: center;
  padding-bottom: 5px;
}

.single-post .side_bar{
  /* margin-top: 85px; */
}
.single-post .content .topimg {
  display: block;
  width: auto;
  max-width: 96%;
  height: auto;
  max-height: 450px;
  margin: 40px auto;
}
.single-post .btn{
  width: 200px;
  padding: 15px;
  display: block;
  margin: 50px auto;
  background: #f9a012;
  color: #fff;
}
.single-post .btn:hover{
  opacity: .7;
}

.induction_bnr{
    text-align: center;
}

.induction_bnr img{
    width: 500px;
    margin: 20px 0;
}

@media only screen and (max-width: 767px) {
    .induction_bnr img{
        width: 90vw;
        margin: 2vw 0;
    }
}

.single-post .induction_link{
  text-align: center;
  font-size: 18px;
  margin: 30px 0;
}
.single-post .induction_link a{
  color: #ea591c;
  border-bottom: 1px solid #ea591c;
  padding-bottom: 2px;
}
.single-post .induction_link a:hover{
  border-bottom: none;
  transition: .3s;
}

.single-post .induction_link span{
  display: inline-block;
}

.single-post .care_movie{
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 740px;
  margin: 20px auto;
}
.single-post .care_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .author a{
  text-decoration: underline;
}

@media only screen and (max-width: 1040px) {
  .column_archive .post_list .box .img{
    width: 150px;
  }
  .column_archive .post_list .box .excerpt{
    padding: 0;
    margin: .5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .column_contents{
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .side_bar{
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .column_archive .h2, .column_archive h2 {
    padding: 15px 10px;
    line-height: 1.4;
  }
  .column_archive .post_list .box .img{
    width: 100px;
    margin-right: 8px;
  }
  .column_archive .post_list .box .excerpt{
    width: calc(100% - 100px);
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
  }

  .column_contents p{
    padding: 0 10px;
  }
  .column_contents .h1,
  .column_contents h1{
    font-size: 24px;
    line-height: 1.5;
    padding: 15px 10px;
  }
  .column_contents .h2,
  .column_contents h2{
    font-size: 22px;
    padding: 15px 10px;
  }
  .column_contents .h3,
  .column_contents h3{
    font-size: 20px;
    margin: 1em 0;
    padding: 0 10px;
  }
  .column_contents .h4,
  .column_contents h4{
    font-size: 18px;
    padding: 0 10px;
  }
  .column_contents .h2 span,
  .column_contents h2 span,
  .column_contents .h3 span,
  .column_contents h3 span,
  .column_contents .h4 span,
  .column_contents h4 span{
    line-height: 1.5;
  }
  .single-post .content .topimg{
    margin: 20px auto;
  }
  .single-post #toc_container,
  .single-post #ez-toc-container{
    margin: 20px 10px;
  }

}
