@charset "utf-8";

h1{
    margin-top: 30px;
}

.lead{
    font-size: 1.2em;
    margin-top: 30px;
}

.buy_btn,
.buy_btn + p{
    display: flex;
    justify-content: center;
}


/*----------------------------------------------ここがすごい*/
.function_area-wrap{
    border: 3px solid #333;
    border-radius: 5px;
    padding: 20px;
}

.function_area-wrap h2{
    background: #333;
    color: #ffffff;
    margin: -20px -20px 60px;
    display: flex;
}

.function_area-wrap h2 em {
    align-self: center;
    font-size: 1.6em;
    font-weight: 800;
    line-height: 1.6;
    padding: 0 20px;
    flex-basis: 80%;
}

.function_area-wrap h2 img{
    /*width: auto;*/
    flex-basis: 20%;
}

.function_area-wrap h3{
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    background: #eee;
    padding: 10px;
}

.function_area-wrap h4{
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 10px;
}

.function_area{
    display: flex;
    justify-content:space-between;
    margin-bottom: 30px;
}

.function_area > div{
    flex-basis: 48%;
}

.function_area  > div > p{
    margin-top: 10px;
}

/*クリップスタジオならこんなにできる、 充実の機能*/
.function-list{
    display: flex;
    background: #333333;
}

.function-list h5{
    flex-basis: 35%;
    font-size: 1.4em;
    color:#fff;
    padding:20px;
    align-self: center;
}

.function-list ul{
    border: 1px solid #333333;
    padding: 20px;
    background: #ffffff;
    flex-basis: 65%;
}

.function-list ul.list-mark{
    margin-bottom: 0;
}

.function-list2 ul {
    display: flex;
}

.function-list2 ul li{
    border: 1px solid #333;
    border-radius:50%;
    height:270px;
    width: 270px;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 1.1em;
    font-weight: bold;
    box-sizing: border-box;
    margin-left: 20px;
}

.function-list2 ul li p{
    text-align: center;
}

/*プロも愛用する*/
.upgread{
    margin-top: 20px;
}
.upgread span {
    font-size: 1.2em;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(239, 234, 58, 0) 0%, rgba(239, 234, 58, 0) 48%, rgba(239, 234, 58, 1) 49%, rgba(239, 234, 58, 1) 86%, rgba(239, 234, 58, 0) 87%) repeat scroll 0 0;
}

/*----------------------------------------------動画*/
.movie{
    display: flex;
    /*flex-basis:45% ;*/
    justify-content: space-between;
}

.movie  >div{
    flex-basis:48% ;
}
/*-(youtubeサイズ調整用)*/

/*youtube*/
.movie_youtube{
    position: relative;
    padding-bottom: 56.25%;

    height: 0;
    overflow: hidden;



}
.movie_youtube iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.movie h3{
    background: #333333;
    color:#fff;
    font-size: 1.1em;
    padding: 10px;
    font-weight: normal;
    line-height: 1.3;

}

.movie h3 span{
    font-size: 0.8em;
    color: #999999;
}

/*--------------------------------------------ボタン類*/
.buy_btn li a {
    width: 20em;
}

.buy_btn{
     margin-top: 50px;
 }
.buy_btn a {
    background: #ff6d99 none repeat scroll 0 0;
    border-color: #e36387 #e36387 #b6516b;
    padding:  20px;
    font-size: 1.5em;
}

.buy_btn a:hover{
    background: #ff6d99;
    opacity:0.8;
}



.close_btn {
    width:20em;
    font-size:1.5em;
    font-weight:bold;
    text-align:center;
    padding:20px;
    color:#fff;
    background-color:#aaaaaa;
    border-radius: 3px;
    margin: 0 auto 10px auto;
    box-shadow:1px 1px #878787;
}


.debuit_btn{
    margin-top: 20px;
}

.debuit_btn a{
    background: #8bdb29 none repeat scroll 0 0;
    border-color: #7ac026 #7ac026 #66a221;
    padding:  20px;
    font-size: 1.5em;
}

.debuit_btn a:hover{
    background: #8bdb29;
    opacity:0.8;
}

table.type02{
    width: 100%;
}

.font_red{
    color: #ff0000;
}

.mar_top40{
    margin-top: 40px;
}
/*-------------------------------申し込み完了ページ*/

.send_h1{
    font-size: 1.5em;
    margin: 50px 0;
}

.link_list{
    margin-top: 50px;
}