* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {color:#4b3a46;
	font-size: 16px;
	font-family: 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}


/*リンク色*/
 a{
	color: #606060;
	text-decoration: none;
}



/*画像下の余白を消す*/
img{
	vertical-align:top;
}


#main {padding:50px 0;

}

#main p {
	margin-bottom: 1em;
	line-height: 1.8;
}
#main .inner_main {
	padding: 0;
width:96%;
max-width:1100px;
margin:0 auto;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    flex-wrap:wrap;
}

#main .inner_main.inner_main_stretch{    align-items:stretch; }


h2{
	font-size: 150%;
}

h3 {
	font-size: 120%;
	margin-bottom: .7em;
}


@media screen and (max-width: 920px) {
h2{	font-size: 140%;  }
h3{	font-size: 115%;  }
}

@media screen and (max-width: 520px) {
h2{	font-size: 120%;  }
h3{	font-size: 110%;  }
}





/*  */


@media screen and (max-width: 920px) {
	#main-in {
		padding-left: 0;

	}



#main .inner_main {
	padding: 0 0;
width:96%;
    justify-content:center;
}




}

@media screen and (max-width: 400px) {

}

/* # =================================================================
#　ページトップ
# ================================================================= */

/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(0,0,0,.2);
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}