:root{
    --white: #ffffff;
    --blue1: #4f96ff;
    --blue2: #004df4;
    --blue3: #95c0ff;
    --yellow1: #fff1a6 /*#fef8bc*/;
    --yellow2: #f7d626 /*#fef493*/;
}



*{
    box-sizing: border-box;
    max-width: 100%;
}




body{

 /*   font-family: “Hiragino Sans”, “Hiragino Kaku Gothic ProN”, “ヒラギノ角ゴ ProN”, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;*/
 font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.7em;
    color: #333;
}



.sec {
    position: relative;
    background: cover;
    text-align: center;
}



.sec_wrap{
    position: relative;
    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 40px 20px;
}



.sec_title{
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 1em;
}



.sec_title span{
    display: block;
    font-size: 20px;
    margin-bottom: 0.5em;
    color: var(--blue1);
}



.sec_lead{
    font-size: 12px;
    margin-bottom: 30px;
}


.sec_lead strong {
    font-size: 1.2em;
    margin-top: -15px;
    display: block;
    text-decoration: underline solid 1.5px var(--yellow2);
}



.sec_image{
    margin-top: 30px;
}




/*------------------------*/
.form{
    background: no-repeat center bottom url(/assets/images/products/streamsync/bg_blue.jpg);
    background-size: cover;
    text-align: center;
}


.form_title{
    font-size:20px;
    margin-bottom: 0.5em;
    font-weight: 900;
    color: var(--white);
}



.form_button a{
    display: block;
    line-height: 70px;
    font-size:30px;
    color: var(--white);
    background-color: var(--blue2);
    border-radius: 15px;
    box-shadow: rgba(0,0,0,0.3) 0 10px 10px;
}


.form_button a:hover {
    opacity: .7;
}



/*------------------------*/
.streamsync-hero{
    padding-top: 112px;
    background: no-repeat url(/assets/images/products/streamsync/bg_blue.jpg);
    background-size: cover;
}

body.is-announcement-closed .streamsync-hero {
    padding-top: 64px;
}

@media screen and (max-width: 767px) {
    .streamsync-hero {
        padding-top: 120px;
    }
}


.streamsync-hero .sec_wrap{
    width: 1100px;
    background: no-repeat right bottom url(/assets/images/products/streamsync/image_pc.png);
}


.head_title{
    margin-bottom: 30px;
}


.streamsync-hero .form_button {
    position: absolute;
    top: 20px;
    right: 20px;
}


.streamsync-hero .form_button a {
    font-size: 24px;
    line-height: 1em;
    padding: 40px;
}


.usecase {
    background-color: var(--yellow1);
}


.usecase .sec_image img{
    width: 600px;
}


.service .sec_image img{
    width: 600px;
}


.voice {
    background-color: var(--blue3);
}


.custam {
    background-color: var(--yellow1);
}


.flow ul{
    display:inline-block;
    margin:auto;
    text-align:left;
}


.flow li{
    list-style: decimal inside;
    padding:0.5em 2em;
    background:  #efefef;
    border-bottom:3px solid var(--white);
    color:  var(--blue1);
}


.flow li span{
    color:  #333;
}


.footer_title{
    margin-bottom: 20px;
}


.footer_title img{
    width: 200px;
}


.footer_content {
    font-size:12px;
    line-height: 1.8em;
}


.copy {
    font-size: 12px;
    background: #333;
    text-align: center;
    color: var(--white);
}


.mailaddress {
    display: none;
}


/*--
.form_input {
    margin-top: 30px;
}
.form_input li{
    text-align:left;
    vertical-align:middle;
    line-height:2em;
    margin-bottom:20px;
    display:flex;
}
.form_input label{
    width:300px;
    color: #fff;
}
.form_input input,
.form_input textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding:0 1em 0; 
    width:100%;
    font-weight: normal;
}
.form_input input[type=submit] {
    margin-top:10px;
    text-align:center;
    background: var(--yellow2);
    line-height: 2em;
    font-size:1.5em;
    border:none;
    border-radius: 10px;
    transition: 1s;
}
.form_input input[type=submit]:hover{
    background: var(--blue2);
    color:#fff;
}
.form_tel{
    margin-top:10px;
    color:#fff;
    font-size:3em;
}--*/
.form_content{
    display:flex;
    margin: 10px 0 15px;
    border:1px solid var(--white);
    border-radius:10px;
}


.form_content li{
    width:50%;
    color:#fff;
    font-size:1.5em;
    letter-spacing:0.1em;
    line-height:1.5em;
    position:relative;
    border-left:1px solid #fff;
}


.form_content li:first-child{
    border:none;
}


.form_content li a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.form_content li a:hover{
    background: rgba(255,255,255,.2);
}


/*------------------------*/


@media screen and (max-width: 480px) {
    .sec_wrap{
        padding: 30px 20px;
        text-align:left;
    }
    .sec_title{
        font-size: 18px;
    }   
    .sec_title span{
        font-size: 15px;
    }
    .sec_lead br{
        display: none;
    }
    .sec_image{
        margin-top: 15px;
    }
    
    
    /*------------------------*/
    .form_title{
        font-size:18px;
        text-align: center;
    }
    
    .form_button a{
        text-align: center;
        line-height: 50px;
        font-size:15px;
        border-radius: 5px;
    }
    .form_content li{
        text-align:center;
        line-height:2em;
        font-size:0.8em;
    }   
    /*------------------------*/
    .head_title {
        margin-bottom: 10px;
    }
    .streamsync-hero .sec_wrap{
        background: no-repeat center bottom 80px url(/assets/images/products/streamsync/image_pc.png);
        background-size: auto 150px;
    }
    .streamsync-hero .form_button {
        position:static;
        margin-top: 150px;
    }
    .streamsync-hero .form_button a {
        font-size: 15px;
        line-height: 1em;
        padding: 20px;
    }
}
