@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px),print { 
  .pcnone,
  .headerAreaInnerSP{
  display:none;
  }
  .headerAreaInner{
  min-width: 1200px;
  }
  .fixed .gnavInner,
  .footerRedBoxInner{
  max-width: 1200px;
  }
  .footLinkBox{
  width: 1082px;
  }
  .gnavInner{
  width: 1200px;
  }
}
body{
position: relative;
background: white;
min-width: 1200px !important;
}
body, section, nav, article, aside, h1, h2, h3, h4, h5, h6, header, footer, p, pre, blockquote, dl, dt, dd, ul, ol, li, div, a, small, span, iframe, table, td, th, form, fieldset, input, textarea, select, option, embed, object {
font-family: 'ヒラギノUD角ゴ W3 JIS2004',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media print {
  body {
      width: 1300px;
      transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      transform-origin: 0 0;
      overflow-x: hidden;
  }
  .headerAreaInner.fixed,
  footer a.topBtn{
  display: none !important;
  }
}

.Reader{
position: absolute;
display: block;
top: 0;
left: 0;
width: 0;
height: 0;
overflow: hidden;
}
.overlay{
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
opacity: 0.5;
z-index: 1;
}
#TopicPath dl{
display: inline-block;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
margin-bottom: 15px;
margin-left: 20px;
flex-wrap: wrap;
}
#TopicPath img{
margin: 0 5px;
}
/* a
-------------------------------------------------------------- */
header a,
header a:link{
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #003fa7;
text-decoration: none;
}
header a:hover{
opacity: 0.8;
text-decoration: underline;
}
header a:visited{
color: #003b9d;
text-decoration: none;
}
header .logoArea a:hover{
opacity: 1;
}
footer a,
footer a:link{
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #003fa7;
text-decoration: none;
}
footer a:hover{
opacity: 0.8;
text-decoration: underline;
}
footer a:visited{
color: #003b9d;
text-decoration: none;
}
a:focus{
outline: none;
}
a.focus:focus{
outline: 2px solid #ff9000;
-webkit-transition: all 0 ease;
transition: all 0 ease;
}
/*
a:focus:before{
outline: none;
content: "";
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
border: 4px solid #ff9000;
box-sizing: border-box;
}
*/
.bnrArea a.focus:focus{
outline: none;
-webkit-box-shadow: 0 0 0 2px #ff9000 inset;
box-shadow: 0 0 0 2px #ff9000 inset;
}
.procurement a.focus:focus{
outline: none;
-webkit-box-shadow: 0 0 0 2px #ff9000 inset;
box-shadow: 0 0 0 2px #ff9000 inset;
}
.submitButton:focus{
outline: none;
-webkit-box-shadow: 0 0 0 2px #ff9000 inset;
box-shadow: 0 0 0 2px #ff9000;
}
.nav-btn:focus{
outline: none;
-webkit-box-shadow: 0 0 0 2px #ff9000 inset;
box-shadow: 0 0 0 2px #ff9000 inset;
}
.headerArea input:focus{
outline: none;
-webkit-box-shadow: 0 0 0 2px #ff9000 inset;
box-shadow: 0 0 0 2px #ff9000 inset;
}
.headerAreaInnerSP .menuMain > span.focus:focus{
outline: none;
-webkit-box-shadow: 0 0 0 2px #ff9000 inset;
box-shadow: 0 0 0 2px #ff9000 inset;
}
footer .Popup:after{
content: "";
background: url(../../images/ico_window_blue.png) no-repeat;
background-size: contain;
position: relative;
width: 1em;
height: 1em;
display: inline-block;
margin-left: 4px;
top: 0.15em;
}

/* =========================================================== */
/* headerArea
/* =========================================================== */
.headerArea{
z-index: 9999;
position: relative;
}
.headerAreaInner{
background: #fff url(../../images/header_bg.png) repeat-x;
text-align: right;
box-sizing: border-box;
line-height:0;
box-shadow: 0 3px 6px rgba(0,0,0,0.2);
position: relative;
}
.headerAreaInner.fixed{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
margin:0;
height:72px;
text-align: right;
box-sizing: border-box;
line-height:0;
background:#f7f7f7;
z-index: 9999;
/*border-top: 2px solid #cc0000;*/
}
.headerAreaInner.fixed:before{
content: "";
position: fixed;
top: 0;
display: inline-block;
width: 100vw;
height: 2px;
background: #cc0000;
z-index: 100;
}
.headerArea input,
.headerArea button,
.headerArea textarea,
.headerArea select {
vertical-align:middle;
margin: 0;
padding: 0;
border: 0;
cursor: pointer;
}


/* logoArea
-------------------------------------------------------------- */
.logoArea{
background:url(../../images/logo_bk.png) no-repeat;
position: absolute;
height: 70px;
width: 480px;
}
.logoArea h1{
position: absolute;
top: 16px;
left: 33px;
}
.logoArea .logoTagline {
position: absolute;
top: 32px;
left: 278px;
}
.fixed .logoArea{
min-width: 183px;
/* max-width: 183px; */
margin-right: 20px;
background: none;
position: static;
width: auto;
text-align: center;
}
.fixed .logoArea h1{
position: absolute;
display: inline-block;
top: 0;
bottom: 0;
left: 20px;
margin: auto;
width: 179px;
text-align: center;
line-height: 50px;
height: 50px;
border-radius: 35px;
background: white;
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.fixed .logoArea h1 a{
margin: auto;
z-index: 100;
background:url(../../images/logo_fixed.png) center center no-repeat;
display: inline-block;
width: 100%;
height: 100%;
text-indent: -9999px;
overflow: hidden;
}
.fixed .logoArea h1:hover{
box-shadow: 0 3px 3px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.15);
}
/* .fixed .logoArea h1 img{
display: none;
} */

/* headerLinkMenu
-------------------------------------------------------------- */
.headerLinkMenu{
padding-top:26px;
padding-bottom:5px;
padding-right: 30px;
margin: auto;
line-height: 1;
}
.headerLinkMenu ul,
.headerLinkMenu p{
display: inline-block;
}
.headerLinkMenu li{
display: inline-block;
font-size: 0.75rem;
}
.headerLinkMenu li:not(:last-child):after{
content: "|";
margin: 1em;
}
.headerLinkMenu .procurement a{
margin-left: 20px;
background: #1979cc;
display: inline-block;
color: white;
padding: 8px;
letter-spacing: 0.1em;
}
.headerLinkMenu .procurement a:hover {
background: #307aba;
opacity: 1;
}
.fixed .headerLinkMenu{
display: none;
}

/* toolArea
-------------------------------------------------------------- */
.toolArea{
padding-right: 30px;
margin-bottom: 20px;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: flex-end;
-webkit-justify-content: flex-end;
-ms-justify-content: flex-end;
align-items: center;
-webkit-align-items: center;
-ms-align-items    : center;
}
.fixed .toolArea{
padding-left: 20px;
padding-right: 20px;
order:3;
display: block;
position: relative;
top: 20px;
}

/*   fontChangeArea   */
.fontChangeArea{
margin-right:10px;
background: #e9eaeb;
line-height: 1;}
.fontChangeArea dl{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
margin: 0 4px 0 10px;
align-items: center;
-webkit-align-items: center;
-ms-align-items    : center;
font-size: 0.75rem;
height: 30px;
color: #181818;
}
.fontChangeArea dt{
margin-right: 10px;
}
.fontChangeArea dd:not(:last-child){
margin-right: 2px;
}
.fixed .fontChangeArea{
display: none;
}

/*   searchArea   */
.searchArea form{
position: relative;
}
.searchArea input.mfFormPhrase{
width: 200px;
height: 30px;
border: 1px solid #d6d8da;
box-sizing: border-box;
padding: 0 10px;
}
.searchArea input.submitButton{
position: absolute;
right: 10px;
top: 0;
bottom: 0;
border: 0;
margin: auto;
width: 17px;
height: 17px;
background: url(../../images/ico_search.png) no-repeat;
}
input::-webkit-input-placeholder {
font-family:  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
input:-ms-input-placeholder {
font-family:  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
input::-moz-placeholder {
font-family:  "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.fixed .searchArea input.mfFormPhrase{
width: auto;
min-width: 150px;
}


/* gnav
-------------------------------------------------------------- */
.gnav{
background: #f7f7f7;
padding: 10px 0;
position: relative;
}
.gnavInner{
margin: auto;  
position: relative;
background:#f7f7f7;
}
.gnavPanel{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items    : center;
justify-content: space-around;
-webkit-justify-content: space-around;
-ms-justify-content    : space-around;
height: 50px;
border: 1px solid #e9eaeb;
background: #fff;
}
.gnavPanel > li{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
flex: 1 1 auto;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
height: 100%;
box-sizing: border-box;
line-height: 1.125;
text-align: center;
}
.gnavPanel > li:after{
background: #cc0000;
}
.gnavPanel > li > a{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items: center;
justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
height: 100%;
width: 100%;
color: #1e1e1e;
font-family: 'UD新ゴ DB';
transition: box-shadow 0.3s ease;
transform: rotate(0.05deg);
letter-spacing: 0.5px;
position: relative;
text-decoration: none;
cursor: pointer;
}
.gnavPanel > li > a:before{
content:"";
background: url(../../images/ico_arrow_red_s.png) no-repeat;
background-size: cover;
width: 6px;
height: 10px;
display: inline-block;
position: absolute;
left: 8px;
margin: auto;
transform: rotate(90deg);
color: #cc0000;
}
.gnavPanel > li:not(:last-child):after{
content:"";
display: inline-block;
height: 14px;
width: 1px;
}
.gnavPanel >li > a:hover,
.gnavPanel >li.selected > a{
text-decoration: none;
box-shadow: 0 6px #ffa8a8;
}
.gnavPanel > li > div{
display: none;
position: absolute;
left:0;
right: 0;
top: 62px;
margin: auto;
z-index: 1000;
}

.gnavPanel > li.current > a{
color: #cc0000;
}



.fixed .gnav{
width: 100%;
min-width: 900px;
}
.fixed .gnavInner{
width: auto;
order: 2;
/*position: absolute;*/
left: 0;
right: 0;
}
.fixed .gnavInner ul > li > div{
width: 1200px;
max-width: 1200px;
min-width: 1200px;
position: fixed;
top: 70px;
left: 0;
right: 0;
margin: auto;
overflow: hidden;
}
.clone-nav{
position: fixed;
top: 0;
left: 0;
z-index: 2;
width: 100%;
transition: .3s;
transform: translateY(-150%);
}
.is-show{
transform: translateY(0);
}
@media (max-width: 1400px),print {
  .fixed .toolArea{
  display: none;
  }
  .fixed .gnav{
  padding-right: 20px;
  }
  .fixed .gnav ul > li > div{
  position: fixed;
  top: 70px;
  }
}
/*
#style-ul.overlay:after{
content: "";
width: 100vw;
height: 100vh;
position: fixed;
top: 70px;
left: 0;
background: #000;
opacity: 0.5;
}
*/

/* dropdownMenu
-------------------------------------------------------------- */
.dropMenu{
display: none;
height:auto;
max-width: 1200px;
margin: auto;
border: 1px solid #cc0000;
box-sizing: border-box;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
position: relative;
text-align: left;
background: black;
z-index: 1000;
overflow: hidden;
background: #000;
}

.dropMenu .btnClose{
justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
align-items: flex-end;
-webkit-align-items: flex-end;
-ms-align-items    : flex-end;
background: url(../../images/megadrop_close.png) no-repeat;
position: absolute;
width: 57px;
height: 67px;
display: flex;
right: 0;
top: 0;
cursor: pointer;
color: #cb0002;
font-size: 0.625rem;
padding-bottom: 12px;
box-sizing: border-box;
-webkit-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.dropMenu .btnClose:hover{
opacity: 0.85;
}

/*  ttlArea  */
.ttlArea{
display: inline-block;
width: 258px;
flex-grow: 0;
flex-shrink: 0;
height: auto;
padding: 28px 16px 28px 18px;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.ttlArea:hover{
text-decoration: none;
opacity: 1;
}
.ttlArea:hover:after{
opacity: 0.8;
}

/*  ttlArea 背景 */
.ttlArea:after{
content: "";
display: block;
width: 100%;
background-color: black;
background-repeat: no-repeat;
background-position: center bottom;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -5;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.ir .ttlArea:after{
background-image:url(../../images/megadrop_ir.png);
}
.group .ttlArea:after{
background-image:url(../../images/megadrop_group.png);
}
.employment .ttlArea:after{
background-image:url(../../images/megadrop_employment.png);
}
.pressrelease .ttlArea:after{
background-image:url(../../images/megadrop_pressrelease.png);
}
.corporate .ttlArea:after{
background-image:url(../../images/megadrop_corporate.png);
}
.csr .ttlArea:after{
background-image:url(../../images/megadrop_csr.png);
}
.sp150th .ttlArea:after{
background-image:url(../../images/megadrop_150th.png);
}
.sp150th a.sp150thnoicn:before{
background:none !important;
}

/*  ttlArea 見出し アイコン */
.ttlArea h2 {
font-size: 1.3rem;
line-height: 1.6rem;
letter-spacing: 0.04em;
color: white;
margin-bottom: 40px;
position: relative;
border-bottom: none;
padding: 0;
padding-left: 2rem;
padding-bottom: 10px;
font-weight: normal;
font-family: 'UD新ゴ R';
}
.ttlArea h2 span{
display: block;
color: white;
font-family: 'UD新ゴ R';
}
.ttlArea h2:before {
position: absolute;
content: "";
background:url(../../images/ico_corporate.png) no-repeat;
width: 1.5rem;
height: 1.5rem;
background-size: contain;
left: 0;
top: 0;
margin: auto;
display: inline-block;
}
.corporate .ttlArea h2:before {
background:url(../../images/ico_corporate.png) no-repeat;
background-size: contain;
top: 0;
}
.group .ttlArea h2:before {
background:url(../../images/ico_group.png) no-repeat;
background-size: contain;
}
.ir .ttlArea h2:before {
background:url(../../images/ico_ir.png) no-repeat;
background-size: contain;
}
.pressrelease .ttlArea h2:before {
background:url(../../images/ico_pressrelease.png) no-repeat;
background-size: contain;
top: 0.2em;
}
.csr .ttlArea h2:before {
background:url(../../images/ico_csr.png) no-repeat;
background-size: contain;
top: 0.2em;
}
.employment .ttlArea h2:before {
background:url(../../images/ico_employment.png) no-repeat;
background-size: contain;
}
.ttlArea h2:after{
border-bottom: solid 1px white;
position: absolute;
bottom: 0;
left: 0;
content: "";
display: block;
transition: all .3s ease;
-webkit-transition: all .3s ease;
width: 0;
}
.ttlArea:hover h2:after{
width: 100%;
border-bottom: 1px solid white;
}
.ttlArea .ttlAreaTotop{
font-size: 0.7rem;
color: black;
position: absolute;
bottom: 0;
right: 0;
text-align: right;
padding: 0.15em 0.5em 0.15em 0.5em;
box-sizing: border-box;
background: rgba(255,255,255,0.9);
display: inline-block;
width: 100%;
line-height: 30px;
height: auto;
border-radius: 0;
margin: 0;
}
.ttlArea:hover .ttlAreaTotop{
color: #c80000;
text-decoration: underline;
}
.ttlArea .ttlAreaTotop:before{
display: none;
}
.ttlArea .ttlAreaTotop:after{
position: relative;
content: "";
background: url(../../images/ico_arrow_red_l.png) no-repeat;
background-size: contain;
width: 0.6em;
height: 0.9em;
display: inline-block;
top: 0.1em;
bottom: 0;
right: 0;
margin: auto;
margin-left: 10px;
}
.dropMenuWrap{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
flex-grow: 1;
-webkit-flex-grow: 1;
background: white;
padding: 20px 70px 20px 20px;
box-sizing: border-box;
}
.dropMenuWrap > div{
width: 100%;
}
.dropMenuWrap > div:first-child{
padding-right: 20px;
border-right: 1px solid #b5b5b5;
box-sizing: border-box;
}
.dropMenuWrap > div.single{
border-right: 0;
}
.dropMenuWrap > div:nth-child(2){
padding-left: 20px;
box-sizing: border-box;
}
.dropMenu ul{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
list-style: none;
}
.dropMenu li{
position: relative;
}
.dropMenu li a{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: flex-start;
-webkit-justify-content: flex-start;
-ms-justify-content: flex-start;
align-items: flex-start;
-webkit-align-items: flex-start;
-ms-align-items    : flex-start;
border: 1px solid #b5b5b5;
box-sizing: border-box;
padding: 16px 16px 16px 38px;
color: #181818;
font-size: 0.875rem;
font-family: 'UD新ゴ M';
transform: rotate(0.03deg);
-webkit-transition: none;
transition: none;
line-height: 18px;
letter-spacing: 0.06em;
position: relative;
}
.dropMenu li a:before{
position: absolute;
content: "";
margin-top: 0.1em;
background: url(../../images/ico_arrow_red_s.png) no-repeat;
background-size: cover;
width: 6px;
height: 11px;
display: inline-block;
left: 0;
margin: auto;
margin-left: 20px;
}

/*  styleMain [左カラムの画像つきスタイル]  */
.dropMenu .styleMain li{
flex: 100%;
margin-bottom: 10px;
}
.dropMenu .styleMain li a{
height: 80px;
align-items: center;
-webkit-align-items: center;
-ms-align-items    : center;
text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}

/*  styleSub [右カラムの画像つきスタイル]  */
.dropMenu .styleSub{
align-content: flex-start;
-webkit-align-content: flex-start;
-ms-align-content: flex-start;
}
.dropMenu .styleSub li{
flex-basis: 192px;
/*
flex-basis: calc(50% - 10px);
-webkit-flex-basis: calc(50% - 10px);
-ms-flex-basis: calc(50% - 10px);
*/
}
.dropMenu .styleSub li:nth-child(odd){
margin: 0 10px 10px 0;
}
.dropMenu .single .styleSub li{
margin: 0 10px 10px 0;
}

.dropMenu .styleSub li a{
height: 120px;
}
.dropMenu .styleSub li a:before{
margin-left: 20px;
margin-top: 0.2em;
}
.dropMenu .styleSub .Popup:after{
content: "";
background: url(../../images/ico_window_gley.png) no-repeat;
background-size: contain;
position: relative;
width: 1em;
height: 1em;
display: inline-block;
margin-left: 4px;
top: 0.15em;
}
.dropMenu .styleSub li a .target_blank{
margin-top: 0.2em;
}
/*  styleTxt [右カラムのテキストスタイル]  */
.dropMenu .styleTxt{
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
}
.dropMenu .styleTxt li{
flex-basis: calc(50% - 10px);
-webkit-flex-basis: calc(50% - 10px);
-ms-flex-basis: calc(50% - 10px);
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
align-items: center;
-webkit-align-items: center;
-ms-align-items    : center;
border-bottom: 1px dotted #dedede;
}
.dropMenu .styleTxt li.long{
flex-basis: 100%;
-webkit-flex-basis: 100%;
-ms-flex-basis: 100%;
}
.dropMenu .styleTxt li:nth-child(odd){
margin-right: 10px;
}
.dropMenu .styleTxt li a{
padding: 18px 20px 18px 30px;
border: none;
align-items: flex-start;
-webkit-align-items: flex-start;
-ms-align-items    : flex-start;
width: 100%;
}
.dropMenu .styleTxt li a:before{
margin-left: 10px;
margin-top: 0.2em;
}


.ir .ir01 a{
background:url(../../images/megadrop_ir_menu01.png) no-repeat right;
}
.ir .ir02 a{
background:url(../../images/megadrop_ir_menu02.png) no-repeat right;
}
.ir .ir03 a{
background:url(../../images/megadrop_ir_menu03.png) no-repeat right;
}
.ir .ir04 a{
background:url(../../images/megadrop_ir_menu04.png) no-repeat right;
}

.group .group01 a{
background:url(../../images/megadrop_group_menu01.png) no-repeat right bottom;
}
.group .group02 a{
background:url(../../images/megadrop_group_menu02.png) no-repeat right bottom;
}
.group .group03 a{
background:url(../../images/megadrop_group_menu03.png) no-repeat right bottom;
}
.group .group04 a{
background:url(../../images/megadrop_group_menu04.png) no-repeat right bottom;
}
.employment .employment01 a{
background:url(../../images/megadrop_employment_menu01.png) no-repeat right;
}
.employment .employment02 a{
background:url(../../images/megadrop_employment_menu02.png) no-repeat right;
}
.employment .employment03 a{
background:url(../../images/megadrop_employment_menu03.png) no-repeat center;
}
.employment .employment04 a{
background:url(../../images/megadrop_employment_menu04.png) no-repeat right;
}
.employment .employment05 a{
background:url(../../images/megadrop_employment_menu05.png) no-repeat right;
}
.pressrelease .pressrelease01 a{
background:url(../../images/megadrop_pressrelease_menu01.png) no-repeat right;
}
.pressrelease .pressrelease02 a{
background:url(../../images/megadrop_pressrelease_menu02.png) no-repeat right;
}
.pressrelease .pressrelease03 a{
background:url(../../images/megadrop_pressrelease_menu03.png) no-repeat right;
}
.pressrelease .pressrelease04 a{
background:url(../../images/megadrop_pressrelease_menu04.png) no-repeat right;
}
.corporate .corporate01 a{
background:url(../../images/megadrop_corporate_menu01.png) no-repeat right;
}
.corporate .corporate02 a{
background:url(../../images/megadrop_corporate_menu02.png) no-repeat right;
}
.corporate .corporate03 a{
background:url(../../images/megadrop_corporate_menu03.png) no-repeat right;
}
.corporate .corporate04 a{
background:url(../../images/megadrop_corporate_menu04.png) no-repeat right;
}
.corporate .corporate05 a{
background:url(../../images/megadrop_corporate_menu05.png) no-repeat right;
}
.corporate .corporate06 a{
background:url(../../images/megadrop_corporate_menu06.png) no-repeat right;
}
.corporate .corporate07 a{
background:url(../../images/megadrop_corporate_menu07.png) no-repeat right;
}
.corporate .corporate08 a{
background:url(../../images/megadrop_corporate_menu08.png) no-repeat right;
}
.corporate .corporate09 a{
background:url(../../images/megadrop_corporate_menu09.png) no-repeat right;
}
.corporate .corporate10 a{
background:url(../../images/megadrop_corporate_menu10.png) no-repeat right;
}
.corporate .corporate11 a{
background:url(../../images/megadrop_corporate_menu11.png) no-repeat right;
}
.corporate .corporate12 a{
background:url(../../images/megadrop_corporate_menu12.png) no-repeat right;
}
.csr .csr01 a{
background:url(../../images/megadrop_csr_menu01.png) no-repeat right;
}
.csr .csr02 a{
background:url(../../images/megadrop_csr_menu02.png) no-repeat right;
}
.csr .csr03 a{
background:url(../../images/megadrop_csr_menu03.png) no-repeat right;
}
.csr .csr04 a{
background:url(../../images/megadrop_csr_menu04.png) no-repeat right;
}
.csr .csr05 a{
background:url(../../images/megadrop_csr_menu05.png) no-repeat center;
}
.csr .csr06 a{
background:url(../../images/megadrop_csr_menu06.png) no-repeat right;
}
.csr .csr07 a{
background:url(../../images/megadrop_csr_menu07.png) no-repeat right;
}
.csr .csr08 a{
background:url(../../images/megadrop_csr_menu08.png) no-repeat right;
}
.csr .csr09 a{
background:url(../../images/megadrop_csr_menu09.png) no-repeat right;
}
.csr .csr10 a{
background:url(../../images/megadrop_csr_menu10.png) no-repeat right;
}
.csr .csr11 a{
background:url(../../images/megadrop_csr_menu11.png) no-repeat right;
}
.csr .csr12 a{
background:url(../../images/megadrop_csr_menu12.png) no-repeat right;
}
.csr .csr13 a{
background:url(../../images/megadrop_csr_menu13.png) no-repeat right;
}
.csr .csr_message a {
background: url(../../images/megadrop_csr_message.png) no-repeat right;
}
.csr .csr_management a{
background:url(../../images/megadrop_sus_susmanagement.png) no-repeat right;
}
.csr .csr_environment a{
background:url(../../images/megadrop_sus_environment.png) no-repeat right;
}
.csr .csr_society a{
background:url(../../images/megadrop_sus_society.png) no-repeat right;
}
.csr .csr_governance a{
background:url(../../images/megadrop_sus_gavernance.png) no-repeat right;
}
.csr .csr_related a{
background:url(../../images/megadrop_sus_related.png) no-repeat right;
}
.sp150th .sp150th01 a{
background:url(../../images/megadrop_150th_menu01.png) no-repeat right;
}

/* =========================================================== */
/* topBtn
/* =========================================================== */
footer a.topBtn {
position: fixed;
bottom: 20px;
right: 20px;
display: block;
background: rgba(204, 0, 0, 0.8);
color: #fff;
font-size: 0.875rem;
padding: 0 20px 0 50px;
text-align: center;
line-height: 50px;
border-radius: 25px;
box-sizing: border-box;
transition: none;
text-decoration: none;
}
footer a.topBtn:before {
content: "";
background: white;
display: inline-block;
width: 20px;
height: 20px;
border-radius: 10px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 20px;
}
footer a.topBtn:after {
content: "";
background: url(../../images/ico_arrow_red_s.png) no-repeat center center;
background-size: 7px 12px;
transform: rotate(-90deg);
display: inline-block;
width: 20px;
height: 20px;
border-radius: 10px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 20px;
}
footer a.topBtn:hover {
opacity: 1;
background: rgba(211,38,38,0.9);
}

/* =========================================================== */
/* footerArea
/* =========================================================== */
.footerArea{
background: #eeeeee;
width: 100%;
}
.footerArea h5{
margin: 0;
padding: 0;
background: none;
}
/* footLinkBox
-------------------------------------------------------------- */
.footLinkBox{
text-align: center;
margin:auto;
padding-top: 60px;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
}
.footLinkBoxInner{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
width: 100%;
margin-right: 40px;
}
.footLinkBox .col{
width: 240px;
text-align: left;
}
.footLinkBox .col h4 a{
font-size: 0.875rem;
font-family: 'UD新ゴ M';
color: #181818;
display: inline-block;
width: 100%;
border-top: 1px solid #181818;
border-bottom: 1px dotted #181818;
padding: 20px;
box-sizing: border-box;
transform: rotate(0.05deg);
-webkit-transition: none;
transition: none;
}
.footLinkBox .col h4 a.csr {
white-space: nowrap;
padding-left:15px;
}
.footLinkBox .col ul{
margin: 20px 14px 60px 14px;
}
.footLinkBox .col li{
margin-bottom: 16px;
padding-left: 14px;
position: relative;
}
.footLinkBox .col li a{
color: #454545;
font-size: 0.75rem;
font-family: 'UD新ゴ R';
}
.footLinkBox .col li:before{
position: absolute;
content: "";
background: url(../../images/ico_arrow_red_s.png) no-repeat;
background-size: contain;
width: 0.4em;
height: 0.7em;
display: inline-block;
left: 0;
top: 0.25em;
margin: auto;
}
.footerCopyrightSP{
display: none;
}

/* socialLinkBox
-------------------------------------------------------------- */
.socialLinkBox{
background: white;
flex: 0 0 240px;
align-self: flex-start;
}
.socialLinkBox h4{
background: #cc0000;
font-size: 0.875rem;
height: 48px;
line-height: 48px;
color: white;
}
.socialLinkBox .logo{
font-size: 0.875rem;
font-family: 'UD新ゴ DB';
color: #181818;
margin-bottom: 14px;
}

.socialLinkBox .athlete .logo img{
margin-bottom: 10px;
}
.socialLinkBox .group,
.socialLinkBox .athlete{
border-bottom: 1px dotted #aaaaaa;
}
.socialLinkBox .group,
.socialLinkBox .athlete,
.socialLinkBox .kanpo{
padding: 20px 0;
}
.socialLinkBox .icon > li{
margin-bottom: 10px;
}
.socialLinkBox .icon > li:last-child{
margin-bottom: 0;
}
.socialLinkBox .group .logo img{
height: 28px;
}
.socialLinkBox .athlete .logo img{
width: 71px;
}
.socialLinkBox .athlete .foot_logo img{
width: 180px;
}
.socialLinkBox .athlete .logo span{
line-height:1.5;
}
.socialLinkBox a img{
border-radius: 4px;
box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}

/* footerNav
-------------------------------------------------------------- */
.footerNav{
margin: 25px auto;
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
-ms-justify-content: center;
}
.footerNav .logo{
margin-right: 30px;
}
.footerNav li{
display: inline-block;
font-size: 0.75rem;
}
.footerNav li a{
font-family: 'UD新ゴ M';
}
.footerNav li:not(:last-child):after{
content:"|";
margin: 1em;
}
.footerRedBox{
background: #cb0002;
color: white;
}
.footerRedBoxInner{
display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: space-between;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
margin: auto;
padding: 0 25px;
height: 28px;
line-height: 28px;
}
.footerRedBoxInner .footerCopyright{
font-size: 0.69rem;
color: white;
}








