@charset "utf-8";

.shape01{
  background-color: #E62B7E;
  color: #fff;
  display: block;
  position: relative;
}
.shape01:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #E62B7E;
  position: absolute;
  top: 0;
}
.sec_01 .shape01{
  width: 157px;
  height: 43px;
  line-height: 43px;
  padding-left: 25px;
}
.sec_01 .shape01:after{
  border-width: 43px 0 0 40px;
  right: -40px;
}
.sec_02 .shape01{
  width: 210px;
  height: 50px;
  line-height: 50px;
  /* padding-left: 50px; */
  text-align: center;
}
.sec_02 .shape01:after{
  border-width: 50px 0 0 40px;
  right: -40px;
}

.icon{
  position: relative;
}
.icon:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.icon01:before{
  background: url(/development-partner-program/assets/img/icon01.png) no-repeat;
}
.icon02:before{
  background: url(/development-partner-program/assets/img/icon02.png) no-repeat;
}
.icon03:before{
  background: url(/development-partner-program/assets/img/icon03.png) no-repeat;
}
.icon04:before{
  background: url(/development-partner-program/assets/img/icon04.png) no-repeat;
}
.icon_easy:before{
  background: url(/development-partner-program/assets/img/icon_easy.png) no-repeat;
}
.icon_spread:before{
  background: url(/development-partner-program/assets/img/icon_spread.png) no-repeat;
}
.icon_application:before{
  background: url(/development-partner-program/assets/img/icon_application.png) no-repeat;
}
.sec_01 .icon{
  padding-left: 62px;
}
.sec_01 .icon:before{
  width: 48px;
  height: 48px;
  background-size: contain;
  top: 5px;
}
.sec_02 .icon{
  padding-left: 82px;
}
.sec_02 .icon:before{
  width: 64px;
  height: 64px;
  background-size: contain;
}
.icon.icon--2lines:before{
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}


.movie_thum{
  position: relative;
  border: solid 2px #0D63C8;
}
.movie_thum img{
  vertical-align: bottom;
}
.movie_thum:before{
  content: "";
  display: block;
  width: 96px;
  height: 60px;
  background: url(/development-partner-program/assets/img/members/btn_mov.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}



.member_fees{
  border: solid 3px #E62B7E;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #E62B7E;
  padding: 32px 0;
  text-align: center;
  width: 472px;
  margin: auto;
  padding-left: 1em;
}

.caution{
  text-align: center;
  border: solid 1px #ff0000;
  padding: 20px;
}


.btn{
    box-sizing: border-box;
    width: 100%;
    max-width: 472px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-size: 46px auto; */
    border-radius: 4px;
    padding: 18px 18px 24px 18px;
    cursor: pointer;
    line-height: 1.2;
}
.btn a{
  color: #fff;
  text-decoration: none;
}
.btn .sub_text{
  font-size: 15px;
  display: block;
  line-height: 26px;
  margin-bottom: 5px;
}
.btn.btn_red{
  background: url(/development-partner-program/assets/img/icon_outer_link_white.png) 6% 50% no-repeat;
  background-size: 20px auto;
  background-color: #E23636;
  margin-top: 10px;
}
.btn.btn_blue{
  background: url(/development-partner-program/assets/img/icon_outer_link_white.png) 6% 50% no-repeat;
  background-size: 20px auto;
  background-color: #0D63C8;
  margin-top: 15px;
}
.btn_red:hover{
  background-color: #D13232;
}
.btn.btn_blue:hover{
  background-color: #0b51b3;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 44px 0 44px;
  border-color: #93CAE3 transparent transparent transparent;
  margin: 12px auto 20px;
}

hr.border_dot{
  border: none;
  height: 1px;
  width: 1024px;
  margin: auto;
}
.icon_outer_link {
  position: relative;
  color: #0D63C8;
}
.icon_outer_link:visited {
  position: relative;
  color: #0D63C8;
}
.icon_outer_link img {
  width: 13px;
  margin-left: 5px;
  margin-right: 8px;
}




@media only screen and (max-width: 1168px) {
  .btn{
    background: url(/development-partner-program/assets/img/icon_outer_link_white.png) 96% 50% no-repeat;
    background-size: 20px auto;
    background-color: #E23636;
    margin: 32px auto;
  }
}




@media only screen and (max-width: 768px) {

  .icon{
    position: relative;
  }
  .icon:before{
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .icon01:before{
    background: url(/development-partner-program/assets/img/icon01.png) no-repeat;
  }
  .icon02:before{
    background: url(/development-partner-program/assets/img/icon02.png) no-repeat;
  }
  .icon03:before{
    background: url(/development-partner-program/assets/img/icon03.png) no-repeat;
  }
  .icon04:before{
    background: url(/development-partner-program/assets/img/icon04.png) no-repeat;
  }
  .sec_01 .icon,{
    padding-left: 45px;
  }
  .sec_01 .icon:before{
    width: 36px;
    height: 36px;
    background-size: contain;
  }
  .sec_02 .icon{
    padding-left: 50px;
  }
  .sec_02 .icon:before{
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .icon.icon--2lines:before{
    position: absolute;
    top: 14px;
    transform: unset;
  }

  .member_fees{
    width: 92%;
    margin-top: 40px;
    font-size: 21px;
    padding: 7% 0;
    line-height: 1.4;
  }
  .shape01{
    background-color: #E62B7E;
    color: #fff;
    display: block;
    position: relative;
  }
  .shape01:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #E62B7E;
    position: absolute;
    top: 0;
  }
  .sec_01 .shape01,
  .sec_02 .shape01{
    width: 122px;
    height: 32px;
    line-height: 32px;
    padding-left: 4%;
  }
  .sec_01 .shape01:after,
  .sec_02 .shape01:after{
    border-width: 32px 0 0 32px;
    right: -32px;
  }

  .movie_thum{
    position: relative;
    border: solid 2px #0D63C8;
  }
  .movie_thum img{
    vertical-align: bottom;
  }
  .movie_thum:before{
    content: "";
    display: inlinr-block;
    width: 60px;
    background: url(/development-partner-program/assets/img/members/btn_mov.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
  }
  .caution{
    text-align: center;
    border: solid 1px #ff0000;
    padding: 14px;
  }
  .caution strong{
    display: inline-block;
    padding-bottom: 10px!important;
  }
  .caution p{
    text-align: left;
  }



  .btn{
      box-sizing: border-box;
      width: 100%;
      max-width: 472px;
      text-align: center;
      font-size: 17px;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* background-size: 46px auto; */
      border-radius: 4px;
      padding: 10px 2% 15px 2%;
      cursor: pointer;
  }
  .btn a{
    color: #fff;
    text-decoration: none;
  }
  .btn .sub_text{
    font-size: 10.5px;
    display: block;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .btn.btn_red{
    background: url(/development-partner-program/assets/img/icon_outer_link_white.png) 6% 50% no-repeat;
    background-size: 15px auto;
    background-color: #E23636;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .btn.btn_blue{
    background: url(/development-partner-program/assets/img/icon_outer_link_white.png) 6% 50% no-repeat;
    background-size: 15px auto;
    background-color: #0D63C8;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .btn_red:hover{
    background-color: #D13232;
  }
  .btn.btn_blue:hover{
    background-color: #0b51b3;
  }
  .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 22px 0 22px;
    border-color: #93CAE3 transparent transparent transparent;
    margin: 12px auto 12px;
  }

  hr.border_dot{
    border: none;
    height: 1px;
    width: 1024px;
    margin: auto;
  }
  .icon_outer_link {
    position: relative;
    color: #0D63C8;
  }
  .icon_outer_link:visited {
    position: relative;
    color: #0D63C8;
  }
  .icon_outer_link img {
    width: 13px;
    margin-left: 5px;
    margin-right: 8px;
  }

}

@media only screen and (max-width: 330px) {
  .btn.btn_red{
    background-position: 8.5% 65%;
    padding-left: 5.5%;
  }
  .btn.btn_blue{
    background-position: 4.5% 48%;
    padding-left: 4.5%;
  }
}
