@charset "utf-8";

/*** font setting ***/
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
    src: url('../fonts/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansCJKjp-Thin.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/NotoSansCJKjp-Light.eot');
    src: url('../fonts/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Light.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Light.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSansCJKjp-DemiLight.eot');
    src: url('../fonts/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-DemiLight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSansCJKjp-Regular.eot');
    src: url('../fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSansCJKjp-Medium.eot');
    src: url('../fonts/NotoSansCJKjp-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSansCJKjp-Medium.woff') format('woff'),
    url('../fonts/NotoSansCJKjp-Medium.ttf')  format('truetype');
}


/*** base setting(common) ***/
html {
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	background: #fff;
}

input {
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
}

/* text */
input::-ms-clear {
	visibility: hidden;
}
/* password */
input::-ms-reveal {
	visibility: hidden;
}

/* PCの電話番号リンクを無効化 */
a[href^="tel:"] { cursor: default; }

/* link(base) */
a, a:link {
	outline: none;
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active, a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

/* link(tel) */
a.tel, a.tel:link {
	outline: none;
	color: #000;
	text-decoration: none;
}
a.tel:visited {
	color: #000;
}
a.tel:active, a.tel:hover {
	color: #000;
}
a.tel:focus {
	color: #000;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.hide {
	display: none;
	overflow: hidden;
	height: 0px;
}


@media screen and (max-width: 640px) {
html {
}
body {
	font: 14px/1.231;
	line-height: 1.4;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}

#container {
	width: 100%;
}
#container-inner {
}
#content {
	width: 100%;
	padding: 86px 0 0;
}
#content-inner {
}

br.sp-hide { display: none; }

/* pageup */
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/common/btn-pageup.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}
}

@media print, screen and (min-width: 641px) {
html {
}
body {
	font-size: 14px;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	min-width: 1100px;
}

#container {
	width: 100%;
}
#container-inner {
}
#content {
	width: 100%;
}
#content-inner {
}

a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
}
a:hover {
	opacity: 0.6;
}

br.pc-hide { display: none; }

/* pageup */
.pageup {
}
.pageup a {
	display: block;
	background: url(../images/common/btn-pageup.png) no-repeat 0 0;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden;
}
.pageup a:hover {
	opacity: 0.6;
}
}


/*** base setting ***/
@media screen and (max-width: 640px) {
/* コンセプト */
#concept-frame {
	background: #6ba5ba;
}
#concept-group {
}
/* S-STYLEのメリット */
#advantage-frame {
	background: #fff;
	padding: 16.8% 0 0;
}
#advantage-group {
	width: 94%;
	margin: 0 auto;
}
/* 資料請求 */
#request-frame {
	background: #fff;
	padding: 13.6% 0;
}
#request-group {
	width: 94%;
	margin: 0 auto;
}

/* form(common) */
#form-index #content {
	background: #fff;
	padding-bottom: 13.6%;
}
#form-index #content-inner {
}
}
@media print, screen and (min-width: 641px) {
/* コンセプト */
#concept-frame {
	background: #6ba5ba;
}
#concept-group {
}
/* S-STYLEのメリット */
#advantage-frame {
	background: #fff;
	padding: 124px 0 100px;
}
#advantage-group {
	width: 1100px;
	margin: 0 auto;
}
/* 資料請求 */
#request-frame {
	background: #fff;
	padding: 72px 0;
}
#request-group {
	width: 950px;
	margin: 0 auto;
}

/* form(common) */
#form-index #content {
	background: #fff;
	padding: 0 0 104px;
}
#form-index #content-inner {
	width: 1100px;
	margin: 0 auto;
}
}
