@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body{
  width: 100%;
  color: #000;
  font-size: 14px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Helvetica,Arial;
  line-height: 1.5;
}
body.is-noScroll{
  position: fixed !important;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}
a{
/*   color: #000; */
  text-decoration: none;
}
.sp{ display: none; }

.is-nofocus *{
  outline: none !important;
}

/* -------------------------------------
  wrapper
------------------------------------- */
.wrapper{
  position: relative;
  z-index: 1;
  width: 100%;
}


/* -------------------------------------
  header
------------------------------------- */
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
}
.header a{
  color: #000;
}
.header .logo{
  text-align: right;
  background-color: #f03;
}
.header .logo a{
  display: inline-block;
  vertical-align: top;
  padding: 8px;
}
.header .fixedHeader{
  width: 100%;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
}
.header .fixedHeader img{
  max-width: 100%;
}
.header .fixedHeaderInner{
  display: table;
  width: 100%;
  table-layout: fixed;
  max-width: 1030px;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.header h1,
.header .header-logo,
.header .nav,
.header .dropDownNav > li,
.header .searchWrap{
  display: table-cell;
  vertical-align: middle;
}
.header h1,
.header .header-logo{
  max-width: 950px;
  margin: 0;
  padding-top: 0;
  width: 140px;
}
.header .nav{
  width: 73.2%;
}
.header .dropDownNav{
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 80px;
}
.header .dropDownNav > li{
  width: 20%;
  padding-left: 10px;
  box-sizing: border-box;
}
.header .dropDownNav > li > a{
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
}
.header .dropDownNav > li.dropDownTrigger > a span{
  background: url(/i/docs/csr/2017/images/icon_arrow_bottom_pc.png) center 62px no-repeat;
}
.header .dropDownNav > li.dropDownTrigger.is-active > a span,
.is-pc .header .dropDownNav > li.dropDownTrigger.is-active:hover > a span,
.header .dropDownNav > li.dropDownTrigger.is-active.is-hover > a span{
  background: none;
}
.is-pc .header .dropDownNav > li.dropDownTrigger:hover > a span,
.header .dropDownNav > li.dropDownTrigger.is-hover > a span{
  background: url(/i/docs/csr/2017/images/icon_arrow_red_top_pc.png) center 62px no-repeat;
}
.header .dropDownNav > li > a span{
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 5px;
  font-family: 'Noto Sans Japanese','メイリオ',Meiryo;
  font-weight: bold;
  line-height: 1.2;
  box-sizing: border-box;
}
.header .dropDownNav > li.is-active > a span,
.is-pc .header .dropDownNav > li:hover > a span,
.header .dropDownNav > li.is-hover > a span{
  color: #f03;
}
.header .dropDownNav > li > a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  z-index: 2;
  border-bottom: 2px solid #fff;
}
.header .dropDownNav > li.is-active > a:after{
  border-bottom: 2px solid #f03;
}
.header .searchBtnWrap{
  text-align: right;
}
.header .fixedHeaderInner .searchForm{
  display: none;
  position: relative;
  z-index: 1;
  height: 50px;
  margin-left: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.header .fixedHeaderInner .searchForm .searchinput input{
  width: 100%;
  height: 48px;
  padding: 0 50px;
  line-height: 48px;
  border: none;
  box-sizing: border-box;
  background: url(/i/docs/csr/2017/images/btn_icon_search_pc.png) 12px center no-repeat;
}
#srchInput::-ms-clear {
  visibility:hidden
}
.header .fixedHeaderInner .searchForm .cloceBtnWrap{
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 14px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header .fixedHeaderInner.is-searchOpen .searchForm{
  display: block;
}
.header .fixedHeaderInner.is-searchOpen .nav,
.header .fixedHeaderInner.is-searchOpen .searchBtnWrap{
  display: none;
}
/* nav */
.dropDownWrap{
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 10;
  top: 124px;
  left: 0;
  width: 100%;
  background: #ededed;
}
.dropDownWrapInner{
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.dropDownWrapInner > div{
  float: left;
  box-sizing: border-box;
}
.dropDownWrapInner > div ul{
  position: relative;
  z-index: 2;
}
.dropDownWrapInner > div a{
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.dropDownWrapInner > div.cat01{
  position: relative;
  z-index: 1;
  width: 22.3%;
}
.dropDownWrapInner > div.cat01:after{
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1000%;
  background: #f03;
}
.dropDownWrapInner > div.cat01 dl{
  position: relative;
  z-index: 2;
  padding: 24px 15px 15px 0;
}
.dropDownWrapInner > div.cat01 dt{
  margin-bottom: 16px;
}
.dropDownWrapInner > div.cat01 dd{
  color: #fff;
  font-size: 12px;
}
.dropDownWrapInner > div.cat01 .linkBtn{
  padding-right: 20px;
  color: #fff;
  font-family: 'Noto Sans Japanese','メイリオ',Meiryo;
  font-size: 16px;
  font-weight: bold;
  background: url(/i/docs/csr/2017/images/icon_arrow_white_right_pc.png) right 0.45em no-repeat;
}
.dropDownWrapInner > div.cat02{
  width: 77.7%;
  padding: 24px 4px 24px 3.58%;
}
.dropDownWrapInner > div.cat02 .linkBtn{
  padding-right: 20px;
  font-weight: bold;
}
.dropDownWrapInner > div.cat02 .iconNum span{
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  box-sizing: border-box;
}
.dropDownWrap .colWrap{
  margin-bottom: 0;
}
.dropDownWrap .dropDownCloseBtn{
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 14px;
  border: none;
  background-color: inherit;
}
.dropDown03 .dropDownWrapInner > div.cat02{
  padding: 24px 0;
}
.dropDown03 .colWrap{
  margin: 0;
}
.dropDown03 .colWrap .col{
  padding: 0 0 0 4.88%;
}

/* -------------------------------------
  TEXT
------------------------------------- */
/* 見出し */
h1, .ttl-lv1{
  max-width: 950px;
  margin: 0 auto 42px;
  padding-top: 64px;
  font-family: 'Noto Sans Japanese','メイリオ',Meiryo;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
h1 span,
.ttl-lv1 span{
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}
h1 span:after,
.ttl-lv1 span:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background-color: #f03;
}
h1.pageName{
  line-height: 1.5;
  margin-bottom: 25px;
}
h1.pageName > span{
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Helvetica,Arial;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
h1.pageName > span:after,
h1.pageName > span .pc:after{
  content: none;
}
h1.pageName + .date {
  display: block;
  margin: -1em auto 1em;
  text-align: center;
}
.ttl-lv2 {
  max-width: 950px;
  margin: 64px auto 47px;
  color: #f03;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.ttl-lv2 span{
  position: relative;
  z-index: 1;
  display: block;
}
.ttl-lv2 span:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #f03;
}

.ttl-lv3{
  max-width: 950px;
  margin: 44px auto 18px;
  font-size: 16px;
  font-weight: bold;
}
.ttl-lv4{
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}
/* bodytext */
.section{
  max-width: 950px;
  margin: 0 auto 48px;
}
.emphasisText{
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 10px;
  font-weight: bold;
}
.section .text{
  margin-bottom: 24px;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
}
#srchBtn{ display: none; }
/* CAPTION */
.colWrap{
  overflow: hidden;
  margin: 0 -1.75% 64px;
}
.colWrap img{
  width: 100%;
}
.colWrap .img{
  margin-bottom: 16px;
}
.colWrap .caption{
  font-weight: bold;
  text-align: center;
}
.colWrap .col{
  float: left;
  width: 100%;
  padding: 0 1.75%;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.colWrap .col2{
  width: 50%;
}
.colWrap .col3{
  width: 33.3%;
}
.colWrap .col3_2{
  width: 66.6%;
}
.colWrap .col4{
  width: 25%;
}
.colWrap .col a{
  color: #000;
}
/* -------------------------------------
  LINK
------------------------------------- */
.link{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  padding-left: 24px;
  color: #000;
  background: url(/i/docs/csr/2017/images/icon_arrow_s_right_pc.png) left 0.25em no-repeat;
}
.iconBlank{
  color: #000;
  background: url(/i/docs/csr/2017/images/icon_link_blank_pc.png) left 0.25em no-repeat;
}
.iconPdf{
  color: #000;
  background: url(/i/docs/csr/2017/images/icon_pdf.png) left 0.1em no-repeat;
  background-size: 14px auto;
}
/* -------------------------------------
  BUTTON
------------------------------------- */
.btn{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 12px 9px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: none;
  background-color: #f03;
  -webkit-appearance: none !important;
  box-sizing: border-box;
}

.moreBtnWrap,
.moreLinkWrap{
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #ccc;
}
.moreBtnWrap a,
.moreLinkWrap a{
  color: #000;
}
.moreBtnWrap .moreBtn{
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
  padding: 0 8px;
}
.moreBtnWrap .moreBtn span{
  padding-right: 28px;
  background: url(/i/docs/csr/2017/images/icon_arrow_bottom_pc.png) right center no-repeat;
}
.moreBtnWrap .moreBtnL{
  margin-top: 20px;
}

.moreLinkWrap{
  text-align: right;
}
.moreLinkWrap .linkBtn{
  margin-top: 12px;
}
.moreLinkWrap .moreLinkL{
  margin-top: 14px;
}

.linkBtn{
  display: block;
  padding-right: 24px;
  background: url(/i/docs/csr/2017/images/icon_arrow_right_pc.png) right center no-repeat;
}
.emphasisLink{
  padding-top: 24px;
  font-size: 16px;
  font-weight: bold;
}
.linkList li.emphasisLink,
.linkList.linkListL li.emphasisLink{
  margin-bottom: 24px;
  padding-top: 24px;
}
.linkList.linkListL li{
  margin-top: 16px;
  padding-top: 16px;
  word-wrap: break-word;
  white-space: normal;
}
.linkList li{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
}
.linkList li:first-child{
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none;
}
.linkList li a{
  display: block;
}
.accordionWrap{
  border-bottom: 1px solid #000;
}
.accordionWrap a{
  color: #000;
}
.accordionWrap.is-active{
  border-bottom: none;
}
.accordionWrap h1{
  margin: 0;
  padding: 0;
}
.accordionWrap h1 .accordionBtn span{
  font-size: 20px;
}
.accordionWrap h1 .accordionBtn span:after{
  content: none;
}
.accordionWrap .accordionContents{
  display: none;
  background-color: #ededed;
}
.accordionBtn{
  display: block;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: bold;
}
.accordionBtn span{
  display: block;
  vertical-align: top;
  background: url(/i/docs/csr/2017/images/icon_arrow_bottom_pc.png) right center no-repeat;
}
.accordionBtn2{
  display:block;
  padding: 0px 0px 1px;
}
.accordionBtn2 span{
  display: block;
  vertical-align: top;
}
.accordionBtn2 span:hover{
  text-decoration: underline;
  cursor: pointer;
}
.accordionBtn2 .wide:hover{
  text-decoration: underline;
  cursor: pointer;
}
.accordionWrap.is-active .accordionBtn span{
  background: url(/i/docs/csr/2017/images/icon_arrow_top_pc.png) right center no-repeat;
}
.accordionContents ul{
  padding-top: 1px;
  padding-bottom: 32px;
}
.accordionContents li{
  margin-top: 32px;
}
.accordionContents .ancLink{
  display: block;
  padding: 0 15px;
}

.tagAccordionWrap{
  border-bottom: none;
  background-color: #ededed;

}
.tagAccordionWrap .accordionBtn{
  height: 40px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 40px;
}
.tagAccordionWrap span span,
.tagAccordionWrap.accordionWrap.is-active .accordionBtn span span{
  display: inline-block;
  vertical-align: middle;
  background: none;
}
.tagAccordionWrap .colon{
  padding: 0 3px;
  font-weight: normal;
}
.tagAccordionWrap .tagList .tag{
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
.tagAccordionWrap.accordionWrap.is-active .accordionBtn .tagList{
  display: none !important;
}
.tagAccordionWrap .accordionContents .tagList li{
  margin: 0 4px 4px 0;
}
.tagAccordionWrap .accordionContents .tagList{
  padding: 0 16px 4px;
}
.tagAccordionWrap .accordionContents .tagList .tag{
  color: #666;
  border-color: #666;
  background-color: transparent;
}
.tagAccordionWrap .accordionContents .tagList .tag.is-active{
  color: #fff;
  background-color: #666;
}
.tagAccordionWrap .tagAccordion .tagList .hash{
  display: inline;
  line-height: 1;
  vertical-align: baseline;
}

/* -------------------------------------
ICON BUTTON
------------------------------------- */
.iconList{
  letter-spacing: -0.4em;
}
.iconList li{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  padding-right: 10px;
  letter-spacing: 0;
}
.iconBtn{
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: inherit;
}
.crossBtn{
  padding: 13px 13px 14px 14px;
  border-left: 1px solid #ccc;
}
.searchBtn{
  padding: 12px;
  border: 1px solid #ccc;
  background-color: inherit;
}
ul.snsWrap{
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: -0.4em;
}
ul.snsWrap li{
  margin-bottom: 0;
  padding-right: 4px;
  letter-spacing: 0;
}

.box{
  padding: 14px 14px 4px;
}
.boxGr{
  background-color: #ededed;
}

/* -------------------------------------
TAG BUTTON
------------------------------------- */
.tagBox{
  text-align: center;
  margin-bottom: 34px;
  padding: 0 10px;
}
.tagBoxList{
  letter-spacing: -0.4em;
}
.tagBoxList li{
  display: inline-block;
  vertical-align: top;
  margin: 8px 4px;
  letter-spacing: 0;
}
.tagBox .tagBtn{
  display: block;
  height: 20px;
  padding: 0 20px;
  color: #666;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.tagBox .tagBtn.is-active{
  color: #000;
  background-color: #fff;
}
.tagBox .tagBtn.is-active .hash{
  color: #f03;
}

.tagList{
  overflow: hidden;
}
.tagList li{
  float: left;
  margin: 0 4px 4px 0;
}
.tagList .tag{
  display: block;
  height: 21px;
  padding: 0 10px;
  color: #f03;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  border: 1px solid #f03;
  box-sizing: border-box;
}
.colWrap .col .tagList .tag{
  color: #f03;
}
.colWrap .col .tagList.effortList .tag,
.tagList.effortList .tag,
.tagList .tag.category {
  color: #000;
  border-color: #dadada;
  background-color: #dadada;
}
.tagList .tag .hash{
  padding-right: 3px;
  color: #f03;
}
.selectTagList.tagList .tag{
  color: #666;
  border-color: #666;
}
.selectTagList.tagList .tag.is-active{
  color: #fff;
  background-color: #666;
}


/* -------------------------------------
  PAGENATION
------------------------------------- */
.pageNationWrap a,
.pageNationBox a,
.pageTitleList a{
  color: #000;
}
.pagerWrap{
  margin: 48px 0 80px;
  text-align: center;
  letter-spacing: -0.4em;
}
.pagerWrap .pagerList,

.pagerWrap .prevBtn,
.pagerWrap .nextBtn{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.pagerWrap .pagerList{
  letter-spacing: -0.4em;
}
.pagerWrap .pagerList li{
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  letter-spacing: 0;
}

.pagerWrap .pagerList li:first-child{
  margin-left: 100px;
}
.pagerWrap .pagerList li:last-child{
  margin-right: 100px;
}
.pagerWrap .pagerList li a{
  display: block;
  width: 28px;
  height: 26px;
  box-sizing: border-box;
}
.pagerWrap .pagerList li a.is-active{
  font-weight: bold;
  border-bottom: 2px solid #f03;
}
.pagerWrap .prevBtn,
.pagerWrap .nextBtn{
  font-weight: bold;
}
.pagerWrap .prevBtn a{
  padding-left: 28px;
  background: url(/i/docs/csr/2017/images/icon_arrow_left_pc.png) left 0.25em no-repeat;
}
.pagerWrap .nextBtn a{
  padding-right: 28px;
  background: url(/i/docs/csr/2017/images/icon_arrow_right_pc.png) right 0.25em no-repeat;
}

.pageNationBox{
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 20px;
  margin: 80px 0 16px;
  padding: 16px;
  text-align: center;
}
.pageNationBox a{
  font-weight: bold;
}
.pageNationBox .prevBtn{
  float: left;
}
.pageNationBox .prevBtn a{
  padding-left: 28px;
  background: url(/i/docs/csr/2017/images/icon_arrow_red_left_pc.png) left 0.25em no-repeat;
}
.pageNationBox .nextBtn{
  float: right;
}
.pageNationBox .nextBtn a{
  padding-right: 28px;
  background: url(/i/docs/csr/2017/images/icon_arrow_red_right_pc.png) right 0.25em no-repeat;
}
.pageNationBox .indexBtn{
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  vertical-align: top;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.pageNationBox .indexBtn a{
  padding-left: 28px;
  background: url(/i/docs/csr/2017/images/btn_icon_threeLines_pc.png) left 0.25em no-repeat;
}
.pageTitleList{
  overflow: hidden;
}
.pageTitleList .prev{
  float: left;
}
.pageTitleList .next{
  float: right;
}

.slideWrap{
  overflow: hidden;
  margin: 0 -40px;
  padding: 32px 0;
}
.slideWrap .slideBtn a{
  display: block;
  width: 90px;
}
.slideWrap .slideBtn img{
  width: 100%;
}
.slideWrap .slidePrevBtn{
  float: left;
}
.slideWrap .slideNextBtn{
  float: right;
}

/* -------------------------------------
  TABLE
------------------------------------- */
.table{
  width: 100%;
}
.table th,.table td{
  padding: 14px 16px 13px;
  box-sizing: border-box;
}
.table th{
  width: 212px;
  font-weight: normal;
  text-align: left;
  background-color: #ffd4d8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table td{
  background-color: #ededed;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.table tr th:last-child,
.table tr td:last-child{
  border-right: none;
}
.table tr:nth-child(even) th{
  background-color: #ffe9eb;
}
.table tr:nth-child(even) td{
  background-color: #f6f6f6;
}

.table.table_type2 thead tr:nth-child(odd) th:first-child{
  width: 212px;
  background-color: #ffd4d8;
}
.table.table_type2 thead tr th{
  width: 369px;
  background-color: #dadada;
}
.table.table_type2 tr:nth-child(even) th:first-child{
  background-color: #fff2f3;
}
.table.table_type2 tr:nth-child(odd) th:first-child{
  background-color: #ffe9eb;
}
.table.table_type2 tr:nth-child(odd) td:first-child,
.table.table_type3 tr:nth-child(odd) td:first-child{
  background-color: #fff2f3;
}
.table.table_type2 tr:nth-child(even) td{
  background-color: #f6f6f6;
}
.table.table_type2 tr:nth-child(odd) td{
  background-color: #ededed;
}
.row2TableWrap .table.row2Table.afterTable{
  display: none;
}

/* -------------------------------------
  content
------------------------------------- */
.is-pc .contents,
.is-tab .contents,
.is-sp .contents{
  padding: 124px 40px 0;
}
.is-emg .contents{
  padding: 40px 40px 0;
}
.contents{
  overflow: hidden;
  padding: 40px 40px 0;
}

/* -------------------------------------
  challengWrap
------------------------------------- */
.challengWrap{
  margin: 0 -17px;
}
.challengWrap .ttl-lv1 {
  margin-bottom: 45px;
  padding-top: 64px;
  font-size: 26px;
  font-family: 'Noto Sans Japanese','メイリオ',Meiryo;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.challengWrap .ttl-lv1 span{
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.challengWrap .ttl-lv1 span:after{
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -13px;
  width: 100%;
  height: 2px;
  background-color: #f03;
}
.challengListWrap{
  margin: 0 auto;
  max-width: 984px;
  letter-spacing: -0.4em;
}
.challengListWrap a{
  color: #000;
}
.challengWrap .challengList{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 48px;
  padding: 0 17px;
  letter-spacing: 0;
  box-sizing: border-box;
}
.challengWrap .challengListTitle{
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.challengWrap .iconNum{
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
}
.challengWrap .readTxt{
  margin-bottom: 32px;
}
.challengWrap .article{
  margin-bottom: 24px;
}
.challengWrap .article a{
  display: block;
}
.challengWrap .articleList{
  overflow: hidden;
}
.challengWrap .articleList .img{
  float: left;
  width: 89px;
  height: 89px;
  margin-right: 8px;
}
.challengWrap .articleList .txtWrap{
  margin-left: 97px;
}
.challengWrap .articleList .articleTitle{
  margin-bottom: 8px;
  font-weight: bold;
}
.challengWrap .tagList{
 margin-top: 5px;
}
.challengWrap .articleIndexLink{
  text-align: right;
}
.challengWrap .articleIndexLink a{
  display: inline-block;
  vertical-align: top;
  padding: 13px 24px 13px 0;
  background: url(/i/docs/csr/2017/images/icon_arrow_s_right_pc.png) right center no-repeat;
}
.challengList .iconNum span{
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.challengList .challengListTitleWrap{
  display: block;
}
.challengList .iconNum:after{
  content: '';
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: 7.9%;
  height: 100%;
  max-height: 36px;
  -ms-transform: translate(-50%,50%);
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
}
.challengList .iconNum01:after{
  background: url(/i/docs/csr/2017/images/icon_num_01_pc.png) center center no-repeat;
  background-size: contain;
}
.challengList .iconNum02:after{
  background: url(/i/docs/csr/2017/images/icon_num_02_pc.png) center center no-repeat;
  background-size: contain;
}
.challengList .iconNum03:after{
  background: url(/i/docs/csr/2017/images/icon_num_03_pc.png) center center no-repeat;
  background-size: contain;
}
.challengList .iconNum04:after{
  background: url(/i/docs/csr/2017/images/icon_num_04_pc.png) center center no-repeat;
  background-size: contain;
}
.challengWrap .challengList img{
  position: relative;
  z-index: 1;
  width: 100%;
}

.challengWrap .articleList .characterLimitTxt{
  overflow: hidden;
  height: 3em;
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
}
/* -------------------------------------
  footer
------------------------------------- */
.footer{
  padding: 0 20px;
  background-color: #dadada;
}
.footer a{
  color: #000;
}
.siteMap{
  margin: 0 -20px;
  padding: 0 40px;
  background-color: #ededed;
}
.siteMap .siteMapInner{
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 56px 0 36px;
  box-sizing: border-box;
}
.siteMap li a{
  display: block;
}
@media screen and (min-width: 800px){
  .siteMap li a{
   margin:0 10% 20px 0;
  }
}
.siteMap .mainLink,
.siteMap .corporateLink{
  display: table-cell;
  vertical-align: top;
}
.siteMap .mainLink{
  width: 34.3%;
}
.siteMap .corporateLink{
  width: 65.7%;
}
.siteMap .iconLink{
  display: block;
  padding-right: 20px;
  font-weight: bold;
  background: url(/i/docs/csr/2017/images/icon_arrow_right_pc.png) right center no-repeat;
  background-size: 12px;
}
.siteMap .numList .iconNum span{
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  box-sizing: border-box;
}
.siteMap .corporateLink > li >a{
  width: 46.8%
}
.siteMap .corporateLink ul{
  letter-spacing: -0.4em;
}
.siteMap .corporateLink ul li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
}
.siteMap .corporateLink > li > a {
  display: block;
}

.siteMap .corporateLink ul li ul li:nth-child(odd){
  width: 52.5%;
}
.siteMap .corporateLink ul li ul li:nth-child(even){
  width: 47.5%
}
.siteMap .corporateLink ul li ul li:nth-child(even) a{
  margin-right: 0;
}
body .siteMap .corporateLink ul > li > a{
  border: none;
  width: 46.8%
}
.siteMap .corporateLink ul > li ul li a {
  border-bottom: 1px solid #ccc;
  width: auto;
}
.siteMap .corporateLink ul li a{
  margin-bottom: 10px;
  padding-bottom: 11px;
}
.siteMap .corporateLink ul li ul li:last-child a,
.siteMap .corporateLink ul li ul li:nth-last-child(2) a{
  border-bottom: none;
}
.lang-btn {
}
.lang-btn a {
  background-color: #3c3c3c;
  color: #fff;
  box-shadow: 0 2px #000;
  border-radius: 5px;
  display: inline-block;
  font-size: .95em;
  transition: .2s ease;
  color: #fff;
  padding: .2em .8em;
}
.lang-btn a:hover {
  background-color: #2d2d2d;
}

@media screen and (min-width: 800px){
  .footerInner .lang-btn {
    display: none;
  }
}

.footerInner{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding : 56px 0 72px;
  box-sizing: border-box;
}
.footerlogo a{
  display: block;
  width: 120px;
  margin: 0 auto 30px;
}
.footerInner ul{
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: -0.4em;
}
.footerInner ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  letter-spacing: 0;
}
.footer .footerInner ul li.noBorder{
  border-right: none;
}
.footerInner ul li:first-child{
  border-right: 1px solid #000;
}
.footerInner ul li:last-child{
  border-left: 1px solid #000;
}
.copyRight{
  margin-top: 32px;
  text-align: center;
  font-size: 12px;
}

/* -------------------------------------
  pagetop
------------------------------------- */
.pageTop{
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  width: 120px;
  height: 60px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pageTop a{
  display: block;
}

.txtCr{
  color: #f03;
}
.txtAr{
  text-align: right;
}
.txtAc{
  text-align: center;
}
.txtB{
  font-weight: bold !important;
}

.menuBg{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background-color: rgba(0,0,0,0.7);
}
/* -------------------------------------
  8000-001
------------------------------------- */
.notCompatible h1 a{
  display: block;
}
/* -------------------------------------
  emg
------------------------------------- */
/*
#info{
  padding: 0 20px;
  box-sizing: border-box;
}
*/
#info{
  padding: 135px 20px 0;
  box-sizing: border-box;
}
#info .info-emergency > .mem{
  margin: 0 -20px;
}
.is-no_emg #info{
  padding: 0;
}


#info #emg3 > table,#info #emg2 > table,#info #emg > table{
  width:100% !important;
  max-width:726px !important;
}
#info #emg3 table,#info #emg2 table,#info #emg table {
  min-width:0 !important;
}
#info #emg3 *, #info #emg2 *, #info #emg *{
  font-size: 14px !important;
}
#info #emg3 table tr td *,#info #emg2 table tr td *,#info #emg table tr td *{
  font-weight: normal !important;
}
#info #emg3 table tr:first-child td,#info #emg2 table tr:first-child td,#info #emg table tr:first-child td{
  font-weight: bold !important;
}

/* -------------------------------------
  noscript
------------------------------------- */

.noscript_content {
  position: relative;
  z-index: 1;
  background-color: #f2f2f2;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.noscript_content p {
  font-size: 100%;
  line-height: 1.72;
  margin-top: 0.5em;
}

@media screen and (min-width: 801px) {
  .is-pc .colWrap .img a,
  .is-pc .challengWrap .article a{
    overflow: hidden;
  }
  .is-pc .colWrap .img a img,
  .is-pc .challengWrap .article a img,
  .is-pc .challengList .challengListTitleWrap img{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s cubic-bezier(0.34,0.96,0.74,0.9);
    transition: 1s cubic-bezier(0.34,0.96,0.74,0.9);
  }
  .is-pc .colWrap .img a:hover img,
  .is-pc .colWrap .img a img.is-hover,
  .is-pc .challengList .challengListTitleWrap:hover img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .is-pc .challengWrap .article a img.is-hover,
  .is-pc .challengWrap .article .img a:hover img{
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  .is-pc .moreBtnWrap .moreBtn,
  .is-pc .tagList a.tag,
  .is-pc .pagerWrap a,
  .is-pc .pageNationBox a{
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .is-pc .moreBtnWrap .moreBtn:hover,
  .is-pc .tagList a.tag:hover,
  .is-pc .pagerWrap a:hover,
  .is-pc .pageNationBox a:hover{
    opacity: 0.2;
  }
  .is-pc .link:hover,
  .is-pc .pageTitleList a:hover{
    text-decoration: underline;
  }
  .is-pc .slideWrap .slideBtn a img{
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .is-pc .slideWrap .slidePrevBtn a:hover img{
    opacity: 0.8;
    -ms-transform: translateX(-8px);
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  .is-pc .slideWrap .slideNextBtn a:hover img{
    opacity: 0.8;
    -ms-transform: translateX(8px);
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  .is-pc .pageTop a{
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .is-pc .pageTop a:hover{
    opacity: 0.5;
  }
  .sp{
    display: none !important;
  }
}
.sp{
  display: none;
}

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

  .pc{ display: none !important; }
  .sp{ display: block; }
  img{ width: 100%; }

  #info{
    padding: 60px 20px 0;
  }
  /* -------------------------------------
    header
  ------------------------------------- */
  .header{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 2px solid #ededed;
    -webkit-transform:translate3d(0,0,0);
  }
  .header.is-absolute{
    position: absolute;
  }
  .header.is-menuOpen{
    border-bottom: none;
  }
  .header .logo a{
    display: block;
    padding: 16px 8px;
    line-height: 1;
  }
  .header .menuBtn{
    display: block;
    padding: 16px 12px 16px 16px;
    line-height: 1;
  }
  .header.is-menuOpen .menuBtn{
    padding: 16px 12px 11px 16px;
  }
  .header .menuBtn .on,
  .header.is-menuOpen .menuBtn img{
    display: none;
  }
  .header.is-menuOpen .menuBtn .on{
    display: block;
  }
  .header .headerInner{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
  }
  .header .headerInner .menuBtnWrap,
  .header .headerInner .logo,
  .header .headerInner .header-logo,
  .header .headerInner h1{
    display: table-cell;
    vertical-align: top;
  }
  .header .headerInner .menuBtnWrap{
    width: 48px;
    box-sizing: border-box;
  }
  .header .headerInner .logo{
    width: 48px;
    background-color: #fff;
    box-sizing: border-box;
  }
  .header h1,
  .header .header-logo{
    width: auto;
    padding-top: 16px;
    margin: 0 auto;
  }

h1.header-logo {}
  .header h1 img,
  .header .header-logo img{
    width: 215px;
  }
  .headerMenu{
    display: none;
  }
  .headerMenu .searchWrap{
    display: block;
    padding: 0 15px 12px;
    box-sizing: border-box;
  }
  .headerMenu .searchinput input{
    width: 100%;
    height: 36px;
    padding: 2px 34px 0 15px;
    border: 1px solid #ccc;
    background: url(/i/docs/csr/2017/images/btn_icon_search_sp.png) 98% center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
  }
  .headerMenuLink{
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .spMainLink{
    padding-bottom: 100px;
    background-color: #ededed;
  }
  .headerMenu .iconLink{
    padding-right: 20px;
    font-weight: bold;
  }
  .searchWrap .iconBtn.searchBtn,
  .searchWrap .cloceBtnWrap{
    display: none;
  }

  /* -------------------------------------
    TEXT
  ------------------------------------- */

  /* 見出し */
.ttl-lv1{
    margin: 0 auto 38px;
    padding-top: 36px;
    font-size: 20px;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Helvetica,Arial;
    font-weight: bold;
  }
  h1.pageName{
    margin-bottom: 26px;
  }
  h1.pageName > span{
    display: block;
    margin-bottom: 22px;
    font-size: 12px;
    letter-spacing: 0;
  }
  h1.pageName > span span:after{
    bottom: -4px;
  }
  h2{
    margin: 40px auto 36px;
  }

  h3{
    margin: 20px auto;
  }

  /* bodytext */
  .emphasisText{
    font-size: 16px;
  }
  .section .text{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section .subText{
    font-size: 14px;
  }

  /* CAPTION */
  .colWrap{
    overflow: visible;
    margin: 0;
  }

  .colWrap .img{
    margin-bottom: 8px;
  }
  .colWrap .caption{
    font-weight: bold;
    text-align: center;
  }
  .colWrap .col{
    float: none;
    padding: 0;
    margin: 0 0 20px;
  }
  .colWrap .col2,
  .colWrap .col3,
  .colWrap .col3_2,
  .colWrap .col4{
    width: 100%;
  }

  /* -------------------------------------
    LINK
  ------------------------------------- */
  .link{
    padding-left: 24px;
    background: url(/i/docs/csr/2017/images/icon_arrow_s_right_sp.png) left 0.2em no-repeat;
    background-size: 13px;
  }
  .iconBlank{
    background: url(/i/docs/csr/2017/images/icon_link_blank_sp.png) left 0.2em no-repeat;
    background-size: 14px;
  }
  .iconPdf{
    background: url(/i/docs/csr/2017/images/icon_pdf.png) left 0.1em no-repeat;
    background-size: 14px auto;
  }
  /* -------------------------------------
  BUTTON
  ------------------------------------- */
  .btnWrap{
    padding: 0 7.3%;
  }
  .btn{
    padding: 6px 12px 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .indexBtnWrap{
    margin: 0 -15px;
  }
  .indexBtnWrap .accordionIndexBtn{
    display: block;
    height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    background-color: #666;
  }
  .indexBtnWrap .accordionIndexBtn span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    background: url(/i/docs/csr/2017/images/icon_arrow_white_l_top_sp.png) left 13px no-repeat;
    background-size: 15px;
  }
  .indexBtnWrap.is-indexActive .accordionIndexBtn span{
    background: url(/i/docs/csr/2017/images/icon_arrow_white_l_bottom_sp.png) left 13px no-repeat;
    background-size: 15px;
  }

  .moreLinkWrap .linkBtn{
    font-size: 16px;
  }
  .moreBtnWrap .moreBtn{
    display: block;
    margin-top: 12px;
    padding: 0 8px;
    font-size: 16px;
  }
  .moreBtnWrap .moreBtn span{
    padding-right: 24px;
    background: url(/i/docs/csr/2017/images/icon_arrow_l_bottom_sp.png) right center no-repeat;
    background-size: 16px;
  }
  .moreBtnWrap .moreBtnL,
  .moreLinkWrap .moreLinkL{
    margin-top: 12px;
  }
  .linkList{
    margin: 0 -15px 40px;
  }
  .linkBtn{
    background: url(/i/docs/csr/2017/images/icon_arrow_s_right_sp.png) right center no-repeat;
    background-size: 13px;
  }
  .emphasisLink{
    padding-top: 18px;
  }
  a.emphasisLink,
  .emphasisLink a{
    background: url(/i/docs/csr/2017/images/icon_arrow_l_right_sp.png) right center no-repeat;
    background-size: 16px;
  }
  .linkList li.emphasisLink,
  .linkList.linkListL li.emphasisLink{
    margin-bottom: 18px;
    padding-top: 18px;
  }
  .linkList.linkListL li,
  .linkList li{
    margin-top: 16px;
    padding: 16px 15px 0;
  }
  .linkList li:first-child{
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none;
  }
  .linkList li a{
    display: block;
  }

  .accordionWrap{
    margin: 0 -15px;
    border-bottom: 1px solid #000;
  }
  .accordionWrap.is-active{
    border-bottom: none;
  }
  .accordionWrap h1{
    margin: 0;
    padding: 0;
  }
  .accordionWrap h1.pageName{
    padding-top: 36px;
  }
  .accordionWrap h1 .accordionBtn span{
    font-size: 20px;
  }
  .accordionWrap h1 .accordionBtn span:after{
    content: none;
  }
  .accordionWrap .accordionContents{
    display: none;
    background-color: #ededed;
  }
  .accordionBtn{
    display: block;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: bold;
  }
  .accordionWrap h1.pageName .accordionBtn{
    padding-top: 12px;
  }
  .accordionBtn span{
    display: block;
    vertical-align: top;
    background: url(/i/docs/csr/2017/images/icon_arrow_l_bottom_sp.png) right center no-repeat;
    background-size: 16px;
  }
  .accordionWrap.is-active .accordionBtn span{
    background: url(/i/docs/csr/2017/images/icon_arrow_l_top_sp.png) right center no-repeat;
    background-size: 16px;
  }
  .accordionContents ul{
    padding-top: 1px;
    padding-bottom: 32px;
  }
  .accordionContents li{
    margin-top: 32px;
  }
  .accordionContents .ancLink{
    display: block;
    padding: 0 15px;
  }

  .tagAccordionWrap{
    border-bottom: none;
    background-color: #ededed;
  }
  .tagAccordionWrap .accordionBtn{
    height: 56px;
    padding: 0 15px;
    line-height: 56px;
  }
  .tagAccordionWrap span span,
  .tagAccordionWrap.accordionWrap.is-active .accordionBtn span span{
    display: inline-block;
    vertical-align: middle;
    background: none;
  }
  .tagAccordionWrap .colon{
    padding: 0 3px;
    font-weight: normal;
  }
  .tagAccordionWrap .tagList .tag{
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
  }
  .tagAccordionWrap .tagList.effortList .tag{
    background-color: #dadada;
  }
  .tagAccordionWrap.accordionWrap.is-active .accordionBtn .tagList{
    display: none;
  }
  .tagAccordionWrap .accordionContents .tagList li{
    margin: 0 8px 8px 0;
  }
  .tagAccordionWrap .accordionContents .tagList{
    padding: 0 15px 12px;
  }
  .tagAccordionWrap .accordionContents .tagList .tag{
    height: 23px;
    color: #666;
    font-size: 12px;
    line-height: 23px;
    border-color: #666;
    background-color: transparent;
  }
  .tagAccordionWrap .accordionContents .tagList .tag.is-active{
    color: #fff;
    background-color: #666;
  }


  /* -------------------------------------
  ICON BUTTON
  ------------------------------------- */
  .iconBtn img.sp{
    display: inline-block;
  }
  .crossBtn{
    width: 37px;
    height: 36px;
    padding: 8px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
  }
  .cloceBtn,
  .threeLinesBtn,
  .threeLinesBtn,
  .arrowTopBtnLL{
    width: 20px;
  }
  .ffBtn,
  .twBtn{
    width: 32px;
  }
  .arrowLeftBtnL,
  .arrowRightBtnL,
  .arrowTopBtnL,
  .arrowBottomBtnL{
    width: 16px;
  }
  .arrowLeftBtn,
  .arrowRightBtn,
  .arrowTopBtn,
  .arrowBottomBtn{
    width: 13px;
  }

  .iconNum{
    width: 36px;
  }
  .iconNumS{
    width: 24px;
  }
  .iconNumSS{
    width: 20px;
  }
  .box{
    margin: 0 -15px;
    padding: 12px 15px 2px;
  }
  .boxGr{
    background-color: #ededed;
  }

  /* -------------------------------------
  TAG BUTTON
  ------------------------------------- */
  .tagBox{

    text-align: center;
    padding: 4px 13px;
    margin-bottom: 20px;
  }
  .tagBoxList li{
    width: 49%;
    margin: 2px 0.5%;
  }
  .tagBox .tagBtn{
    padding: 0;
  }
  .tagBox .tagBtn .pcTxt{
    display: none;
  }

  .tagListL li{
    margin: 0 4px 4px 0;
  }
  .tagListL .tagL{

    width: 145px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .tagListL .tagL.is-active{
    color: #f03;
    border: 1px solid #f03;
    background-color: #fff;
  }

  .selectTagList.tagList .tag{
    height: 23px;
    font-size: 12px;
    line-height: 23px;
  }
  .selectTagList.tagList li{
    margin: 0 8px 8px 0;
  }

  /* -------------------------------------
    PAGENATION
  ------------------------------------- */

  .pagerWrap{
    margin: 0 15px;
  }
  .pagerWrap .pagerList,
  .pagerWrap .prevBtn,
  .pagerWrap .nextBtn{
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
  }
  .pagerWrap .pagerList li{
    margin: 0;
  }
  .pagerWrap .pagerList li:first-child{
    margin-left: 0;
  }
  .pagerWrap .pagerList li:last-child{
    margin-right: 0;
  }
  .pagerWrap .pagerList li a.is-active{
    margin: 0 4px;
  }
  .pagerWrap .pagerList li a,
  .pagerWrap .prevBtn,
  .pagerWrap .nextBtn{
    font-size: 16px;
  }
  .pagerWrap .prevBtn{
    float: left;
  }
  .pagerWrap .prevBtn a{
    padding-left: 20px;
    background: url(/i/docs/csr/2017/images/icon_arrow_l_left_sp.png) left 0.25em no-repeat;
    background-size: 16px;
  }
  .pagerWrap .nextBtn{
    float: right;
  }
  .pagerWrap .nextBtn a{
    padding-right: 20px;
    background: url(/i/docs/csr/2017/images/icon_arrow_l_right_sp.png) right 0.25em no-repeat;
    background-size: 16px;
  }
  .pagerWrap .pcTxt{
    display: none;
  }

  .pageNationBox{
    height: 48px;
    margin: 40px 0 0;
    padding: 0;
    box-sizing: border-box;
  }
  .pageNationBox .indexBtn{
    display: block;
  }
  .pageNationBox .indexBtn{
    display: block;
    position: static;
    top: 0;
    left: 0;
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  .pageNationBox .indexBtn a{
    display: block;
    height: 48px;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    background: url(/i/docs/csr/2017/images/icon_arrow_l_red_left_sp.png) 12px center no-repeat #f6f6f6;
    background-size: 16px;
  }
  .pageNationWrap .pagerWrap .pagerList{
    letter-spacing: -0.4em;
  }
  .slideWrap{
    overflow: hidden;
    margin: 0 -15px;
    padding: 16px 0;
  }
  .slideWrap .slideBtn a{
    width: 47px;
  }

  /* -------------------------------------
    TABLE
  ------------------------------------- */
  .table,
  .table tbody,
  .table tbody tr,.table th,.table td{
    display: block;
    width: 100%;
  }
  .table tbody tr{
    overflow: hidden;
  }
  .table th,.table td{
    float: left;
    padding: 14px 12px 10px;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .table th{
    text-align: center;
    background-color: #ffd4d8;
  }
  .table.table_type2 tr{
    margin-bottom: 12px;
  }
  .table.table_type2 tr:nth-child(even) th:first-child,
  .table.table_type2 tr:nth-child(odd) th:first-child{
    background-color: #ffd4d8;
    text-align: center;
  }
  .table.table_type2 tr:nth-child(even) td,
  .table.table_type2 tr:nth-child(odd) td{
    background-color: #ededed;
  }
  .table.table_type2 tr th.sp{
    background-color: #dadada;
    text-align: center;
  }
  .row2TableWrap .table.row2Table.afterTable,
  .row2TableWrap .table.row2Table,
  .row2TableWrap .table.row2Table tbody,
  .row2TableWrap .table.row2Table tr{
    display: table;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
  }
  .row2TableWrap .table.row2Table tr{
    margin-bottom: 0;
  }
  .row2TableWrap .table.row2Table th,
  .row2TableWrap .table.row2Table td{
    display: table-cell !important;
    vertical-align: top;
    float: none;
  }
  .row2TableWrap .table.row2Table th.pc,
  .row2TableWrap .table.row2Table td.pc{
    display: none !important;
  }
  .table.table_type2.row2Table thead tr th:first-child,
  .table.table_type2.row2Table tbody tr th:first-child{
    width: 114px !important;
    border-right: 1px solid #fff;

  }
  .row2TableWrap .table.row2Table th{
    width: auto;
  }
  .row2TableWrap .table.row2Table{
    margin-bottom: 12px;
  }


  /* -------------------------------------
    content
  ------------------------------------- */
  .contents{
    position: relative;
    z-index: 1;
    padding: 52px 15px 0;
  }
  .is-pc .contents,
  .is-tab .contents,
  .is-sp .contents{
    padding: 52px 15px 0;
  }
  .is-emg .contents{
    padding: 40px 15px 0;
  }
  .contents{
    padding: 40px 15px 0;
  }

  /* -------------------------------------
    challengWrap
  ------------------------------------- */
  .challengWrap{
    margin: 0 -15px;
  }
  .challengWrap .ttl-lv1{
    margin-bottom: 30px;
    padding-top: 40px;
    font-size: 18px;
  }
  .challengWrap .ttl-lv1 span:after{
    bottom: -11px;
    height: 1px;
  }
  .challengListWrap{
    letter-spacing: -0.4em;
  }
  .challengWrap .challengList{
    width: 100%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .challengWrap .challengListTitle{
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
  }
  .challengWrap .iconNum{
    width: 100%;
    margin-bottom: 26px;
  }
  .challengWrap .readTxt{
    margin-bottom: 28px;
  }
  .challengWrap .article{
    overflow: hidden;
    margin-bottom: 20px;
  }
  .challengWrap .articleList .img{
    width: 21.75%;
    height: auto;
    margin-right: 4.4%;
  }
  .challengWrap .articleList .txtWrap{
    margin-left: 26.15%;
  }
  .challengWrap .articleList .articleTitle{
    margin-bottom: 10px;
    font-size: 16px;
  }
  .challengWrap .taglist .tag{
    margin: 1px 4px 4px 0;
  }
  .challengWrap .articleIndexLink a{
    font-size: 16px;
    padding: 15px 24px 13px 0;
    background: url(/i/docs/csr/2017/images/icon_arrow_s_right_sp.png) right center no-repeat;
    background-size: 13px;
  }
  .challengList .iconNum:after{
    width: 10.5%;
    max-height: 80px;
  }
  .challengList .iconNum01:after{
    background: url(/i/docs/csr/2017/images/icon_num_l_01_sp.png) center center no-repeat;
    background-size: contain;
  }
  .challengList .iconNum02:after{
    background: url(/i/docs/csr/2017/images/icon_num_l_02_sp.png) center center no-repeat;
    background-size: contain;
  }
  .challengList .iconNum03:after{
    background: url(/i/docs/csr/2017/images/icon_num_l_03_sp.png) center center no-repeat;
    background-size: contain;
  }
  .challengList .iconNum04:after{
    background: url(/i/docs/csr/2017/images/icon_num_l_04_sp.png) center center no-repeat;
    background-size: contain;
  }

  /* -------------------------------------
    footer SpHeaderMenu
  ------------------------------------- */
  .footer{
    position: relative;
    z-index: 1;
    padding: 0;
    border-top: 1px solid #ccc;
    background-color: #dadada;
  }
  .siteMap{
    margin: 0;
    padding: 0;
  }
  .headerMenu a,
  .siteMap a{
    display: block;
    margin: 0;
    padding: 20px 15px;
    font-size: 16px;
  }
  .headerMenu .spMainLink > li,
  .siteMap .spMainLink > li{
    border-bottom: 1px solid #ccc;
  }
  .headerMenu .numList .iconNum span,
  .siteMap .numList .iconNum span{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-top: -0.3em;
    margin-right: 8px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
  }
  .headerMenu .iconLink,
  .siteMap .iconLink{
    display: block;
    background: url(/i/docs/csr/2017/images/icon_arrow_l_right_sp.png) right center no-repeat;
    background-size: 16px;

  }
  .spSwitchLang a{
    padding-top: 3px;
    padding-bottom: 15px;
    text-align: right;
    color: #ff0020;
  }
  .footerInner{
    padding: 0 0 70px;
  }
  .spFooterlogo{
    margin-top: 20px;
  }
  .spFooterlogo a{
    display: block;
    width: 74px;
    margin: 0 auto 8px;
  }
  .footerInner ul{
    margin-bottom: 0;
    text-align: left;
  }
  .footerInner ul li{
    display: block;
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  .footerInner ul li:first-child,
  .footerInner ul li:last-child{
    border-right: none;
    border-left: none;
  }
  .footerInner ul li a{
    display: block;
    padding: 15px;

    font-size: 14px;
  }
  .footerInner a span{
    position: relative;
    z-index: 1;
    display: block;
    padding-right: 20px;
    background: url(/i/docs/csr/2017/images/icon_arrow_s_right_sp.png) right center no-repeat;
    background-size: 13px;
  }
  .copyRight{
    margin-top: 0;
  }
  .footerInner .lang-btn {
    margin: 2em auto;
    text-align: center;
  }
  /* -------------------------------------
    pagetop
  ------------------------------------- */
  .pageTop{
    left: auto;
    right: 8px;
    bottom: 8px;
    width: 60px;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* -------------------------------------
    8000-001
  ------------------------------------- */
  .notCompatible h1{
    width: 50%;
    margin: 0 auto 38px;
  }


}
