@charset "UTF-8";

/*	common
---------------------- */
a:link {
  color: #06C;
  text-decoration: none;
}

a:visited {
  color: #06F;
}

a:hover {
  color: #3CF;
}

a img {
  border: none;
}

p {
  margin: 0 0 10px;
  padding: 0px;
}

table {
  font-size: inherit;
  /* not IE */
  font: 100%;
  /* IE */
}

#main-contents a:hover img,
#side-contents a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70 )";
}

#font-size a:hover img,
#font-size a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70 )";
}

a:focus {
  outline: none;
}

a {
  overflow: hidden;
}

#main-contents .twtr-widget h3 {
  background-image: none;
  font-size: medium;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  height: auto;
  width: auto;
}

#main-contents .twtr-widget h4 {
  font-size: medium;
  font-weight: normal;
  background-image: none;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
}

.error {
  background: #ff6699;
  padding: 20px;
  text-align: center;
}

.render-mode-switch {
  font-size: 40px !important;
  text-align: center;
  color: #FFF;
  background-color: #333;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* HTML5用 */
header,
footer,
nav,
section,
article,
figure,
aside,
main {
  display: block;
}

.txg-tgallery-wrapper img {
  border: 3px solid #ccc;
}

.txg-tgallery-wrapper td {
  vertical-align: top;
  padding: 0 5px;
}

.scrollFixIt {
  color: #666;
  margin-right: 3px;
}

/* スマホ用 */
.thp_pc-none {
  display: block;
}

.googlemap {
  display: inline-block;
}

/*ギャラリー調整*/
#cboxTitle {
  background: rgba(255, 255, 255, 0.8);
  bottom: 28px !important;
}

img.qrcode {
  border: 1px solid #cccccc;
}

/* Design */
body {
  /*@include yugo;*/
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: normal;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

@media screen and (max-width: 750px) {
  body {
    animation-name: none;
  }
}

body p {
  margin: 0;
}

.wrap {
  overflow: hidden;
}

.thp-container {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

/* ローディング */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #F7F7F7;
  z-index: 1;
}

#loader-bg #loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 2;
}

#loader-bg #loader #logo_load {
  margin-left: -75px;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  #loader-bg #loader #logo_load {
    margin-left: -60px;
  }
}

/* header
----------------------- */
header {
  width: 100%;
  border-top: 9px solid #FDEF16;
}

header .header_logo {
  float: left;
  margin: 10px 0 0 16px;
}

header .header_logo a:hover {
  opacity: 0.7;
}

header .header_tel {
  float: right;
  margin: 15px 0 0;
}

header .header_tel a {
  display: block;
  color:#333;
  font-weight: bold;
  padding: 12px 10px;
  background: #FDEF16;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: opacity 0.3s ease-out;
}

header .header_tel a span.num {
  display: inline-block;
  padding-left: 23px;
  background: url(/asset/00032/2025/bg/header_tel.webp) no-repeat 7px center;
  background-size: 11px 18px;
}

header .header_tel a:hover {
  opacity: 0.7;
}

header .header_mail {
  float: right;
  margin: 15px 20px 0 10px;
}

header .header_mail a {
  display: block;
  color: white;
  font-weight: bold;
  padding: 12px 22px 12px 50px;
  background: url(/asset/00032/2025/bg/header_mail.webp) no-repeat 20px center #333;
  background-size: 19px 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: opacity 0.3s ease-out;
}

header .header_mail a:hover {
  opacity: 0.8;
}

header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 1100px以下 */
@media screen and (max-width: 1100px) {
  header .header_logo {
    margin: 25px auto 0 16px;
  }

  header .header_tel a {
    width: 200px;
    text-align: center;
    padding: 12px 0;
  }

  header .header_tel a span.num {
    display: block;
    background: url(../img/header_tel.png) no-repeat 20px center;
  }

  header .header_mail {
    margin: 15px 20px 0 10px;
  }

  header .header_mail a {
    width: 170px;
    text-align: center;
    padding: 12px 0 12px 20px;
  }

  header .header_mail a span.pc-none {
    display: block;
  }
}

/* 880px以下 */
@media screen and (max-width: 880px) {
  header .header_logo {
    margin: 10px auto 0;
    padding: 0 20px;
  }

  header .header_logo img {
    max-width: 100%;
    height: auto;
  }

  header .header_tel {
    display: none;
  }

  header .header_mail {
    display: none;
  }
}

/* Contents
----------------------- */
#main-contents #sitemap-section {
  margin-bottom: 20px;
  font-size: 120%;
}

#main-contents #sitemap-section h4 {
  background: transparent;
  border: none;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 100%;
  box-shadow: none;
  text-shadow: none;
  outline: none;
  color: inherit;
  height: auto;
}

#main-contents #sitemap-section h4:before,
#main-contents #sitemap-section h4:after {
  display: none;
}

#main-contents #sitemap-section h4:after,
#main-contents #sitemap-section h4:before {
  display: none;
}

#main-contents #sitemap-section h4 a {
  display: block;
  padding: 10px;
  border-bottom: solid 1px #ccc;
  border-radius: 3px;
}

#main-contents #sitemap-section h4 a:hover {
  background: #FDEF16;
  color: #fff;
  transition: 0.3s;
}

#main-contents #sitemap-section .box ul {
  margin: -1.5em 0 0em 0;
  padding: 0 0 0 1em;
}

#main-contents #sitemap-section .box ul li {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  font-size: 100%;
}

#main-contents #sitemap-section .box ul li a {
  color: #666;
  display: block;
  padding: 8px;
  border-bottom: solid 1px #ccc;
  border-radius: 3px;
}

#main-contents #sitemap-section .box ul li a:hover {
  background-color: #FDEF16;
  color: #ffffff;
  transition: 0.3s;
}

/* Footer
----------------------- */
/* pagetop */
#toPageTop {
  padding: 0;
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

footer {
  background: #333;
  /* footer navigation */
}

footer #footer-contents {
  display: block;
  padding: 15px 0;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  color: #fff;
  text-align: center;
}

footer #footer-contents small a {
  color: white;
  font-size: 12px;
}

@media screen and (max-width: 1100px) {
  footer #footer-contents {
    width: 95%;
    margin: 0 auto;
  }
}

footer #footer-nav {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
  letter-spacing: -0.27em;
}

footer #footer-nav li {
  display: inline;
  border-left: 1px solid white;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

footer #footer-nav li:last-child {
  border-right: 1px solid white;
}

footer #footer-nav li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  padding: 5px 10px;
}

footer #footer-nav li a:hover,
footer #footer-nav li a:active,
footer #footer-nav li a.active {
  text-decoration: underline;
}

/* ドキュメントビュー用
----------------------- */
.txg-doclist ul {
  list-style-type: none;
}

.txg-doclist li {
  list-style-type: none;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #5c4930;
}

a.txg-doclist-link,
a.txg-doclist-embed {
  padding-left: 20px;
  padding-top: 5px;
  background: transparent url(../icons/icon_txt.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.pdf'],
a.txg-doclist-embed[href$='.pdf'] {
  background: transparent url(../icons/icon_pdf.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.xls'],
a.txg-doclist-embed[href$='.xls'] {
  background: transparent url(../icons/icon_xls.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.xlsx'],
a.txg-doclist-embed[href$='.xlsx'] {
  background: transparent url(../icons/icon_xls.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.doc'],
a.txg-doclist-embed[href$='.doc'] {
  background: transparent url(../icons/icon_doc.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.docx'],
a.txg-doclist-embed[href$='.docx'] {
  background: transparent url(../icons/icon_doc.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.ppt'],
a.txg-doclist-embed[href$='.ppt'] {
  background: transparent url(../icons/icon_pps.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.pptx'],
a.txg-doclist-embed[href$='.pptx'] {
  background: transparent url(../icons/icon_pps.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.zip'],
a.txg-doclist-embed[href$='.zip'] {
  background: transparent url(../icons/icon_archive.gif) no-repeat center left;
}

a.txg-doclist-link[href$='.rar'],
a.txg-doclist-embed[href$='.rar'] {
  background: transparent url(../icons/icon_archive.gif) no-repeat center left;
}

/* お問い合わせフォーム*/
#tx_form_0 {
  margin: 0;
  padding: 0;
  display: block;
}

#mailform-section {
  margin: 0;
  color: #333;
}

#mailform-section {
  margin-bottom: 20px;
}

#mailform-section div.form-layout {
  width: 95%;
  display: block;
  margin: 0 auto;
}

#mailform-section div.form-layout div.form-items {
  width: 100%;
  margin: 0 auto;
}

#mailform-section div.form-layout div.form-items div.form-item {
  clear: both;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  border-bottom: dashed 1px #ccc;
}

#mailform-section div.form-layout div.form-items div.form-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#mailform-section div.form-layout div.form-items div.form-item div.label {
  float: none;
  clear: both;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding: 0 0 0 10px;
  color: #333;
  font-size: 100%;
  border-left: solid 4px #FDEF16;
}

#mailform-section div.form-layout div.form-items div.form-item div.field {
  float: none;
  clear: both;
  background: #fff;
  width: 100%;
  text-align: left;
  vertical-align: top;
  padding: 8px 0;
}

#mailform-section div.form-layout div.form-items div.form-item div.field p.description {
  margin: 10px 0;
  font-size: 100%;
}

#mailform-section div.form-layout div.form-items .field-textarea {
  width: calc(100% - 20px);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  background: #efefef;
  padding: 10px;
  font-size: 100%;
  border: 1px solid #ccc;
  color:#333;
}

#mailform-section input.input-text {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: calc(100% - 20px);
  border: none;
  background: #efefef;
  padding: 10px;
  font-size: 100%;
  color:#333;
  border: 1px solid #ccc;
}

#mailform-section textarea.input-textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #ccc;
}

#mailform-section input.input-select {
  border: 1px solid #ccc;
}

#mailform-section select.input-select {
  position: relative;
  width: 100%;
  padding: 10px;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  height: 40px;
  border: none;
  background: #eee;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #eee), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #eee);
  background: -moz-linear-gradient(#fff, #eee);
  background: -o-linear-gradient(#fff, #eee);
  background: -ms-linear-gradient(#fff, #eee);
  background: linear-gradient(#fff, #eee);
  border: solid 1px #ccc;
  font-size: 100%;
}

#mailform-section select.input-select option {
  padding: 5px 0;
  display: block;
}

#mailform-section .required {
  color: red;
  font-weight: normal;
}

#mailform-section .error {
  background-color: #fcf;
  padding: 0px;
  text-align: left;
}

#mailform-section .error-message {
  color: #f00;
}

#mailform-section .completion-message {
  border: 1px solid #ccc;
  padding: 30px;
}

#mailform-section div.submitee {
  clear: both;
  text-align: center;
}

#mailform-section div.submitee button {
  cursor: pointer;
  border-width: 0px;
  height: 51px;
  width: 144px;
  margin-top: 5px;
  border-radius: 5px;
  background: #FDEF16;
}

#mailform-section div.submitee button:hover {
  opacity: 0.7;
  transition: 0.5s;
}

#mailform-section div.submitee button span {
  font-size: 180%;
}

#mailform-section input[type=radio],
#mailform-section input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
  display: none;
  margin: 0;
}

#mailform-section input[type=radio] + label,
#mailform-section input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  cursor: pointer;
  padding: 0 0 0 20px;
}

#mailform-section input[type=radio] + label:hover,
#mailform-section input[type=checkbox] + label:hover {
  color: #FDEF16;
}

#mailform-section input[type=radio] + label::before,
#mailform-section input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: #FFF;
}

#mailform-section input[type=radio]:checked + label::after,
#mailform-section input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

#mailform-section input[type=radio] + label::before {
  border: 1px solid #666;
  border-radius: 30px;
}

#mailform-section input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -2px;
  background: #FDEF16;
  border-radius: 8px;
}

#mailform-section input[type=checkbox] + label::before {
  border: 1px solid #666;
}

#mailform-section input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*koページ一覧パーツ*/
#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper {
  text-decoration: none;
  color: #4d4d4d;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper a {
  text-decoration: none;
  color: #4d4d4d;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper a:hover {
  text-decoration: underline;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist {
  overflow: hidden;
  margin: 0 auto 10px auto;
  padding: 0 0 0 10px;
  display: block;
}

@media screen and (max-width: 599px) {
  #main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist {
    padding: 0px;
  }
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li {
  list-style: none;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  position: relative;
  margin: 1%;
  width: 47%;
  height: auto;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(odd) {
  float: left;
  clear: left;
}

@media screen and (max-width: 599px) {
  #main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(odd) {
    float: none;
    clear: both;
  }
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(even) {
  float: right;
  clear: right;
}

@media screen and (max-width: 599px) {
  #main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(even) {
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  #main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li {
    width: auto;
  }
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item {
  display: block;
  overflow: hidden;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-title {
  margin: 0;
  padding: 5px 0px 5px 5px;
  border-left: 5px solid #FDEF16;
  min-height: 23px;
  display: block;
  clear: both;
  width: 100%;
  color: #FDEF16;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-title a {
  display: block;
  padding: 0 0 0 5px;
  font-weight: medium;
  font-size: 120%;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts {
  margin: 5px 10px 10px 15px;
  clear: left;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text1 {
  display: block;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text2 {
  display: block;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text3 {
  display: block;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext {
  clear: left;
  color: #ffffff;
  border-radius: 5px;
  z-index: 10;
  padding: 0;
  float: none;
  margin: 10px;
  min-height: 18px;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext a {
  color: #ffffff;
  display: block;
  float: none;
  text-align: center;
  overflow: hidden;
  padding: 1px 3px 0;
  background-color: #FDEF16;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext a:hover {
  background-color: #fdf249;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext .txg-subpagelist-bullet {
  display: none;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-image {
  margin: 10px;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-image a {
  display: block;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

#main-contents .txg-subpagelist1 .txg-subpagelist-wrapper .txg-subpagelist .txg-subpagelist-image-no .txg-subpagelist-title {
  width: auto;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper {
  text-decoration: none;
  color: #4d4d4d;
  margin-bottom: 50px;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper a {
  text-decoration: none;
  color: #4d4d4d;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper a:hover {
  text-decoration: underline;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist {
  overflow: hidden;
  margin: 0 auto 10px auto;
  padding: 0;
  display: block;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li {
  border-bottom: 1px solid #c0c0c0;
  list-style: none;
  position: relative;
  width: 48%;
  height: auto;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(odd) {
  float: left;
  clear: left;
}

@media screen and (max-width: 699px) {
  #main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(odd) {
    float: none;
    clear: both;
  }
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(even) {
  float: right;
  clear: right;
}

@media screen and (max-width: 699px) {
  #main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li:nth-child(even) {
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 699px) {
  #main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li {
    width: auto;
  }
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item {
  display: block;
  padding: 15px 0;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-title {
  display: block;
  clear: both;
  padding: 0 0 10px;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-title a {
  display: block;
  padding: 0;
  font-weight: bold;
  font-size: 115%;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts {
  clear: left;
  float: left;
  width: 70%;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text1 {
  display: block;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text2 {
  display: block;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-texts .txg-subpagelist-text3 {
  display: block;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext {
  z-index: 10;
  padding: 0;
  float: right;
  margin: 0;
  min-height: 18px;
  right: 0;
  bottom: 20px;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext a {
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 7px 15px;
  background: #FDEF16;
  text-decoration: none;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext a:hover {
  color: white;
  background: #333;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-linktext .txg-subpagelist-bullet {
  display: none;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist li .txg-subpagelist-item .txg-subpagelist-image {
  display: none;
}

#main-contents .txg-subpagelist2 .txg-subpagelist-wrapper .txg-subpagelist .txg-subpagelist-image-no .txg-subpagelist-title {
  width: auto;
}

/* サイド デフォルト */
#side .txg-subpagelist-wrapper,
#side .txg-subpagelist-wrapper a {
  text-decoration: none;
  color: #4d4d4d;
}

#side .txg-subpagelist-wrapper:hover,
#side .txg-subpagelist-wrapper a:hover {
  text-decoration: underline;
}

#side ul.txg-subpagelist {
  overflow: hidden;
  margin: 0 auto 10px auto;
  padding: 0;
  display: block;
}

#side ul.txg-subpagelist li {
  list-style: none;
  border: 1px solid #c0c0c0;
  background-color: #fff;
  position: relative;
  float: left;
  margin: 1%;
  width: 98%;
  display: block;
  overflow: hidden;
  padding-bottom: 5px;
}

#side ul.txg-subpagelist .txg-subpagelist-title {
  margin: 5px 0 0 5px;
  padding: 5px 0px 0px 5px;
  border-left: 5px solid #002e73;
  min-height: 23px;
}

#side .txg-subpagelist-image-no .txg-subpagelist-title {
  width: 240px;
}

#side .txg-subpagelist-title a {
  display: block;
  padding: 0 0 0 5px;
  font-weight: medium;
  font-size: 15px;
}

#side .txg-subpagelist-texts {
  width: 100px;
  height: 82px;
}

#side .txg-subpagelist-image img {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 85px;
  border: 1px solid #c0c0c0;
  background-color: #eaeaea;
}

#side .txg-subpagelist-linktext {
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 85px;
  height: 18px;
  border: 1px solid #c0c0c0;
  background-color: #eaeaea;
}

#side .txg-subpagelist-bullet {
  margin: 3px 2px 0px 3px;
  display: block;
  font-size: 10px;
  line-height: 10px;
  float: left;
  width: 10px;
  height: 10px;
  padding: 1px;
  color: #fff;
  background-color: #002e73;
  text-align: center;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#side .txg-subpagelist-linktext {
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#side .txg-subpagelist-linktext a {
  display: block;
  float: left;
  width: 65px;
  height: 15px;
  text-align: center;
  overflow: hidden;
  padding-top: 2px;
}

#side .txg-subpagelist-nav {
  margin: 0px auto 10px;
  color: #8080a7;
  font-size: 14px;
}

#side .txg-subpagelist-nav td {
  padding: 0 4px;
}

#side .txg-subpagelist-nav a {
  font-size: 14px;
  color: #008000;
}

/* お知らせ一覧ページ */
#main-contents .topic-list-section .thp_topic-list-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-contents .topic-list-section h3.topic-title_dt {
  background: transparent;
  color: #333;
  font-size: 120%;
  border-radius: 0;
  padding: 10px 0 10px 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  height: auto;
  text-align: left;
}

#main-contents .topic-list-section h3.topic-title_dt:before,
#main-contents .topic-list-section h3.topic-title_dt:after {
  display: none;
}

#main-contents .topic-list-section h3.topic-title_dt .date {
  font-size: 80%;
}

#main-contents .topic-list-section .thp_topic-link {
  border: 0;
  white-space: initial;
  display: block;
}

#main-contents .topic-list-section .thp_topic-link:hover {
  background: #eee;
  background: url(../img/topic-arrow.png) no-repeat right center rgba(204, 204, 204, 0.5);
}

#main-contents .topic-list-section .ui-icon {
  background-color: #108178;
}

#main-contents .topic-list-section .topic-text_dd {
  font-weight: normal;
  color: #333;
  padding: 0 10px 15px 0;
}

#main-contents .topic-list-section li {
  border-bottom: dotted 1px #ccc;
}

#main-contents .topic-list-section li:last-child {
  border-bottom: none;
}

/*--- 共通 ---*/
.container {
  width: 1100px;
  margin: 0 auto;
}

.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}

/*--- キーフレーム ---*/
@keyframes slide_top {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide_bottom {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide_left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide_right {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shake01 {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-50px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes shake02 {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(30px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes order {
  100% {
    opacity: 1;
  }
}

/*--- アニメーション class付与 ---*/
/* フェード横　右 */
.fade_off-right {
  opacity: 0;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
  transform: translatex(300px);
}

@media screen and (max-width: 700px) {
  .fade_off-right {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade_on-right {
  opacity: 1;
  transform: translateY(0);
}

/* フェード横　左 */
.fade_off-left {
  opacity: 0;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
  transform: translatex(-300px);
}

@media screen and (max-width: 700px) {
  .fade_off-left {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade_on-left {
  opacity: 1;
  transform: translateY(0);
}

/* フェード縦　下 */
.fade_off-bottom {
  opacity: 0;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
  transform: translateY(70px);
}

.fade_on-bottom {
  opacity: 1;
  transform: translateY(0);
  z-index: 10;
}

/* フェードイン */
.fade_off-in {
  opacity: 0;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
}

@media screen and (max-width: 640px) {
  .fade_off-in {
    animation: fadeIn 2s ease 0s 1 normal;
    opacity: 1;
  }
}

.fade_on-in {
  animation: fadeIn 2s ease 0s 1 normal;
  opacity: 1;
}

/*--- お問い合わせ ---*/
h2.contact_ballon {
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  background: #FDEF16;
  margin: 0 0 -50px;
  padding: 27px 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  h2.contact_ballon {
    font-size: 36px;
    margin-top: 100px;
  }

  h2.contact_ballon span {
    display: block;
    padding: 0 27px;
  }
}

@media screen and (max-width: 640px) {
  h2.contact_ballon {
    font-size: 28px;
  }

  h2.contact_ballon span.pc-none {
    display: block;
  }
}

h2.contact_ballon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #333 transparent transparent transparent;
  background: none !important;
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  margin: 0 auto;
  z-index: 10;
}

.contact_text {
  font-size: 20px;
  text-align: center;
  margin: 50px 0 0;
  padding: 70px 30px;
}

#contact #contact_container {
  width: 100%;
  height: 390px;
  background: url(/asset/00032/2025/bg/contact_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #contact #contact_container {
    height: auto;
  }
}

@media screen and (max-width: 636px) {
  #contact #contact_container {
    background-image: none;
  }
}

.wrap-btn {
  max-width: 1100px;
  margin: 0 auto;
}

.wrap-btn #contact_tel {
  float: left;
  width: 520px;
}

@media screen and (max-width: 1100px) {
  .wrap-btn #contact_tel {
    float: none;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-btn #contact_tel {
    width: 90%;
  }
}

.wrap-btn #contact_tel a table.tel {
  width: 100%;
  height: 121px;
  padding: 0 20px 0 0;
  background: #FDEF16;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  transition: opacity 0.3s ease-out;
}

.wrap-btn #contact_tel a table.tel tr td {
  vertical-align: middle;
}

.wrap-btn #contact_tel a table.tel tr td.tel_ttl {
  width: 180px;
  color:#333;
  font-size: 33px;
  font-weight: bold;
  padding: 0 0 0 60px;
  background: url(/asset/00032/2025/bg/contact_tel.webp) no-repeat 20px center;
  background-size: 25px 41px;
}

.wrap-btn #contact_tel a table.tel tr td.tel_num {
  width: 65%;
  color:#333;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #333;
  vertical-align: middle;
}

.wrap-btn #contact_tel a table.tel tr td.tel_time {
  width: 65%;
  color:#333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.wrap-btn #contact_tel a table.tel:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1100px) {
  .wrap-btn #contact_tel a table.tel {
    padding: 20px 0;
    background: url(/asset/00032/2025/bg/contact_mail.webp) no-repeat 40px center #FDEF16;
    background-size: 45px 33px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 640px) {
  .wrap-btn #contact_tel a table.tel {
    background: #FDEF16;
  }
}

@media screen and (max-width: 1100px) {
  .wrap-btn #contact_tel a table.tel tr td {
    display: block;
    text-align: center;
  }

  .wrap-btn #contact_tel a table.tel tr td.tel_ttl {
    width: 100%;
    padding: 0;
    background: none;
    padding: 0;
  }

  .wrap-btn #contact_tel a table.tel tr td.tel_num {
    width: 100%;
    border: none;
  }

  .wrap-btn #contact_tel a table.tel tr td.tel_time {
    width: 100%;
  }
}

.wrap-btn #contact_mail {
  float: right;
  width: 520px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .wrap-btn #contact_mail {
    float: none;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-btn #contact_mail {
    width: 90%;
  }
}

.wrap-btn #contact_mail a {
  display: block;
  color: white;
  font-size: 32px;
  padding: 36px 15px 36px 55px;
  background: #333;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url(../img/contact_mail.png) no-repeat 30px center #333;
  transition: opacity 0.3s ease-out;
}

.wrap-btn #contact_mail a .pc-none {
  display: none;
}

.wrap-btn #contact_mail a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1100px) {
  .wrap-btn #contact_mail a {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .wrap-btn #contact_mail a .pc-none {
    display: block;
  }
}

.wrap-btn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* トップ＆中面　機能詳細 */
h3.subhead_function {
  font-size: 36px;
  margin: 0 0 20px;
  padding: 14px 0 14px 80px;
  background: no-repeat left center;
  background-size: 60px 60px;
}

h3.subhead_function span.small {
  font-size: 70%;
}

h3.subhead_function.fn01 {
  background-image: url(/asset/00032/2025/subpage/icon_nippo.webp);
}

h3.subhead_function.fn02 {
  background-image: url(/asset/00032/2025/subpage/icon_genka.webp);
}

h3.subhead_function.fn03 {
  background-image: url(/asset/00032/2025/subpage/icon_shiharai.webp);
}

h3.subhead_function.fn04 {
  background-image: url(/asset/00032/2025/subpage/icon_jikkoyosan.webp);
}

h3.subhead_function.fn05 {
  background-image: url(../img/icon05.png);
}

h3.subhead_function.fn06 {
  background-image: url(/asset/00032/2025/subpage/icon_workflow.webp);
}

h3.subhead_function.fn07 {
  background-image: url(/asset/00032/2025/subpage/icon_gw.webp);
}

h3.subhead_function.fn08 {
  background-image: url(/asset/00032/2025/subpage/icon_mitsumori.webp);
}

h3.subhead_function.fn09 {
  background-image: url(/asset/00032/2025/subpage/icon_uriage.webp);
}

h3.subhead_function.fn10 {
  background-image: url(/asset/00032/2025/subpage/icon_kojidaicho.webp);
}

h3.subhead_function.fn11 {
  background-image: url(../img/icon11.png);
}

h3.subhead_function.fn12 {
  background-image: url(/asset/00032/2025/subpage/icon_zaiko.webp);
}

h3.subhead_function.fn13 {
  background-image: url(/asset/00032/2025/subpage/icon_haifu.webp);
}

h3.subhead_function.fn14 {
  background-image: url(../img/icon14.png);
}

h3.subhead_function.hacchu {
  background-image: url(/asset/00032/2025/subpage/icon_hacchu.webp);
}

h3.subhead_function.kokyaku {
  background-image: url(/asset/00032/2025/subpage/icon_kokyaku.webp);
}

h3.subhead_function.kokyaku {
  background-image: url(/asset/00032/2025/subpage/icon_kokyaku.webp);
}

h3.subhead_function.kaikei {
  background-image: url(/asset/00032/2025/subpage/icon_kaikei.webp);
}

h3.subhead_function.kojinippo {
  background-image: url(/asset/00032/2025/subpage/icon_kojinippo.webp);
}

h3.subhead_function.kaikei {
  background-image: url(/asset/00032/2025/subpage/icon_kaikei.webp);
}

h3.subhead_function.haichi {
  background-image: url(/asset/00032/2025/subpage/icon_haichi.webp);
}

h3.subhead_function.koteikanri {
  background-image: url(/asset/00032/2025/subpage/icon_koteikanri.webp);
}

h3.subhead_function.doga {
  background-image: url(/asset/00032/2025/subpage/icon_doga.webp);
}

@media screen and (max-width: 775px) {
  h3.subhead_function {
    font-size: 26px;
    padding: 30px 0 30px 90px;
    background-size: 70px 70px;
  }
}

.head_detail {
  font-size: 29px;
  margin: 0 0 10px;
  padding: 0 0 0 70px;
  background: url(/asset/00032/2025/bg/icon_clooud.webp) no-repeat left center;
  background-size: 58px 44px;
}

@media screen and (max-width: 640px) {
  .head_detail {
    font-size: 25px;
    padding-top: 5px;
  }
}

.text_detail {
  font-size: 20px;
  line-height: 1.7;
  margin: 0 0 20px;
}

@media screen and (max-width: 640px) {
  .text_detail {
    font-size: 18px;
  }
}

.img_detail {
  max-width: 1100px;
  margin: 30px 0;
}

.img_detail.center {
  text-align: center;
}

.img_detail img {
  max-width: 100%;
  height: auto;
}

.tbl_detail {
  width: 100%;
  margin: 60px 0 0;
}

.tbl_detail tr td {
  max-width: 530px;
  vertical-align: top;
}

.tbl_detail tr td img {
  max-width: 100%;
  vertical-align: bottom;
  margin-bottom: 20px;
}

.tbl_detail tr td.spacer {
  width: 40px;
}

@media screen and (max-width: 1100px) {
  .tbl_detail td {
    display: list-item;
    list-style: none;
    text-align: center;
  }

  .tbl_detail td img {
    max-width: 100%;
    height: auto;
  }
}

.tbl_detail.fn09 tr td {
  max-width: inherit;
}

.tbl_detail.fn09 tr td.spacer {
  width: 40px;
  vertical-align: top;
  text-align: center;
}

.tbl_detail.fn09 tr td.spacer img {
  margin-top: 120px;
}

@media screen and (max-width: 1100px) {
  .tbl_detail.fn09 tr td.fn09 {
    width: 100%;
    padding: 20px 0;
  }

  .tbl_detail.fn09 tr td.fn09 img {
    transform: rotate(90deg);
    margin-top: 0;
  }
}

/* 2021/05/06 */
.constitution {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}

.constitution tr.head {
  font-size: 80%;
  background: #FDEF16;
}

.constitution td {
  font-size: 100%;
  font-weight: bold;
  height: 40px;
  border: 1px solid #ccc;
}

.constitution td.blank {
  background: #FDEF16;
}

.constitution td.item {
  font-size: 80%;
  background: #fff;
}

a.list-btn {
  display: block;
  width: 260px;
  color: white !important;
  line-height: 1;
  margin: 0 auto;
  padding: 20px 0;
  background: url(../img/arrow-btn.png) no-repeat right 15px center #333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}

a.list-btn:hover {
  opacity: 0.7;
  transition: 0.7s;
}

/* 中面テンプレート部分 */
table.company_table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 20px
}

table.company_table tr:first-child td,
table.company_table tr:first-child th {
  border-top: 1px solid #ccc
}

table.company_table th {
  width: 20%;
  padding: 30px 5px;
  color: #333;
  border-left: 5px solid #fdf249;
  border-bottom: 1px solid #ccc;
  background: #f9f9f9
}

@media screen and (max-width:670px) {
  table.company_table th {
    width: 27%
  }
}

table.company_table td {
  width: 80%;
  padding: 30px 5px 30px 15px;
  border-bottom: 1px solid #ccc
}

@media screen and (max-width:670px) {
  table.company_table td {
    width: 70%
  }
}

#main-contents .thp-basic__privacyPolicy_sign {
  float: right;
  clear: both
}

.thp-basic_clear {
  height: 0;
  width: 100%;
  border: 0;
  clear: both
}