@charset "UTF-8";
@media (max-width: 1199px) {
  div.container {
    width: 970px;
  }
  main {
    width: 616px;
  }
  .thumbnail-single {
    height: 400px;
  }
  article {
    margin-bottom: 22px;
  }
  div.article-right > p {
    font-size: 12px;
    line-height: 1.5;
  }
  aside {
    width: 293px;
  }
  article > img {
    width: 516px;
  }
  main.single > img {
    width: 616px;
  }
  aside section.about a.twitter {
    margin-left: -13px;
  }
  aside section.about a.youtube {
    margin-left: -13px;
}
  aside section.about a.note {
    margin-left: 0;
  }
  .read-more {
    display: none;
  }
}

@media (max-width: 991px) {
  div.container {
    width: 720px;
  }
  main {
    width: 470px;
    /* padding: 0; */
    /* margin: 0; */
  }
  .thumbnail-single {
    height: 300px;
    margin: 0;
    margin-bottom: 40px;
  }
  article {
    height: 54px;
    height: 90px;
    margin-bottom: 10px;
    border: none;
    margin-bottom: 28px;
  }
  .a {
    font-size: 12px;
  }
  .a:active {
    /* color: #fff; */
    text-decoration: underline;
    text-decoration-color: blue;
  }
  .thumbnail {
    width: 100px;
    width: 160px;
    height: 100%;
  }
  .article-right {
    padding-top: 0px;
  }
  .article-right > div.cat {
    font-size: 10px;
    position: absolute;
    /* left: 10px; */
    right: 10px;
    bottom: 20px;
  }
  div.article-right > p {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 16px;
    letter-spacing: 0px;
  }
  main time {
    font-size: 11px;
  }
  div.article-right p:last-child {
    display: none;
  }
  aside {
    width: 219px;
  }
  article > img {
    width: 370px;
    height: auto;
  }
  main.single > img {
    width: 470px;
    height: auto;
    /* transform: translateX(0); */
  }
  aside section.about a.twitter {
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
    margin: 0 0 10px;
  }
  aside section.about a.youtube {
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
    margin: 24px 0 10px;
}
  aside section.about a.note {
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
  }
  aside section.about h1 {
    font-size: 13px;
  }
  .sidebar-h-about {
    font-size: 13px;
  }
  aside section.about p {
    font-size: 13px;
  }
  aside section.categories h1 {
    font-size: 13px;
  }
  .sidebar-h-categories {
    font-size: 13px;
  }
  aside section.categories ul {
    font-size: 13px;
  }
  aside section.archive h1 {
    font-size: 13px;
  }
  .sidebar-h-archive {
    font-size: 13px;
  }
  aside section.archive li {
    font-size: 13px;
  }
  .sidebar-h-page {
    font-size: 13px;
  }
  aside section.about {
    padding: 25px 25px 27px;
    padding: 30px 25px 27px;
  }
  aside section.categories {
    padding: 25px 25px 27px;
  }
  .page {
    padding: 25px 25px 27px;
  }
  aside section.archive {
    padding: 25px 25px 27px;
  }
  main.single > section > p {
    /* font-size: 14px; */
    font-size: 15px;
  }
  main.single > section li {
    font-size: 15px;
    /* ↓Googleブログの真似したら文字サイズが辺だったから追記 */
    font-size: 13px;
  }
  .menu li.h2 {
    font-size: 14px;
  }
  .menu li.h3 {
    font-size: 12px;
  }
  main.single ul, main.single ol {
    padding: 16px 40px;
  }
  .menu {
    padding: 20px 40px;
  }
  #menuBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    width: 50px;
    height:50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.15);
    font-size: 0;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .3s;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0);
  }
  th {
    padding: 4px;
  }
  dd {
    padding: 4px;
  }
}

@media (max-width: 767px) {
  div.container {
    flex-wrap: wrap;
    width: 100%;
  }
  main {
    width: 100%;
    /* padding: 0 24px; */
  }
  .article-list {
    margin-bottom: 50px;
  }
  main section h2{
    /* padding: 0 24px; */
  }
  main time {
    font-size: 10px;
  }
  header {
    margin-bottom: 30px;
  }
  .article-right {
  }
  aside {
    width: 100%;
  }
  article > img {
    width: calc(100% + 60px);
  }
  .single-top > section > h2  {
    font-size: 18px;
  }
  .single-top > img {
    width: 100%;
    /* transform: translateX(0); */
    /* margin-left: 48px; */
  }
  footer {
    width: 100%;
  }
  header {
    width: 100%;
  }
  footer {
    font-size: 13px;
  }
  article > div.read-more > a:hover {
    background-color: #fff;
    color: #7B7B7B;
  }
  article > div.read-more > a:active {
    background-color: #7B7B7B;
    color: #FFF;
  }
  /* ------------------------ontach---------------------------------- */
  aside section.about a.twitter:hover {
    color: #1C9DEB;
    background-color: #fff;
  }
  aside section.about a.twitter:active {
    color: #fff;
    background-color: #1C9DEB;
  }
  aside section.about a.youtube:hover {
    color: #FF0000;
    background-color: #fff;
  }
  aside section.about a.youtube:active {
    color: #fff;
    background-color: #FF0000;
  }
  aside section.about a.note:hover {
    color: aquamarine;
    background-color: #fff;
  }
  aside section.about a.note:active {
    color: #fff;
    background-color: aquamarine;
  }
  .home a:hover {
    background-color: #fff;
    color: #002D72;
  }
  .home a:active {
    background-color: #002D72;
    color: #fff;
  }
  .page_top a:hover {
    background-color: #fff;
    color: #002D72;
  }
  .page_top a:active {
    background-color: #002D72;
    color: #fff;
  }
  
  #menu a.twitter:hover {
    color: #1C9DEB;
    background-color: #fff;
  }
  #menu a.twitter:active {
    color: #fff;
    background-color: #1C9DEB;
  }
  
  .menu_parts a:hover {
    background-color: #fff;
    color: #002D72;
  }
  .menu_parts a:active {
    background-color: #002D72;
    color: #fff;
  }
  /* ------------------------ontach---------------------------------- */

  #menu {
    width: 100%;
    right: -100%;
  }
  #menuBtn {
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 3;
    width: 40px;
    height:40px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.15);
    font-size: 0;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .3s;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0, 0);
  }
  #menuBtn span {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 5vw;
    height: 23px;
    width: 100%;
    position: relative;
  }
  .single p.point {
    font-size: 18px;
  }
  main.single div.pre {
    margin-right: 0;
    margin-left: 0;
  }
  .balloon.prepre {
    transform: translate(0px, 7px);
  }
  .single > section > p {
    margin-bottom: 40px;
  }
  .internal_link {
    margin-bottom: 40px;
  }
  .wp-video {
    margin-bottom: 40px;
  }
  .space {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 1.8;
    font-family: YakuHanJPs, "Segoe UI", Arial, Meiryo, sans-serif;
  }
  .youtube {
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .youtube {
    padding-top: 56.25%;
  }
}

@media (max-width: 479px) {
  aside {
    /* margin: 0; */
  }
  .thumbnail-single {
    height: 250px;
  }
  main section {
    padding: 0 20px;
    margin: 0 5px;
  }
  main section h2 {
    transform: translateX(-20px);
    width: calc(100% + 40px);
  }
  .wrap {
    padding: 30px 20px;
  }
  main.single > section > h3 {
    transform: translateX(-20px);
    width: calc(100% + 40px);
  }
  main.single > section > h4 {
    /* transform: translateX(-20px); */
    /* width: calc(100% + 40px); */
  }
  .article-right {
    padding-left: 3px;
  }
  div.read-more {
    display: none;
  }
  .chat div {
    /* width: 77%; */
    font-size: 14px;
  }
  .chat .circle {
    /* width: 20%; */
  }
  .chat div {
    padding: 12px;
  }
  .ulol-h {
    /* font-size: 16px; */
    padding: 8px 19px;
    padding: 11px 19px;
  }
  div.flag {
    padding: 11px 19px; 
  }
  div.balloon {
    padding: 11px 19px; 
  }
  .menu {
    padding: 20px 24px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
  }
  .single > section > p {
    margin-bottom: 30px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGSMinchoE, "Yu Mincho", YuMincho, "MS PMincho", serif;
    font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", sans-serif;
  }
  main.single > section > p {
    /* font-size: 14px; */
    line-height: 1.8;
    /* letter-spacing: 0; */
    font-family: YakuHanJPs,"Segoe UI",Arial,Meiryo,sans-serif;
  }
}