@charset "UTF-8";
/* CSS Document */
.main_visual {
  width: 100%;
  height: 0;
  padding-top: calc(290 / 1344 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../images/kv.jpg") center center / cover no-repeat;
}
.sp {
  display: none;
}
.contents_wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 0;
}
#ict_foot-container {
    max-width: 780px;
    margin: 2px auto 0;
}
@media screen and (max-width:960px) {
  .contents_wrap {
    padding: 60px 20px;
  }
#ict_foot-container {
    padding: 0 20px;
}
}
.yt-wrapper_pc {
  cursor: pointer;
  transition: 0.6s;
}
.yt-wrapper_pc:hover {
  opacity: 0.7;
}

.chuuki li{
text-indent: -1em;
padding-left: 1em;
font-size: 0.85em;
line-height: 1.5;
margin-bottom: 0.5em;
}

.chuuki{
margin-bottom: 4em;
}

/* m_modal
------------------------*/
.m_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  display: none;
}
.m_modal .p_closeBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.m_modal .p_window {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1000px;
  max-width: 95%;
  max-height: 95%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.m_modal .p_closeBtn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.m_modal .p_closeBtn::before, .m_modal .p_closeBtn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
}
.m_modal .p_closeBtn::after {
  transform: rotate(-45deg);
}
.m_modal .p_scrollArea {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.m_modal .p_scrollInner {
  padding: 40px 30px;
}
.m_modal .p_youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m_modal .p_youtube > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 767px) {
  .m_modal.s_gallery .p_footerItem {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .m_modal.s_gallery .p_footerItem .p_name {
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
/*a?μa??a?o*/
.m_modal .p_window.s_w600 {
  width: 600px;
}
.m_modal .p_window.s_w1300 {
  width: 1300px;
}
@media screen and (max-width: 767px) {
  .m_modal .p_scrollArea {
    max-height: 80vh;
  }
  .m_modal .p_scrollInner {
    padding: 30px 15px;
  }
  .m_modal .p_closeBtn {
    top: 0;
    right: 15px;
    width: 15px;
    height: 15px;
  }
  .m_modal .p_closeBtn::before, .m_modal .p_closeBtn::after {
    width: 15px;
    height: 1px;
  }
}
.p_chuu {
  position: absolute;
  z-index: 100;
    bottom: 0;
    left: 30px;
    color: rgb(255, 255, 255);
    text-align: left;
}
/* m_movieBtn
------------------------*/
.m_movieBtn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  margin: auto;
}
.m_movieBtn .p_movieBtnInner {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.m_movieBtn .p_movieBtnInner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url(/content/dam/pcs/jp/ja/dynabook-b2c/brand/dynabook-cm/images/icon_play.png) no-repeat 0 0;
  background-size: contain;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.3s;
}
.m_movieBtn .p_movieBtnInner:before:hover {
  opacity: 0.5;
}
.m_caption {
	text-align: left;
	margin-top: 30px;
}
.m_caption h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px solid #00b0dc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.m_caption p {
	font-size: 12px;
	line-height: 22px;
}
@media screen and (max-width: 767px) {
  .m_movieBtn {
    padding: 30px 15px;
  }
  .m_movieBtn .p_movieBtnInner:before {
    width: 50px;
    height: 50px;
  }
.p_chuu {
    bottom: -50px;
    left: 15px;
}
.m_modal .p_window {
  overflow: inherit;
}
}

@media screen and (min-width:751px) and ( max-width:1050px) {
  .main_visual {
   padding-top: calc(300 / 950 * 130%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url("../images/kv.jpg") center center / cover no-repeat;
  }
}
@media screen and (max-width:750px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  .main_visual {
   padding-top: calc(400 / 950 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url("../images/kv.jpg") center center / cover no-repeat;
  }
}