@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;
}
/*------------------------
   section 共通
-------------------------*/
section {
	margin: 0 auto 0;
}
.section-title {
    background: #8a8a8a;
    color: #fff;
    font: bold 2.2em/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: 10px auto;
    text-align: center;
}
.sozai {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.sozai img {
    display: inline-block;
    margin: 5px;
	max-height: 300px;
    text-align: center;
	width: auto;
}

.fs-color{
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 20px;
    padding: 0;
    width: 66%;
}

.fs-detail,
.fs-use {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 20px;
    padding: 0;
    width: 98%;
}
.bottomtext,
.center p,
.sozai p,
.fs-detail p,
.fs-color p,
.fs-use p {
	color: #000;
	font: 1.2em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: -1px;
	text-align: center;
    padding: 0 10px 8px;
}
/*------------------------
   section 1
-------------------------*/

/*------------------------
   section 2
-------------------------*/
.subtitle {
    border-left: solid 5px #000;
    font: 1.6em/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 40px 0 0;
    padding: 0 10px;
}
.fs-detail li {
    border: solid 1px #ccc;
    text-align: center;
    margin: 20px 1%;
    width: calc(93% / 3);
    webkit-width: calc(93% / 3);
}
.fs-detail li img {
	max-width: 90%;
}
.bottomtext {
	margin: 10px auto;
	text-align: left;
	width: 50%;	
}
.bottomtext strong {
	display: block;
}
/*------------------------
   section 3
-------------------------*/
.fs-color li {
	margin: 10px 0 0;
    text-align: center;
    width: calc(98% / 2);
    webkit-width: calc(98% / 2);
}
.fs-color li img {
	max-width: 65%;
}

/*-------------------
   footer
--------------------*/
.baner li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.baner li:nth-of-type(even) {
	margin-right: 0;
}
