@charset "utf-8";

/**************************************************************************************************
Common
/**************************************************************************************************/

/* ------------------------- TOC
Setting
Wrapper
Contents
Heading
List
Dl Dt Dd
Table
Form
-------------------------- */

/* ============================================================ Setting */
html { height: 100%; }
body { -webkit-text-size-adjust: 100%; line-height: 1.4; height: 100%; color: #333333; background: #ffffff; font-size: 16px; }

a,
a:link { color: #0000cc; text-decoration: none; }
a:visited { color: #551a8b; text-decoration: none; }
a:hover,
a:active { color: #0000cc; text-decoration: underline; }

a img, a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }

strong { font-weight: bold; }
em { font-style: normal; }

img { -ms-interpolation-mode: bicubic; }


/* ============================== Clearfix */
.clr:before,
.clr:after { content: ""; display: table; }
.clr:after { clear: both; }
.clr { zoom: 1; }


/* ============================== Multi */
.ofz { overflow: hidden; zoom: 1; }
.indent { padding-left: 1em; text-indent: -1em; }


/* ============================== Hide Text */
.hide { position: absolute; left: -9999px; }




body{
  padding-left: 280px!important;
  font-family: "Hiragino Kaku Gothic Pro",メイリオ,Meiryo,-apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
#wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
    min-height: 100vh;
    z-index: 1;
    overflow: hidden;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}
.edw_contents {
  position: relative;
  max-width: 100%;
  color: #333;
  line-height: 1;
  -webkit-text-size-adjust: none;
  z-index: 1;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  margin: auto;
  border-left: none;
}
@media only screen and (max-width: 768px) {
  .edw_contents {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  body{
    padding-left: 0!important;
  }
  .sp_anchor{
    padding-top: 1px;
    margin-top: -60px;
  }
}

.indent_03{
  text-indent: -1em;
  padding-left: 1em;
}
.indent_04{
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media only screen and (max-width: 768px) {
.indent_04{
  text-indent: -1.2em;
  padding-left: 1.2em;
}
}
.indent_05{
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.border_dot{
    position: relative;
}
.border_dot:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url(/development-partner-program/assets/img/common/border.gif) repeat-x;
    background-position: 0 0;
    position: absolute;
    bottom: 0;

}

/* ============================================================ Media Queries */
@media only screen and (max-width: 320px) {
  .logo_sp{
    width: 77%;
    padding-top: 1px;
  }
  .rsp_320_d{
    display: block!important;
  }
}


@media(max-width: 768px){

  .logo_sp{
    width: 247px;
    padding-top: 1px;
  }

.rsp_fs15{
  font-size: 15px!important;
  line-height: 1.46!important;
}
.rsp_fs14{
  font-size: 14px!important;
  line-height: 1.5!important;
}





/* ============================== Margin */


.mt_80 { margin-top: 80px !important; }

.mb_0  { margin-bottom: 0 !important; }
.mb_16 { margin-bottom: 16px !important; }
.mb_24 { margin-bottom: 24px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_40 { margin-bottom: 40px !important; }


/* ============================== Padding */
.pt_8  { padding-top:  8px !important; }
.pt_30 { padding-top: 30px !important; }
.pt_40 { padding-top: 40px !important; }
.pl_2em{ padding-left: 2.3em !important; }


}








/* =============================================== */
/* font */
/* =============================================== */


/* =============================================== */
/* base */
/* =============================================== */





.edw_contents img {
  width: 100%;
}


/*New Information------------------*/

#new_info{
  padding-top: 55px;
  margin-top: 0px;
}
.sct_imp_notices{
  padding: 8px 0 48px 0;
  background-color: #fff;
  margin-top: 50px;
}

/*Title*/
.sct_imp_notices h2{
  text-align: left;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
}

/*Notices*/
.notices_set{
  margin-top: 16px;
}

.notices_lst:first-child{
  margin-top: 0;
  border-top: 0;
}
.notices_lst dl dt{
  float: left;
  min-width: 140px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  font-weight: normal;
  margin-right: 20px;
}
.notices_lst dl dt .date{
  display: inline-block;
  width: 113px;
}
.notices_lst {
    display: block;
    padding: 16px 32px 16px 0;
    border-bottom: 1px dotted #707070;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    color: #0D63C8;
    position: relative;
}


.tag{
  font-size: 13px;
  border: 1px solid #333300;
  line-height: 1;
  padding: 5px 9px;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
}
a.notices_lst dl dd{
  overflow: hidden;
  color: #0D63C8;
  font-weight: normal;
  word-break: break-all;
  font-size: 16px;
  line-height: 1.75;
}
.notices_lst dl dd {
    overflow: hidden;
    color: #333;
    font-weight: normal;
    word-break: break-all;
    font-size: 16px;
    line-height: 1.75;
}
@media(max-width: 768px){
  #new_info{
    padding-top: 40px;
    margin-top: 0;
  }
  .notices_set{
    margin-top: 8px;
  }
  .notices_lst{
    border-top: none;
    border-bottom: none;
  }
  .notices_lst dl dt{
    float: none;
    margin-bottom: 6px;
    min-width: auto;
    font-size: 14px;
  }
  .notices_lst dl dt .date{
    display: inline-block;
    width: 110px;
  }
  .tag{
    font-size: 12px;
    border: 1px solid #333300;
    line-height: 1;
    padding: 4px 9px 3px;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
  }
}


/* =============================================== */
/* wrap */
/* =============================================== */
.edw_contents .edw_cnt {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 20px;
  max-width: 1024px;
}
.edw_contents .edw_cnt02 {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0;
    max-width: 1024px;
}
@media only screen and (max-width: 768px) {
  .edw_contents .edw_cnt {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.edw_contents .edw_inner {
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.edw_contents .edw_inner_m {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.edw_contents .edw_inner_s {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* =============================================== */
/* edw_common */
/* =============================================== */
.edw_contents .title_xl {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  white-space: nowrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.edw_contents .title_m {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
.edw_contents .text_m {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.065em;
}
@media only screen and (max-width: 768px) {
  .edw_contents .title_xl {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0;
    white-space: normal;
    letter-spacing: 0.02em;
    padding-bottom: 1%;
  }
  .edw_contents .title_m {
    font-size: 15px;
    line-height: 1.625;
  }
  .edw_contents .text_m {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 0.1em;
  }
  .edw_contents .flt_l,
  .edw_contents .flt_r {
    float: none!important;
    width: 100%!important;
  }
}
.edw_contents .mt_m {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .edw_contents .mt_m {
    margin-top: 24px;
  }
}
.edw_contents .edw_sec_bg {
  background-color: #D9EAF1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .edw_contents .sec_mv.edw_sec_bg {
    background-color: #fff;
    height: auto;
  }
}
@media only screen and (min-width: 1366px) {
  .edw_contents .edw_sec_bg {
    background-size: auto 100%;
  }
}
.edw_contents .sec_mv .edw_title_base {
  background: none;
  border: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.10em;
  padding: 0.7em 0.8em;
  width: auto;
}
.edw_contents .sec_mv .edw_title_base .title {
  font-weight: bold;
}
.edw_contents .edw_title_base {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.7em 0;
  margin-left: 32px;
  /* width: 310px; */
}
.edw_contents .edw_title_base .title {
  font-weight: bold;
}
.edw_contents .edw_title_base .sub_title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .edw_contents .edw_title_base {
    font-size: 30px;
    letter-spacing: 0;
    font-size: 20px;
    padding: 0px 0px;
    width: auto;
    margin-left: 0;
  }
  .edw_contents .sec_05 .edw_title_base .sub_title{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .edw_contents .edw_title_base {
    /* font-size: 6.4vw; */
  }
}
.edw_contents .layout_sec_main {
  height: 160px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .edw_contents .layout_sec_main {
    height: auto;
    justify-content: flex-start;
    padding: 8% 0 5%;
  }
  .edw_contents .sec_03 .layout_sec_main {
    height: auto;
    justify-content: flex-start;
    padding: 5% 0 5%;
  }
  .edw_contents .sec_05 .layout_sec_main {
    height: auto;
    justify-content: flex-start;
    padding: 5.5% 0 5%;
  }
}

/* =============================================== */
/* edw_contents */
/* =============================================== */
.edw_contents .sec_mv .edw_cnt {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 0 0px;
    max-width: 1024px;
}
.edw_contents .sec_mv .edw_cnt img{
    width: 1024px;
    vertical-align: bottom;
}
@media only screen and (max-width: 1100px) {
  .edw_contents .sec_mv .edw_cnt img{
      width: 130%;
  }
}
@media only screen and (max-width: 768px) {
  .edw_contents .sec_mv .edw_cnt img{
      width: 100%;
  }
}
.edw_contents .sec_mv {
  /* background-image: url(/development-partner-program/assets/img/index/mv-pc.jpg); */
}
.edw_contents .sec_01_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-01.jpg);
}
.edw_contents .sec_02_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-02.jpg);
}
.edw_contents .sec_03_main {
  background-image: url(/development-partner-program/assets/img/index/sec_03_main_bg.jpg);
}
.edw_contents .sec_03_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-03.jpg);
}
.edw_contents .sec_04_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-04.jpg);
}
.edw_contents .sec_05_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-05.jpg);
}
.edw_contents .sec_06_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-06.jpg);
}
.edw_contents .sec_07_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-07.jpg);
}
.edw_contents .sec_08_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-08.jpg);
}
.edw_contents .sec_09_main {
  background-image: url(/development-partner-program/assets/img/index/H2-pc-09.jpg);
}

@media only screen and (max-width: 768px) {
  .edw_contents .sec_mv {
    background-image: none;
  }
  .edw_contents .sec_mv:before {
    content: "";
    display: none
    ;
    background-color: #f3f3f3;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    background-image: url(/development-partner-program/assets/img/index/mv-sp.jpg);
  }
  .edw_contents .sec_01_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-01.jpg);
  }
  .edw_contents .sec_02_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-02.jpg);
  }
  .edw_contents .sec_03_main {
    background-image: url(/development-partner-program/assets/img/index/sec_03_main_bg.jpg);
  }
  .edw_contents .sec_03_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-03.jpg);
  }
  .edw_contents .sec_04_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-04.jpg);
  }
  .edw_contents .sec_05_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-05.jpg);
  }
  .edw_contents .sec_06_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-06.jpg);
    background-size: cover!important;
    height: 20vw!important;
  }
  .edw_contents .sec_07_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-07.jpg);
    background-size: cover!important;
    height: 20vw!important;
  }
  .edw_contents .sec_08_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-08.jpg);
    background-size: cover!important;
    height: 20vw!important;
  }
  .edw_contents .sec_09_main {
    background-image: url(/development-partner-program/assets/img/index/H2-sp-09.jpg);
    background-size: cover!important;
    height: 20vw!important;
  }
}
.edw_contents .sec_mv .layout_sec_main {
  height: 400px;
  display: flex;
  /*align-items: center;*/
  align-items: baseline;
  z-index: 1;
}
.edw_contents .sec_mv .edw_title_base {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0;
  font-size: 43px;
  text-align: left;
  margin-left: 0;
}
.edw_contents .sec_mv .edw_title_text {
  font-size: 18px;
  line-height: 1.77;
}
.edw_contents .sec_mv .title_group {
  padding-left: 32px;
}
@media only screen and (max-width: 768px) {
  .edw_contents .sec_mv .layout_sec_main {
    height: auto;
    justify-content: center;
    padding: 0 0 0;
    position: relative;
  }
  .edw_contents .sec_mv .edw_title_base {
    margin-top: 10px;
    margin-bottom: 2%;
    text-align: left;
    font-size: 24px;
    line-height: 1.5;
  }
  .edw_contents .sec_mv .edw_title_text {
    font-size: 14px;
    line-height: 1.5;
  }
  .edw_contents .sec_mv .title_group {
    padding-left: unset;
  }
}

@media only screen and (max-width: 768px) {
  .edw_contents .sec_ir h4{
    float: none;
    width: 100%;
    padding-top: 7px;
    position: relative;
    padding-left: 22px!important;
    text-indent: 0!important;
  }
  .edw_contents .sec_ir p{
    float: none;
    width: 100%;
  }
}

.edw_contents .sec_03_list .shape {
  display: inline-block;
  width: 13px;
}
.edw_contents .sec_03_list .item {
  margin-bottom: 50px;
}
.edw_contents .sec_03_list .shape_01 {
  transform: translate(98%, -29%);
}
.edw_contents .sec_03_list .shape_02 {
  transform: translate(101%, -32%);
}
.edw_contents .sec_03_list .title_m {
  margin-top: -0.12em;
  padding-left: -1em;
  text-indent: -1em;
  padding-left: 1.3em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .edw_contents .sec_03_list .item {
    margin-top: 24px;
    text-align: left;
  }
  .edw_contents .sec_03_list .item:first-child {
    margin-top: 0;
  }
  .edw_contents .sec_03_list .shape {
    width: 14px;
    position: absolute;
    top: 0;
    left: 3px;
  }

    #list_type02 .shape {
    width: 14px;
    position: absolute;
    top: -6px;
    left: 16px;
  }

  .edw_contents .sec_03_list .shape_01 {
    transform: translate(-12%, 5%);
    /* position: absolute; */
    /* top: 0; */
    /* left: 0px; */
  }
  .edw_contents .sec_03_list .shape_02 {
    transform: translate(-12%, 5%);
  }
}

.edw_contents .sec_product .link_box:hover{
  opacity: 0.7;
}

.edw_contents .sec_product .link_box .flt_l{
  margin-right: 20px;
  float: left;
  width: 352px;
}
.edw_contents .sec_product .link_box .flt_r{
  float: right;
  width: 516px;
}
.edw_contents .sec_product .link_box .tag{
  margin-left: 0px;
  font-size: 14px;
  margin-bottom: 16px;
}
.edw_contents .sec_product .link_box .text{
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.btn_more{
  text-align: center;
}
.btn_more a{
  font-size: 16px;
  line-height: 1.75;
  color: #0D63C8;
  background-color: rgba(13,99,200,0.1);
  display: inline-block;
  padding: 0.53em 3em 0.5em 3.8em;
  background-image: url(/development-partner-program/assets/img/common/icon_btn_more.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 2.4em 50%;
  line-height: 1;
  text-decoration: none;
  margin-top: 10px;
}
.btn_more a:hover{
  opacity: 0.7;
}

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

  .edw_contents .sec_product .link_box:hover{
    opacity: 0.7;
  }

  .edw_contents .sec_product .link_box .flt_l{
    margin-right: 20px;
    float: left;
    width: 352px;
  }
  .edw_contents .sec_product .link_box .flt_r{
    float: right;
    width: 516px;
    padding-right: 26px;
  }
  .edw_contents .sec_product .link_box .tag{
    margin-left: 0px;
    font-size: 12px;
    margin-bottom: 4%;
    margin-top: 0;
    line-height: 1;
    padding: 6px 6px 4px;
  }
  .edw_contents .sec_product .link_box .text{
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 4.7%;
    letter-spacing: 0.05em;
  }
  .btn_more{
    text-align: center;
  }
  .btn_more a{
    font-size: 16px;
    line-height: 1.75;
    color: #0D63C8;
    background-color: rgba(13,99,200,0.1);
    display: inline-block;
    padding: 0.53em 3em 0.5em 3.8em;
    background-image: url(/development-partner-program/assets/img/common/icon_btn_more.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 2.4em 50%;
    line-height: 1;
    text-decoration: none;
    margin-top: 10px;
  }
  .btn_more a:hover{
    opacity: 0.7;
  }

}






.edw_contents .layout_sec_contact {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.edw_contents .btn_contact {
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 900px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4px;
    padding: 34px;
    background: url(/development-partner-program/assets/img/icon_outer_link_white.png) 5% 50% no-repeat;
    background-color: #0D63C8;
    background-size: 20px auto;
}
.edw_contents .btn_contact .sub_text {
  font-size: 16px;
  margin-bottom: 20px;
}
.icon_pdf{
  position: relative;
  left: -0.5em;
}
.icon_pdf:after{
  content: "";
  display: block;
  width: 1.7em;
  height: 1.7em;
  background: url(/development-partner-program/assets/img/common/icon_pdf.svg) no-repeat 100% 50%;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: -2em;
}
a.pdf_link{
  font-size: 16px;
  line-height: 1.75;
  margin-top: 18px;
  display: block;
  letter-spacing: 0.07em;
  color: #0D63C8;
}
@media only screen and (min-width: 769px) {
  .edw_contents .btn_contact:hover {
    background-color: #0b51b3;
  }
}
.edw_contents .btn_contact {
  /*margin: 70px auto 0;*/
}
@media only screen and (max-width: 768px) {
  .edw_contents .layout_sec_contact {
    height: auto;
    display: block;
    padding: 0px 0;
  }
  .edw_contents .btn_contact {
    font-size: 15px;
    line-height: 1.35;
    margin-top: 0;
    height: auto;
    background-size: 15px auto;
    background-position: 6% 50%;
    margin: auto;
    padding: 4%;
    width: 92%;
  }
  .edw_contents .btn_contact .sub_text {
    font-size: 10px;
    margin-bottom: 1.2%;
  }

.icon_pdf{
  position: relative;
  left: 0;
}
.icon_pdf:after{
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  background: url(/development-partner-program/assets/img/common/icon_pdf.svg) no-repeat 100% 50%;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
}
a.pdf_link{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 18px;
  display: block;
  letter-spacing: unset;
  color: #0D63C8;
  padding-right: 3em;
}
}

/* =============================================== */
/* banner */
/* =============================================== */


/*===============================================*/
/* edit */
/*===============================================*/

.cfix:after {
  content: "";
  clear: both;
  display: block;
}

/*# sourceMappingURL=style.css.map */




#new_info .icon_outer_link{
  position: relative;
  left: 0em;
}
#new_info .icon_outer_link:after{
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(/development-partner-program/assets/img/common/icon_outer_link.svg) no-repeat 100% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-1.1em);
}

#new_info .icon_pdf{
  position: relative;
  left: 0em;
}
#new_info .icon_pdf:after{
  content: "";
  display: block;
  width: 1.9em;
  height: 1.9em;
  background: url(/development-partner-program/assets/img/common/icon_pdf.svg) no-repeat 100% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-1.1em);
}

.edw_contents .sec_mv.edw_sec_bg {
    margin-top: 0px;
}
.edw_contents .sec_product {
    margin-top: 0px;
    padding-top: 0;
}
.edw_contents .sec_product .text_m{
    margin-bottom: 30px;
}
  #concept_list .right{
    float: right;
    width: 636px;
  }


@media only screen and (max-width: 768px) {
  .edw_contents .edw_sec_bg {
      background-color: #fff;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      height: 29vw;
  }


  #new_info .icon_outer_link{
    position: relative;
    left: 0em;
  }
  #new_info .icon_outer_link:after{
    content: "";
    display: block;
    width: 15%;
    height: 15%;
    background: url(/development-partner-program/assets/img/common/icon_outer_link.svg) no-repeat 100% 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-1.1em);
  }
a.notices_lst dl dd {
    overflow: hidden;
    color: #0D63C8;
    font-weight: normal;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.notices_lst {
    display: block;
    padding: 16px 10% 16px 0;
    border-top: none;
    font-size: 14px;
    color: #0D63C8;
}


}

.title_border{
  border-bottom: dotted 1px #707070;
  padding-bottom: 15px;
  margin-bottom: 34px;
}

.block_right{
  float: right;
  width: 636px;
}
.block_left{
  float: left;
  width: 288px;
}
.indent_02{
  text-indent: -3em!important;
    /*padding-left: 2.3em!important;*/
}

@media only screen and (max-width: 1268px) {
  .block_right{
    float: none;
    width: 100%;
  }
  .block_left{
    float: none;
    width: 100%;
  }
  #concept_list .right{
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .block_right{
  float: none;
  width: 100%;
  position: relative;
  }
  .block_left{
    float: none;
    width: 100%;
  }
  .indent_02{
    text-indent: 0em!important;
    padding: 0;
      /*padding-left: 2.3em!important;*/
  }
  .notices_lst dl dd {
    overflow: hidden;
    font-weight: normal;
    word-break: break-all;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1268px) {
  .edw_contents .sec_ir h4{
    float: none;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .edw_contents .sec_ir p{
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .edw_contents .sec_ir h4{
    float: none;
    width: 100%;
    padding-top: 7px;
  }
  .edw_contents .sec_ir p{
    float: none;
    width: 100%;
  }
  #sec_03{
    margin-top: 40px;
  }
}
.edw_contents .sec_product .link_box {
    border: solid 1px #0D63C8;
    padding: 20px 54px 20px 20px;
    display: block;
    color: #333;
    cursor: pointer;
    background: url(/development-partner-program/assets/img/common/icon_outer_link.svg) no-repeat;
    background-size: 20px auto;
    background-position: 98% 50%;
    margin-bottom: 20px;
    border-radius: 4px;
}

.edw_contents .sec_product .link_box.arrow {
    background: url(/development-partner-program/assets/img/common/arrow_header_menu_off.svg) no-repeat;
    background-size: 20px auto;
    background-position: 98% 50%;
}

@media only screen and (max-width: 1288px) {
  .edw_contents .sec_product .link_box .flt_r {
      float: right;
      width: 55%;
  }
  .edw_contents .sec_product .link_box .flt_l {
      margin-right: 20px;
      float: left;
      width: 40%;
  }
}

@media only screen and (max-width: 820px) {
  .edw_contents .sec_product .link_box .flt_r {
      float: none!important;
      width: 100%!important;
      margin-top: 20px;
  }
  .edw_contents .sec_product .link_box .flt_l {
      margin-right: 1%;
      float: none!important;
      width: 100%!important;
  }
}

@media only screen and (max-width: 768px) {
  .edw_contents .sec_ir h4{
    float: none;
    width: 100%;
    padding-top: 7px;
      margin-top: 0px;
  }
  .edw_contents .sec_ir p{
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .edw_contents .sec_ir h4{
    float: none;
    width: 100%;
    padding-top: 7px;
  }
  .edw_contents .sec_ir p{
    float: none;
    width: 100%;
  }
  .edw_contents .sec_product .link_box {
    padding: 5%;
    background-size: 20px auto;
    background-position: 96% 74%;
    margin-bottom: 20px;
  }
  .sec_contact .edw_cnt {
      width: 100%;
      padding-left: 0%;
      padding-right: 0%;
  }
  .sec_contact .layout_sec_contact {
      width: 100%;
      padding: 0px 5%;
  }
  .sec_contact .layout_sec_contact a.pdf_link {
      text-align: center;
  }
}

@media screen and (min-width:500px) and ( max-width:768px) {
  .sec_contact .icon_pdf:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background: url(/development-partner-program/assets/img/common/icon_pdf.svg) no-repeat 100% 50%;
      background-size: contain;
      position: absolute;
      top: 0px;
      left: 78%;
  }
}
@media only screen and (max-width: 320px) {
  .edw_contents .sec_mv .edw_title_base {
    letter-spacing: 0.08em;
  }
}

.products .ico_nml {
    padding-left: 24px;
    background-position: 0 -0.15em;
}
.products .newwindow,
.info .newwindow {
    background: url(/development-partner-program/assets/img/common/icon_list_outerlink_02.svg) no-repeat;
    background-position: 0 5px;
    background-size: 13px;
}

@media only screen and (max-width: 768px) {
  .products .newwindow,
  .info .newwindow {
      background-position: 0 50%;
      background-size: 10px;
      padding-left: 16px;
  }
}

.products .edw_contents .sec_mv .edw_cnt {
    padding: 0 20px;
}
.products .btn_contact.orange {
  background-color: #ed9f3d;
}
.products .btn_contact.orange:hover {
  background-color: #d88f34;
}
@media only screen and (max-width: 768px){
  .products .edw_contents .sec_mv {
      padding-top: 30px;
  }
}

/* ============================================================ Table */
table.nml { width: 100%; border-top: 1px solid #999999; border-left: 1px solid #999999; }
table.nml th,
table.nml td { padding: 8px 16px; border-right: 1px solid #999999; border-bottom: 1px solid #999999; vertical-align: top; }
table.nml thead th,
table.nml thead td { padding: 16px 16px; background: #c9c9c9; text-align: left; }
table.nml tbody th { background: #dedede; text-align: left; }
table.nml tbody td { background: #ffffff; }

table.nml.bd_n,
table.nml.bd_n th,
table.nml.bd_n td { border: none; }

table.nml th,
table.nml td { padding: 8px 16px; border-right: 1px solid #999999; border-bottom: 1px solid #999999; vertical-align: top; font-size: 14px;line-height:1.4 }
table.nml th { font-weight: normal; }

sup {
    vertical-align: super;
    font-size: smaller;
}

@media (max-width: 640px) {
  .products table.nml tbody th {
  font-size: 12px;
  }
  .products table.nml tbody td {
  font-size: 12px;
  word-break: break-all;
  }
}

/* ============================================================*
youtubeモーダル再生アイコン/ホバーアクションverEDW
*============================================================ */
.jp_movie_box {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
  border: solid 2px #0D63C8;
}
.jp_mov_img {
  vertical-align: bottom;
}
.jp_movie_box:after {
  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;
}
#fancybox-wrap,
#fancybox-wrap *,
#fancybox-wrap *:after,
#fancybox-wrap *:before {
  box-sizing: content-box;
}

/* 動画サイズレスポンシブ */
.newWinModalYoutube_iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.newWinModalYoutube_iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* h3見出し上下テキスト合わせ */
.h65 {
  height: 65px;
}
.dsp_t {
  display: table;
  width: 100%;
}
.dsp_tc {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .rsp_val_t {
    vertical-align: top;
  }
}

.edw_inner .clm3 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.edw_inner .clm3 .clm {
    width: 31.333%;
    margin-right: 3%;
    background: #eee7d5;
    padding: 15px;
    line-height: 150%;
    border-radius: 10px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.edw_inner .clm3 .clm:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 768px){
  .edw_inner .clm3 .clm {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
  }
}


/* info */

.news_sct { margin-top: 16px; border-top: 1px solid #c9c9c9;line-height: 1.4; }
.news_sct .news_lst { display: block; padding: 8px 0; height: auto;  border-bottom: 1px solid #c9c9c9; }
.news_sct .news_lst:hover { text-decoration: none; }
.news_sct a.news_lst { padding: 8px 32px 8px 0; background: url(../img/icon_s_right_01.png) 100% 50% no-repeat; }
.news_sct dl {}
.news_sct dl dt {}
.news_sct dl dt .day { font-weight: bold; }
.news_sct a.news_lst:hover dl dd { text-decoration: underline; }
.news_sct dl dd .ttl { font-weight: bold; }
.news_sct .more_lnk { display: block; padding: 8px 0; border-bottom: 1px solid #c9c9c9; }

/* @media */
@media (max-width: 640px) {
	.news_sct a.news_lst { background-image: url(../img/icon_m_right_01.png);
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
	}
}
.info .button {
    display: inline-block;
    margin: 0;
    padding: 10px 16px 9px;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.info .button.cnv01 {
    background-color: #0d63dc;
    color: #ffffff;
}

.info .moreArea {
    display: none;
}
.info .morebt{
    margin-left: calc(50% - 90px);
    margin-right: calc(50% - 90px);
    margin-top: 24px;
}
.mw160 {
    max-width: 180px !important;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.morebt.decrease {
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}
.news_sct .news_lst {
    -ms-transition: all .5s;
    transition: all .5s;
}
.news_sct .news_lst.hide {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.lb_ico.cate03 {
	background: #cf142b;
	color: #ffffff;
	text-indent: initial;
	vertical-align: text-top;
}
.lb_ico {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: normal;
}

.pdf_headlink {
    background: url(../img/common/icon_pdf.svg) no-repeat;
    background-size: contain;
    padding-left: 26px;
}

.bnrBox964 {
  width: 964px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .bnrBox964 {
    width: 100%;
  }
}

