/* CSS Document */
/*ページタイトル*/
.page_title > h2::before{
  content: "Attempt" !important;
}
/*コンテンツ*/
.a_wrap{
  box-sizing: border-box;
  background-color: #f7f0e6;
  border-bottom: 1px solid #190c01;
}
body[wc-view-type="sp"] .a_wrap,
body[wc-view-type="tb-l"] .a_wrap{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="tb"] .a_wrap{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="pc"] .a_wrap{
  padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.a_wrap > h2{
  font-size: 1.35rem;
  color: #190c01;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%;
}
.a_wrap .a_image{
  width: 33vw;
  opacity: 0.45;
  margin: 0 auto;
}
body[wc-view-type="tb"] .a_wrap .a_image,
body[wc-view-type="tb-l"] .a_wrap .a_image{
  width: 120px;
}
body[wc-view-type="pc"] .a_wrap .a_image{
  width: 110px;
}
.a_wrap .a_image picture{
  width: 100%;
  height: 100%;
  display: block;
}
.a_wrap .a_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a_wrap .a_text_area{
  padding: 1rem;
  box-sizing: border-box;
  border: solid 1px #190c01;
}
.a_wrap .a_text_area > p{
  line-height: 1.8rem;
  color: #190c01;
  font-weight: 300;
}
.a_wrap .a_text_area > p:not(:first-of-type){
  margin-top: 0.75rem;
}
.a_link_area{
  margin-top: 1.5rem;
}
.a_link_area ul{
  padding-left: 1rem;
  list-style-position: outside;
  padding: 1rem 1rem 1rem 2rem;
  box-sizing: border-box;
  border: solid 1px #190c01;
}
.a_link_area ul li{
}
.a_link_area ul li:not(:first-of-type){
  margin-top: 0.75rem;
}
.a_link_area ul li p{
  font-weight: 300;
}
.a_link_area ul li a{
  display: block;
}