/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/********** aboutページcss 2020/09/02 **********/
.category {
    display: inline-block;
    background-color: #2B296F;
    background-color: #2B296F;
    padding: 2px 25px;
    color: #fff;
    background-color: transparent;
    color: #000;
    padding: 0 2px;
}
h2.widgettitle{
  margin-top: 0;
  background-color: #A4915E;
  text-align: center;
  color: #fff;
  padding: 1%;
}
li.cat-item{
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 5%;
  position: relative;
}
li.cat-item::after{
  content:">";
  position: absolute
  ;right:15px;
  color:#A4915E;
}
.screen-reader-text{display:none;}
#archives-dropdown--1{
  font-size: 15px;
  padding: 0 20%;
  display: block;
  margin: auto;
}
.next.page-numbers{border:none;}
.page-numbers {
    font-size: 16px;
    border: 1px solid;
    padding: 3px;
}

iframe{width:100%;}

p{font-size: 14px;
    line-height: 20px;}
li.cat-item-1{display:none;}
/********** SP **********/
@media screen and (max-width:480px) {

  img{height: auto;}
  .no-1.width-70,
  .breadcrumbs.width-70,
  .no-2.width-70,
  .no-2 .width-70.mb-10 {width: 93%;margin-top: 3%;}
  .next.page-numbers{border:none;}
  .page-numbers {
    font-size: 16px;
    border: 1px solid;
    padding: 3px;
    }
  ul.inner-box li.width-30{
    margin-top: 0;
    width: 70%;}

  ul.flex.box{flex-direction: column;}
  ul.flex.inner-box{padding-bottom: 0;}
  .width-70 {
      width: 93%;
      margin: auto;
    }
  li.width-30.side{
    width: 80%;
    margin-bottom: 10%;
  }
  .page-nation{
    margin-bottom: 10%;
  }
  .category {
    display: inline-block;
    background-color: #2B296F;
    background-color: #2B296F;
    padding: 2px 10px;
    color: #fff;
  }
  .taxonomy.category{background-color: transparent;color:#000;}






}
