@charset "utf-8";



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

  .sp {

    display:none;

  }

}



.hover:hover {

  opacity: 0.8;

}



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

  *:hover {

    opacity: 1 !important;

  }

}



#content {

	width: 100%;

}



#content .mv {

  width:100%;

  max-width:1920px;/*width:1200px;*/

  height: 0;

  padding-top: 400px;

  position: relative;

  overflow: hidden;

  margin:0 auto;

}



#content .mv ul.slider {

  width: 100%;/*width:1200px;*/

  height: 400px;

  margin: 0;

  position:absolute;

  top: 0;

  left: 0;

}



#content .mv ul.slider:hover {

  opacity: 0.8;

}



#content .mv ul.slider li {

  width:100%;/*width:1200px;*/

  height:400px;

  position:relative;

  overflow: hidden;

}





#content .mv ul.slider li a {

  display:block;

  position:absolute;

  width: 100%;

  height: 100%;

  z-index: 10;

}



#content .mv ul.slider li .img {

  width: 100%;

  height: 100%;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position:absolute;

  top:0;

  left:0;

}



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





  #content .mv {

    width:100%;

    padding-top: 33.33333%;

  }



  #content .mv ul.slider {

    width: 100%;

    height: 33.33333vw;

  }

  

  #content .mv ul.slider li {

    width: 100vw;

    height: 33.33333vw;

  }



}





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



  #content .mv {

    height: 0;

    padding-top: 74.93333333333333%;/*padding-top: 85.33333333333333%;*/

  }

  

  #content .mv ul.slider {

    width: 100%;

    height: 74.93333333333333vw;/*height: 85.33333333333333vw;*/

    margin: 0;

    position:absolute;

    top: 0;

    left: 0;

  }

  

  #content .mv ul.slider li {

    width: 100vw;

    height: 74.93333333333333vw;/*height: 85.33333333333333vw;*/

  }





  #content .mv .content {

    position:absolute;

    width: 100%;

    height: 300px;

    z-index: 2;

    top:18px;

    left:0;

    right:0;

    margin: auto;

    padding: 0 18px;

  }

  

  #content .mv .content .label {

    width: 100px;

    height: 19px;

    line-height: 19px;

    font-size: 1.2em;

  }

  

  #content .mv .content .title {

    font-size: 1.5em;

    line-height: 1.8em;

  }

  

  #content .mv .content .title .large {

    font-size: 1.8em;

  }

  

  #content .mv .content .title .label_area {

    display: inline-block;

    height: 25px;

    padding: 0px 6px;

    font-size: 1.0em;

    line-height: 27px;

    color: #fff;

    background-color: #333333;

    border-radius: 5px;

    margin-left: 10px;

  }



  #content .mv ul.slider li .content {

    width: 75%;

    height: 150px;

  }

  

}



#content .mv ul.slider li .btn_detail {

  width: 208px;

  height: 41px;

  background-image: url("../../img/top_mv_button.png");

  background-size: contain;

  background-repeat: no-repeat;

}



/* mv type b */



#content .mv ul.slider li.type_b .logo {

  width: 60%;

  max-width: 550px;

  height: 0;

  padding-top: 12%;

  top: 16%;

  left: calc(50% - 575px);

  background-image: url(../../img/top_mv_b_01_logo.png);

  background-size: contain;

  background-repeat: no-repeat;

  position: absolute;

  z-index: 2;

}

#content .mv ul.slider li.type_b .txt {

  width: 40%;

  max-width: 550px;

  height: 0;

  padding-top: 5%;

  top: 0;

  left: calc(50% - 575px);

  position: absolute;

  z-index: 2;

  font-size: 40px;

  font-weight: bold;

}





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

  #content .mv ul.slider li.type_b .logo {

    left: 25px;

  }

  #content .mv ul.slider li.type_b .txt {

    width: 40%;

    left: 15px;

    font-size: 30px;

  }

}



#content .mv ul.slider li.type_b .btn_detail {

  top: 63%;

  left: 5.8%;

  position:absolute;

  z-index: 3;

}



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

  

  #content .mv ul.slider li.type_b .logo {

    width: 80%;

    height: 0;

    padding-top: 16%;

    top: 4%;

    left: 5%;

  }

  #content .mv ul.slider li.type_b .txt {

    width: 80%;

    height: 0;

    padding-top: 16%;

    top: 4%;

    left: 5%;

    font-size: 20px;

  }



  #content .mv ul.slider li.type_b .btn_detail {

    width: 138px;

    height: 27px;

    top: 25%;

    left: 5.8%;

    position:absolute;

    z-index: 3;

  }

}



/* mv type c */



#content .mv ul.slider li.type_c .title_container {

  position:absolute;

  top:0;

  left:0;

  right: 0;

  bottom: 0;

  width: 75%;

  max-width: 1150px;

  height: 50%;

  margin: auto;

  background-color: rgba(255, 255, 255, 0.8);

  z-index: 2;

  padding: 10px;

}



#content .mv ul.slider li.type_c .title_container .title {

  font-size: 3vw;

  text-align: center;

  margin: 20px 0 10px;

}



#content .mv ul.slider li.type_c .title_container .desc {

  font-size: 1.2vw;

  text-align: center;

}



#content .mv ul.slider li.type_c .btn_detail {

  top: 60%;

  left:0;

  right: 0;

  margin: auto;

  position:absolute;

  z-index: 3;

}



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

  

  #content .mv ul.slider li.type_c .title_container .title {

    font-size: 5vw;

    text-align: center;

    margin: 20px 0 10px;

  }

  

  #content .mv ul.slider li.type_c .title_container .desc {

    font-size: 2vw;

    text-align: center;

  }

  

  #content .mv ul.slider li.type_c .btn_detail {

    width: 138px;

    height: 27px;

    top: 62%;

    left: 5.8%;

    position:absolute;

    z-index: 3;

  }

}





#content .mv ul.indicator {

  position: absolute;

  width: 400px;

  height: 25px;

  left:0;

  right:0;

  bottom: 45px;

  margin: auto;

  text-align: center; 

}





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

  #content .mv ul.indicator {

    width: 100%;

    bottom: 8px;

  }

}



#content .mv ul.indicator li {

  display:inline-block;

  width: 14px;

  height: 14px;

  border-radius: 7px;

  background-color: #cccccc;

  margin: 0 16px;

  vertical-align: middle;

  cursor: pointer;

}



#content .mv ul.indicator li.current {

  width: 16px;

  height: 16px;

  border-radius: 8px;

  background-color: #ea0000;

  cursor: default;

  margin:0 15px;

}



#content .mv ul.indicator li.btn_playpause {

  width: 23px;

  height: 23px;

  background-color: transparent;

  border-radius: 0px;

  background-image: url(../../img/btn_playpause.png);

  background-size: 23px 46px;

  cursor: pointer;

}



#content .mv ul.indicator li.btn_playpause.paused {

  background-position: 0px -23px;

}



#content .press_release {

  max-width: 1170px;

  height: 64px;

  margin: -32px auto 0;

  background-color: #ea0000;

  position: relative;

}



#content .press_release .title {

  display:inline-block;

  font-size: 14px;

  color: #fff;

  padding: 0 15px;

  vertical-align: top;

  margin-top: 20px;

  margin-right: -15px;

}



#content .press_release .title a {

  color: #fff;

  vertical-align: middle;

  display:inline-block;

}



#content .press_release .title a:hover {

  text-decoration: none;

  opacity: 0.8;

}



#content .press_release .title a:first-child {

  margin-right: 3px;

}



#content .press_release .content {

  display:inline-block;

  position:relative;

  height: 64px;

  width: calc(100% - 250px);

  line-height: 64px;

  padding-left:40px;

  overflow: hidden;

  white-space: nowrap;

}



#content .press_release .content:before {

  content:"";

  display:block;

  width: 30px;

  height: 80px;

  border-right: 1px solid #fff;

  -webkit-transform:rotate(30deg);

  position: absolute;

  top: -13px;

  left: -11px;

}



#content .press_release .content ul {

  overflow: hidden;

}



#content .press_release .content ul li {

  list-style: none;

}



#content .press_release .content a {

  font-size: 16px;

  color: #fff;

}



#content .press_release .btn_playpause {

  width: 27px;

  height: 27px;

  background-color: transparent;

  border-radius: 0px;

  background-image: url(../../img/btn_playpause.png);

  background-size: 27px 54px;

  position: absolute;

  top: 17px;

  right: 16px;

  cursor: pointer;

}



#content .press_release .btn_playpause.paused {

  background-position: 0px -27px;

}





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

  

  #content .press_release {

    max-width: 100%;

    height: 64px;

    margin: 0px auto 0;

    background-color: #ea0000;

    position: relative;

    padding: 6px 0 0;

    box-sizing: border-box;

  }

  

  #content .press_release .title {

    display:block;

    font-size: 12px;

    color: #fff;

    line-height: 1.0em;

    padding: 0;

    margin: 0 0 0 16px;

  }

  

  #content .press_release .content {

    display:inline-block;

    position:relative;

    height: auto;

    width: calc(100% - 80px);

    line-height: 2.0em;

    padding-left: 0px;

    overflow: hidden;

    white-space: nowrap;

    margin-top: 2px;

    margin-left: 16px;

    font-size: 12px;

  }



  #content .press_release .content:before {

    content:none;

  }

  

  #content .press_release .content a {

    font-size: 12px;

  }

  

  

  #content .press_release .btn_playpause {

    width: 20px;

    height: 20px;

    background-color: transparent;

    border-radius: 0px;

    background-image: url(../../img/btn_playpause.png);

    background-size: 20px 40px;

    position: absolute;

    top: 25px;

    right: 20px;

    cursor: pointer;

  }

  

  #content .press_release .btn_playpause.paused {

    background-position: 0px -20px;

  }



}



/**

 *   whats new

 */

#content .whatsnew {

  max-width: 1200px;

  margin: 30px auto;/*margin: 100px auto;*/

  position: relative;

}



#content .whatsnew .title {

  margin-left: 15px;

  margin-bottom: 20px;

  font-size: 30px;

}



#content .whatsnew .btn_list {

  width: auto;

  min-width: 170px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  font-size: 12px;

  background-color: #fff;

  border: 1px solid #DDDDDD;

  border-radius: 4px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 24px 24px;

  background-position: right bottom;

  background-repeat: no-repeat;

  position:absolute;

  right:15px;

  top:0px;

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}



#content .whatsnew .btn_list:hover {

  opacity: 0.8;

}



#content .whatsnew .btn_list a {

  display:block;

  width: 100%;

  height: 100%;

  color: #222;

  padding: 0 20px;

  box-sizing: border-box;

}



#content .whatsnew .btn_list a:hover {

  text-decoration: none;

}





#content .whatsnew .item_wrapper {

  font-size: 0;

}



#content .whatsnew .item_wrapper .item {

  display: inline-block;

  width:calc(33.333% - 30px);

  height: 385px;

  margin: 0px 15px 30px;

  vertical-align: top;

  background-color: #f5f5f5;

  background-image: url(../../products/img/icon_arrow.png);

  background-size: 35px 35px;

  background-position: right bottom;

  background-repeat: no-repeat;

  position:relative;

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}



#content .whatsnew .item_wrapper .item.new:after {

  content:"";

  display:block;

  width: 39px;

  height: 49px;

  background-image: url(../../img/icon_new.png);

  background-repeat: no-repeat;

  position:absolute;

  top:0;

  left: 20px;

  opacity: 0.7;

}



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

  #content .whatsnew .item_wrapper .item {

    width:calc(50% - 30px);

  }

}



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

  #content .whatsnew {

    margin: 45px auto;

  }

  

  #content .whatsnew .btn_list {

    position:static;

    margin-left: 15px;

    margin-bottom: 20px;

    display:inline-block;

  }

  

  #content .whatsnew .title {

    font-size: 20px;

    margin-bottom: 4px;

  }



  #content .whatsnew .item_wrapper .item {

    width:calc(100% - 30px);

  }

  

}



#content .whatsnew .item_wrapper .item a {

  color: #333;

  display:block;

  width:100%;

  height: 100%;

}



#content .whatsnew .item_wrapper .item a:hover {

  text-decoration: none;

  opacity: 0.8;

}



#content .whatsnew .item_wrapper .item .image {

  width: 100%;

  height: 200px;

  background-size: cover;

  background-position: center center;

  background-repeat:no-repeat;

}



#content .whatsnew .item_wrapper .item .content {

  height: 165px;

  padding: 20px 18px;

  position:relative;

}



#content .whatsnew .item_wrapper .item .content .category {

  position:absolute;

  width: 140px;

  height: 24px;

  top:15px;

  right:0;

  line-height: 24px;

  text-align: center;

  font-size: 12px;

}





.proCatGreen {

    background: #509600;

    color: #fff;

}



.proCatBlue {

    background: #0096b4;

    color: #fff;

}

.proCatBlue2 {

    background: #0096b4;

    color:#fff;

}

.proCatOrange {

    background: #e67800;

    color: #fff;

}



.proCatPurple {

    background: #8250b4;

    color: #fff;

}



.proCatRed {

    background: #e63250;

    color: #fff;

}





#content .whatsnew .item_wrapper .item .content .date,

#content .yume_pro .item_wrapper .item .content .date{

  font-size: 12px;

}



#content .whatsnew .item_wrapper .item .content .desc {

  font-size: 16px;

  margin-top: 15px;

}





/**

 *   products & service

 */

#content .products {

  background-image: url(../../img/top_producs_bg.jpg);

  background-size:cover;

}



#content .products .wrapper {

  max-width: 1200px;

  margin: 0px auto;

  padding: 100px 0;

  position:relative;

}



#content .products .wrapper .label_en {

  position:absolute;

  top: 0;

  left: 15px;

  width: 270px;

  height: 30px;

  background-color: #EA0000;

  color: #fff;

  font-size: 14px;

  line-height: 30px;

  padding-left: 15px;

}



#content .products .title {

  margin-left: 15px;

  margin-bottom: 20px;

  font-size: 30px;

}



#content .products .btn_list {

  width: 170px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  font-size: 12px;

  background-color: #fff;

  border: 1px solid #DDDDDD;

  border-radius: 4px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 24px 24px;

  background-position: right bottom;

  background-repeat: no-repeat;

  position:absolute;

  right:15px;

  top:105px;

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}



#content .products .btn_list:hover {

  opacity: 0.8;

}



#content .products .btn_list a {

  display:block;

  width: 100%;

  height: 100%;

  color: #222;

}



#content .products .btn_list a:hover {

  text-decoration: none;

}





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

  #content .products .wrapper {

    padding: 45px 0;

  }

  

  #content .products .wrapper .label_en {

    left: 0;

    width: 240px;

  }



  #content .products .btn_list {

    position:static;

    margin-left: 15px;

    margin-bottom: 20px;

  }

  

  #content .products .title {

    font-size: 20px;

    margin-bottom: 4px;

  }



}





#content .products .item_wrapper {

  font-size: 0;

}



#content .products .item_wrapper .item {

  display: inline-block;

  width:calc(33.333% - 30px);

  height: 470px;

  margin: 0px 15px 30px;

  vertical-align: top;

  background-color: #f5f5f5;

  background-image: url(../../img/icon_arrow.png);

  background-size: 35px 35px;

  background-position: right bottom;

  background-repeat: no-repeat;

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}

#content .yume_pro .item_wrapper .item {

  position: relative;

}

#content .yume_pro .item_wrapper .item.new:after {

  content:"";

  display:block;

  width: 39px;

  height: 49px;

  background-image: url(../../img/icon_new.png);

  background-repeat: no-repeat;

  position:absolute;

  top:0;

  left: 20px;

  opacity: 0.7;

}



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

  #content .products .item_wrapper .item {

    width:calc(50% - 30px);

  }

}



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

  #content .products .item_wrapper .item {

    width:calc(100% - 30px);

  }

}



#content .products .item_wrapper .item a {

  color: #333;

  display:block;

  width:100%;

  height: 100%;

}



#content .products .item_wrapper .item a:hover {

  text-decoration: none;

  opacity: 0.8;

}



#content .products .item_wrapper .item .image {

  width: 100%;

  height: 280px;

  background-size: cover;

  background-position: center center;

  background-repeat:no-repeat;

}



#content .products .item_wrapper .item .content {

  height: 180px;

  padding: 20px 18px;

  position:relative;

}



#content .products .item_wrapper .item .content .title {

  font-size: 16px;

  text-align: center;

  font-weight: bold;

}

#content .yume_pro .item_wrapper .item .content .title {

  margin-top: 15px;

}



#content .products .item_wrapper .item .content .desc {

  font-size: 14px;

}



#content .products .item_wrapper .item .content .desc span {

  font-size: 10px;

  line-height: 1;

  display: block;

  padding-top: 10px;

}



/**

 *   case study

 */

#content .case_study {

  background-image: url(../../img/top_casestudy_bg.jpg);

  background-size:cover;

  background-repeat: no-repeat;

}



#content .case_study .wrapper {

  max-width: 1200px;

  margin: 0px auto;

  padding: 100px 0;

  position:relative;

}



#content .case_study .wrapper .label_en {

  position:absolute;

  top: 0;

  left: 15px;

  width: 270px;

  height: 30px;

  background-color: #EA0000;

  color: #fff;

  font-size: 14px;

  line-height: 30px;

  padding-left: 15px;

}



#content .case_study .title {

  margin-left: 15px;

  margin-bottom: 20px;

  font-size: 30px;

}



#content .case_study .btn_list {

  width: 170px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  font-size: 12px;

  background-color: #fff;

  border: 1px solid #DDDDDD;

  border-radius: 4px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 24px 24px;

  background-position: right bottom;

  background-repeat: no-repeat;

  position:absolute;

  right:15px;

  top:105px;

}



#content .case_study .btn_list:hover {

  opacity: 0.8;

}



#content .case_study .btn_list a {

  display:block;

  width: 100%;

  height: 100%;

  color: #222;

}



#content .case_study .btn_list a:hover {

  text-decoration: none;

}





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

  #content .case_study {

    background-image: url(../../img/top_casestudy_bg_sp.jpg);

    background-size:contain;

  }



  #content .case_study .wrapper {

    padding: 45px 0;

  }

  

  #content .case_study .wrapper .label_en {

    left: 0;

    width: 220px;

  }



  #content .case_study .btn_list {

    position:static;

    margin-left: 15px;

    margin-bottom: 20px;

  }

  

  #content .case_study .title {

    font-size: 20px;

    margin-bottom: 4px;

  }



}





#content .case_study .item_wrapper {

  font-size: 0;

  text-align: right;

}



#content .case_study .item_wrapper .item {

  display: inline-block;

  width:calc(33.333% - 30px);

  height: 480px;

  margin: 0px 15px 30px;

  vertical-align: top;

  background-color: #f5f5f5;

  background-image: url(../../img/icon_arrow.png);

  background-size: 35px 35px;

  background-position: right bottom;

  background-repeat: no-repeat;

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}



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

  #content .case_study .item_wrapper .item {

    width:calc(100% - 30px);

  }

}



#content .case_study .item_wrapper .item a {

  color: #333;

  display:block;

  width:100%;

  height: 100%;

}



#content .case_study .item_wrapper .item a:hover {

  text-decoration: none;

  opacity: 0.8;

}



#content .case_study .item_wrapper .item .image {

  width: 100%;

  height: 280px;

  background-size: cover;

  background-position: center center;

  background-repeat:no-repeat;

}



#content .case_study .item_wrapper .item .content {

  height: 180px;

  padding: 20px 18px;

  position:relative;

}



#content .case_study .item_wrapper .item .content .title {

  font-size: 16px;

  text-align: center;

  font-weight: bold;

}



#content .case_study .item_wrapper .item .content .desc {

  font-size: 14px;

  text-align: left;

}



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

  #content .case_study .item_wrapper .item {

    width:calc(50% - 30px);

    margin-left: calc(50% - 30px)

  }

}



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

  #content .case_study .item_wrapper .item {

    width:calc(100% - 30px);

    margin-left: 0;

	height: 470px;

  }

}





/**

 *   misc

 */

#content .misc {

  padding: 100px 0 90px;

}



#content .misc .wrapper {

  max-width: 1200px;

  margin: 0 auto;

  font-size: 0;

}



#content .misc .wrapper:first-child {

  margin-bottom: 70px;

}



#content .misc .wrapper .item {

  background-color: #f5f5f5;

  display:inline-block;

  width: calc(50% - 30px);

  height: 220px;

  margin: 0px 15px;

  position: relative;

  vertical-align: top;

}





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

  

  #content .misc {

    padding: 50px 0 40px;

  }

  



  #content .misc .wrapper:first-child {

    margin-bottom: 0px;

  }

  

  #content .misc .wrapper .item {

    width: calc(100% - 30px);

    height: 140px;

    margin: 0px 15px 20px;

    position: relative;

  }

  

}



#content .misc .wrapper > .item:hover {

  opacity: 0.8;

}



#content .misc .wrapper > .item a {

  display:block;

  width: 100%;

  height: 100%;

  color: #222;

  text-decoration: none;

}



#content .misc .wrapper > .item a:hover {

  text-decoration: none;

}



#content .misc .wrapper .item .title_en {

  width: 200px;

  height: 30px;

  font-size: 14px;

  line-height: 30px;

  background-color: #EA0000;

  color: #fff;

  padding-left: 15px;

}



#content .misc .wrapper .item .title {

  font-size: 26px;

  margin-top: 40px;

  margin-left: 20px;

}



#content .misc .wrapper .item .desc {

  font-size: 14px;

  margin-top: 10px;

  margin-left: 20px;

  width: 40%;

}



#content .misc .wrapper .item .img {

  width: 52.63157894736842%;

  height: 220px;

  background-size: cover;

  background-position: center center;

  position:absolute;

  top: 0;

  right: 0;

}







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



  #content .misc .wrapper .item .title {

    font-size: 18px;

    margin-top: 40px;

    margin-left: 14px;

  }

  

  #content .misc .wrapper .item .desc {

    font-size: 12px;

    margin-top: 10px;

    margin-left: 14px;

    width: 40%;

  }



}



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



  #content .misc .wrapper .item .title_en {

    width: 140px;

    height: 26px;

    font-size: 12px;

    line-height: 26px;

    background-color: #EA0000;

    color: #fff;

    padding-left: 15px;

  }



  #content .misc .wrapper .item .title {

    font-size: 18px;

    margin-top: 10px;

    margin-left: 14px;

  }



  #content .misc .wrapper .item .desc {

    font-size: 11px;

    margin-top: 10px;

    margin-left: 14px;

    width: 42%;

  }



  

  #content .misc .wrapper .item .img {

    width: 45%;

    height: 140px;

    background-size: cover;

    background-position: center center;

    position:absolute;

    top: 0;

    right: 0;

  }

}



#content .misc .wrapper .item_ir {

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}



#content .misc .wrapper .item_ir .img {

  background-image:  url(../../img/top_ir_img.jpg);

}



#content .misc .wrapper .item_recruit {

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}



#content .misc .wrapper .item_recruit .img {

  background-image:  url(../../img/top_recruit_img.jpg);

}



#content .misc .wrapper .item .img:after {

  content:"";

  display:block;

  position:absolute;

  width: 35px;

  height: 35px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 35px 35px;

  background-repeat: no-repeat;

  bottom:0;

  right:0;

}



#content .misc .wrapper .column {

  display:inline-block;

  width: calc(50% - 30px);

  margin: 0px 15px;

  position: relative;

  vertical-align: top;

}





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

  #content .misc .wrapper .column {

    width: calc(100% - 30px);

  }



}



#content .misc .wrapper .column .title_wrapper {

  overflow: hidden;

  margin-top: 45px;

}



#content .misc .wrapper .column .title_wrapper .title {

  font-size: 22px;

  float: left;

}



#content .misc .wrapper .column .title_wrapper .title.info:before {

  content:"";

  display:inline-block;

  width: 15px;

  height: 24px;

  background-image: url(../../img/icon_important.png);

  background-repeat: no-repeat;

  background-size:contain;

  vertical-align: middle;

  margin:0 4px 2px 0;

}



#content .misc .wrapper .column .title_wrapper .btn_list {

  width: 170px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  font-size: 12px;

  background-color: #fff;

  border: 1px solid #DDDDDD;

  border-radius: 4px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 24px 24px;

  background-position: right bottom;

  background-repeat: no-repeat;

  float: right;

  box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -moz-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

  -webkit-box-shadow:1px 2px 2px 0px rgba(0,0,0,0.1);

}



#content .misc .wrapper .column .title_wrapper .btn_list:hover {

  opacity: 0.8;

}



#content .misc .wrapper .column .title_wrapper .btn_list a {

  display:block;

  width: 100%;

  height: 100%;

  color: #222;

}



#content .misc .wrapper .column .title_wrapper .btn_list a:hover {

  text-decoration: none;

}



#content .misc .wrapper .column .title_wrapper .btn_rss {

  width: 22px;

  height: 22px;

  background-image: url(../../img/icon_rss_s.png);

  float: right;

  margin: 4px 0 0 12px;

}



#content .misc .wrapper .column .title_wrapper .btn_rss:hover {

  opacity: 0.8;

}



#content .misc .wrapper .column .title_wrapper .btn_rss a {

  display:block;

  width: 100%;

  height: 100%;

}



#content .misc .wrapper .column .title_wrapper .btn_rss a:hover {

  text-decoration: none;

}



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



  #content .misc .wrapper .column .title_wrapper {

    margin-top: 30px;

  }



  #content .misc .wrapper .column .title_wrapper .title {

    float:none;

    font-size: 18px;

  }

  



  #content .misc .wrapper .column .title_wrapper .title.info:before {

    content:"";

    width: 10px;

    height: 18px;

    margin:0 4px 2px 0;

  }

  

  #content .misc .wrapper .column .title_wrapper .btn_list {

    float:none;

    font-size: 11px;

  }

  

  #content .misc .wrapper .column .title_wrapper .btn_list.btn_wide {

    width: 200px;

  }

  

  #content .misc .wrapper .column .title_wrapper .btn_rss {

    float:none;

    position:absolute;

    left: 210px;

    margin-left:0;

  }

  

}



#content .misc .wrapper .column ul {

  margin-top: 15px;

}



#content .misc .wrapper .column ul li {

  font-size: 14px;

  list-style: none;

  vertical-align: top;

  padding: 16px 0;

  border-bottom: 1px solid #dddddd;

}



#content .misc .wrapper .column ul li:first-child {

  border-top: 1px solid #dddddd;

}



#content .misc .wrapper .column ul li .date {

  width: 130px;

  display:inline-block;

  vertical-align: top;

}



#content .misc .wrapper .column ul li .title {

  width: calc(100% - 140px);

  display:inline-block;

}





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



  #content .misc .wrapper .column ul li .date {

    width: 100%;

    display:inline-block;

    vertical-align: top;

  }

  

  #content .misc .wrapper .column ul li .title {

    width: 100%;

    display:inline-block;

  }



}



#content .misc .wrapper .column .float_wrapper {

  overflow: hidden;

  font-size: 0;

  margin-top: 45px;

  display: -webkit-flex;

  display: flex;

}



#content .misc .wrapper .column .float_wrapper .item {

  background-color: #fff;

  width: calc(50% - 15px);

  height: auto;

  margin:0;

  border: 1px solid #dddddd;

  box-sizing: border-box;

  vertical-align: top;

  padding-bottom: 10px;

}



#content .misc .wrapper .column .float_wrapper .item:hover {

  opacity: 0.8;

}



#content .misc .wrapper .column .float_wrapper .item:first-child {

  margin-right:30px;

}



#content .misc .wrapper .column .float_wrapper .item:after {

  content: "";

  display: block;

  position: absolute;

  width: 35px;

  height: 35px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 35px 35px;

  background-repeat: no-repeat;

  bottom: 0;

  right: 0;

}





#content .misc .wrapper .column .float_wrapper .item a {

  display:block;

  width: 100%;

  height: 100%;

  position:absolute;

}



#content .misc .wrapper .column .float_wrapper .item > .title {

  background-color: #555555;

  color: #fff;

  text-align: center;

  width: 100%;

  height: auto;

  font-size: 14px;

  margin:0;

  padding: 4px;

  box-sizing: border-box;

}



#content .misc .wrapper .column .float_wrapper .item .content {

  overflow: hidden;

  padding: 20px 16px 0px 0px;

}





#content .misc .wrapper .column .float_wrapper .item .content .image {

  width: 105px;

  height: 100%;

  text-align: center;

  float: left;

}



#content .misc .wrapper .column .float_wrapper .col_right {

  width: calc(100% - 106px);

  float:left;

}



#content .misc .wrapper .column .float_wrapper .item .content .date {

  font-size: 12px;

  margin-bottom: 10px;

}



#content .misc .wrapper .column .float_wrapper .item .content .title {

  margin:0;

  margin-bottom: 10px;

  font-size: 14px;

}



#content .misc .wrapper .column .float_wrapper .item .content .title a {

  font-size: 14px;

  line-height: 1.3em;

}



#content .misc .wrapper .column .float_wrapper .item .content .author {

  font-size: 12px;

}





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

  #content .misc .wrapper .column .float_wrapper {

    display:block;

  }

  

  #content .misc .wrapper .column .float_wrapper .item {

    background-color: #fff;

    width: 100%;

    height: auto;

    margin:0;

    border: 1px solid #dddddd;

    box-sizing: border-box;

    vertical-align: top;

  }



  #content .misc .wrapper .column .float_wrapper .item:first-child {

    margin-right:0px;

    margin-bottom:30px;

  }

  

  #content .misc .wrapper .column .float_wrapper .item .content {

    padding: 10px;

  }



  #content .misc .wrapper .column .float_wrapper .item .content .image {

    width: 65px;

    height: 100%;

    text-align: center;

    float: left;

    margin-right: 15px;

  }

  

  #content .misc .wrapper .column .float_wrapper .item .content .image img {

    width: 100%;

    height: auto;

  }





}





#content .misc .wrapper .column .banner {

  width: 100%;

  height: 95px;

  background-image: url(../../img/top_banner_img01.png);

  background-repeat:no-repeat;

  background-size: cover;

  border: 1px solid #dddddd;

  margin-top: 30px;

  position: relative;

}



#content .misc .wrapper .column .banner:after {

  content:"";

  display:block;

  position:absolute;

  width: 35px;

  height: 35px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 35px 35px;

  background-repeat: no-repeat;

  bottom:0;

  right:-1px;

}



#content .misc .wrapper .column .banner a {

  display:block;

  width: 100%;

  height: 100%;

  font-size: 20px;

  text-align: center;

  line-height: 95px;

  color: #222;

}



#content .misc .wrapper .column .banner:hover {

  opacity:0.8;

}



#content .misc .wrapper .column .banner a:hover {

  text-decoration: none;

}



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

  

  #content .misc .wrapper .column .banner {

    height: 55px;

  }

  

  #content .misc .wrapper .column .banner a {

    font-size: 14px;

    line-height: 55px;

  }

}





#content .misc .wrapper .column .banner3 {

  width: 100%;

  height: 95px;

  background-image: url(../../img/top_banner_img03.png);

  background-repeat:no-repeat;

  background-size: cover;

  border: 1px solid #dddddd;

  margin-top: 30px;

  position: relative;

}



#content .misc .wrapper .column .banner3:after {

  content:"";

  display:block;

  position:absolute;

  width: 35px;

  height: 35px;

  background-image: url(../../img/icon_arrow.png);

  background-size: 35px 35px;

  background-repeat: no-repeat;

  bottom:0;

  right:-1px;

}



#content .misc .wrapper .column .banner3 a {

  display:block;

  width: 100%;

  height: 100%;

  font-size: 20px;

  text-align: center;

  line-height: 95px;

  color: #222;

}



#content .misc .wrapper .column .banner3:hover {

  opacity:0.8;

}



#content .misc .wrapper .column .banner3 a:hover {

  text-decoration: none;

}



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

  

  #content .misc .wrapper .column .banner3 {

    height: 55px;

  }

  

  #content .misc .wrapper .column .banner3 a {

    font-size: 14px;

    line-height: 55px;

  }

}



#content .play_button_wrapper {

  outline: none;

}



#content .play_button {

  box-sizing: content-box;

  cursor: pointer;

  width: 100%;

}





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

  #content .play_button img {

    width: 100% !important;

  }

}



#content .play_button_inner {

  display: inline-block;

  position: relative;

}



#content .play_button_inner::before {

  background-color: rgba(0, 0, 0, .45);

  bottom: 0;

  border-radius: 50%;

  content: '';

  display: block;

  height: 96px;

  left: 0;

  margin: auto;

  position: absolute;

  right: 0;

  top: 0;

  width: 96px;

}



#content .play_button_inner::after {

  bottom: 0;

  border-top: 14px solid transparent;

  border-bottom: 14px solid transparent;

  border-left: 20px solid #fff;

  content: '';

  display: block;

  height: 0;

  left: 10px;

  margin: auto;

  position: absolute;

  right: 0;

  top: 0;

  width: 0;

}



@media only screen and (min-width: 500px) and (max-width: 767px) {

  #content .play_button_inner::before,

  #content .play_button_inner::after {

    right: -20%;

  }

}



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

  #content .play_button_inner::before {

    height: 64px;

    width: 64px;

  }

  #content .play_button_inner::after {

    border-top: 10px solid transparent;

    border-bottom: 10px solid transparent;

    border-left: 14px solid #fff;

    left: 6px;

  }



  .video-js {

    display: block;

    margin: 0 auto;

    max-width: 288px;

    max-height: calc(288px * 0.5625);

    width: calc(100vw - 42px);

    height: calc((100vw - 42px) * 0.5625);

  }

}





#content .yume_pro {background-image: url(/jp/img/top_yume_pro_bg.jpg); background-size: cover; background-repeat: no-repeat; }

@media screen and (max-width:768px){ #content .yume_pro { background-image: url(/jp/img/top_yume_pro_bg_sp.jpg); background-size: contain; background-repeat: no-repeat; }}

#content .yume_pro .item_wrapper .item {background-color: #ffffff; height: 500px;}





/*** S_T_A_R_T L_I_N_E Emergency 2018.7.9 ***/

#content .urgency {

  max-width: 1170px;

  margin: 30px auto;

  position: relative;

}

#content .urgency a {

  display: block;

  color: #333;

}

#content .urgency a:hover {

  opacity: 0.7;

  text-decoration: none;

}

#content .urgency a span {

  color: #FF0004;

}

#content .urgency .inner {

  background-image: url(../../products/img/icon_arrow.png);

  background-size: 35px 35px;

  background-position: right bottom;

  background-repeat: no-repeat;

  border: 1px #eeeeee solid;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -o-border-radius: 5px;

  -ms-border-radius: 5px;	

  border-radius: 5px;

  padding: 20px 10px 20px 60px;

  font-size: 16px;

}

#content .urgency .inner::before {

  position: absolute;

  top: 20px;

  left: 20px;

  content: " ";

  width: 24px;

  height: 24px;

  background-image: url(../img/icon000.png);

  background-repeat: no-repeat;

  background-size: contain;

  display: inline-block;

}

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

  #content .urgency {

    margin: 30px 15px;

  }

}

/*** E_N_D L_I_N_E  Emergency 2018.7.9  ***/

/*** S_T_A_R_T L_I_N_E Emergency2 2019.7.25 ***/

#content .urgency2 {

  max-width: 1170px;

  margin: 30px auto;

  position: relative;

}

#content .urgency2 a {

  display: block;

  color: #333;

}

#content .urgency2 a:hover {

  opacity: 0.7;

  text-decoration: none;

}

#content .urgency2 a span {

  color: #FF0004;

}

#content .urgency2 .inner {

  background-image: url(../../products/img/icon_arrow.png);

  background-size: 35px 35px;

  background-position: right bottom;

  background-repeat: no-repeat;

  border: 1px #eeeeee solid;

  -moz-border-radius: 5px;

  -webkit-border-radius: 5px;

  -o-border-radius: 5px;

  -ms-border-radius: 5px;	

  border-radius: 5px;

  padding: 20px 10px 20px 60px;

  font-size: 16px;

}



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

  #content .urgency2 {

    margin: 30px 15px;

  }

}

/*** E_N_D L_I_N_E  Emergency2 2019.7.25  ***/