@charset "utf-8";
/*----------------------------------------------------
	基本
----------------------------------------------------*/

/*----------------------------------------------------
	TOP
----------------------------------------------------*/

/*===============================================
	mv
===============================================*/
#billboard {
	background: url(../images/plan/mv.png) no-repeat;
	background-position: center 50%;
	background-size: cover;
    width: 100%;
    height: 500px;
}

/*===============================================
	#sec02
===============================================*/

#sec02 .txt_02 {
    margin-bottom: 40px;
}

#sec02 table {
    width: 800px;
    margin: 0 auto 3em;
    line-height: 1.5em;
}
#sec02 table td {
    padding: 0 0 0.5em;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}
#sec02 table td span {
    letter-spacing: 0;
    font-size: 110%;
}

#sec02 table tr.price {
    font-size: 18px;
}

#sec02 table tr.price .price_l {
    width: 35%;
}

#sec02 table tr.price .price_r {
    width: 65%;
}

#sec02 table tr.description {
    font-size: 14px;
}
#sec02 table tr.description td {
    padding: 0 1.5em 0.5em;
}
#sec02 p {
    letter-spacing: 0.1em;
}

/*===============================================
	#sec03
===============================================*/

#sec03 .txt_02 {
    margin-bottom: 40px;
}

#sec03 table {
    width: 800px;
    margin: 10px auto;
    line-height: 1.5em;
}
#sec03 table th {
    width: 32%;
    padding: 2% 0;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.1em;
    border: 1px solid #666;
    font-size: 14px;
    vertical-align: middle;
}
#sec03 table td {
    width: 63%;
    padding: 0 0 0 3%;
    text-align: left;
    line-height: 2em;
    letter-spacing: 0.1em;
    font-size: 13px;
    vertical-align: middle;
}
#sec03 p {
    letter-spacing: 0.1em;
}

.arrow {
    margin-left: 125px;
}