@charset "utf-8";
/*****************************************************************************
CSS only for /ew/privacy-policy/
*****************************************************************************/

/* Set
-----------------------------------------*/
.basic-page {
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.5;
}
.basic-page * {
  box-sizing: border-box;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Pcshow {
    display: none;
  }
}
.Spshow {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Spshow {
    display: inline-block;
  }
}

/* Content
-----------------------------------------*/
.Content {
  padding-block: 88px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Content {
    padding-block: 80px ;
  }
}
.Content__inner {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Content__inner {
    margin: 0 20px;
  }
}
.Content__sec {
  margin-top: 52px;
}
.Content__sec + .Content__sec {
  margin-top: 43px;
}

.Content__wrapper > *:last-child {
  margin-bottom: 0;
}
.Content__wrapper + .Content__wrapper {
  margin-top: 25px;
}
.Content__wrapper > p,
.Content__wrapper > ul,
.Content__wrapper > ol {
  margin-bottom: 1em;
}

.Content__intro {
  margin-block: 52px 60px;
}

/* Title
-----------------------------------------*/
.PageTitle {
  font-size: 32px;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .PageTitle {
    font-size: 28px;
  }
}

.SecTitle {
  margin-bottom: .60714em;
  font-size: 28px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SecTitle {
    font-size: 25px;
  }
}

.SubTitle {
  margin-bottom: .70833em;
  font-size: 24px;
  line-height: 1.6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SubTitle {
    font-size: 21px;
  }
}

.CatTitle {
  margin-bottom: 1em;
  font-size: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .CatTitle {
    font-size: 18px;
  }
}

/* PageLink
-----------------------------------------*/
.PageLink {
  margin-top: 51px;
}
.PageLink__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .PageLink__list {
    flex-direction: column;
  }
}
.PageLink__item {
  padding-inline: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.PageLink__item + .PageLink__item {
  border-left: 2px solid #c2c2c2;
}

.PageLink__item a:link    { color: #0041c0; }
.PageLink__item a:visited { color: #0041c0; }
.PageLink__item a:hover   { color: #0041c0; opacity: .8; }
.PageLink__item a:focus   { color: #0041c0; opacity: .8; }
.PageLink__item a:active  { color: #0041c0; opacity: .8; }

/* TextArea
-----------------------------------------*/
.TextArea {
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .TextArea {
    font-size: 14px;
    line-height: 1.75;
  }
}
.TextArea > *:last-child {
  margin-bottom: 0;
}
.TextArea + .TextArea {
  margin-top: 30px;
}
.TextArea > p,
.TextArea > ul,
.TextArea > ol {
  margin-bottom: 1em;
}
.TextArea--right {
  text-align: right;
}
.TextArea--indent {
  padding-left: 38px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .TextArea--indent {
    padding-left: 26px;
  }
}

.TextArea a:link    { color: #0041c0; text-decoration: underline; }
.TextArea a:visited { color: #0041c0; text-decoration: underline; }
.TextArea a:hover   { color: #0041c0; text-decoration: none; opacity: .8; }
.TextArea a:focus   { color: #0041c0; text-decoration: none; opacity: .8; }
.TextArea a:active  { color: #0041c0; text-decoration: none; opacity: .8; }

.BoxArea {
  padding: 1.625em 1.75em;
  border: 1px solid #000;
}

/* List
-----------------------------------------*/
.DiscList li {
  padding-left: 1em;
  text-indent: -1em;
}
.DiscList li::before {
  content: "・";
}
.DiscList li:nth-child(n+2) {
  margin-top: .625em;
}

.NumList01 {
  list-style-type: decimal;
  list-style-position: inside;
}
.NumList01 li {
  padding-left: 1em;
  text-indent: -1em;
}
.NumList01 li:nth-child(n+2) {
  margin-top: .625em;
}

.NumList02 {
  padding-left: 1.5em;
}
.NumList02 > li {
  position: relative;
  counter-increment: number;
}
.NumList02 > li:before {
  content: '(' counter(number) ')';
  position: absolute;
  right: calc(100% + 0.5em);
}
.NumList02 ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.NoteList {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .NoteList {
    font-size: 12px;
    line-height: 1.75;
  }
}
.NoteList li {
  padding-left: 1em;
  text-indent: -1em;
}
.NoteList li:nth-child(n+2) {
  margin-top: 11px;
}
.NoteList li::before {
  content: '※';
}

.NumList01 .NoteList {
  margin-top: 6px;
}

/* Link
-----------------------------------------*/
.LinkList li:nth-child(n+2) {
  margin-top: 10px;
}

.TextLink {
  display: inline-block;
  position: relative;
}

a.TextLink:link    { color: #0041c0; }
a.TextLink:visited { color: #0041c0; }
a.TextLink:hover   { color: #0041c0; opacity: .8; }
a.TextLink:focus   { color: #0041c0; opacity: .8; }
a.TextLink:active  { color: #0041c0; opacity: .8; }

.TextLink--pdf {
  display: inline-block;
  padding-left: 21px;
  background: url(/ew/old-common/images/ga2012_icn_pdf.gif) no-repeat left center / 14px auto;
}

.TextLink--arrow {
  padding-left: 21px;
}
.TextLink--arrow::after {
  content: '';
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0041c0;
  border-right: solid 2px #0041c0;
  transform: translateY(-50%) rotate(45deg);
}

/* ImgArea
-----------------------------------------*/
.ImgArea {
  margin-block: 26px 25px;
  text-align: center;
}

/* Verify
-----------------------------------------*/
.Verify {
  height: 100%;
  margin-block: 15px;
  font-size: 14px;
}

.Verify__category {
  width: 5.7%;
  height: 100%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #f0f0f0;
  text-align: left;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify__category {
    display: block;
    width: 100%;
    border-right: none;
  }
}
.Verify__category > div {
  height: 100%;
  padding: 13px 10px;
  border-bottom: 2px solid #d5d5d5;
}

.Verify__summary {
  width: 25%;
  border-right: 2px solid #fff;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify__summary {
    display: block;
    width: 100%;
    border-right: none;
  }
}
.Verify__summary > div {
  border-bottom: 2px solid #d5d5d5;
}

.Verify__select {
  width: 6.5%;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify__select {
    width: 20%;
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify__detail {
    width: 100%;
  }
  .Verify__select + .Verify__detail {
    width: 80%;
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.Verify td {
  height: 100%;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify td {
    height: auto;
  }
}

.Verify td > div {
  height: 100%;
  padding: 13px 16px 21px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify td > div {
    padding: 13px 10px;
  }
}
.Verify tr:last-child td {
  border-right: 2px solid #fff;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Verify tr:last-child td {
    border-right: none;
  }
}
.Verify tr:last-child td > div {
  border-bottom: 2px solid #d5d5d5;
}

.Poa {
  margin-block: 10px 28px;
  padding: 14px 35px;
  border: 1px solid #f6f6f6;
  border-bottom: 2px solid #d5d5d5;
  font-size: 14px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Poa {
    padding: 14px 20px;
  }
}
.Poa .LinkList {
  margin-top: 8px;
}

/* Contact
-----------------------------------------*/
.Contact {
  height: 100%;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.86;
}
.Contact tr:last-child th,
.Contact tr:last-child td {
  border-bottom: none;
}
.Contact__category {
  width: 22%;
  height: 100%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #f0f0f0;
  text-align: left;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__category {
    display: block;
    width: 100%;
    border-right: none;
  }
}
.Contact__category > div {
  height: 100%;
  padding: 13px 10px;
  border-bottom: 2px solid #d5d5d5;
}
.Contact__detail {
  height: 100%;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__detail {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.Contact__detail > div {
  height: 100%;
  padding: 13px 12px;
  border-bottom: 2px solid #d5d5d5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Contact__detail > div {
    border-bottom: none;
  }
}
