@charset "utf-8";



/*============================================================
20200410added【オンライン打合せのご案内CSS】:onlineMtgPage
==============================================================*/

.onlineMtgPage {
 background:#FFF7EA;
}
.onlineMtgPage .contents-inner{
 margin-top: 50px;
}
.onlineMtgPage h2.firstview{
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 height: 300px;
 background: url(/share/img/page/online/fv.png) no-repeat;
}


/*コンテンツ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;
}
.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;
 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 {
 width: 100%;
 order: -2;
 padding: 10px;
}
.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;
 margin-bottom: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に出す*/

div + .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;
}