@charset "utf-8";

/*====================================
このCSSファイルは scssではなく
eスマ側で追加したCSS
====================================*/


.sp_only{
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block !important;
  }
  header .header_top_inner > a.logo_right { 
    flex-grow: 0;
    margin-left: auto;
    display: block;
    pointer-events: auto;
  }
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ 
追従ヘッダ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* リセットCSS */
.header_bottom_menu ul,
.header_bottom_menu li,
.header_bottom_menu li span{
  /* margin: 0;
  padding: 0;
  list-style: none; */
  box-sizing: border-box;
}
.header_bottom_menu li a {
  /* display: inline-block; */
  text-decoration: none;
  box-sizing: border-box;
}


/* ここから */
header{
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.10);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
}

header a{
  /* color: #666; */
  color: #333333;
  line-height: 1.75;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  font-weight: bold;
}
header a.font_weight_normal{
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  header .header_bottom ul li .header_text_small{
    font-size: 11px;
  } 
}

@media screen and (min-width: 769px) {
  header .header_bottom_menu ul li .header_text_small{
    font-size: 11px;
  }
}



@media screen and (max-width: 768px) {
  /* SP時 aタグで囲ってる場合に使用。右のロゴを右端によせるために使用 */
  header .logo_right_wrap {
    flex-grow: 1;
  }
}


header .header_top{
  border-bottom: solid 3px #E60000;
}
header .header_top_inner{
  height: 50px;
  display: flex;
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1010px;
  margin: 0 auto;
}
header.PC_wide_1200px .header_top_inner{
  max-width: 1200px;
}
header .header_top .logo{
  display:block;
  width: 256px;
}
header .header_top .mission_logo{
  display:block;
  width: 163px;
}
header .header_bottom{
}
.header_bottom_menu{
  background-color: #fff;
  padding: 5px 0;
}
.header_bottom_menu ul{
  /* display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center; */
  max-width: 1010px;
  margin: 0 auto;
  list-style: none;
  gap:0px;
}
header.PC_wide_1200px .header_bottom_menu ul,
header.PC_wide_1200px .header_bottom_menu ul{
  max-width: 1200px;
}
.header_bottom_menu ul li{
  width: 100%;
  text-align: center;
  border-left: solid #707070 1px;
  padding: 1px 0 0 3px;
}
.header_bottom_menu ul li a{
  text-decoration: none;
  display: block;
  width: 100%;
}
.header_bottom_menu ul li img{
  width: 83%;
}

.header_bottom_menu ul li:last-of-type{
  /* border-right: solid #707070 1px; */
}

@media screen and (max-width: 1058px) {
  header .header_top_inner{
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
}
/* スマホ */
@media screen and (max-width: 768px) {
  header{
    /* height: 54px; */
    height: initial;
  }
  header .header_top{
    height: 54px;
  }
  header .logo_right{
    flex-grow: 1;
  }
    header .header_top_inner{
    padding-left: 16px;
    padding-right: 16px;
  }
  header .header_top .logo{
    /* width: 75px; */
    width: 86px;
  }
  header .header_top .mission_logo{
    /* width: 117px; */
    width: 166px;
    margin: 0 0 0 auto;
    padding-right: 0px;
    margin-right: 13px;
  }

  header .header_bottom{
    display: none;
    position: relative;
    background-color: #fff;
    justify-content: center;
    align-items: center;
  }
  header .header_bottom nav{
    max-width: 1010px;
    width: 100%;
    display: flex;
    justify-content: cefnter;
    align-items: center;
    margin: 0 auto;
  }
  header .header_bottom nav ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 8px 21px 24px;
    width: 100%;
  }
  header .header_bottom nav ul li{
    list-style: none;
    width: 100%;
    position: relative;
    border-bottom: solid 1px #D0D0D0;
  }
  header .header_bottom nav ul li a{
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.3;
    padding: 13px 0;
  }
  header .header_bottom nav ul li a::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/company/lp/fxswap_common/img/header_menu_icon.svg) no-repeat center;
    background-size: contain;
    /* top: 15px; */
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  header .header_bottom nav ul li a:hover {
    cursor: pointer;
    opacity: 1;
    color: #666;
  }
}

@media screen and (min-width: 769px) {
  header  .header_bottom_menu ul{
    display: grid;
    border-right: 1px solid #707070;
    border-left: 1px solid #707070;
    margin: 0 auto;
  }
  header  .header_bottom_menu ul.column-two {
     /* PC時2カラム */
    grid-template-columns: repeat(2, 1fr);
  }
  header .header_bottom_menu ul.column-three {
     /* PC時3カラム */
    grid-template-columns: repeat(3, 1fr);
  }
  header  .header_bottom_menu ul.column-four {
     /* PC時4カラム */
    grid-template-columns: repeat(4, 1fr);
  }
  header  .header_bottom_menu ul.column-five {
     /* PC時5カラム */
    grid-template-columns: repeat(5, 1fr);
  }
  header  .header_bottom_menu ul.column-six {
     /* PC時6カラム */
    grid-template-columns: repeat(6, 1fr);
  }
  header  .header_bottom_menu ul.column-seven{
    /* PC時7カラム */
    grid-template-columns: repeat(7, 1fr);
  }

  header  .header_bottom_menu ul li{
    display: flex;      
    align-items: center;
    border-left: 1px solid #707070;
  }
  header  .header_bottom_menu ul li:first-child{
    border-left: initial;
  }
  header  .header_bottom_menu ul li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 3px;
    transition: 0.3s;
    font-size: 14px;
    line-height: 1.4;
  }
  header  .header_bottom_menu ul li a:hover{
    color: #666;
    opacity: 0.6;
    transition: 0.3s;
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ 
ハンバーガーメニュー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.openbtn{
  position: relative;
  cursor: pointer;
  width: 34px;
  height: 24px;
}
.openbtn span{
  display: inline-block;
  transition: all .3s;
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  background-color: #E60000;
}
.openbtn span:nth-of-type(1) {
  top:0px; 
}
.openbtn span:nth-of-type(2) {
  top:11px;
}
.openbtn span:nth-of-type(3) {
  top:21px;
}
.openbtn.active span:nth-of-type(1) {
  top: 6px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
  top: 18px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}
@media screen and (max-width: 768px){
  .openbtn{
    width: 20px;
    height: 16px;
  }
  .openbtn span{
    height: 2px;
  }
  .openbtn span:nth-of-type(2) {
    top: 7px;
  }
  .openbtn span:nth-of-type(3) {
    top: 14px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 4px;
    left: 0px;
    transform: translateY(4px) rotate(-45deg);
    width: 100%;
  }
  .openbtn.active span:nth-of-type(3){
    top: 14px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ 
ページ別 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* 
「#forPage_lp-fx-03」
→ ページ「/company/lp/fx/03」用のID
===========================
*/

/* headerとkvの余白調整 */
#forPage_lp-fx-03 main {
  top: initial;/* 無効化 */
  padding-top: 49px;
}
@media screen and (min-width: 769px) {
  #forPage_lp-fx-03 main {
    /* padding-top: 112px; */
    padding-top: 92px;
  }
  /* #forPage_lp-fx-03 .header_bottom_menu ul li{
    height: 82px;
    display: flex;
    align-items: center;
  } */
}
@media screen and (max-width: 768px) {
  #forPage_lp-fx-03 header .header_bottom nav ul li a:hover {
    color: #333333;
  }
  #forPage_lp-fx-03 header .header_bottom nav ul li a {
    color: #333333;
  }
}
@media (min-width: 769px) and (max-width: 916px){
  #forPage_lp-fx-03 main {
    padding-top: 112px;
  }
}



/* 
「#forPage_lp-fx-swap」
→ ページ「/company/lp/fx/swap.html」用のID
===========================
*/
/* headerとkvの余白調整 */
#forPage_lp-fx-swap main {
  top: initial;/* 無効化 */
  padding-top: 49px;
}
@media screen and (min-width: 769px) {
  #forPage_lp-fx-swap main {
    /* padding-top: 112px; */
    padding-top: 92px;
  }
  /* #forPage_lp-fx-swap .header_bottom_menu ul li{
    height: 82px;
    display: flex;
    align-items: center;
  } */
}
@media (min-width: 769px) and (max-width: 916px){
  #forPage_lp-fx-swap main {
    padding-top: 112px;
  }
}


/* 
「#forPage_lp-lp61」
→ページ「/company/lp/lp61.html」用のID
===========================
*/
#forPage_lp-lp61 header ul li a{
   font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
}
@media screen and (min-width: 769px) {
  /* #forPage_lp-lp61 .header_bottom_menu ul li{
    padding: 10px 3px;
  } */
  #forPage_lp-lp61 main {
    padding-top: 101px;
  }
}

/* 
「#forPage_fx-sys-daiyo
→ページ「/item/fx/sys/daiyo.html」用のID
===========================
*/
#forPage_fx-sys-daiyo header ul li a{
   font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
}
@media screen and (min-width: 769px) {
  #forPage_fx-sys-daiyo main {
    padding-top: 101px;
  }
}



/* 
「#forPage_lp-fxmanga」
→ページ「/company/lp/fxmanga.html」用のID
===========================
*/
#forPage_lp-fxmanga header ul li a {
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #242424;
}

/* headerとkvの余白調整 */
@media screen and (min-width: 769px) {
  #forPage_lp-fxmanga {
    /* padding-top: 60px; */
    padding-top: 4px;
  }
}
@media screen and (min-width: 1024px) {
  #forPage_lp-fxmanga {
    /* padding-top: 24px; */
  }
}



/* 
「#forPage_lp-fx-07」
→ページ「/company/lp/fx/07.html」用のID
===========================
*/



#forPage_lp-fx-07 h1{
  padding-top: 49px;
}
#forPage_lp-fx-07 header ul li a {
   font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  #forPage_lp-fx-07 h1{
    /* padding-top: 111px; */
    padding-top: 91px;
  }
  #forPage_lp-fx-07 .header_bottom_menu ul li{
    /* リストの高さを揃える */
    /* height: 82px; */
    /* height: 50px; */
    display: flex;
    align-items: center;
  }
}



/* 
「#forPage_fx-sys-userdata」
→ページ「/item/fx/sys/userdata.html」用のID
===========================
*/
#forPage_fx-sys-userdata header ul li a {
   font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #forPage_fx-sys-userdata h1{
    margin: 50px 0 0;
  }
}
@media screen and (min-width: 769px) {
    #forPage_fx-sys-userdata header {
    /* 高さの無効化 */
    height: initial;
  }
  #forPage_fx-sys-userdata h1{
    padding-top: 111px;
  }
  #forPage_fx-sys-userdata .header_bottom_menu ul li{
    /* リストの高さを揃える */
    /* height: 82px; */
    height: 50px;
    display: flex;
    align-items: center;
  }
}


/* 
「#forPage_lp-ufjcardcp-2506」
→ページ「/company/lp/ufjcardcp/2506.html」用のID
===========================
*/
#forPage_lp-ufjcardcp-2506 .header_bottom_menu ul li a,
#forPage_lp-ufjcardcp-2506 .header_bottom ul li a{
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #forPage_lp-ufjcardcp-2506 .header_bottom {
    padding-bottom: 28px;
  }
  #forPage_lp-ufjcardcp-2506 .header_bottom .btn {
    padding: 9px 14px;
    min-width: 249px;
  }
}


/* 
「#forPage_lp-general-newnisa」
→ページ「/company/lp/general/newnisa.html」用のID
===========================
*/

@media screen and (min-width: 769px) {
  #forPage_lp-general-newnisa header {
    padding: 0px;
  }
  #forPage_lp-general-newnisa .header_bottom_menu ul li a{
    line-height: 1.2;
  }
  #forPage_lp-general-newnisa .header_bottom_menu {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  #forPage_lp-general-newnisa header {
    padding: 0px;
  }
}

/* 
「#forPage_lp-tsumitatenisa-01」
→ページ「/company/lp/tsumitatenisa/01」用のID
===========================
*/
  #forPage_lp-tsumitatenisa-01 header a{
    z-index: 101;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  }

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

  #forPage_lp-tsumitatenisa-01 header {
    padding: initial;
  }
  #forPage_lp-tsumitatenisa-01 header nav {
    float: initial;
    padding: initial;
  }
  #forPage_lp-tsumitatenisa-01 header nav ul li{
    margin-left: initial;
    border-top: initial;
  }
  #forPage_lp-tsumitatenisa-01 header .header_bottom nav ul li a {
    background: initial;
  }
}

@media screen and (min-width: 769px) {
  #forPage_lp-tsumitatenisa-01 header {
    padding: initial;
  }
  #forPage_lp-tsumitatenisa-01 header ul {
    padding: 0;
  }
  #forPage_lp-tsumitatenisa-01 header .header_bottom_menu ul li a  {
    padding: 0 3px;
  }
}

/* 
「#forPage_lp-nisa-01」
→ページ「/company/lp/nisa/01」用のID
===========================
*/

#forPage_lp-nisa-01 header a{
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
}


/* 
「#forPage_lp-nisa-02」
→ページ「/company/lp/nisa/02」用のID
===========================
*/

#forPage_lp-nisa-02 {

}


/* 
「#forPage_lp-nisa-03」
→ページ「/company/lp/nisa/03」用のID
===========================
*/

#forPage_lp-nisa-03 header ul li a{
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  #forPage_lp-nisa-03 header .header_bottom nav ul li a{
    padding: 13px 10px 13px 0;
  }
}
@media screen and (min-width: 769px) {
  #forPage_lp-nisa-03 header ul li a{
    padding: 5px 3px;
  }
}

/* 
「#forPage_lp-nisa-04」
→ページ「/company/lp/nisa/04」用のID
===========================
*/
#forPage_lp-nisa-04 header ul li{

}
@media screen and (max-width: 768px) {
  #forPage_lp-nisa-04 header .header_bottom .header_text_small{
    font-size: 13px;
  }
  #forPage_lp-nisa-04 header .header_bottom nav ul li a{
    padding: 13px 19px 13px 0px;
  }
}

@media screen and (min-width: 769px) {
  #forPage_lp-nisa-04 header ul li .header_text_small{
    font-size: 11px;
  } 
}


/* 
「#forPage_lp-stock-01」
→ページ「/company/lp/stock/01」用のID
===========================
*/
#forPage_lp-stock-01 header {
  padding: 0px;
}
#forPage_lp-stock-01 header a{
  font-family: "メイリオ", Meiryo, 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}
@media screen and (min-width: 769px) {

}

/* 
「#forPage_lp-stock-04」
→ページ「/company/lp/stock/04」用のID
===========================
*/
#forPage_lp-stock-04 {

}


/* 
「#forPage_lp-stock-05」
→ページ「/company/lp/stock/05」用のID
===========================
*/
#forPage_lp-stock-05 header a{
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; 
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #forPage_lp-stock-05 header .header_bottom nav ul li a{
    padding: 13px 10px 13px 0;
  }
}
@media (min-width: 769px) and (max-width: 1074px){
  #forPage_lp-stock-05 header .header_bottom_menu ul li a{
    font-size: 12px;
  }
}
@media (min-width: 1075px) and (max-width: 1175px){
  #forPage_lp-stock-05 header .header_bottom_menu ul li a{
    font-size: 13px;
  }
}

/* 
「#forPage_lp-stock-06」
→ページ「/company/lp/stock/06」用のID
===========================
*/
#forPage_lp-stock-06 header a {

}
@media screen and (max-width: 768px) {
  #forPage_lp-stock-06 header .header_bottom nav ul li a{
    padding: 13px 10px 13px 0;
  }
}
@media screen and (min-width: 769px) {
  #forPage_lp-stock-06 header .header_bottom_menu ul li a{
    padding: 0px 3px;
    letter-spacing: 0em;
  } 
}
@media (min-width: 769px) and (max-width: 1070px){
  #forPage_lp-stock-06 header .header_bottom_menu ul li a{
    font-size: 13px;
  }
}

/* 
「#forPage_lp-stock-07」
→ページ「/company/lp/stock/07」用のID
===========================
*/
#forPage_lp-stock-07 header {
  padding: 0px;
}
#forPage_lp-stock-07 header a{
  font-family: "メイリオ", Meiryo, 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

/* 
「#forPage_lp-app-indexad」
→ページ「/company/lp/app/index_ad.html」用のID
===========================
*/

#forPage_lp-app-indexad header{
  z-index: 100;
}

/* 
「#forPage_lp-point-01」
→ページ「/company/lp/point/01」用のID
===========================
*/

#forPage_lp-point-01 header{
  z-index: 110;
}
#forPage_lp-point-01 header a{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

@media screen and (min-width: 769px) {
  #forPage_lp-point-01 header .header_bottom_menu ul{
    padding-left: 0;
  }
  #forPage_lp-point-01 header .header_bottom_menu ul li a{
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #forPage_lp-point-01  header .header_bottom nav ul {
    margin: 0;
  }
}

/* 
「#forPage_lp-fx-04」
→ページ「/company/lp/fx/04」用のID
===========================
*/
#forPage_lp-fx-04 #page-container header .header_bottom_menu ul li a,
#forPage_lp-fx-04 #page-container header .header_bottom ul li a {
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #forPage_lp-fx-04 #page-container header .logo{
    padding-left: initial;
  }
  /* #forPage_lp-fx-04 #page-container header .logo_right_wrap{
    flex-grow: 1;
  } */
  #forPage_lp-fx-04 #page-container header .header_top .mission_logo{
    width: 117px;
    width: 166px;
    margin: 0 0 0 auto;
    padding-right: 0px;
    margin-right: 13px;
  }
}
@media screen and (min-width: 769px) {
  #forPage_lp-fx-04 #page-container header .header_top .logo {
    display: block;
    width: 256px;
  }
  #forPage_lp-fx-04 #page-container header .header_top .mission_logo {
    display: block;
    width: 163px;
  }
}

/* 
「#forPage_lp-fx-05」
→ページ「/company/lp/fx/05」用のID
===========================
*/
#forPage_lp-fx-05 header a{
  font-family: 'Noto Sans JP', sans-serif;
}
#forPage_lp-fx-05 header{
  z-index: 100;
}
@media screen and (max-width: 768px) {
  /* #forPage_lp-fx-05 header .logo_right_wrap{
    flex-grow: 1;
  } */

   #forPage_lp-fx-05 header li{
    padding-left: 0px;
    padding-right: 0px;
   }
    #forPage_lp-fx-05 header li a{
      border-bottom: initial;
      padding-right: 20px;
    }
  #forPage_lp-fx-05 header .header_top .logo {
    width: 86px !important;
  }
}
@media screen and (min-width: 769px) {
  #forPage_lp-fx-05 header .header_top {
    position: relative;/* なぜかrelativeを入れないとメニューが途中で消えてしまう */
  }
  #forPage_lp-fx-05 .header_bottom_menu ul li a {
    padding: 3px 3px;
  }
}

/* 
「#forPage_lp-fx-06」
→ページ「/company/lp/fx/06」用のID
===========================

↓※※下記のcssでheaderに関する記述とぶつかっているため、表示調整に他ページより若干手間がかかる可能性あり
/company/lp/fx/lp06/css/style.css
*/

#forPage_lp-fx-06 header {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  height: initial;
}
#forPage_lp-fx-06 header a{
  font-family: 'Noto Sans JP', sans-serif;
}
#forPage_lp-fx-06 header > div {
  padding: initial;
  margin: initial;
  display: block;
  width: initial;
  height: initial;
  position: initial;
}
@media screen and (max-width: 768px) {
  #forPage_lp-fx-06 header > div {
    height: 100%;
  }
  /* #forPage_lp-fx-06 header .logo_right_wrap{
    flex-grow: 1;
  } */
  #forPage_lp-fx-06 header .header_bottom nav ul li a{
    padding: 13px 10px 13px 0;
  }
}


/* 
「#forPage_lp-fx-08」
→ページ「/company/lp/fx/08」用のID
===========================
*/

/* @media screen and (max-width: 768px) {
  #forPage_lp-fx-08 header .logo_right_wrap{
    flex-grow: 1;
  }
} */

/* 
「#forPage_lp-fx-09」
→ページ「/company/lp/fx/09」用のID
===========================
*/
#forPage_lp-fx-09 header a{
  font-family: 'Noto Sans JP', sans-serif;
}
#forPage_lp-fx-09 header {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

/* @media screen and (max-width: 768px) {
  #forPage_lp-fx-09 header .logo_right_wrap{
    flex-grow: 1;
  }
} */

/* 
「#forPage_lp-fx-10」
→ページ「/company/lp/fx/09」用のID
===========================
*/

@media (max-width: 768px) {
  #forPage_lp-fx-10 #page-container .mission_logo {
    width: 166px;
  }
}

