@charset "utf-8";
/*------------------------------------------------------------*/
/*　全体設定                                                  */
/*------------------------------------------------------------*/
body {
	font-size: 16px;
}


/*------------------------------------------------------------*/
/*　文字サイズ調整                                            */
/*------------------------------------------------------------*/
.header_top_nav_font a#font_l {
	background: #e50012;
	color: #fff;
	opacity: 1;
}



/*------------------------------------------------------------*/
/*　パンくずリスト                                            */
/*------------------------------------------------------------*/
.bread li {
	font-size: 14px;
}



/*------------------------------------------------------------*/
/*　見出し                                                    */
/*------------------------------------------------------------*/
/*--------------------大見出し--------------------*/
h2 {
	font-size: 34px;
}

h2 img {
	height: 34px;
}

.sub h2 {
	font-size: 40px;
}

@media screen and (max-width: 768px) {
h2 {
	font-size: 26px;
}
.sub h2 {
	font-size: 22px;
}
}

@media screen and (max-width: 480px) {
h2 {
	font-size: 20px;
}
h2 img {
	height: 5.5vw;
}
}

/*--------------------中見出し--------------------*/
.sub h3 {
	font-size: 32px;
}

@media screen and (max-width: 768px) {
.sub h3 {
	font-size: 28px;
}
}

/*--------------------小見出し--------------------*/
.sub h4 {
	font-size: 22px;
}

.sub h5 {
	font-size: 18px;
}

.sub h6 {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
.sub h4 {
	font-size: 18px;
}
.sub h5 {
	font-size: 16px;
}
}



/*------------------------------------------------------------*/
/*　文字サイズ変更                                            */
/*------------------------------------------------------------*/
.large {
	font-size: 18px;
}

.x-large {
	font-size: 20px;
}

.small {
	font-size: 14px;
}



/*------------------------------------------------------------*/
/*　フッター                                                  */
/*------------------------------------------------------------*/
#footer_inner li{
	font-size: 12px;
}

#footer_inner p {
	font-size: 14px;
}



/*------------------------------------------------------------*/
/*　表                                                        */
/*------------------------------------------------------------*/
/*--------------------汎用リスト--------------------*/
.list li {
	background-position: 0px 10px;
}



/*------------------------------------------------------------*/
/*　ボタン                                                    */
/*------------------------------------------------------------*/
.button a {
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	font-size: 16px;
}



/*------------------------------------------------------------*/
/*　トップ：                                                  */
/*------------------------------------------------------------*/




/*------------------------------------------------------------*/
/*　トップ：コラム一覧                                        */
/*------------------------------------------------------------*/
#column li a {
	height: 86px;
}



/*------------------------------------------------------------*/
/*　トップ：内部リンク                                        */
/*------------------------------------------------------------*/
#in_link li:nth-child(1) a {
	padding-top: 0.5em!important;
}
