/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2022 | 10:13:04 */
#outline .alignfull, .alignfull.wp-block-cover, .wp-block-cover-image, wp-block-image {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  background-color: #FFF;
  border-top: 0px aliceblue;
  border-bottom: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
  padding: 1px;
}
.wp-block-table, table {
  margin-bottom: 0em;
  border-top: 0px solid;
}

/*プライバシー 運営会社*/
#pp .aboutsite .container-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 4em;
  font-weight: bold;
font-size: font-size: var(--vk-size-text);
  padding-top: .3em;
  padding-bottom: .3em;
}
 .container-wide {
  width: 100vw;
  margin-left: calc( 50% - 50vw );
  max-width: none;
  padding-bottom: 6rem;
  padding-top: 6rem;
  text-align: center;
}
#pp .container-wide {
  width: 100vw;
  margin-left: calc( 50% - 50vw );
  max-width: none;
  /*padding-bottom: 6rem;*/
  /*padding-top: 6rem;*/
}
#sa, #pp {
  background-color: #fff;
}
.aboutsite {
  float: left;
  width: 100%;
  min-width: 320px;
  background-color: #fff;
  border-top: 1px #333;
  border-bottom: 1px solid #C6C6C6;
  border-top: 1px solid #C6C6C6;
}
.sitebox1 {
    float: left;
    width: 90%;
    min-width:120px;
}
.sitebox2 {
    float: left;
    width: 8%;
    min-width:120px;
	background-color: #fff;
}
#sa .aboutsite .container-content  {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 4em;
  font-weight: bold;
  font-size: font-size: var(--vk-size-text);	
  /*padding-top: .3em;*/
  /*padding-bottom: .3em;*/
}

/*会社概要 outline*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 0px #656160;
}
.outline table {
  border: solid 0px #d7d7d7;
  margin-left: 20px;
  margin-right: 20px;
  width: 90%;
}
.outline tr {
  border-bottom: 1px solid #C6C6C6;
}
.outline th,
.outline td {
  padding: 22px 0 3px 0px;
  border: none;
  background-color: #fff;
  vertical-align: top !important;
font-size: font-size: var(--vk-size-text);	
}
.outline th {
  width: 12%;
  background-color: #fff;
　vertical-align: top !important;
  min-width: 6em;
  font-weight: normal;
}
/*運営会社*/
.management table td, table th {
  border: 0px solid var(--vk-color-border-hr);
  padding: 1.2rem 0rem;
  font-size: font-size: font-size: var(--vk-size-text);
  text-align: left;
}
.entry-content .inquiry tr, .entry-content table {
  border: solid 0px #656160;
}
.management table {
border: solid 0px #d7d7d7;
margin-left: 20px;
margin-right: 20px;
width: 90%;
}
.management  tr {
  border-bottom: 0px solid #C6C6C6;
}
.management  th {
  padding: 22px 0 3px 0px;
  border: none;
  background-color: #fff;
  vertical-align: top !important;
}
.management  td {
  padding: 22px 0 3px 0px;
  border: none;
  background-color: #fff;
  vertical-align: top !important;
}
.management  th {
  width: 12%;
  background-color: #fff;
  text-align: left;
　vertical-align: top !important;
  min-width: 6em;
  font-weight: normal;
}
.container-content .management  {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: -0em;
  padding-right: 0px;
}
/* sp */
@media only screen and (max-width: 980px) {
  #outline th,
  #outline td {
    width: 100%;
    display: block;
  }
  #outline th {
    width: 100%;
  }
  #outline td {
    padding-top: 0;
}}
.entry-content .inquiry tr, .entry-content table {
  border: solid 0px #d7d7d7 !important;
}
/*｜プライバシーポリシー ｜ 運営会社 ｜*/
#pp ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pp li {
  width: 20%;
  border-left: 1px solid #aaaaaa;
}
#pp li:last-child {
  border-right: 1px solid #aaaaaa;
}
#pp li a {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
}
#pp li a span {
  color: #053e62;
  font-size: 13px;
}