﻿:root{
  --header-height: 80px;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > main{
  margin: 0 0 100px;
  width: 100%; 
}
footer {
  margin: auto 0 0;
}
body > main > .forcms_block.navitopicpath_{
  max-width: 1200px;
  margin: 0 auto;
}
body > main > .forcms_block{
  max-width: 960px;
  margin: 0 auto;
}
/*余白*/
.mt16 {margin-top: 16px;}
.mb16 {margin-bottom: 16px;}
.mt24 {margin-top: 24px;}
.mt20 {margin-top: 20px;}
.mb20 {margin-bottom: 20px;}
.mt40 {margin-top: 40px;}
.mb44 {margin-bottom: 44px;}
/*余白*/
main section {
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid rgba(19,33,106,0.1);
}
main section:last-of-type, main section.border_none {
  padding: 0;
  border: none;
}
.guide__item {
  margin-top: 44px;
}
.guide__item table {
  width: 100%;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  color: #333333;
}
.guide__item table th{
  background: #F7F7F7;
  width: 280px;
  padding: 20px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
}
.guide__item table td{
  width: calc(100% - 280px);
  padding: 20px;
  font-size: 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
}
main h1 {
  font-size: 28px;
  margin: 20px 0 60px;
  color: #13216A;
  font-weight: bold;
  text-align: center;
}
main h2 {
  font-size: 22px;
  margin: 0 0 40px;
  color: #DE8BBB;
  font-weight: bold;
}
main h3 {
  font-size: 16px;
  color: #13216A;
  font-weight: bold;
  border-left: 4px solid #DE8BBB;
  margin-bottom: 20px;
  padding: 0 0 0 6px;
}
main section p {
  font-size: 14px;
  color: #13216A;
}
main section p:last-child {
  margin-bottom: 0;
}
main section p.guide__link {
  margin-top: 16px;
}
main section p.guide__link a {
  color: #13216A;
  margin-top: 16px;
}
main section p.guide__link a.window {
  background: url(../../elevit/img/guide/window.png) right center no-repeat;
  padding-right: 16px;
}
main ul.attention__list {
  line-height: 1.8;
}
main ul.attention__list li {
  font-size: 14px;
  padding: 0 0 0 10px;
  color: #13216A;
  position: relative;
}
main ul.attention__list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.guide__pict {
  gap: 24px;
  display: flex;
  flex-wrap: nowrap;      
  flex-direction: row;
  align-items: flex-start;
}
.guide__pict > picture {
  width: 440px;
  flex-shrink: 0;
  display: block;
}
.guide__pict > picture img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(19,33,106,0.1);
}
.guide__item:last-child,
.guide__pict:last-child {
  margin-bottom: 0;
}

.guide__pict--detail {
  flex: 1 1 0; 
  width: auto;
}
ul.attention {
  list-style: none inside;
  line-height: 1.8;
  padding: 0;
  
}
ul.attention li {
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 15px;
  list-style:none inside;
  color: #13216A;
  position: relative;
}

ul.attention li::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
  display: inline-block;
  width: 10px;
  height: 10px;
}
ul.attention.pdl0 li::before{
  position: relative;
}
ul.attention.pdl0 li{
  padding: 0;
}

ul.remarks li {
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 15px;
  list-style:none inside;
  color: #13216A;
  position: relative;
}

ul.remarks li::before{
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
  display: inline-block;
  width: 16px;
  height: 10px;
}
ul.remarks li::before{
  position: relative;
}
ul.remarks li{
  padding: 0;
}

ol.attention{
  list-style: none inside;
}
ol.attention li{
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 20px;
  list-style:none inside;
  color: #13216A;
  position: relative;
}
ol.attention li::before{
  position: absolute;
  top: 0;
  left: 0;
}
ol.attention li:nth-child(1)::before{content: '1.';}
ol.attention li:nth-child(2)::before{content: '2.';}
ol.attention li:nth-child(3)::before{content: '3.';}
ol.attention li:nth-child(4)::before{content: '4.';}
ol.attention li:nth-child(5)::before{content: '5.';}
ol.attention li:nth-child(6)::before{content: '6.';}
ol.attention li:nth-child(7)::before{content: '7.';}
ol.attention li:nth-child(8)::before{content: '8.';}
ol.attention li:nth-child(9)::before{content: '9.';}
ol.attention li:nth-child(10)::before{content: '10.';}

.attention__item {
  padding: 20px 28px 24px;
  background: #FDE9EE;
}
.guide__pict + .attention__item {
}
.attention__item--title {
  margin-bottom: 16px;
  padding: 0 0 0 25px;
  color: #E52E58;
  font-weight: bold;
  background: url(../img/guide/attention_mark.png) left center no-repeat; 
}
.attention__item ul {
  line-height: 1.8;
  list-style-type: none;
}
.attention__item li {
  font-size: 12px;
  color: #333333;
  list-style-type: none;
}
.attention__item li::before {
  content: '※';
}
.attention__item--comment {
  font-size: 12px;
  color: #888888;
  margin-top: 16px;
}  
.main__btn {
  border-radius: 16px;
  font-size: 14px;
  width: 334px;
  height: 34px;
  margin: 44px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DE8BBB;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.guide__item.guide__creditcard {
  margin-top: 44px;
}
.pink{
  color: #DE8BBB;
}
.hidden-fb {
  display: none;
}
.hidden-sb {
  display: block;
}
.guide__list {
  margin: 0 0 60px;
  padding: 0;
  border: none;
}

.guide__list--line {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.guide__list--line:last-child {
  margin-bottom: 0;
  border: none;
}
.guide__list--line ul li {
  border-bottom: 1px solid #CFD7DC;
}

.guide__list--line ul a {
  font-size: 16px;
  padding: 16px 0;
  color: #0D2D6C;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.guide__list--item {
  width: calc((100% / 2) - 20px);
}
.guide__list--line > .guide__list--item > h3 {
  background-color: #F5F8FA;
  padding: 16px;
  text-align: center;
  color: #0D2D6C;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  border: none;
}
.guide__list--line > .guide__list--item > h3 a{
  color: #0D2D6C;
  text-decoration: none;
}
.guide__list--line > .guide__list--item > .guide__list--item {
  width: unset;
}
.guide__list--line > .guide__list--item > .guide_article {
  border: none;
  font-size: 16px;
  margin: 0;
  padding: 16px 0;
  color: #0D2D6C;
  font-weight: bold;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #CFD7DC;  
}
.guide__list--line > .guide__list--item > .guide_article a{
  color: #0D2D6C;
  text-decoration: none;
}
@media print, screen and (max-width: 767px) {
  .mtsp16 {
    margin-top: 16px;
  }
  .mbsp16 {
    margin-top: 16px;
  }  
  .mtsp24 {
    margin-top: 24px;
  }  
  .mbsp24 {
    margin-bottom: 24px;
  }  
  .hidden-fb {
    display: block;
  }  
  .hidden-sb {
    display: none;
  }
  body > main {
    max-width: unset;
    width: unset;
    padding: 0 20px;
    margin: 0 0 100px 0;
  }
  body > main > .forcms_block.navitopicpath_{
    max-width: unset;
    width: unset;
    margin: 0 auto;
  }
  body > main > .forcms_block{
    max-width: unset;
    width: unset;
    margin: 0 auto;
  }  
  main h1 {
    font-size: 24px;
    margin: 20px 0 40px;
  }
  main h2 {
    font-size: 18px;
    margin: 0 0 24px;
  }
  main h3 {
    font-size: 14px;
  }
  .guide__item {
    margin-top: 24px;
  }
  .guide__item table {
    display: block;
  }
  .guide__item table tbody,
  .guide__item table tr {
    display: block;
    width: 100%;
  }
  .guide__item table th {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 12px;
    border-bottom: none;
  }
  .guide__item table td {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 12px;
    border-bottom: none;
  }
  .guide__pict {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .guide__pict > picture {
    width: 100%;
  }
  .guide__pict--detail {
    width: 100%;
    flex: none;
  }
  .guide__pict picture img {
    max-width: 100%;
  }
  main ul.attention__list li {
    font-size: 12px;
  }
  main section {
    margin: 0 0 40px;
    padding: 0 0 40px;
  }
  ul.attention {
  }
  ol.attention li {
    font-size: 12px;
  }
  .attention__item {
    padding: 16px;
  }
  .attention__item--title {
    font-size: 14px;
  }
  .attention__item li {
    font-size: 12px;
  }
  .main__btn {
    margin: 40px auto 60px;
    width: 295px;
    height: 28px;
    border-radius: 16px;
    font-size: 12px;
  }
  .guide__list--item h2 {
    padding: 12px;
    font-size: 16px;
    max-height: 40px;
    margin-bottom: 4px;
  }
  .guide__list--line {
    width: unset;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
  .guide__list--item {
    width: unset;
  }
  .guide__list--line ul a {
    font-size: 14px;
    padding: 16px 0;
  }
  .guide__list{
    margin-bottom: 40px;
  }
  .guide__list--line > .guide__list--item > h3 {
    font-size: 16px;
    padding: 12px;
  }
  .guide__list--line .guide_article a {
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .guide__list--line .guide_article {
    font-size: 14px;
  }
}
.section__mail .section__main--title ,
.section__contact .section__main--title {
  min-height: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.template17 {
  width: 960px;
  max-width: 960px;
  margin: 60px auto 0;
  overflow: hidden;
  border-top: 1px solid rgba(19,33,106,0.1);
}
.template17 .section__cell--main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
.template17 .section__cell {
  width: calc((100% / 2) - 20px);
  box-sizing: border-box;
}
.template17 .section__cell a {
  height: 290px;
  text-decoration: none;
  padding: 28px;
  min-height: 182px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.template17 .section__main--title {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 12px;
  min-height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.template17 .section__mail .section__main--title{
  margin-top: 0;
  padding-left: 46px;
  background: url(../img/guide/qa.png) left center no-repeat;
}
.template17 .section__contact .section__main--title{
  margin-top: 0;
  padding-left: 46px;
  background: url(../img/guide/tel.png) left center no-repeat;
}
.template17 .section__sub--comment {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.template17 .section__sub--title {
  font-size: 1.4rem;
  margin: 0 0 12px;
  line-height: 1;
}
.template17 .section__sub--number {
  font-size: 2.4rem;
  margin: 0 0 20px 0;
  line-height: 1;
  font-weight: bold;
}
.template17 .section__sub--btn {
  width: 274px;
  height: 30px;
  border-radius: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.template17 p.section__attention {
  font-size: 12px;
  margin-top: 20px;
}

@media print, screen and (max-width: 767px) {
  .template17 {
    width: unset;
    min-width: unset;
    max-width: unset;
    margin-top: 40px;     
  }
  .template17 .section__cell--main {
    flex-direction: column;
    gap: 12px;
  }
  .template17 .section__cell{
    width: 100%;
  }
  .template17 .section__cell a{
    padding: 24px 12px;
    height: unset;
    min-height: unset;
    box-sizing: border-box;
  }
  .template17 .section__main--title {
    font-size: 1.8rem;
    margin-bottom: 23px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .template17 .section__contact .section__main--title{
    padding-left: 45px;
    background: url(../img/guide/tel_sp.png) left center no-repeat;
    background-size: auto 32px;
  }
  .template17 .section__mail .section__main--title{
    padding-left: 43px;
    background: url(../img/guide/qa_sp.png) left center no-repeat;
    background-size: auto 32px;
  }  
  .template17 .section__sub--title {
    font-size: 1.2rem;
  }
  .template17 .section__sub--number {
    margin: 0 0 12px;
  }
  .template17 .section__sub--comment {
    font-size: 1.2rem;
  }
  .template17 .section__sub--btn {
    width: 228px;
    height: 28px;
    font-size: 1.2rem;
  }
}
.navitopicpath_ {
  max-width: unset;
  width: unset;
}
.template17 {
  border: none;
  padding-bottom: 0;
}
.d-list-square {
  margin-top: 20px;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  body > main {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
body > main {
  padding-top: var(--header-height);
}
