@charset "utf-8";
/*-------------------------------------------------

ECCの選べる3ヶ月コースcss
#tanki

-------------------------------------------------*/

#tanki{

}

#tanki #wrap {
    padding: 95px 0 0;
    color: #555;
}

#tanki #visual{
	position: relative;
	margin: 0 0 20px;
	background:none;
	height:auto;
	padding:0;
}

#tanki #visual h1 img {
	width:100%;
}

#tanki #contents .row{
    padding: 40px 20px;
    margin: 50px 0 0;
}

#tanki #contents p{
    font-size: 1.4rem;
}

#tanki #contents h2{
    font-size: 2.6rem;
    font-weight:bold;
    margin-bottom:20px;
}

#tanki #contents #course .gc{
    background: -webkit-linear-gradient(335deg, #004B9F, #00A6B9);
    background: -o-linear-gradient(335deg, #004B9F, #00A6B9);
    background: linear-gradient(65deg, #004B9F, #00A6B9); 
    position:relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px 20px 100px;
}

#tanki #contents #course .toeic{
    background: -webkit-linear-gradient(335deg, #2D2041, #C21584);
    background: -o-linear-gradient(335deg, #2D2041, #C21584);
    background: linear-gradient(65deg, #2D2041, #C21584); 
    position:relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px 20px 100px;
    margin: 80px 0;
}

#tanki #contents #course .business{
    background: -webkit-linear-gradient(335deg, #E40037, #F6B41B);
    background: -o-linear-gradient(335deg, #E40037, #F6B41B);
    background: linear-gradient(65deg, #E40037, #F6B41B); 
    position:relative;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 20px 20px 100px;
}

#tanki #contents #course .fukidashi{
    position: absolute;
    height: 100%;
    width: 100%;
    top: -8%;
    left: 0;
    padding: 30px 0 0 0;
}

#tanki #contents #course .gc .fukidashi{
    background: url("/lpi/tanki/img/fukidashi01.png") no-repeat;
    background-size: 100%;
}

#tanki #contents #course .toeic .fukidashi{
    background: url("/lpi/tanki/img/fukidashi02.png") no-repeat;
    background-size: 100%;
}

#tanki #contents #course .business .fukidashi{
    background: url("/lpi/tanki/img/fukidashi03.png") no-repeat;
    background-size: 100%;
}

#tanki #contents #course .fukidashi p{
    color:#333;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
#tanki #contents #course .fukidashi p{
    font-size: 1.2rem;
    margin-top: 0;
}
}
@media screen and (min-width: 375px) and (max-width: 413px) {
#tanki #contents #course .fukidashi p{
    font-size: 1.3rem;
    margin-top: 5px;
}
}
@media screen and (min-width: 414px) and (max-width: 700px) {
#tanki #contents #course .fukidashi p{
    font-size: 1.4rem;
    margin-top:10px;
}
}
#tanki #contents #course .row{
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#tanki #contents #course p{
    font-size: 1.3rem;
    color:#FFF;
    margin-bottom: 15px;
}

#tanki #contents #course p span{
    font-size: 1.6rem;
    font-weight: bold;

}

#tanki #contents #course h2{
    font-size: 2rem;
    font-weight:bold;  
    color:#FFF;
    margin: 20px 0 10px;
    text-align: center;
}

#tanki #contents #course figure{
    float:none;
    width: 100%;
    text-align: center;
    margin-bottom:10px;
}
#tanki #contents #course figure img{
    width: 100%;
}
#tanki #contents #course .gc .gc_img{
    margin-top:10px;
}
#tanki #contents #course .gc .gc_img img{
    width: 100%;
}

#tanki #contents #course a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#tanki #contents #course a.btn{
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 45px;
    padding: 0 20px;
    background: #fff;
    border-radius: 100px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    font-size: 1.6rem;
    bottom: 40px;
    text-decoration: none;
    margin: auto;
    left: 0;
    right: 0;
    width: 70%;
}

#tanki #contents #course .gc a.btn{
    color: #0068A7;
}

#tanki #contents #course .toeic a.btn{
    color: #C21584;
}

#tanki #contents #course .business a.btn{
    color: #EB6B00;
}

