@charset "UTF-8";
/*
common
------------------------------------------------*/
.largeHeadline{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px){
  .largeHeadline{
    font-size: 2.4rem;
  }
}
.largeHeadline:after{
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 20px;
}
@media screen and (max-width: 750px){
  .largeHeadline:after{
    width: 30px;
    height: 2px;
    margin-top: 10px;
  }
}
.largeHeadline.is-white{
  color: #fff;
}
.largeHeadline.is-white:after{
  background: #fff;
}
.largeHeadline.is-black{
  color: #000;
}
.largeHeadline.is-black:after{
  background: #000;
}

.smallHeadline{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px){
  .smallHeadline{
    font-size: 1.3rem;
  }
}
.smallHeadline:after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  margin-top: 10px;
}
@media screen and (max-width: 750px){
  .smallHeadline:after{
    width: 15px;
    margin-top: 5px;
  }
}
.smallHeadline.is-orange{
  color: #ff6d41;
}
.smallHeadline.is-orange:after{
  background: #ff6d41;
}
.smallHeadline.is-yellow{
  color: #ff9623;
}
.smallHeadline.is-yellow:after{
  background: #ff9623;
}
.smallHeadline.is-lightgreen{
  color: #00c7b7;
}
.smallHeadline.is-lightgreen:after{
  background: #00c7b7;
}

/*
topics
------------------------------------------------*/
.topics-list{
  position: relative;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.topics-list.is-large{
  height: 490px;
}
@media screen and (max-width: 750px){
  .topics-list.is-large{
    padding-top: 15px;
    height: 250px;
  }
}
.topics-list.is-large:before{
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: 1;
}
@media screen and (min-width: 751px){
  .topics-list.is-large:before{
    left: 1px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 750px){
  .topics-list.is-large:before{
    height: 20px;
  }
}
.topics-list.is-large:after{
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  bottom: 40px;
  width: 100%;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  z-index: 1;
}
@media screen and (max-width: 750px){
  .topics-list.is-large:after{
    height: 20px;
    bottom: 20px;
  }
}

.topics-item{
  padding: 0 20px;
}
@media screen and (max-width: 750px){
  .topics-item{
    padding: 0 10px;
  }
}
.topics-item.is-attention{
  background: #fff9d2;
}

.topics-item .topics-title + .topics-title {
  margin-top: .8em;
}

@media screen and (min-width: 751px){
  .topics-2col{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 750px){
  .topics-2col{
    margin: 0 20px;
  }
}

.topics-2col-colWrap{
  background: #fff;
  border-top-width: 3px;
  border-style: solid;
}
@media screen and (min-width: 751px){
  .topics-2col-colWrap{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px){
  .topics-2col-colWrap{
    border: 1px solid #dcdcdc;
    border-top-width: 2px;
    margin-bottom: 30px;
  }
}
.topics-2col-colWrap:first-child{
  border-top-color: #ff6d41;
}
@media screen and (min-width: 751px){
  .topics-2col-colWrap:first-child .topics-2col-inner{
    margin: 0 0 0 auto;
  }
}
.topics-2col-colWrap:last-child{
  border-top-color: #ff9623;
}
@media screen and (min-width: 751px){
  .topics-2col-colWrap:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .topics-2col-colWrap:last-child{
    margin-bottom: 0;
  }
}

@media screen and (min-width: 751px){
  .topics-2col-inner{
    width: 455px;
  }
}

.topics-2col-col{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.topics-2col-headline{
  padding: 30px;
}
@media screen and (max-width: 750px){
  .topics-2col-headline{
    padding: 15px;
  }
}

@media screen and (max-width: 750px){
  .topics-2col-list{
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 751px){
  .topics-info{
    margin-bottom: 7px;
  }
}

.topics-soon{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*
スクロールバー
------------------------------------------------*/
/* 全体 */
.jspContainer{
  overflow: hidden;
  position: relative;
}

/* スクロールバーを除いたエリア */
.jspPane{
  position: absolute;
}

/* 縦スクロールバー */
.jspVerticalBar{
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
  margin-top: 4px;
}

/* 横スクロールバー */
.jspHorizontalBar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

/* 背景 */
.jspTrack{
  background: #fff;
  position: relative;
}

/* ノブ */
.jspDrag{
  background: #c3c3c3;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 2.5px;
  margin-right: 4px;
}

.jspHorizontalBar .jspTrack , .jspHorizontalBar .jspDrag{
  float: left;
  height: 100%;
}

/*
mainvisual
------------------------------------------------*/
.mainvisual-slider{
  height: 500px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s linear;
}
@media screen and (max-width: 750px){
  .mainvisual-slider{
    height: 285px;
  }
}
.mainvisual-slider .slick-dots{
  max-width: 300px;
  margin: 0 auto;
  right: 0;
  left: 0;
}
@media screen and (max-width: 750px){
  .mainvisual-slider .slick-dots{
    bottom: 20px;
  }
}

.mainvisual-slider.slick-initialized{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mainvisual-item{
  position: relative;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 750px){
  .mainvisual-item{
    height: 285px;
  }
}
.mainvisual-item.is-01 .mainvisual-bg{
  background-image: url("/contents/assets/images/top/mainvisual_slider_01_bg.jpg");
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-01 .mainvisual-bg{
    background-image: url("/contents/assets/images/top/mainvisual_slider_01_bg_sp.jpg");
  }
}
@media screen and (min-width: 751px){
  .mainvisual-item.is-01 .mainvisual-textarea{
    width: 790px;
    top: 46%;
  }
}
.mainvisual-item.is-01 .mainvisual-logo{
  text-align: left;
  margin-bottom: 40px;
  width: 172px;
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-01 .mainvisual-logo{
    width: 94px;
    margin: 0 auto 5px;
  }
}
.mainvisual-item.is-01 .mainvisual-title{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 28px;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-01 .mainvisual-title{
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
.mainvisual-item.is-01 .mainvisual-title .is-red{
  color: #d00e31;
}
.mainvisual-item.is-01 .mainvisual-title .is-large{
  font-size: 62px;
  font-size: 6.2rem;
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-01 .mainvisual-title .is-large{
    font-size: 3.4rem;
  }
}
.mainvisual-item.is-01 .mainvisual-lead{
  /* font-family: "Noto Sans", sans-serif; */
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-01 .mainvisual-lead{
    font-size: 1.4rem;
  }
}
.mainvisual-item.is-02 .mainvisual-bg{
  transition: all .3s ease;
  background-image: url("/contents/assets/images/top/mainvisual_slider_02_bg.jpg");
  transition: all .3s ease;
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-02 .mainvisual-bg{
    background-image: url("/contents/assets/images/top/mainvisual_slider_02_bg_sp.jpg");
  }
}
.mainvisual-item.is-02 .mainvisual-title{
  transition: all .3s ease;
}
@media screen and (min-width: 751px){
  .mainvisual-item.is-02 .mainvisual-title{
    width: 940px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-02 .mainvisual-title{
    position: absolute;
    max-width: 375px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 350px){
  .mainvisual-item.is-02 .mainvisual-title{
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    bottom: auto;
  }
}
.mainvisual-item.is-02 a:hover .mainvisual-title{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.mainvisual-item.is-02 a:hover .mainvisual-bg{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.mainvisual-item.is-03 .mainvisual-bg{
  background-image: url("/contents/assets/images/top/mainvisual_slider_03_bg.jpg");
}
@media screen and (max-width: 750px){
  .mainvisual-item.is-03 .mainvisual-bg{
    background-image: url("/contents/assets/images/top/mainvisual_slider_03_bg_sp.jpg");
  }
}
.mainvisual-item a{
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px){
  .mainvisual-item .pc{
    display: none;
  }
}
@media screen and (min-width: 751px){
  .mainvisual-item .sp{
    display: none;
  }
}

.mainvisual-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainvisual-textarea{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

/*
mypage
------------------------------------------------*/
.mypage-block{
  position: relative;
}
/* .mypage-block.is-02{
  padding-top: 60px;
  } */

@media screen and (max-width: 750px){
/*   .mypage-block.is-02{
    padding-top: 30px;
  } */
}
.mypage-block.is-02:before{
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background: url("/contents/assets/images/top/mypage_02_bg.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 750px){
  .mypage-block.is-02:before{
    height: 100px;
    background: url("/contents/assets/images/top/mypage_02_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.mypage-block.is-02:after{
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background: #f6f6f6;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 750px){
  .mypage-block.is-02:after{
    height: 60px;
    top: 100px;
  }
}


.mypage-obj{
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 750px){
  .mypage-obj{
    width: 150px;
  }
}
.mypage-obj.is-01{
  top: -340px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 750px){
  .mypage-obj.is-01{
    top: 105px;
  }
}
.mypage-obj.is-02{
  bottom: 90px;
  right: 0;
}
@media screen and (max-width: 750px){
  .mypage-obj.is-02{
    bottom: 190px;
  }
}
.mypage-obj.is-03{
  bottom: 90px;
  left: 0;
}
@media screen and (max-width: 750px){
  .mypage-obj.is-03{
    bottom: auto;
    top: -130px;
  }
}
@media screen and (max-width: 750px){
  .mypage-obj.is-pc{
    display: none;
  }
}
@media screen and (min-width: 751px){
  .mypage-obj.is-sp{
    display: none;
  }
}

.mypage-box{
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
  z-index: 1;
}
.mypage-box-headline{
  padding: 20px 30px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 750px){
  .mypage-box-headline{
    padding: 10px 15px;
  }
}

/*
welcome
------------------------------------------------*/
.welcome{
  padding: 30px 0;
}
@media screen and (max-width: 750px){
  .welcome{
    padding: 15px 0;
  }
}
.welcome .inner{
  position: relative;
}
.welcome-info{
  padding-right: 150px;
}
@media screen and (max-width: 750px){
  .welcome-info{
    padding-right: 135px;
  }
}
.welcome-company{
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px){
  .welcome-company{
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.welcome-name{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px){
  .welcome-name{
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 751px){
  .welcome-name .sub{
    margin-left: 60px;
  }
}
@media screen and (max-width: 750px){
  .welcome-name span{
    display: block;
    margin-top: 6px;
  }
}
.welcome-logout{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 140px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 750px){
  .welcome-logout{
    width: 105px;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
}
.welcome-logout a{
  display: block;
  width: 100%;
  height: 100%;
  background: #a0a0a0;
  color: #fff;
  transition: all .3s ease;
  cursor: pointer;
}
.welcome-logout a:hover{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
activity
------------------------------------------------*/
.activity{
  font-size: 0;
  position: relative;
}
.activity-col{
  margin-right: 30px;
}
@media screen and (min-width: 751px){
  .activity-col{
    width: 455px;
    display: inline-block;
    vertical-align: top;
  }
  .activity-col:last-child{
    margin-right: 0;
  }
}
@media screen and (max-width: 750px){
  .activity-col{
    width: 100%;
    margin: 0 auto;
  }
}
.activity-headline-txt{
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 58px;
  /* font-family: "NotoSansCJKjp-Medium"; */
  z-index: 1;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px){
  .activity-headline-txt{
    font-size: 1.7rem;
    line-height: 36px;
  }
}
.activity-headline-bg{
  position: relative;
}
@media screen and (max-width: 750px){
  .activity-headline-bg{
    display: none;
  }
}
.activity-headline-large{
  margin-bottom: 15px;
}
@media screen and (max-width: 750px){
  .activity-headline-large{
    position: relative;
    margin: 0 auto 25px;
    width: 100%;
    height: 36px;
    background: url("/contents/assets/images/top/activity_headline_sp.png") no-repeat center center;
    background-size: cover;
  }
  .activity-headline-large:after{
    content: "";
    display: block;
    background: url("/contents/assets/images/top/activity_headline_btn_sp.png") no-repeat center center;
    background-size: 15px auto;
    width: 15px;
    height: 12px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.activity-headline-img{
  margin-bottom: -18px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px){
  .activity-headline-img{
    width: 100%;
    height: 36px;
    background: url("/contents/assets/images/top/activity_headline_sp.png") no-repeat center center;
    background-size: cover;
  }
  .activity-headline-img:after{
    content: "";
    display: block;
    background: url("/contents/assets/images/top/activity_headline_btn_sp.png") no-repeat center center;
    background-size: 15px auto;
    width: 15px;
    height: 12px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.activity-subtitle{
  width: 250px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 750px){
  .activity-subtitle{
    width: 185px;
    height: 27px;
    line-height: 27px;
    padding-left: 15px;
    font-size: 1.3rem;
  }
}
.activity-subtitle.is-g5{
  background: #ff6f72;
}
.activity-subtitle.is-g5:after{
  border-color: transparent transparent transparent #ff6f72;
}
.activity-subtitle.is-partner{
  background: #67cbff;
}
.activity-subtitle.is-partner:after{
  border-color: transparent transparent transparent #67cbff;
}
.activity-subtitle:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 0 34px;
}
@media screen and (max-width: 750px){
  .activity-subtitle:after{
    right: -27px;
    border-width: 27px 0 0 27px;
  }
}
.activity-list{
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 751px){
  .activity-list.is-large{
    height: 407px;
  }
}
.activity-list.is-short{
  height: 202px;
}
@media screen and (max-width: 750px){
  .activity-list.is-short{
    height: 120px;
  }
}

/*
your_activity
------------------------------------------------*/
.your_activity{
  z-index: 2;
}
@media screen and (max-width: 750px){
  .your_activity{
    padding-bottom: 30px;
  }
  .your_activity .activity-col{
    margin-bottom: 30px;
  }
  .your_activity .activity-col:last-child{
    margin-bottom: 0;
  }
}

/*
kyoso_activity
------------------------------------------------*/
.kyoso_activity{
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("/contents/assets/images/top/mypage_03_bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.kyoso_activity .inner{
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px){
  .kyoso_activity{
    padding-top: 30px;
    padding-bottom: 30px;
    background: url("/contents/assets/images/top/mypage_03_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .kyoso_activity .activity-col{
    margin-bottom: 15px;
  }
  .kyoso_activity .activity-col:last-child{
    margin-bottom: 0;
  }
}

/*
スクロールバー
------------------------------------------------*/
/* 全体 */
.jspContainer{
  overflow: hidden;
  position: relative;
}

/* スクロールバーを除いたエリア */
.jspPane{
  position: absolute;
}

/* 縦スクロールバー */
.jspVerticalBar{
  position: absolute;
  top: 0;
  right: 0;
  width: 9px;
  height: 100%;
}

/* 横スクロールバー */
.jspHorizontalBar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

/* 背景 */
.jspTrack{
  background: #fff;
  position: relative;
}

/* ノブ */
.jspDrag{
  background: #c3c3c3;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 2.5px;
  margin-right: 4px;
}

.jspHorizontalBar .jspTrack , .jspHorizontalBar .jspDrag{
  float: left;
  height: 100%;
}

@media screen and (min-width: 751px){
  .is-tablet .activity-subtitle:after{
    right: -33px;
  }
}

/*
survey
------------------------------------------------*/
.survey{
  background: #f6f6f6;
}
.survey-headline{
  font-size: 0;
}
.survey-headline span{
  display: inline-block;
  vertical-align: middle;
}
.survey-headline-icon{
  margin-right: 10px;
}
.survey-headline-icon img{
  width: 23px;
}
@media screen and (max-width: 750px){
  .survey-headline-icon img{
    width: 18px;
  }
}
.survey-headline-txt{
  font-size: 18px;
  font-size: 1.8rem;
  /* font-family: "NotoSansCJKjp-Medium"; */
}
@media screen and (max-width: 750px){
  .survey-headline-txt{
    font-size: 1.3rem;
  }
}
.survey-item{
  border-bottom: 1px dotted #dcdcdc;
  margin: 0 20px;
  padding: 20px 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 751px){
  .survey-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px){
  .survey-item{
    margin: 0;
    padding: 10px 15px;
  }
}
.survey-item:last-child{
  border-bottom: none;
}
@media screen and (min-width: 751px){
  .survey-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
}
.survey-date{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85;
  color: #898989;
}
@media screen and (min-width: 751px){
  .survey-date{
    width: 125px;
  }
}
@media screen and (max-width: 750px){
  .survey-date{
    font-size: 1.1rem;
    line-height: 1.6;
    float: left;
  }
}
.survey-title{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 751px){
  .survey-title{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 750px){
  .survey-title{
    font-size: 1.2rem;
    margin-left: 85px;
  }
  .survey-title:after{
    clear: both;
    content: "";
    display: block;
  }
}
.survey-title span{
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px){
  .survey-title span{
    font-size: 1.1rem;
    margin-bottom: 2px;
  }
}
.survey-answer{
  margin: 0 0 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px){
  .survey-answer{
    margin: 20px auto 0;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 751px){
  .survey-answer span , .survey-answer a{
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 750px){
  .survey-answer span , .survey-answer a{
    display: block;
  }
}
.survey-answer span{
  color: #d00f31;
}
@media screen and (min-width: 751px){
  .survey-answer span{
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px){
  .survey-answer span{
    margin-bottom: 10px;
  }
}
.survey-answer a{
  width: 140px;
  height: 34px;
  background: #000;
  color: #fff;
  line-height: 28px;
  border: 2px solid #000;
  transition: all .3s ease;
  box-sizing: border-box;
}
@media screen and (max-width: 750px){
  .survey-answer a{
    height: 25px;
    line-height: 22px;
    margin: 0 auto;
  }
}
.survey-answer a:hover{
  background: #fff;
  color: #000;
}

/*
contact
------------------------------------------------*/
.contact{
  background: #f6f6f6;
  padding-top: 30px;
}
@media screen and (max-width: 750px){
  .contact{
    margin-bottom: 30px;
  }
}
.contact-headline span{
  display: inline-block;
  vertical-align: middle;
}
.contact-headline-icon{
  margin-right: 5px;
}
@media screen and (max-width: 750px){
  .contact-headline-icon{
    position: relative;
    top: 2px;
  }
}
.contact-headline-icon img{
  width: 23px;
}
@media screen and (max-width: 750px){
  .contact-headline-icon img{
    width: 18px;
  }
}
.contact-headline-txt{
  font-size: 18px;
  font-size: 1.8rem;
  /* font-family: "NotoSansCJKjp-Medium"; */
}
@media screen and (max-width: 750px){
  .contact-headline-txt{
    font-size: 1.3rem;
  }
}
.contact-info{
  padding: 20px 30px;
}
@media screen and (min-width: 751px){
  .contact-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px){
  .contact-info{
    padding: 10px 15px;
  }
}
.contact-profile{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px){
  .contact-profile{
    font-size: 1.2rem;
  }
}
.contact-profile span{
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px){
  .contact-profile span{
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 751px){
  .contact-btn{
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 750px){
  .contact-btn{
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/*
news
------------------------------------------------*/
.news{
  background: #f8f8f8;
}
@media screen and (max-width: 750px){
  .news{
    margin-bottom: 30px;
  }
}
.news-largeHeadline{
  position: relative;
  z-index: 2;
  background: url("/contents/assets/images/top/news_headline_large_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 750px){
  .news-largeHeadline{
    background: url("/contents/assets/images/top/news_headline_large_bg_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 84px;
  }
}
.news-largeHeadline-txt{
  padding-top: 60px;
}
@media screen and (max-width: 750px){
  .news-largeHeadline-txt{
    padding-top: 28px;
  }
}

/*
recommend
------------------------------------------------*/
.recommend{
  background: url("/contents/assets/images/top/recommend_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px){
  .recommend{
    padding: 30px 0;
  }
}
.recommend-largeHeadline{
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .recommend-largeHeadline{
    margin-bottom: 20px;
  }
}
.recommend-slider{
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  max-width: 940px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 751px){
  .recommend-slider{
    /*height: 278px;*/
  }
}
@media screen and (max-width: 750px){
  .recommend-slider{
    margin-bottom: 20px;
  }
}
.recommend-list{
  /*
    margin: 0 0 0 auto;
    text-align: right;
    font-size: 0;
    */
}
@media screen and (max-width: 750px){
  .recommend-list{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .3s linear;
  }
  .recommend-list.slick-initialized{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
.recommend-item{
  /*width: 236px;  */
  width: 470px;
  display: inline-block;
  /*text-align: left;*/
  /*
    a{
      display: block;
      width: 100%;
      height: 100%;
      padding: 22px 30px 30px;
      box-sizing: border-box;
      @include mq-down(){
        //padding: 15px 15px 55px;
        padding: 15px 15px 50px;
      }
      &:hover{
        .recommend-title{
          text-decoration: underline;
        }
      }
    }
    */
}
.recommend-item:first-child .recommend-block{
  border-left: 1px solid #dcdcdc;
}
.recommend-item.is-end .recommend-cat:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
}
.recommend-item.is-end .recommend-cat span{
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
}
@media screen and (max-width: 750px){
  .recommend-item.is-end .recommend-cat span{
    right: -10px;
    border-width: 10px 0 10px 10px;
  }
}
.recommend-item.is-end .recommend-cat.is-lightgreen:after{
  border-left-color: rgba(155, 207, 31, .4);
}
.recommend-item.is-end .recommend-cat.is-orange:after{
  border-left-color: rgba(255, 150, 35, .4);
}
.recommend-item.is-end .recommend-block:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
}

.recommend-date{
  /* font-family: "NotoSansCJKjp-Medium"; */
  color: #898989;
  margin-bottom: 5px;
}
.recommend-title{
  font-size: 16px;
  font-size: 1.6rem;
  color: #004e72;
  line-height: 1.8;
  word-wrap: break-word;
}
@media screen and (max-width: 750px){
  .recommend-title{
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.recommend-cat{
  display: inline-block;
  height: 26px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px){
  .recommend-cat{
    font-size: 1rem;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
  }
}
.recommend-cat:after{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -13px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@media screen and (max-width: 750px){
  .recommend-cat:after{
    right: -10px;
    border-width: 10px 0 10px 10px;
  }
}
.recommend-cat.is-lightgreen{
  background: #9bcf1f;
}
.recommend-cat.is-lightgreen:after{
  border-left-color: #9bcf1f;
}
.recommend-cat.is-orange{
  background: #ff9623;
}
.recommend-cat.is-orange:after{
  border-left-color: #ff9623;
}
.recommend-cat.is-darkblue{
  background: #104b73;
}
.recommend-cat.is-darkblue:after{
  border-left-color: #104b73;
}
.recommend-arrow{
  position: absolute;
  top: 0;
  width: 40px;
  height: 90px;
  background: #000;
  text-align: center;
  top: 110px;
  z-index: 1;
  transition: all .3s ease;
}
@media screen and (max-width: 750px){
  .recommend-arrow{
    display: none;
  }
}
.recommend-arrow-wrap{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.recommend-arrow.is-left{
  left: 0;
}
.recommend-arrow.is-right{
  right: 0;
}
.recommend-arrow:hover{
  cursor: pointer;
  background: #898989;
}
.recommend-arrow img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
}

.recommend .btn{
  margin-bottom: 0;
}

.recommend-img a{
  transition: all .3s ease;
  display: block;
}
.recommend-img a:hover{
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
report
------------------------------------------------*/
.report{
  padding: 50px 0 50px;
  position: relative;
}
@media screen and (max-width: 750px){
  .report{
    background: #f6f6f6;
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 750px){
  .report:before{
    content: "";
    display: block;
    width: 100%;
    height: 128px;
    background: #fff;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px){
  .report .inner{
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.report:after{
  content: "";
  display: block;
  width: 100%;
  height: 176px;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 750px){
  .report:after{
    display: none;
  }
}
.report-headline{
  margin-bottom: 30px;
}
@media screen and (max-width: 750px){
  .report-headline{
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 751px){
  .report-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.report-item{
  width: 293px;
}
@media screen and (max-width: 750px){
  .report-item{
    background: #fff;
    margin: 0 8px;
    border: 1px solid #dcdcdc;
  }
}
.report-photo{
  margin-bottom: 15px;
}
@media screen and (max-width: 750px){
  .report-photo{
    margin-bottom: 10px;
  }
}
.report-photo img{
  width: 100%;
}
.report-desc{
  margin-bottom: 10px;
}
@media screen and (min-width: 751px){
  .report-desc{
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px){
  .report-desc{
    margin-bottom: 5px;
  }
}
.report-title{
  font-size: 16px;
  font-size: 1.6rem;
  /*line-height: 1.87;*/
  line-height: 1.5;
  margin-bottom: 15px;
  color: #d00f31;
}
@media screen and (max-width: 750px){
  .report-title{
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.report-profile{
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  line-height: 1.66;
}
@media screen and (max-width: 750px){
  .report-profile{
    padding: 8px 15px 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 751px){
  .report-profile-works{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .report-profile-name{
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.report-btn{
  font-size: 0;
  margin-top: 30px;
}
@media screen and (max-width: 750px){
  .report-btn{
    margin: 15px 15px 20px;
  }
}
.report-btn-item{
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  width: 134px;
  margin-right: 24px;
  line-height: 1;
}
@media screen and (max-width: 750px){
  .report-btn-item{
    font-size: 1.1rem;
    width: 46%;
    margin-right: 7.8%;
  }
}
.report-btn-item:last-child{
  margin-right: 0;
}
.report-btn-item a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.report-btn-item a:after{
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  bottom: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #d00f31;
  border-right: 2px solid #d00f31;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.report-btn-item a:hover{
  color: #d00f31;
  border-color: #d00f31;
}
.report-btn-item.is-movie a::before{
  content: "";
  display: inline-block;
  /*vertical-align: middle;*/
  vertical-align: bottom;
  background: url("/contents/assets/images/common/icon_movie.png") no-repeat left center;
  background-size: 26px auto;
  width: 26px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  /*top: -1px;*/
  top: 1px;
}
@media screen and (max-width: 750px){
  .report-btn-item.is-movie a::before{
    background-size: 19px auto;
    width: 19px;
    height: 12px;
  }
}
@media screen and (max-width: 750px){
  .report-info{
    padding: 0 15px 8px;
  }
}

/*
column
------------------------------------------------*/
.column{
  /* padding-top: 50px; */
  padding-bottom: 50px;
  position: relative;
  background: #f6f6f6;
}
@media screen and (max-width: 750px){
  .column{
    padding: 0 0 30px;
  }
}
.column:before{
  top: 403px;
}
.column:after{
  content: "";
  display: none;
  width: 100%;
  height: 403px;
  background: #f6f6f6 url("/contents/assets/images/column/kv.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 750px){
  .column:after{
    background: #f6f6f6 url("/contents/assets/images/top/column_bg_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 218px;
  }
}
.column-body{
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px){
  .column-body{
    margin: 0;
    width: 100%;
  }
}
.column-headline{
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .column-headline{
    margin: 0 20px 15px;
  }
}
.column-lead{
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .column-lead{
    margin: 0 20px 20px;
  }
}
.column-slider{
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s linear;
}
.column-slider.slick-initialized{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.column-item{
  width: 306px;
  background: #fff;
  margin: 0 5px;
}
@media screen and (max-width: 750px){
  .column-item{
    margin: 0 10px;
  }
}
.column-item a{
  display: block;
  width: 100%;
  height: 100%;
}
.column-titlearea{
  padding: 0 20px 20px;
  position: relative;
}
@media screen and (max-width: 750px){
  .column-titlearea{
    padding: 0 15px 15px;
  }
}
.column-cat{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 170px;
  height: 27px;
  color: #fff;
  line-height: 27px;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.column-cat.is-innovation{
  background: #7f1e88;
}
.column-cat.is-mirai{
  background: #0680d5;
}
.column-cat.is-innovation:after{
  border-color: transparent transparent transparent #7f1e88;
}
.column-cat.is-mirai:after{
  border-color: transparent transparent transparent #0680d5;
}
.column-cat:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 0 0 27px;
}
@media screen and (max-width: 750px){
  .column-cat{
    font-size: 1.3rem;
    width: 185px;
    margin-bottom: 10px;
  }
}
.column-new{
  /* font-family: "Noto Sans", sans-serif; */
  font-weight: 700;
  color: #d00f31;
  border: 1px solid #d00f31;
  border-radius: 2px;
  padding: 0 15px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 750px){
  .column-new{
    font-size: 1rem;
    padding: 0 10px;
    height: 15px;
    line-height: 15px;
  }
}
.column-date{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 14px;
  font-size: 1.4rem;
  color: #898989;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
@media screen and (min-width: 751px){
}
@media screen and (max-width: 750px){
  .column-date{
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 751px){
  .column-photo{
    height: 200px;
  }
}
.column-photo img{
  width: 100%;
}
.column-detail{
  padding: 14px 30px 30px;
}
@media screen and (max-width: 750px){
  .column-detail{
    padding: 10px 15px;
  }
}
.column-title{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #004e72;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 5.1em;
  margin-top: 5px;
}
@media screen and (max-width: 750px){
  .column-title{
    font-size: 1.2rem;
    line-height: 1.5;
    max-height: 4.5em;
  }
}
.column-txt{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.7em;
}
@media screen and (min-width: 751px){
  .column-txt{
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 750px){
  .column-txt{
    max-height: 4.8em;
  }
}
.column-btnwrap{
  margin-top: 50px;
}
@media screen and (min-width: 751px){
  .column-btnwrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 750px){
  .column-btnwrap{
    margin-top: 30px;
  }
}
.column-btn{
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 750px){
  .column-btn{
    margin: 0 auto 20px;
  }
  .column-btn:last-child{
    margin-bottom: 0;
  }
}

.slick-arrow{
  transition: all .3s ease;
}

@media screen and (min-width: 751px){
  .is-tablet .column:before{
    top: 402px;
  }
  .is-tablet .slick-prev{
    left: -20px;
  }
  .is-tablet .slick-next{
    right: -20px;
  }
}

/*
experience
------------------------------------------------*/
.experience{
  /* padding: 50px 0; */
}
@media screen and (max-width: 750px){
  .experience{
    /* padding: 30px 0; */
  }
}
@media screen and (max-width: 750px){
  .experience-headline{
    font-size: 2.1rem;
  }
}
.experience-lead{
  margin-top: 40px;
}
@media screen and (max-width: 750px){
  .experience-lead{
    margin-top: 15px;
  }
}
.experience-btn{
  margin-top: 40px;
}
@media screen and (max-width: 750px){
  .experience-btn{
    margin-top: 30px;
  }
}
.experience-linkarea{
  position: relative;
}
@media screen and (min-width: 751px){
  .experience-linkarea:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background: #f6f6f6;
    z-index: -1;
  }
}
@media screen and (max-width: 750px){
  .experience-linkarea .inner{
    margin: 0;
    width: 100%;
  }
}
.experience-link{
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media screen and (min-width: 751px){
  .experience-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 750px){
  .experience-link{
    margin-top: 30px;
  }
}
.experience-link-item{
  position: relative;
}
@media screen and (max-width: 750px){
  .experience-link-item{
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .experience-link-item:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px){
  .experience-link-item:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 95px;
    background: #f6f6f6;
    z-index: -1;
  }
}
.experience-link-item a{
  display: block;
  width: 100%;
  height: 100%;
}
.experience-link-title{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 750px){
  .experience-link-title{
    font-size: 1.2rem;
    line-height: 1.25;
    margin-top: 15px;
  }
}
@media screen and (min-width: 751px){
  .experience-link-title span{
    font-size: 1.4rem;
    margin-left: 1em;
  }
}
@media screen and (max-width: 750px){
  .experience-link-title span{
    display: block;
  }
}
.experience-link-title:after{
  content: "";
  display: block;
  width: 31px;
  height: 4px;
  background: url("/contents/assets/images/top/experience_btn_arrow.png") no-repeat right bottom;
  background-size: 31px auto;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 751px){
  .experience-link-title:after{
    bottom: 8px;
  }
}
@media screen and (max-width: 750px){
  .experience-link-title:after{
    background-position: right top;
    background-size: 26px auto;
    width: 26px;
    top: -0.5em;
  }
}
@media screen and (min-width: 751px){
  .experience-link-bg{
    height: 200px;
  }
}
@media screen and (max-width: 750px){
  .experience-link-bg{
    position: relative;
  }
}
.experience-link-bg img{
  width: 100%;
}
/*
TM
------------------------------------------------*/
.tm{
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}
/*
partner
------------------------------------------------*/
.partner{
  background: #f6f6f6;
}
@media screen and (max-width: 750px){
  .partner{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px){
  .partner-largeHeadline{
    font-size: 2.1rem;
  }
}
.partner-lead{
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px){
  .partner-lead{
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.partner-info{
  position: relative;
  z-index: 2;
  padding: 50px 0;
  background: url("/contents/assets/images/top/partner_info_bg.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 750px){
  .partner-info{
    padding: 30px 0;
    background: url("/contents/assets/images/top/partner_info_bg_sp.jpg") no-repeat top center;
    background-size: cover;
  }
}
.partner-btn{
  margin-bottom: 0;
}
.partner-topics-item a:hover{
  text-decoration: none;
}
.partner-topics-title{
  /* font-family: "NotoSansCJKjp-Bold"; */
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px){
  .partner-topics-title{
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}
.partner-topics-thumb{
  margin-bottom: 10px;
}
@media screen and (min-width: 751px){
  .partner-topics-thumb{
    height: 170px;
  }
}
.partner-topics-thumb img{
  width: 100%;
}
.partner-topics-subtitle{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.87;
  color: #004e72;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px){
  .partner-topics-subtitle{
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px){
  .partner-topics-txt{
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

/*
g5
------------------------------------------------*/
.g5{
/*  padding: 50px 0 80px;
  background: #f6f6f6; */
}
@media screen and (max-width: 750px){
  .g5{
    /* padding: 30px 0 90px; */
  }
}
@media screen and (min-width: 751px){
  .g5-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.g5-item{
  overflow: hidden;
  background: #000;
}
@media screen and (min-width: 751px){
  .g5-item{
    width: 455px;
    height: 340px;
  }
}
@media screen and (max-width: 750px){
  .g5-item{
    margin-bottom: 20px;
  }
  .g5-item:last-child{
    margin-bottom: 0;
  }
}
.g5-item a{
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px){
  .g5-photo{
    height: 200px;
  }
}
@media screen and (max-width: 750px){
  .g5-photo img{
    width: 100%;
  }
}
.g5-info{
  padding: 25px 30px;
  color: #fff;
}
@media screen and (max-width: 750px){
  .g5-info{
    padding: 15px 20px;
    min-height: 84px;
    box-sizing: border-box;
  }
}
.g5-title{
  /* font-family: "NotoSansCJKjp-Medium"; */
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px){
  .g5-title{
    font-size: 1.7rem;
  }
}
.g5-txt{
  margin-top: 10px;
}
@media screen and (max-width: 750px){
  .g5-txt{
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 5px;
  }
}




/*
main�R���e���c ���f�U�C����
------------------------------------------------*/

@media screen and (min-width: 751px){

  .clfx::after {
    content:" ";
    display:block;
    clear:both;
  }
  /* ���C���r�W���A�� */
  article.mainvi{
    font-size:1.4rem;
    width: 100%;
    /* border-top:2px solid #d00e31; */
    background-color:#ce455d;
    background-image:
      url("/contents/assets/images/top/bg_main_1.png"),
      url("/contents/assets/images/top/bg_main_2.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top left,
      bottom right;
    padding:20px 0 40px;

  }

  section.inforarea {
    width:940px;
    margin:0 auto;
    /* overflow:hidden; */
  }

  section.inforarea h3 {
    background-image:url("/contents/assets/images/top/main_info_icon_new_white.png") ;
    background-repeat:no-repeat;
    background-position:15px center;
    background-size:23px auto;
    background-color:#d00e31;
    color:#fff;
    height:60px;
    box-sizing:border-box;
    padding:1.5em 0 1.5em 50px;
    width:128px;
    float:left;

  }

  section.inforarea dl {
    width:812px;
    height:60px;
    /* overflow:auto; */
    box-sizing:border-box;
    padding:0.5em 1em;
    line-height:1.6;
    background-color:#fff;
    float:left;
    margin:0 0 20px 0;
  }

  section.inforarea dt {
    margin-bottom:0.2em;
  }

  section.inforarea dd {
    text-align:right;
    margin-bottom:0.5em;
    position:relative;
  }

  section.inforarea dd a {
    color:#d00e31;
    /*background-image:url("/contents/assets/images/top/mv_icon_question.png");*/
    background-repeat:no-repeat;
    background-size:20px;
    padding-left:25px;
    padding-right:45px;
    padding-bottom: 3px;
  }

  section.inforarea dd a:after {
    content: "";
  display: block;
  width: 31px;
  height: 4px;
  background: url("/contents/assets/images/top/btn_arrow_red.png") no-repeat right bottom;
  background-size: 31px auto;
  position: absolute;
  right: 0.5rem;
  top:0.9rem;
  }

  ul.imagebox {
    /* overflow:hidden; */
    width:940px;
  }

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

  ul.imagebox>li:first-child {
    float:left;
    width:620px;
    height:420px;
  }

  ul.imagebox>li {
    float:right;
    width:295px;
    height:420px;
  }

  li.largeimage img {
    width:620px;
  }

  li.smallimage ul li:first-child {
    margin-bottom:20px;
  }

  li.smallimage img {
    width:295px;
    /* height:200px; */
  }

  ul.imagebox li p {
    display:none;
  }

  ul.imagebox li.new {
    position:relative;
  }

  ul.imagebox li.new p {
    display:block;
    padding:2px 10px 2px 5px;
    position:absolute;
    top:0;
    left:0;
    background-color:#d00e31;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    font-size:1.4rem;
  }

  ul.imagebox li.new p::before {
    content:"";
    width:10px;
    height:30px;
    background: url("/contents/assets/images/top/acce_image_left.png") no-repeat right bottom;
    position:absolute;
    top:0;
    left:-10px;
  }

  ul.imagebox li.new p::after {
    content:"";
    width:10px;
    height:24px;
    background: url("/contents/assets/images/top/acce_image_right.png") no-repeat right bottom;
    position:absolute;
    top:0;
    right:-10px;
  }


  /* �Q���p�[�g�i�[ */
  article.joinpartner {
     width:940px;
     margin:0 auto;
     padding:35px 0 40px;
  }
   article.joinpartner h2 {
     text-align:center;
     font-size:20px;
     font-size:2.0rem;
     font-weight:bold;
     /* height:38px; */
     line-height:38px;
     margin-bottom:20px;
   }

   ul.intro {
     width:940px;
     margin:0 auto;
     display:-ms-flexbox;
     display:flex;
     -ms-justify-content:center;
     justify-content: flex-end;
     box-sizing:border-box;
   }

   ul.intro li {
     margin-right:auto;
     max-width:295px;
   }

   ul.intro li:last-child {
     margin-right:0;
   }

   ul.intro li img {
     width:295px;
     max-width:none;
     /* height:200px; */
   }

   ul.intro li dl {
     padding:20px 0 30px;
   }

   ul.intro li dl dt {
     margin-bottom:10px;
     font-weight:bold;
   }

   article.joinpartner p.experience-link-title {
     text-align:right;
     padding-right:40px;
     margin-top:0;
     margin-bottom:0;
   }

   aside.search {
     box-sizing:border-box;
     padding:30px;
     background-color:#ededed;
   }

   aside.search>ul {
     display:flex;
     justify-content: space-between;
     margin-bottom:30px;
   }

   aside.search>ul>li:first-child {
     width:270px;
     margin-right:auto;
   }

   aside.search>ul>li:nth-child(2) {
     width:590px;
   }

   aside.search ul>li>dl>dt {
     font-size:18px;
     font-size:1.8rem;
     font-weight:bold;
     margin-bottom:20px;
   }

   aside.search ul>li>dl>dt:first-child {
     background-image:url("/contents/assets/images/top/top_search_icon_partner.png") ;
     background-repeat:no-repeat;
     background-position:left center;
     background-size:contain;
     padding-left:40px;
   }

   aside.search ul.partner_asset>li>dl>dt:first-child {
     background-image:url("/contents/assets/images/top/top_search_icon_assets.png") ;
     background-repeat:no-repeat;
     background-position:left center;
     background-size:contain;
     padding-left:45px;
   }

   aside.search>ul>li>dl>dd dt {
     font-size:15px;
     font-size:1.5rem;
     font-weight:bold;
     border-bottom:2px solid #999;
     margin-bottom:5px;
     padding-bottom:5px;
   }

   ul.popcategory {
   }

   ul.popcategory li {
     width:50%;
     float:left;
     box-sizing:border-box;
     padding:5px 5px 5px 0;
     font-size:15px;
     font-size:1.5rem;
     background-repeat:no-repeat;
     background-position:left center;
     background-size:15px;
   }

   ul.popcategory li img {
     width:20px;
     margin-right:10px;
     vertical-align:middle;
   }


   article.joinpartner ul li a p.caution {
     color:#d00e31;
     margin-bottom:0;
   }

   a.attention_search {
     display:inline-block;
     float:right;
     padding-left:40px;
     margin-bottom:20px;
     background-image:url("/contents/assets/images/top/top_assets_icon_new.png");
     background-repeat:no-repeat;
     background-size:30px;
     background-position:left center;
     padding-left:2.5em;
   }

   article.joinpartner ul li a p.caution:after {
    content: "";
  display: block;
  width: 31px;
  height: 4px;
  background: url("/contents/assets/images/top/btn_arrow_red.png") no-repeat right bottom;
  background-size: 31px auto;
  position: absolute;
  right: 0;
  top:0.3em;
  }


   div.freesearch {
     float:right;
   }

   div.freesearch select,div.freesearch input {
     display:block;
     float:left;
     height:50px;
     box-sizing:border-box;
     margin-bottom:15px;
   }

   div.freesearch select {
     width:110px;
     padding-left:20px;
     border-right:none;
     cursor:pointer;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   }

   div.freesearch select::-ms-expand {
    display: none;
  }

   div.freesearch input.btn_search {
     width:120px;
     color:#fff;
     background-color:#000;
     border:1px solid #000;
     border-left:none;
     padding-left:15px;
     background-image:url("/contents/assets/images/top/top_search_icon_form.png");
     background-position:20px center;
     background-size:25px;
     background-repeat:no-repeat;

   }

div.freesearch input.freeword {
  width:350px;
  padding-left:10px;
}

   div.freesearch input.btn_search:hover {
     cursor:pointer;
   }

   dl.freesearchbtn {
     clear:both;
     width:470px;
     float:right;
   }

   dl.freesearchbtn dt {
     width:100px;
     float:left;
     padding-top:5px;
   }

   dl.freesearchbtn dd {
     width:370px;
     float:right;
   }

   dl.freesearchbtn dd p {
     display:inline-block;
     background-color:#fff;
     border-radius:5px;
     padding:5px 10px;
     margin:0 10px 5px 0;
   }

   aside.search>ul.partner_asset {
     margin-bottom:0;
   }

   aside.search>ul.partner_asset>li:first-child {
     width:880px;
     margin-bottom:0;
   }

   aside.search>ul.partner_asset dd {
     display:flex;
   }

   aside.search>ul.partner_asset dd p:first-child {
     margin-right:auto;
   }

   article.joinpartner aside.search>ul.partner_asset dd p.experience-link-title {
     margin-bottom:0;
   }

   /* �h�R�����񋟂���A�Z�b�g */
   article.expla_assets {
    font-size: 16px;
  font-size: 1.6rem;
    width: 100%;
    background-color:#fff5f5;
    background-image:
      url("/contents/assets/images/top/bg_asste_01.jpg"),
      url("/contents/assets/images/top/bg_asste_02.jpg");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top left,
      bottom right;
    padding:40px 0;
  }

  article.expla_assets section,article.relation_info section {
    width:940px;
    margin:0 auto 30px;
  }

  article.expla_assets section:last-child, article.relation_info section:last-child {
    margin-bottom:0;
  }

  article.expla_assets h2 {
     text-align:center;
     font-size:20px;
     font-size:2.0rem;
     font-weight:bold;
     line-height:38px;
     width:940px;
     margin:0 auto 20px;
   }

   article.expla_assets section h3,article.relation_info section h3 {
     font-size:18px;
     font-size:1.8rem;
     font-weight:bold;
     text-align:center;
     margin-bottom:20px;
   }

   article.expla_assets section h3 span {
     color:#d00e31;
   }

   section.docomo_assets>ul {
     display:flex;
   }

   li.experience_box,li.inspection_box {
     width:455px;
     box-sizing:border-box;
     border:1px solid #fddddd;
     background-color:#fff;
     padding:20px 50px;
   }

   li.experience_box {
     margin-right:auto;
   }

   li.experience_box div.is-Marginassets,li.inspection_box div.is-Marginassets {
      max-width: 100%;
      margin-right: auto;
      margin-left: auto;
      margin-top: 0;
      margin-bottom: 20px;
   }


  li.experience_box dl,li.inspection_box dl {
     margin-bottom:10px;

   }

  li.experience_box dt,li.inspection_box dt {
     font-weight:bold;
     margin-bottom:10px;
   }

   li.linktodetail {
     display:flex;
     margin-top:20px;
     -webkit-box-pack: justify;
       -ms-flex-pack: justify;
       justify-content: space-between;
   }

   li.linktodetail a p {
     padding-right:40px;
     box-sizing:border-box;
     margin-top:0;
   }

   ul.photo_report {
     display:flex;
     -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
   }

   ul.photo_report li {
     width:295px;
     box-sizing:border-box;
   }
  
   ul.photo_report li img {
     width:295px;
     /* height:200px; */
   }

  ul.photo_report li ul.is-imgScale ul.category_list{
    display: flex;
    margin-top: 20px;
  }
  ul.photo_report li ul.is-imgScale ul.category_list li{
    width: 80px;
    height: 22px;
    border-radius: 5px;
    background-color: #d00f31;
  }
  ul.photo_report li ul.is-imgScale ul.category_list li a{
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
  }
  ul.photo_report li ul.is-imgScale ul.category_list li:hover{
    opacity: 0.7;
  }
  ul.photo_report li ul.is-imgScale ul.category_list li:nth-child(n+2){
    margin-left: 5px;
  }

   li.report_titile {
     font-weight:bold;
     margin:20px 0 10px;
   }

   div.linktoreport a p {
     padding-right:40px;
     text-align:right;
     margin-top:0;
   }

   /* �֘A��� */
   article.relation_info {
    font-size: 16px;
  font-size: 1.6rem;
    width: 100%;
    background-color:#fff;
    padding:40px 0;
  }

  article.relation_info h2 {
     text-align:center;
     font-size:20px;
     font-size:2.0rem;
     font-weight:bold;
     line-height:38px;
     margin:0 auto 20px;
     width:940px;
   }

   ul.relation_report {
     display:flex;
     -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
   }

   ul.relation_report li {
     margin-right:auto;
   }

   ul.relation_report li:last-child {
     margin-right:0;
   }

   ul.relation_report li {
     width:295px;
     box-sizing:border-box;
   }

   ul.relation_report li img {
     width:295px;
     /* height:200px; */
   }

   dl.column_detail>dt {
     float:left;
     width:215px;
     margin:0 20px 20px 0;
     clear:both;
   }

   dl.column_detail>dt:nth-last-child(2) {
     margin-bottom: 0;
   }

   dl.column_detail>dt img {
     width:215px;
     /* height:120px; */
   }

   dl.column_detail>dd {
     float:left;
     width:705px;
     margin-bottom:20px;
   }

   dl.lead_detail dt {
     font-weight:bold;
     margin-bottom:10px;
   }

   dl.lead_detail dd {
     margin-bottom:20px;
   }

   dl.column_detail>dd:last-child,dl.lead_detail dd:last-child {
     margin:0 0 0 0;
   }

   ul.tech_details {
     display:flex;
     -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
   }

   ul.tech_details a {
     border:1px solid #000;
     display:block;
     box-sizing:border-box;
     padding:10px 20px;
     width:215px;
   }

   ul.tech_details a p {
     padding-right:30px;
     padding-left:20px;
     margin-top:0;
     font-size:14px;
     font-size:1.4rem;
     font-weight:bold;
     text-align:center;
   }

   li.event_new {
     position:relative;
   }

   li.event_new p {
    display:block;
    padding:2px 10px 2px 5px;
    position:absolute;
    top:0;
    left:0;
    background-color:#d00e31;
    color:#fff;
    font-weight:bold;
    font-size:14px;
   font-size:1.4rem;
  }

  li.event_new p::before {
    content:"";
    width:10px;
    height:30px;
    background: url("/contents/assets/images/top/acce_image_left.png") no-repeat right bottom;
    position:absolute;
    top:0;
    left:-10px;
  }

  li.event_new p::after {
    content:"";
    width:10px;
    height:24px;
    background: url("/contents/assets/images/top/acce_image_right.png") no-repeat right bottom;
    position:absolute;
    top:0;
    right:-10px;
  }

   /* �������m�点�E�֘A��� */
   article.lower_info {
     background-color:#f6f6f6;
     padding:30px 0 80px;
     font-size: 16px;
    font-size: 1.6rem;
   }

   article.lower_info div.wrap_layer {
     width:940px;
     margin:0 auto;
     display:flex;
     -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
   }

   article.lower_info div.wrap_layer section {
     /* width:450px; */
     width:940px;
    box-sizing:border-box;
   }

   article.lower_info section h3 {
     text-align:center;
     font-weight:bold;
     padding:15px 0;
   }

   article.lower_info section h3.lower_information {
     background-image:url("/contents/assets/images/common/main_info_icon_new.png") ;
     background-repeat:no-repeat;
     /* background-position:36% center; */
     background-position:44% center;
     background-size:30px;
   }

   article.lower_info section h3.lower_relation {
     background-image:url("/contents/assets/images/common/header_navBar_icon_g5.png") ;
     background-repeat:no-repeat;
     background-position:29% center;
     background-size:30px;
   }

   article.lower_info dl {
     border-top:3px solid #999999;
     padding-top:15px;
     margin-bottom:35px;
   }

   article.lower_info dl dt {
     color:#999;
     font-weight:bold;
   }

   article.lower_info dl dt {
     padding:10px 0;
   }

   article.lower_info dl dd {
     padding-bottom:15px;
   }


   article.lower_info section div p.experience-link-title {
     margin-top:0;
     text-align:right;
     padding-right:40px;
   }

   dl.title_information dt p {
     display:inline-block;
     padding:0 15px;
   }

   dl.title_information dt p:first-child {
     border-right:1px solid #999;
     padding:0 15px 0 0;
   }

   article.lower_info dl dd a:hover {
     text-decoration:underline;
   }

   article.joinpartner>a {
     display:inline-block;
     float:right;
     margin-bottom:35px;
   }


   div.linktoreport>a {
     display:inline-block;
     float:right;
     margin-top:30px;
   }

   aside.search {
     clear:both;
   }

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

}


@media screen and (max-width: 750px){
  .clfx::after {
    content:" ";
    display:block;
    clear:both;
  }
  /* ���C���r�W���A�� */

  article.mainvi{
    background-color:#ce455d;
    background-image:
      url("/contents/assets/images/top/bg_main_1.png"),
      url("/contents/assets/images/top/bg_main_2.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top left,
      bottom right;
    font-size: 16px;
  font-size: 1.6rem;
  }

  article.mainvi section {
    width:90%;
    margin:0 auto;
    padding:15px;
  }

  section.inforarea h3 {
    background-image:url("/contents/assets/images/top/main_info_icon_new_white.png") ;
    background-repeat:no-repeat;
    background-position:35% center;
    background-size:10%;
    background-color:#d00e31;
    color:#fff;
    height:40px;
    box-sizing:border-box;
    padding:0.7em 0 0 10%;
    text-align:center;
  }

  section.inforarea dl {
    width:100%;
    /* overflow:auto; */
    box-sizing:border-box;
    padding:0.5em 1em;
    line-height:1.6;
    background-color:#fff;
    margin:0 0 20px 0;
  }

  section.inforarea dt {
    margin-bottom:0.2em;
  }

  section.inforarea dd {
    text-align:right;
    margin-bottom:0.5em;
  }

  section.inforarea dd a {
    color:#d00e31;
    /*background-image:url("/contents/assets/images/top/mv_icon_question.png");*/
    background-repeat:no-repeat;
    background-size:20px;
    padding-left:25px;
    padding-right:45px;
    position:relative;
    display:block;
    box-sizing:border-box;
  }

  section.inforarea dd a:after {
    content: "";
  display: block;
  width: 31px;
  height: 4px;
  background: url("/contents/assets/images/top/btn_arrow_red.png") no-repeat right bottom;
  background-size: 31px auto;
  position: absolute;
  right: 0.5rem;
  top:1.5em;
  }

  ul.imagebox a {
    display:block;
  }

  li.smallimage li {
    float:left;
    width:47%;
    box-sizing:border-box;
  }

  li.smallimage li:first-child {
    margin-right:6%;
  }


  ul.imagebox li.new {
    position:relative;
    margin-bottom:10px;
  }


  ul.imagebox li.new p {
    display:block;
    font-size:14px;
    font-size:1.4rem;
    padding:5px 5px 5px 0;
    position:absolute;
    top:0;
    left:0;
    background-color:#d00e31;
    color:#fff;
    font-weight:bold;
  }

  ul.imagebox li.new p::before {
    content:"";
    width:10px;
    height:30px;
    background: url("/contents/assets/images/top/acce_image_left.png") no-repeat right bottom;
    position:absolute;
    top:0;
    left:-10px;
  }

  ul.imagebox li.new p::after {
    content:"";
    width:10px;
    height:29px;
    background: url("/contents/assets/images/top/acce_image_right.png") no-repeat right bottom;
    position:absolute;
    top:0;
    right:-10px;
  }

  article.joinpartner {
     width:90%;
     margin:0 auto;
     padding:25px 0 30px;
     font-size:16px;
     font-size:1.6rem;
  }

  article.joinpartner h2 {
     text-align:center;
     font-size:20px;
     font-size:2.0rem;
     font-weight:bold;
     line-height:38px;
     margin-bottom:15px;
   }

   ul.intro li {
     margin-bottom:20px;
   }

   ul.intro li dl {
     margin-top:10px;
   }

   ul.intro li dl dt {
     margin-bottom:10px;
     font-weight:bold;
   }

   article.joinpartner p.experience-link-title {
     text-align:right;
     padding-right:40px;
     margin-top:0;
     margin-bottom:35px;
   }

   aside.search {
     box-sizing:border-box;
     padding:15px;
     background-color:#ededed;
   }

   aside.search ul {
     position:relative;
   }

   aside.search ul>li>dl>dt {
     font-size:18px;
     font-size:1.8rem;
     font-weight:bold;
     margin-bottom:3.5em;
   }

   aside.search ul>li>dl>dt:first-child {
     background-image:url("/contents/assets/images/top/top_search_icon_partner.png") ;
     background-repeat:no-repeat;
     background-position:left center;
     background-size:11%;
     padding:0.5em 0 0.5em 2.5em;
   }

   aside.search ul.partner_asset>li>dl>dt:first-child {
     background-image:url("/contents/assets/images/top/top_search_icon_assets.png") ;
     background-repeat:no-repeat;
     background-position:left 0.4em;
     background-size:11%;
     padding-left:2.5em;
   }

   aside.search>ul>li>dl>dd dt {
     font-size:15px;
     font-size:1.5rem;
     font-weight:bold;
     border-bottom:2px solid #999;
     margin-bottom:5px;
     padding-bottom:5px;
   }

   article.joinpartner ul li a.attention_search {
    position:absolute;
     top:2.5em;
     right:0;
     max-width:100%;
     padding-left:2.2em;
     background-image:url("/contents/assets/images/top/top_assets_icon_new.png");
     background-repeat:no-repeat;
     background-size:30px;
     background-position:left top;
   }

   article.joinpartner ul li a.attention_search p {
    margin-bottom:0;
   }

   article.joinpartner ul li a p.caution {
     color:#d00e31;
   }

   article.joinpartner ul li a p.caution:after {
    content: "";
  display: block;
  width: 31px;
  height: 4px;
  background: url("/contents/assets/images/top/btn_arrow_red.png") no-repeat right bottom;
  background-size: 31px auto;
  position: absolute;
  right: 0;
  top:0;
  }

   article.joinpartner p.experience-link-title {
     text-align:right;
     padding-right:40px;
     margin-top:0;
   }

   aside.search ul.partner_asset>li>dl>dt {
     margin-bottom:15px;
   }

   ul.popcategory {
     margin-bottom:15px;
   }

   ul.popcategory li {
     width:50%;
     float:left;
     box-sizing:border-box;
     padding:5px 5px 5px 0;
     font-size:15px;
     font-size:1.5rem;
     background-repeat:no-repeat;
     background-position:left center;
     background-size:15px;
   }

   ul.popcategory li img {
     width:15px;
     margin-right:10px;
   }




   div.freesearch {
   }

   div.freesearch select,div.freesearch input {
     display:block;
     float:left;
     height:50px;
     box-sizing:border-box;
     margin-bottom:15px;
   }

div.freesearch input.freeword {
  width:70%;
  font-size:14px;
  font-size:1.4rem;
}

.freeword:focus::-webkit-input-placeholder {
  color: transparent;
}
.freeword:focus::-moz-placeholder {
  color: transparent;
}

   div.freesearch input.btn_search:hover {
     cursor:pointer;
   }

   div.freesearch select::-ms-expand {
    display: none;
  }

   div.freesearch input.btn_search {
     width:30%;
     color:#fff;
     background-color:#000;
     border:1px solid #000;
     border-left:none;
     padding-left:8%;
     background-image:url("/contents/assets/images/top/top_search_icon_form.png");
     background-position:20% center;
     background-size:25%;
     background-repeat:no-repeat;

   }

   dl.freesearchbtn {
     clear:both;
     font-size:15px;
     font-size:1.5rem;
     margin-bottom:15px;
   }

   dl.freesearchbtn dt {
     padding-top:5px;
     float:left;
   }

   dl.freesearchbtn dd {
   }

   dl.freesearchbtn dd p {
     display:inline-block;
     background-color:#fff;
     border-radius:5px;
     padding:5px 10px;
     margin:0 10px 5px 0;
   }

   aside.search>ul.partner_asset {
     margin-bottom:0;
     clear:both;
     font-size:15px;
     font-size:1.5rem;
   }

   aside.search a.attention_search p.experience-link-title {
     margin-top:0;
   }

   aside.search p.experience-link-title {
     text-align:right;
     padding-right:40px;
     margin-top:15px;
     font-size:15px;
     font-size:1.5rem;
     margin-bottom:0;
   }

   /*  */
   article.expla_assets {
    font-size: 16px;
  font-size: 1.6rem;
    width: 100%;
    background-color:#fff5f5;
    background-image:
      url("/contents/assets/images/top/bg_asste_01.jpg"),
      url("/contents/assets/images/top/bg_asste_02.jpg");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top left,
      bottom right;
    padding:25px 0 30px;
  }

  article.expla_assets h2 {
     text-align:center;
     font-size:20px;
     font-size:2.0rem;
     font-weight:bold;
     line-height:38px;
   }

   article.expla_assets section {
    width:90%;
    margin:0 auto;
    padding:15px;
  }

  article.expla_assets section h3,article.relation_info section h3 {
     font-size:18px;
     font-size:1.8rem;
     font-weight:bold;
     text-align:center;
     margin-bottom:20px;
   }

   article.expla_assets section h3 span {
     color:#d00e31;
   }

   li.experience_box,li.inspection_box {
     box-sizing:border-box;
     border:1px solid #fddddd;
     background-color:#fff;
     padding:20px;
     margin-bottom:15px;
   }

   li.inspection_box {
     margin-bottom:0;
   }

   ul.photo_report li {
     margin-bottom:15px;
   }
  ul.photo_report li ul.is-imgScale ul.category_list{
    display: flex;
    max-width: 440px;
    margin: 15px auto 10px;
  }
  ul.photo_report li ul.is-imgScale ul.category_list li{
    width: 80px;
    height: 22px;
    border-radius: 5px;
    background-color: #d00f31;
    margin: 0 5px 0 0;
  }
  ul.photo_report li ul.is-imgScale ul.category_list li a{
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
  }
li.experience_box div.is-Marginassets,li.inspection_box div.is-Marginassets {
      max-width: 100%;
      margin-right: auto;
      margin-left: auto;
      margin-top: 0;
      margin-bottom: 20px;
   }


   li.experience_box dt,li.inspection_box dt {
     font-weight:bold;
     margin-bottom:10px;
   }

   li.linktodetail a {
     display:block;
   }

   li.linktodetail a:first-child {
     margin:10px 0;
   }

   li.linktodetail a p.experience-link-title {
     text-align:right;
     padding-right:40px;
     margin-top:0;
   }

   li.report_titile {
     font-weight:bold;
     margin:10px 0 5px;
   }

   div.linktoreport a p {
     padding-right:40px;
     text-align:right;
     margin-top:30px;
   }

   ul.photo_report>li>ul li {
     margin-bottom:20px;
   }

   ul.photo_report>li>ul li:last-child {
     margin-bottom:0;
   }


   /*  */
  article.relation_info {
     width:90%;
     margin:0 auto;
     padding:25px 0 30px;
     font-size:16px;
     font-size:1.6rem;
  }
   article.relation_info h2 {
     text-align:center;
     font-size:20px;
     font-size:2.0rem;
     font-weight:bold;
     line-height:38px;
     margin-bottom:15px;
   }

   li.event_new {
     position:relative;
   }

   li.event_new p {
    display:block;
    padding:5px 10px 5px 5px;
    position:absolute;
    top:0;
    left:0;
    background-color:#d00e31;
    color:#fff;
    font-weight:bold;
  }

  li.event_new p::before {
    content:"";
    width:10px;
    height:30px;
    background: url("/contents/assets/images/top/acce_image_left.png") no-repeat right bottom;
    position:absolute;
    top:0;
    left:-10px;
  }

  li.event_new p::after {
    content:"";
    width:10px;
    height:29px;
    background: url("/contents/assets/images/top/acce_image_right.png") no-repeat right bottom;
    position:absolute;
    top:0;
    right:-10px;
    font-size:14px;
    font-size:1.4rem;
  }

  ul.relation_report>li {
    margin-bottom:15px;
  }

  div.linktoreport {
    margin-bottom:20px;
  }

  dl.column_detail dt {
    margin-bottom:10px;
    font-weight:bold;
  }

  dl.column_detail dd {
    margin-bottom:20px;
  }

  ul.tech_details li {
    border:1px solid #000;
    border-bottom:none;
  }

  ul.tech_details li:last-child {
    border:1px solid #000;
  }

  ul.tech_details li a {
    display:block;
    padding:0.5em;
  }

  ul.tech_details li a p {
    margin-top:0;
    font-size:14px;
    font-size:1.4rem;
  }

    /* �������m�点�E�֘A��� */
   article.lower_info {
     background-color:#f6f6f6;
     padding:15px 0 30px;
     font-size: 16px;
    font-size: 1.6rem;
   }

   article.lower_info div.wrap_layer {
     width:90%;
     margin:0 auto;
   }

   article.lower_info div.wrap_layer section:first-child {
    margin-bottom:25px;
   }

   article.lower_info div.wrap_layer section:last-child {
    margin-bottom:60px;
   }

   article.lower_info section h3 {
     text-align:center;
     font-weight:bold;
     padding:15px 0;
     margin-bottom:15px;
   }

   article.lower_info section h3.lower_information {
     background-image:url("/contents/assets/images/common/main_info_icon_new.png") ;
     background-repeat:no-repeat;
     background-position:30% center;
     background-size:30px;
   }

   article.lower_info section h3.lower_relation {
     background-image:url("/contents/assets/images/common/header_navBar_icon_g5.png") ;
     background-repeat:no-repeat;
     background-position:25% center;
     background-size:30px;
     padding-left:10%;
   }

   article.lower_info dl {
     border-top:3px solid #999999;
     padding-top:15px;
     margin-bottom:20px;
   }

   article.lower_info dl dt {
     color:#999;
     font-weight:bold;
   }

   article.lower_info dl dt {
     padding:10px 0;
   }

   article.lower_info dl dd {
     padding-bottom:15px;
     border-bottom:1px dotted #999;
   }

   article.lower_info div.wrap_layer section p.experience-link-title {
     text-align:right;
     padding-right:40px;
     margin-top:0;
   }


}

article.lower_info div.wrap_layer section:last-child {
  display:none;
}
.inspection_box .btn a:before{
  content: none;
}
.inspection_box .btn a.is-outlink:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  background: url("/contents/assets/images/common/icon_outlink_w.png") no-repeat right center;
  background-size: 11px auto;
  width: 11px;
  height: 11px;
  transition: none;
  transform: none;
}
.inspection_box .btn a.is-outlink:hover:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  background: url("/contents/assets/images/common/icon_outlink.png") no-repeat right center;
  background-size: 11px auto;
  width: 11px;
  height: 11px;
  transition: none;
  transform: none;
}