@charset "utf-8";

br.spOnly {
  display: none;
}

@media screen and (max-width: 599px) {
  br.spOnly {
    display: block;
  }
}

.info p {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
  color: #000;
}

#contact01 img {
  height: auto;
}

p.news {
  color: #d61334;
  margin-bottom: 20px;
}

#pageIndex .box {
  width: 340px;
  background-color: #e7f2fb;
}

/*非リンクに*/

#pageIndex .box.nolink {
  pointer-events: none;
  cursor: default;
}

#pageIndex .box.boxbig {
  width: 690px;
}

#pageIndex .box.boxcolor {
  width: 330px;
  background-color: #e6e6e6;
}

#pageIndex .box.sale {
  margin: 40px 0 20px;
  background-color: #e6e6e6;
}

@media screen and (max-width: 599px) {

  #pageIndex .box.boxbig,
  #pageIndex .box.boxcolor {
    float: none;
    width: 96%;
    margin: 0 auto 10px;
  }

  #pageIndex .box.boxbig .inner,
  #pageIndex .box.boxcolor .inner {
    width: 100% !important;
    background: #ffffff url(../imgs/bg-inner.gif) repeat-x 50% 0;
  }
}

#pageIndex .box .inner {
  width: 340px;
  background-repeat: repeat-x;
  position: relative;
}

#pageIndex .box.boxbig .inner {
  width: 690px;
}

#pageIndex .box.boxcolor .inner {
  width: 330px;
}

#pageIndex .box .inner::before {
  content: '▶︎';
  position: absolute;
  top: 50%;
  left: 10px;
  color: #0060b0;
  font-size: 10px;
  -webkit-transform: translateY(-50%) scale(0.4);
  transform: translateY(-50%) scale(0.4);
  font-size: 10px;
}

#pageIndex .box.sale .inner::before {
  display: none;
}

#pageIndex .box.iconnone .inner::before {
  content: none;
}

#pageIndex .box .inner:hover {
  background-repeat: repeat-x;
}

#pageIndex .box .title {
  padding: 15px 15px 0 15px;
}

.boxContact {
  padding: 20px 20px 10px;
  width: 700px;
  display: block;
  border-top: solid 5px #e7f2fb;
  border-right: solid 5px #e7f2fb;
  border-left: solid 5px #e7f2fb;
  border-bottom: solid 5px #e7f2fb;
  /*background: url(../imgs/bg-contact.gif) no-repeat 0 0;*/
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

#pageIndex .boxContact {
  border-bottom: 0;
}

.boxContact .ttlbox {
  width: 58%;
  float: left;
}


.boxContact p {
  display: block;
  /*position: absolute;*/
  font-size: 11px;
  line-height: 1.6;
  /*top: 25px;*/
}

.boxContact .title {
  float: left;
  margin-bottom: 10px;
  margin-left: 5px;
}

.boxContact .boxmail {}

.boxContact .boxmail span {
  font-size: 13px;
  color: #F00;
  display: inline-block;
  max-width: 357px;
  margin-top: 5px;
  letter-spacing: -0.05em;
}

@media only screen and (max-width:599px) {
  .boxContact .boxmail span {
    font-size: 12px;
  }

  .boxContact .boxmail br.pc {
    display: none;
  }
}

.boxContact .boxmail span a {
  color: #0060b0;
  text-decoration: underline;
}

.boxContact .boxmail a:hover {
  opacity: 0.8;
}

.boxContact p span {
  display: block;
}

.boxContact .telbox {
  width: 42%;
  float: right;
  border-left: solid 1px #CCC;
  box-sizing: border-box;
  padding-left: 20px;
}

.boxContact .number {}

.boxContact .hours {
  margin-top: 13px;
}

/*.boxContact p.title {
		width: 237px;
		left: 23px;
	}
	.boxContact p.number {
		width: 240px;
		left: 180px;
	}*/

.boxContact p.number span {
  margin-top: 6px;
}

.boxContact p.hours {
  width: 270px;
  top: 23px;
  right: 10px;
}

.boxContact p.hours span {
  background: url(../imgs/ic-mail.gif) no-repeat 0 50%;
  padding-left: 18px;
  margin-top: 5px;
}

.Gbox {
  padding: 29px;
  border: 1px #e5e5e5 solid;
  background: #fcfcfc;
}

.Gbox .title {
  color: #000;
  font-weight: bold;
}

.contact,
.relative {
  position: relative;
}

.mail {
  position: absolute;
  padding-left: 20px;
  background: url(../../../common/imgs/bg-mail.gif) no-repeat 0 50%;
}

.mail a {
  color: #0060b0;
  text-decoration: underline;
}

.mail a:hover {
  text-decoration: none;
}

.contact .mail {
  top: 65px;
  left: 430px;
}

.relative .mail {
  top: 57px;
  right: 230px;
}

.point dt {
  padding-left: 15px;
  margin-left: 15px;
  font-weight: bold;
  background: url(../imgs/bg-point.gif) no-repeat 0 50%;
}

.point dd {
  margin-left: 30px;
  padding-left: 15px;
}

#anchor {}

#anchor li {
  float: left;
  display: block;
  width: 325px;
  padding: 5px 0 5px 20px;
}

#anchor li a {
  display: inline-block;
  color: #0060b0;
  text-decoration: none;
}

#anchor li a:hover {
  text-decoration: underline;
}

#anchor li span {
  display: inline-block;
  width: 3.0em;
  color: #333;
  margin-right: 8px;
  padding: 0 2px;
  font-weight: bold;
  text-align: center;
  border: 1px #edf6fc solid;
  border-right: 1px #bccfdd solid;
  border-bottom: 1px #bccfdd solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #e2f0fc;
}

#mainContent h4.num span {
  width: 3.0em;
}

#contactlist {
  width: 600px;
  height: 350px;
  padding: 20px;
  overflow: auto;
}

#contactlist h2 {
  margin-bottom: 30px;
  padding-top: 25px;
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  border-top: 1px #eeeeee solid;
}

#contactlist li {
  padding-bottom: 20px;
  color: #0060b0;
}

#contactlist a {
  color: #0060b0;
  text-decoration: underline;
}

#contactlist a:hover {
  text-decoration: none;
}

#bgArea {
  min-height: 170px;
  height: auto !important;
  height: 170px;
  padding: 30px 0 0 0;
  background: url(../imgs/bg-01.jpg) no-repeat 100% 0;
}

#bgArea h3 {
  font-size: 128%;
}

.infoArea {
  padding: 19px;
  color: #C00;
  border: 1px #C00 solid;
}

#holiday {
  color: #ee0000;
  padding: 0 10px;
}

#holiday02 {
  color: #ee0000;
  padding: 0 0 0 20px;
}

p.paragraph {
  margin-left: 15px;
}

/* 2016/09 style START */

.ttlPd {
  padding: 15px 15px 0 35px;
  letter-spacing: 0.1em;
}

.titleB span {
  font-size: 66.666%;
}

/* 2016/09 style END */

#pageIndex .box.iconnone .ttlPd {
  padding: 15px 15px 0 35px;
}

#pageIndex .box .body {
  padding: 5px 15px 10px 35px;
  letter-spacing: 0.001em;
  font-size: 11px;
  color: #000;
  /*color: #0060b0;
	text-decoration: underline;*/
}

#pageIndex .box .body .txt {
  padding-left: 1em;
  text-indent: -0.7em;
}

#pageIndex .box.sale .body {
  color: #000;
  text-decoration: none;
}

#pageIndex .box.iconnone .body {
  color: #000000;
  text-decoration: none;
  padding: 5px 15px 10px 35px;
}

#pageIndex .box .body .tel {
  /*text-align: center;*/
  display: inline-block;
  margin-top: 10px;
}

#pageIndex .box .body .ir_txt {
  line-height: 1.5;
  padding: 5px 0 0;
}

.chintai_detail p a {
  text-decoration: underline;
  margin-left: 5px;
  font-weight: bold;
}

.chintai_detail p a:hover {
  text-decoration: none;
}

@media only screen and (max-width:599px) {
  .chintai_detail p a:hover {
    text-decoration: underline;
  }
}

.chintai_detail p:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  .chintai_detail {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .chintai_detail01 {
    position: absolute;
    top: -10px;
    right: 0;
    left: 100px;
  }

  .chintai_detail02 {
    position: absolute;
    top: 2px;
    right: 0;
    left: 100px;
  }

  .chintai_detail03 {
    position: absolute;
    top: 14px;
    right: 0;
    left: 100px;
  }

  .chintai_detail04 {
    position: absolute;
    top: 27px;
    right: 0;
    left: 100px;
  }

  .boxContact .telbox {
    padding-left: 0;
  }
}

.mail.investmentContact_ctc01 {
  top: 16px;
  right: 280px;
}

.mail.investmentContact_ctc02 {
  top: 55px;
  right: 120px
}

.mail.ir_ctc {
  top: 55px;
  right: 24px;
}

#pageIndex .box {
  cursor: auto;
}

#pageIndex .box a {
  color: #0060b0;
  text-decoration: underline;
}

#pageIndex .box a:hover {
  text-decoration: none;
}

.holiday {
  color: #EA0A1A;
  font-weight: bold;
}

.holiday2 {
  color: #EA0A1A;
  font-weight: bold;
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.5em;
  display: inline-block;
}


.headingLv1 {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
  z-index: 2;
}

.headingLv1 small {
  font-size: 16px;
}

.headingLv1 .cap {
  display: block;
  letter-spacing: .1em;
  color: #333;
}

@media only screen and (max-width:599px) {
  .headingLv1 {
    padding: calc(20vw/750*100);
    font-size: calc(30vw/750*100);
    letter-spacing: .05em;
    border: solid 1px #4a8ada;
    border-bottom: none;
  }

  .headingLv1 small {
    display: block;
    font-size: calc(18vw/750*100);
  }

  .headingLv1 .cap {
    display: block;
    letter-spacing: .1em;
    color: #333;
  }
}

[data-border="ptnA"] {
  display: block;
  padding-bottom: 15px;
  color: #276f9f;
}

[data-border="ptnA"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 6px;
  background: url(../imgs/bg-line-01.png) repeat-x bottom left;
}

[data-border="ptnB"] {
  display: block;
  padding-bottom: 15px;
  color: #4a8ada;
}

[data-border="ptnB"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 6px;
  background: url(../imgs/bg-line-02.png) repeat-x bottom left;
}

[data-border="ptnC"] {
  display: block;
  padding-bottom: 15px;
  color: #4aa4da;
}

[data-border="ptnC"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 6px;
  background: url(../imgs/bg-line-03.png) repeat-x bottom left;
}

[data-border="ptnD"] {
  display: block;
  padding-bottom: 15px;
  color: #35a2b5;
}

[data-border="ptnD"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 6px;
  background: url(../imgs/bg-line-04.png) repeat-x bottom left;
}

@media only screen and (max-width:599px) {
  [data-border] {
    padding-bottom: calc(20vw/750*100);
  }

  [data-border]:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border: 6px solid transparent;
    border-top: 7px solid #555;
    transition: transform 0.3s ease;
    transform-origin: 25% 25%;
    transform: translate(-50%, 0) rotate(0deg);
  }

  .headingLv1.open [data-border]::after {
    transform: translate(0, 0) rotate(180deg);
  }

  [data-border="ptnA"] {
    /*padding-bottom: calc(40vw/750*100);*/
  }

  [data-border="ptnA"]::before {
    bottom: -5px;
    left: -1px;
    right: -1px;
  }

  [data-border="ptnA"]::after {
    border-top-color: #276f9f;
  }

  [data-border="ptnB"] {
    /*padding-bottom: calc(40vw/750*100);*/
  }

  [data-border="ptnB"]::before {
    bottom: -5px;
    left: -1px;
    right: -1px;
  }

  [data-border="ptnB"]::after {
    border-top-color: #4a8ada;
  }

  [data-border="ptnC"] {
    /*padding-bottom: calc(40vw/750*100);*/
  }

  [data-border="ptnC"]::before {
    bottom: -5px;
    left: -1px;
    right: -1px;
  }

  [data-border="ptnC"]::after {
    border-top-color: #4aa4da;
  }

  [data-border="ptnD"] {
    /*padding-bottom: calc(40vw/750*100);*/
  }

  [data-border="ptnD"]::before {
    bottom: -5px;
    left: -1px;
    right: -1px;
  }

  [data-border="ptnD"]::after {
    border-top-color: #35a2b5;
  }
}

.headingLv2 {
  padding-left: 10px;
  border-left: solid 1px #999;
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.517;
}

.headingLv2 sup {
  font-size: 10px;
  vertical-align: super;
}

.headingLv2+.text__small {
  margin-top: 20px;
}

.text__small+.headingLv2 {
  margin-top: 20px;
}

.border__rowThree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 69px;
}

.border__rowFour {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 92px;
}

.headingLv1::before,
.headingLv1::after,
.headingLv2::before,
.headingLv2::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.headingLv1::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}

.headingLv1::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.headingLv2::before {
  margin-top: calc((1 - 1.517) * 0.5em);
}

.headingLv2::after {
  margin-bottom: calc((1 - 1.517) * 0.5em);
}

.sNav__heading {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.sNav__row {
  margin-top: 20px;
}

.sNav__item {
  position: relative;
  width: calc(225/960*100%);
  padding: 22px 15px;
  border: solid 5px #e7f2fb;
  box-sizing: border-box;
}

.sNav__item::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  width: auto;
  height: auto;
  border: solid 1px #e6e6e6;
}

.sNav__item ul {
  position: relative;
  z-index: 1;
}

.sNav__item li:nth-child(n+2) {
  margin-top: 5px;
}

.sNav__link {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.666;
  text-decoration: underline;
  color: #000;
}

.sNav__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 5px;
}

.sNav__item:nth-of-type(1)::after {
  background: url(../imgs/img-line-01.png) repeat-x top left;
}

.sNav__item:nth-of-type(2)::after {
  background: url(../imgs/img-line-02.png) repeat-x top left;
}

.sNav__item:nth-of-type(3)::after {
  background: url(../imgs/img-line-03.png) repeat-x top left;
}

.sNav__item:nth-of-type(4)::after {
  background: url(../imgs/img-line-04.png) repeat-x top left;
}

.sNav__item:nth-of-type(1) .sNav__link {
  background: url(../imgs/icon-arrow-01.png) no-repeat 0 6px;
}

.sNav__item:nth-of-type(2) .sNav__link {
  background: url(../imgs/icon-arrow-02.png) no-repeat 0 6px;
}

.sNav__item:nth-of-type(3) .sNav__link {
  background: url(../imgs/icon-arrow-03.png) no-repeat 0 6px;
}

.sNav__item:nth-of-type(4) .sNav__link {
  background: url(../imgs/icon-arrow-04.png) no-repeat 0 6px;
}

@media only screen and (max-width:599px) {
  .sNav__item {
    width: 100%;
    padding: 22px 15px;
  }

  .sNav__item:nth-child(n+2) {
    margin-top: 15px;
  }
}

.layoutCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.is-reverse {
  flex-direction: row-reverse;
}

.is-center {
  align-items: center;
}

[data-align="center"] {
  text-align: center !important;
}


.consultationBlock {
  margin-top: 60px;
}

.consultationBlock__box {
  position: relative;
  padding: 40px 35px;
  border: solid 5px #ccc;
}

.consultationBlock__box::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  width: auto;
  height: auto;
  border: solid 1px #e6e6e6;
  z-index: -1;
}

.consultationBlock__innerbox {
  position: relative;
  padding: 15px 20px;
  border: solid 5px #ccc;
  box-sizing: border-box;
}

.consultationBlock__innerbox--181 {
  min-height: 181px;
}

.consultationBlock__innerbox--196 {
  min-height: 196px;
}

.consultationBlock__innerbox--157 {
  min-height: 157px;
}

.consultationBlock__innerbox--225 {
  min-height: 225px;
}

.consultationBlock__innerbox--290 {
  min-height: 290px;
}

/*
	.consultationBlock__innerbox--119 {
		min-height: 119px;
		padding: 20px 20px;
	}
*/

.blankBtn+.consultationBlock__innerbox {
  margin-top: 20px;
}

.consultationBlock__innerbox::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  width: auto;
  height: auto;
  border: solid 1px #e6e6e6;
}

@media only screen and (max-width:599px) {
  .consultationBlock {
    margin-top: 20px;
  }

  .consultationBlock__box {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 20px 0;
    transition: 0.5s;
  }

  .headingLv1.open+.consultationBlock__box {
    display: block;
    height: auto;
    opacity: 1;
    padding: 30px 20px 20px;
  }

  .consultationBlock__innerbox--181,
  .consultationBlock__innerbox--196,
  .consultationBlock__innerbox--157,
  .consultationBlock__innerbox--225,
  .consultationBlock__innerbox--290 {
    min-height: inherit;
  }


  .blankBtn+.consultationBlock__innerbox {
    margin-top: 15px;
  }
}

.consultationBlock__box .layoutCol {
  position: relative;
  z-index: 1;
}


.bnrBlock__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bnrBlock__item {
  width: calc(240/800*100%);
  text-align: center;
}

.bnrBlock__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 80px;

  font-size: 14.5px;
  font-weight: bold;
  line-height: 22px;
}

.bnrBlock__text small {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}

.bnrBlock__text+a {
  display: block;
  margin-top: 25px;
  transition: .5s;
}

.bnrBlock__text+a:hover {
  opacity: .8;
}

@media only screen and (max-width:599px) {
  .bnrBlock__row {
    max-width: inherit;
  }

  .bnrBlock__item {
    width: 100%;
  }

  .bnrBlock__item:nth-child(n+2) {
    margin-top: 40px;
  }

  .bnrBlock__text {
    min-height: inherit;
  }

  .bnrBlock__text small {
    width: 100%;
  }

  .bnrBlock__text+a {
    max-width: 260px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}

.consultationBlock__row {}

.headingLv2+.consultationBlock__row {
  margin-top: 15px;
}

.consultationBlock__row+.headingLv2 {
  margin-top: 30px;
}

.consultationBlock__item {
  width: calc(280/880*100%);
}
.consultationBlock__item .blank {
  font-size: 14.5px;
}

@media only screen and (min-width:600px) {
  .consultationBlock__item.sp-only {
    display: none;
  }
}

.consultationBlock__item--double {
  width: calc(580/880*100%);
}

.consultationBlock__item--double .consultationBlock__item {
  width: calc(280/580*100%);
}

.consultationBlock__item--two {
  width: calc(430/880*100%);
}

.consultationBlock__item--two:nth-child(n+3) {
  margin-top: 20px;
}

.consultationBlock__row--two .consultationBlock__item:last-child {
  margin-right: calc(300/880*100%);
}

@media only screen and (max-width:599px) {
  .consultationBlock__item {
    width: 100%;
  }

  .consultationBlock__item:nth-child(n+2) {
    margin-top: 30px;
  }

  .headingLv2+.consultationBlock__item {
    margin-top: 15px;
  }

  .consultationBlock__item--double {
    width: 100%;
  }

  .consultationBlock__item--double:nth-child(n+2) {
    margin-top: 30px;
  }

  .consultationBlock__item--double .consultationBlock__item {
    width: 100%;
  }

  .consultationBlock__item--two {
    width: 100%;
  }

  .consultationBlock__item--two:nth-child(n+2) {
    margin-top: 15px;
  }

  .consultationBlock__row--two .consultationBlock__item:last-child {
    margin-right: 0;
  }
}

.consultationBlock__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  width: 100%;
  height: 44px;
  padding: 0 20px;
  background: #e6effa;
  border: solid 1px #4a8ada;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.2;
  box-sizing: border-box;
}

.consultationBlock__label.noflex {
  display: block;
}

.consultationBlock__label.noflex .oneRow {
  display: inline-block;
  padding-top: 12px;
}

.consultationBlock__label.noflex .twoRow {
  display: inline-block;
  padding-top: 4px;
}

.consultationBlock__label+.text__small {
  margin-top: 13px;
}


.consultationBlock__label sup {
  display: inline-block;
  font-size: 10px;
  vertical-align: super;
}

.consultationBlock__label small {
  display: block;
  margin-top: -10px;
  font-size: 10px;
  line-height: 1;
}

.consultationBlock__label+.consultationBlock__innerbox,
.consultationBlock__label+.consultationBlock__row {
  margin-top: 15px;
}

@media only screen and (max-width:599px) {
  .consultationBlock__label {
    display: block;
    height: auto;
    padding: 10px 10px 8px;
  }

  .consultationBlock__label.noflex .oneRow {
    padding-top: 0;
  }

  .consultationBlock__label.noflex .twoRow {
    padding-top: 0;
  }

  .consultationBlock__label+.text__small {
    margin-top: 13px;
  }

  .consultationBlock__label small {
    margin-top: 5px;
  }
}


.Tel__heading {
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.517;
}

.Tel__heading small {
  display: block;
  font-size: 12px;
}

.Tel__heading+.tel__link {
  margin-top: 12px;
}

.tel__link {
  position: relative;
  pointer-events: none;
  cursor: default;
  display: inline-block;
  padding-top: 3px;
  padding-left: 25px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: .8;
  color: #000;
}

.tel__link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 19px;
  height: 21px;
  background: url(../imgs/icon-tel.png) no-repeat 0 0;
}

.tel__link:hover {
  text-decoration: none;
  color: #000;
}

.Tel__cap {
  margin-top: 3px;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.25;
}

@media only screen and (max-width:599px) {
  .Tel__heading {
    font-size: 14px;
  }

  .Tel__heading small {
    font-size: 12px;
  }

  .tel__link {
    pointer-events: auto;
    cursor: pointer;
  }
}

.blankBtn {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
  padding-left: 18px;
  background: #ccc;
  border-radius: 4px;
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
  transition: 0.5s;
}

.blankBtn.blankBtn--noIcon .blank {
  padding-left: 0;
}

.blankBtn.blankBtn--noIcon .blank:before {
  content: initial;
}

.blankBtn.is-center .blank {
  line-height: 1.4;
  text-align: center;
}

.blankBtn .small {
  font-size: 12px;
  font-weight: normal;
}

.blankBtn:hover {
  opacity: .8;
}

.text__small+.blankBtn {
  margin-top: 15px;
}

.blankBtn+.blankBtn {
  margin-top: 15px;
}

.blankBtn::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  width: auto;
  height: auto;
  border: solid 1px #fff;
  border-radius: 3px;
}

.blankBtn .blank {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding-top: 2px;
  padding-left: 20px;
}

.blankBtn .blank .caption {
  color: #fff;
  font-size: 10px;
  opacity: .6;
}

.blankBtn .blank::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  background: url(../imgs/icon-blank.png) no-repeat 0 0;
}

.blankBtn--chat {
  height: 60px;
  font-size: 18px;
}

.blankBtn--chat .blank {
  padding-left: 33px;
}

.blankBtn--chat .blank::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 23px;
  height: 24px;
  margin-top: -10px;
  background: url(../imgs/icon-chat.png) no-repeat 0 0;
}

.blankBtn--paper .blank {
  padding-left: 33px;
}
.blankBtn--paper .blank::before {
  background: url(../imgs/icon-paper.png) no-repeat 0 0;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 24px;
  transform: translateY(-50%);
  margin-top: 0;
}

.blankBtn:hover {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width:599px) {
  .blankBtn {
    height: 50px;
    padding-left: 20px;
    font-size: 12px;
  }

  .blankBtn .blank {
    padding-top: 2px;
  }

  .blankBtn--chat {
    height: 70px;
    font-size: 16px;
  }
}

.text__small {
  font-size: 12px;
  line-height: 1.666;
}

.text__caption {
  font-size: 10px;
  line-height: 1.666;
}

.styleBnr {
  display: block;
  margin-top: 15px;
  transition: .5s;
}

.styleBnr:hover {
  opacity: .8;
}

.hotline__box {
  padding-right: 39px;
  border-right: solid 1px #d9d9d9;
}

.hotline__row {
  margin-top: 15px;
}

.hotline__item {
  display: flex;
}

.hotline__item .blankBtn {
  width: 205px;
  margin-top: 5px;
  height: 5rem;
}

.hotline__txt {
  padding-left: 20px;
  width: 280px;
}

.hotline__label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 33px;
  margin-top: 10px;
  padding: 0 20px;
  background: #e6effa;
  border: solid 1px #4a8ada;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}

@media only screen and (max-width:599px) {
  .hotline__box {
    padding-right: 0;
    border-right: none;
  }

  .hotline__row {
    margin-top: 15px;
  }

  .hotline__row.pc-only {
    display: none;
  }

  .hotline__item {
    display: block;
  }

  .hotline__item .blankBtn {
    width: auto;
    height: 50px;
  }

  .hotline__txt {
    padding-left: 0;
    width: 100%;
  }

  .hotline__label {
    height: 33px;
    padding: 0 10px;
    font-size: 12px;
  }
}


[data-box="ptnA"] {
  border: solid 5px #e7f2fb;
}

[data-box="ptnB"] {
  border: solid 5px #eaf4fd;
}

[data-box="ptnC"] {
  border: solid 5px #eaf7fd;
}

[data-box="ptnD"] {
  border: solid 5px #e8f7fb;
}

[data-bg="ptnB"] {
  background: #4a8ada;
}

[data-bg="ptnC"] {
  background: #4aa4da;
}

[data-bg="ptnD"] {
  background: #35a2b5;
}

[data-color="red"] {
  font-weight: bold;
  color: #ff0000;
}

#lifeNext24 {
  margin-top: -140px;
  padding-top: 140px;
}

@media only screen and (max-width: 599px) {
  #lifeNext24 {
    margin-top: -200px;
    padding-top: 200px;
  }
}

/* 契約書類の写し交付改修（2024.09） */
.app-sum__heading {
  font-size: 16px;
  margin: 2em 0 1em 0;
}

.app-sum__box {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  padding: 2em;
  margin: 1em 0;
}

.app-sum__box em {
  font-style: normal;
  font-weight: bold;
}

.app-sum__box__list li {}

.app-sum__box__list li:before {
  content: "■";
  color: #7eaed6;
}

input#app-sum__accn-opener {
  display: none;
}

label[for="app-sum__accn-opener"] {
  display: block;
  text-align: center;
  color: #0060b0;
  font-size: 20px;
  font-weight: bold;
  border: 5px #d2e5f5 solid;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 0;
  transition: .5s;
}

label[for="app-sum__accn-opener"]:hover {
  opacity: .7;
}

.app-sum__accn-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: .5s;
}

#app-sum__accn-opener:checked~label[for="app-sum__accn-opener"] {
  display: none;
}

#app-sum__accn-opener:checked~.app-sum__accn-content {
  grid-template-rows: 1fr;
}

.app-sum__accn-content__inner {
  overflow: hidden;
}

.app-sum__flowfig {
  display: block;
}

.app-sum__flow--pc {
  width: 700px;
}

.app-sum__flow--sp {
  display: none;
}

@media only screen and (max-width:599px) {
  .app-sum__flow--pc {
    display: none;
  }

  .app-sum__flow--sp {
    display: inline;
    width: 100%;
  }
}

.flow-heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}

.flow-subheading {
  font-weight: bold;
  font-size: 14px;
}

.flow-heading__label {
  display: block;
  color: #fff;
  width: 208px;
  text-align: center;
  font-size: 14px;
  background: #7eaed6;
  padding: 5px 0;
  margin-bottom: 15px;
}

.flow-heading__label--gray {
  background: #999;
}

.app-sum__case-table {
  border-collapse: collapse;
  width: 100%;
}

.app-sum__case-table,
.app-sum__case-table th,
.app-sum__case-table td {
  border: 1px solid #555555;
}

.app-sum__case-table th,
.app-sum__case-table td {
  text-align: center;
  padding: 5px 10px;
}

.app-sum__case-table th:not([cols]),
.app-sum__case-table td:not([cols]) {
  width: 33%;
}

.app-sum__case-table th em,
.app-sum__case-table td em {
  font-style: normal;
  font-size: larger;
}

.app-sum__case-table__bggreen,
.app-sum__case-table__bggreen {
  background: #e9f1ed;
}

.app-sum__case-table__bgblue,
.app-sum__case-table__bgblue {
  background: #d9e7f3;
}

.app-sum__caselist-table {
  border-collapse: collapse;
  width: 100%;
}

.app-sum__caselist-table,
.app-sum__caselist-table th,
.app-sum__caselist-table td {
  border: 1px solid #555555;
}

.app-sum__caselist-table th,
.app-sum__caselist-table td {
  padding: 5px 10px;
}

.app-sum__caselist-table th {
  width: 10px;
}

.app-sum__caselist-table th em,
.app-sum__caselist-table td em {
  font-style: normal;
  font-size: larger;
}
