@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
  box-sizing: border-box;
}

body {
  background-color: #fff !important;
}

.clear {
  clear: both;
}

.section-container {
  color: #000;
}

.content-container {
  padding: 0;
  background-color: #fff;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
}

.sub-title {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #ff7300;
  color: #fff;
}

.black {
  background-color: #000;
  color: #fff;
}

.center {
  text-align: center;
}

.box-title {
  font-size: 30px !important;
}

.box-red {
  border-top-color: #e0e0e0;
}

.init-transparent {
  opacity: 0.0;
}

.content img {
  max-width: 100%;
}

.logo {
  position: relative;
}

.logo-image {
  width: 200px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.logo-image-small {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.dropdown-menu {
  background-color: #000;
  border-color: #000;
}

.dropdown-menu a {
  color: #fff;
}

.nav > li > a:focus {
  background-color: transparent !important;
}

.main-footer {
  background-color: #333 !important;
}

.header-menu > a {
  padding: 30px 20px 30px 20px !important;
  font-size: 14px;
  text-align: center;

  transition: all .25s;
  -webkit-transition: all .25s;

  width: 160px;
}

.header-menu > a:hover {
  background-color: #000 !important;

  transition: all .25s;
  -webkit-transition: all .25s;
}

.header-menu > a > span {
  display: block;
  font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #877357;
  margin-top: 8px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header-menu > a:hover > span {
  color: #fff;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.sidebar-toggle {
  display: none !important;
  background-color: #000 !important;
}

.header-dropdown-menu {
  width: 100%;
  background-color: #333;
}

.header-dropdown-menu a {
  color: #fff !important;
}

.header-dropdown-menu a:hover {
  background-color: #ff7300 !important;
  color: #fff !important;
}

.header-dropdown-menu > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sub-main-menu:nth-child(n+2) {
  margin-top: 10px;
}

.sub-sub-menu a {
  padding-left: 35px !important;
}

.dropdown.header-menu:hover > .header-dropdown-menu {
  display: block;
}

.blue-title {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.content-sub-menu {
  height: 40px;
  padding-left: 80px;
  font-size: 14px;
}

.content-sub-menu a {
  padding: 20px;
  color: #fff;
  float: left;
}

.content-sub-menu a:hover {
  background-color: #74c2c8;
}

.footer-menu-container {
  margin-top: 20px;
}

.company-introduction {
  margin-top: 40px;
  margin-bottom: 40px;
}

.company-introduction-detail {
  padding-top: 10px;
}

.company-logo {
  padding-right: 80px;
}

.company-tel {
  font-size: 30px;
  font-weight: bold;
}

.xs-footer-menu-container > ul {
  list-style: none;
  padding: 0;
}

.xs-footer-menu-container > ul > li {
  width: 100%;
  border-top: 1px solid #666;
}

.xs-footer-menu-container > ul > li > a {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  background-color: #404040;
  font-size: 14px;
}

.button-rotate {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.button-rotate .cube {
  position: relative;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform .35s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button-rotate .cube span {
  box-sizing: border-box;
  min-width: 260px;
  padding: 16px 19px;
  border: 1px solid #222524;
  display: block;
  background-visibility: hidden;
}

.button-rotate .cube .off {
  color: #000;

  position: relative;
  z-index: 5;
  -webkit-transform: rotateX(0) translateZ(30px);
  transform: rotateX(0) translateZ(30px);
}

.button-rotate .cube .on {
  color: #fff;
  background-color: #000;

  position: absolute;
  left: 0;
  -webkit-transform: rotateX(-90deg) translateZ(-30px);
  transform: rotateX(-90deg) translateZ(-30px);
}

.button-rotate:hover .cube {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.responsive-area {
  margin-left: auto;
  margin-right: auto;

  width: 850px;
}

.item-title {
  color: #000;
  font-size: 28px;
  margin-bottom: 30px;
}

.item-text {
  color: #5f6a7d;
  font-size: 14px;
}

#home .animation-canvas {
  max-width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  overflow: hidden;
  display: inline;
}

#home .animation-canvas canvas {
  max-width: 100%;
  vertical-align: bottom;
}

#home .top-image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 850px;
}

#home .content-header {
  height: 400px;
  background: url(../../image/home/top.png) !important;
}

#home .logo-title-container {
  margin-bottom: 50px;
}

#home .logo-title {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  padding: 10px;
  
  background-color: rgba(0, 0, 0, 0.8);
}

#home .sample-sites {
  margin-top: 30px;
  margin-bottom: 30px;
}

#home .sample-site-title {
  margin-top: 10px;
}

#home .news-title {
  margin-top: 60px;
  margin-bottom: 30px;
}

#home .news-content-container {
  padding-left: 25px;
  padding-right: 25px;
}

#home .news-content {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

#home .home-contents {
  padding-bottom: 60px;
}

#home .sample-sites-title {
  float: left;
}

#home .other-link {
  float: right;
}

#home .top-news-area {
  padding-bottom: 60px;
}

#home .top-news-container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;

  flex-wrap: wrap;
  flex-flow: row wrap;
}

#home .top-news-content {
  width: 25%;
  font-size: 14px;

  margin-bottom: 60px;
}

#home .top-news {
  padding-left: 15px;
  padding-right: 15px;
}

#home .top-news-title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}

#home .top-news-date {
  color: #777;
  margin-bottom: 10px;
}

#home .top-news-link {
  font-weight: bold;
}

#home .top-news-detail-link {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

#home .top-merit-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;

  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;

  flex-wrap: wrap;
  flex-flow: row wrap;
}

#home .top-title {
  margin-top: 80px;
  margin-bottom: 60px;
}

#home .top-title h2 {
  font-size: 32px;
  text-align: center;
}

#home .top-merit {
  margin-top: 15px;

  padding-left: 15px;
  padding-right: 15px;

  position: relative;
  width: 50%;
}

#home .top-merit-text {
  padding-bottom: 15px;

  border-bottom: 1px solid #e0e0e0;

  font-weight: bold;
}

#home .top-merit-text:after {
  content: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0icmVzZXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPgogIDxwYXRoIGZpbGw9IiM1ZjZhN2QiIGQ9Ik03LjMyNywxNy42NmMtMC43MDMtMC4wMDgtMS4xNDQtMC41ODctMS41OTctMS4wMzljLTAuNjk0LTAuNjkyLTEuMzg5LTEuMzg1LTIuMDgzLTIuMDc3CiAgYy0wLjc0Ny0wLjc0NS0xLjQ5NC0xLjQ5LTIuMjQxLTIuMjM1Yy0wLjM5NS0wLjM5NC0wLjkwOC0wLjc4My0xLjIxOS0xLjI1NGMtMC44OTEtMS4zNDcsMS4wNDUtMi42ODcsMi4xMzEtMS42MDQKICBjMC40NzQsMC40NzIsMC45NDcsMC45NDQsMS40MjEsMS40MTdjMS4yMSwxLjIwNywyLjQxOSwyLjQxMywzLjYyOSwzLjYxOWMzLjI0MS0zLjY3Miw2LjQ4Mi03LjM0NCw5LjcyNC0xMS4wMTcKICBjMC42MDctMC42ODgsMS4zMTQtMS41NywyLjM1NS0wLjg4MmMxLjE3NywwLjc3NywwLjM1MSwxLjg0Ny0wLjMwMiwyLjU3NWMtMS44MTYsMi4wMjktMy42MzQsNC4wNTgtNS40NSw2LjA4NwogIGMtMS4zMDgsMS40NjEtMi42MTUsMi45MjEtMy45MjMsNC4zODJDOS4xNzksMTYuMjk0LDguMzQzLDE3LjY3NSw3LjMyNywxNy42NkM2Ljk4LDE3LjY1Niw3LjY3MiwxNy42NjUsNy4zMjcsMTcuNjZ6Ii8+Cjwvc3ZnPgo=");

  position: absolute;
  right: 30px;
}

#home .top-hr {
  border-top: 1px solid #e0e0e0;
}

#sitemap .sitemap-container {
  margin-top: 60px;
  padding-bottom: 60px;
}

#sitemap .sitemap-row {
  margin-bottom: 30px;
  font-size: 16px;
}

#sitemap .sitemap-row a {
  color: #000;
}

#sitemap .sitemap-row a:hover {
  color: #666;
}

#sitemap .sub-contents {
  font-size: 14px;
  margin-left: 15px;
  margin-top: 10px;
}

#sitemap .sub-contents div {
  margin-top: 5px;
  margin-bottom: 5px;
}

#spec table td {
  font-size: 14px;
}

#spec .spec-warning {
  margin-bottom: 20px;
}

#spec .spec-button-group {
  padding-bottom: 60px;
}

#spec .spec-container {
  margin-top: 60px;
  padding-bottom: 60px;
}

#spec .section-0 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#spec .callout {
  margin-top: 30px;
  margin-bottom: 30px;
}

#spec td:nth-child(1) {
  width: 33%;
}

#spec td:nth-child(2) {
  width: 33%;
}

#spec .box {
  margin-bottom: 60px;
  color: #000;
}

#spec .annotation {
  font-size: 12px;
}

#spec .annotation-content {
  margin-bottom: 5px;
}

#spec .annotation-number {
  font-size: 12px;
  text-align: right;
}

#spec .annotation-description {
  font-size: 12px;
}

#outline .outline-main-container {
  margin-top: 60px;
}

#outline .outline-button-group {
  margin-top: 30px;
  padding-bottom: 60px;
}

#outline .section-1 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
}

#outline .outline-section {
  border-bottom: 1px solid #e0e0e0;
}

#outline .outline-image {
}

#outline .outline-title {
  font-size: 28px;
  margin-bottom: 30px;

  color: #000;
}

#outline .outline-description {
  margin-left: 3%;
  margin-right: 3%;

  color: #5f6a7d;
  font-size: 14px;
}

#outline .link-button {
}

#merit .merit-item-container {
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

#merit .merit-item > div:first-child {
  position: relative;
}

#merit .merit-item > div:first-child img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.merit-item-image {
  text-align: center;
  margin-bottom: 15px;
}

.company-phone {
  font-size: 32px !important;
  font-weight: bold !important;
}

@media screen and ( max-width: 767px ) {
  .merit-item div:first-child img {
    position: static !important;
  }
}

#merit .description {
  font-size: 16px;
}

#merit .box-header {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

#merit .merit-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

#merit .merit-note {
  font-size: 12px;
  margin-top: 15px;
}

#merit .other-link {
  padding-top: 30px;
  text-align: right;
}

#merit .section {
  margin-top: 30px;
  margin-bottom: 30px;
}

#merit .section:nth-child(1) {
  margin-top: 0;
}

#merit .section .row {
  margin-top: 10px;
}

#news_cms .news-main-container {
  margin-top: 60px;
}

#news_cms .box-header {
  margin-top: 60px;
}

#news_cms .section {
  margin-top: 30px;
  margin-bottom: 30px;
}

#news_cms .news-description {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
}

#news_cms .news-image {
  margin-top: 40px;
  text-align: center;
}

#page_cms .box-header {
  margin-top: 60px;
}

#page_cms .page-main-container {
  margin-top: 60px;
}

#page_cms .page-description {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 16px;
}

#page_cms .page-image {
  text-align: center;
}

#page_cms .page-cms-note {
  font-size: 12px;
  margin-top: 15px;
}

#page_cms .section {
  margin-top: 30px;
  margin-bottom: 30px;
}

#sample .section {
  padding-top: 20px;
  padding-bottom: 20px;
}

#sample .section-0 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#sample .sample-site-title {
  font-size: 22px;
  margin-bottom: 15px;
}

#sample .sample-sites-contents {
  margin-top: 60px;
  padding-bottom: 60px;
}

#option .option-note {
  padding-top: 15px;
  font-size: 12px;
}

#option .other-link {
  padding-top: 30px;
  text-align: right;
}

#option .link-ecoption {
  text-align: center;
}

#option .description {
  font-size: 16px;
}

#option .box-header {
}

#option .option-container {
  margin-top: 30px;
  padding-bottom: 60px;
}

#option .option-main-image {
  margin-top: 30px;
  margin-bottom: 60px;
}

#option .section {
  font-size: 14px;
  color: #5f6e7d;
}

#option .section-1 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#option .section:nth-child(1) {
  text-align: center;
}

#option .section:nth-child(2) {
  margin-top: 30px;
  margin-bottom: 30px;
}

#ecoption .description {
  font-size: 14px;
}

#ecoption .other-link {
  text-align: right;
  margin-top: 15px;
}

#ecoption .ecoption-note {
  font-size: 12px;
  padding-top: 15px;
}

#ecoption .box-header {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

#ecoption .manual {
  margin-top: 30px;
  margin-bottom: 60px;
}

#ecoption .function {
  margin-bottom: 60px;
}

#ecoption .function-right {
  margin-top: 15px;
}

#ecoption .box-red .box-header {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#ecoption .box-red {
  color: #000;
  margin-bottom: 60px;
}

#ecoption .function-list {
  border-bottom: 1px solid #fff;
}

#ecoption .function-list-title {
  color: #fff;
}

#ecoption .manager-function-list {
  margin-top: 60px !important;
}

#ecoption .manager-function-list-title {
  color: #fff;
}

#ecoption table td {
  font-size: 14px;
}

#ecoption table td:nth-child(1) {
  width: 23%;
}

#ecoption .operation-container {
  margin-top: 60px;
}

#ecoption .manager-container {
  margin-top: 60px;
  padding-bottom: 60px;
}

#ecoption .warning-note {
  font-size: 12px;
}

#support .support-container {
  margin-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
}

#support .section {
  margin-top: 15px;
}

#support .header-2 {
  margin-top: 60px;
}

#support .other-link {
  padding-top: 30px;
  text-align: right;
  font-size: 14px;
}

#change_client_info .change-client-info-container {
  margin-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
}

#change_client_info .section {
  margin-top: 15px;
}

#change_client_info .change-info-table {
  margin-top: 30px;
  border: 1px solid #e0e0e0;
}

#change_client_info .change-info-table .change-info-table-content {
  vertical-align: middle;
}

#change_client_info .change-info-pdf {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

#change_client_info .change-info-content {
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

#change_client_info .change-info-table th,
#change_client_info .change-info-table td {
  text-align: center;
  border: 1px solid #e0e0e0;
}

#contact .contact-form {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

#contact .confirm-form {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

#contact .section {
  padding-left: 15px;
  margin-top: 30px;
  font-size: 14px;
}

#contact .mail-form-title {
  margin-top: 60px;
}

#contact .phone-title {
  margin-top: 60px;
}

#contact form {
  margin-bottom: 60px;
}

#contact .error,
#inquiry .error {
  background-color: #ff7300;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  margin-left: 10px;
  margin-top: -3px;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px 4px 4px 4px;
  display: none;
}

#inquiry .form-group {
  font-size: 16px;
}

#inquiry .terms-of-service {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 60px;
  font-size: 14px;
}

#inquiry .terms-of-service h1 {
  margin-bottom: 15px;
}

#inquiry .terms-of-service ul {
  list-style: none;
  padding-left: 0;
}

#inquiry .terms-of-service div div dl dl {
  padding: 0 0 0 14px;
}

#inquiry .terms-of-service div div dl dl dd {
  margin: 0 0 0.9em 14px;
}

#inquiry .confirm-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

#inquiry .step-3-description {
  margin-top: 15px;
  font-size: 14px;
}

#inquiry .step-3-link {
  margin-top: 15px;
}

#inquiry .flow-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

#inquiry .section {
  padding-left: 15px;
  margin-top: 30px;
  font-size: 14px;
}

#inquiry .phone-title {
  margin-top: 60px;
}

#inquiry form {
  margin-bottom: 60px;
}

#inquiry .mail-form-title {
  margin-top: 60px;
}

#complete .complete-container {
  margin-top: 60px;
  font-size: 14px;
}

#complete-inquiry .complete-container {
  margin-top: 60px;
  font-size: 14px;
}

#complete .back-link,
#complete-inquiry .back-link {
  margin-top: 60px;
  padding-bottom: 60px;
}

#company .content-container {
  padding-bottom: 60px;
  font-size: 14px;
}

#company .history-title {
  margin-top: 60px;
  margin-bottom: 30px;
}

#company .history-outline {
  margin-top: 60px;
}

#company .clients {
  list-style: none;
  padding-left: 0;
}

#company .publish-lists {
  list-style: none;
  padding-left: 0;
}

#company table td {
  font-size: 14px;
}

#company table td:nth-child(1) {
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

#company .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#company .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#privacy_policy .privacy-container {
  font-size: 14px;
}

#privacy_policy .policy-0 {
  margin-bottom: 100px;
}

#privacy_policy .policy-1 {
  padding-bottom: 60px;
}

#privacy_policy .policy-outline {
  margin-top: 60px;
}

#privacy_policy .policy-title {
  margin-top: 60px;
}

#privacy_policy .policy-description {
  margin-top: 15px;
}

#privacy_policy .policy-date {
  margin-top: 15px;
}

#terms .terms-container {
  padding-bottom: 60px;
  font-size: 14px;
}

#terms .terms-title {
  margin-top: 60px;
}

#terms .terms-description {
  margin-top: 15px;
}

#terms_of_service .service-container {
  margin-top: 60px;
  padding-bottom: 60px;
}

#terms_of_service ul {
  list-style: none;
  padding-left: 0;
}

#terms_of_service h1 {
  margin-bottom: 60px;
}

#terms_of_service div div dl dl {
  padding: 0 0 0 14px;
}

#terms_of_service div div dl dl dd {
  margin: 0 0 0.9em 14px;
}

#news_archive .news-archive-container {
  padding-bottom: 60px;
}

#news_archive .news-content {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0;
}

#news_archive .news-title {
  margin-top: 60px;
  margin-bottom: 60px;
}

#news_archive .news-date {
  font-size: 16px;
}

#news_archive .news-title-link {
  font-size: 16px;
}

#news .news-note {
  font-size: 12px;
}

#news .back {
  margin-top: 60px;
  text-align: right;
}

#news .news-description {
  margin-top: 60px;
  margin-bottom: 60px;
}

#news .news-title-0 {
  margin-bottom: 15px;
}

#news .news-title-1 {
  margin-bottom: 30px;
  text-align: right;
}

#news .news-title-2 {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and ( min-width: 1051px ) {
  .main-sidebar {
    transform: translate(0, 0);
    width: 0px !important;
    z-index: 850;
  }

  .content-wrapper {
    margin-left: 0px !important;
    z-index: 840;
  }
}

@media screen and ( max-width: 1050px ) {
  .header-menu {
    display: none !important;
  }

  .sidebar-toggle {
    display: block !important;
  }

  .content-sub-menu {
    display: none;
  }

  .blue-title {
    font-size: 20px !important;
  }

  #home .logo-title {
    font-size: 40px;
  }
}

@media screen and ( max-width: 991px ) {
  #home .news-content-link {
    text-align: left;
  }

  #home .news-content {
    text-align: center;
  }

  #sitemap .sitemap-row {
    margin-bottom: 15px;
  }

  #sitemap .main-content {
    margin-bottom: 30px;
  }
}

@media screen and ( max-width: 970px ) {
  #home .sample-site-title {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .main-footer li a {
    font-size: 12px;
  }
}

@media screen and ( max-width: 900px ) {
  .responsive-area {
    max-width: 600px;
  }

  #home .top-merit {
    width: 100%;
  }

  #home .top-news-content {
    width: 100%;
  }
}

@media screen and ( max-width: 768px ) {
  .main-header .logo {
    height: 80px;
  }

  .main-header .sidebar-toggle {
    padding: 25px 45px;
  }

  .main-header .navbar {
    min-height: 60px;
  }

  .content-header {
    padding-bottom: 40px;
  }

  .content-header h1 {
    font-size: 30px;
  }

  .blue-title {
    font-size: 18px !important;
  }

  footer {
    padding: 0 !important;
  }

  .company-logo {
    text-align: center;
    padding-right: 0;
  }

  .company-introduction {
    margin-top: 30px;
  }

  .company-introduction-detail {
    text-align: center;
  }

  .skin-blue .main-header .logo {
  }

  .navbar-nav {
    margin: 0;
  }

  #home .top-image {
    padding-top: 0;
  }

  #home .logo-title {
    font-size: 28px;
    padding: 10px;
    line-height: 2.2;
  }

  #home .news-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  #outline .outline-button-group > div {
    text-align: center;
  }

  #outline .outline-button-group > div > div > div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #spec .spec-button-group {
    text-align: center;
  }

  #spec .spec-button-group .spec-button {
    margin-bottom: 20px;
  }

  #spec table td {
    font-size: 14px;
  }

  #merit .description {
    margin-top: 15px;
  }

  #ecoption .description {
    margin-top: 15px;
  }

  #ecoption table td {
    font-size: 14px;
  }

  #sitemap .sitemap-row {
    margin-bottom: 0;
  }

  #sitemap .main-content {
    margin-bottom: 30px;
  }
}

@media screen and ( max-width: 650px ) {
  .responsive-area {
    max-width: 400px;
  }

  .top-title h2 {
    font-size: 22px !important;
  }
}

@media screen and ( max-width: 450px ) {
  #home .sample-sites-title {
    float: none;
    text-align: center;
    display: block;
  }
  #home .other-link {
    float: none;
    text-align: center;
  }
  #home .news-title {
    text-align: center;
    margin-top: 0;
  }
}

/* 2020_1015 google reCAPTCHA 追加分 */
.g-recaptcha{
  padding: 8px;
}
@media screen and (max-width: 320px) {

  .g-recaptcha {
    transform: scale(0.80);
    margin-left: -25px;
  }

}

.box-footer{
  border: none;
}
