inp.smart_change a {
 display: block;
 width: 180px;
 padding: 5px 0;
 text-align: center;
 font-weight: bold;
 border-radius: 5px;
 box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.5);
 margin: 15px auto 5px auto;
 text-decoration: none;
 color: #000;
}
input[type="submit"] {
 -webkit-appearance: none;
}
@media only screen and (max-width: 1800px) {
 .fix_nav .wrap {
  max-width: 100%;
  padding-left: 333px;
  box-sizing: border-box;
  padding-right: 80px;
 }
 /*1800*/
}
@media only screen and (max-width: 1060px) {
 #top_about .back {
  right: auto;
  left: 0;
  background-image: url(img/top_about_back2.jpg);
  background-position: left top;
 }
 #top_about .top_about_head {
  padding-left: 112px;
 }
 #top_about .menu-top_about-container {
  padding-left: 390px;
 }
 #footer .wrapfull {
  width: 95%;
 }
 #footer_left {
  width: 100%;
  padding-bottom: 30px;
 }
 #footer_nav_body {
  width: 100%;
 }
 /*1060*/
}
@media only screen and (max-width: 1000px) {
 .wrap.wide, .wrap {
  width: 95%;
 }
 #header .wrap, #top_about .wrap {
  width: 100%;
  box-sizing: border-box;
 }
 #wpadminbar {
  overflow: hidden;
 }
 img {
  max-width: 100%;
  height: auto;
 }
 .content_post iframe {
  width: 95%;
 }
 .smart_change {
  display: block;
 }
 #main {
  padding-top: 112px;
 }
 /**/
}
@media only screen and (max-width: 830px) {
 #header h1 {
  padding-top: 8px;
 }
	#header h1 .in_logo img,
 #header h1 img {
  /*width: 190px;*/
  width: 40px;
 }
 /*830px*/
}
@media only screen and (max-width: 800px) {
 html {
  -webkit-text-size-adjust: 100%;
 }
 .home #header, #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 65px;
  background-color: #fff;
 }
 .home #header {
  background-color: #00000057;
 }
 #header.active h1 {
  opacity: 0;
 }
 #header h1 {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
 main {
  padding-top: 58px;
 }
 #cover {
  position: relative;
 }
 .admin-bar #header {
  top: 0;
 }
 .group_name {
  right: 55px;
  width: 110px;
  top: 0;
 }
 .fix_nav {
  opacity: 0;
  visibility: hidden;
 }
 #header .head_contact {
  right: 56px;
 }
 .home #main_navi, #main_navi {
  position: fixed;
  right: -230px;
  top: 0;
  height: 100%;
  overflow: auto;
  width: 230px;
  z-index: 1000;
  display: none;
  background-color: #0a62a9;
  color: #fff;
  box-sizing: border-box;
  padding-bottom: 40px;
 }
 .home #main_navi ul li:last-child a, .home #main_navi a, .home #main_navi ul li a, #main_navi ul li a {
  border: none;
  color: #fff;
 }
 #main_navi ul.sub-menu li:last-child {
  border: none;
 }
 #main_navi ul.sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  border-top: 1px dotted #4c87ab;
 }
 .scrolled.home #header li a, #main_navi ul.sub-menu li a, #main_navi ul.sub-menu li:last-child a {
  border: none;
  color: #fff;
  padding: 9px 9px 9px 23px;
  position: relative;
 }
 #main_navi ul li:last-child a {
  border-right: none;
 }
 #main_navi ul.sub-menu li a:after {
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 10px;
  top: 13px;
 }
 #main_navi ul li {
  text-align: left;
  width: auto;
  border-bottom: 1px dotted #4c87ab;
 }
 #main_navi ul li.none {
  display: block;
 }
 #main_navi ul {
  display: block;
 }
 #main_navi ul li a {
  padding: 14px 20px;
 }
 #main_navi ul li {
  float: none;
  padding: 0 10px;
 }
 #smart_btn {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  height: 40px;
  z-index: 50;
  width: 40px;
  background-color: #fff;
 }
 .admin-bar #main_navi {
  padding-top: 46px;
 }
 #smart_btn.active {
  right: 245px;
 }
 #smart_btn span.a, #smart_btn span.b, #smart_btn span.c {
  webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 1px;
  background-color: #0a62a9;
  content: "";
  position: absolute;
  left: 5px;
  opacity: 1;
  top: 28px;
 }
 #smart_btn span.a {
  top: 10px;
  opacity: 1;
 }
 #smart_btn span.b {
  top: 19px;
  opacity: 1;
 }
 #smart_btn.active span.c {
  opacity: 0;
 }
 #smart_btn.active span.a {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 19px;
 }
 #smart_btn.active span.b {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 19px;
 }
 #top_service ul {
  margin-left: 0;
 }
 #main_navi ul li:hover a, #main_navi ul li:hover .sub-menu li a, #main_navi ul li:hover .sub-menu li:hover a {
  background-color: inherit;
  color: inherit;
 }
 #aside {
  float: none;
  width: auto;
 }
 #article {
  float: none;
  width: auto;
  margin-bottom: 30px;
 }
 .content_post h3 {
  left: 0;
 }
 #top_about {
  min-height: 1px;
  padding-bottom: 50px;
 }
 #top_about .back {
  left: 0;
  background-image: url(img/top_about_back3.jpg);
  background-position: center;
  background-size: cover;
 }
 #top_about .menu-top_about-container {
  padding-left: 0;
 }
 #top_about .menu-top_about-container ul li {
  margin-left: 0 !important;
  margin-bottom: 5px;
 }
 #top_about .menu-top_about-container ul li a {
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 1.5em;
  border-radius: 5px;
 }
 #top_about .wrap {
  max-width: 500px;
  margin: 0 auto;
  width: 80%;
  padding: 25px;
  box-sizing: border-box;
 }
 #top_about .top_about_head {
  padding-left: 0;
 }
 #top_about .menu-top_about-container ul {
  padding-top: 20px;
 }
 .top_about_head h2 span {
  color: #fff;
  font-weight: bold;
 }
 #top_about2 #menu-top_about2 li {
  width: 49%;
 }
 #top_about2 #menu-top_about2 li a {
  font-size: 2.3vw;
 }
 /*800*/
}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 750px) {
 .catch {
  padding: 10px 25px;
  left: 10px;
  font-size: 5.5vw;
  right: auto;
  text-align: center;
  width: calc(100% - 20px);
  box-sizing: border-box;
  bottom: 30vh;
 }
 .catch:before {
  background-color: rgb(0 0 0 / 60%);
 }
 #top_service ul li {
  width: 33.133%;
  margin-bottom: 3px;
  overflow: hidden;
 }
 #top_service .service_e2 ul li dt .in {
  font-size: 1em;
 }
 #top_service ul li dt {
  font-size: 4vw;
 }
 #top_service .bottom ul li dt {
  font-size: 2vw;
 }
 #top_service ul li img {
  width: 100%;
 }
 #top_service.service_v ul li {
  width: 31.3333%;
  margin-bottom: 7px;
 }
 #top_service.service_v ul li dt, #top_service.service_v ul li.sv03 dt {
  bottom: 5px;
 }
 .page_icon img {
  max-width: 80px;
 }
 #top_service ul li.sv03 .icon img {
  top: -30px;
 }
 #top_service .service_e2 ul li dl dd {
  font-size: 0.8em;
  line-height: 1.6em;
 }
 /*750*/
}
@media only screen and (max-width: 600px) {
 #header .head_contact {
  display: none;
 }
 #header h1 {
  margin-right: 56px;
  padding-top: 8px;
 }
	#header h1 .in_logo img,
 #header h1 img {
  /*width: 190px;*/
  width: 40px;
 }
 #top_news .top_title.news_, #top_news .more a {
  width: auto;
 }
 .content_post .basic_form dt {
  width: auto;
  float: none;
  padding-bottom: 3px;
 }
 .content_post .basic_form dd {
  padding-left: 0;
  padding-top: 0;
 }
 #top_about2 #menu-top_about2 li {
  width: 100%;
  margin-bottom: 5px;
 }
 #top_about2 #menu-top_about2 li a {
  font-size: 1em;
  padding: 12px 5px;
 }
 #top_service.service_v .bottom ul li {
  width: 48%;
  margin-bottom: 7px;
 }
 /*600*/
}
@media only screen and (max-width: 500px) {
 .content_post .about_dl dd dd, .content_post .about_dl dd {
  padding-left: 0;
  padding-top: 0;
 }
 .content_post .about_dl dt {
  float: none;
  width: auto;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 4px;
 }
 .about_child li {
  width: 98%;
  margin-bottom: 5px;
 }
 .about_child li a {
  padding: 25px 5px;
 }
 #top_service ul li .icon img {
  max-height: 100%;
 }
 #top_service ul li.sv01 .icon img {
  width: 52%;
 }
 #top_service ul li.sv011 .icon img {
  width: 52%;
 }
 #top_service ul li.sv02 .icon img {
  width: 78%;
 }
 #top_service ul li.sv03 .icon img {
  width: 48%;
 }
 #top_service ul li.sv04 .icon img {
  width: 78%;
 }
 #top_service ul li.sv05 .icon img {
  width: 48%;
 }
 #footer_left {
  width: 100%;
  padding-bottom: 30px;
 }
 #footer_nav_body {
  width: 100%;
  display: block;
 }
 #footer .wrapfull {
  width: 95%;
 }
 #footer_nav_body .flex {
  display: block;
  width: 100%;
 }
 /*500*/
}
@media only screen and (max-width: 450px) {
 .news_list li .date {
  float: none;
  width: auto;
  margin-bottom: 4px;
  font-weight: bold;
 }
 .news_list li .title {
  padding-left: 0;
 }
 .news_list li a {
  padding: 11px 15px;
 }
 #sitemap li.first_floor {
  float: none;
  width: auto;
 }
 /*450*/
}
@media only screen and (max-width: 380px) {
 .wp-block-image .alignright {
  float: none;
  margin: 0 auto;
 }
 /*380*/
}