/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　第2～4階層共通　共通インクルード
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.helpWrap{
  background: url(/service/app/img/help/help_bg.png) repeat-x;
}
.helpWrap .appHeader{
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #E0CBA1 0%, #A78D5B 100%);
  border-image-slice: 1;
}
.helpWrap .common_risk{
  width: 100%;
  background-color: #f2f2f2;
}
.helpWrap .common_risk .toggleWrap01{
  max-width: 960px;
  margin: 0 auto;
}
.helpWrap .common_risk .boxFrame03{
  margin: 0;
}
.helpWrap #footer03{
  padding: 20px 0 18px;
}
.helpWrap .boxFrame03 > .inner01{
  padding: 35px 0;
  max-width: 960px;
}
.helpWrap #footer02 > .wrap{
  max-width: 960px;
}


@media screen and (max-width: 980px){
  .helpWrap .boxFrame03 > .inner01 {
    padding: 35px 30px;
  }
}
.helpWrap #footerCopyright01{
  margin: 0;
}

@media screen and (max-width: 768px){
  .helpWrap{
    background: url(/service/app/img/help/help_bg_sp.png) repeat-x;
  }
  .helpWrap .appHeaderMenuList.is-active{
    top: 72px;
  }
}

@media screen and (max-width: 640px){
  .helpWrap .common_risk{
    width: 100%;
    background-color: #fff;
    padding: 0 10px 10px;
    box-sizing: border-box;
    margin-left: 0;
    border-bottom: solid 1px #eee;
  }
  .helpWrap .boxFrame03 > .inner01 {
    padding: 0;
  }
  .helpWrap footer#footer{
    margin-bottom: 0;
  }
  .helpWrap #footer03 {
    padding: 15px 10px;
  }
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　第2～4階層共通　help
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.help{
  background: url(/service/app/img/help_bg.png) repeat-x;
  font-family: Noto Sans JP, sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  padding-top: 72px;
}
.help .inner{
  max-width: 870px;
  margin: 0 auto 140px;
  padding: 0 10px;
}
.help .breadcrumb{
  padding-top: 18px;;
}
.help .breadcrumb-list .item{
  position: relative;
  display: inline-block;
  margin-right: 14px;
  font-size: 1.4rem;
}
.help .breadcrumb-list .item:not(:last-child)::after{
  position: absolute;
  content: '';
  top: 54%;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background-image: url(/common/img/breadcrumb_ic01.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
}
.help .breadcrumb-list .item a{
  color: #006BBA;
}
.help h1{
  font-size: 4rem;
  text-align: center;
  font-weight: 500;
  margin: 40px 0 60px;
}
.help h2{
  position: relative;
  padding-left: 12px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.4;
}
.help h2::before{
  position: absolute;
  content: "";
  width: 4px;
  height: 80%;
  top: 54%;
  transform: translateY(-50%);
  left: 0;
  background-color: #A98E64;
}
.help h3{
  font-weight: 500;
}
.help p{
  margin: 0;
}
.help a{
  color: #333;
}
.help a:hover{
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .help{
    padding-top: 70px;
  }
  .help .inner{
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .help .breadcrumb-list .item{
    margin-right: 14px;
    font-size: 1.4rem;
  }
  .help .breadcrumb-list .item:not(:last-child)::after{
    top: 56%;
  }
  .help h1{
    font-size: 2.8rem;
    margin: 32px 0 24px;
  }
  .help h2{
    font-size: 2.2rem;
  }
  .help p{
    font-size: 1.4rem;
  }
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　第2階層ページ　help_top
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.help_top h2{
  margin-top: 100px;
}
.help_top_menu{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 10px;
  margin-bottom: 64px;
}
.help_top_menu::after{
  content: "";
  display: block;
  flex: 0 0 240px;
}
.help_top_menu li{
  max-width: 240px;
  text-align: center;
}
.help_top_menu li:nth-child(n+4){
    margin-top: 64px;
  }
.help_top_menu li .thumb{
  max-width: 240px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #E6DFD5;
}
.help_top_menu li .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
@media screen and (min-width: 769px){
  .help_top_menu li a:hover .thumb img{
    transform: scale(1.1);
  }
}
.help_top_menu li figcaption{
  margin-top: 12px;
  font-size: 2rem;
}
.inner .note{
  margin-bottom: 40px;
  margin-top: 50px;
}

.inner .note p{
  font-size: 14px;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}


@media screen and (max-width: 768px){
  .help_top h2{
    margin-top: 60px;
  }
  .help_top_menu{
    gap: 0 16px;
    margin-bottom: 40px;
  }
  .help_top_menu::after{
    content: "";
    flex: 0 0 calc(100% / 3 - 11px);
  }
  .help_top_menu li{
    width: calc(100% / 3 - 11px);
    max-width: 100%;
  }
  .help_top_menu li:nth-child(n+4){
    margin-top: 32px;
  }
  .help_top_menu li .thumb{
    max-width: 100%;
  }
  .help_top_menu li figcaption{
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .inner .note p{
    font-size: 1.2rem;
    text-indent: -1.2rem;
    padding-left: 1.2rem;
    margin-bottom: 8px;
    margin-top: 10px;

  }
  
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　第3階層ページ　help_list
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.help_list .help_list_menu li{
  border: 1px solid #E6DFD5;
  position: relative;
}
.help_list .help_list_menu li::after{
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  width: 14px;
  height: 22px;
  background-image: url(/service/app/img/help/login/right_arrow.png);
  background-size: contain;
  transition: 0.3s;
}
.help_list .help_list_menu li:not(:last-child){
  margin-bottom: 16px;
}
.help_list .help_list_menu li a{
  padding: 18px 32px;
  display: block;
  font-size: 2rem;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (min-width: 769px){
  .help_list .help_list_menu li:hover::after{
    right: 22px;
  }
}

@media screen and (max-width: 768px){
  .help_list h1{
    margin-bottom: 24px;
  }
  .help_list .help_list_menu li::after{
    right: 20px;
    width: 11px;
    height: 18px;
  }
  .help_list .help_list_menu li a{
    padding: 16px 20px;
    font-size: 1.6rem;
  }
}



/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　第4階層ページ　help_item
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.help_item section:not(:last-of-type){
  border-bottom: solid 1px #EEEEEE;
  padding-bottom: 32px;
}
.help_item section{
  margin-top: 32px;
  display: grid;
  grid-template-rows: 32px 1fr;
  grid-template-columns: 240px 1fr;
  grid-template-areas:
    "screenImg stepNo"
    "screenImg explanatoryTxt";
  column-gap: 40px;
  row-gap: 16px; 
}
.help_item .stepNo{
  grid-area: stepNo;
  grid-row: 1 / 2;
	grid-column: 2 / 3;
  background-color: #AA8E64;
  width: 80px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.help_item .screenImg{
  grid-area: screenImg;
  grid-row: 1 / 3;
	grid-column: 1 / 2;
}
.help_item .explanatoryTxt{
  grid-area: explanatoryTxt;
  grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.help_item .explanatoryTxt p:not(:last-child){
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 768px){
  .help_item h2{
    margin-top: 24px;
  }
  .help_item section{
    margin-top: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "stepNo"
      "screenImg"
      "explanatoryTxt";
    row-gap: 16px;
    column-gap: 0;
    text-align: center;
  }
  .help_item section:not(:has(.screenImg)){/* 画面イメージが無い場合 */
    grid-template-columns: 1fr;
    grid-template-rows: 32px auto;
    grid-template-areas:
      "stepNo"
      "explanatoryTxt";
    column-gap: 0;
  }
  .help_item .stepNo,
  .help_item .screenImg,
  .help_item .explanatoryTxt{
    grid-row: auto;
    grid-column: auto;
  }
  .help_item .stepNo{ 
    justify-self: center;
    width: 94px;
    height: 36px;
    font-size: 1.8rem;
  }
  .help_item .screenImg{ 
    justify-self: center;
    width: 100%;
  }
  .help_item .screenImg img{
    display: block;
    width: clamp(200px, 30vw, 240px);
    height: auto;
    margin: 0 auto;
  }
  .help_item .explanatoryTxt{
    text-align: left;
  }
}



