*{
    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;
}

/*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{
    height: 100%;
    margin: 120px auto 0 auto;
    padding: 50px 0;
}

article section:nth-of-type(2){
    color: #69821b;
    display: table;
    width: 1050px;
    height: 300px;
    margin: 0 auto 30px auto;
    padding: 20px 10px;
    box-sizing: border-box;
}

article section:nth-of-type(2) div{
    display: table-cell;
    vertical-align: middle;
}

article section:nth-of-type(2) h1{
    color: #85b200;
    font-size: 34px;
    line-height: 2.0em;
}

article section:nth-of-type(2) p{
    font-size: 24px;
    line-height: 2.0em;
}

article section:nth-of-type(3){
    color: #69821b;
    width: 1200px;
    height: 400px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}

article section:nth-of-type(3) h1{
    color: #85b200;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}

article section:nth-of-type(3) ul{
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
}

article section:nth-of-type(3) li{
    display: table-cell;
    vertical-align: middle;
}

article section:nth-of-type(4){
    table-layout: fixed;
    width: 1050px;
    margin: 0 auto 50px auto;
}

article section:nth-of-type(4) ul{
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

article section:nth-of-type(4) li{
    display: table-cell;
}

article section:nth-of-type(5){
    color: #69821b;
    display: table;
    width: 1200px;
    height: 300px;
    margin: 0 auto 40px auto;
    padding: 20px 10px;
    box-sizing: border-box;
}

article section:nth-of-type(5) div{
    display: table-cell;
    vertical-align: middle;
}

article section:nth-of-type(5) h1{
    color: #85b200;
    font-size: 34px;
    line-height: 2.0em;
}

article section:nth-of-type(5) p{
    font-size: 20px;
    line-height: 2.0em;
}

article section:nth-of-type(5) span{
    color: #e2041b;
}

article section:nth-of-type(6){
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

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;
    box-sizing: border-box;
}
article section{
    padding: 0 10px;
	box-sizing:border-box;
	}
article section:nth-of-type(1) img{
	display:none;
	}
article section:nth-of-type(1){
	background:url(../images/main_visual-sp.png) no-repeat center #fff;
	background-size:contain;
	height:150px;
	padding:0;
	}
article section:nth-of-type(2){
    color: #69821b;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 20px 10px;
    box-sizing: border-box;
}

article section:nth-of-type(2) div:nth-of-type(2){
	display:none;
}

article section:nth-of-type(2) h1,
article section:nth-of-type(3) h1{
	text-align:center;
	font-size:24px;
	color:#85b200;
	padding:10px 0;
}
article section:nth-of-type(2) p{
	padding-right:140px;
	background:url(../images/figure_question.png) no-repeat right bottom;
	background-size:146px 200px;
	min-height:200px;
}
article section:nth-of-type(3) ul{
	width:80%;
	margin:0 auto 50px;
	}
article section:nth-of-type(3) li{
	text-align:center;
	list-style:none;
}
article section:nth-of-type(3) li:nth-child(2n-1){
	border-radius:20px;
	border:4px solid #69821b;
	height:75px;
	padding:15px 0;
}
article section:nth-of-type(3) li:nth-child(2n-1) img{
	display:none;
}
article section:nth-of-type(3) li:nth-of-type(1){
	background:url(../images/mousikomi-sp.png) #fff no-repeat center;
	background-size:100px 75px;
}
article section:nth-of-type(3) li:nth-of-type(3){
	background:url(../images/stress-sp.png) #fff no-repeat center;
	background-size:100px 75px;
}
article section:nth-of-type(3) li:nth-of-type(5){
	background:url(../images/aftercare-sp.png) #fff no-repeat center;
	background-size:100px 75px;
}
article section:nth-of-type(3) li:nth-of-type(7){
	background:url(../images/kaizen-sp.png) #fff no-repeat center;
	background-size:100px 75px;
}
article section:nth-of-type(3) li:nth-child(2n){
	padding:10px 0;
	}
article section:nth-of-type(3) li:nth-child(2n) img{
	transform: rotate( 90deg );
	width:40px;
}

article section:nth-of-type(4){
    table-layout: fixed;
    width: 100%;
    margin: 0 auto 50px auto;
}

article section:nth-of-type(4) ul{
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

article section:nth-of-type(4) li{
    display: table-cell;
	padding:5px;
}
article section:nth-of-type(4) li img{
	width:100%;
}
article section:nth-of-type(5){
	margin: 0 auto 40px auto;
}
article section:nth-of-type(5) div:first-child{
	display:none;
}
article section:nth-of-type(5) div:nth-of-type(2) h1{
	text-align:center;
	font-size:24px;
	color:#85b200;
	padding:10px 0;
}
article section:nth-of-type(5) div:nth-of-type(2) p{
	color:#69821b;
}
article section:nth-of-type(5) div:nth-of-type(2) p span{
	color:#f70f0f;
}



article section:nth-of-type(6) img{
    width: 100%;
    margin-bottom: 40px;
    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;
}

}