.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

p.page-top {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

.w1000 {
  max-width: 100%;
  width: 1000px;
  margin: auto; }

.flex_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
/*  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;*/}

.empty_box {
  height: 1px;
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333;
  text-decoration: none; }

.visibles-xs {
  display: none; }

/* layout */
body, html {
  margin: 0;
  padding: 0; }

header, .header {
  box-sizing: border-box; }

#common-header,
.home #common-header{
	top:0;
}

#main > .title_area {
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100; }

#main {
  padding-top: 0px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0; }
  #main > .flex_box {
    -webkit-align-items: stretch;
    align-items: stretch; }
  #main .title_area {
    position: static;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    max-width: 100%; }

.title_area {
  background-color: #595959;
  color: #fff;
  height: 70px;
  overflow: hidden; }
  .title_area .header {
    padding-top: 10px; }
    .title_area .header .col-sm-7 {
      width: -webkit-calc(100% - 450px);
      width: calc(100% - 450px); }
    .title_area .header .col-sm-5 {
      width: 450px; }
      .title_area .header .col-sm-5 .all_btn {
        width: 220px;
        margin-left: 15px; }
    .title_area .header .hd_btn .flex_box {
      -webkit-align-items: center;
      align-items: center; }
    .title_area .header .hd_btn #allclear {
      border: 1px solid #595959;
      background-color: #fff;
      border-radius: 20px;
      width: 90%;
      color: #595959;
      cursor: pointer;
      font-family: YuGothic, "Hiragino Kaku Gothic ProN",Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media only screen and (max-width: 900px) {
      .title_area .header .col-sm-7 {
        width: 100%; }
      .title_area .header .col-sm-5 {
        width: 100%; } }
  .title_area .header > .flex_box {
    -webkit-align-items: center;
    align-items: center; }
  .title_area .page_title .cat_title {
    line-height: 70px; }
  .title_area .cat_name {
    box-sizing: border-box; }
    .title_area .cat_name .cat_title {
      font-size: 20px;
      margin: 0; }
    .title_area .cat_name p, .title_area .cat_name a {
      font-size: 12px;
      margin: 0;
      padding: 0; }

.categoly_title {
  padding-top: 10px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
/*
#wrapper > .flex_box {
  align-items: stretch; }

.main_flex {
  border-bottom: 1px solid #BFBFBF; }

.left_box {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px); }
*/
/*.right_box {
  width: 200px;
  border-left: 1px solid #BFBFBF;
  box-sizing: border-box; }*/
  .right_box .title_archive {
    text-align: center; }
    .right_box .title_archive:before {
      content: "\f03e";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0.2em;
      margin-left: 0.2em; }
  .right_box .menu li {
    border-bottom: 1px solid #BFBFBF;
    line-height: 1em; }
    .right_box .menu li a {
      padding: 10px;
      box-sizing: border-box;
      display: block; }
    .right_box .menu li:last-child {
      border-bottom: none; }

.read_btn a {
  background-color: #00B1EE;
  color: #fff;
  border: 2px solid #00B1EE;
  box-sizing: border-box;
  transition: 0.4s ease;
  border-radius: 30px;
  text-align: center;
  padding: 5px 30px;
  font-size: 15px;
  font-weight: bold; }
  .read_btn a:hover {
    background-color: #fff;
    color: #00B1EE;
    border: 2px solid #00B1EE; }

.all_btn input[type="checkbox"] {
  display: none; }
.all_btn input[type=checkbox]:checked + label:before {
  content: "\f14a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.5em;
  color: #fff;
  margin-left: 0.2em; }
.all_btn input[type="checkbox"] + label:before {
  content: "\f0c8";
  font-size: 1.2em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-left: 0.2em;
  color: #fff; }

#searchform .s {
  width: 250px;
  height: 30px;
  padding: 5px;
  box-sizing: border-box; }

input[type=submit] {
  cursor: pointer;
/*  font-family: FontAwesome;*/
  vertical-align: top;
  height: 30px;
  width: 40px;
  text-align: center;
  font-size: 1.2em;
  line-height: 30px;
  background-color: #808080;
  color: #fff;
  border: none;
  box-sizing: border-box; }

.w1200 {
  width: 1200px;
  margin: auto;
  box-sizing: border-box; }

header h1 {
  margin: 0; }
  header h1 img {
    vertical-align: top; }
header .flex_box {
  -webkit-align-items: center;
  align-items: center; }
  header .flex_box .sarch_wp {
    width: 300px;
    max-width: 100%; }

/* pic_list */
#mygallery {
  padding: 5px;
  padding-right: 0;
  box-sizing: border-box; }

#wrapper_page .title_area .header {
  padding: 0; }
  #wrapper_page .title_area .header .flex_box .flex_box {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  #wrapper_page .title_area .header .list_all {
    background-color: #595959;
    width: 120px;
    text-align: center; }
    #wrapper_page .title_area .header .list_all a {
      color: #fff;
      line-height: 70px; }
      #wrapper_page .title_area .header .list_all a:before {
        content: "\f104";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        display: inline-block;
        margin-right: 0.2em;
        margin-left: 0.2em; }
  #wrapper_page .title_area .header .item_title {
    border-left: 1px solid #fff;
    box-sizing: border-box;
    background-color: #00B1EE;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px); }
    #wrapper_page .title_area .header .item_title h2 {
      font-size: 20px;
      line-height: 70px;
      margin: 0;
      padding: 0;
      padding-left: 15px; }

.relation_area {
  margin-top: 60px; }
  .relation_area h2 {
    line-height: 70px;
    background-color: #595959;
    margin: 0;
    padding: 0;
    color: #fff;
    padding-left: 15px; }

#relation_pic {
  padding: 5px;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  #relation_pic .pic_li {
    padding-right: 5px;
    box-sizing: border-box; }
    #relation_pic .pic_li img {
      height: 200px; }
    #relation_pic .pic_li .info_box {
      background-color: #fff; }
      #relation_pic .pic_li .info_box .title {
        width: 100%;
        margin: 0;
        padding: 0;
        color: rgba(0, 0, 0, 0.5);
        font-size: 11px; }
        #relation_pic .pic_li .info_box .title h3 {
          font-size: 13px;
          color: #000; }

.pic_li {
  display: inline-block;
  margin-bottom: 5px; }
  .pic_li .imgs {
    position: relative;
    display: inline-block; }
    .pic_li .imgs form {
      position: absolute;
      z-index: 1;
      top: 10px;
      left: 10px;
      height: 19px;
      overflow: hidden;
      border-radius: 4px; }
    .pic_li .imgs img {
      vertical-align: top;
      width: 100%; }
    .pic_li .imgs .info_box {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
    .pic_li .imgs input {
      display: none; }
    .pic_li .imgs input[type="checkbox"]:checked + label::before {
      content: "\f14a";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0;
      margin-left: 0;
      color: #fff; }
    .pic_li .imgs label {
      background-color: #000; }
    .pic_li .imgs input[type="checkbox"] + label::before {
      content: "\f0c8";
      font-size: 1.2em;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0;
      margin-left: 0;
      color: #fff;
      height: 20px;
      vertical-align: top; }
  .pic_li .info_box {
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.65); }
    .pic_li .info_box .title {
      color: #fff;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
      padding-left: 10px;
      box-sizing: border-box; }
      .pic_li .info_box .title h3 {
        font-size: 13px;
        margin: 0;
        line-height: 1.2em; }
      .pic_li .info_box .title .exif {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.2em; }
    .pic_li .info_box .btn_down {
      width: 50px;
      text-align: center;
      background-color: rgba(0, 177, 238, 0.5);
      height: 43px; }
      .pic_li .info_box .btn_down img {
        padding: 5px;
        box-sizing: border-box; }

.usepolicy {
/*  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;*/ }
  .usepolicy h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px; }
  .usepolicy p {
    margin-top: 0; }
  .usepolicy .read_btn {
    text-align: center; }
    .usepolicy .read_btn a {
      display: inline-block;
      background-color: #595959;
      color: #fff;
      text-decoration: none;
      font-size: 15px;
      width: 190px;
      line-height: 1.8em;
      border: none;
      font-weight: 500; }

#wrapper_page .title_area .single_menu {
  padding: 0 !important; }

#single_content .imgs {
  width: 1000px;
  max-width: 100%;
  margin: auto; }
  #single_content .imgs img {
    border: 10px solid #E6E6E6;
    box-sizing: border-box;
    margin: auto;
    display: block;
    margin-bottom: 30px; }
#single_content .pic_ex {
  border: 1px solid #E6E6E6;
  padding: 15px;
  box-sizing: border-box; }
#single_content table {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none; }
  #single_content table th {
    text-align: left;
    width: 120px;
    background-color: #fff; }
  #single_content table th, #single_content table td {
    border: none;
    padding: 5px; }
  #single_content table a {
    color: #00B1EE; }
#single_content .usepolicy {
  margin: 0;
  padding: 0;
  text-align: left; }
  #single_content .usepolicy h3 {
    margin-top: 0;
    font-size: 18px; }
  #single_content .usepolicy p {
    font-size: 14px; }
  #single_content .usepolicy .down_btn {
    margin-top: 30px; }
    #single_content .usepolicy .down_btn a {
      background-color: #00B1EE;
      border: 2px solid #00B1EE;
      display: block;
      text-align: center;
      color: #fff;
      font-size: 20px;
      border-radius: 50px;
      line-height: 50px;
      margin: 0;
      padding: 0;
      transition: 0.2s ease; }
      #single_content .usepolicy .down_btn a:hover {
        color: #00B1EE;
        background-color: #fff; }

.is-visible {
  top: 0px;
  padding-top: 60px;
  left: 0;
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  opacity: 1.0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 999;
  -webkit-overflow-scrolling: touch; }

.hamburger {
  background-color: #fff;
  border-radius: 5px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6); }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #000 !important; }

.hamburger-inner:before {
  top: -12px; }

.hamburger-inner:after {
  bottom: -12px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .is-active .hamburger-inner::after {
    bottom: 0 !important; } }
.red {
  color: #f00; }

.mw_wp_form table {
  border: none;
  width: 700px;
  max-width: 100%; }
  .mw_wp_form table th {
    width: 200px; }
  .mw_wp_form table th, .mw_wp_form table td {
    text-align: left;
    background-color: #fff;
    border: none;
    padding: 10px; }
    .mw_wp_form table th p, .mw_wp_form table td p {
      font-size: 12px;
      margin: 0;
      padding: 0; }
  .mw_wp_form table input, .mw_wp_form table textarea {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    width: 100%; }
.mw_wp_form input[type="submit"] {
  max-width: 100%;
/*  width: 690px;*/
  width: 47%;
  height: auto;
  font-size: 16px;
  border-radius: 5px;
  padding: 15px;
  font-weight: bold;
  background-color: #00B1EE;
  margin-bottom: 40px;
  border: 1px solid #00B1EE;
  transition: 0.2s ease; }
  .mw_wp_form input[type="submit"]:hover {
    background-color: #fff;
    color: #00B1EE; }

.nav #pagination {
  justify-content: center;
  padding: 20px 0; }
  .nav #pagination .next,
  .nav #pagination .prev {
    padding: 0 10px; }
    .nav #pagination .next a,
    .nav #pagination .prev a {
      max-width: 100%;
      text-align: center;
      width: 400px;
      background-color: #00B1EE;
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: 53px;
      transition: 0.2s ease;
      border: 1px solid #E6E6E6; }
      .nav #pagination .next a:hover,
      .nav #pagination .prev a:hover {
        background-color: #fff;
        color: #00B1EE; }
  .nav #pagination .next a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 0.2em;
    margin-left: 0.2em; }
  .nav #pagination .prev a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-right: 0.2em;
    margin-left: 0.2em; }
.nav .page_view {
  text-align: center; }
  .wp-pagenavi span,
  .nav .page_view span {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    background-color: #00B1EE;
    text-decoration: none;
    color: #fff;
    line-height: 20px; }
  .wp-pagenavi .page,
  .wp-pagenavi .current,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .nav .page_view a.page-numbers {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    line-height: 20px; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .nav .page_view a.next,
  .nav .page_view a.prev {
    background-color: #fff;
    border: none;
    color: #00B1EE; }

/* side */
#sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #sidebar ul li {
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.4em;
    border-bottom: 1px solid #BFBFBF;
    background-color: #F2F2F2;
    transition: 0.2s ease; }
    #sidebar ul li a {
      display: block;
      padding: 10px 15px; }
    #sidebar ul li:hover {
      background-color: #00B1EE;
      color: #fff; }
      #sidebar ul li:hover a {
        color: #fff; }
    #sidebar ul li:first-child {
      font-weight: bold;
      font-size: 16px;
      background: #BCDBE6; }

#sidebar ul li#select_img_menu {
  background-color: #00B1EE;
  color: #fff; }
  #sidebar ul li#select_img_menu a {
    color: #fff; }
    #sidebar ul li#select_img_menu a:before {
      content: "\f14a";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      display: inline-block;
      margin-right: 0.5em;
      margin-left: 0.2em; }

.pankuzu {
  font-size: 12px;
  padding: 7px;
  color: #666; }

#headbar {
  background-color: rgba(89, 89, 89, 0.8);
  color: white;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  min-width: 1000px;
  z-index: 1000 !important;
  box-shadow: 0 2px 3px -1px #ccc;
  height: 70px;
  display: none; }

#wrapper_page .title_area .header {
  padding-left: 15px;
  padding-right: 15px; }

#page_content {
  padding: 0 15px;
  box-sizing: border-box; }
  #page_content a {
    /*text-decoration: underline;
    color: #258dc8;*/ }
  #page_content h3 {
/*    background-color: #F2F2F2;
    border-radius: 5px;
    padding: 10px;*/ }
/*  #page_content p {
    padding: 15px;
    padding-top: 0;*/}
  #page_content ul {
    margin-left: 2em; }

footer .footner_copy {
  font-size: 12px;
  text-align: center;
  font-weight: 500; }
footer .address {
  text-align: center; }
  footer .address h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0; }
  footer .address p {
    font-weight: 500;
    margin-top: 0;
    font-size: 15px; }

#pagetop {
  display: none; }

#pagetop a {
  position: fixed;
  bottom: 10%;
  right: 2%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.22);
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  display: block;
  transition: 0.5s;
  z-index: 9999; }

.remodal {
  max-width: 550px;
  padding-top: 70px;
  box-sizing: border-box; }
  .remodal h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 18px;
    padding-left: 35px;
    box-sizing: border-box;
    line-height: 60px;
    background-color: #E6E6E6;
    text-align: left; }
  .remodal button {
    position: absolute;
    right: 10px;
    top: 10px;
    left: initial;
    color: #000;
    font-size: 25px; }
    .remodal button:before {
      font-size: 35px; }
  .remodal p {
    font-size: 18px;
    text-align: left; }
  .remodal .read_btn {
    margin-top: 15px; }
    .remodal .read_btn a {
      background-color: #3B99FC;
      border: 1px solid #3B99FC;
      border-radius: 10px;
      display: block;
      padding: 15px; }

@media only screen and (max-width: 900px) {
  .visibles-xs {
    display: block; }

  header {
    height: auto;
/*    padding: 20px;*/
    box-sizing: border-box; }
    header h1 {
      margin-bottom: 15px; }

  #single_content {
    padding: 15px;
    box-sizing: border-box; }
    #single_content .pic_ex {
      margin-bottom: 10px; }

  .cat_name {
    margin-bottom: 5px; }
    .cat_name .cat_title, .cat_name p {
      display: inline-block; }

  .title_area {
    height: auto; }

  .left_box {
    width: 100%; }

  .hd_btn .flex_box {
    -webkit-justify-content: center;
    justify-content: center; }

  .title_area .page_title .cat_title {
    line-height: 2em; }

  #wrapper_page .title_area .header {
    padding: 15px; }

  .title_area .header .col-sm-5 .all_btn {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 10px; }

  .right_box {
    display: none; }

  #js__btn {
    color: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 12px; }

  #js__nav {
    display: none; }

  .open #js__nav {
    display: block; }

  .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 9999; }

  .menu-btn span {
    color: #333; }

  .menu-btn span:after {
    content: attr(data-txt-menu); }

  .open .menu-btn span:after {
    content: attr(data-txt-close); }

  header .flex_box .sarch_wp {
    margin: auto; }

  #sidebar ul li:first-child {
    background-color: #F2F2F2; }
    #sidebar ul li:first-child:hover {
      background-color: #00B1EE !important; }

  #js__nav {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 8000;
    overflow-y: scroll; }

  header, .header {
    /*padding-bottom: 10px;*/ }

  .open #js__nav {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1; }

  .nav #pagination .next a, .nav #pagination .prev a {
    width: 100%; }

  #sidebar ul li.all {
    background: #BCDBE6;
    font-weight: bold;
    font-size: 16px; }

  #sidebar ul li:first-child {
    font-size: 14px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 1.4em; }

  .mw_wp_form table {
    border: none;
    width: 100%;
    max-width: 100%; }
    .mw_wp_form table tbody, .mw_wp_form table td, .mw_wp_form table tr, .mw_wp_form table th {
     
      width: 100%;
      padding: 0;
      margin: 0;
      border: none; }
    .mw_wp_form table th {
      width: 200px; }
    .mw_wp_form table th, .mw_wp_form table td {
      text-align: left;
      background-color: #fff;
      border: none;
      padding: 10px;
      box-sizing: border-box; }
      .mw_wp_form table th p, .mw_wp_form table td p {
        font-size: 12px;
        margin: 0;
        padding: 0; }
    .mw_wp_form table input, .mw_wp_form table textarea {
      border-radius: 5px;
      border: 1px solid #ccc;
      padding: 5px;
      box-sizing: border-box;
      width: 100%; }
  .mw_wp_form input[type="submit"] {
    max-width: 100%;
    width: 100%;
    height: auto;
    font-size: 16px;
    border-radius: 5px;
    padding: 15px;
    font-weight: bold;
    background-color: #00B1EE;
    margin-bottom: 40px;
    border: 1px solid #00B1EE;
    transition: 0.2s ease; }
    .mw_wp_form input[type="submit"]:hover {
      background-color: #fff;
      color: #00B1EE; } }
@media only screen and (max-width: 480px) {
  .title_area .cat_name .cat_title {
    font-size: 16px; }

  #wrapper_page .title_area .header .flex_box .flex_box {
    align-items: stretch; }

  #wrapper_page .title_area .header .list_all a {
    line-height: normal;
    font-size: 16px;
    padding: 10px;
    display: block; }

  #wrapper_page .title_area .header .item_title h2 {
    line-height: normal;
    padding: 10px;
    font-size: 16px; }

  .title_area .cat_name {
    font-feature-settings: "palt"; }

  .title_area .header .col-sm-5 .read_btn a {
    padding: 5px 20px; }

  .title_area .header .col-sm-5 .all_btn {
    width: auto;
    font-size: 12px; }

  #searchform .s {
    width: 230px; }

  .remodal {
    padding-left: 10px;
    padding-right: 10px; }
    .remodal p {
      font-size: 14px; }

  .remodal .read_btn a {
    padding: 10px;
    line-height: 1.5em;
    font-size: 14px; }

  .header {
    padding-left: 5px;
    padding-right: 5px; }

  #wrapper_page .title_area .header {
    padding: 10px; }

  .cat_name {
    margin-bottom: 0; }

  .page_main {
    padding-top: 52px !important; }

  #page_content .mw_wp_form table th, #page_content .mw_wp_form table td {
    padding: 0;
    padding-bottom: 10px; }
  #page_content h2 {
    font-size: 18px; }
  #page_content h3 {
    font-size: 16px; }
  #page_content ul {
    padding: 0;
    font-size: 14px;
    margin: 0; }
  #page_content p {
    font-size: 14px;
    padding: 0;
    padding-bottom: 10px; }

  .title_area .header .col-sm-5 .all_btn {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0px;
    width: 100%; }

  .right_box {
    display: none; }

  .title_area .header .col-sm-5 .read_btn {
    margin: 5px 0; }

  .title_area .header .col-sm-5 .all_btn form {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .title_area .header .col-sm-5 .all_btn form input, .title_area .header .col-sm-5 .all_btn form label {
      width: 50%; }

  .title_area .header .hd_btn #allclear {
    width: 50%; } }
