@charset "utf-8";

#primary {
/*  margin-top: 64px;*/
}
#primary h1{
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFFFFF;
  font-size: 0;
  background-color: #18B9ED;
}
#primary h1 span{
  font-size: initial;
}

.site-content h1.entry-title{
  display: none;
}
header.entry-header h1.entry-title{
  display: block;
  font-size: 2.4rem;
  padding-bottom: 3px;
  border-bottom: none;
  line-height: 2rem;
}

.entry-header .parts18 .entry-title .text_smallest {
    font-size: 2.4rem !important;
}

#primary h1 span.text_smallest {
  font-size: 2.4rem !important;
  margin-top: 20px;
}

h2.entry-title a,
h2.entry-title a:visited{
  display: block;
  width: 100%;
  text-align: left;
  color: #333333;
  text-decoration: none;
  font-size: 2.4rem;
  line-height: 140%;
  padding-bottom: 10px;
  border-bottom: 1px solid #18B9ED;
}

.article_title h3 a,
.article_title h3 a:visited{
  color: #333333;
  text-decoration: none;
}
.child.image.b_left.pickup {
    padding-top: 45px;
}
.site-main .pagetop_categoryname{
  display: none;
}
.site-main header .pagetop_categoryname h1{
  display: block;
  font-size: 2.4rem;
  line-height: 2rem;;
}
span[class^="categoryname_"]{
  background-color: #f5a001;
  color: #ffffff;
  font-size: 1.3rem;
  padding: 0px 10px 2px;
  border-radius: 10px;
}



/* -------------------------------------*/

.entry-content h2{
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-bottom: 10px;
  margin-bottom: 10px;


  font-size: 3.0rem;
  line-height: 150%;
  font-weight: 700;
}
.entry-content h2 a,
.entry-content h2 a:visited{
  text-decoration: none;
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  .entry-content h2{
  font-size: 2.0rem;
  }
}

.entry-content h3{
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 15px;


  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  width: 100%;
  line-height: 150%;
  font-size: 1.9rem;
  position: relative;
  display: inline-block;
}
.entry-content h3::after{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #18b9ed 0 50px, #020202 50px 100%);
}
 /* H3の表示面積が少ないパーツ対応 */
.entry-content h3{
  font-size: 1.8rem;
}

.entry-content h3 a,
.entry-content h3 a:visited{
  text-decoration: none;
  color: #333333;
}


.entry-content h4{
  border: none;
  background: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 10px;


  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1a1a1a;

  font-size: 1.7rem;
  line-height: 120%;
  display: block;
  width: 100%;
  padding: 6px;
  background-color: #e6e6e6;
}
.entry-content h4 a,
.entry-content h4 a:visited{
  text-decoration: none;
  color: #1a1a1a;
}

/* -------------------------------------*/


/* PC View */
@media print, screen and (min-width:650px) {
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
}



