.p-single {
    /* padding-top: 60px; */
    padding-bottom: 60px;
  }
  
  .p-single__inner {
    max-width: 1000px;
    margin: 0 auto ;
    padding: 0;
  }
  
  .p-single__img {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .p-single__img img {
    aspect-ratio: 16 /9;
    height: 100%;
    width:100%;
  }
  
  .p-single__title {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 6px 0 ;
    width: 100%;
    border-bottom: #00A8A6 2px solid;
  }
  
  .p-single__contents p {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 60px;
    line-height: 1.8em;
  }
  
  .p-single__contents h2 {
    background-color: #00A8A6;
    font-size: 24px;
    padding: 8px;
    font-weight: 700;
    margin-top: 20px;
  }
  
  .p-single__contents h3 {
    font-size: 18px;
    padding-left: 10px;
    border-left: 6px solid #00A8A6;
    margin-top: 20px;
  }
  
  .p-single__contents figure {
    margin-top: 20px;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .p-single__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .p-single__time {
    display: block;
  }
  
  .p-single__category{
    display: flex;
    flex-wrap: wrap;
  }

  p.news{
    color:#fff;
    background-color: #E06B66;
    padding: 3px 10px 5px;
    border-radius: 8px;
    display: inline-block;
  }

 p.topics{
    color:#fff;
    background-color: #00A8A6;
    padding: 3px 10px 5px;
    border-radius: 8px;
    display: inline-block;
  }

  @media screen and (max-width: 960px) {
    .p-single__title {
      font-size: 20px;
      font-weight: 200;
      padding-top: 0;
      padding-bottom: 6px;
    }
    .p-single__contents p {
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 30px;
     
    }
    
    .p-single__head {
      padding-top: 10px;
    }
    
    .p-single {
      padding-top: 20px;
    }

    .p-single__inner {
      margin: 30px auto 0;
    }

  }


  
/* -- tag-- */

  .p-single__tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-left: -4px;
  }
  
  .p-single__tagItem {
    margin-top: 4px;
    margin-left: 4px;
    display: inline-block;
    color: orange;
  }
  
  .p-single__tags {
    background: #f6f6f6;
    max-width: 400px;
    padding: 16px;
    border-radius: 10px;
  }

/* -- btn -- */

/* ボタン　グリーン　small*/

.btn_grn_s a{
  background: #fff;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  width:180px;
  padding: 10px 0 10px 18px;
  color: #000;
  border: #00A8A6 solid 4px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size:18px;
}

.arrow_g_s{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size:32px;
}
.arrow_g_s::before,
.arrow_g_s::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn_grn_s::before{
	box-sizing: border-box;
	width:  28px;
	height: 28px;
	border: 3px solid #00A8A6;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.btn_grn_s::after{
	left: 28px;
	width: 12px;
	height: 12px;
	border-top: 4px solid #00A8A6;
	border-right: 4px solid #00A8A6;
	-webkit-transform: rotate(224deg);
	transform: rotate(224deg);
}

.btn_grn_s a:hover {
  background: #00A8A6;
  color: #FFF;
}

.btn_grn_s a:hover::before{
	box-sizing: border-box;
	width:  28px;
	height: 28px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.btn_grn_s a:hover::after{
	left: 28px;
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(224deg);
	transform: rotate(224deg);
}

@media screen and (max-width: 960px){

  .btn_grn_s a{
    width:200px;
    padding: 10px 0 10px 10px;
    font-size:16px;
  }
  

    /* .single_title{
        margin: 10px auto;
        line-height: 2rem;
    }
    .single_content p{
        
        line-height: 2rem;
    }
    .button.single{
        margin: 0 auto;
    }
    .button.single img{
        margin-bottom: 3px;
        margin-left: 1rem;
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25{
        width: 100%;
    } */
}
