@charset "utf-8";
body br.sp {
  display: none;
}
@media screen and (max-width: 720px) {
  body br.sp {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  body br.pc {
    display: none;
  }
}
body article {
  margin-top: 0;
}
body >article section.first_view {
  height: 320px;
  background-image: url("/images/common/fv_bg_corporate.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
body >article section.first_view >h1,
body >article section.first_view >p {
  position: relative;
  top: 170px;
  line-height: 1em;
}
body >article section.first_view >h1.first_title,
body >article section.first_view >p.first_title {
  margin-bottom: 8px;
}
body >article section.first_view >h1.first_title >br,
body >article section.first_view >p.first_title >br {
  display: none;
}
body >article section.first_view >h1.first_subtitle,
body >article section.first_view >p.first_subtitle {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
body >article section.first_view >h1.breadcrumb,
body >article section.first_view >p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
body >article section.first_view >h1.breadcrumb >a,
body >article section.first_view >p.breadcrumb >a {
  text-decoration: none;
}
body >article section.first_view >h1.breadcrumb >a:hover,
body >article section.first_view >p.breadcrumb >a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  body >article section.first_view >h1.breadcrumb,
  body >article section.first_view >p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  body >article section.first_view {
    height: 256px;
  }
  body >article section.first_view >h1,
  body >article section.first_view >p {
    top: 128px;
  }
  body >article section.first_view >h1.first_title,
  body >article section.first_view >p.first_title {
    line-height: 150%;
  }
  body >article section.first_view >h1.first_title >br,
  body >article section.first_view >p.first_title >br {
    display: inline;
  }
  body >article section.first_view >h1.two_lines,
  body >article section.first_view >p.two_lines {
    top: calc(128px - 1em);
  }
  body >article section.first_view >h1.first_subtitle,
  body >article section.first_view >p.first_subtitle {
    bottom: 36px;
  }
  body >article section.first_view >h1.breadcrumb,
  body >article section.first_view >p.breadcrumb {
    display: none;
  }
}
body >article >section.contents {
  margin: auto;
  max-width: 1000px;
}
body >article >section.contents p {
  margin: 1em 1em 0;
}
body >article >section.contents p.title {
  font-weight: bold;
}
body >article >section.contents.privacy,
body >article >section.contents.guideline,
body >article >section.contents.treaty,
body >article >section.contents.cookie_policy {
  max-width: 468px;
  padding: 40px 0;
}
body >article >section.contents.privacy h2,
body >article >section.contents.guideline h2,
body >article >section.contents.treaty h2,
body >article >section.contents.cookie_policy h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 720px) {
  body >article >section.contents.privacy,
  body >article >section.contents.guideline,
  body >article >section.contents.treaty,
  body >article >section.contents.cookie_policy {
    width: 80%;
    max-width: 512px;
  }
}
body >article >section.contents.privacy p,
body >article >section.contents.guideline p,
body >article >section.contents.treaty p,
body >article >section.contents.cookie_policy p {
  margin: 1em 0 0;
}
body >article >section.contents.privacy p:first-child,
body >article >section.contents.guideline p:first-child,
body >article >section.contents.treaty p:first-child,
body >article >section.contents.cookie_policy p:first-child {
  margin-top: 0;
}
body >article >section.contents.privacy p.indent,
body >article >section.contents.guideline p.indent,
body >article >section.contents.treaty p.indent,
body >article >section.contents.cookie_policy p.indent {
  margin-left: 1em;
}
body >article >section.contents.privacy p.first,
body >article >section.contents.guideline p.first,
body >article >section.contents.treaty p.first,
body >article >section.contents.cookie_policy p.first,
body >article >section.contents.privacy p.m2-l,
body >article >section.contents.guideline p.m2-l,
body >article >section.contents.treaty p.m2-l,
body >article >section.contents.cookie_policy p.m2-l {
  margin-top: 0;
}
body >article >section.contents.privacy p.first >br,
body >article >section.contents.guideline p.first >br,
body >article >section.contents.treaty p.first >br,
body >article >section.contents.cookie_policy p.first >br,
body >article >section.contents.privacy p.m2-l >br,
body >article >section.contents.guideline p.m2-l >br,
body >article >section.contents.treaty p.m2-l >br,
body >article >section.contents.cookie_policy p.m2-l >br {
  line-height: 3em;
}
body >article >section.contents.privacy p.m4-l,
body >article >section.contents.guideline p.m4-l,
body >article >section.contents.treaty p.m4-l,
body >article >section.contents.cookie_policy p.m4-l {
  margin-top: 0;
  margin-left: 1em;
}
body >article >section.contents.privacy p.m4-l:not(.rule_list) >br,
body >article >section.contents.guideline p.m4-l:not(.rule_list) >br,
body >article >section.contents.treaty p.m4-l:not(.rule_list) >br,
body >article >section.contents.cookie_policy p.m4-l:not(.rule_list) >br {
  line-height: 3em;
}
body >article >section.contents.privacy p.m4-l.rule_list,
body >article >section.contents.guideline p.m4-l.rule_list,
body >article >section.contents.treaty p.m4-l.rule_list,
body >article >section.contents.cookie_policy p.m4-l.rule_list {
  margin-bottom: 1em;
}
body >article >section.contents.privacy p.other_contents,
body >article >section.contents.guideline p.other_contents,
body >article >section.contents.treaty p.other_contents,
body >article >section.contents.cookie_policy p.other_contents {
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  body >article >section.contents.privacy p.other_contents >a,
  body >article >section.contents.guideline p.other_contents >a,
  body >article >section.contents.treaty p.other_contents >a,
  body >article >section.contents.cookie_policy p.other_contents >a {
    font-size: 18px;
  }
}
body >article >section.contents.privacy p.link_sla,
body >article >section.contents.guideline p.link_sla,
body >article >section.contents.treaty p.link_sla,
body >article >section.contents.cookie_policy p.link_sla {
  margin-top: 56px;
}
body >article >section.contents.privacy p.please,
body >article >section.contents.guideline p.please,
body >article >section.contents.treaty p.please,
body >article >section.contents.cookie_policy p.please {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  body >article >section.contents.privacy p.please,
  body >article >section.contents.guideline p.please,
  body >article >section.contents.treaty p.please,
  body >article >section.contents.cookie_policy p.please {
    font-size: 20px;
  }
}
body >article >section.contents.privacy p a.under,
body >article >section.contents.guideline p a.under,
body >article >section.contents.treaty p a.under,
body >article >section.contents.cookie_policy p a.under {
  font-size: 16px;
  color: #009688;
  text-decoration: underline;
}
body >article >section.contents.privacy ul,
body >article >section.contents.guideline ul,
body >article >section.contents.treaty ul,
body >article >section.contents.cookie_policy ul {
  margin-left: 4em;
}
body >article >section.contents.privacy ul >li,
body >article >section.contents.guideline ul >li,
body >article >section.contents.treaty ul >li,
body >article >section.contents.cookie_policy ul >li {
  list-style: disc inside;
}
body >article >section.contents.privacy {
  padding: 40px 0;
}
body >article >section.contents.privacy,
body >article >section.contents.treaty,
body >article >section.contents.cookie_policy {
  max-width: 484px;
}
body >article >section.contents.privacy span,
body >article >section.contents.treaty span,
body >article >section.contents.cookie_policy span {
  display: block;
  font-weight: bold;
}
body >article >section.contents.privacy span.center,
body >article >section.contents.treaty span.center,
body >article >section.contents.cookie_policy span.center {
  text-align: center;
}
body >article >section.contents.cookie_policy {
  max-width: 720px;
}
body >article >section.contents.cookie_policy >.p2-b {
  max-width: 484px;
  margin: 1em auto;
}
body >article >section.contents.cookie_policy .table-wrap {
  width: 100%;
  overflow-x: auto;
}
body >article >section.contents.cookie_policy table,
body >article >section.contents.cookie_policy th,
body >article >section.contents.cookie_policy td {
  border: solid 1px #90a4ae;
  word-break: break-all;
}
body >article >section.contents.cookie_policy table {
  width: 720px;
  table-layout: fixed;
}
body >article >section.contents.cookie_policy table th {
  background: #e7f0f4;
  font-weight: bold;
}
body >article >section.contents.cookie_policy table th,
body >article >section.contents.cookie_policy table td {
  padding: 8px;
  vertical-align: middle;
}
body >article >section.contents.other {
  background: #f5f5f5;
  padding: 2% 5%;
}
body >article >section.contents.optout {
  padding: 40px 0;
  max-width: 512px;
  width: 100%;
}
body >article >section.contents.optout >p {
  margin: 0 1em 1em;
}
body >article >section.contents.optout .setting-buttons {
  margin-top: 56px;
  cursor: pointer;
  max-width: 468px;
  width: 100%;
}
body >article >section.contents.optout .setting-buttons .button {
  background-color: #26a69a;
  box-shadow: 0 3px 0 #00897b;
}
body >article >section.contents.optout .setting-buttons .button:hover {
  background-color: #4db6ac;
}
body >article >section.contents.optout .setting-buttons .button:active {
  background-color: #26a69a;
  box-shadow: none;
  position: relative;
  top: 3px;
}
body >article >section.contents.optout .setting-buttons .button.hide {
  display: none;
}
body >article >section.contents.tokutei table,
body >article >section.contents.company table {
  width: 100%;
  max-width: 720px;
  border-collapse: collapse;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  body >article >section.contents.tokutei table,
  body >article >section.contents.company table {
    width: 90%;
  }
}
body >article >section.contents.tokutei table >tbody >tr th,
body >article >section.contents.company table >tbody >tr th,
body >article >section.contents.tokutei table >tbody >tr td,
body >article >section.contents.company table >tbody >tr td {
  border-bottom: solid 1px #cfd8dc;
}
body >article >section.contents.tokutei table >tbody >tr >th,
body >article >section.contents.company table >tbody >tr >th {
  padding: 16px 0;
  width: 180px;
  text-align: left;
}
body >article >section.contents.tokutei table >tbody >tr >td,
body >article >section.contents.company table >tbody >tr >td {
  padding: 16px 0;
  width: 520px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  body >article >section.contents.tokutei table >tbody >tr >td,
  body >article >section.contents.company table >tbody >tr >td {
    width: auto;
  }
}
body >article >section.contents.tokutei table >tbody >tr >td >a,
body >article >section.contents.company table >tbody >tr >td >a {
  font-size: 16px;
  color: #009688;
  text-decoration: underline;
}
body >article >section.contents.tokutei table >tbody >tr >td >.indent,
body >article >section.contents.company table >tbody >tr >td >.indent {
  display: inline-block;
  text-indent: 1em;
}
@media screen and (max-width: 720px) {
  body >article >section.contents.tokutei table >tbody >tr >td >.indent,
  body >article >section.contents.company table >tbody >tr >td >.indent {
    display: inline;
    text-indent: 0;
  }
}
body >article >section.contents.tokutei table >tbody >tr >td >.company_notice,
body >article >section.contents.company table >tbody >tr >td >.company_notice {
  color: #ff3c19;
}
body >article >section.contents.tokutei table >tbody >tr >td .fukuoka-address1,
body >article >section.contents.company table >tbody >tr >td .fukuoka-address1,
body >article >section.contents.tokutei table >tbody >tr >td .nagoya-address1,
body >article >section.contents.company table >tbody >tr >td .nagoya-address1 {
  display: none;
  width: 99px;
  height: 17px;
}
body >article >section.contents.tokutei table >tbody >tr >td .fukuoka-address1.is_sp,
body >article >section.contents.company table >tbody >tr >td .fukuoka-address1.is_sp,
body >article >section.contents.tokutei table >tbody >tr >td .nagoya-address1.is_sp,
body >article >section.contents.company table >tbody >tr >td .nagoya-address1.is_sp {
  width: 75px;
  height: 13px;
}
body >article >section.contents.tokutei table >tbody >tr >td .fukuoka-address2,
body >article >section.contents.company table >tbody >tr >td .fukuoka-address2,
body >article >section.contents.tokutei table >tbody >tr >td .nagoya-address2,
body >article >section.contents.company table >tbody >tr >td .nagoya-address2 {
  display: none;
  width: 258px;
  height: 17px;
}
body >article >section.contents.tokutei table >tbody >tr >td .fukuoka-address2.is_sp,
body >article >section.contents.company table >tbody >tr >td .fukuoka-address2.is_sp,
body >article >section.contents.tokutei table >tbody >tr >td .nagoya-address2.is_sp,
body >article >section.contents.company table >tbody >tr >td .nagoya-address2.is_sp {
  width: 194px;
  height: 13px;
}
body >article >section.contents.tokutei table >tbody >tr >td .fukuoka-address3,
body >article >section.contents.company table >tbody >tr >td .fukuoka-address3 {
  display: none;
  width: 177px;
  height: 17px;
}
body >article >section.contents.tokutei table >tbody >tr >td .fukuoka-address3.is_sp,
body >article >section.contents.company table >tbody >tr >td .fukuoka-address3.is_sp {
  width: 135px;
  height: 13px;
}
body >article >section.contents.tokutei table >tbody >tr >td .nagoya-address3,
body >article >section.contents.company table >tbody >tr >td .nagoya-address3 {
  display: none;
  width: 106px;
  height: 18px;
}
body >article >section.contents.tokutei table >tbody >tr >td .nagoya-address3.is_sp,
body >article >section.contents.company table >tbody >tr >td .nagoya-address3.is_sp {
  width: 80px;
  height: 13px;
}
body >article >section.contents.tokutei table >tbody >tr >td .display_block,
body >article >section.contents.company table >tbody >tr >td .display_block {
  display: inline-block;
}
body >article >section.contents.tokutei table >tbody >tr >td .display_none,
body >article >section.contents.company table >tbody >tr >td .display_none {
  display: none;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
body >article >section.contents.tokutei table >tbody >tr.business-list td a.access,
body >article >section.contents.company table >tbody >tr.business-list td a.access {
  white-space: normal;
}
body >article >section.contents.tokutei table >tbody >tr:last-of-type th,
body >article >section.contents.company table >tbody >tr:last-of-type th,
body >article >section.contents.tokutei table >tbody >tr:last-of-type td,
body >article >section.contents.company table >tbody >tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 480px) {
  body >article >section.contents.tokutei table,
  body >article >section.contents.company table {
    margin: auto;
  }
  body >article >section.contents.tokutei table >tbody >tr,
  body >article >section.contents.company table >tbody >tr {
    line-height: 125%;
  }
  body >article >section.contents.tokutei table >tbody >tr >th,
  body >article >section.contents.company table >tbody >tr >th,
  body >article >section.contents.tokutei table >tbody >tr >td,
  body >article >section.contents.company table >tbody >tr >td {
    font-size: 12px;
    padding-left: 10px;
  }
  body >article >section.contents.tokutei table >tbody >tr >th >a,
  body >article >section.contents.company table >tbody >tr >th >a,
  body >article >section.contents.tokutei table >tbody >tr >td >a,
  body >article >section.contents.company table >tbody >tr >td >a {
    font-size: 12px;
  }
}
body >article >section.contents.sitemap {
  margin: 64px auto 72px;
  max-width: 468px;
}
body >article >section.contents.sitemap ul.pages {
  margin: 0;
}
@media screen and (max-width: 720px) {
  body >article >section.contents.sitemap ul.pages {
    line-height: 40px;
  }
}
body >article >section.contents.sitemap ul.pages >li {
  padding: 5px 0;
}
body >article >section.contents.sitemap ul.pages >li >a {
  text-decoration: underline;
}
body >article >section.contents.sitemap ul.pages >li.caption {
  border-bottom: 1px solid #ccc;
}
body >article >section.contents.sitemap ul.pages >li.caption >p {
  font-size: 16px;
}
body >article >section.contents.sitemap ul.pages >li.content {
  padding-bottom: 16px;
}
body >article >section.contents.sitemap ul.pages >li.content a {
  text-decoration: underline;
}
body >article >section.contents.sitemap ul.pages >li.content.padding_none {
  padding: 0;
}
body >article >section.contents.sitemap ul.pages >li ul.children {
  margin-left: 1em;
}
body >article >section.contents.sitemap ul.pages >li ul.children >li {
  color: #607d8b;
  padding: 1px 2px;
  vertical-align: middle;
}
body >article >section.contents.sitemap ul.pages >li ul.children >li > div {
  display: inline-block;
}
body >article >section.contents.sitemap ul.pages >li ul.children >li:before {
  content: "├";
}
body >article >section.contents.sitemap ul.pages >li ul.children >li:last-child:before {
  content: "└";
}
body >article >section.contents.sitemap ul.pages >li ul.children.grand >li {
  margin-left: 14px;
}
body >article >section.contents.sitemap ul.pages >li ul.children.grand >li:before {
  content: "├";
}
body >article >section.contents.sitemap ul.pages >li ul.children.grand >li:last-child:before {
  content: "└";
}
body >article >section.contents.sitemap ul.pages >li ul.children.grand >a {
  margin-left: 5px;
}
body >article >section.contents.sitemap ul.pages >li ul.children.category_root >li:before {
  content: "└";
}
@media screen and (max-width: 720px) {
  body >article >section.contents.sitemap ul.pages >li {
    padding: 8px 5px;
  }
  body >article >section.contents.sitemap ul.pages >li >a {
    font-size: 14px;
  }
  body >article >section.contents.sitemap ul.pages >li ul.children >li {
    padding: 4px 5px;
    font-size: 14px;
  }
  body >article >section.contents.sitemap ul.pages >li ul.children >li >a {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  body >article >section.contents h2 {
    width: 80%;
    margin: 40px auto 20px;
  }
  body >article >section.contents >.contents >.content {
    width: 80%;
    max-width: 512px;
    margin: 0 auto 40px;
  }
  body >article >section.contents >.contents >.content >.text {
    max-width: none;
  }
  body >article >section.contents >.contents >.content >.illust {
    margin-bottom: 40px;
  }
  body >article >section.contents#usage >.contents >.content >.left,
  body >article >section.contents#usage >.contents >.content >.right {
    width: 100%;
    max-width: 512px;
  }
  body >article >section.contents#usage >.contents >.content >.left img,
  body >article >section.contents#usage >.contents >.content >.right img {
    width: auto;
    max-width: 100%;
  }
  body >article >section.contents#usage >.contents >.content >.left {
    margin: 0 auto 40px;
  }
  body >article >section.contents#usage >.contents >.content >.right {
    margin: 0 auto;
  }
  body >article >section.contents#usage >.contents >.content.two-column-rev >.left {
    margin-bottom: 0;
  }
  body >article >section.contents#usage >.contents >.content.two-column-rev >.right {
    margin-bottom: 40px;
  }
}
body >article >section.contents.privacy p.double-indent {
  margin: 0 0 0 2em;
}
body >article >section.contents.privacy p.indent >.postal-address {
  margin: 0 0 0 3em;
  font-weight: normal;
}
