@charset "UTF-8";
/* CSS Document */
/*--------------------------------*/
.top_copy_app_area {
  width: 100%;
  padding: 20px 0rem 20px 0px;
  margin: 0 auto 1rem auto;
  background-color: #ecebf0
}
.top_copy_bold_app {
  font-size: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 2.8rem;
  margin: 0px 0px 1rem 0px;
  text-align: center
}
.top_copy_app {
  width: 90%;
  margin: 0px auto 0px auto;
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
}
.app_area {
  width: 90%;
  margin: 0px auto 0px auto;
}
.cap_app_01 {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 2rem auto 0rem auto;
  padding: 1rem 1rem 1rem 1rem;
  border-bottom: #333 2px solid;
}
.cap_app_01:before {
  content: "■";
  font-size: 1.6rem;
  padding-right: 0.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.app_section,.app_section_wide  {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: #ccc 1px solid;
  padding: 2rem 0px 2rem 0px;
}
.app_left,.app_section_wide .app_left {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
}
.cap_app_02,.app_section_wide .cap_app_02 {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0rem 0rem 1.6rem 0rem;
  padding: 1rem 1rem 1rem 1rem;
  border: #7549A2 2px solid;
		text-align: left
}
.app_txt_s,.app_section_wide .app_txt_s {
  font-size: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  line-height: 2.6rem;
  margin: 0px 0.5rem 1rem 0.5rem;
}
.app_right,.app_section_wide .app_right {
  width: calc(100% - 1rem)
}
.app_right img,.app_section_wide .app_right img{
  width: 100%;
}
.b_appa_dl {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: sans-serif;
  padding: 1.2rem 0;

  border-radius: 8px;

  width: 100%;
  margin:  3rem 0;
  cursor: pointer
}
.wm_dl {
background: linear-gradient(45deg, #0075ea 0%, #71009e 100%);
	color: #fff;
	border-radius: 4px; 
}
}
.b_appa.wm_dl:hover {
background-color: #fff
}
