@charset "utf-8";

/*************************************************
CSS
header.css
*************************************************/

/* ------------------------- TOC
Clearfix
Global Header
Media Queries
-------------------------- */

/* ============================== Clearfix */

.gl_nv_lst {
  position: relative;
}


.gl_nv_lst:after {
  content: "";
  display: table;
}

.gl_nv_lst:after {
  clear: both;
}

.gl_nv_lst {
  zoom: 1;
}

/* ============================== Side Navigation on PC */

@media only screen and (min-width: 769px) {
  .logo_sp{
    display: none;
  }
  #headwrap {
    line-height: 1.4;
  }
  #headwrap {
      width: 280px;
      position: fixed;
      top: 0px;
      left: 0;
      z-index: 2;
      -webkit-transition: opacity .5s linear;
      transition: opacity .5s linear;
      padding: 40px 0 0 30px;
      height: 100vh;
      border-right: 1px solid #CECECE;
      overflow-y: auto;
      box-sizing: border-box;
  }
  /* Scroll Bar 非表示 */
  /* #headwrap::-webkit-scrollbar {
        display:none;
  }
  .isEdge #headwrap,
  .isIE #headwrap {
      outline: 1px solid #CECECE;
      border:none;
      -ms-overflow-style: none;
  }
  .isFirefox #headwrap {
      scrollbar-width: none;
  } */
  #gl_header{
    padding-bottom: 50px;
  }
  #gl_header a.gl_nv_lst_mn{
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }
  #gl_header a.gl_nv_lst_mn.nv_form{
    font-size: 14px;
    padding-left: 20px;
    padding-top: 5px;
    display: inline-block;
    position: relative;
  }
  #gl_header a.gl_nv_lst_mn.nv_form:before{
    content: "";
    width: 14px;
    height: 1px;
    background-color: #838383;
    position: absolute;
    top: 14px;
    left: 20px;
  }
  #gl_header a.gl_nv_lst_mn:hover{
    color: #E62B7E;
  }
  #gl_header li.act a.gl_nv_lst_mn{
    color: #E62B7E;
  }
  #gl_header li.act a.gl_nv_lst_mn.nv_form:before{
    content: "";
    width: 14px;
    height: 1px;
    background-color: #E62B7E;
    position: absolute;
    top: 14px;
    left: 20px;
  }
  #gl_header li{
    margin-bottom: 20px;
    background: url(/development-partner-program/assets/img/common/icon_list_anc.png) no-repeat;
    background-position: 0.1em 7px;
    line-height: 1.4;
    vertical-align: middle;
    text-indent: 20px;
  }
  #gl_header li.act, #gl_header li:hover{
    background: url(/development-partner-program/assets/img/common/icon_list_anc_act.png) no-repeat;
    background-position: 0px 5px;
  }
  #gl_header ul.gl_nv_outerlink{
    padding-top: 25px;
    margin-bottom: 15px;
  }
  #gl_header ul.gl_nv_outerlink li{
    background: url(/development-partner-program/assets/img/common/icon_list_outerlink.png) no-repeat;
    background-position: 0.1em 4px;
  }
  #gl_header ul.gl_nv_outerlink li:hover,
  #gl_header ul.gl_nv_outerlink li.act{
    background: url(/development-partner-program/assets/img/common/icon_list_outerlink_act.png) no-repeat;
    background-position: 0.1em 4px;
  }
  #gl_header ul.gl_nv_outerlink li#nv_privacy,
  #gl_header ul.gl_nv_outerlink li#nv_recommend_dep,
  #gl_header ul.gl_nv_outerlink li#nv_terms-of-use_dep
  {
    background: url(/development-partner-program/assets/img/common/icon_list_outerlink_02.svg) no-repeat;
    background-position: 0 5px;
    background-size: 13px;
  }
  #gl_header ul.gl_nv_outerlink li#nv_privacy:hover,
  #gl_header ul.gl_nv_outerlink li#nv_privacy.act,
  #gl_header ul.gl_nv_outerlink li#nv_recommend_dep:hover,
  #gl_header ul.gl_nv_outerlink li#nv_recommend_dep.act,
  #gl_header ul.gl_nv_outerlink li#nv_terms-of-use_dep:hover,
  #gl_header ul.gl_nv_outerlink li#nv_terms-of-use_dep.act
  {
    background: url(/development-partner-program/assets/img/common/icon_list_outerlink_02_act.svg) no-repeat;
    background-position: 0 5px;
    background-size: 13px;
  }
  #gl_header .gl_hd{
    margin-bottom: 30px;
  }
  #gl_header .header_btn{
    box-sizing: border-box;
    width: 222px;
    max-width: 300px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid 1px #E23636;
    border-radius: 4px;
    padding: 14px 5px 12px 5px;
    cursor: pointer;
  }
  #gl_header .header_btn_01{
    border: solid 1px #E23636;
    margin-top: 12px;
  }
  #gl_header .header_btn_02{
    border: solid 1px #0D63C8;
  }
  #gl_header .header_btn .sub_text{
    font-size: 10px;
    margin-bottom: 5px;
  }
  #gl_header .header_btn .email{
    font-size: 10px;
    margin-top: 5px;
  }
  #gl_header .header_btn a{
    color: #E23636;
    text-decoration: none;
  }
  #gl_header .header_btn_02 a{
    color: #0D63C8;
    text-decoration: none;
  }
  #gl_header .header_btn:hover{
    opacity: 0.7;
  }
  #gl_header .header_btn_01 .icon_list_outerlink_white{
    background: url(/development-partner-program/assets/img/common/arrow_01.png) 46px 3.4px no-repeat;
    background-size: 8px 12px;
    margin-left: 9px;
  }
  #gl_header .header_btn_02 .icon_list_outerlink{
    background: url(/development-partner-program/assets/img/common/icon_outer_link.svg) 0px 3.4px no-repeat;
    background-size: 12px 12px;
    margin-left: 9px;
    padding-left: 5px;
  }
  #gl_header .header_contact{
    box-sizing: border-box;
    width: 222px;
    max-width: 300px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
    color: #6C6C6C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 16px 0px 0px 0px;
    border-top: 1px solid #707070;
    margin-top: 18px;
  }
  #gl_header .header_contact .sub_text{
    font-size: 10px;
    margin-bottom: 5px;
  }
  #gl_header .header_contact .email{
    font-size: 15px;
    margin-top: 3px;
  }

}




/* ============================== Global Navigation */
/* for small window */
#gl_header .gl_nv_btn,
#gl_header .gl_nv_s .hd_ut_s,
#gl_header .gl_nv_s .hd_ut_parent,
#gl_header .gl_nv_s .hd_ut_btn {
  display: none;
}



/* ============================================================ Media Queries */

@media (max-width: 726px) {
  /* ============================== Global Header */
  /* ============================== Global Navigation */
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn {
    padding: 11px 8px 0;
  }
}

@media (max-width: 768px) {
  /* ============================== Global Header */
  /*body{
    padding-top: 69px!important;
    position: relative;
    z-index: 1;
    background: transparent;
  }*/
  .logo_pc{
    display: none;
  }
  .logo_sp{
    display: block;
  }
  #header_menu{
    line-height: normal;
  }
  #contents {
    z-index: 1;
    margin-top: 69px;
  }
  #headwrap{
    position: fixed;
    height: 69px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: #fff;
    border-bottom: 1px solid #CECECE;
  }
  #gl_header {
    /*border-bottom: 1px solid #CECECE;*/
    position: relative;
    z-index: 1000;
  }
  #gl_header.hd_line {
    margin-bottom: 20px;
  }
  #gl_header .hd_lg {
    padding: 15px 0 15px 15px;
  }
  #gl_header .hd_lg a {
    -webkit-background-size: 75px 26px;
  }
  #gl_header .hd_name {
    padding: 10px 8px 8px 16px;
    font-size: 12px;
  }
  #gl_header .hd_name .hd_name_inner {
    min-width: 0;
  }
  #gl_header .hd_ut .hd_ut_country {
    margin-right: 46px;
    font-size: 10px;
  }
  #gl_header .hd_ut .hd_ut_lang_select {
    display: none;
  }
  #gl_header .hd_ut .hd_ut_change {
    display: none;
  }
  #gl_header .hd_ut .hd_ut_parent {
    display: none;
  }
  #gl_header .hd_ut .hd_ut_btn {
    display: none;
  }
  #gl_header .gl_nv_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url(/development-partner-program/assets/img/common/btn_menu.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  #gl_header .gl_nv_btn.open {
    background: url(/development-partner-program/assets/img/common/btn_menu_close.png) 0 0 no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
  #gl_header .gl_nv_s {
    position: absolute;
    top: 67px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 9999;
  }
  #gl_header .gl_nv_s.open {
    display: block;
    background: #fff;
  }
  #gl_header .gl_nv_s a:hover {
    text-decoration: none;
  }
  #gl_header .gl_nv_s .hd_ut_s {
    display: table;
    width: 100%;
    border-top: 1px solid #6c7074;
    background: #f3f3f3;
  }
  #gl_header .gl_nv_s .hd_ut_s .hd_ut_lang {
    display: table-cell;
    width: 50%;
  }
  #gl_header .gl_nv_s .hd_ut_s .hd_ut_lang select {
    width: 100%;
    margin: 0;
    padding: 16px 40px 16px 8px;
    border: none;
    border-right: 1px solid #6c7074;
    color: #666;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* ============================== Global Navigation */
  #gl_header #gl_nv .gl_nv_lst li,
  #gl_header #gl_nv .gl_nv_lst li.gl_nv_src {
    float: none;
    /*border-bottom: 1px solid #6c7074;*/
  }
  #gl_header #gl_nv .gl_nv_lst li.gl_nv_src {
    position: relative;
    width: 100%;
    padding: 16px 32px 16px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gl_header #gl_nv .gl_nv_lst li.gl_nv_src .gl_nv_src_txt {
    width: 100%;
    height: 30px;
  }
  #gl_header #gl_nv .gl_nv_lst li.gl_nv_src .gl_nv_src_btn {
    position: absolute;
    top: 16px;
    right: 8px;
    width: 32px;
    height: 32px;
    background-image: url(/development-partner-program/assets/img/common/gl_nv_src_btn_s.png);
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
  }
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn {
    height: auto;
  }
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn,
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn.open,
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn.act,
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn:hover,
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn.act:hover {
    display: block;
    padding: 14px 32px 14px 8px;
    color: #0D63C8;
    font-size: 16px;
    border: none;
    background: url(/development-partner-program/assets/img/common/hd_gl_nv_arr_01_w.png) 100% 50% no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
  }
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn:hover:after,
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn.open:after,
  #gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn.act:hover:after {
    content: "";
  }
  #gl_header #gl_nv .drop_down.open {
    display: none;
  }
  /* search */
  #gl_header #gl_nv .gl_nv_lst li.gl_nv_src.dsp_middle,
  #gl_header #gl_nv .gl_nv_lst li.gl_nv_src .dsp_middle {
    display: none;
  }
  /* reset */
  .dropdown-off {
    display: none;
  }
  #gl_header #gl_nv .drop_down_wrp,
  #gl_header #gl_nv .drop_down_wrp.open {
    display: none;
  }
  /* ============================== Header Bread Crumb */
  #gl_header .hd_brd_crmb {
    display: none;
  }
  .header_btn_01{
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #E23636;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background-size: 46px auto; */
    border-radius: 4px;
    padding: 15px 5px 15px 5px;
    cursor: pointer;
    margin-top: 15px;
  }
  .header_btn_01 .sub_text{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .header_btn_01 .email{
    font-size: 10px;
    margin-top: 5px;
  }
  .header_btn_01 a{
    color: #E23636!important;
    text-decoration: none!important;
  }
  .header_btn_01.blue a{
    color: #0D63C8!important;
  }
  .header_btn_01{
    background-size: 20px auto;
    background-color: #fff;
    border: solid 1px #E23636;
  }
  .header_btn_01.blue{
    border: solid 1px #0D63C8;
  }
  .header_btn_01 .icon_list_outerlink_white{
    margin-left: -27px;
  }
  .header_btn_01.blue .icon_list_outerlink_white{
    margin-left: -17px;
  }
  .header_btn_01 .icon_list_outerlink_white img{
    width: 32px;
    height: 16px;
    position: relative;
    top: 1px;
  }
  .header_btn_01.blue .icon_list_outerlink_white img{
    padding-right: 8px;
  }
  .header_btn_02{
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #6C6C6C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 23px 5px 15px 5px;
    margin-top: 28px;
    margin-bottom: 20px;
    width: 104%;
    background: url(/development-partner-program/assets/img/common/border.gif) repeat-x;
  }
  .header_btn_02 .sub_text{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .header_btn_02 .email{
    font-size: 22px;
    margin-top: 5px;
  }
  #header_menu li.border_dot {
      padding-bottom: 20px;
  }
}

@media (max-width: 320px) {
  .header_btn_01.blue .icon_list_outerlink_white{
    margin-left: 0px;
  }
  .header_btn_01.blue .icon_list_outerlink_white img{
    padding-right: 6px;
  }
}
