@charset "UTF-8";
/*----- ResoponsiveTemplate02 -----*/
/* Headline --------------------*/
/*h2*/
#mainArticles h2,
#listTopics h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0 calc(512px - 50vw) 16px;
  padding: 3vw 0;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  border: none;
  position: relative;
  width: 100vw;
}
#mainArticles h2 > strong,
#listTopics h2 > strong {
  font-size: 45%;
  font-weight: normal;
  display: inline-block;
  margin-top: 0.5em;
}

#listTopics h2 {
  margin: 0 0 16px;
}

/*#mainArticles .article h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
    &:after {
        content: "";
        width: 40px;
        height: 4px;
        margin: 50px 0 20px;
    }
}*/
#mainArticles div[id^=blog] h2 {
  margin: auto;
  padding: 24px 0;
  width: 100%;
}
#mainArticles div[id^=blog] h2:after {
  margin: 16px auto;
}

/*h3*/
#mainTopics h2,
#mainArticles .article h2,
.article h3,
.gallery h3,
.freeHtml h3 {
  padding: 24px 0;
  line-height: 1.85;
  font-size: 1.55em;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 40px 0 0;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
}
#mainTopics h2:after,
#mainArticles .article h2:after,
.article h3:after,
.gallery h3:after,
.freeHtml h3:after {
  content: "";
  width: 40px;
  height: 4px;
  margin: 32px auto;
  display: block;
}

#mainTopics h2 {
  margin-top: 0;
  padding-top: 0;
}

.article h3 a,
.gallery h3 a {
  text-decoration: none;
  font-weight: normal;
}
.article h3 a:hover,
.gallery h3 a:hover {
  text-decoration: none;
}

/*h4 h5 h6*/
.article h4 {
  font-size: 1.15em;
  margin: 0 0 8px;
  display: flow-root;
  padding: 16px 16px 16px 32px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.article h4:before {
  content: "";
  width: 24px;
  height: 4px;
  margin: auto 8px auto 0;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
}
.article h5 {
  font-size: 1.15em;
  margin: 35px 0 20px;
  padding-left: 12px;
  line-height: 1.4;
  font-weight: bold;
  display: flow-root;
}
.article h6 {
  font-size: 1em;
  padding: 4px 8px;
  margin-bottom: 8px;
  font-weight: bold;
  display: flow-root;
}
.article h6:before {
  content: "▲";
  transform: rotate(90deg) scale(0.75);
  font-weight: bold;
  margin-right: 8px;
  display: inline-block;
}

/* Topics --------------------*/
#mainTopics {
  margin-bottom: 0;
  border-bottom: none;
  padding: 40px 0;
  overflow: hidden;
}
#mainTopics .listview {
  text-align: center;
  margin-top: 24px;
}
#mainTopics .listview a {
  color: #fff;
  text-indent: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px 16px;
  font-size: 1em;
  border: none;
}
#mainTopics .listview a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 8px;
}

ul.topics {
  width: 1024px;
  padding: 0;
  margin: auto;
}
ul.topics li {
  padding: 24px;
  margin: 0 0 8px;
  border-radius: 8px;
  position: relative;
  min-height: 160px;
}
ul.topics li p.date {
  font-size: 0.666em;
  line-height: 1;
  margin: 0 0 3px;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 4px;
}
ul.topics li h3 {
  padding-right: 128px;
}
ul.topics li p.description {
  font-size: 0.78em;
  line-height: 1.5;
  margin: 0;
  padding-right: 128px;
}
ul.topics li p.more {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
ul.topics li p.more a {
  text-indent: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px 16px;
  font-size: 0.85em;
  border: none;
}
ul.topics li p.more a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 8px;
}
ul.topics li .thumb {
  width: auto;
  max-width: 160px;
  height: auto;
  max-height: 104px;
  float: left;
  overflow: hidden;
  margin-right: 24px;
}
ul.topics li .thumb img {
  max-width: 160px;
  max-height: 104px;
}

#listTopics ul.topics li {
  border-radius: 0;
}
#listTopics ul.topics li p.description {
  padding-right: 152px;
}

#Pagination {
  margin: auto;
}

/* Items --------------------*/
/* Buttons -----*/
a.btn {
  padding: 8px 16px;
  border-radius: 4px;
  display: flow-root;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
}
a.btn:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-left: 10px;
}
a.btn.anchor:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
}

/* Tables -----*/
.article {
  /*DefaultTable*/
  /*NormalTable*/
  /*BGTable*/
  /*FlowTable*/
}
.article table:not(.contactTable) {
  border-collapse: collapse;
  border-left: 1px solid #ccc;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.article table:not(.contactTable) th {
  background-color: #f7f7f7;
  text-align: center;
}
.article table.normalTbl {
  width: 100%;
  border-left: none;
  font-size: 0.85em;
  margin-bottom: 24px;
}
.article table.normalTbl:last-child {
  margin-bottom: 0;
}
.article table.normalTbl td,
.article table.normalTbl th {
  padding: 16px;
  border-right: none;
}
.article table.normalTbl th {
  width: 25%;
  text-align: left;
}
.article table.normalTbl td {
  width: auto;
}
.article table.bgTbl {
  width: 100%;
  font-size: 0.85em;
  margin-bottom: 20px;
}
.article table.bgTbl:last-child {
  margin-bottom: 0;
}
.article table.bgTbl tr th,
.article table.bgTbl tr td {
  padding: 8px 15px;
}
.article table.bgTbl tr th {
  width: 20%;
  text-align: center;
}
.article table.bgTbl tr td {
  width: auto;
  text-align: left;
}
.article table.bgTbl tr:last-child th,
.article table.bgTbl tr:last-child td {
  padding: 10px;
}
.article table#flowTbl {
  width: 100%;
  margin-top: 0;
  border: none;
}
.article table#flowTbl strong {
  padding: 4px 16px;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.5;
}
.article table#flowTbl td {
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding: 16px;
}
.article table#flowTbl td:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  margin-left: 10px;
  font-size: 40px;
  position: absolute;
  bottom: -64px;
  left: calc(50% - 20px);
}
.article table#flowTbl tr:last-of-type td {
  margin-bottom: 0;
}
.article table#flowTbl tr:last-of-type td:after {
  content: none;
}

/* Lists -----*/
/*CheckList*/
ul.check {
  display: flex;
  flex-direction: column;
  padding-left: 2em;
}
ul.check li {
  position: relative;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.5;
  padding: 0.25em 0;
  display: block;
}
ul.check li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.4em;
  left: -1.5em;
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #c71c1c;
  border-bottom: 4px solid #e55;
  transform: rotate(-45deg);
}

/*NumberList*/
ol.number {
  counter-reset: number;
  list-style-type: none !important;
}
ol.number li {
  position: relative;
  padding-bottom: 0.75em;
  padding-left: 30px;
}
ol.number li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #15b393;
  color: white;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 18px;
  transform: translateY(-50%);
}

/*FAQ*/
ul.faq {
  padding: 0 0 1em;
}
ul.faq li.qus,
ul.faq li.ans {
  display: block;
  font-size: 100%;
  margin-bottom: 1em;
  padding-left: 44px;
}
ul.faq li.qus:before,
ul.faq li.ans:before {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 6px 0 -44px;
  text-align: center;
}
ul.faq li.qus::before {
  background-color: #69f;
  content: "Q";
}
ul.faq li.ans::before {
  background-color: #f69;
  content: "A";
}

/*PrivacyList*/
ol.pp {
  padding-left: 1.25em;
  font-size: 0.85em;
}
ol.pp li {
  list-style-type: decimal;
}

ul.notes {
  list-style-type: none;
  margin-left: 1em;
  font-size: 0.85em;
}
ul.notes li:before {
  content: "◆";
  margin-left: -1em;
}

ul.ps {
  list-style-type: none;
  margin-left: 1em;
  font-size: 0.85em;
}
ul.ps li:before {
  content: "※";
  margin-left: -1em;
}

ul.maru {
  list-style-type: none;
  margin-left: 1em;
  font-size: 0.85em;
}
ul.maru li:before {
  content: "●";
  margin-left: -1em;
}

ul.maru02 {
  list-style: none;
  margin-bottom: 16px;
  padding: 8px 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.85em;
}
ul.maru02 li {
  width: 48%;
  margin-bottom: 8px;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: dotted 1px #dddddd;
  padding-bottom: 8px;
  padding-left: calc(1em + 8px);
}
ul.maru02 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  margin-right: 8px;
  margin-top: 2px;
  font-size: 14px;
  margin-left: calc(-1em - 8px);
}

/* Contact --------------------*/
#mainArticles, #mainBlogCommentForm {
  /*contactTable*/
}
#mainArticles .notice_block h4, #mainBlogCommentForm .notice_block h4 {
  background: none;
  font-size: 1em;
  color: #000000;
  margin: 20px 0 0px;
  padding: 0;
}
#mainArticles .notice_block .notice_address, #mainBlogCommentForm .notice_block .notice_address {
  padding: 15px;
  background: #efefef;
  display: inline-block;
}
#mainArticles .contactTable .contact-note, #mainBlogCommentForm .contactTable .contact-note {
  display: block;
  clear: both;
}
#mainArticles p.contact-note,
#mainArticles .validator-form .validator-message-invalid, #mainBlogCommentForm p.contact-note,
#mainBlogCommentForm .validator-form .validator-message-invalid {
  margin-bottom: 0;
  font-size: 0.78em;
}
#mainArticles p.contact-note, #mainBlogCommentForm p.contact-note {
  color: #999;
}
#mainArticles form, #mainBlogCommentForm form {
  padding: 5px;
  background: #dde8d5;
  margin-bottom: 30px;
  width: 100%;
}
#mainArticles .envelope, #mainBlogCommentForm .envelope {
  padding: 1em;
  margin-bottom: 15px;
  text-align: center;
}
#mainArticles table.contactTable, #mainBlogCommentForm table.contactTable {
  border-bottom: none;
  width: 100%;
  font-size: 1em;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr th,
#mainBlogCommentForm table.contactTable tr td {
  padding: 1em;
  vertical-align: middle;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  width: 30%;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}
#mainArticles table.contactTable tr.must th, #mainBlogCommentForm table.contactTable tr.must th {
  background-position: 95% center;
  background-repeat: no-repeat;
  padding: 1em 56px 1em 16px;
  background-size: 32px;
}
#mainArticles table.contactTable tr td.th_headline, #mainBlogCommentForm table.contactTable tr td.th_headline {
  text-align: center;
  font-size: 1em;
}
#mainArticles table.contactTable .textField, #mainBlogCommentForm table.contactTable .textField {
  width: 100%;
}
#mainArticles table.contactTable input[type=text],
#mainArticles table.contactTable input[type=password],
#mainArticles table.contactTable textarea,
#mainArticles table.contactTable select, #mainBlogCommentForm table.contactTable input[type=text],
#mainBlogCommentForm table.contactTable input[type=password],
#mainBlogCommentForm table.contactTable textarea,
#mainBlogCommentForm table.contactTable select {
  padding: 8px;
  font-weight: normal;
  line-height: 1.25;
  border-radius: 2px;
}
#mainArticles table.contactTable label, #mainBlogCommentForm table.contactTable label {
  display: block;
  float: none;
}
#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type=button], #mainBlogCommentForm table.contactTable input.button,
#mainBlogCommentForm table.contactTable input[type=button] {
  display: block;
  float: left;
  font-size: 1em;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  width: 30%;
  margin: 8px;
  padding: 8px 0;
  margin-bottom: 16px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}
#mainArticles table.contactTable input.button:hover,
#mainArticles table.contactTable input[type=button]:hover, #mainBlogCommentForm table.contactTable input.button:hover,
#mainBlogCommentForm table.contactTable input[type=button]:hover {
  opacity: 0.75;
}
#mainArticles table.contactTable .validator-form .validator-message-invalid,
#mainArticles table.contactTable p.contact-note, #mainBlogCommentForm table.contactTable .validator-form .validator-message-invalid,
#mainBlogCommentForm table.contactTable p.contact-note {
  padding: 0;
  margin: 0;
  font-size: 85%;
}
#mainArticles table.contactTable .validator-form .validator-message-invalid, #mainBlogCommentForm table.contactTable .validator-form .validator-message-invalid {
  padding-left: 24px;
}

/* blog --------------------*/
#mainBlogComments h2, #mainBlogCommentForm h2 {
  font-size: 1.15em;
  margin: 0 0 8px;
  display: flow-root;
  padding: 16px 16px 16px 32px;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
#mainBlogComments h2:before, #mainBlogCommentForm h2:before {
  content: "";
  width: 24px;
  height: 4px;
  margin: auto 8px auto 0;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
}
#mainBlogComments h3, #mainBlogCommentForm h3 {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.4;
  font-weight: bold;
}

/* Responsive --------------------*/
@media only screen and (max-width: 1024px) {
  #mainArticles h2,
  #listTopics h2 {
    margin: 0 0 16px;
  }
  #mainTopics {
    padding-left: 4%;
    padding-right: 4%;
  }
  ul.topics {
    width: 100%;
  }
  .formConfirmation #mainArticles form {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 600px) {
  /*Headline*/
  #mainTopics h2,
  .article h3,
  .gallery h3,
  .freeHtml h3 {
    margin: 0;
  }
  #mainTopics h2:after,
  .article h3:after,
  .gallery h3:after,
  .freeHtml h3:after {
    content: "";
    width: 40px;
    height: 4px;
    margin: 16px auto;
  }
  /*Topics*/
  ul.topics li p.description,
  ul.topics li h3 {
    padding: 0;
  }
  ul.topics li h3 {
    font-size: 1em;
  }
  ul.topics li p.description {
    font-size: 0.888em;
  }
  ul.topics li p.more {
    position: unset;
  }
  ul.topics li p.more a {
    display: block;
    margin-top: 0.5em;
  }
  ul.topics li .thumb {
    max-width: 80px;
    max-height: 60px;
    margin-right: 8px;
  }
  ul.topics li .thumb img {
    max-width: 80px;
    max-height: 60px;
  }
  #listTopics ul.topics li p.description {
    padding: 0;
  }
  /*Lists*/
  ol.number li:before {
    top: 14px;
  }
  ul.maru02 {
    font-size: 1em;
  }
  ul.maru02 li {
    width: 100%;
  }
  ul.maru02 li:before {
    margin-top: 0;
  }
  ol.pp,
  ul.ps,
  ul.notes,
  ul.maru {
    font-size: 1em;
  }
  /*Table*/
  .article table.normalTbl {
    font-size: 1em;
  }
  .article table.normalTbl th,
  .article table.normalTbl td {
    display: block;
    width: 100%;
    padding: 8px;
  }
  .article table.normalTbl td {
    font-weight: normal;
  }
  .article table.bgTbl {
    font-size: 1em;
    border-left: none !important;
  }
  .article table.bgTbl tr th,
  .article table.bgTbl tr td {
    font-size: 1em;
    display: block;
    width: 100%;
    border-right: none !important;
  }
  .article table.bgTbl tr td {
    font-weight: normal;
  }
  /*Contact*/
  #mainArticles table.contactTable tr th,
  #mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr th,
  #mainBlogCommentForm table.contactTable tr td {
    display: block;
    width: 100%;
  }
  #mainArticles table.contactTable tr:last-child th, #mainBlogCommentForm table.contactTable tr:last-child th {
    display: none;
  }
  #mainArticles table.contactTable input.button,
  #mainArticles table.contactTable input[type=button], #mainBlogCommentForm table.contactTable input.button,
  #mainBlogCommentForm table.contactTable input[type=button] {
    float: none;
    margin: auto;
    width: 50%;
    margin-bottom: 1em;
  }
}/*# sourceMappingURL=contents_main.css.map */