@charset "UTF-8";
/*----- Simple01 -----*/
/* HeadLine --------------------*/
/*h2*/
#mainArticles h2,
#listTopics h2 {
  margin: 0 0 40px 0;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 2em;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
  width: 100%;
}

/*h3*/
#mainArticles .article h2,
.mainContents .article h3,
#mainTopics h2,
#listTopics h2,
.mainContents div.gallery h3,
#mainServices h2 {
  margin: -44px -40px 40px;
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25;
  text-align: left;
  padding: 16px 40px;
  border: none;
  width: auto;
}

.article h3 a,
.article h3 a:hover {
  text-decoration: none;
}

.col3 h3,
.col4 h3 {
  margin: -28px -24px 24px !important;
  padding: 24px !important;
}

/*h4 h5 h6*/
.article h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
}
.article h5 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  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 {
  border-bottom: none;
  overflow: hidden;
}
#mainTopics .listview {
  text-align: center;
  margin-top: 24px;
}

ul.topics {
  padding: 0;
  margin: auto;
}
ul.topics li {
  padding: 16px 0;
  position: relative;
  min-height: 136px;
}
ul.topics li:first-of-type {
  padding-top: 0;
  min-height: 120px;
}
ul.topics li p.date {
  font-size: 0.875em;
  line-height: 1;
  margin: 0 0 3px;
  display: inline-block;
}
ul.topics li h3 {
  font-size: 1em;
  padding-right: 128px;
}
ul.topics li p.description {
  font-size: 0.875em;
  line-height: 1.5;
  margin: 0;
  padding-right: 128px;
}
ul.topics li p.more {
  position: absolute;
  right: 0;
  bottom: 24px;
}
ul.topics li p.more a {
  padding: 4px 16px;
  font-size: 0.875em;
  border: none;
}
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;
}

#Pagination {
  margin: auto;
}

#listTopics {
  margin-top: 72px;
}

/* Services --------------------*/
#mainServices {
  margin-bottom: 0;
}
#mainServices ul.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mainServices ul.services li {
  flex-basis: 32%;
}
#mainServices ul.services li p {
  display: none;
}
#mainServices ul.services li h3 a {
  margin-bottom: 1em;
}

/* Items --------------------*/
/* Buttons -----*/
#mainTopics .listview a,
a.btn,
p.more a,
#mainServices h3 a {
  background: none;
  display: flow-root;
  font-weight: bold;
  text-align: center;
  font-size: 1em;
  border-radius: 4px;
  padding: 8px;
  text-decoration: none;
}
#mainTopics .listview a:before,
a.btn:before,
p.more a:before,
#mainServices h3 a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 8px;
}
#mainTopics .listview a:hover,
a.btn:hover,
p.more a:hover,
#mainServices h3 a:hover {
  box-shadow: none;
  top: 3px;
  position: relative;
  text-decoration: none;
}

a.btn.anchor:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
}

/* Tables -----*/
.article {
  /*DefaultTable*/
  /*NormalTable*/
  /*FlowTable*/
  /*ArticleFlow*/
}
.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: none;
  margin-bottom: 1em;
}
.article table.normalTbl td,
.article table.normalTbl th {
  padding: 16px;
  border: none;
  line-height: 150%;
}
.article table.normalTbl th {
  width: auto;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  background: none;
}
.article table.normalTbl td {
  width: auto;
}
.article.col2 table.normalTbl th,
.article.col2 table.bgTbl th, .article.col3 table.normalTbl th,
.article.col3 table.bgTbl th, .article.col4 table.normalTbl th,
.article.col4 table.bgTbl th {
  white-space: normal;
}
.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: 2.5em;
  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;
}
.article.articleFlow {
  margin-bottom: 40px;
  position: relative;
  overflow: visible;
}
.article.articleFlow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  margin-left: 10px;
  font-size: 2.5em;
  position: absolute;
  bottom: -64px;
  left: calc(50% - 20px);
}
.article.articleFlow.last:after {
  display: none;
}
.article.articleFlow h3 {
  margin: -44px -44px 40px;
}

/* Lists -----*/
/*CheckList*/
ul.check {
  display: flex;
  flex-direction: column;
  padding-left: 2em;
}
ul.check li {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.25em 0;
}
ul.check li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.4em;
  left: -2em;
  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.5em;
  padding-left: 30px;
  line-height: 24px;
}
ol.number li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #15b393;
  color: white;
  font-weight: bold;
  font-size: 1em;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 12px;
  transform: translateY(-50%);
}

/*FAQ*/
ul.faq li.qus,
ul.faq li.ans {
  display: block;
  margin-bottom: 1em;
  padding-left: 44px;
  position: relative;
}
ul.faq li.qus:before,
ul.faq li.ans:before {
  border-radius: 4px;
  color: #fff;
  position: absolute;
  font-size: 1em;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 12px 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;
}
ol.pp li {
  list-style-type: decimal;
}

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

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

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

/* Contact --------------------*/
#mainArticles, #mainBlogCommentForm_outer {
  /*contactTable*/
}
#mainArticles .notice_block h4, #mainBlogCommentForm_outer .notice_block h4 {
  background: none;
  font-size: 1.125em;
  margin: 20px 0 0px;
  padding: 0;
}
#mainArticles .notice_block .notice_address, #mainBlogCommentForm_outer .notice_block .notice_address {
  padding: 15px;
  display: inline-block;
}
#mainArticles .contactTable .contact-note, #mainBlogCommentForm_outer .contactTable .contact-note {
  display: block;
  clear: both;
}
#mainArticles p.contact-note,
#mainArticles .validator-form .validator-message-invalid, #mainBlogCommentForm_outer p.contact-note,
#mainBlogCommentForm_outer .validator-form .validator-message-invalid {
  margin-bottom: 0;
  font-size: 0.875em;
}
#mainArticles form, #mainBlogCommentForm_outer form {
  margin-bottom: 30px;
  width: 100%;
}
#mainArticles .envelope, #mainBlogCommentForm_outer .envelope {
  padding: 1em;
  margin-bottom: 15px;
  text-align: center;
}
#mainArticles table.contactTable, #mainBlogCommentForm_outer table.contactTable {
  border: none;
  width: 100%;
  font-size: 1em;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td, #mainBlogCommentForm_outer table.contactTable tr th,
#mainBlogCommentForm_outer table.contactTable tr td {
  padding: 1em;
  vertical-align: middle;
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm_outer table.contactTable tr th {
  width: 20%;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: 0;
  text-align: left;
}
#mainArticles table.contactTable tr.must th, #mainBlogCommentForm_outer table.contactTable tr.must th {
  background-position: 95% center;
  background-repeat: no-repeat;
  padding: 1em 48px 1em 1em;
  background-size: 32px;
}
#mainArticles table.contactTable tr td.th_headline, #mainBlogCommentForm_outer table.contactTable tr td.th_headline {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0.5em;
}
#mainArticles table.contactTable tr td.th_headline p.contact-note, #mainBlogCommentForm_outer table.contactTable tr td.th_headline p.contact-note {
  font-weight: normal;
}
#mainArticles table.contactTable .textField, #mainBlogCommentForm_outer 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_outer table.contactTable input[type=text],
#mainBlogCommentForm_outer table.contactTable input[type=password],
#mainBlogCommentForm_outer table.contactTable textarea,
#mainBlogCommentForm_outer table.contactTable select {
  padding: 8px;
  font-weight: normal;
  line-height: 1.25;
  border-radius: 2px;
}
#mainArticles table.contactTable label, #mainBlogCommentForm_outer table.contactTable label {
  display: block;
  float: none;
}
#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type=button], #mainBlogCommentForm_outer table.contactTable input.button,
#mainBlogCommentForm_outer table.contactTable input[type=button] {
  display: block;
  float: left;
  font-size: 1em;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.5em;
  text-decoration: none;
  text-align: center;
  width: 40%;
  margin: 8px;
  padding: 8px 0;
  margin-bottom: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#mainArticles table.contactTable input.button:hover,
#mainArticles table.contactTable input[type=button]:hover, #mainBlogCommentForm_outer table.contactTable input.button:hover,
#mainBlogCommentForm_outer table.contactTable input[type=button]:hover {
  opacity: 0.75;
}
#mainArticles table.contactTable .validator-form .validator-message-invalid,
#mainArticles table.contactTable p.contact-note, #mainBlogCommentForm_outer table.contactTable .validator-form .validator-message-invalid,
#mainBlogCommentForm_outer table.contactTable p.contact-note {
  padding: 0;
  margin: 0;
  font-size: 0.875em;
}
#mainArticles table.contactTable .validator-form .validator-message-invalid, #mainBlogCommentForm_outer table.contactTable .validator-form .validator-message-invalid {
  padding-left: 24px;
}

.formConfirmation #mainContents {
  margin-top: 40px;
}
.formConfirmation #mainContents form {
  padding: 40px;
}

/* Blog --------------------*/
#mainBlogComments, #mainBlogCommentForm_outer {
  margin-bottom: 0;
}
#mainBlogComments h2, #mainBlogCommentForm_outer h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
}
#mainBlogComments h3, #mainBlogCommentForm_outer h3 {
  font-size: 1.25em;
  padding: 0;
  line-height: 1.4;
  font-weight: bold;
  display: flow-root;
  margin-bottom: 0.5em;
}
#mainBlogComments span.poster, #mainBlogCommentForm_outer span.poster {
  font-weight: bold;
}/*# sourceMappingURL=contents_main.css.map */