@charset "utf-8";



/*============================================================
20200410added【オンライン打合せのご案内CSS】:onlineMtgPage
==============================================================*/

/***************PC Style***************/

.onlineMtgPage {
 background:#FFF7EA;
}
.onlineMtgPage .contents-inner{
 margin-top: 50px;
}
.onlineMtgPage h2.firstview{
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 height: 360px;/*横幅1200pxのサイト*/
 /*height: 300px;横幅1010pxのサイト*/
 background: url(/share/img/page/online/fv_1200.png) no-repeat;/*横幅1200pxのサイト*/
 /*background: url(/share/img/page/online/fv.png) no-repeat;横幅1010pxのサイト*/
}


/*コンテンツ01、02*/

.onlineMtgPage .contentsBox{
 margin-bottom: 50px;
}
.onlineMtgPage .contentsBox h3.contTtl{
 text-align: center;
 font-weight: bold;
 font-size: 24px;
 color: #ff6666;
 margin-bottom: 20px;
}
.onlineMtgPage p.contTxt{
 text-align: center;
 line-height: 170%;
 font-size: 16px;
 letter-spacing: 0.04em;
}
.onlineMtgPage p.contTxt span.txtEmphasis{
 font-weight: bold;
 font-size: 1.2em;
}
.onlineMtgPage #cont02Box dl.itemList{ 
 margin: 20px;
 padding: 20px;
 background: #FFF;
 text-align: center;
}
.onlineMtgPage #cont02Box dt.ttl {
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 background: #CCC;
 width: 350px;
 border-radius: 24px;
 padding: 10px 0;
 margin:  20px auto 10px;
}
.onlineMtgPage #cont02Box dt.ttl:first-of-type {
 margin-top: 0 !important;
}
.onlineMtgPage #cont02Box dd {
 display: inline-block;
 margin: 0 5px;
 font-size: 16px;
}


/*ご利用方法*/

.onlineMtgPage #howtoBox h3.howtoTtl {
 background: #E49013;
 text-align: center;
 padding: 20px;
 font-size: 28px;
 font-weight: bold;
 color: #FFF;
 line-height: 1;
 position: relative;
 margin-bottom: 35px;
}
.onlineMtgPage #howtoBox h3.howtoTtl:before {
 content: "";
 border: solid 15px transparent;
 border-top: solid 15px #E49013;
 position: absolute;
 top: 100%;
 left: 50%;
 -ms-transform: translate(-50%,0);
 -moz-transform: translate(-50%,0);
 transform: translate(-50%,0);
}
.onlineMtgPage #howtoBox h4 {
 font-size: 20px;
 text-align: center;
 color: #f66;
 font-weight: bold;
 margin-bottom: 10px;
}
.onlineMtgPage .flowBox{
 margin-bottom: 30px;
}
.onlineMtgPage .flowBox ol.flowList{
 margin: 0 20px;
}
.onlineMtgPage .flowBox ol.flowList li {
 font-size: 18px;
 padding: 20px 0 20px 70px;
 position: relative;
}
.onlineMtgPage .flowBox ol.flowList li.flow02 {
 margin: 40px 0;
}
.onlineMtgPage .flowBox ol.flowList li.flow01:after,
.onlineMtgPage .flowBox ol.flowList li.flow02:after {
 content: "▼";
 position: absolute;
 top: 100%;
 left: 50%;
 transform: translate(-50%, 0);
 font-size: 24px;
 display: inline-block;
 color: #999;
 margin-top: 10px;
}
.onlineMtgPage .flowBox ol.flowList li.flow01 {
 background: url(/share/img/page/online/flow01icon.png) no-repeat left 10px center #FFF;
 background-size: 50px;
}
.onlineMtgPage .flowBox ol.flowList li.flow02 {
 background: url(/share/img/page/online/flow02icon.png) no-repeat left 10px center #FFF;
 background-size: 50px;
}
.onlineMtgPage .flowBox ol.flowList li.flow03 {
 background: url(/share/img/page/online/flow03icon.png) no-repeat left 10px center #FFF;
 background-size: 50px;
}
.onlineMtgPage .applicationBox .appList {
 margin: 20px;
 padding: 20px;
 background: #FFF;
}
.onlineMtgPage .applicationBox .appList ul {
 display: flex;
 flex-wrap: wrap;
 width: 930px;
 margin: 0 auto;
}
.onlineMtgPage .applicationBox .appList .appItem {
 border: 1px solid #666;
 border-radius: 5px;
 width: 453px;
 margin: 5px;
}
.onlineMtgPage .applicationBox .appList .appItem dl {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.onlineMtgPage .applicationBox .appList .appItem .appName {
 font-size: 24px;
 font-weight: bold;
 max-width: 310px;
 height: 70px;
 margin: 20px;
 display: flex;
 align-items: center;
}
.onlineMtgPage .applicationBox .appList .appItem .appIcon {
 width: 70px;
 height: 70px;
 overflow: hidden;
 order: -1;
 margin: 20px 0;
 display: flex;
 align-items: center;
 justify-content: center;
}
.onlineMtgPage .applicationBox .appList .appItem .appIcon img {
 height: 100%;
 width: auto;
}
.onlineMtgPage .applicationBox .appList .appItem .appDevice {
 width: 100%;
 order: -2;
 padding: 10px;
 box-sizing: border-box;
}
.onlineMtgPage .applicationBox .appList .appItem .appDevice-item {
 display: inline-block;
 min-width: 40px;
 padding: 5px 10px;
 background: #999;
 color: #FFF;
 text-align: center;
 margin-right: 5px;
}
.onlineMtgPage .applicationBox .appList .appItem .appLink {
 width: 100%;
 text-align: center;
}
.onlineMtgPage .applicationBox .appList .appItem .appLink a {
 display: block;
 margin: 10px;
 text-align: center;
 color: #E49013;
 border: 2px solid #E49013;
 border-radius: 10px;
 padding: 10px 10px 10px 20px;
 font-size: 16px;
 font-weight: bold;
}
.onlineMtgPage .applicationBox .appList .appItem .appLink a:hover {
 text-decoration: none;
 background: #E49013;
 color: #FFF;
}
.onlineMtgPage .applicationBox .caution {
 padding: 0 20px;
 font-size: 13px;
}
.onlineMtgPage .applicationBox .caution .trademark {
 font-size: 11px;
}


/*homeに出す*/

.indexPage .onlineMtgBox {
 border-top: 1px solid #CCC;
 margin-top: 10px;
 padding-top: 10px;
}
.indexPage .onlineMtgBox a {
 display: inline-block;
 padding: 5px 30px 5px 20px;
 text-align: center;
 border: 2px solid #E49013;
 border-radius: 10px;
 color: #E49013;
 font-weight: bold;
 text-decoration: none;
 position: relative;
}
.indexPage .onlineMtgBox a::after {
 content: "";
 width: 5px;
 height: 5px;
 position: absolute;
 top: 50%;
 right: 10px;
 transform: rotate(45deg) translateY(-50%);
 border-right: 2px solid #E49013;
 border-top: 2px solid #E49013;
}
.indexPage .onlineMtgBox a:hover {
 background: #E49013;
 color: #FFF;
}
.indexPage .onlineMtgBox a:hover::after {
 border-color: #FFF;
}

/***************SP Style***************/
@media screen and (max-width:899px) {
 .onlineMtgPage {
  margin-bottom: 5% !important;
 }
 .onlineMtgPage h2.firstview {
  height: 30vw;
  background: url(/share/img/page/online/fv_1200.png) no-repeat; /*横幅1200pxのサイト*/
  background-size: cover;
 }
 .onlineMtgPage .contents-inner {
  margin-top: 5%;
 }
 .onlineMtgPage .contentsBox {
  margin: 5% 4%;
 }
 .onlineMtgPage .contentsBox h3.contTtl {
  font-size: 3.7vw;
  margin-bottom: 5%;
 }
 .onlineMtgPage .contentsBox p.contTxt {
  margin: 2%;
  text-align: left;
  font-size: 3.5vw;
 }
 .onlineMtgPage #cont02Box dl.itemList {
  margin: 5% 2%;
  padding: 5%;
 }
 .onlineMtgPage #cont02Box dt.ttl {
  width: auto;
  font-size: 3.7vw;
  border-radius: 24px;
  padding: 10px 0;
  margin: 20px auto 10px;
 }
 .onlineMtgPage #cont02Box dd {
  font-size: 3.5vw;
  display: block;
 }
 .onlineMtgPage #howtoBox h3.howtoTtl {
  font-size: 5vw;
 }
 .onlineMtgPage #howtoBox h4 {
  font-size: 4vw;
 }
 .onlineMtgPage .flowBox ol.flowList li {
  font-size: 3.7vw;
 }
 .onlineMtgPage .applicationBox {
  padding-bottom: 5%;
 }
 .onlineMtgPage .applicationBox .appList ul {
  display: block;
  width: auto;
 }
 .onlineMtgPage .applicationBox .appList .appItem {
  width: auto;
 }
 .onlineMtgPage .applicationBox .appList .appItem dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 .onlineMtgPage .applicationBox .appList .appItem .appName {
  font-size: 1.2em;
  font-weight: bold;
  min-height: 70px;
  max-width: calc(80% - 70px);
  margin: 5%;
  display: flex;
  align-items: center;
 }
 .onlineMtgPage .applicationBox .appList .appItem .appIcon {
  width: 70px;
  height: 70px;
  overflow: hidden;
  order: -1;
  margin: 20px 0;
  position: relative;
 }
 .onlineMtgPage .applicationBox .appList .appItem .appIcon img {
  height: 100%;
  width: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
 }
 .onlineMtgPage .applicationBox .appList .appItem .appDevice {
  letter-spacing: normal;
 }
 .onlineMtgPage .applicationBox .appList .appItem .appDevice-item{
  margin-bottom: 5px;
 }
}