*{
    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;
}

.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;
}

article section:nth-of-type(1){
    background: url("../images/mail.png") 150px 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;
}

article section:nth-of-type(1) span{
   position: absolute;
   left: 23%;
}
article section:nth-of-type(2){
	padding:20px 50px;
	color:#69821b;
}
article section:nth-of-type(2) h2{
	font-size:26px;
	margin-bottom:10px;
	line-height:150%;
}
article section:nth-of-type(2) p{
	font-size:20px;
	margin-bottom:20px;
	line-height:150%;
}
article section:nth-of-type(3){
	padding:20px 50px;
}
article section:nth-of-type(3) p{
	color:#e2041b;
	font-size:20px;
}
.mfp-button{
	text-align:center;
	margin-bottom:50px;
	}
article section:nth-of-type(3) .mfp-button button,
.pamphlet a{
	text-decoration:none;
	padding:10px 40px;
	border-radius:20px;
	border:none;
	color:#fff;
	text-shadow:none;
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #69821b), color-stop(0.00, #a2d93f));
	background: -webkit-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -moz-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -o-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -ms-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: linear-gradient(to bottom, #a2d93f 0%, #69821b 88%);
	}
article section:nth-of-type(3) .mfp-button button:hover{
	padding:10px 40px;
	border-radius:20px;
	border:none;
	color:#fff;
	text-shadow:none;
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #69821b), color-stop(0.00, #a2d93f));
	background: -webkit-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -moz-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -o-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -ms-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: linear-gradient(to bottom, #a2d93f 0%, #69821b 88%);
}
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;
}

.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;
}

article section:nth-of-type(1){
    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;
}
article section:nth-of-type(2){
	color:#69821b;
}
article section:nth-of-type(2) h2{
	font-size:20px;
	margin-bottom:10px;
	line-height:150%;
}
article section:nth-of-type(2) p{
	font-size:16px;
	margin-bottom:20px;
	line-height:150%;
}
article section:nth-of-type(3){
}
article section:nth-of-type(3) p{
	color:#e2041b;
	font-size:20px;
}
.mfp-button{
	text-align:center;
	margin-bottom:50px;
	}
article section:nth-of-type(3) .mfp-button button,
.pamphlet a{
	text-decoration:none;
	padding:10px 40px;
	border-radius:20px;
	border:none;
	color:#fff;
	text-shadow:none;
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #69821b), color-stop(0.00, #a2d93f));
	background: -webkit-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -moz-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -o-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -ms-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: linear-gradient(to bottom, #a2d93f 0%, #69821b 88%);
	}
article section:nth-of-type(3) .mfp-button button:hover{
	padding:10px 40px;
	border-radius:20px;
	border:none;
	color:#fff;
	text-shadow:none;
	box-shadow:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #69821b), color-stop(0.00, #a2d93f));
	background: -webkit-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -moz-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -o-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: -ms-linear-gradient(top, #a2d93f 0%, #69821b 88%);
	background: linear-gradient(to bottom, #a2d93f 0%, #69821b 88%);
}




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;
}

}