@charset "UTF-8";

.price_area {
	background-image: url(../img/index/bg_wave_left.png), url(../img/index/bg_wave_right.png);
	background-position: left top, right bottom 20%;
	background-repeat: no-repeat, no-repeat;
	background-size: 46%, 46%;
}

.price_area_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.table_area {
    display: flex;
    margin-bottom: 100px;
    justify-content: space-between;
}

.table_contents {
    width: 49%;
    padding: 40px;
    background: #fff;
    box-shadow: 3px 8px 35px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.table_op {
    width: 32%;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 30px rgba(0,0,0,0.1);
}

table.price_table th {
    width: 30%;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #eee;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 26px;
    color: #71c7d5;
    text-align: center;
}

table.price_table td {
    padding: 10px 0 10px 30px;
    width: 70%;
}

table.price_table {
    width: 100%;
}

.price_num {
    font-size: 2.4rem;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.price_num span {
    font-size: 1.2rem;
}

p.price_cap {
    font-size: 1.3rem;
    margin: 15px 0;
}

.course_age {
    width: 90px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid;
    color: #71c7d5;
    margin-right: 6px;
    border-radius: 4px;
    padding: 3px 0;
}

section.price_area {
    padding-bottom: 150px;
}

h2.price_course_name {
    text-align: center;
    font-size: 2rem;
    color: #5b5b5b;
    margin: 0 0 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.table_op table th {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.table_op table td {
    padding: 10px 0 0;
    display: flex;
    width: 100%!important;
    justify-content: center;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

.price_area_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
}

.table_area {
    display: block;
    margin-bottom: 40px;
    justify-content: space-between;
}

.table_contents {
    width: 100%;
    padding: 20px;
    box-shadow: 1px 4px 14px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-bottom: 16px;
}

.table_op {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 1px 4px 14px rgba(0,0,0,0.1);
}

table.price_table th {
    width: 100%;
    padding: 0 0 12px 0;
    border-right: none;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 24px;
    color: #71c7d5;
    text-align: center;
    border-bottom: 1px solid #eee;
    display: block;
}

table.price_table td {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
}

table.price_table {
    width: 100%;
}

.price_num {
    font-size: 2.4rem;
    margin: 15px 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

.price_num span {
    font-size: 1.2rem;
}

p.price_cap {
    font-size: 1.3rem;
    margin: 15px 0 0;
}

.course_age {
    width: 90px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid;
    color: #71c7d5;
    margin-right: 6px;
    border-radius: 4px;
    padding: 3px 0;
}

section.price_area {
    padding-bottom: 60px;
    background-image: url(../img/index/bg_wave_left.png), url(../img/index/bg_wave_right.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
}

h2.price_course_name {
    text-align: center;
    font-size: 1.8rem;
    color: #5b5b5b;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.table_op table th {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.table_op table td {
    padding: 10px 0 0;
    display: flex;
    width: 100%!important;
    justify-content: center;
}

}

