/*****************************************************************************
CSS only for /support/callhousing/index.html
*****************************************************************************/

/* Set
-----------------------------------------*/
#sectionContents {
  border-top: 1px solid #e6e6e6;
}
img {
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}

a {
  transition: opacity .3s;
}
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: none; opacity: 0.8; }
a:focus   { text-decoration: none; opacity: 0.8; }
a:active  { text-decoration: none; opacity: 0.8; }

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button {
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: left;
  transition: opacity .3s;
  cursor: pointer;
}
button:hover   { opacity: 0.8; }
button:focus   { opacity: 0.8; }
button:active  { opacity: 0.8; }

.Content {
  padding-top: 24px;
  font-family: "Noto Sans JP", sans-serif!important;
  font-size: 14px;
	line-height: 1.5;
  --color-individual: #ff6600;
  --color-corporate: #2f5597;
}
.Content * {
  box-sizing: border-box;
}
.Content__sec + .Content__sec {
  padding-top: 50px;
}

.Container {
  max-width: 976px;
  margin-inline: auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Container {
    margin-inline: 20px;
  }
}

.SpShow {
  display: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SpShow {
    display: block;
  }
}

.TextOrange {
  color: var(--color-individual);
}
.TextBlue {
  color: var(--color-corporate);
}
.BgGray {
  background-color: #f1f1f1;
}

/* Intro
-----------------------------------------*/
.Intro {
  font-size: 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Intro {
    font-size: 16px;
  }
}

.TextLink {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .TextLink {
    font-size: 14px;
  }
}
.TextLink::after {
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #060606;
  font-family: 'fontAwesome';
  font-size: 1.25em;
  line-height: 1;
}

.TextLink:link    { color:#0068b7; }
.TextLink:visited { color:#0068b7; }
.TextLink:hover   { color:#0068b7; text-decoration: underline; }
.TextLink:focus   { color:#0068b7; text-decoration: underline; }
.TextLink:active  { color:#0068b7; text-decoration: underline; }


/* Title
-----------------------------------------*/
.SecTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SecTitle {
    font-size: 18px;
  }
}

.SubTitle {
  font-size: 21px;
  margin-bottom: .66666em;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .SubTitle {
    font-size: 18px;
  }
}

/* Accordion
-----------------------------------------*/
.Accordion {
  border: 1px solid #d7d7d7;
}
.Accordion + .Accordion {
  margin-top: 10px;
}

.Accordion__btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.083333em 1.25em;
}

.Accordion__panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.Accordion.js-accordionActive .Accordion__panel {
  opacity: 1;
  height: auto;
}

.Accordion__inner {
  padding: 15px 30px 30px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Accordion__inner {
    padding: 15px 15px 20px;
  }
}
.Accordion__inner > *:first-child {
  margin-top: 0;
}
.Accordion__inner > *:last-child {
  margin-bottom: 0;
}

.Accordion__icon {
  display: inline-block;
  position: relative;
  width: 1.08333em;
  height: 1.08333em;
  margin-right: 15px;
  background-color: #333;
}
.Accordion__icon::before,
.Accordion__icon::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: opacity .5s;
}
.Accordion__icon::before {
  width: .66666em;
  height: 2px;
}
.Accordion__icon::after {
  width: 2px;
  height: .66666em;
  transition: opacity .5s;
}
.Accordion.js-accordionActive .Accordion__icon::after {
  opacity: 0;
}

.Accordion + .DiscList {
  margin-top: 15px;
}

.Accordion__inner > .DiscList:first-of-type {
  padding-left: 41px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Accordion__inner > .DiscList:first-of-type {
    padding-left: 35px;
  }
}

/* List
-----------------------------------------*/
.DiscList {
	list-style: disc inside;
  font-size: 14px;
  line-height: 1.7;
}
.DiscList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.DiscList--small {
	font-size: 12px;
}

.NoteList {
  font-size: 14px;
  line-height: 1.7;
}
.NoteList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.NoteList li:nth-child(n+2) {
  margin-top: 5px;
}
.NoteList li::before {
  content: '※';
  padding-right: 0.5em;
}

/* Inquiry
-----------------------------------------*/
.Inquiry {
  margin-block: 34px 10px;
}
.Inquiry__wrapper {
  display: grid;
  grid-template-areas: "title title" "icon text";
  grid-template-columns: 112px 1fr;
  gap: 4px 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__wrapper {
    grid-template-columns: 94px 1fr;
    gap: 4px 8px;
  }
}

.Inquiry__head {
  grid-area: title;
}
.Inquiry__title {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__title {
    align-items: start;
    column-gap: 8px;
  }
}
.Inquiry__title span {
  display: inline-block;
  font-weight: bold;
}
.Inquiry__title span:nth-child(1) {
  padding: 3px 13px;
  border: 1px solid #000;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__title span:nth-child(1) {
    padding: 3px 10px;
    font-size: 12px;
  }
}
.Inquiry__title span:nth-child(2) {
  font-size: 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__title span:nth-child(2) {
    font-size: 14px;
  }
}

.Inquiry__icon {
  grid-area: icon;
  text-align: center;
  padding-top: 16px;
}

.Inquiry__body {
  grid-area: text;
  font-size: 14px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__body {
    font-size: 12px;
  }
}
.Inquiry__detail {
  display: inline-block;
}
.Inquiry__detail > .NoteList {
  padding-left: 46px;
}
.Inquiry__time {
  margin-left: -19px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__time {
    margin-left: 0;
    font-size: 12px;
  }
}

.Inquiry__tel {
  display: block;
  font-family: "Arial";
  font-weight: bold;
  line-height: 1.3;
}

.Inquiry__tel:link    { color: #000; }
.Inquiry__tel:visited { color: #000; }
.Inquiry__tel:hover   { color: #000; }
.Inquiry__tel:focus   { color: #000; }
.Inquiry__tel:active  { color: #000; }

.Inquiry__tel:has(img) {
  display: flex;
  align-items: center;
}
.Inquiry__tel:not(:has(img)) {
  padding-left: 46px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__tel:not(:has(img)) {
    padding-left: 38px;
  }
}
.Inquiry__tel img {
  width: 35px;
  margin-right: 11px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__tel img {
    width: 28px;
    margin-right: 8px;
  }
}

.Inquiry__tel--free {
  margin-top: 15px;
  font-size: 35px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__tel--free {
    font-size: 24px;
  }
}
.Inquiry__tel--normal {
  font-size: 32px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry__tel--normal {
    padding-left: 38px;
    font-size: 21px;
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Inquiry .NoteList {
    font-size: 10px;
    margin-top: 5px;
  }
}

/* BoxArea
-----------------------------------------*/
.BoxArea {
  margin-block: 15px;
  padding: 12px 20px;
}
.Explain {
  display: grid;
  grid-template-columns: max-content 1fr;
	font-size: 16px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Explain {
    font-size: 14px;
  }
}

/* LinkBtn
-----------------------------------------*/
.BtnArea {
  margin-top: 25px;
}
.BtnArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BtnArea__list {
    flex-direction: column;
  }
}
.BtnArea__list li {
  width: calc((100% - 8px) / 2);
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BtnArea__list li {
    width: auto;
  }
}

.LinkBtn {
  display: block;
	position: relative;
  padding: 9px 39px;
  padding: 9px 2.4375em;
  border-radius: 4px;
  background-color: #0A87CF;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .LinkBtn {
    font-size: 14px;
  }
}
.LinkBtn::after {
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  font-family: 'fontAwesome';
  font-size: 1.25em;
  line-height: 1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .LinkBtn::after {
    right: 13px;
  }
}
.LinkBtn:link    { color: #fff; }
.LinkBtn:visited { color: #fff; }
.LinkBtn:hover   { color: #fff; }
.LinkBtn:focus   { color: #fff; }
.LinkBtn:active  { color: #fff; }

/* BoxItem
-----------------------------------------*/
.BoxItem {
  border: 2px solid #d8d8d8;
}
.BoxItem + .BoxItem {
  margin-top: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem + .BoxItem {
    margin-top: 20px;
  }
}
.BoxItem:not(:has(a)) {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 21px 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem:not(:has(a)) {
    padding: 19px 15px;
  }
}

.BoxItem__link {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  position: relative;
  min-height: 80px;
  padding: 19px 30px 19px 18px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__link {
    padding: 19px 37px 19px 15px;
  }
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__link::after {
    content: '\f105';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #c2c2c2;
    font-family: 'fontAwesome';
    font-size: 19px;
    line-height: 1;
  }
}
.BoxItem__link:link    { color: #333; }
.BoxItem__link:visited { color: #333; }
.BoxItem__link:hover   { color: #333; }
.BoxItem__link:focus   { color: #333; }
.BoxItem__link:active  { color: #333; }

.BoxItem__link:not(:has(.BoxItem__icon)) {
  grid-template-columns: 1fr;
}

.BoxItem__link:has(.BoxItem__label) {
  padding: 19px 10px 19px 18px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__link:has(.BoxItem__label) {
    padding: 19px 15px;
  }
}

.BoxItem__icon {
  text-align: center;
}
.BoxItem__icon--small img {
  width: 39px;
}

.BoxItem__text {
  display: flex;
  align-items: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__text:has(.BoxItem__memo) {
    display: block;
  }
}

.BoxItem__category {
  display: inline-block;
  position: relative;
  margin-left: 18px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__category {
    margin-left: 10px;
    font-size: 16px;
  }
}

.BoxItem:has(a) .BoxItem__category {
  padding-right: 1.5em;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem:has(a) .BoxItem__category {
    padding-right: 0;
  }
}
.BoxItem:has(a) .BoxItem__category::after {
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  right: 0;
  transform: translateY(-50%);
  color: #c2c2c2;
  font-family: 'fontAwesome';
  font-size: 1.2em;
  line-height: 1;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem:has(a) .BoxItem__category::after {
    content: none;
  }
}

.BoxItem__text .BoxItem__category:only-child {
  width: 100%;
}

.BoxItem__category--large {
  margin-left: 11px;
  font-family: "Arial";
  font-size: 28px;
  line-height: 1.071;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__category--large {
    font-size: 22px;
  }
}

.BoxItem__label {
  display: inline-block;
  margin-left: 26px;
  padding: 10px;
  border-radius: 10px;
	background: #4D9EE2;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__label {
    margin-left: 12px;
    padding: 7px;
    font-size: 10px;
  }
}

.BoxItem__memo {
  display: inline-block;
  margin-left: 29px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .BoxItem__memo {
    margin-top: 5px;
    margin-left: 10px;
    font-size: 12px;
  }
}

/* Column
-----------------------------------------*/
.Column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Column {
    grid-template-columns: 1fr;
    gap: 35px 0;
  }
}
.Column__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Column__item {
    grid-template-rows: auto;
    grid-row: auto;
  }
}
.Column__item > .DiscList {
  margin-top: 19px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Column__item > .DiscList {
    margin-top: 13px;
  }
}

/* aboutSurvey
-----------------------------------------*/
.aboutSurvey {
  background-color: #eee;
  margin-top: 16px;
  padding: 16px;
}
.aboutSurvey__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.aboutSurvey__text {
  line-height: 1.5;
}

/* mod_supportlink
-----------------------------------------*/
.mod_supportlink p.link a.js-colorBoxBtn.cboxElement {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_supportlink p.link a.js-colorBoxBtn.cboxElement {
    padding-left: 15px;
  }
}
.mod_supportlink p.link a.js-colorBoxBtn.cboxElement strong {
  width: auto;
  padding-left: 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.mod_supportlink p.link a.js-colorBoxBtn.cboxElement strong:after {
    top: 10px;
  }
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
	a.js-colorBoxBtn.cboxElement strong {
    width: auto;
  }
}

.Privacy .mod_supportlink p.link a {
  background: none !important;
}

/* Privacy
-----------------------------------------*/
body {
  width: 100%;
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  #cboxClose {
    right: 5px;
    top: 5px;
  }
}
.Privacy{
  margin-bottom: 15px;
}

.Privacy__body{
  display: none;
}
.Privacy__body__inner{
  padding: 50px 25px 40px 30px;
  font-size: 15px;
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__body__inner{
    padding: 40px 15px 40px 15px;
    font-size: 12px;
  }
}
.Privacy__body__inner .privacyTitle{
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__body__inner .privacyTitle{
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.Privacy__body__inner .privacylead{
  margin: 0 0 20px 0;
}
.Privacy__body__inner .privacylead small{
  font-size: 13px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__body__inner .privacylead small{
    font-size: 12px;
  }
}
.Privacy__body__inner__detail .privacySubTitle{
  font-size: 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__body__inner__detail .privacySubTitle{
    font-size: 14px;
  }
}
#cboxLoadedContent{
  overflow-y:scroll!important;
}
.Privacy__body__inner__detail dl{
  margin: 0 5px 0 10px;
}
.Privacy__body__inner__detail dl dt{
  margin: 20px 0 8px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .Privacy__body__inner__detail dl dt{
    margin: 10px 0 5px 0;
  }
}
.Privacy__body__inner__detail dl dd{
  margin: 0 0 0 10px;
}
.Privacy__body__inner__detail dl dd ol li{
  margin: 5px 0 5px 0;
}
.Privacy__body__inner__detail dd ul li ul li{
  margin: 5px 0 5px 30px;
}
.Privacy__body__inner__detail dd .listindent{
  text-indent: -1em;
  padding-left: 1em;
}
