@charset "utf-8";
#anshin ,#kihon ,#simple ,#pricelist ,#standard {
    display: block;
    width: 100%;
    height: 1px;
    float: left;
}
 
#p_explain {
    float: left;
    text-align: center;
    width: 90%;
    height: auto;
    margin-top: 60px;
    transition: 2s;
    margin-left: 5%;
    margin-right: 5%;
}
#p_explain span ,#p_list span ,#p_plan span ,#p_list span ,#p_subtitle2 span {
    display: inline-block;
}

#p_subtitle {
    margin-top: 30px;
    float: left;
    height: auto;
    width: 100%;
    text-align: center;
    transition: 2s;
}
#p_subtitle2 {
    margin-top: 30px;
    float: left;
    height: auto;
    width: 80%;
    text-align: center;
    transition: 2s;
    padding-left: 10%;
    padding-right: 10%;
}
#p_line {
    float: left;
    width: 90%;
    border-bottom: thin solid #419b3e;
    height: 5px;
    display: block;
    margin-top: 60px;
    transition: 2s;
    margin-left: 5%;
    margin-right: 5%;
}

#p_leaf {
    background-image: url(../img/2.intro/i_leaf.png);
    background-size: 90%;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    float: left;
    margin-top: 80px;
    height: 50px;
    transition: 2s;
    background-position: center center;
    background-repeat: no-repeat;
}
#p_list {
    margin-top: 20px;
    transition: 2s;
    float: left;
    width: 100%;
}
table{
    border-collapse: collapse;
    text-align: center;    
    width: 100%;
}
td ,th {
    /*border: thin solid #666;*/
    margin: 0px;
    padding-top: 10px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 10px;
    width: 20%;
    border-bottom: 0.6px solid #D8D6D6;
}
td{	
}
th{
    background-color: #efefef;
}
td.p_long ,th.p_long {
	/*border: thin solid #666;*/
	width: 50%;
}

#p_plan {
    margin-top: 30px;
    transition: 2s;
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 24px;
    font-weight: bold;
}
#p_price {
    margin-top: 10px;
    transition: 2s;
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    font-size: 20px;
}
#p_img1 {
    background-image: url(../img/4.plan/p_img4.jpg);
    background-size: 100%;
    width: 100%;
    float: left;
    height: 40%;
    transition: 2s;
    background-repeat: no-repeat;
    background-position: center center;
}
#p_img2 {
    background-image: url(../img/4.plan/p_img2.jpg);
    background-size: 100%;
    width: 100%;
    float: left;
    height: 50%;
    transition: 2s;
    background-repeat: no-repeat;
    background-position: center center;
}
#p_ex1 {
    float: left;
    width: 90%;
    height: auto;
    transition: 2s;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
}
#p_ex2 {
    float: left;
    width: 90%;
    height: auto;
    transition: 2s;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
}
#p_ex2 span {
    display: inline-block;
}

.p_title_a {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
#p_img3 {
    background-image: url(../img/4.plan/p_img4.jpg);
    background-size: 100%;
    width: 100%;
    float: left;
    height: 40%;
    transition: 2s;
    background-repeat: no-repeat;
    background-position: right center;
}
#p_img4 {
    background-image: url(../img/4.plan/p_img3.jpg);
    background-size: 100%;
    width: 100%;
    float: left;
    height: 40%;
    transition: 2s;
    background-repeat: no-repeat;
    background-position: right center;
}
#p_box1 {
    float: left;
    width: 90%;
    height: auto;
    transition: 2s;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 0px;
    line-height: 20px;
}
#p_f_img1 {
    background-image: url(../img/4.plan/p_flower1.jpg);
    background-size: 100%;
    width: 100%;
    float: left;
    height: 40%;
    transition: 2s;
    background-repeat: no-repeat;
    background-position: center center;
	
}