/*
Theme Name:   AWE Child
Theme URI:    http://codexcoder.me/
Template:     awe-wp
*/

.section-title.sub.option{
    position: relative;
    top: 50px;
}

/* 12 - Pricing Section
------------------------------------------------------------------------*/
.price-plan-box {
    background:#ffffff;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    max-width: 500px;
    height: 750px;
    text-align: center;
    z-index: 0;
    position: relative;
    margin: 10px auto 10px auto;
}

.plan-price-box{
    width: 140px;
    height: 120px;
    position: relative;
    z-index: 0;
    left: -40px;
    margin: auto;
}

.plan-price-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0 70px 120px 70px;
    border-color: #ffffff #ffffff #ccc #ffffff;
    z-index: -1;
}

.plan-description {
    list-style: none;
    margin: 0;
    padding: 30px 0;
    text-align: left;
}
}

.plan-description ui {
}


.plan-description li {
    padding: 6px;
    line-height: 25px;
    list-style: none;
    margin-left: -30px;
}

table.productoption{
margin: 0 auto;
}

table.productoption tr{
    border-bottom: 1px solid #CCC;
}

table.productoption th{
    width: 20%;
    background: #1fb5ac;
    color: #FFF;
    padding: 5px;
}

table.productoption td{
    padding: 5px;
}


/* company
------------------------------------------------------------------------*/

table.company{
    margin: 0 auto;
}

table.company tr{
    border-bottom: 1px solid #CCC;
}

table.company th{
    width: 25%;
    color: #FFF;
    padding: 5px;
}

table.company td{
    padding: 5px;
    text-align: left;
}

/* PORTFOLIO
------------------------------------------------------------------------*/
.portfoliowrap{
    padding: 0 10px;
    max-width: 1450px;
    margin: 0 auto;
}

.productwrap{
    margin-bottom: 1.5rem;
}

.youtube {
    position: relative;
    height: 0;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.productwrap img{
    width: 100%;
}

/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
    .float-right{
        float: right;
        width: 49.5%;
    }
    .float-left{
        float:left;
        width: 49.5%;
    }
    .productwrap:after{
        display: block;
        clear: both;
        content: "";
    }
}

/* 18 - Contact Form
------------------------------------------------------------------------*/
.formclear{
    clear: both;
}

.wpcf7 span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10pt;
    display: block;
    position: relative;
    top: -25px;
    left: 15px;

}

.wpcf7 .wpcf7-not-valid {
    background: #FFDBDB;
}
