/*
Theme Name: Yamanoi2025
Template: understrap
Version: 0.1
*/

body{
  font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}
body.blog {
    background-color: #f7f8fa;
}
.page-template-template-home .wrapper {
  padding: 0;
}
/* 1. HEADER */
/* #wrapper-navbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-top: 20px;
  padding-bottom: 20px;
} */
html{scroll-behavior:smooth}

.page-template-template-home #wrapper-navbar {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.page-template-template-home #wrapper-navbar .navbar-light .navbar-brand a {
  color: #2e2e2e !important;
}
.page-template-template-home #wrapper-navbar .navbar-light .navbar-nav .nav-link,
.page-template-template-home #wrapper-navbar .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #2e2e2e;
  text-transform: uppercase;
  padding-right: .9rem;
  padding-left: .9rem;
  font-size: 14px;
}
nav.navbar {
    background-color: #fff;
    padding: 1em 0;
}
.page-template-template-home .navbar h1 {
    font-size: 25px;
    text-transform: capitalize;

}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

 @media (min-width: 768px) {
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .9rem;
    padding-left: .9rem;
}
.navbar-expand-md .navbar-nav  .dropdown-menu {
    border:none;
}
}


/* HERO */
#hero {
  background-position: center;
  overflow: hidden;
  position: relative;
}
#hero::before {
  content: "";
  background: linear-gradient(to bottom,
  rgba(247, 0, 104,0.8) 0%,
  rgba(68, 16, 102,0.4) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
}
#hero .container {

}
#hero .row {
  align-items: baseline;
  margin: 150px 0;
}
#hero .business-contact-form {
  padding: 3em;
}
#hero .wpcf7 {
    background: #f6f8fa;
    padding: 2em;
    border-radius: 5px;
    padding-bottom: 1px;
}
#hero .wpcf7 textarea {
  height: 100px;
}
#hero .hero-inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #fff;
  padding: 10em 0 5em;
}
#hero .title {
  margin-bottom: 2rem;
}
#hero .title h1 {
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
#hero .title h3 {
  font-size: 20px;
}


#hero .btn {
  padding: 1em 1.5em;
}
#hero .links {
  margin-top: 1em;
}
/* ABOUT SECTION */

#about .imgr {
  background-size: cover;
  background-position: center;
}
#about .content {
  padding: 9em 3em;
}
#about .content h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #5e5e5e;
}
#about .content h2 {
  text-transform: capitalize;
  color: #000;
  margin-bottom: 1em;
}

/* CONTATC SECTION */
#contact {
  padding: 3em 0;
}
#contact h3 {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: initial;
  color: #5e5e5e;
}
#contact h2 {
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 1em;
}
#contact h4 {
  font-size: 16px;
  margin-top: 2em;
}
#contact .maps {
  overflow: hidden;
}
/* ARTICLES */

article {
    margin-bottom: 3em;
    border-bottom: 1px solid #eee;
}
article .entry-title a {
    color: #000;
    font-size: 32px;
    line-height: 37px;
    text-decoration: none;
}
article .entry-meta {
    margin-top: 18px;
}
article .entry-meta,
article .entry-meta a {
    color: #787887;
    font-size: 15px;
    text-transform: capitalize;
}
article .entry-content {
    margin-top: 1.5em;
    color: #6e6e6e;
    font-size: 17px;
    line-height: 27px;
}
@media only screen and (min-width: 600px) {
.entry-content, article .entry-meta, article .entry-title{
    padding-right: 25px;
    padding-left: 25px;
}
}
article .entry-content p {
    margin-top: 0;
    margin-bottom: 1.4em;
}
article .featured-image {
    margin-bottom: 1.5em;
}

article .no-featured-image {
    margin-bottom: 0;
}
article .featured-image img {
    width: 100%;
}
article a.understrap-read-more-link {
    color: #000;
}

/* SINGLE */
.single article .featured-image {
    margin-top: 1.5em;
}
article blockquote::before {
    content: url("Assets/icons/right-quote.svg");
    font-size: 17px;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 26px;
    margin-bottom: 21px;
}
article blockquote {
    background: #ffffff;
    padding: 2.4em 2.4em 2em;
    margin: 1.8em 0;
    color: #6e6e6e;
    margin-left: calc(var(--gap--vertical)*-1 - 4px);
}
article blockquote>cite {
    color: #000;
}
.single h1.entry-title {
    font-size: 43px;
    line-height: 47px;
}
article .entry-footer,
article .entry-footer a {
    color: #787887;
    font-size: 15px;
    text-transform: capitalize;
}
/* SIDEBAR - WIDGETS */

h3.widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: -.2px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}
aside {
    padding:20px 0 0px;
    margin-bottom: 0px;
    background-color: #fff;
}
aside .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}
.footer-widget ul,
aside ul {
    padding: 0;
    list-style: none;
}
.footer-widget ul li,
aside ul li {
    padding: 0.5em 0;
    border-bottom: 1px solid #f7f8fa;
}
.footer-widget ul li a,
aside ul li a {
    color: #787878;
}
aside ul li a:hover {
    text-decoration: none;
}
.wrapper#wrapper-footer-full {
    background-color: #000;
}
#wrapper-footer .site-info,
#wrapper-footer .site-info a {
    text-align: center;
    font-size: 13px;
    color: #0e0e0e;
}
/**
 * Post/Page Navigation
 */
 .site-main .comment-navigation, .site-main
 .posts-navigation, .site-main
 .post-navigation {
   margin: 0 0 1.5em;
   overflow: hidden;
 }
 
 .comment-navigation .nav-previous,
 .comment-navigation .nav-next,
 .posts-navigation .nav-previous,
 .posts-navigation .nav-next,
 .post-navigation .nav-previous,
 .post-navigation .nav-next {
   width: 50%;
   display: inline-block;
 }
 
 .comment-navigation .nav-next,
 .posts-navigation .nav-next,
 .post-navigation .nav-next {
   text-align: right;
 }
/**
 * COMMENTS
 */
.comments-count-wrapper {
    padding: 2em 0;
  }
  
  .comments-count-wrapper .comments-title {
    font-weight: normal;
    word-wrap: break-word;
  }
  
  .comment-list {
    margin: 0;
    word-wrap: break-word;
    padding-bottom: 0.5em;
    list-style: none;
  }
  
  .comment-list li {
    list-style: none;
  }
  
  .comment-list li.depth-1 .comment,
  .comment-list li.depth-2 .comment {
    border-bottom: 1px solid #eeeeee;
  }
  
  .comment-list .children {
    margin-left: 2em;
  }
  
  @media (max-width: 992px) {
    .comment-list .children {
      margin-left: 1em;
    }
  }
  
  @media (max-width: 544px) {
    .comment-list .children {
      margin-left: 0.66666em;
    }
  }
  
  .comment-list .comment-respond {
    padding: 1em 0;
    border-bottom: 1px solid #eeeeee;
  }
  
  .comment-list .comment-respond .comment-reply-title {
    margin-top: 0;
    padding-top: 0;
  }
  
  .comment-list .comment-respond p {
    margin-bottom: .5em;
  }
  
  .comment-list #cancel-comment-reply-link {
    white-space: nowrap;
    font-size: 15px;
    font-size: 1rem;
    margin-left: 1em;
  }
  
  .comment-list .comment-edit-reply-wrap {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
  }
  
  .comment-list .edit-link {
    flex: 1;
  }
  
  .comment-list .comment-awaiting-moderation {
    margin-bottom: 0;
  }
  
  .comment {
    padding: 1em 0;
  }
  
  .comment-avatar-wrap {
    float: left;
    clear: right;
    margin-right: 1.33333em;
  }
  
  @media (max-width: 768px) {
    .comment-avatar-wrap {
      margin-right: 0.5em;
    }
  }
  
  .comment-avatar-wrap img {
    border-radius: 50%;
  }
  
  @media (max-width: 768px) {
    .comment-avatar-wrap img {
      max-width: 2.5em;
    }
  }
  
  .comment-meta-wrap {
    float: left;
    clear: right;
    padding: 0 0 1.33333em;
  }
  
  .comment-content {
    clear: both;
  }
  
  .comment-cite-wrap {
    text-align: left;
  }
  
  .comment-cite-wrap cite {
    font-style: normal;
  }
  
  .comment-reply-title {
    padding-top: 1em;
    font-weight: normal;
    line-height: 1.65;
  }
  
  .comment-meta {
    margin-bottom: 0.5em;
  }
  .comment-meta .comment-author img {
      border-radius: 50%;
      margin-right: 10px;
  }
  .comment-metadata time {
      font-size: 12px;
      color: #6e6e6e;
  }
  .comment-time .timendate,
  .comment-time .reply {
    margin-right: 0.5em;
  }
  
  .comments-area {
    border-top: 1px solid #eeeeee;
    margin-top: 2em;
    background: #fff;
    padding: 2em;
    /*  1 - Textarea Styles */
    /*  2 - Input Fields Styles */
    /*  4 - Comment List Styles  */
    /* Comment Cookie concent field aignment */
  }
  
  @media (max-width: 768px) {
    .comments-area {
      margin-top: 1.5em;
    }
  }
  .comments-area input[type="text"],
  .comments-area input[type="email"],
  .comments-area input[type="url"] {
    border: 1px solid #ebeced;  
    padding: 1.5em; 
  }

  .comments-area .comment-form-comment {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  
  .comments-area .comment-notes,
  .comments-area .comment-textarea,
  .comments-area .form-allowed-tags {
    margin-bottom: 1.5em;
  }
  
  .comments-area .form-submit {
    margin-bottom: 0;
  }
  
  .comments-area textarea#comment,
  .comments-area .comment-formwrap input[type="text"] {
    border: 1px solid #ebeced;
    width: 100%;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  
  .comments-area .no-comments {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  
  .comments-area p.logged-in-as {
    margin-bottom: 1em;
  }
  
  .comments-area #wp-comment-cookies-consent {
    margin-right: 10px;
  }
  .comments-area input[type="submit"] {
      background-color: #53f;
      border: none;
  }
  .comments-area input[type="submit"]:hover {
      background-color: #000;
  }
 /**
 * MAIN SLIDER
 */
  #main-slider .carousel-item {
      background-size: cover;
      background-position: center;
      height: 550px;
  }
  @media (max-width: 500px) {
    #main-slider .carousel-item {
        height: 450px;
    }   
    #main-slider .carousel-item .carousel-caption h3 {
        font-size: 20px;
        text-transform: capitalize;
    }
    #main-slider .carousel-item .carousel-caption {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }
  }
  #main-slider .carousel-item .carousel-caption {
    background: rgba(0,0,0,0.2);
    padding: 20px;
  }
  #main-slider .carousel-item .carousel-caption h3 {
      font-size: 35px;
      text-transform: capitalize;
  }
  #main-slider .carousel-item .carousel-caption h3 a {
      color: #fff;
      text-decoration: none;
  }
 







 /**
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * yamanoitsuyoshi.net
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */


/*::common::*/


.pc{
  display: inline-block;
}
.sp{
  display: none;
}
@media (max-width: 767.98px){
  .pc{
    display: none;
  }
  .sp{
    display: inline-block;
  }
}
li{ list-style-type: none; }
.container{ padding: 0 6% !important;}

.wrapper{
padding: 0 !important;
}
#wrapper-navbar{
  border-bottom: 1px solid #ccc ;
}
#wrapper-navbar .container{
max-width: 96%;
}
#page-wrapper .container{
  max-width: 89rem;
}
.navbar-light .navbar-nav .active>.nav-link{
  color: #2e2e2e !important;
}
.navbar-light .navbar-nav .active>.nav-link:hover{
  opacity: 0.7;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding-right: .8rem !important;
  padding-left: .8rem !important;
}
.navbar-brand{
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 4px;
  padding-top: .1 !important;
}
.navbar-brand a{
  color: #565656 !important;
}
.navbar-brand a:hover{
  text-decoration: none !important;
}
.navbar-toggler{
  padding: .25rem .30rem !important;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff;
  border: none !important;
  border-radius: 0 !important;
}


@media (max-width: 767.98px){
  .navbar-brand{
    font-size: 1rem !important;
    letter-spacing: 2px;
    font-weight: 400 !important;
    padding-top: .1 !important;
  }
  #wrapper-navbar .container{
    max-width: 94%;
    }
}




 /**
 * DEV-index
 */


.box1{
  background-color: #f6fcff;
}
.box1 img{
  width: 100%;
}
.box2{
  min-height: 200px;
  padding: 80px 0 40px;
}
.box2 h3{
  margin-bottom: 30px;
}
.box2 .readtext{
  margin-bottom: 80px;
}
.box2 .cnt-col2{
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;

}
.box2 .cnt-col2 .left{
  width: 60%;
  padding-top: 10px;
  text-align: center;
}
.box2 .cnt-col2 .left span,
.box2 .cnt-col2 .right-inner span{
  font-size: 23px;
  vertical-align:text-bottom ;
}
.box2 .cnt-col2 .right{
  width: 36%;
  max-height: 500px;
  margin-left: 4%;
  text-align: center;
  
}
.box2 .cnt-col2 .right-inner{
  wxidth: 36%;
  max-height: 380px;
  margin-bottom: 30px;
  mxargin-left: 4%;
  overflow: scroll;
  
}
.box2 .cnt-col2 .right a span{
  font-size: 23px;
  vertical-align: text-bottom !important;
  
}


.box2 .moviebox{
  margin: 0 0 50px;
  background-color: #666;
  min-height: 200px;
  position: relative;
  width: 100%;
  padding-top: 52.25%;
}
.box2 .moviebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.box2 .btn{
  padding: 8px 20px;
  border: 3px solid #006bd9;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.box2 .btn:hover{
  opacity: 0.5;
}


@media (max-width: 767.98px){
  .box2 .container{
    width: 94%;
    margin: 0 3%;
    padding: 0 !important;
  }
  .box2 h3 img{
    width: 50%;
  }
  .box2 .moviebox{
    margin: 0 0 50px;
    width: 100%;
  }
  .box2 .btn{
    margin: 0 2%;
    font-size: 0.9rem;
  }
  .box2 .readtext{
    margin-bottom: 60px;
  }
  .box2 .cnt-col2{
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
  
  }
  .box2 .cnt-col2 .left{
    width: 94%;
    margin: 0 3% 40px;
    padding-top: 10px;
    text-align: center;
  }
  .box2 .cnt-col2 .left span{
    font-size: 23px;
    vertical-align:text-bottom ;
  }
  .box2 .cnt-col2 .right{
    width: 94%;
    margin: 0 3%;
    max-height: 500px;
    margin-left: 4%;
    overflow: scroll;
  }
}
.box3{
  padding: 100px 0 100px;
}
.box3 h3{
  padding-bottom: 40px;
}
.box3 p{
  margin-bottom: 80px;
  line-height: 200%;
}
.box4{
  padding: 100px 0;
  border-top: 2px solid #ccc;
}
.box4 .postbox{
  margin-bottom: 20px;
  padding: 10px;
}
.box4 .postbox h5{
  margin-top: 18px;
  border-left: 3px solid #ccc;
  padding-left: 6px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.box4 .postbox a{
  color: #2e2e2e;
}
.box4 .postbox a:hover{
  color: #ccc;
  opacity: 0.8;
  text-decoration: none;
}
.box4 .postbox .date{
  font-size: 0.8rem;
  opacity: 0.6;
  letter-spacing: 2px;
}
.box4 .btn{
  width: 60%;
  padding: 8px 20px;
  border: 3px solid #006bd9;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center; 
}
.box4 .btn span{
  height: 20px;
}
.box4 .btn:hover{
  opacity: 0.5;
}
.box5{
  margin-bottom: 110px;
}
.box5 .title_seisaku{
  margin-bottom: 95px;
}
.box5 ul{
  margin-bottom: 0;
}
.box5 li{
  display: inline-block;
  margin-bottom: 50px;
}
.box5 li:last-child{
  margin-bottom: 0px;
}
@media (max-width: 767.98px){
  .box5 ul{
    padding: 0;
  }
  .box5 li{
    margin-bottom: 40px;
  }
}
.box6{
  padding: 100px 0;
  border-top: 2px solid #ccc;
}
.box6 h3{
  margin-bottom: 30px;
}
.box6 p{
  font-size: 0.9rem;
  line-height: 200%;
  margin-bottom: 0px !important;
  text-align: justify;
}
.box6 h4{
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-indent: 0px;
  letter-spacing: 2px;
  color: #006bd9;
}
.box6 .photo-profile img{
  width: 80%;
  padding-left: 60px;
}
.box6 .profile-text .text_a{
  padding-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
  color: #006bd9;
  letter-spacing: 2px;
}
.box6 .profile-text .text_b{
  padding-bottom: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5em;
  cxolor: #006bd9;
}
@media (max-width: 767.98px){
  .box6 .photo-profile img{
    width: 100%;
    padding-left: 0px;
    margin: 0 0 60px 0;
  }
  .box6 .sp-photo{
    padding: 0 14% 60px;
  }
}
.box7{
  padding: 100px 0;
  background-color: #e8f5fb;
}
.box7 h3{
  margin-bottom: 40px;
}
.box7 p.read{
  line-height: 200%;
}
.box7 .report_bottom{
  margin-top: 40px;
}
.box7 .report_bottom .left{
  padding-left: 80px;
}
.box7 .report_bottom .right{
  margin-top: 60px;
}
.box7 .report_bottom .right h4{
  margin-bottom: 20px;
}
.box7 .report_bottom .right p{
  line-height: 200%;
}
@media (max-width: 767.98px){
  .box7 .report_bottom .left{
    padding-left: 15px;
  }
  .box7 .report_bottom .right h4{
    text-align: center;
  }
  .box7 .report_bottom .right p{
    text-align: center;
  }
}

.aisatsu{
  padding: 120px 0 100px;
  border-top: 2px solid #ccc;
  text-align: center;
}
#aisatsu .title_aisatsu{
  width: 38%;
  margin-bottom: 60px;
  margin-left: 31%;
}
#aisatsu img{
  display: inline-block !important;
}
.aisatsu .container{
  padding: 0 10% !important;
}
.aisatsu .container .row p{
  text-align: justify;
  line-height: 200%;
}
.aisatsu .container .row p.name{
  text-align: right;
  font-size: 120%;
  letter-spacing: 2px;
}
@media (max-width: 767.98px){
  #aisatsu .title_aisatsu{
    width: 60%;
    margin-bottom: 40px;
    margin-left: 20%;
  }
  .aisatsu .container{
    padding: 0 6% !important;
  }
}


#seisaku .seisaku_box{
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #ccc;
}
#seisaku .seisaku_box_last{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#seisaku .seisaku_box h3{
  margin-bottom: 14px;
  font-size: 46px;
  color: #006bd9;
  letter-spacing: 2px;
  font-weight: 900;
}
#seisaku .seisaku_box h3.ls3{
  letter-spacing: 3px;
}
#seisaku .seisaku_box h3 span{
  display: inline-block;
  padding: 8px 13px 8px 16px;
  margin-top: -10px;
  background-color: #eeeeee;
  font-size: 18px;
  letter-spacing: 3px;
  vertical-align: middle;
}
#seisaku .seisaku_box h4{
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 600;
  opacity: 0.9;
}
#seisaku .seisaku_box h5{
  margin-bottom: 30px;
  color: #df532f;
}
#seisaku .seisaku_box p{
  font-size: 17px;
  text-align: justify;
  line-height: 200%;
}
#seisaku .seisaku_box ul {
  text-align: left;
}
#seisaku .seisaku_box ul li{
  margin-bottom: 10px;
  font-weight: 600;
}
#seisaku .seisaku_box ul li span{
  color: #df532f;
}









@media (max-width: 767.98px){
  #seisaku .seisaku_box h3{
    font-size: 30px;
    letter-spacing: 0px;
  }
  #seisaku .seisaku_box h4{
    font-size: 23px;
  }
  #seisaku .seisaku_box ul li{
    margin-bottom: 20px;
  }



}


#jiseki {
  padding: 100px 0;
  border-top: 2px solid #ccc;
}
#jiseki .title_jiseki {
  margin-bottom: 60px;
}
#jiseki .jiseki_box{
  margin-bottom: 40px;
  padding: 40px 50px;
  background-color: #f2fdfd;
} 
#jiseki .jiseki_box h3{
  margin-bottom: 40px;
  letter-spacing: 10px;
  color: #006bd9;
  font-size: 34px;
  font-weight: 700;
} 
#jiseki .jiseki_box ul{
  padding: 0;
  text-align: left;
} 
#jiseki .jiseki_box ul li{
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 500;
  opacity: 0.95;
} 
#jiseki .jiseki_yonkoma{
  margin-bottom: 40px;
  padding: 20px 10px;
  background-color: #f2fdfd;
} 

@media (max-width: 767.98px){
  #jiseki .title_jiseki {
    padding: 0 12%;
  }
  #jiseki .jiseki_box{
    margin-bottom: 40px;
    padding: 30px 5%;
    background-color: #f2fdfd;
  }
  #jiseki .jiseki_box h3{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: 1px;
  } 
  #jiseki .jiseki_box ul li{
    font-size: 18px;
  } 
  #jiseki .jiseki_yonkoma{
    margin-bottom: 40px;
    padding: 20px 0;
    background-color: #fff;
  } 
}


.box_sns {
  bxackground-color: #006bd9;
}
.box_sns ul{
  width: 300px;
  margin: 0 auto 40px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  fxlex-wrap: wrap;
  wxidth: 20px;
}
.box_sns ul li{
  width: 100px;
  padding: 0 20px;
}
























 /**
 * DEV-footer
 */

.top-row {
  margin-bottom: 30px;
  padding: 80px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.top-row h4{
  margin-bottom: 60px;
}
.top-row ul{
  margin-top: 4px;
  margin-bottom: 0;
}
.top-row ul li{
  display: inline-block;
  margin-bottom: 40px;
}
.top-row ul li:last-child{
  margin-bottom: 0px;
}
.top-row ul li img{
  width: 78%;
}
.wrapper .site-footer p {
  margin-bottom: 32px;
  letter-spacing: 1.4px;
}
@media (max-width: 767.98px){
  .top-row p{
    text-align: center;
  }
  .top-row h4{
    margin-bottom: 40px;
  }
  .top-row ul{
    margin-top: 60px;
    padding-inline-start: 0px;
  }
}


 /**
 * DEV-archive
 */

#archive-wrapper{
  margin-top: 40px;
}

#archive-wrapper .page-title{
  display: none;
}
#archive-wrapper .entry-content,
#archive-wrapper .entry-meta{
  padding: 0;
}
#archive-wrapper h2{
  margin-top: 30px;
  padding: 0;
  font-size: 24px;
}

#archive-wrapper h2 a{
  font-size: 24px;
}

#archive-wrapper .byline{
  display: none;
}

 

 /**
 * DEV-single
 */

 #single-wrapper{
   margin: 80px 0;
 }
 #single-wrapper article{
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
 #single-wrapper h1{
   margin-bottom: 0;
   padding: 0;
  font-size: 2rem;
  color: #27afed;
}
#single-wrapper .entry-meta{
  padding: 0;
}
#single-wrapper .entry-header{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ccc;
}
#single-wrapper .entry-content{
  background-color: #fff;
  padding: 0;
}
#single-wrapper .post-navigation a{
  font-size: 0.8rem;
  font-weight: bold;
  color: #27afed;
}
#single-wrapper .post-navigation a:hover{
  text-decoration: none;
  opacity: 0.6;
}


 /**
 * DEV-seisaku
 */

.wrapper-seisaku h5{
  margin-bottom: 36px;
  font-size: 3rem;
  letter-spacing: 18px;
}
.wrapper-seisaku .seisaku-text{
  margin-bottom: 56px;
}
.wrapper-seisaku .btn{
  display: inline-block;
  width: 50%;
  margin: 0 25%;
  padding: 10px;

}


 /**
 * DEV-sidebar
 */

 #right-sidebar{
  margin-top: -26px;
}
#right-sidebar h2{
  font-size: 1.2rem !important;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #ccc;
}
#right-sidebar .wp-block-latest-posts{
  margin-bottom: 40px;
}
.wp-block-social-links .wp-social-link a {
  padding: 0em .50em;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 4px 12px 4px 0;
}
@media (max-width: 767.98px){
  #right-sidebar{
    margin-top: 40px;
    bxackground-color: #efefef;
  }
  #right-sidebar aside, #right-sidebar .col-md-4 {
    padding: 0 !important;
  }
}