.row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .row {
    margin-bottom: 0;
  }
}
.row .col {
  box-sizing: border-box;
}
.grid01 .col {
  width: 50%;
}
@media screen and (max-width: 720px) {
  .grid01 {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .grid01 .col {
    width: 100%;
  }
}
.grid02 {
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.grid02 .col {
  width: 48%;
}
@media screen and (max-width: 720px) {
  .grid02 {
    flex-direction: column;
  }
  .grid02 .col {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .table-col .td,
  ul.table-col li {
    display: block;
  }
  .table-col.ab .td,
  ul.table-col.ab li {
    display: table-cell;
  }
}
section.first_view {
  height: 460px;
  background: url("/images/nocodewidget/fv_bg_about_widget.png") center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
section.first_view > h1,
section.first_view > p {
  position: relative;
  top: 160px;
  line-height: 1em;
}
section.first_view > h1.first_title {
  font-size: 40px;
  margin-bottom: 8px;
}
section.first_view > p.first_subtitle {
  position: absolute;
  top: 246px;
  left: 0;
  right: 0;
  margin: auto;
}
section.first_view > p.breadcrumb {
  position: absolute;
  left: calc(50% - 480px);
  top: 90px;
}
section.first_view > p.breadcrumb > a {
  text-decoration: none;
}
section.first_view > p.breadcrumb > a:hover {
  text-decoration: underline;
}
section.first_view .register_button {
  position: absolute;
  bottom: 79px;
  left: 0;
  right: 0;
}
section.first_view > p.first_subtitle > br {
  display: none;
}
@media screen and (max-width: 960px) {
  section.first_view > p.breadcrumb {
    left: 40px;
  }
}
@media screen and (max-width: 720px) {
  section.first_view {
    padding-bottom: 0;
    height: 368px;
  }
  section.first_view > h1,
  section.first_view > p {
    top: 100px;
  }
  section.first_view > h1.first_title {
    font-size: 32px;
  }
  section.first_view > p.first_subtitle {
    top: auto;
    bottom: 148px;
    line-height: 1.5em;
    width: 90%;
  }
  section.first_view > p.first_subtitle > br {
    display: inline;
  }
  section.first_view > p.breadcrumb {
    display: none;
  }
  section.first_view .register_button {
    bottom: 39px;
    width: 90%;
    max-width: 320px;
    height: 88px;
  }
  section.first_view .register_button > a {
    border-radius: 44px;
    line-height: 88px;
  }
}
@media screen and (max-width: 480px) {
  section.first_view > h1.first_title {
    font-size: 24px;
  }
  section.first_view > h1,
  section.first_view > p {
    top: 112px;
  }
}
.section-nocodewidget.bb {
  border-bottom: solid 1px #cfd8dc;
}
.section-nocodewidget .contents {
  margin: 0 auto 32px;
  max-width: 1280px;
  overflow: hidden;
}
.section-nocodewidget .contents .content {
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .section-nocodewidget .contents .content {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.section-nocodewidget .contents .content .text {
  max-width: 468px;
  margin: auto;
}
.section-nocodewidget .contents .content .text p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.section-nocodewidget .contents .content .column {
  margin-top: 64px;
  margin-left: 0;
  margin-right: 0;
}
.section-nocodewidget .common_title-center {
  margin-top: 50px;
  margin-bottom: 32px;
  color: #566d77;
}
@media screen and (max-width: 480px) {
  .section-nocodewidget .common_title-center {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.section-nocodewidget .common_title-right,
.section-nocodewidget .common_title-left {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-nocodewidget .contents .content .illust img {
  width: 100%;
  height: 100%;
}
.section-nocodewidget .contents .content .align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: solid 1px #00a59a;
  padding: 20px;
}
.section-nocodewidget .contents .content .align-center .common_title {
  color: #00a59a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-nocodewidget .contents .content .align-center .common_title {
    font-size: 16px;
  }
}
.section-nocodewidget .contents .content .align-center .col {
  width: 100%;
}
.section-nocodewidget .contents .content .container {
  width: 100%;
  display: inline-block;
  letter-spacing: normal;
}
.section-nocodewidget .contents .content .container .container-title {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  font-size: 32px;
  color: #455a64;
}
@media screen and (max-width: 480px) {
  .section-nocodewidget .contents .content .container .container-title {
    font-size: 24px;
  }
}
.section-nocodewidget .contents .content .container .title {
  margin-bottom: 24px;
  padding: 10px 0;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.section-nocodewidget .contents .content .container .nocodewidget_data-list {
  display: flex;
}
.section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-left {
  width: 48.75%;
  margin-right: 2.5%;
}
.section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-right {
  width: 48.75%;
}
.section-nocodewidget .contents .content .container .view_more {
  display: none;
  text-align: center;
  width: 100%;
}
.section-nocodewidget .contents .content .container .view_more-button {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 64px;
  border-radius: 32px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 #fbc02d;
  cursor: pointer;
}
.section-nocodewidget .contents .content .container .view_more-button:hover {
  background-color: #ffea00;
}
@media screen and (max-width: 720px) {
  .section-nocodewidget .contents .content .container .view_more {
    display: block;
  }
  .section-nocodewidget .contents .content .container .nocodewidget_data-list {
    flex-direction: column;
    align-items: center;
  }
  .section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-left {
    width: 100%;
    position: relative;
    height: 350px;
    overflow: hidden;
    margin-right: 0;
  }
  .section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-left.active {
    height: auto;
  }
  .section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-left::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0) 0, #fff 90%);
    position: absolute;
  }
  .section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-left.active::before {
    background: none;
  }
  .section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-right {
    width: 100%;
    display: none;
  }
  .section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-right.active {
    display: block;
    margin-bottom: 20px;
  }
}
.section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-left li,
.nocodewidget_data-right li {
  letter-spacing: normal;
  background-image: url("/images/common/common_congig_item_pattern1.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 92px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-top: 5px;
  list-style: none;
}
.section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-title {
  font-size: 18px;
  color: #26a69a;
  text-align: left;
}
.section-nocodewidget .contents .content .container .nocodewidget_data-list .nocodewidget_data-text {
  color: #607d8b;
}
.sp_block {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp_block {
    display: block;
  }
}
.pc_block {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc_block {
    display: none;
  }
}
