
body{
  font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Segoe UI", "Helvetica Neue", "HelveticaNeue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic Medium", "Yu Gothic", "Verdana", "Meiryo", "sans-serif";
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color: #000;
  max-width: 1519px;
  margin: 0 auto;
  font-weight: 500;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.sans{
  font-family: "Noto sans JP","sans serif";
}
img{
  vertical-align: bottom;
}
.tab{
  display: none;
}
@media screen and (min-width: 1300px) {
  html{
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  html{
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  html{
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  html{
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .tab-none{
    display: none !important;
  }
  .tab{
    display:block;
  }
}
@media screen and (max-width: 768px) {
  .pc{
      display: none;
  }
  .sp{
    display: block;
  }
}
p{
  font-size:1em;
}
a{
  text-decoration: none;
}
a{
  color: #333;
}
a:visited{
  color: #444;
}
:focus {
    outline: none;
}
main{
  position: relative;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
+    src: local("Noto Sans CJK JP Regular"),
     url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
     url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
     url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 900;
    src: url("../font/fontawesome-pro-brands-900.eot");
    src: url("../font/fontawesome-pro-brands-900.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-pro-brands-900.woff2") format("woff2"), url("../font/fontawesome-pro-brands-900.woff") format("woff"), url("../font/fontawesome-pro-brands-900.ttf") format("truetype"), url("../font/fontawesome-pro-brands-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: 300;
    src: url("../font/fontawesome-pro-light-300.eot");
    src: url("../font/fontawesome-pro-light-300.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-pro-light-300.woff2") format("woff2"), url("../font/fontawesome-pro-light-300.woff") format("woff"), url("../font/fontawesome-pro-light-300.ttf") format("truetype"), url("../font/fontawesome-pro-light-300.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../font/fontawesome-pro-regular-400.eot");
    src: url("../font/fontawesome-pro-regular-400.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-pro-regular-400.woff2") format("woff2"), url("../font/fontawesome-pro-regular-400.woff") format("woff"), url("../font/fontawesome-pro-regular-400.ttf") format("truetype"), url("../font/fontawesome-pro-regular-400.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'Font Awesome 5 Solid';
    font-style: normal;
    font-weight: 900;
    src: url("../font/fontawesome-pro-solid-900.eot");
    src: url("../font/fontawesome-pro-solid-900.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-pro-solid-900.woff2") format("woff2"), url("../font/fontawesome-pro-solid-900.woff") format("woff"), url("../font/fontawesome-pro-solid-900.ttf") format("truetype"), url("../font/fontawesome-pro-solid-900.svg#fontawesome") format("svg");
}




/* page */
.inner{
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .inner{
    padding: 0 10px;
  }
}

/* header */
.body-wrap{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
header {
    max-width: 21%;
    width: 100%;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
}
header .header-wrap{
    padding: 10% 16%;
    text-align: center;
}
header h1 img{
  width: 100%;
  padding: 0.5em 0 1em;
}
header .txt-01{
    font-size: 0.8rem;
    color: #777777;
    font-weight: normal;
    line-height: 1.3;
}
header .txt-02{
    font-size: 0.6rem;
    font-weight: bold;
    letter-spacing: 1px;
}
header li {
    border-top: 1px solid #cecece;
    letter-spacing: 2px;
    position: relative;
}
header li:last-child {
    border-bottom: 1px solid #cecece;
}
header li a{
    font-size: 1rem;
    display: block;
    color: #201816;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
header li span {
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    padding: 10px 10%;
    text-indent: -1em;
    margin-left: 1em;
}

header li span:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #eee;
    z-index: -1;
    transition: .5s;
    left: 0;
}
header .blue a span:before{
  background-color: #75c7e7
}
header li span:hover:before{
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header li a {
      font-size: 1rem;
  }
}
.menu-01{
  background: #fdedf0;
  border-top: 1px solid #cecece
}
.menu-01 img{
  max-width: 125px;
  width: 100%;
}
.menu-01 li a{
  background: #fff;
}
.menu-01 a{
}
.menu-02{
  background: #f6f9e8;
}
.menu-02 img{
  max-width: 130px;
  width: 100%;
}
.menu-02 li a{
  background: #fff;
}
.menu-02 a{
}
.menu-03{
  background: #fff8e6;
}
.menu-03 img{
  max-width: 125px;
  width: 100%;
}
.menu-03 li a{
  background: #fff;
}
.menu-03 a{
}

@media screen and (max-width: 1300px) {
  .menu-01 a:after{
    height: 28px;
  }
  .menu-02 a:after{
    height: 28px;
  }
  .menu-03 a:after{
    height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .menu-01 a:after{
    height: 26px;
  }
  .menu-02 a:after{
    height: 26px;
  }
  .menu-03 a:after{
    height: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .menu-01 a:after{
    height: 26px;
  }
  .menu-02 a:after{
    height: 26px;
  }
  .menu-03 a:after{
    height: 26px;
  }
}
.search_form{
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    padding: 1em 10%;
    border-top: 1px solid #cecece;
}
.search_form input[type=search]{
    font-size: 1em;
    border: 1px solid #ababab;
    padding: 5px;
    height: 31px;
    width: 170px;
}
.search_form input[type=submit] {
    background: #eee;
    margin: 0;
    padding: 4px 6px 5px 5px;
    border: 1px solid #ababab;
    font-size: 0.8em;
    position: absolute;
    height: 31px;
}

@media screen and (max-width: 1200px) {
  .search_form input[type=search]{
    width: 130px;
  }
}
@media screen and (max-width: 1000px) {
.search_form input[type=search] {
    width: 80%;
    max-width: 250px;
  }
}
@media screen and (max-width: 648px) {
  .search_form input[type=search] {
      width: 100%;
      max-width: 200px;
      font-size: 18px;
  }
  .search_form input[type=submit] {
    padding: 5px;
  }
  .search_form input[type=submit] {
      font-size: 14px;
  }
}
header dl{
    display: flex;
    margin: 2em auto;
    justify-content: space-evenly;
    max-width: 250px;
}
main {
    position: relative;
    padding: 2em;
    width: 100%;
    border-right: 1px solid #cecece;
}
.main-img{
    display: flex;
}
.main-img dt{
  position: relative;
  z-index: 1;
}
.main-img dd{
  position: relative;
  z-index: 2;
}
.main-img dt img{
    width: 100%;
}
.main-img dt p {
    font-size: 1.25rem;
    font-weight: bold;
}
.main-img dd img{
    width: 103%;
    margin-left: -1em;
    margin-top: -1em;
}
.main-img .mt-2{
  margin-top: 2em;
}
.main-img .mt-2 .passing .passing-txt{
  padding: 0px;
}
.main-img .btn-wrap {
    display: flex;
    justify-content: flex-end;
}
.main-img .btn-wrap a {
    display: block;
    text-align: right;
    color: #fff;
    background-color: #1cabe3;
    padding: 10px 20px;
    font-weight: bold;
}
.top-page .passing .passing-bar:before{
    margin-left: 0px;
    background: #000;
}
.top-page .passing .passing-txt{
    margin-left: 0px;
}
.top-page .news-wrap .passing .passing-txt{
    background: #e6e6e6;  
    padding: 0px;
}
.top-page .news-wrap .passing .passing-bar:before{
    background: #000;
}
.top-page .title-wrap{
    padding: 10px 0 0;
    margin-bottom: 1em;
}

.top-page .safty-wrap .passing .passing-txt{
    background: #b6dbeb; 
    padding: 0px;
}
.top-page .safty-wrap .passing .passing-bar:before{
    background: #000;
}

.top-page .report-wrap .passing .passing-txt{
    background: #fff;  
    padding: 0px;
}
.top-page .report-wrap .passing .passing-bar:before{
    background: #000;
}

.banner-wrap .passing .passing-txt{
    background: #fff;  
    padding: 0px;
    margin-left: 0px;
}
.banner-wrap .passing .passing-bar:before{
    background: #000;
    margin-left: 0px;
}
.banner-wrap  .title-wrap{
    padding: 10px 0 0;
    margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
    .main-img .mt-2{
      margin-top: 1em;
      width: 60%;
    }
}
@media screen and (max-width: 1600px) {
  .main-img dt p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1300px) {
  main{
    padding: 2em
  }
  .main-img dt p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1200px) {
  main{
    padding: 2em
  }
}
@media screen and (max-width: 1100px) {
  .main-img dt p {
    font-size: 1rem;
  }
}

.main-wrap{
    max-width: 79%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.main-wrap-01 {
    display: flex;
    justify-content: space-between;
    padding: 4% 0 4%;
}
.main-wrap-01 li{
  width: calc(97% / 3);
}
.main-wrap-01 img{
  width: 100%;
}
.main-wrap-02 {
    display: flex;
    justify-content: space-between;
}
.main-wrap-02 dt{
  max-width: 650px;
  width: 47%;
}
.main-wrap-02 dd{
  max-width: 665px;
  width: 51%;
}

/*news*/

.news-wrap{
    background: #e6e6e6;
    margin-bottom: 2em;
    padding: 2em;
    border-radius: 15px;
}
.news-wrap h2 {
    vertical-align: bottom;
    display: flex;
    align-items: center;
}
.news-wrap h2 span {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-left: 1em;
    padding-top: 1rem;
}
.news-wrap .news-dl {
  display: flex;
  justify-content: flex-start;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: relative;
}
.news-wrap .link-wrap {
  display: block;
  width: 100%;
}
.news-wrap .news-dl:first-child {
  border-top: 1px solid #ccc;
}

.news-wrap .news-dl dt{
  width: 25%;
  padding: 0 3%;
}
.news-wrap .news-dl dt img {
    width: 100%;
    border-radius: 20px;
    max-height: 210px;
    object-fit: cover;
}
.news-wrap .news-dl dd{
  width: 70%;
}
.news-wrap .news-dl dd .more-btn{
    margin: 2em 0 0 auto;
    width: 125px;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
}
.news-wrap .news-dl dd .more-btn a{
    display: block;
    padding: 5px;
    background: #ccc;
    border: 1px solid #ccc;
}
.news-wrap .news-dl dd .more-btn a:hover{
  color: #fff;
  background: #999;
  border: 1px solid #ccc;
  transition: all 0.5s;
}
.news-wrap li{
}
.news-wrap li:last-child{
  padding-bottom: 0em;
}
.news-wrap .data {
    color: #333;
    background: #fff;
    padding: 5px 5px 5px 0px;
    font-size: 14px;
    margin-right: 10px;
    letter-spacing: .16em;
}
.news-wrap .cat-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.news-wrap .cat-wrap .child a {
    color: #1cabe3;
    padding: 5px 1em;
    display: block;
    border: 1px solid;
    font-size: 12px;
    max-height: 29px;
    margin-right: 10px;
}
.news-wrap .cat-wrap .child a:hover {
    background: #1cabe3;
    color: #fff;
    border: 1px solid #1cabe3;
    transition: all 0.5s;
}
.news-wrap .cat-wrap .name-like{
  margin-right: 10px;
}
.news-wrap .cat-wrap .name-like a{
  display: block;
  color: #f08300;
  font-size: 12px;
  padding: 5px 1em;
  border: 1px solid;
    max-height: 29px;}
.news-wrap .cat-wrap .name-like a:hover{
  background: #f08300;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #f08300;
}
.news-wrap .cat-wrap .name-save{
  margin-right: 10px;
}
.news-wrap .cat-wrap .name-save a{
  display: block;
  color: #67af32;
  font-size: 12px;
  padding: 5px 1em;
  border: 1px solid;
    max-height: 29px;
    margin-bottom: 5px;
}
.news-wrap .cat-wrap .name-save a:hover{
  background: #67af32;
  color: #fff;
  border: 1px solid #67af32;
  transition: all 0.5s;
}
.news-wrap .cat-wrap .name-ale{
  margin-right: 10px;
}
.news-wrap .cat-wrap .name-ale a{
  display: block;
  color: #e42d89;
  font-size: 12px;
  padding: 5px 1em;
  border: 1px solid;
    max-height: 29px;
}
.news-wrap .cat-wrap .name-ale a:hover{
  background: #e42d89;
  color: #fff;
  border: 1px solid #e42d89;
  transition: all 0.5s;
}
.wp-pagenavi {
    clear: both;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    margin: 2em auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
  .main-img .btn-wrap {
    justify-content: flex-start;
  }
  .main-img .btn-wrap a {
      display: block;
      text-align: center;
      color: #fff;
      background-color: #1cabe3;
      padding: 10px 10px;
      font-weight: bold;
      margin: 1em 0;
  }
  .news-wrap .cat-wrap{
  }
}
.news-wrap .name li{
    border: 1px solid;
    color: #1cabe3;
    font-size: 12px;
    line-height: 1.4;
    margin-right: 10px;
}
.news-wrap .name li a{
    padding: 2px 10px;
  color: #1cabe3;
  display: block;
}
.news-wrap .name span{
  padding-left: 10px;
}
.news-wrap h3 {
    font-size: 1.25rem;
    padding: 5px 0 7px;
}
.news-wrap .flex-wrap-post-list{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.category-wrap{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .news-wrap .data {
      font-size: 1.25rem;
      letter-spacing: 2px;
      border: 0;
      padding: 5px 10px;
  }
  .news-wrap .name {
      display: flex;
      align-items: center;
      margin-bottom: 5px;
  }
  .news-wrap h3{
    font-size: 1.15rem;
  }
  .news-wrap p{
    font-size: 1rem;
  }
}
@media screen and (max-width: 1300px) {
  .news-wrap h3 {
      font-size: 1.1rem;
  }
  .news-wrap p{
    font-size: 1rem;
  }
}


.main-post .news-wrap {
    background: none;
    margin: 0 auto;
    padding: 0;
}
.main-post .news-wrap h3{
  margin-top:0;
}
.main-post .news-wrap .news-dl dd .more-btn{
  margin-top: 1em;
}
.main-post .news-wrap .name span{
  padding-left: 0;
}
.main-post .news-wrap .txt{
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .main-post .news-wrap .name {
    padding: 0;
  }
  .main-post .news-wrap .cat-wrap{
    margin-top: 0;
  }
  .main-post .news-wrap .data{
    font-size: 1em;
  }
}
/*safty*/
.safty-wrap {
    background: url(../img/img19.png) ,#b6dbeb;
    background-position: bottom center;
    margin-bottom: 2em;
    padding: 2em;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}
.safty-wrap h2 {
    vertical-align: bottom;
    display: flex;
    align-items: center;
}
.safty-wrap p {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1em;
    padding-top: 1em;
}
.safty-wrap .img-wrap img{
  width: 100%;
}
.more-btn-01 {
    margin-top: 1em;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    width: 90%;
    margin: 3em auto 18em;
    position: relative;
    background: #b6dbeb;
}
.more-btn-01 a{
    font-size: 1.5rem;
    display: block;
    color: #000;
    position: relative;
    z-index: 10;
}
.more-btn-01 span{
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    padding: 1em 0;
}
.more-btn-01 a:after {
    content: "\f061";
    color: #666;
    font-size: 1.9rem;
    font-family: "Font Awesome 5 Regular";
    right: 5%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 45px;
    margin: auto;
    border: 1px solid;
    padding: 5px;
    border-radius: 50px;
    width: 45px;
}
.more-btn-01 a:after {
    content: "\f061";
    color: #666;
    font-size: 1.9rem;
    font-family: "Font Awesome 5 Regular";
    right: 5%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 45px;
    margin: auto;
    border: 1px solid;
    padding: 5px;
    border-radius: 50px;
    width: 45px;
}
.more-btn-01 span:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #555;
    z-index: -1;
    transition: .2s;
    border-radius: 50px;
}
.more-btn-01 span:hover{
  color: #fff;
}
.more-btn-01 a:hover:after{
  color: #fff;
}
.more-btn-01 span:hover:before{
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .more-btn-01 a{
    font-size: 1.25rem;
  }
  .more-btn-01 a:after {
      font-size: 1.5rem;
      height: 38px;
      width: 38px;
  }  
}
@media screen and (max-width: 1300px) {
  .more-btn-01 a{
    font-size: 1.15rem;
  }
  .more-btn-01 a:after {
      font-size: 1.25rem;
      height: 30px;
      width: 30px;
  }  
}
/* report */
.report-wrap{
  border-top: 1px solid ;
  width: 100%;
  padding: 2em 0;
}
.report-wrap h2 {
    vertical-align: bottom;
    display: flex;
    align-items: center;
}
.report-wrap h2 span{
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-left: 1em;
    padding-top: 1rem;
}
.report-wrap .category-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.report-wrap .category-list li{
    display: flex;
    margin-bottom: 1em;
}
.report-wrap .category-list li a{
    display: flex;
    padding: 5px 1.5em;
    color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid;
    border-radius: 25px;
    font-size: 1.2rem;
}
.report-wrap .category-list li a div {
    display: flex;
    align-items: center;
}
.report-wrap .category-list li a span{
  padding-left: 10px;
}
.post-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrap li {
    width: 46%;
    margin-bottom: 3em;
}
.top-page .post-wrap li .thum img {
    width: 100%;
    border-radius: 20px;
    max-height: 203px;
    overflow: hidden;
    object-fit: cover;
}
.news-page-wrap .post-wrap li .thum img {
    width: 100%;
    border-radius: 20px;
    max-height: 200px;
    overflow: hidden;
    object-fit: cover;
    height: 100vh;
}
.post-wrap li .name {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
    margin-right: 10px;
}
.post-wrap li .name span {
    font-size: 0.9rem;
    padding-left: 10px;
}
.post-wrap li .title {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5em 0 0.5em;
}
.post-wrap li .title a{
    clear: #333;
}
.post-wrap li .data{
    font-size: 0.9rem;  
}
.more-btn-02 {
    margin-top: 1em;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50px;
    width: 100%;
    margin: 3em auto;
    position: relative;
}
.more-btn-02 a{
    font-size: 1.5rem;
    display: block;
    color: #000;
    position: relative;
}
.more-btn-02 span{
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 1em 0;
    display: block;
}
.more-btn-02 span:after {
    content: "\f061";
    color: #666;
    font-size: 1.9rem;
    font-family: "Font Awesome 5 Regular";
    right: 5%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 45px;
    margin: auto;
    border: 1px solid;
    padding: 5px;
    border-radius: 50px;
    width: 45px;
}
.more-btn-02 span:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #555;
    z-index: -1;
    transition: .2s;
    border-radius: 50px;
}
.more-btn-02 span:hover{
  color: #fff;
}
.more-btn-02 span:hover:after{
  color: #fff;
}
.more-btn-02 span:hover:before{
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .more-btn-02 a{
    font-size: 1.25rem;
  }
  .more-btn-02 a:after {
      font-size: 1.5rem;
      height: 38px;
      width: 38px;
  }  
}
@media screen and (max-width: 1300px) {
  .more-btn-02 a{
    font-size: 1.15rem;
  }
  .more-btn-02 a:after {
      font-size: 1.25rem;
      height: 32px;
      width: 32px;
  }  
}


.main-img-02 {
    margin: 0em auto 4em;
}
.main-img-02 img{
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .main-wrap-02{
    display: block;
  }
  .main-wrap-02 dt {
    max-width: 1000px;
    width: 100%;
  }
  .main-wrap-02 dd {
    max-width: 1000px;
    width: 100%;
  }
  .news-wrap .data {
      font-size: 1.25rem;
      letter-spacing: 2px;
      border: 0;
      padding: 5px 10px;
      font-weight: bold;
      padding: 0 0 10px;
      letter-spacing: 2px;
  }  
}
/* banner-wrap */
.banner-wrap {
    width: 100%;
    overflow: hidden;
    padding: 1em 10px;
}
.banner-wrap img{
  width: 100%;
}
.banner-wrap h2 {
    vertical-align: bottom;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    margin-top: 1em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.75em;
    padding-bottom: 0.5em;
    line-height: 1;
}
.banner-wrap h2 span {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-left: 1em;
    padding-top: 1rem;
}
.banner-wrap ul:after{
    content: "";
    display: block;
    width: 22.5%;
}
.banner-wrap ul li img{
  width: 100%;
}
.main-wrap-03{
  padding: 1em;
  border-top: 1px solid;
  margin-top: 1em;
}
/* footer */
footer {
    text-align: center;
    padding: 3em 1em;
    border-top: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    width: 100%;
}
footer p{
  padding-bottom: 10px;
}
footer img{
  width: 100%;
}
    a img {
      transition: 1.0s ;
    }

    a img:hover {
      opacity: 0.7 ;
    }
.footer-logo{
  max-width: 450px;
  margin: 0 auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
.footer-logo{
  max-width: 250px;
}
}
/*ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³å…¨ä½“*/
.menu {
  width: 100%;
}
.menu input {
  display: none;
}
.menu label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    position: relative;
    padding: 1em 20% 1em 10%;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  border:none;
}
.menu li a{
    border-top: 1px solid #cecece;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li {
  height: auto;
  opacity: 1;
}
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
}
.menu label:after{
    content: "\f0ab";
    color: #666;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Light";
    right: 3%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto;
    transition: 0.5s;
}
.menu input[type=checkbox]:checked + label:after{
    content: "\f0aa";
    color: #666;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Light";
    right: 3%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto;
    transition: 0.5s;
}

@media screen and (max-width: 1200px) {
.menu label:after{
    font-size: 1.5rem;
    height: 16px;
}
.menu input[type=checkbox]:checked + label:after{
    font-size: 1.5rem;
    height: 16px;
  }
}





  header{

  }
  .header__inner {
  }
  .header__inner h1{
  }
  .header__inner h1 span{
  }
  .header__inner h1 a{
  }
  .header-nav-wrap {
  }
  .header-nav-wrap ul{
  }
  .header-nav .blue{
    background-color: #1cabe3;
  }
  .header-nav .blue a{
    color:#fff;
    font-weight: bold;
  }
  .header-nav li {
  }
  .header-nav li a{
  }
  .header-nav li a::after {
  }
  .header-nav li a:hover::after {
  }
  .d-none{
    display: none;
  }

@media screen and (max-width: 1000px){
  .header-nav li a {
  }
  footer {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 1000px){
  header {
      width: 100%;
      height: 4em;
  }
header .header-wrap {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    background: #fff;
}
header h1 img {
    width: 100%;
    padding: 3% 0;
    max-width: 300px;
}
.header__inner h1 {
    width: 100%;
    max-width: 300px;
    margin: 0;
}
  header .txt-01 {
      font-size: 1rem;
      padding-top: 1em;
  }
  header .txt-02 {
      font-size: 0.5rem;
      padding-bottom: 3em;
      padding: 0;
      text-align: left;
  }
.header__inner {
    display: block;
    align-items: start;
    padding: 0% 0 5px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
  .header-nav-wrap{
    display: block;
    position: relative;
    top: 0;
    left: 100%;
    transition: all .4s;
    width: 100%;
    z-index: 990;
    display: none;
  }
  .nav-icon-wrap {
      position: absolute;
      top: 10px;
      right: 2%;
      z-index: 999;
      background: #fff;
      display: block;
  }
  .nav-icon {
      position: relative;
      display: block;
      width: 2.7em;
      height: 2.7em;
      border: 1px solid;
      border-radius: 5px;
  }
  .nav-icon::before, .nav-icon::after{
    content: "";
    display: block;
    width: 60%;
    border-top: 3px solid #333;
    position: absolute;
    top: 30%;
    left: 20%;
    transition: .3s all;
  }
  .nav-icon::after{
    top: 62%;
  }
  #main-nav:checked ~ nav{
    display: block;
    left: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #999;
  }
  #main-nav:checked ~ .nav-icon-wrap>.nav-icon::before{
    top: 48%;
    transform: rotate(45deg);
  }
  #main-nav:checked ~ .nav-icon-wrap>.nav-icon::after{
    top: 48%;
    transform: rotate(-45deg);
  }
  .header-nav {
      margin: 0;
      flex-direction: column;
  }
  header li {
      border-top: none;
  }
  .search_form{
      border-bottom: 1px solid #cecece;
  }
  .new-post{
      border-bottom: 1px solid #cecece;
  }
  .header-nav li a{
  }
  .header-nav-wrap dl {
  }
  .header-nav-wrap dl a{
  }
  .menu label {
      padding: 1em 10%;
  } 
  .menu-01 img{
    max-width: 120px;
  } 
  .menu-02 img {
      max-width: 130px;
  }
  .menu-03 img{
    max-width: 120px;
  } 
  .menu input[type=checkbox]:checked + label:after{
    content: "\f0aa";
    color: #666;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Light";
    right: 0;
    position: unset;
    top: 0;
    bottom: 0;
    height: 24px;
    transition: 0.5s;
    margin-left: 3%;
  }
  .menu label:after {
    content: "\f0ab";
    color: #666;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Light";
    right: 0;
    position: unset;
    top: 0;
    bottom: 0;
    height: 24px;
    transition: 0.5s;
    margin-left: 3%;
  }
    .body-wrap{
      display: block;
    }
header {
    max-width: 100%;
    border-right: 0px;
    border-left: 0px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
}
    main {
        padding: 0 1em 1em;
    }    
.main-wrap {
    max-width: 100%;
    margin-top: 0em;
}
    .main-wrap-02 {
        margin-top: 2em;
    }
    .main-img {
        display: block;
        position: relative;
        margin-top: 7em;
    }
    .main-img dt{
      width: 100%;
    }
    .main-img dd img {
        width: 100%;
        margin-left: 0em;
        margin-top: 0em;
    }
    .main-img dt p {
        font-size: 1rem;
        padding-top: 7px;
    }
    .main-img dd{
      position: absolute;
      right: 0px;
      max-width: 100px;
    }
    .main-img dd {
        position: absolute;
        right: 0px;
        max-width: 38%;
        bottom: 0;
    }
    .news-wrap {
        padding: 1em 1em 2em;
    }
    .news-wrap h2 img{
      max-width: 70px;
    }
    .news-wrap .news-dl dt {
        width: 33%;
        padding: 0;
        padding-right: 3%;
    }  
    .news-wrap .news-dl dd {
        width: 66%;
    }   
    .safty-wrap {
        padding: 2em 1em;
        margin-top: 4em;
    }
    .safty-wrap h2 img{
      max-width: 190px;
    }
    .report-wrap{
        padding: 1em 0 ;
    }
    .report-wrap h2 img{
      max-width: 76px;
    }
    .report-wrap .category-list li {
        display: flex;
        margin-bottom: 1em;
        padding-right: 10px;
    }
    .report-wrap .category-list {
        display: flex;
        justify-content: flex-start;
    }
    .report-wrap .category-list li a {
      padding: 3px 1.5em;
      font-size: 1rem;
      min-height: 40px;
    }
    .more-btn-02 span:after {
        font-size: 1.25rem;
        height: 30px;
        width: 30px;
    } 
    .more-btn-02 {
        margin: 1em auto 0em;
    }   
    .main-img-02 {
        margin: 0em auto 3em;
    }  
    .banner-wrap {
        padding: 1em;
    }    
    .banner-wrap h2 img{
      max-width: 100px;
    }  
    .category-list img{
      width: 21px;
    }
}
@media screen and (max-width: 800px) {
    .main-img {
        margin-top: 16em;
    }
}
@media screen and (max-width: 500px) {
    .main-img {
        margin-top: 11em;
    }
}
@media screen and (max-width: 800px) {
  .main-wrap{
    display: block;
  }
  main{
    width: 100%;
  }
  .banner-wrap {
      width: 100%;
      max-width: 500px;
      margin: 0 auto 3em;
  }
  .main-img-02{
    margin: 0 auto 3em;
  }
  .main-wrap-03{
    margin-top: 0;
    border-top: 0;
  }
  .news-wrap .news-dl{
    display: block;
  }
  .news-wrap .news-dl dt {
    max-height: 300px;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .news-wrap .news-dl dt img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    max-height: 300px;
  }   
  .news-wrap .news-dl dd{
    width: 100%;
    margin-top: 10px;
  }
  .news-wrap .flex-wrap-post-list{
    flex-wrap: wrap;
  }
  .news-wrap .cat-wrap{
    width: 100%;
    margin-top: 10px;
  }
  .news-wrap .news-dl dd .more-btn {
    margin: 2em auto 1em;
    font-size: 0.9em;
  }
  .news-wrap h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 648px) {
    .post-wrap{
      display: block;
    }
    .post-wrap li {
      width: 100%;
      margin-bottom: 3em;
      border-bottom: 1px solid;
      padding-bottom: 1em;
    }
    .main-wrap-01{
      display: block;
    }
    .main-wrap-01 li {
        width: 100%;
        padding-bottom: 1em;
    }
    .news-wrap p {
        font-size: 0.9rem;
    }
    .post-wrap li .name img{
      width: 18px;
    }
}

@media screen and (max-width: 479px) {
    .news-wrap .news-dl dt{
      height: 300px;
      width: 100%;
    }
    .news-wrap .news-dl dt img {
      height: 300px;
    }
  }

.page-wrap {
    position: relative;
    padding: 2em;
}
@media screen and (max-width: 1300px) {
  .page-wrap{
    padding: 2em
  }
}
@media screen and (max-width: 1200px) {
  .page-wrap{
    padding: 2em;
  }
}
@media screen and (max-width: 1000px) {
  .page-wrap{
    padding: 1em;
    padding-top: 7em;
  }
}  
@media screen and (max-width: 800px) {
  .page-wrap{
    padding-top: 15em;
  }
}  
@media screen and (max-width: 500px) {
  .page-wrap{
    padding-top: 10em;
  }
}  
.page-wrap-01 {
    text-align: center;
    margin: 0 auto;
    background: url(../img/img42.png);
    padding: 2em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px 15px;
}
.page-wrap-04 {
    text-align: center;
    margin: 0 auto;
    background: url(../img/img43.png);
    padding: 2em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px 15px;
}
.page-wrap-05 {
    text-align: center;
    margin: 0 auto;
    background: url(../img/img44.png);
    padding: 2em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px 15px;
}
.page-wrap-06{
    display: flex;
    align-items: center;
}
.page-wrap-06 dt{
    width: 70%;
}
.page-wrap-06 dd {
    width: 30%;
}
.page-wrap-06 dd .passing-txt {
    font-size: 1.75em;
}
.page-wrap-02 {
    display: flex;
    align-items: flex-start;
    padding: 3em 0 0;
    margin-top: 0em;
}
.first{
  border-top: 1px solid #ccc;
  margin-top: 2em;
}
.page-wrap-02:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3em;
}
.page-wrap-02 dt{
    width: 70%;
}
.page-wrap-02 dt p {
    padding: 1em 1em 0;
}
.page-wrap-02 dt img {
    width: 100%;
    border-radius: 15px;
}
.page-wrap-02 dd {
    width: 40%;
    margin-top: 5em;
}
.page-wrap-02 dd h2 {
    background: #d26f8c;
    color: #fff;
    margin-left: -3em;
    padding: 1em;
    font-size: 1.5rem;
    margin-top: -4em;
}

@media screen and (max-width: 768px) {
header h1 img {
    width: 100%;
    padding: 5% 0 5%;
    max-width: 220px;
}
.header__inner h1 {
    width: 100%;
    max-width: 220px;
    margin: 0;
}
  .page-wrap-01 img{
    max-width: 150px;
  }
  .page-wrap-04 img{
    max-width: 150px;
  }
  .page-wrap-05 img{
    max-width: 150px;
  }    
}  
/* animation */
@-webkit-keyframes passing-bar{
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar{
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt{
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes passing-txt{
  0% { opacity:0; }
  50% { opacity:0; }
  100% { opacity:1; }
}
/* css */
.passing .passing-box {
  display: block;
}
.passing .passing-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
}
.passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #a74561;
    margin-left: -2em;
    font-size: 1.27rem;
    min-height: 1.3em;
}
.passing .passing-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    background: #ffffff;
    color: #000;
    margin-left: -2em;
    padding: 10px;
    font-size: 1.2rem;
    width: 100%;
}
.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation:passing-txt 0s ease .5s 1 normal forwards;
}

/* animation */
@-webkit-keyframes passing-bar-img{
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar-img{
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-img{
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes passing-img{
  0% { opacity:0; }
  50% { opacity:0; }
  100% { opacity:1; }
}
/* css */
.passing .passing-box {
  display: block;
}
.passing .passing-bar-img {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
}
.passing .passing-bar-img:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #1ba7e0;
    font-size: 1.27rem;
    min-height: 1.3em;
    border-radius: 15px;
}
.passing .passing-img {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    font-size: 1.3rem;
    width: 100%;
}
.passing.move .passing-bar-img:before {
  -webkit-animation: passing-bar-img 1s ease 0s 1 normal forwards;
  animation: passing-bar-img 1s ease 0s 1 normal forwards;
}
.passing.move .passing-img {
  -webkit-animation: passing-img 0s ease .5s 1 normal forwards;
  animation:passing-img 0s ease .5s 1 normal forwards;
}
.page-wrap-03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3em;
}
.page-wrap-03 p {
    max-width: 64%;
    padding: 1em 0 0;
    text-align: justify;
}
.news-page-wrap .post-wrap:before{
  content:"";
  display: block;
  width: calc(93% / 3);
  order:1;
}
.news-page-wrap .post-wrap:after{
    content: "";
  width: calc(93% / 3);
}
@media screen and (max-width: 768px) {
.page-wrap-03 {
  display: block;
  max-width: 100%;
}
.page-wrap-03 p {
    max-width: 100%;
}
}  
@media screen and (max-width: 1000px) {
  .news-page-wrap .passing .passing-bar:before{
    margin-left: 0;
  }
  .news-page-wrap .passing .passing-txt{
    margin-left: 0;
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .page-wrap-02{
    display: block;
  }
  .page-wrap-02 dt {
      width: 100%;
  }
  .page-wrap-02 dd {
      width: 100%;
      margin-top: 1em;
  }
  .passing .passing-bar {
      width: 100%;
  }
  .passing .passing-bar:before {
      font-size: 1.2rem;
      margin-left: 0em;
      min-height: 1.3em;
  }  
  .passing .passing-txt {
      margin-left: 0em;
      padding: 10px 0px;
      font-size: 1.5rem;
      width: 100%;
  }
}
.passing-img img{
  width: 100%;
}

  .grey:before{
      background: #000 !important
  }
.page-wrap .news-wrap {
    background: none;
    padding: 0;
    margin: 3em 0;
}
.page-wrap .news-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-wrap .news-wrap li {
}
.page-wrap .report-wrap .category-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.report-wrap .category-list li{
    margin-right: 10px;
}
.page-wrap .report-wrap{
  border-top: none;
}
.page-wrap .post-wrap li {
    width: calc(93% / 3);
    margin-bottom: 3em;
}
.page-wrap .post-wrap li:last-child{
}
@media screen and (max-width:1000px) {
  .page-wrap-06 {
      display: block;
      border-top: 1px solid #cecece;
  }
  .page-wrap-06 dt {
      width: 100%;
  }  
  .page-wrap-06 dd {
      width: 100%;
      margin-top: 1em;
  }
  .passing .passing-txt {
  }
  .page-wrap .news-wrap {
      background: none;
      padding: 0;
      margin: 1em 0;
  }
  .passing .passing-bar{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .passing .passing-txt {
      padding: 10px 0px;
  }
  .passing .passing-txt {
      margin-left: 0;
  }
  .passing .passing-bar:before{
    margin-left: 0;
  }
  .page-wrap .news-wrap ul{
    display: block;
  }
  .page-wrap .news-wrap li {
      width: 100%;
  }
  .page-wrap .post-wrap li {
      width: calc(97% / 2);
      margin-bottom: 2em;
  }
  .report-wrap .category-list li{
      margin-right: 5px;
  }
}
  .purple:before{
      background: #a74561 !important;
  }
  .green:before{
      background: #597c16 !important;
  }
  .orange:before{
      background: #d68300 !important;
  }

.passing-txt h1{
    font-size: 1.25rem;
}
.single-wrap{
    padding: 2em 0;
    border-top: 1px solid #cccc;
    margin-top: 2em;
}
.single-wrap .icon-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-wrap .icon-list dt{
  display: flex;
  align-items: flex-start;
}
.single-wrap .icon-list dt .child a {
    color: #1cabe3;
    padding: 5px 1em;
    display: block;
    border: 1px solid;
    font-size: 14px;
}
.single-wrap .icon-list dt .child a:hover {
    background: #1cabe3;
    color: #fff;
    border: 1px solid #1cabe3;
    transition: all 0.5s;
}
.single-wrap .icon-list .name-like{
  margin-right: 10px;
}
.single-wrap .icon-list .name-like a{
  display: block;
  color: #f08300;
  font-size: 14px;
  padding: 5px 1em;
  border: 1px solid;
}
.single-wrap .icon-list .name-like a:hover{
  background: #f08300;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #f08300;
}
.single-wrap .icon-list .name-save{
  margin-right: 10px;
}
.single-wrap .icon-list .name-save a{
  display: block;
  color: #67af32;
  font-size: 14px;
  padding: 5px 1em;
  border: 1px solid;
}
.single-wrap .icon-list .name-save a:hover{
  background: #67af32;
  color: #fff;
  border: 1px solid #67af32;
  transition: all 0.5s;
}
.single-wrap .icon-list .name-ale{
  margin-right: 10px;
}
.single-wrap .icon-list .name-ale a{
  display: block;
  color: #e42d89;
  font-size: 14px;
  padding: 5px 1em;
  border: 1px solid;
}
.single-wrap .icon-list .name-ale a:hover{
  background: #e42d89;
  color: #fff;
  border: 1px solid #e42d89;
  transition: all 0.5s;
}
.single-wrap .sns-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.single-wrap .post-categories {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.single-wrap .post-categories li {
    display: flex;
    margin-right: 10px;
}
.single-wrap .post-categories li a {
    padding: 5px 1em;
    color: #1cabe3;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid;
    font-size: 1rem;
}
.single-wrap .sns-icon dt {
    display: flex;
    padding-right: 10px;
}
.single-wrap .sns-icon dd {
    display: flex;
    padding-right: 10px;
}
.mt-1{
    margin-top: 1em;
}
.mt-1 p{
    font-size: 1rem;
}
.single-wrap-02 {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
}
.single-wrap-02:nth-child(2n) {
  flex-flow: row-reverse;
}
.single-wrap-02 dt{
    width: 48%;
}
.single-wrap-02 dt p {
    margin-top: 1em;
}
.single-wrap-02 dd{
    width: 48%;
}
.single-wrap-02 dd p {
    margin-top: 1em;
}
.single-wrap-02 img{
    width: 100%;
}
.single-wrap-02 h3 {
    font-size: 1.35rem;
    position: relative;
    z-index: 2;
    display: block;
}
.single-wrap-02 h3:after {
    content: "";
    position: absolute;
    background: #1caae347;
    height: 10px;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}
.single-wrap-02 .passing .passing-txt {
    margin-left: 0;
    padding: 0px;
    font-size: initial;
    min-height: auto;
}
.single-wrap-02 .passing.move .passing-bar:before{
    margin-left: 0;
    border-radius: 0px !important;
}
.single-wrap-02 .passing .passing-bar-img:before {
    border-radius: 0px !important;
}
.single-wrap-02 .passing .passing-bar-img img{
    border-radius: 20px;
}
.single-wrap h4 {
    font-size: 1.2rem;
    margin: 1em 0 1em;
}
.single-wrap .post-wrap li{
    width: 22.5%;
}
.single-wrap .category-list li a div{
    display: flex;
    align-items: center;
}
.single-wrap .category-list li span {
    font-size: 1rem;
    margin-left: 5px;
}
.single-wrap .post-wrap:after{
    content: "";
    width: 22.5%;
}
.single-wrap .post-wrap:before{
  content:"";
  display: block;
  width:22.5%;
  order:1;
}
.single-wrap .post-wrap:after{
  content:"";
  display: block;
  width:22.5%;
}
@media screen and (max-width: 1000px) {
    .single-page-wrap .passing .passing-txt{
        padding: 5px 0;
        margin-left: 0;
    }
    .single-page-wrap .passing.move .passing-bar:before{
        margin-left: 0;
    }
    .mt-1{
        margin-top: 0;
    }
    .passing-txt h2{
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .single-wrap {
        padding: 1em 0;
        margin-top: 1em;
    }
    .single-wrap .icon-list {
        display: block;
    }
    .single-wrap .icon-list dt{
      flex-wrap: wrap;
    }
    .single-wrap .icon-list .name-like,.single-wrap .icon-list .name-save,.single-wrap .icon-list .name-ale{
      margin-bottom: 10px;
    }
    .single-wrap .category-list li span {
        font-size: 1rem;
        margin-left: 5px;
    }
    .single-wrap-02 {
        flex-wrap: wrap;
    }
    .single-wrap-02:nth-child(2n) {
        flex-wrap: wrap-reverse;
    }
    .single-wrap-02 dt{
        width: 100%;
        margin-top: 1em;
    }
    .single-wrap-02 dd{
        width: 100%;
        margin-top: 1em;
    }
    .single-wrap-02 h3 {
    }
    .single-wrap .post-wrap li {
        width: 48%;
    }
    .single-wrap-02:nth-child(2n) {
      flex-flow: wrap;
    }
    .single-wrap .sns-icon {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      margin: 1em 0;
    }
}    

.more-btn-03 {
    position: relative;
    width: 240px;
    margin-left: 2em;
    margin-right: 1em;
}
@media screen and (max-width: 1100px) {
.more-btn-03 {
    position: relative;
    width: 180px;
    margin-left: 2em;
    margin-right: 0em;
}
}
    .more-btn-03 a {
        font-size: 1rem;
        display: block;
        color: #000;
        position: relative;
        z-index: 10;
        font-weight: bold;
    }
    .more-btn-03 span {
        width: 100%;
        height: 100%;
        z-index: 10;
        display: block;
        padding: 1em 0;
    }
    .more-btn-03 a:after {
        content: "\f061";
        color: #000;
        font-size: 1rem;
        font-family: "Font Awesome 5 Regular";
        right: 5%;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 42px;
        margin: auto;
        border: 1px solid;
        padding: 12px;
        border-radius: 50px;
        width: 42px;
    }
    .more-btn-03 a:hover::after{
      animation: arrow 0.4s;
    }
    @keyframes arrow {
      50% {
        right: 0.1em;
      }
      100% {
        right: 0.7em;
      }
    }
@media screen and (max-width: 1100px) {
    .more-btn-03 a:after {
        height: 39px;
        width: 38px;
        right: 0;
    }
  }
@media screen and (max-width: 768px) {
    .more-btn-03 {
      position: relative;
      width: 100%;
      margin: 2em auto;
  }
  .more-btn-03 a {
      text-align: right;
      padding-right: 4em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #000;
    color: #fff;
}

@media screen and (max-width: 648px) {
    .single-wrap .post-wrap li{
      width: 100%;
    }
    .page-wrap .post-wrap li{
      width: 100%;
    }
  }

  .search-wrap li .thum img {
    width: 100%;
    border-radius: 20px;
    max-height: 284px;
    object-fit: contain;
}
  .search-wrap li .thum{
    background: #f9f9f9;
    border-radius: 20px;
}

.img-loop{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.img-loop li{
  width: calc(98%/3);
  margin-bottom: 1em;
}
.img-loop li img{
  width: 100%;
}
.img-loop:before{
  content:"";
  display: block;
  width: calc(98%/3);
  order:1;
}
.img-loop:after{
  content:"";
  display: block;
  width: calc(98%/3);
}
@media screen and (max-width: 648px) {
  .img-loop{
    display: block;
  }
  .img-loop li{
    width: calc(100%/1);
    margin-bottom: 1em;
  }
}


.new-post{
    padding: 1em 10%;
    border-top: 1px solid #cecece;
}
.new-post h2{
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    color: #666;
}
.new-post h3{
  font-size: 1em;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.new-post h3 a {
    text-decoration: underline;
    font-size: 0.9em;
    color: #666;
    font-weight: normal;
}
.new-post h3 a:hover{
  text-decoration: underline;
  transition: all 0.5s;
}
.main-post{
	margin-top: 4em;
}
.main-post img{
  max-width: 100%;
  height: auto;
}
.main-post h2 {
    font-size: 1.5em;
    text-align: left;
    position: relative;
    padding-bottom: 5px;
    margin-top: 1em;
    /* border-bottom: 2px solid #ccc; */
    /* max-width: 200px; */
    margin: 2em auto 2.5em;
    text-align: center;
}

.main-post h2:after {
    content: "";
    height: 2px;
    width: 170px;
    background: #e42d89;
    position: absolute;
    bottom: -2px;
    margin: auto;
    left: 0;
    right: 0;
}
.main-post h1 {
    font-size: 1.25em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0.5em;
    line-height: 1.7;
    margin-top:0em;
    position: relative;
}
.main-post h1:after{
  content: "";
  height: 2px;
  width: 120px;
  background: #f08300;
  position: absolute;
  bottom: -2px;
  margin: auto;
  left: 0;
}
.main-post h3 {
    font-size: 1.25em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0.5em;
    line-height: 1.7;
    margin-top: 2em;
    position: relative;
}
.main-post h3:after{
  content: "";
  height: 2px;
  width: 120px;
  background: #f08300;
  position: absolute;
  bottom: -2px;
  margin: auto;
  left: 0;
}
.yarpp h3:after{
  content: "";
  height: 2px;
  width: 120px;
  background: #67af32;
  position: absolute;
  bottom: -2px;
  margin: auto;
  left: 0;
}
.main-post h4 {
	font-size: 1.15em;
    font-weight: bold;
    display: flex;
    border-left: 3px solid #333;
    padding: 0 5px;
    margin: 1em auto;
}
.main-post h4 .parent{
    padding: 5px 1em;
    color: #1cabe3;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid;
    font-size: 12px;
    margin-right: 10px;
}
.main-post h4 .child{
    padding: 5px 1em;
    color: #1cabe3;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid;
    font-size: 12px;
    margin-right: 10px;  
}
.main-post h5 img{
  max-width: 100px;
}
.yarpp-related{
  padding-bottom: 2em;
}
.main-post .post-data-list{
  display: flex;
  align-items: center;
  margin: 1em auto 0;
  flex-wrap: wrap;
}
.main-post .post-data-list .name-like{
  margin-right: 10px;
}
.main-post .post-data-list .name-like a{
  display: block;
  color: #f08300;
  font-size: 12px;
  padding: 4px 1em;
  border: 1px solid;
}
.main-post .post-data-list .name-like a:hover{
  background: #f08300;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid #f08300;
}
.main-post .post-data-list .name-save{
  margin-right: 10px;
}
.main-post .post-data-list .name-save a{
  display: block;
  color: #67af32;
  font-size: 12px;
  padding: 4px 1em;
  border: 1px solid;
}
.main-post .post-data-list .name-save a:hover{
  background: #67af32;
  color: #fff;
  border: 1px solid #67af32;
  transition: all 0.5s;
}
.main-post .post-data-list .name-ale{
  margin-right: 10px;
}
.main-post .post-data-list .name-ale a{
  display: block;
  color: #e42d89;
  font-size: 12px;
  padding: 5px 1em;
  border: 1px solid;
}
.main-post .post-data-list .name-ale a:hover{
  background: #e42d89;
  color: #fff;
  border: 1px solid #e42d89;
  transition: all 0.5s;
}
.main-post .post-data-list dt{
  position: relative;
  margin-right: 10px;
}
.main-post .post-data-list .post-categories{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-post .post-data-list dt h5 {
    padding: 6px 1em;
    color: #333;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid;
    font-size: 13px;
    text-align: center;
}
.main-post .post-data-list dd .child {
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
}
.main-post .post-data-list dd .child a{
    color: #1cabe3;
    padding: 4px 1em;
    display: block;
    border: 1px solid;
}
.main-post .post-data-list dd .child a:hover{
    background: #1cabe3;
    color: #fff;
    border: 1px solid #1cabe3;
    transition: all 0.5s;
}
.main-post .post-data-list dd{
  position: relative;
  display: flex;
  align-items: center;
}
.main-post .main-post-content{
  margin: 1em auto;
}
.main-post .main-post-content h2 {
    font-size: 1.25em;
    text-align: left;
    position: relative;
    margin: 10px 0;
}
.main-post .main-post-content h2:after{
  content: none;
}
.main-post .main-post-content p {
    font-weight: normal;
    line-height: 2;
    letter-spacing: .16em;
}
.main-post .main-post-content img {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
}
.banner-wrap .banner-list{
  margin-bottom: 2em;
}
.banner-wrap .banner-list li {
    border: none;
    box-shadow: 0px 0px 3px 1px #6d6d6d8f;
}
.banner-wrap .banner-list li img {
    max-width: 100%;
}
.banner-wrap .banner-list li a {
    margin-bottom: 1em;
    display: block;
}
.yarpp-thumbnails-horizontal {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
}
.yarpp-thumbnails-horizontal:before{
  content: "";
  display: block;
  width: 25% !important;
  height: 0;
  order: 1;
}
.yarpp-thumbnails-horizontal:after{
  content: "";
  display: block;
  width: 25% !important;
  height: 0;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    max-width: 24% !important;
    height: auto !important;
    border: none !important;
    width: 100% !important;
    margin: 0 !important;
}
.yarpp-thumbnail img{
  margin: 0px !important;
  width: 100% !important; 
  height: auto !important;
  max-height: 204px;
  max-width: 204px;
  min-height: auto !important;
  min-width: auto !important;
}
.yarpp-related h3 {
    padding-bottom: 0.5em !important;
    border-bottom: 2px solid #ccc;
    margin-bottom: 0.5em !important;
    line-height: 1;
    position: relative;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    margin: 0 !important;
    margin-top: 5px !important;
    width: 100% !important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default{
  max-height: 204px;
  max-width: 204px;
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 1000px) {
  .banner-wrap .banner-list{
    max-width: 500px;
    margin: 0 auto 2em;
  }
  .main-post h3 {
      font-size: 1.75em;
  }
.main-post .post-data-list dt h5 {
    color: #333;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 0px 0px 10px;
    font-size: 1em;
    letter-spacing: 2px;
    border: none;
}
  .main-post .post-data-list dt {
      margin:0;
      width: 100%;
  }  
}
@media screen and (max-width: 648px) {
  .main-post h2{
    margin-bottom: 1.5em;
  }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
      max-width: 48% !important;
      height: auto !important;
      border: none !important;
      width: 100% !important;
      margin: 0 auto 1em !important;
  }
  .main-post .post-data-list dt{
  	margin-bottom: 10px;
  }
  .main-post .post-data-list dd{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .main-post h3 {
      font-size: 1.5em;
  }
}
.past a {
    color: rgb(28 171 227);
    font-weight: bold;
    display: block;
    padding: 1em 2em 1em 1em;
    position: relative;
    background: rgb(28 171 227 / 8%);
    border-bottom: 3px solid #777;
}
.past a span {
    border-right: 1px solid;
    display: block;
    padding-right: 5px;
    text-indent: 0;
    margin-left: 0;
}
.past a:after {
    font-family: 'Font Awesome 5 Regular';
    content: '\f054';
    display: inline-block;
    font-size: 1em;
    color: rgb(28,171,227);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 18px;
}
.past a:hover{
  transition: 1s;
  color: #fff;
  background: rgb(28,171,227);
}
.past a:hover:after{
  color: #fff;
  transition: 1s;
}
.calendar-archives.calendrier{
  border-radius: 0 !important;
}
.calendar-archives.calendrier .calendar-navigation {
  height: 30px !important;
  border-radius: 0 !important;
  color: #fff !important;
  background-image: none !important;
  background-repeat: repeat-x !important;
  background: #999 !important;
  text-shadow: none !important;
}
.calendar-archives.calendrier .calendar-navigation>.menu-container>a.title {
    cursor: auto;
}
.calendar-archives.calendrier .month.has-posts a, .calendar-archives.calendrier .day.has-posts a{
  background: #999 !important;
}
.widget_archive select {
    border: 1px solid #999;
    padding: 5px;
    font-size: 18px;
    width: 200px;
}
.morelink {
    margin: 3em auto 1em;
    text-align: center;
    background: #1cabe3;
    color: #fff;
    max-width: 300px;
    border-radius: 5px;
    line-height: 3;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: bold;
}

    /* 下からフェードイン */
  .slide-bottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.5s ease-out;
   }
   .single-page-wrap .passing .passing-txt {
    margin-left: -20%;
    }
   .single-page-wrap .passing .passing-bar{
    width: 120%;
   }
   .single-page-wrap .post-row{
      padding: 1em 0;
   }
   .single-page-wrap .post-row h2{
      margin-bottom: 1em;
      padding: 1em 10px;
      line-height: 1.6;
      letter-spacing: .16em;
   }
   .single-page-wrap .post-row img{
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    object-fit: cover;
   }     
   .post-row a{
   	color: blue;
   	text-decoration: underline;
   }
   .single-page-wrap .page-arrow{
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
   }
   .single-page-wrap .page-arrow dt{
    font-weight: bold;
    border-bottom: 1px solid #333;
   }
   .single-page-wrap .page-arrow dd{
    font-weight: bold;
    border-bottom: 1px solid #333;
   }   

@media screen and (max-width: 1000px) {
    .single-page-wrap .passing .passing-txt{
      margin-left: 0;
    }
    .single-page-wrap .passing .passing-bar{
      width: 100%;
    }  
    .past a{
      margin-bottom: 0;
      padding: 1em 10%;
    }
  }
@media screen and (max-width: 768px) {
  .banner-wrap h2{
    font-size: 18px;
    margin-top: 3em;
  }
  .past a span{
    border-right: 0px;
    font-size: 0.9em;
  }
}
.news-wrap .news-dl dd .more-btn .arrow{
    position: relative;
    vertical-align: middle;
    text-decoration: none;
}
.news-wrap .news-dl dd .more-btn .arrow:after {
    font-family: 'Font Awesome 5 Regular';
    content: '\f054';
    font-size: 1em;
    position: absolute;
    right: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 14px;
}
.news-wrap .news-dl dd .more-btn .arrow span{
  margin-left: -5px;
}
.pickup{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1em;
  padding-bottom: 3em;
}
.pickup:before{
  content: "";
  display: block;
  height: 0;
  width: 24%;
  width: calc(96% / 4);
  order: 1;
}
.pickup:after{
  content: "";
  display: block;
  height: 0;
  width: 24%;
  width: calc(96% / 4);
}
.pickup li{
  width: 24%;
  width: calc(96% / 4);
}
.pickup li img{
  max-width: 250px;
  height: 180px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.pickup li .ttl{
  font-weight: bold;
  padding-top: 5px;
}
@media screen and (max-width: 768px){ 
  .pickup li{
    width: 48%;
    width: calc(98% / 2);
    margin-bottom: 10px;
    text-align: center;
  }
}
.yarpp-thumbnails-horizontal a{
	color: #333;
}
.single-wrap h4{
    font-weight: bold;
    display: flex;
    border-left: 3px solid #333;
    padding: 0 10px;
    margin: 1em auto;
}
.post-row p{
	font-weight: normal;
  line-height: 2;
  letter-spacing: .16em;
}
.news-dl p{
	font-weight: normal;
}
.calendar-archives.calendrier .calendar-navigation>.menu-container>.arrow-down{
  display: none;
}
.calendar-archives .today{
  background: #eee !important;
}
.sns {
    display: flex;
    justify-content: space-between;
    max-width: 140px;
    margin: 0 auto 2em;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default{
  margin: 0 !important;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.w-510{
	max-width: 510px;
}
@media screen and (max-width: 768px){ 
  #toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
      margin-bottom: 3px;
      font-size: 1.025em;
      letter-spacing: .16em;
      text-align: justify;
  }
}