@charset "utf-8";
/************************************************

	Font Style

************************************************/
body{
    font-family: YuGothic medium, "Yu Gothic medium","游ゴシック","游ゴシック体",'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #222;
	font-size: 0.95rem;
	-webkit-text-size-adjust: none;
}

@media all and (-ms-high-contrast: none){
    body{
        font-family: 'メイリオ',Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
}

h1,h2,h3,h4,h5,h6,
.heading p{
	line-height: normal;
}

h1{
	font-size: 110%;
}

h2{
	font-size: 100%;
}

h3,h4,h5,h6{
	font-size: 100%;
}

a {
	color: #333;
	text-decoration: none;
    outline: none;
}

a:visited {
	color: #333;
}

a.line {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 1.2rem;
}
.big02 {
	font-size: 1.5rem;
}
.big03 {
	font-size: 1.9rem;
}
.big04 {
	font-size: 1.2rem;
}

.small {
	font-size: 0.8rem;
}

.red {
	color: #F00;
}
.red02 {
	color: #FF7272;
}

.green {
	color: #060;
}

.blue {
	color: #0071AB;
}
.blue02 {
	color: #0D3066;
}

.gray {
	color: #666;
}


@media (max-width: 768px) {
    body{
        font-size: 0.85rem;
    }
    .big {
        font-size: 1.05rem;
    }
    .big02 {
        font-size: 1.15rem;
    }
    .big03 {
        font-size: 1.2rem;
    }
    .big04 {
        font-size: 0.95rem;
    }
}
