@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 共通
-------------------------*/
#container section {
	margin: 20px auto 0;
}
#container .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;
}
#container .center {
    display: block;
    margin: 10px auto;
    text-align: center;
}
#container .sozai {
    display: block;
    margin: 10px auto;
    text-align: center;
}
#container .sozai img{
    display: inline-block;
    margin: 5px;
	max-height: 300px;
    text-align: center;
	width: auto;
}

#container .fs-detail,
#container .fs-color,
#container .fs-use {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 20px;
    padding: 0;
    width: 96%;
}
#container .center p,
#container .sozai p,
#container .fs-detail p,
#container .fs-color p,
#container .fs-use p {
	color: #000;
	font: 1.2em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}
/*------------------------
   section 1
-------------------------*/
#container .fs-detail li {
    text-align: center;
    margin: 20px 0 0;
    width: calc(98% / 2);
    webkit-width: calc(98% / 2);
}
#container .fs-detail li img {
	max-width: 70%;
}

/*------------------------
   section 2
-------------------------*/
#container .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;
}
#container .btnarea {
    margin: 10px auto;
    padding: 5px;
    text-align: center;
}
#container .btnarea .cate-btn {
    border-radius: 30px;
    color: #2d2d2d;
    display: block;
    font: 1.2em/1.4 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 10px 0 0;
	padding-right: 15px;
	text-align: right;
}
#container .btnarea .cate-btn a {
    color: inherit;
	display:block;
}
#container .btnarea .cate-btn a:hover {
	text-decoration: underline;
}
#container .fs-use li {
    border: solid 1px #ccc;
    margin: 10px 6px 10px 1%;
    padding: 5px;
    width: calc(95% / 3);
}
#container .fs-use li img {
    padding: 5px;
    max-width: 100%;
}
#container .fs-use dl {
    margin: 5px;
}
#container .fs-use dt {
    border-bottom: solid 1px #000;
    font: 1.5em/1.6 "游ゴシック体", 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin: 5px auto;
    text-align: center;
    width: 92%;
}
/*------------------------
   section 3
-------------------------*/
#container .fs-color li {
	margin: 20px 0 0;
    text-align: center;
    width: calc(98% / 5);
    webkit-width: calc(98% / 5);
}
#container .fs-color li img {
	max-width: 75%;
}

/*-------------------
   footer
--------------------*/
#container .baner li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#container .baner li:nth-of-type(even) {
	margin-right: 0;
}
