@charset "UTF-8";
/*
 *--------------------------------------------------------------------
 * Theme Name: BlankBlanc
 * Author: Naoki Yamamoto
 * Description: 画面幅 768px (1000px) 未満用レスポンシブスタイルシートです。
 *
 * [breakpoint]
 * extra large ~767px (original width ~999px)
 * large       ~767px
 * medium      ~639px
 * small       ~539px
 * extra small ~469px
 *--------------------------------------------------------------------
 */
@media screen and (max-width: 767px) {
  * {
    font-weight: 400;
  }
  body {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
  }
  a:hover, a:active {
    text-decoration: none;
  }
  #main-screen {
    position: relative;
    min-width: 320px;
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    padding: 0;
  }
  .is-pc {
    display: none;
  }
  .is-mobile {
    display: inherit;
  }
  #global-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: none;
    background-color: #f4f3ef;
    border-bottom: 1px solid #98cd19;
    z-index: 1000;
  }
  #global-header .wrap {
    height: 54px;
  }
  #global-header .logo {
    position: absolute;
    top: 13px;
    left: 4%;
    text-align: center;
  }
  #global-header .logo a {
    display: inline-block;
  }
  #global-header .logo img {
    height: 31px;
  }
}

@media screen and (max-width: 767px) and (max-width: 359px) {
  #global-header .logo {
    top: 15px;
  }
  #global-header .logo img {
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  #global-header .phone {
    position: absolute;
    top: 13px;
    right: 60px;
  }
  #global-header .phone .num {
    display: block;
    color: #707070;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #global-header .phone .num em {
    font-size: .75em;
    margin-right: .2em;
  }
  #global-header .phone .open {
    display: block;
    color: #707070;
    font-size: 1.1rem;
    margin-top: 3px;
  }
}

@media screen and (max-width: 767px) and (max-width: 359px) {
  #global-header .phone {
    top: 14px;
    right: 55px;
  }
  #global-header .phone .num {
    font-size: 1.3rem;
  }
  #global-header .phone .open {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #global-header .mobile-nav {
    position: relative;
    top: 55px;
    background-color: #7bb01a;
    padding: 5px 0;
  }
  #global-header .mobile-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 4%;
  }
  #global-header .mobile-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    height: 36px;
    background: linear-gradient(#1cae00 0%, #147d00 100%);
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
}

@media screen and (max-width: 767px) and (max-width: 359px) {
  #global-header .mobile-nav ul li a {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 767px) {
  #global-header .mobile-nav ul li:nth-child(1) {
    width: 30%;
  }
  #global-header .mobile-nav ul li:nth-child(2) {
    width: 21%;
  }
  #global-header .mobile-nav ul li:nth-child(3) {
    width: 23%;
  }
  #global-header .mobile-nav ul li:nth-child(4) {
    width: 21%;
  }
  #global-nav {
    display: none;
  }
  #main-screen {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    min-height: 100%;
    background-color: #f4f3ef;
  }
  #main-screen-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  #main-screen-mask.nav-window-show {
    opacity: .7;
    visibility: visible;
  }
  body.nav-window-show {
    overflow-y: hidden;
  }
  #nav-window-area {
    display: block;
    position: fixed;
    top: 0;
    right: -400px;
    bottom: -1px;
    z-index: 999;
    width: 400px;
    background-color: #fff;
    transition: right .3s;
    -webkit-transition: right .3s;
  }
  #nav-window-area.nav-window-show {
    right: 0;
  }
  #nav-window-open-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 997;
    width: 54px;
    height: 54px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #nav-window-open-btn::before {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: -16px auto 0;
    content: url(img/icon-nav.svg);
  }
  #nav-window-close-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 48px;
    height: 54px;
    transition: left .6s;
    -webkit-transition: left .6s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #nav-window-close-btn::before {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: -16px auto 0;
    content: url(img/icon-close.svg);
  }
  #nav-window-close-btn.nav-window-show {
    left: -48px;
  }
  #nav-window-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f3ef;
    padding: 18px 0 31px;
    z-index: 8;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #nav-window-scroll .widget,
  #nav-window-scroll .menu {
    margin: 12px 0;
  }
  #nav-window-scroll .widgettitle {
    color: rgba(114, 106, 86, 0.5);
    font-size: 1.3rem;
    font-weight: bold;
    margin: -12px 0 0;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #nav-window-scroll ul {
    font-size: 1.5rem;
  }
  #nav-window-scroll ul li {
    background-color: transparent;
    padding: 0;
    border-top: 1px solid #e5e3db;
  }
  #nav-window-scroll ul li a {
    position: relative;
    display: block;
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold;
    color: #707070;
    text-decoration: none;
    padding: 15px 15px 15px 25px;
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  #nav-window-scroll ul li.year-title > span {
    display: block;
    color: #a0a0a0;
    font-size: 1.3rem;
    margin: 5px 0 0 1.5%;
  }
  #nav-window-scroll ul li.year-title:first-of-type span {
    margin-top: 0;
  }
  #nav-window-scroll ul li .count {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    margin-left: 7px;
    padding: 2px 10px;
    background-color: #ebebeb;
    border-radius: 10px;
  }
  #nav-window-scroll ul > li {
    margin-top: 0;
  }
  #nav-window-scroll ul > li > ul > li {
    border-top-style: dashed;
  }
  #nav-window-scroll ul > li > ul > li a {
    font-size: 1.4rem;
    font-weight: normal;
    font-weight: 450;
    padding-left: 35px;
  }
  #nav-window-scroll ul > li > ul > li > ul > li a {
    font-size: 1.4rem;
    padding-left: 40px;
  }
  #nav-window-scroll > ul,
  #nav-window-scroll > ol {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #nav-window-scroll > ul:last-of-type,
  #nav-window-scroll > ol:last-of-type {
    border-bottom: none;
  }
  #nav-window-scroll > ul:first-of-type .menu > li:first-of-type,
  #nav-window-scroll > ol:first-of-type .menu > li:first-of-type {
    border-top: none;
  }
  #nav-window-scroll .menu a,
  #nav-window-scroll .widget_categories a,
  #nav-window-scroll .widget_meta a {
    position: relative;
  }
  #nav-window-scroll .menu a::before,
  #nav-window-scroll .widget_categories a::before,
  #nav-window-scroll .widget_meta a::before {
    position: absolute;
    margin-left: -1em;
    color: rgba(114, 106, 86, 0.3);
    font-family: "Material Design Icons";
    content: '\f0142';
  }
  #nav-window-scroll .select-area {
    margin: 0 4.0% 10px;
  }
  #nav-window-scroll .recentcomments .entry-title:hover {
    text-decoration: none;
  }
  #nav-window-scroll .widget_archive .month-list {
    margin: 4px -1.5% 0;
  }
  #nav-window-scroll .widget_archive .month-list > li {
    width: 22%;
    margin: 0 1.5%;
  }
  #nav-window-scroll .widget_archive .month-list > li a {
    padding: 10px 0;
  }
  #nav-window-scroll .widget_archive .month-list > li .month {
    display: block;
  }
  #nav-window-scroll .widget_archive .month-list > li .count {
    font-size: 1.2rem;
    margin: 3px 0 0 0;
  }
  #nav-window-scroll .tagcloud {
    margin: 0 3.4% 10px;
  }
  #nav-window-scroll .tagcloud .wp-tag-cloud {
    margin: -5px;
  }
  #nav-window-scroll .tagcloud .wp-tag-cloud > li {
    font-size: 1.4rem;
    border: none;
  }
  #nav-window-scroll .tagcloud .wp-tag-cloud > li a {
    display: inline-block;
    line-height: 1;
    padding: 9px;
    margin: 5px;
    background-color: #ebebeb;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  #nav-window-scroll .calendar_wrap {
    margin: 5px 4.0% 10px;
  }
  #contents {
    padding: 101px 0 10px;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  #contents > .wrap {
    padding-top: 30px;
  }
  #one-column {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  #first-column {
    float: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  #second-column {
    float: none;
    display: none;
  }
  #bread-crumb {
    display: none;
  }
  #gotop {
    display: block;
  }
  #gotop-button {
    right: 4.0%;
  }
  #gotop-button.gotop-show {
    margin-bottom: 55px;
  }
  #gotop-button p > span:hover {
    opacity: .5;
  }
  .widget_archive .month-list {
    margin: 4px 2.5% 0;
  }
  .widget_archive .month-list > li {
    width: 22%;
    margin: 0 1.5%;
    text-align: center;
    border-top: 1px solid #f5f5f5;
  }
  .widget_archive .month-list > li a {
    padding: 10px 0;
  }
  .widget_archive .month-list > li .month {
    display: block;
  }
  .widget_archive .month-list > li .count {
    font-size: 1rem;
    margin: 3px 0 0 0;
  }
  #botttom-widget {
    padding: 40px 4% 40px;
    background-color: #fff;
  }
  #botttom-widget > ul > li {
    width: auto;
    margin-bottom: 0;
  }
  #botttom-widget .banner-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  #botttom-widget .banner-group > li {
    position: relative;
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #botttom-widget .banner-group > li a {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  #botttom-widget .overlay {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    display: block;
    color: #fff;
    font-size: 3.3vw;
    text-align: center;
    padding: 3px;
    background-color: #68b841;
  }
  #global-footer {
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 60px;
    border-top: 1px solid #e7d8bf;
  }
  #global-footer .wrap {
    min-height: 0;
  }
  #global-footer .copyright {
    display: none;
    padding: 20px 0;
  }
  .footer-widgets {
    padding-top: 20px;
    margin: 0;
  }
  .footer-widgets > ul {
    float: none;
    width: auto !important;
    padding: 0;
  }
  .footer-widgets .widgettitle {
    color: #a0a0a0;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 8px 4%;
    margin-bottom: 12px;
    background-color: #ebebeb;
    border: none;
  }
  .footer-widgets .widget {
    margin-bottom: 0;
  }
  .footer-widgets .widget ul li {
    margin-top: 0;
    border-top: 1px solid #e5e3db;
  }
  .footer-widgets .widget ul li a {
    position: relative;
    display: block;
    font-size: 1.5rem;
    line-height: 1.3;
    text-decoration: none;
    padding: 15px 4%;
    background-color: transparent;
    border-bottom: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  .footer-widgets .widget ul > li {
    margin-bottom: 0;
    border-top: 1px solid #e5e3db;
  }
  .footer-widgets .widget ul > li .sub-menu, .footer-widgets .widget ul > li .children {
    display: none;
    margin-bottom: 0;
  }
  .footer-widgets .widget ul > li .sub-menu > li, .footer-widgets .widget ul > li .children > li {
    padding-left: 0;
    border-top: 1px dotted #e5e3db;
  }
  .footer-widgets .widget ul > li .sub-menu > li a, .footer-widgets .widget ul > li .children > li a {
    font-size: 1.4rem;
    padding-left: 6%;
  }
  .footer-widgets .widget ul > li .sub-menu > li .sub-menu > li a, .footer-widgets .widget ul > li .sub-menu > li .children > li a, .footer-widgets .widget ul > li .children > li .sub-menu > li a, .footer-widgets .widget ul > li .children > li .children > li a {
    padding-left: 12%;
  }
  .footer-widgets .widget_archive .month-list {
    margin: 4px -1.5% 0;
  }
  .footer-widgets .widget_archive .month-list > li {
    width: 22%;
    margin: 0 1.5% !important;
    text-align: center;
    border-top: 1px solid #ebebeb !important;
  }
  .footer-widgets .widget_archive .month-list > li a {
    padding: 10px 0 !important;
  }
  .footer-widgets .widget_archive .month-list > li .month {
    display: block;
  }
  .footer-widgets .widget_archive .month-list > li .count {
    font-size: 1.2rem;
    margin: 3px 0 0 0 !important;
  }
  .footer-widgets .tagcloud {
    margin: -5px;
  }
  .footer-widgets .tagcloud .wp-tag-cloud > li {
    font-size: 1.4rem;
    border: none;
  }
  .footer-widgets .tagcloud .wp-tag-cloud > li a {
    display: inline-block;
    line-height: 1;
    padding: 9px;
    margin: 5px;
    background-color: #ebebeb;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  .footer-widgets #menu-footer-nav-1 > li:first-of-type {
    border-top: 0;
  }
  .footer-widgets #footer-widget-4 {
    margin-top: 25px;
  }
  .footer-widgets .footer-enpage {
    width: 280px;
    margin: 0 auto;
  }
  .footer-widgets .footer-enpage p {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .footer-widgets .footer-enpage a {
    display: block;
    border: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  .footer-widgets .footer-enpage .img img {
    display: block;
    width: 100%;
  }
  .footer-widgets .footer-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 146px;
    margin: 30px auto;
  }
  .footer-widgets .footer-logo img {
    width: 100%;
  }
  .footer-widgets .footer-logo::after {
    top: 33px;
    width: 75px;
  }
  .footer-widgets .footer > ul:nth-of-type(4) {
    margin-top: 0;
  }
  #btn-bottom-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5px 0;
    z-index: 2;
  }
  #btn-bottom-fixed ul {
    display: flex;
    justify-content: space-between;
    margin: 0 4%;
  }
  #btn-bottom-fixed ul li a {
    display: block;
    color: #fff;
    font-size: 1.45rem;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    height: 45px;
    background: linear-gradient(#1cae00 0%, #147d00 100%);
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
  }
  #btn-bottom-fixed ul li a::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: .4em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    opacity: .6;
  }
  #btn-bottom-fixed ul li:nth-child(1) {
    width: 32.2%;
  }
  #btn-bottom-fixed ul li:nth-child(1) a::before {
    background-image: url(img/icon-phone-white.svg);
  }
  #btn-bottom-fixed ul li:nth-child(2) {
    width: 32.2%;
  }
  #btn-bottom-fixed ul li:nth-child(2) a::before {
    background-image: url(img/icon-calendar-white.svg);
  }
  #btn-bottom-fixed ul li:nth-child(3) {
    width: 32.2%;
  }
  #btn-bottom-fixed ul li:nth-child(3) a {
    background: linear-gradient(#f53e60 0%, #d00506 100%);
  }
  #btn-bottom-fixed ul li:nth-child(3) a::before {
    display: none;
  }
  .search-form {
    margin: 0 4.0%;
  }
  .search-form .search-field {
    border-color: #d5d5d5;
  }
  #contents.error404 .wrap {
    padding: 100px 0 50px;
  }
  #contents.error404 .title {
    font-size: 3.8rem;
    line-height: 1;
  }
  #contents.error404 p {
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #main-visual {
    margin: 0 auto 0%;
  }
  #main-visual .page-title {
    left: 0;
    right: 0;
    font-size: 2.2rem;
    line-height: 1.25;
    padding: 0 4.0%;
  }
  #contents.archive .post-thumbnail {
    margin-top: -30px;
  }
  #contents.index .archive-list {
    margin-top: 25px;
  }
  .archive-list .archive-header {
    margin: 0 4.0% 25px;
  }
  .archive-list .archive-header .page-title {
    font-size: 2rem;
    line-height: 1.25;
    padding: 15px 4% 25px;
    margin: 0 -4% 10px;
  }
  .archive-list .archive-header .page-title::after {
    left: 4%;
    right: 4%;
    bottom: 15px;
    border-top-width: 1px;
  }
  .archive-list .entry-article {
    padding: 15px 0 0;
    margin: 0 4.0%;
    border-bottom: 1px solid #ebebeb;
  }
  .archive-list .entry-article:last-of-type > div {
    border-bottom: none;
  }
  .archive-list .thumbnail {
    width: 80px;
    height: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .archive-list .thumbnail img {
    max-width: 100%;
    max-height: 100%;
  }
  .archive-list .entry-content {
    overflow: visible;
  }
  .archive-list .entry-header .title {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: normal;
    font-weight: 450;
    overflow: hidden;
  }
  .archive-list .entry-header .meta {
    line-height: 0;
  }
  .archive-list .entry-header .meta li {
    font-size: 1.2rem;
    margin: 0 10px 2px 0;
  }
  .archive-list .entry-header .meta li .year,
  .archive-list .entry-header .meta li .month,
  .archive-list .entry-header .meta li .day {
    margin-right: 0;
  }
  .archive-list .entry-body {
    padding-bottom: 15px;
    clear: both;
  }
  .archive-list .entry-body p {
    font-size: 1em;
    line-height: 1.65;
  }
  .archive-list #no-result {
    padding: 80px 0;
  }
  .archive-list .pagination {
    margin: 15px 4.0% 0;
  }
  .archive-list .pagination .page-numbers {
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin: 0 4.0%;
  }
  .archive-list .pagination a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.06);
    background-color: transparent;
  }
  .archive-list .pagination .current {
    color: inherit;
    width: auto;
    border: none;
    background-color: transparent;
  }
  .archive-list .pagination .current::after {
    content: 'ページ';
  }
  .archive-list .pagination .prev,
  .archive-list .pagination .next {
    width: auto;
    padding: 0 4.0%;
  }
  .archive-list .pagination .inactive,
  .archive-list .pagination .first,
  .archive-list .pagination .last {
    display: none;
  }
  .main-article {
    font-size: 1.28rem;
    margin: 0 4.0%;
  }
  .main-article .entry-header {
    margin-bottom: 25px;
    margin: -30px -4vw 25px;
    overflow: visible;
  }
  .main-article .entry-header .page-title {
    font-size: 2rem;
    line-height: 1.25;
    padding: 15px 4% 25px;
  }
  .main-article .entry-header .page-title::after {
    left: 4%;
    right: 4%;
    bottom: 15px;
    border-top-width: 1px;
  }
  .main-article .entry-header .meta {
    margin: 0 4vw;
  }
  .main-article .entry-header .meta > li {
    font-size: 1.2rem;
    white-space: normal;
    margin: 0 10px 3px 0;
  }
  .main-article .entry-header .year,
  .main-article .entry-header .month,
  .main-article .entry-header .day {
    margin-right: 0;
  }
  .main-article .post-thumbnail .entry-content {
    margin: 0 4.0%;
  }
  .main-article .post-thumbnail .caption {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .main-article .entry-body {
    font-size: 1.15em;
    margin-bottom: 40px;
  }
  .main-article .entry-body .alignleft, .main-article .entry-body .alignright {
    float: none;
  }
  .main-article .entry-body .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
  .main-article .entry-body h1,
  .main-article .entry-body h2 {
    font-size: 1.15em;
    padding: 13px;
    margin-bottom: 20px;
  }
  .main-article .entry-body h1::before,
  .main-article .entry-body h2::before {
    top: 7px;
  }
  .main-article .entry-body h1::after,
  .main-article .entry-body h2::after {
    bottom: 7px;
  }
  .main-article .entry-body h1 + p,
  .main-article .entry-body h2 + p {
    margin-bottom: 20px;
  }
  .main-article .entry-body h3 {
    font-size: 1.25em;
    line-height: 1.35;
    padding: 0 0 10px;
  }
  .main-article .entry-body h4 {
    font-size: 1.15em;
  }
  .main-article .entry-body ul {
    margin-left: 0;
  }
  .main-article .entry-body ol {
    margin-left: 0;
  }
  .main-article .entry-body blockquote {
    padding: 25px 15px;
  }
  .main-article .entry-body blockquote::before {
    font-size: 18px;
  }
  .main-article .entry-body blockquote::after {
    font-size: 18px;
  }
  .main-article .entry-body table thead th,
  .main-article .entry-body table thead td,
  .main-article .entry-body table tbody th,
  .main-article .entry-body table tbody td,
  .main-article .entry-body table tfoot th,
  .main-article .entry-body table tfoot td {
    font-size: .933333em;
    padding: 5px;
  }
  .main-article .entry-body img {
    max-height: 500px;
  }
  .main-article .entry-body img.alignleft, .main-article .entry-body img.alignright, .main-article .entry-body img.aligncenter, .main-article .entry-body img.alignnone {
    display: block;
    margin: 15px auto;
  }
  .main-article .entry-body a.more-link {
    padding: 12px;
    margin-top: 10px;
    width: 70vw;
  }
  .main-article .entry-body input {
    line-height: 1.5;
  }
  .main-article .entry-body input[type='text'] {
    font-size: 1.7rem;
    width: 100%;
    max-width: 350px;
  }
  .main-article .entry-body input[type='password'] {
    font-size: 1.7rem;
    width: 100%;
    max-width: 350px;
  }
  .main-article .entry-body input[type='email'] {
    font-size: 1.7rem;
    width: 100%;
    max-width: 350px;
  }
  .main-article .entry-body input[type='url'] {
    font-size: 1.7rem;
    width: 100%;
    max-width: 350px;
  }
  .main-article .entry-body input[type='number'] {
    font-size: 1.7rem;
    width: 100%;
    max-width: 350px;
  }
  .main-article .entry-body input[type='radio'] {
    margin: 15px 0 0 15px;
  }
  .main-article .entry-body input[type='radio'] + label,
  .main-article .entry-body input[type='radio'] + span {
    position: relative;
    font-size: 1.7rem;
    line-height: 1.2;
    padding-left: 30px;
  }
  .main-article .entry-body input[type='radio'] + label::before,
  .main-article .entry-body input[type='radio'] + span::before {
    position: absolute;
    top: calc(50% - 10px);
    left: 5px;
    width: 20px;
    height: 20px;
    vertical-align: -7px;
  }
  .main-article .entry-body input[type='radio']:checked + label::before,
  .main-article .entry-body input[type='radio']:checked + span::before {
    border-width: 6px;
  }
  .main-article .entry-body input[type='checkbox'] {
    margin: 15px 0 0 15px;
  }
  .main-article .entry-body input[type='checkbox'] + label,
  .main-article .entry-body input[type='checkbox'] + span {
    font-size: 1.7rem;
  }
  .main-article .entry-body input[type='checkbox'] + label::before,
  .main-article .entry-body input[type='checkbox'] + span::before {
    font-size: 2.4rem;
    width: 34px;
    height: 34px;
    vertical-align: -2px;
    padding-top: 3px;
  }
  .main-article .entry-body input[type='range'] {
    width: 100%;
    max-width: 350px;
  }
  .main-article .entry-body input[type='range']:focus {
    border-width: 0 !important;
    box-shadow: none;
  }
  .main-article .entry-body input[type='submit'] {
    font-size: 1.7rem;
    height: 50px;
  }
  .main-article .entry-body input[type='reset'] {
    font-size: 1.7rem;
    height: 50px;
  }
  .main-article .entry-body input[type='button'],
  .main-article .entry-body button {
    font-size: 1.7rem;
    height: 50px;
  }
  .main-article .entry-body select {
    font-size: 1.7rem;
    max-width: none;
    width: 100%;
  }
  .main-article .entry-body textarea {
    font-size: 1.7rem;
    min-height: 250px;
  }
  .main-article .entry-body .table-content .table-arrow {
    cursor: default;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .main-article .entry-body .wp-caption {
    text-align: inherit;
    max-width: 100%;
    margin: 0 auto;
  }
  .main-article .entry-body .wp-caption img {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 500px;
  }
  .main-article .entry-body .wp-caption.alignleft, .main-article .entry-body .wp-caption.alignright, .main-article .entry-body .wp-caption.center {
    margin: 20px auto;
  }
  .main-article .entry-body .wp-caption-text {
    font-size: .8em;
    line-height: 1.3;
  }
  .main-article .post-password-form {
    padding: 25px 20px;
  }
  .main-article .post-password-form p:last-of-type {
    text-align: left;
  }
  .main-article .post-password-required {
    padding: 20px 0;
  }
  .main-article .post-password-required label {
    display: inline-block;
    max-width: 300px;
  }
  .main-article .post-password-required input[type='password'] {
    font-size: 1.7rem;
    height: auto;
    width: 100%;
    margin: 5px 0 0;
  }
  .main-article .post-password-required input[type='submit'] {
    display: block;
    min-width: 100px;
    height: 40px;
    margin: 10px auto 0;
  }
  .main-article .entry-body .margin-top-lv1 {
    margin-top: 20px;
  }
  .main-article .entry-body .margin-top-lv2 {
    margin-top: 30px;
  }
  .main-article .entry-body .margin-top-lv3 {
    margin-top: 40px;
  }
  .main-article .entry-body .margin-bottom-lv1 {
    margin-bottom: 20px;
  }
  .main-article .entry-body .margin-bottom-lv2 {
    margin-bottom: 30px;
  }
  .main-article .entry-body .margin-bottom-lv3 {
    margin-bottom: 40px;
  }
  .main-article .entry-body .margin-left {
    margin-left: 20px;
  }
  .main-article .entry-body .margin-right {
    margin-right: 20px;
  }
  .main-article .link-pages {
    text-align: center;
    margin: 0 -5px;
  }
  .main-article .link-pages .heading {
    display: block;
    margin: 0 0 5px;
  }
  .main-article .link-pages .page {
    text-align: center;
    line-height: 44px;
    width: 44px;
    height: 44px;
    margin: 5px;
  }
  .main-article .link-pages > a {
    margin: 5px;
  }
  .main-article .page-navigation a {
    padding: 2.8vw;
  }
  .main-article .page-navigation .title {
    font-size: 1.4rem;
  }
  #contents.attachment .page-navigation a {
    font-size: 1.7rem;
    line-height: 50px;
    height: 50px;
  }
  #comments {
    font-size: 1.4rem;
    margin-top: 40px;
    padding-top: 20px;
  }
  #comments #comments-title {
    font-size: 1.8rem;
  }
  #comments #reply-title {
    font-size: 1.7rem;
  }
  #comments #reply-title small {
    font-size: 1.2rem;
  }
  #comments #reply-title small a {
    padding: 2px 8px;
  }
  #comments .comment-list {
    overflow: visible;
  }
  #comments .comment-list li {
    overflow: visible;
  }
  #comments .comment-list #respond #reply-title {
    font-size: 1.7rem;
  }
  #comments .comment-list div.avatar {
    margin-right: 10px;
  }
  #comments .comment-list .comment-block .header {
    font-size: 1.2rem;
  }
  #comments .comment-list .comment-block .header .author {
    margin-right: 10px;
  }
  #comments .comment-list .comment-block .header .date {
    margin-right: 10px;
  }
  #comments .comment-list .comment-block .header .date .year,
  #comments .comment-list .comment-block .header .date .month,
  #comments .comment-list .comment-block .header .date .day {
    margin-right: 0;
  }
  #comments .comment-list .children {
    margin: 20px 0 0 15px;
    overflow: visible;
  }
  #comments #respond {
    width: auto;
  }
  #comments #respond .inputtext {
    width: auto;
  }
  #comments #respond .not-publish {
    display: block;
    margin-bottom: 5px;
  }
  #comments #respond input[type='text'] {
    font-size: 1.7rem;
    padding: 8px;
  }
  #comments #respond input[type='submit'] {
    font-size: 1.7rem;
  }
  #comments #respond textarea {
    font-size: 1.7rem;
    height: 200px;
    padding: 8px;
  }
  #comments #respond .form-submit {
    text-align: center;
    margin-top: 20px;
  }
  #comments .comment-notes {
    display: none;
  }
  .main-article .entry-body .gallery {
    margin: -6px;
  }
  .main-article .entry-body .gallery-item {
    margin: 6px;
    width: calc(33.33% - 12px) !important;
  }
  #global-footer .copyright {
    padding-left: 4.0%;
    padding-right: 4.0%;
  }
  .footer-widgets > ul {
    padding: 0 4.0%;
  }
}

@media screen and (max-width: 639px) {
  .main-article .entry-body .gallery {
    margin: -4px;
  }
  .main-article .entry-body .gallery-item {
    margin: 4px;
    width: calc(50% - 8px) !important;
  }
}

@media screen and (max-width: 539px) {
  #main-visual .wrap {
    padding-bottom: 80px;
  }
  #main-visual .page-title {
    font-size: 1.6rem;
  }
  .main-article .entry-body img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 469px) {
  #nav-window-area {
    right: -85vw;
    width: 85vw;
  }
}

/*# sourceMappingURL=map/style-mobile.css.map */
