*{
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" ,
                "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,
                "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

body{
    background-color: #f0f0e2;
    line-height: 150%;
}

.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(240,240,226,0.9);
}

@media screen and (min-width: 769px){

.pc-none{
    display: none;
}

header{
    width: 100%;
    height: 120px;
    display: table;
}

header div:first-child{
    color: #85b200;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

nav{
    display: table-cell;
    vertical-align: middle;
}

nav ul{
    height: 70px;
    display: table;
    margin: 0 auto 0 auto;
    border-collapse: separate;
    border-spacing: 30px 0;
}

nav ul li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    width: 180px;
    height: 100px;
    font-size: 16px;
}

nav ul li a{
    color: #69821b;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    box-sizing: border-box;
}

nav ul li a img{
    margin-bottom: -5px;
}

article{
    width: 1000px;
    height: 100%;
    margin: 120px auto 0 auto;
    padding: 50px 0;
}

.arrow{
    display: table-cell;
    width: 50px;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.plan{
    display: table-cell;
    background-color: #c7dc68;
    color: #683f36;
    width: 300px;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    border: 6px solid #69821b;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
}

.num{
    position: absolute;
    top: 8px;
    left: 5px;
    font-size: 30px;
    font-weight: bolder;
    font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�";
}

.small{
    font-size: 16px;
    font-weight: normal;
}

h1{
    background: url("http://www.excom.co.jp/animo/animo_test2/images/i.png") 70px center no-repeat;
    background-size: 50px 50px;
    background-color: #c7dc68;
    color: #69821b;
    width: 1000px;
    height: 120px;
    border-radius: 2.0em;
    font-size: 36px;
    font-weight: bolder;
    line-height: 120px;
    position: relative;
    margin-bottom:40px;
}

h1 span{
    position: absolute;
    left: 15%;
}

h2{
    color: #85b200;
    font-size: 34px;
    line-height: 2em;
    text-align: center;
}

.text{
    color:#69821b;
    font-size:24px;
    line-height: 2em;
    margin:20px;
}

.button{
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

/*繧｢繝九Δ縺ｨ縺ｯ*/
#point ul{
    border-collapse: separate;
    border-spacing: 10px;
}

/*萓｡譬ｼ*/
.price{
    border:#f2b950 solid 3px;
    font-size:28px;
    color:#683f36;
    width:100%;
    margin-bottom:40px;
    margin-top:40px;
}

.price th{
    background-color:#f2b950;
    width:30%;
    padding:10px;
    vertical-align:middle
}

.price td{
    width:60%;
    padding:30px;
    line-height:2em;
}

.price td span{
    color:#69821b
}

/*繧ｹ繝医Ξ繧ｹ繝√ぉ繝�け鄒ｩ蜍吝喧*/
.note{
    padding:30px 20px;
    background-color:#f9f9ec;
    border-radius: 8px;
    margin-bottom:30px;
}

.note h3{
    text-align:center;
    font-size:28px;
    color:#683f36;
    border-bottom:solid 6px #fff06b;
    margin-bottom:20px;
    line-height: 2em;
}

.note .text{
    font-size:20px;
    line-height: 2em;
}

/*繧ｻ繝ｼ繝ｫ繧ｹ繝昴う繝ｳ繝�*/
#tool{
    margin-bottom: 20px;
}

#tool ul{
    display: table;
    table-layout: fixed;
    width: 1000px;
    margin-bottom: 40px;
}

#tool li{
    display: table-cell;
    width: 230px;
    text-align: center;
}

#tool li h4{
    color: #69821b;
    margin-bottom: 5px;
    font-size: 20px;
}

#tool li img{
    border: 5px solid #c7dc68;
    border-radius: 1.0em;
    box-sizing: border-box;
}

#tool li p{
    color: #69821b;
    box-sizing: border-box;
    text-align: left;
}

.pad60{
    padding: 5px 60px;
}

.pad40{
    padding: 5px 40px;
}

.pad28{
    padding: 5px 28px;
}

.pad20{
    padding: 5px 20px;
}

/*繝輔ャ繧ｿ*/
footer{
    background-color: #c7dc68;
    color: #683f36;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
}

footer ul{
    display: table;
    margin: 0 auto 40px;
    border-collapse: separate;
    border-spacing: 20px 0;
}

footer ul li{
    display: table-cell;
    vertical-align: middle;
}

footer ul li:first-child{
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
}

footer div{
    width: 100%;
    text-align: center;
}

}

@media screen and (max-width:768px){
.sp-none{
    display: none;
}

header{
    color: #85b200;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    text-align: center;
}

header img{
    position: relative;
    top: 25%;
}

header p{
    margin-top: -5px;
    font-size: 12px;
}

nav{
    width: 100%;
    height: 80px;
}

nav ul{
    display: table;
    table-layout: fixed;
    width: 100%;
}

nav ul li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

nav ul li a{
    color: #69821b;
    display: block;
    text-decoration: none;
}

article{
    width: 100%;
    height: 100%;
    margin: 160px auto 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

h1{
    background-color: #c7dc68;
    color: #69821b;
    width: 100%;
    height: 50px;
    border-radius: 2.0em;
    font-size: 14px;
    font-weight: bolder;
    line-height: 50px;
    text-align: center;
    margin-bottom:10px;
}

h2{
    color: #85b200;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
}

.text{
    color:#69821b;
    font-size:20px;
    line-height: 1.5em;
    margin:10px;
}

#sp-point{
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

#sp-point h1{
    color: #69821b;
    margin-bottom: 40px;
    font-size: 28px;
    text-align: center;
}

#sp-point ul{
    width: 100%;
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}

.plan{
    display: table-cell;
    background-color: #c7dc68;
    color: #683f36;
    width: 33%;
    height: 100px;
    line-height: 130%;
    position: relative;
    box-sizing: border-box;
    border: 6px solid #69821b;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
}

.plan9{
    display: table-cell;
    background-color: #c7dc68;
    color: #683f36;
    width: 100%;
    height: 100px;
    line-height: 130%;
    position: relative;
    box-sizing: border-box;
    border: 6px solid #69821b;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    font-weight: bolder;
}

.num{
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 14px;
    font-weight: bolder;
    font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�";
}

.small{
    font-size: 10px;
    font-weight: normal;
}

.button img{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}


.title{
    background-color: #c7dc68;
    color: #69821b;
    width: 100%;
    height: 50px;
    border-radius: 2.0em;
    font-size: 16px;
    font-weight: bolder;
    line-height: 50px;
    text-align: center;
}

/*萓｡譬ｼ*/
.price{
    border:#f2b950 solid 3px;
    font-size:18px;
    color:#683f36;
    width:100%;
    margin-bottom:20px;
    margin-top:20px;
}

.price th{
    background-color:#f2b950;
    padding:10px;
    vertical-align:middle
}

.price td{
    padding:10px;
    line-height:1.5em;
}

.price th, td{
    display: block;
    border-top: none;
}

.price td span{
    color:#69821b
}

/*繧ｹ繝医Ξ繧ｹ繝√ぉ繝�け鄒ｩ蜍吝喧*/
.note{
    padding:30px 20px;
    background-color:#f9f9ec;
    border-radius: 8px;
    margin-bottom:30px;
}

.note h3{
    text-align:center;
    font-size:20px;
    color:#683f36;
    border-bottom:solid 6px #fff06b;
    margin-bottom:20px;
    line-height: 1.5em;
}

.note .text{
    font-size:20px;
    line-height: 1.5em;
}

/*繧ｻ繝ｼ繝ｫ繧ｹ繝昴う繝ｳ繝�*/
#sp-tool h4{
    color: #69821b;
    margin-bottom: 5px;
    font-size: 20px;
}

#sp-tool{
    margin-bottom: 20px;
}

#sp-tool div{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    text-align: center;
}

#sp-tool div h1{
    color: #69821b;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

#sp-tool div img{
    width: 80%;
    margin: 0 auto 10px auto;
    border: 5px solid #c7dc68;
    border-radius: 1.0em;
    box-sizing: border-box;
}

#sp-tool div p{
    color: #69821b;
    text-align: center;
}

/*繝輔ャ繧ｿ*/
footer{
    background-color: #c7dc68;
    color: #683f36;
    width: 100%;
    padding: 40px 10px;
    box-sizing: border-box;
}

footer ul{
    display: table;
    margin-bottom: 20px;
}

footer ul li{
    display: table-cell;
}

footer ul li img{
    width: 100%;
    vertical-align: middle;
}

footer ul li:first-child{
    background-color: #fff;
    padding: 0 20px;
    border-radius: 20px;
}

footer div{
    width: 100%;
    text-align: center;
}

}