@charset "utf-8";
/*-------------------
   clearfix
   -------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
   -------------------*/
.wrapper {
	font: 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
	height: 100%;
}
.wrapper a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}

/*------------------------
   section 共通
-------------------------*/
 section {
	margin: 0 auto 0;
}
 .section-title {
    background: #8a8a8a;
    color: #fff;
    font: bold 1.6em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 20px auto 0;
    padding: .3em;
    text-align: center;
}
 .center {
	display: block;
	margin: 5px auto;
	text-align: center;
}
 .fs-detail,
 .fs-color,
 .fs-use {
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto 20px;
	padding: 0;
	width: 98%;
}
 .center p,
 .fs-detail p,
 .fs-color p,
 .fs-use p {
    color: #000;
    font: 1.0em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -.1em;
    margin: 5px 0;
    padding: 0 5px;
    text-align: center;
}
 .bottomtext {
    color: #333;
    letter-spacing: -1px;
    line-height: 1.4;
    margin: 5px auto;
    padding: 10px;
    text-align: left;
}
 .bottomtext strong {
	display: block;
}
/*------------------------
   section 1
-------------------------*/
 .fs-detail li {
    border: 1px solid #ccc;
    text-align: center;
    margin: 10px 2% 0 0;
    width: calc(95% / 2);
    webkit-width: calc(95% / 2);
}
 .fs-detail li img {
	max-width: 90%;
}
/*------------------------
   section 2
-------------------------*/
 .subtitle {
    border-left: solid 5px #000;
    font: 1.4em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 20px 0 0;
    padding: 0 10px;
	text-align: left;
}
/*------------------------
   section 3
-------------------------*/
 .fs-color li {
    margin: 20px auto 0;
    text-align: center;
    width: calc(98% / 3);
    webkit-width: calc(98% / 3);
}
 .fs-color li img {
	margin: 0 auto;
    max-width: 96%;
}

/*-------------------
   footer
--------------------*/
 .baner  {
	margin: 5px 0 0;
}
 .baner li {
	margin-bottom: 5px;
}
 .baner li img {
	width: 100%;
	height: auto;
}
