
html,body {
	width: 100%;
	margin: 0;
	font-size: 14px;
    font-family: 'Roboto','Noto Sans JP','ヒラギノ角ゴ Pro', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    background: #fff;
}

p {
	line-height: 1.8;
}

.sp{
    display: none;
}

img {
	width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}


/*  */


h2.h2_1 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #CCCCCC;
}

.sub_main_box {
    margin: auto;
    width: 1150px;
    margin-top: 45px;
}



/* タブレット、1400px 以下 */
@media (max-width: 1400px) {

}