/* =============================================================
staticPage_custom
============================================================= */
#staticPage{
  --color-primary: #E60012;
  --column-product: 2;
  --color-red: #E60012;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  color: #484848;
  
  --color-gray: #D8D8D8;
  --color-gray-light: #FAFAFA;
  --color-dark: #787878;
  --color-light:#E2E2E2;
  
  font-weight: 500;
  line-height: 1.8;
}

#staticPage .p-faqBody a,
#staticPage .p-privacy-content a,
#staticPage .p-guide-description a{
  color: var(--color-primary);
  text-decoration: underline;
}


#staticPage .p-terms-content__item-title::before{
  display: none;
}


#staticPage .p-privacy-content__item-text + .p-privacy-content__item-text{
  margin-top: 1.5em;
}

/*
.p-page-guide .p-guide-title{
  border-bottom: 1px solid #F5F5F5;
}
*/

.p-page-guide .p-guide-title--sub{
  background-color:  #F5F5F5;
}

/*======================
guide
=======================*/
#staticPage .l-container.p-guideBody{padding: 0;}

#staticPage .p-guide-section:not(:last-of-type){
  margin-bottom: 6rem;
}

#staticPage .p-guide-description + .p-guide-description{
  margin-top: 4rem;
}

#staticPage .p-guide-description > p:not(:first-child){
  margin-top: 1em;
}

/**********/
#staticPage a.c-btn{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0.5rem;
  width: 100%;
  min-height: 4.5rem;
  background-color: #FFFFFF;
  border: 1px solid var(--color-primary);
  border-radius: 0.4rem 1.4rem 0.4rem 1.4rem;
  color: var(--color-primary) !important;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: relative;
  cursor: pointer;
  transition: background var(--transition-default), color var(--transition-default), border var(--transition-default);
}

@media (hover: hover) {
  #staticPage .c-btn:hover{
    opacity: 1;
    background-color: #F3EEE7;
    border-color: #F3EEE7;
    color: var(--color-primary)!important;
  }
}

#staticPage .guideBtn{
  max-width: 32rem;
  margin: 0 auto;
}
#staticPage .guideBtn:not(:first-child){margin-top: 3rem;}

/****/
#staticPage .imgAuto img{
  width: auto;
}
#staticPage .imgAuto:not(:first-child){margin-top: 2rem;}

/****/
#staticPage .grayBgBox{
  display: block;
  padding: 1.5rem;
  background: #FAFAFA;
  font-size: 1.2rem;
}

/****/
#staticPage .tableBox{
  width: 100%;
  overflow-x: auto;
}
#staticPage .tableBox:not(:first-child){margin-top: 2rem;}

#staticPage table{
	width: 100%;
	border: 1px solid #dddddd;
}

#staticPage table th,
#staticPage table td {
	padding: 0.5rem 1rem;
	width: 33%;
	text-align: center;
	border: 1px solid #dddddd;
  word-break: break-all;
}
#staticPage table thead th {
	background-color: #bbbbbb;
}
#staticPage table tbody th {
	background-color: #eeeeee;
}

/****/
#staticPage ul.guideBanner{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 1rem;
}

#staticPage ul.guideBanner:not(:first-child){
  margin-top: 2rem;
}

#staticPage ul.guideBanner > li{
  flex-shrink: 1;
  display: block;
  width: 100%;
}

#staticPage ul.guideBanner > li a,
#staticPage ul.guideBanner > li img{
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767px) {
  #staticPage ul.guideBanner{
    flex-direction: column;
    gap: 1rem 1rem;
  }
}


/****/
#staticPage dl.subTitleList{
  display: block;
}

#staticPage dl.subTitleList:not(:first-child){
  margin-top: 2rem;
}

#staticPage dl.subTitleList:not(:first-child){
  margin-top: 3rem;
}

#staticPage dl.subTitleList > dt{
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 0.4rem;
  font-weight: 700;
  color: #787878;
  border-bottom: 1px dotted var(--color-gray);
}

#staticPage dl.subTitleList > dt > dd{
  display: block;
}
#staticPage dl.subTitleList > dt > dd + dd{
  margin-top: 1rem;
}

/****/
#staticPage ul.meritList{
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 0.5rem;
}

@media screen and (max-width:767px) {
  #staticPage ul.meritList{
    flex-direction: column;
    gap: 1rem 0;
  }
}

#staticPage ul.meritList:not(:first-child){
  margin-top: 3rem;
}

#staticPage ul.meritList > li{
  flex-shrink: 1;
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #34a788;
}

#staticPage ul.meritList > li > dl{
  display: block;
}

#staticPage ul.meritList > li > dl > dt{
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}

#staticPage ul.meritList > li > dl > dd{
  display: block;
}

#staticPage ul.meritList > li > dl > dd + dd{
  margin-top: 0.5rem;
}

#staticPage ul.meritList > li > dl > dd figure{
  display: block;
  width: 90%;
  aspect-ratio: 2/1;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}


#staticPage ul.meritList > li > dl > dd figure img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#staticPage ul.meritList > li > dl > dd > span{
  font-size: 1.2rem;
}

/*****/
#staticPage ol.imgStepFlow{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem 2rem;
}

#staticPage ol.imgStepFlow:not(:first-child){
  margin-top: 3rem;
}

#staticPage ol.imgStepFlow > li{
  display: block;
  width: calc(50% - 1rem);
}

@media screen and (max-width:767px) {
  #staticPage ol.imgStepFlow{
    flex-direction: column;
    gap: 2rem 0;
  }
  #staticPage ol.imgStepFlow > li{
    display: block;
    width: 100%;
  }
}

#staticPage ol.imgStepFlow > li > dl{
  display: block;
}

#staticPage ol.imgStepFlow > li > dl > dt{
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}

#staticPage ol.imgStepFlow > li > dl > dd picture{
  display: block;
  width: 100%;
  height: auto;
}


#staticPage ol.imgStepFlow > li > dl > dd picture img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#staticPage ol.imgStepFlow > li > dl > dd > span{
  font-size: 1.2rem;
}


@media screen and (max-width:767px) {
  #staticPage .p-guide-section:not(:last-of-type){
    margin-bottom: 0;
  }
}




