@charset "UTF-8";

html {
    font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Sans','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
}

h2 {
    font-size: 20px;
    color: #505050;
    margin: 50px 0 10px 0;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    color: #505050;
    margin: 40px 0 10px 0;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

p.navi__title {
    font-size: 14px;
    color: #172028;
    line-height: 1;
}

p {
    font-size: 14px;
    color: #505050;
    line-height: 22px;
}

img {
    max-width: 100%;
}

#side .side__title {
    line-height: 18px;
}

/*リード*/

.lead {
    font-size: 14px;
    color: #63707d;
    line-height: 22px;
    margin: 10px 0;
}

.lead a {
    color: #63707d;
    font-weight: 800;
    text-decoration: underline;
}

.lead a:hover {
    color: #63707d;
    text-decoration: underline;
    opacity: 0.6;
}

.lead p {
    font-size: 15px;
    margin-top: -15px;
    margin-bottom: 5px;
    line-height: 24px;
}

hr {
    height: 1px;
    background-color: #dcdcdc;
    border: none;
}

.bold {
    font-weight: bold;
}

/*マニュアルTOPワークフロー*/

#workflow {
    /*height: 70px;*/
    font-size: 0;
    /*text-align: center;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 742px;
}

#workflow > a {
    background-color: #63707d;
    border-radius: 5px;
    border: 1px solid #63707d;
    color: white;
    display: inline-block;
    font-size: 13px;
    height: 33px;
    padding: 5px 5px 5px 0px;
    text-align: center;
    /*top: 82px;*/
    vertical-align: middle;
    width: 95px;
    line-height: 33px;
    margin-right: 4px;
    position: relative;
}

@media screen and (max-width:1200px) { 
    #workflow > a {
        font-size: 10px;
    }
}

#workflow > a#salesstaff_howto {
    line-height: 1.35;
}

#workflow > a:last-child {
    margin-right: 0;
}

#workflow > a:hover {
    background-color: #c6ccd1;
    border-color: #63707d;
}

#workflow > a:before {
    position: absolute;
    display: block;
    content: "";
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    right: -4px;
    top: 16px;
}

.red {
    color: #d10100;
}

.group a.red {
    color: #d10100;
    text-decoration: underline;
}

/*
#workflow>a#designer_howto {
        left: 0px;
        top:0;
}

#workflow>a#writer_howto {
        left: 150px;
        top: 0;
}

#workflow>a#dtpstaff_howto {
        left: 300px;
        top: 0;
}

#workflow>a#webstaff_howto {
        left: 450px;
        top: 0;
}

#workflow>a#editor_howto {
        left: 600px;
        top: 0;
}

#workflow>a#salesstaff_howto {
        left: 750px;
        top: 0;
}*/

/*ポイント*/

.point {
    font-size: 13px;
    color: #63707d;
    line-height: 22px;
}

.point_div {
    margin: 10px 0;
    border: 1px solid #63707d;
    padding: 10px 5px 10px 10px;
    width: 700px;
}

.point_icon {
    color: white;
    background-color: #63707d;
    border-radius: 2px;
    padding: 2px;
    font-size: 13px;
}

.point_div p {
    /*    padding-top: 10px;
*/
}

p.point_text {
    font-size: 12px;
    padding-top: 10px;
    color: #707070;
}

.point_div a {
    color: #63707d;
}

.point_div a:hover {
    border-bottom: 1px solid #000;

}

.caution {
    font-size: 14px;
    color: #d10100;
    line-height: 22px;
}

.caution_div {
    margin: 10px 0;
    border: 1px solid #d10100;
    padding: 10px 5px 10px 10px;
    width: 725px;
}

.caution_icon {
    color: white;
    background-color: #d10100;
    border-radius: 2px;
    padding: 2px;
    font-size: 13px;
}

p.caution_text {
    font-size: 10px;
    padding-top: 12px;
    color: #d10100;
}

.caution_div a:hover {
    color: #63707d;
    text-decoration: underline;
    opacity: 0.6;
}

/*各ロールindex*/

div.box {
    position: relative;
    border: 1px solid #505050;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #505050;
    width: 190px;
    height: 160px;
    z-index: 1;
}

p.box_title {
    padding: 20px 0px 10px;
    margin: 10px 15px 0;
    text-align: center;
    font-size: 15px;
    color: #63707d;
    width: 160px;
    z-index: 1;
}

/* 20200428 追加css */

p.box_title_sml {
    padding: 20px 0px 10px;
    margin: 10px 15px 0;
    text-align: center;
    font-size: 12px;
    color: #63707d;
    width: 160px;
    z-index: 1;
}

p.box_text {
    text-align: center;
    font-size: 12px;
    padding: 20px 0 20px;
    color: #707070;
    line-height: 18px;
    z-index: 1;
}

span.tri2 {
    position: absolute;
    top: 145px;
    left: 175px;
    color: #2BD0E3;
    font-size: 10px;
    z-index: 1;
}

div.linkArea {
    position: relative;
    width: 190px;
    height: 160px;
    z-index: 1;
    display: inline-block;
    margin: 0 20px 30px 0;
    vertical-align: top;
}

div.linkArea a {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

div.linkArea:hover {
    background-color: rgb(245, 245, 245);
}

span.longstyle {
    display: inline-block;
    transform: scale( 0.9, 1);
    width: 180px;
    margin-left: -10px;
}

.header-section {
    position: relative;
}

section#icon {
    width: 1085px;
    position: relative
}

div.explain {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.attention {
    margin: 30px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #505050;
    width: 900px;
}

div.point {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d10100;
    float: left;
    font-weight: .nexter;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    margin: 5px 12px 0 0;
}

p.attention_head {
    color: #d10100;
    font-size: 15px;
}

p.attention_explain {
    font-weight: .nexter;
    margin: 20px 0;
}

img.exclamation {
    margin-left: 20px;
    margin-right: 13px;
    float: left;
    margin-top: -3px;
}

nav.pagenation {
    position: relative;
    text-align: center;
    /*      border-top: 1px solid #505050;*/
    padding-top: 20px;
    width: 900px;
}

.next,
.prev,
.index {
    position: absolute;
    width: 100px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 16px;
    height: 25px;
    border: 1px solid #2BD0E3;
}

.next {
    left: 220px;
}

.prev {
    left: 0;
}

.index {
    text-align: center;
    left: 110px;
}

.pagenation a {
    padding-top: 8px;
    color: #2BD0E3;
    display: block;
}

.pagenation a:hover {
    background-color: #2BD0E3;
    color: white;
}

img.gif_explain {
    border: solid 1px #DDDDDD;
    height: 300px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#lightbox-panel_1 {
    width: 994px;
    margin-left: -497px;
    /* 要素の大きさの半分引く */
}

.content-section a.refer :hover {
    filter: alpha(opacity=60);
    text-decoration: none;
    -moz-opacity: 0.60;
    cursor: pointer;
    opacity: 0.60;
}

/* Lightbox表示時に背景を黒に */

#BlackWindow {
    background: #000000;
    display: none;
    filter: alpha(opacity=70);
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0px;
    z-index: 1;
}

#BlackWindow :hover {
    cursor: pointer;
}

/* Lightboxで表示させる画像*/

img[id^=lightbox-panel] {
    border: none;
    display: none;
    height: 600px;
    left: 50%;
    padding: 10px;
    position: fixed;
    top: 50px;
    z-index: 10;
}

#designer,
#writer,
#editor {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*      bottom: 2px;*/
    top: -25px;
    height: 30px;
    position: absolute;
    text-align: center;
    vertical-align: 100px;
    width: 30px;
}

#designer {
    right: 300px;
}

#writer {
    right: 250px;
}

#editor {
    right: 200px;
}

div[class^=roll] > p {
    padding-top: 5px;
    font-size: 16px;
    /*      font-weight: .nexter;*/
}

div.roll_on {
    border: 1px solid #2BD0E3;
}

div.roll_on > p {
    color: #2BD0E3;
}

div.roll_off {
    border: 1px solid #505050;
}

div.roll_off > p {
    color: #505050;
}

.link a:hover {
    color: #2BD0E3;
    text-decoration: underline;
}

.content-section img {
    border: 1px solid #505050;
    margin: 5px 10px 10px 0;
}

.caption p {
    font-size: 14px;
    margin: 10px 0;
}

.group {
    width: 1020px;
    max-width: 100%;
}

.dicimal {
    font-size: 18px;
    color: #63707d;
    font-weight: bolder;
    font-family: helvetica;
    padding-right: 10px;
}

.triangle {
    font-size: 14px;
    margin-top: 15px;
}

.tri {
    font-size: 14px;
    color: #63707d;
}

.tri_title {
    color: #63707d;
    font-size: 14px;
}

.icon {
    vertical-align: -12px;
    margin-right: -5px;
    margin-left: 5px;
}

.icon img {
    width: 20px;
}

.content-section img.icon_img {
    width: 20px;
    margin: -5px 3px -3px 3px;
}

.iconp {
    margin: 0;
}

.strong {
    color: #d10100;
}

.group a {
    color: #63707d;
    font-weight: bold;
}

.group a:hover {
    color: #63707d;
    opacity: 0.6;
    text-decoration: underline;
}

/*  .img_title {
        font-size: 16px;
        margin: 50px 0 10px 0;
        border-left: 10px solid #63707d;
        padding-left: 10px;
        color: #505050;
        font-weight: bolder;
}
*/

.share_alert_example {
    width: 720px;
    height: 38px;
    background: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
    padding: 2px 10px 1px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #707070;
    margin-bottom: 10px;
}

h3.user_management_headings {
    margin-top: 10px;
}


.anchor_list {
    margin-top: 20px;
    margin-bottom: 5px;
}
.anchor_item {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 15px;
}

.anchor_item a {
    color:  #63707d;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}


.anchor_item a::before {
    width: 10px;
    height: 6px;
    background-image: url("/static/img/cmn/bg_arrow03.png");
    background-size: 10px 6px;
    position: absolute;
    display: block;
    content:  '';
    /*right: -20px;*/
    left: 0px;
    top: 60%;
    transform:  translateY(-50%);
}


.anchor_item a:hover {
    color:#c5f1f5;
    text-decoration:underline;
}


.line-through {
    text-decoration-line: line-through;
}


.underline {
    display: inline-block;
    text-decoration: underline;
}

.aco .acor {
    margin-bottom: 5px;
    padding-left: 1.5rem;
    padding: 0.5rem;
    position: relative;
}

.aco .acor {
    margin-bottom: 5px;
    padding-left: 1.5rem;
    padding: 0.5rem;
    position: relative;
}

.aco .acor {
    font-size: 14px;
}

.aco .acor:hover {
    opacity: .5;
    cursor: pointer;
}

.acor .tri {
    transform: rotate(-90deg);
}
.acor .tri, 
.acor .tri2 {
    left: 0.2rem;
    position: absolute;
    transition-duration: 0.2s;
    transition-property: all;
    vertical-align: middle;
    top: .8em;
}

.acor .tri2 {
/*    top: auto;*/
    color: #505050;
    font-size: 14px;
    z-index: 1;
}

.acor .question {
    margin-top: 0;
    margin-bottom: 0;
}

.acor .question,
.acor .question2 {
    transition-duration: 0.2s;
    transition-property: all;
    text-indent: .5em;
}
.acor .question2 {
    color: #63707d;
    margin-top: 0;
    margin-bottom: 0;
}

.video {
    width: 100%;
    position: relative;
    background-color: #000;
}

.video::before {
    content:"";
    display: block;
    padding-top: 56.25%;
}
.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.thumbnail:hover {
    cursor: pointer;
}
.player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.player iframe {
    width: 100px;
    height: 100%;
}