/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 03 2021 | 00:36:55 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

/* カスタム CSS をここに入力してください */

body{
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}

/* 行間1.5em */
.lineheight_15em {
	line-height:1.5em;
}
/* 行間1.6em */
.lineheight_16em {
	line-height:1.6em;
}
/* 行間1.7em */
.lineheight_18em {
	line-height:1.7em;
}
/* 行間1.8em */
.lineheight_18em {
	line-height:1.8em;
}

/* キャプション行送り+スペース */
.vc_figure-caption {
	line-height:1.6em;
	padding:5px 0 5px 0;
}

/* 文中画像の上下位置中央揃え */
img.in-icon {
   vertical-align: middle;
}
/* 文中画像の上下位置ベースライン */
img.bs-icon {
   vertical-align: -0.4em;
}

/* パンくずリスト */
.flexy_breadcrumb {
	margin-top: 56px;
	margin-left: -40px
}
.flexy_breadcrumb a {
	text-decoration:none;	
}

/* パンくずリスト */
.flexy_breadcrumb2 {
	margin-bottom: 56px;
}
.flexy_breadcrumb2 a {
	text-decoration:none;	
}


/* Ｑ＆Ａ */
.qa_box .vc_tta-title-text {
	font-size: 90%;
	line-height: 1.6em;
}



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

/* パンくずリスト */
.flexy_breadcrumb {
	margin-top: 30px;
}
.flexy_breadcrumb a {
	text-decoration:none;	
}

}