.content_title_main {
  font-size: 3.2rem;
}
.content_column_2_row{
    margin: auto;
}

.content_column_2_left,
.content_column_2_right {
  width: 801px;
    margin: auto;
    float: none;
}
.no_mark_list:before {
  background: none!important;
}
.t_center {
  text-align: center;
}
.t_right {
  text-align: right;
}
.right_anchor {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 2.5em;
  margin-bottom: 20px;
}
.right_anchor:before {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  -webkit-transform: rotate(
-45deg
);
  -ms-transform: rotate(-45deg);
  transform: rotate(
-45deg
);
  border-width: 0;
  border-style: solid;
  border-color: #db0016;
  border-right-width: 2px;
  border-bottom-width: 2px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  left: 2px;
}
.right_anchor_under {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.right_anchor_under:before {
  position: absolute;
  top: 46%;
  display: block;
  content: '';
  -webkit-transform: rotate(
45deg
);
  -ms-transform: rotate(45deg);
  transform: rotate(
45deg
);
  border-width: 0;
  border-style: solid;
  border-color: #db0016;
  border-right-width: 2px;
  border-bottom-width: 2px;
  width: 9px;
  height: 9px;
  margin-top: -4px;
  left: 2px;
}
.mb20 {
  margin-bottom: 20px;
}
.content_text_anchor_blue {
  color: #0084DB;
  font-weight: 500;
}
.content_column_accordion_content {
  background: #f5f5f5;
}
.method_content_text_def {
  margin-bottom: 20px;
}
.method_content_text_def_tit {
  font-weight: bold;
  margin-bottom: 10px;
}
.app_store{
  display: flex;
  justify-content: space-between;
}
.app_store_detail{
  border: 2px solid #d1d1d1;
}
.app_store_header{
  width:382px;
  height:45px;
  font-size: 2rem;
  font-weight: bold;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_store_body{
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  padding:40px 0;
}
.app_store_body img{
  margin-bottom:15px;
}
.qr img{
  border: 1px solid #d1d1d1;
  box-sizing: content-box;
}
.icon_column {
  width: 100%;
  display: flex;
}
.icon_column_img {
  width: 70px;
}
.icon_column img {
  width: 100%;
}
.icon_column_text {
  margin-left: 30px;
  width: calc(100% - 100px);
}
.content_summary .icon_column {
  margin: 20px 0;
}
.content_list_numbers {
  margin: 0;
  padding: 0
}
.content_list_numbers > li {
  list-style: none;
  padding-left: 13px;
  text-indent: -14px;
}
.content_list_numbers li {
  margin-top: 15px;
}