/*ーーーーーーーーーーーーーーーーーーーーーーーーーー
TOP CSS
------------------------------------------------------*/

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーmain*/
main img{
    max-width: 100%;
    height: auto;
}

section{
    margin-bottom:50px;
}


/*-----------------------------------------------------黒帯*/
.obi{
    background: #333;
    padding: 0.1% 40px 0.1% 40px;
    position: relative;
    z-index:100;
}

.obi-row {
    display: flex;
    -js-display: flex;
    max-width: 1435px;
    margin: 0 auto;
    align-items: center;
    padding: 0.6% 40px;
    box-sizing: border-box;
}
.obi-row_package{
    width: 35%;
    margin-right:3%;
    margin-top: -4.5em;
    z-index:3;
    align-self: flex-end;
}
.obi-row_package img{
    width: 100%;
}

.obi-row_body{
    width: 30%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
}

.obi-row_body img{
    width: 100%;
}

.obi-row_body .os_Type li{
    flex-basis: 50%;
    text-align: center;
}

.obi-row_body .os_Type li span{
    padding-right: 5px;
}

.obi-row_body .os_Type li:first-child{
    border-right: solid 1px #666;
    text-align: center;
}

.obi-row_body .os_Type {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    color: #666;
    display: flex;
    -js-display: flex;
    justify-content: space-around;
    padding: 3px 0;
    width: 100%;
}

.obi-tryal-buy_btn {
    width: 27%;
}

.obi-tryal-buy_btn  a{
    width: 100%;
    padding: 2.5% 0 3.5%;
    font-size: 200%;
    font-weight: 500;
}

.obi-tryal-buy_btn .tryal_btn{
    margin-bottom: 10px;
}


/*-------------------------------------------------メインビジュアル*/



.main-visual{
    position: relative;
    width: 100%;
}

.main-visual img{
    height: auto;
    width: 100%;
}

/*コピー*/
.main-visual h3{
    position: absolute;
    top:0;
    left: -1.5%;
    z-index:5;
}
.main-visual h3 img{
    width: 80%;
}

.main-visual img{
    width: 100%;
}

/*バナー/////////////////////////////////////////////*/
p.banner{
    position: absolute;
    right:-255px;
    padding-right: 10px;
    bottom:-350px;
    z-index:5;
}
p.banner img{
    max-width: 50%;
}

.bxslider  > div{
    z-index: 0 !important;/*スライダーが前面に出るので後ろに表示させる*/
    width: 100%;
   overflow: hidden;
}


/*///////////////キャンペーン時////////////////*/
/*コピーより前面に出す番目の画像位置調整*/

 /*.bxslider div:nth-child(2),*/
 /*.bxslider div:nth-child(4),*/
 /*.bxslider div:nth-child(6),*/
 /*.bxslider div:nth-child(8),*/
 /*.bxslider div:nth-child(10),*/
 /*.bxslider div:nth-child(12){*/
    /*z-index: 10 !important;*/
    /*position: relative;*/
/*}*/

/*.bxslider div a {*/
    /*display: block;*/
    /*height: auto;*/
/*}*/

/*.bxslider div a:hover{*/
    /*opacity: 1 !important;*/

/*}*/

/*-------------------------------------------------6つの用途*/
.valuse-ttl{
    display: flex;
    -js-display: flex;
    margin-bottom: 30px;

}
.valuse-ttl h2{
    flex-basis: 20%;
    margin-right: 30px;
}
.valuse-ttl h2 img{
    max-width:100%;
}

.valuse-ttl > div{
    flex-basis: 70%;
    align-self: center;
}

.valuse-ttl > div h3{
    font-size: 140%;
    margin-bottom: 10px;
    margin-bottom: 2px;
    margin-top: -4px;
}
.valuse-ttl > div > p{
    font-size: 90%;
}

/*タイル*/
.values{
    display: flex;
    -js-display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -20px;

}
.values-row{
    flex-grow:1;
    background: #fff;
    flex-basis: 28%;
    margin: 0 20px 20px 0;
    position: relative;
    padding-bottom: 30px;
}
.values-row_body_inner{
    background: #ffffff;
    padding: 15px 10px 35px 10px;
}
.values-row_body{
    position: relative;
	padding-left: 40%;
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.values-row_body h5{
    position: absolute;
    top: 0px;
    right:10px;
}
.values-row_body h4{
    position: absolute;
    top:-3px;
    font-size: 400%;
    color: rgba(249, 249, 249 , 0.9);
    /*color: #ffffff;*/
    font-family:'Teko', sans-serif;
    font-weight: 600;
}
.values-row_body h3{
    margin-bottom: 10px;
    font-size: 160%;
}
.values-row_body h3 em {
    font-family: "Teko",sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 0.9;
}
.values-row_body h3 span{
    display: block;
    font-weight: 800;
    letter-spacing: -0.08em;
    margin-bottom: 10px;
    font-size: 100%;
    line-height: 1.0;
}
.values-row_bottom{
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom:0;
    width: 100%;
    color: #fff;
    display: block;
    margin-top: -5px;
    padding: 5px 0;
    font-size: 100%;
}
.values-row_bottom:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 3px;
    color: #f7f7f7;
}
.values-row  a{
    /*transition:  none;*/
    transition: all ease 0.5s;
    text-decoration: none;
}
.values-row  a:hover{
    opacity:1;
}
.values-row_body{
    transition: background-color 0.2s ease 0s;
}
.values-row_body:hover{
    opacity: 1;
}
/*コミック*/
.comic .values-row_body{
    color: #49a3c1;
}
.comic .values-row_bottom{
    background : -moz-linear-gradient(50% -27.42% -90deg,rgba(73, 163, 193, 1) 0%,rgba(0, 116, 168, 1) 100%);
    background : -webkit-linear-gradient(-90deg, rgba(73, 163, 193, 1) 0%, rgba(0, 116, 168, 1) 100%);
    background : -webkit-gradient(linear,50% -27.42% ,50% 92.31% ,color-stop(0,rgba(73, 163, 193, 1) ),color-stop(1,rgba(0, 116, 168, 1) ));
    background : -o-linear-gradient(-90deg, rgba(73, 163, 193, 1) 0%, rgba(0, 116, 168, 1) 100%);
    background : -ms-linear-gradient(-90deg, rgba(73, 163, 193, 1) 0%, rgba(0, 116, 168, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#49A3C1', endColorstr='#0074A8' ,GradientType=0)";
    background : linear-gradient(180deg, rgba(73, 163, 193, 1) 0%, rgba(0, 116, 168, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49A3C1',endColorstr='#0074A8' , GradientType=0);
}

/*アートイラスト*/
.illust .values-row_body{
    color: #00a577;
}
.illust .values-row_bottom{
    background : -moz-linear-gradient(50% 93.98% 90deg,rgba(0, 138, 77, 1) 0%,rgba(0, 165, 119, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(0, 138, 77, 1) 0%, rgba(0, 165, 119, 1) 100%);
    background : -webkit-gradient(linear,50% 93.98% ,50% 8.69% ,color-stop(0,rgba(0, 138, 77, 1) ),color-stop(1,rgba(0, 165, 119, 1) ));
    background : -o-linear-gradient(90deg, rgba(0, 138, 77, 1) 0%, rgba(0, 165, 119, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(0, 138, 77, 1) 0%, rgba(0, 165, 119, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#008A4D', endColorstr='#00A577' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(0, 138, 77, 1) 0%, rgba(0, 165, 119, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A577',endColorstr='#008A4D' , GradientType=0);
}

/*デザイン*/
.design .values-row_body{
    color: #7b5ca5;
}
.design .values-row_bottom{
    background : -moz-linear-gradient(50% 96.99% 90deg,rgba(76, 34, 133, 1) 0%,rgba(123, 92, 165, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(76, 34, 133, 1) 0%, rgba(123, 92, 165, 1) 100%);
    background : -webkit-gradient(linear,50% 96.99% ,50% 2.54% ,color-stop(0,rgba(76, 34, 133, 1) ),color-stop(1,rgba(123, 92, 165, 1) ));
    background : -o-linear-gradient(90deg, rgba(76, 34, 133, 1) 0%, rgba(123, 92, 165, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(76, 34, 133, 1) 0%, rgba(123, 92, 165, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C2285', endColorstr='#7B5CA5' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(76, 34, 133, 1) 0%, rgba(123, 92, 165, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7B5CA5',endColorstr='#4C2285' , GradientType=0);
}

/*マンガ*/
.manga .values-row_body{
    color: #4980cc;
}
.manga .values-row_bottom{
    background : -moz-linear-gradient(50% -7.36% -90deg,rgba(73, 128, 204, 1) 0%,rgba(16, 88, 188, 1) 100%);
    background : -webkit-linear-gradient(-90deg, rgba(73, 128, 204, 1) 0%, rgba(16, 88, 188, 1) 100%);
    background : -webkit-gradient(linear,50% -7.36% ,50% 71.06% ,color-stop(0,rgba(73, 128, 204, 1) ),color-stop(1,rgba(16, 88, 188, 1) ));
    background : -o-linear-gradient(-90deg, rgba(73, 128, 204, 1) 0%, rgba(16, 88, 188, 1) 100%);
    background : -ms-linear-gradient(-90deg, rgba(73, 128, 204, 1) 0%, rgba(16, 88, 188, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4980CC', endColorstr='#1058BC' ,GradientType=0)";
    background : linear-gradient(180deg, rgba(73, 128, 204, 1) 0%, rgba(16, 88, 188, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4980CC',endColorstr='#1058BC' , GradientType=0);
}

/*アニメ*/
.anima .values-row_body{
    color: #eb668c;
}
.anima .values-row_bottom{
    background : -moz-linear-gradient(50% 96.99% 90deg,rgba(228, 49, 100, 1) 0%,rgba(235, 102, 140, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(228, 49, 100, 1) 0%, rgba(235, 102, 140, 1) 100%);
    background : -webkit-gradient(linear,50% 96.99% ,50% 2.54% ,color-stop(0,rgba(228, 49, 100, 1) ),color-stop(1,rgba(235, 102, 140, 1) ));
    background : -o-linear-gradient(90deg, rgba(228, 49, 100, 1) 0%, rgba(235, 102, 140, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(228, 49, 100, 1) 0%, rgba(235, 102, 140, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E43164', endColorstr='#EB668C' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(228, 49, 100, 1) 0%, rgba(235, 102, 140, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EB668C',endColorstr='#E43164' , GradientType=0);
}

/*本*/
.book .values-row_body{
    color: #63b72f;
}
.book .values-row_bottom{
    background : -moz-linear-gradient(50% 93.98% 90deg,rgba(6, 167, 0, 1) 0%,rgba(103, 181, 50, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(6, 167, 0, 1) 0%, rgba(103, 181, 50, 1) 100%);
    background : -webkit-gradient(linear,50% 93.98% ,50% 7.64% ,color-stop(0,rgba(6, 167, 0, 1) ),color-stop(1,rgba(103, 181, 50, 1) ));
    background : -o-linear-gradient(90deg, rgba(6, 167, 0, 1) 0%, rgba(103, 181, 50, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(6, 167, 0, 1) 0%, rgba(103, 181, 50, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#06A700', endColorstr='#67B532' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(6, 167, 0, 1) 0%, rgba(103, 181, 50, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67B532',endColorstr='#06A700' , GradientType=0);
}

/*----------------------------------------------------4つの理由*/
.reasons-row{
    display: flex;
    -js-display: flex;
    border-top: solid 1px #ddd;
    padding: 25px 0;
    align-items: center;
}

.reasons-ttl {
    display: flex;
    -js-display: flex;
    margin-bottom: 30px;
}

.reasons-ttl h2{
    flex-basis: 25%;
    margin-right: 30px;
}

.reasons-ttl > div{
    flex-basis: 70%;
    align-self: center;

}

.reasons-ttl > div h3{
    font-size: 140%;
}

.reasons-row h2{
    font-size: 250%;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: 'Roboto', 'Noto Sans JP',sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.reasons-row h2 span.number{
    padding: 3px 0 0;
    font-size: 60%;
    background: #333;
    color: #fff;
    display:block;
    width: 5em;
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;

}
.h3_hedding{
    display: inline-block;
    border: 1px solid #333;
    line-height: 160%;
    padding: 0.3em 3px 0 5px;
    margin-bottom: 10px;
}

.reasons-row h3{
    font-family: 'Teko', sans-serif;
    font-size: 120%;
    display: flex;
    align-items: center;
}

.reasons-row h3 span.number{
    font-size: 160%;
}

.reasons-row_body{
    flex-basis:50%;
    margin-right:65px;
}

.reasons-row_body > p{
    margin-bottom: 20px;

}

.reasons-row_body  p.note{
    font-size: 80%;
    font-weight: 400;
}
.reasons-row_img{
    flex-basis:45%
}

.school_List{
    font-size: 60%;
    border: dotted 1px #ccc;
    border-radius: 5px;
    padding: 15px;
    color: #666;
    font-weight: normal;
}

.reasons-row h2 em{
    background: 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%);
}

/*-----------------------------------------------------商品案内*/
.product{
    border: solid 3px #333;
    border-radius: 5px;
    padding: 40px;
}

.product-row{
    display: flex;
    -js-display: flex;
}

.product-row:first-child{
    margin-bottom: 50px;
}
.product-row_body{
    /*flex-basis: 55%;*/
    margin-top: 20px;
}

.product-row_img{
    flex-basis: 45%;
}
.product-row h2{
    margin-bottom: 0px;
    line-height: 1.3;

}
.product-row h2 em{
    font-size: 250%;
    margin-bottom: 20px;
    /*font-family: 'Teko', sans-serif;*/
    font-weight:bold;
    line-height: 1.3;
    white-space: nowrap;
    letter-spacing: 0;
}

.product-row h2 span{
    font-size: 100%;
    display: block;
    margin-bottom: -0.5em;
}

.product-row h2 + p{
    margin-bottom: 10px;
    /*font-size: 120%;*/
}

.product-row h2 + p + p{
    margin-bottom: 40px;
}

.product-row  .tryal-buy_btn{
    display: flex;
    -js-display: flex;
    width: 100%;
    justify-content:space-between;
}

.product-row .valu_btn{
    margin-top: 5px;
}
.product-row .tryal_btn,
.product-row .buy_btn,
.product-row .valu_btn {
    width: 48%;

}
.product-row  .tryal_btn a,
.product-row .buy_btn a,
.product-row .valu_btn a{
    width: 100%;
    padding: 15px 0;
    font-size: 130%;
    font-weight: 500;
}

.product-row .valu_btn span{
    font-size: 80%;
}
.product-row .valu_btn em{
    font-size: 100%;
    font-weight: 600;
    margin-bottom: -1px;
}

.product-row_body_ttl{
    display: flex;
    -js-display: flex;
    letter-spacing: 0.03em;
    align-items: center;
    margin-bottom: -10px;
}
.product_heading {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 600;
}
.product-row_body_ttl h3{
    font-size: 130%;
    padding-right: 20px;
    margin-top: -2px;
	white-space: nowrap;
}

.product-row_body_ttl em{
    color:#999;
    font-size: 76%;
    margin-top: -1px;
}

.product-row_body_ttl span{
    color:#999;
    font-size: 76%;
    margin-top: -1px;
    padding-right: 5px;
}
.product-row_body_ttl em{
    padding-right: 10px;
}

.product-row h4 {
    font-size: 160%;

}
.product-row h4 em{
    font-size: 300%;
    /*font-family: 'Teko', sans-serif;*/
    font-weight: bold;
    /*font-family: 'Lato','Noto Sans JP', sans-serif;*/
    font-family: 'Roboto',sans-serif;
}

.product-row h4 span{
    font-size: 50%;
}

/*商品案内（ボリュームライセンス）*/
.volume{
    padding: 40px 40px 40px 40px;
}
.volume .product-row_body{
    flex-basis: 100%;
    margin-top: 0;
}
.volume .product-row:first-child{
    margin-bottom:0;
}
.volume .product-row h2 em{
    width:auto;
    font-size:180%;
    line-height:1.25em;
    /*font-family:'Teko', 'Roboto', 'Noto Sans JP',sans-serif;*/
}
.volume .product-row h2 em span{
    font-size:100%;
    display:inline;
    margin-bottom:0;
    vertical-align:middle;
    font-weight:700;
    letter-spacing:0;
}
.volume .product-row h2 em span.text_la{
    font-size:130%;
}
.volume .product-row h2 + p + p{
    margin-bottom:0;
}

/*--------------------------------------------twitter-news*/
.twitter-news{
    background: #e6e9ea;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 0px;
}

.twitter-news_wrap{
    margin: 0 auto 200px auto;
    max-width: 1360px;
    box-sizing: border-box;
    padding:0 30px;
}

.twitter-news_wrap_row {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
}

.twitter-news_wrap_row > div{
    flex-basis: 49%;
}

.twitter-news_wrap_row h2{
    margin-bottom: 40px;
    font-family:'Teko', sans-serif;
    font-size: 380%;
    font-weight: bold;
    display: flex;
    -js-display: flex;
    align-items: center;
}
.twitter-news_wrap_row h2 span{
    width: 8%;
    margin: 0 10px 10px 0;

}
.twitter-news_wrap_row h2 img{
    max-width: 100%
}

.twitter-news .twitter-news_wrap_row h3{
    margin-bottom: 30px;
    display: flex;
    -js-display: flex;
    align-items: center;
    font-weight: bold;
}

.twitter-news .twitter-news_wrap_row  h3 em{
    font-family: 'Teko', sans-serif;
    font-size: 260%;
    font-weight: bold;


}

.twitter-news .twitter-news_wrap_row  h3 span{
    background: #ffffff;
    border-radius: 30px;
    font-size: 70%;
    padding:3px 10px;
    margin-left: 20px;
    margin-top: -3px;
    display: block;
}

.twitter-news .sns-ttl {
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-weight: bold;
    font-size: 230%;
}

/*キャンペーンバナー*/
.twitter-news .news p{
    margin-top: -30px;
    margin-bottom: 40px;
}
.twitter-news .news p img{
    width: 100%;

}

.sns-icons{
    font-size: 200%;
    color: #333;
    display: flex;
    -js-display: flex;
    justify-content: center;
}

.sns-icons li{
    margin-left: 20px;
}

.sns-icons a:hover{
    color: #efea3a;
}

.box_type02{

}

.box_type02 ol li,
.auto_newsarea li{
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 80%;
    border-bottom: 1px dotted #666;
}
.auto_newsarea li .news_date{
    display: block;
}
.info_box{
    border: 2px solid #ccc;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 60px;
}
.box_type04 h2{
    display: none;
}

.box_type04{
    height: auto;
	overflow: auto;

}

/*=============================================================================980px以下用（PC用）の記述 */
@media screen and (max-width: 980px) {
    .product-row h2 em{
        /*font-size: 6vw;*/
    }
    .product-row h4 em{
        font-size: 8vw;
    }

}






