@charset "utf-8";
/* *{
	margin:0px;
	padding:0px;
	border:0px;
} */

html {
	overflow-y:scroll;
	margin:0px;
	padding:0px;
	/* scroll-behavior: smooth; */
}


/* フェードイン */
/* #wrapper {
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
} */

/* Now Loading */
#loader {
    opacity: 1;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    /* background: #fff; */
    background: #3C3C3C;
    top: 0;
    left: 0;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    /* width: 50px; */
    width: 201px;
    height: 30px;
	font-family: europa, sans-serif;
    text-align: center;
    /* font-size: 10px: */
    font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #999;
}

.spinner>div {
    /* background-color: #808080; */
    background-color: #999;
    height: 100%;
    /* width: 6px; */
    width: 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.6)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.6);
        -webkit-transform: scaleY(0.6);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/* Android 文字強制改行用 */
p,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dt,
div {
	/* width:100%;
	max-width:100%; */
	background: url(../img/p_back.png) no-repeat 0px 0px;
	
	/* Android Chrome文字サイズ用 */
	max-height: 100%;
	
	/* iPhone、iPod文字サイズ用 */
	-webkit-text-size-adjust: 100%;
}

/* 太文字解除 */
/* h1,
h2,
h3,
h4,
h5,
h6 {font-weight:normal;} */

/* ----- Links Color ----- */
a:link {color:#3C3C3C; text-decoration:none; opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;}
a:visited {color:#3C3C3C; text-decoration:none; opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;}
a:hover {color:#999999; text-decoration:none; opacity:1;}
a:active {color:#3C3C3C; text-decoration:none; opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;}
/* a:link {text-decoration:underline;color:#0085CC;}
a:visited {text-decoration:underline;color:#0085CC;}
a:hover {text-decoration:none;color:#7FC2E5;}
a:active {text-decoration:underline;color:#0085CC;} */

/* ----- Links Fade ----- */
.img_hov {opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;}
.img_hov:hover {opacity:0.5;}

/* ----- ClearSpace ----- */
.ClearSpacet05px {clear:left;width:10px;height:5px;margin:0px;padding:0px;text-indent:-9999px;}
.ClearSpacet10px {clear:left;width:10px;height:10px;margin:0px;padding:0px;text-indent:-9999px;}
.ClearSpacet15px {clear:left;width:10px;height:15px;margin:0px;padding:0px;text-indent:-9999px;}
.ClearSpacet20px {clear:left;width:10px;height:20px;margin:0px;padding:0px;text-indent:-9999px;}
.ClearSpacet30px {clear:left;width:10px;height:30px;margin:0px;padding:0px;text-indent:-9999px;}
.ClearSpacet40px {clear:left;width:10px;height:40px;margin:0px;padding:0px;text-indent:-9999px;}

/* ----- Color ----- */
.COLOR-Blue {color:#20B0CB;}

/* ----- font ----- */
.font12px {font-size:12px;line-height:1.6;}
.font14px {font-size:14px;line-height:1.6;}
.font16px {font-size:16px;line-height:1.8;}
.font18px {font-size:18px;line-height:1.8;}
.font20px {font-size:20px;line-height:1.7;}
.font22px {font-size:22px;line-height:1.7;}
.font24px {font-size:24px;line-height:1.7;}
.font26px {font-size:26px;line-height:1.7;}
.font28px {font-size:28px;line-height:1.7;}
.font30px {font-size:30px;line-height:1.6;}
.font32px {font-size:32px;line-height:1.6;}
.font34px {font-size:34px;line-height:1.6;}
.font36px {font-size:36px;line-height:1.6;}
.font38px {font-size:38px;line-height:1.6;}
.font40px {font-size:40px;line-height:1.5;}

/* ----- img ----- */
img,
img a,
img a:hover {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
}


/* responsive - pc */
@media screen and (min-width:1001px){
	.sp{
		display:none;
	}
	.br_sp{
		display:none;
	}
}
/* responsive - sp */
@media screen and (max-width:1000px){
	.pc{
		display:none;
	}
	.br_pc{
		display:none;
	}
	img{
		max-width:100%;
		height:auto;
		width /***/:auto;
	}
}



@media screen and (min-width:1001px){
body {
	margin:0px;
	padding:0px;
	color: #3C3C3C;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	/* font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
	/* font-family:"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro','メイリオ',Meiryo, "ＭＳ Ｐゴシック",sans-serif; */
	font-size:17px;
	line-height:1.8;
}

/* Webフォント

●欧文（Europa Bold）
font-family: europa, sans-serif;

●和文：タイトル（太ゴ）
font-family: a-otf-futo-go-b101-pr6n, sans-serif;

●本文（中ゴ）
font-family: a-otf-gothic-bbb-pr6n, sans-serif;

*/
.roboto {
	font-family: "Roboto", serif;
}
.verdana {
	font-family: "Verdana", serif;
}


/* ------------------------------------------------------------
　　ページベース
------------------------------------------------------------ */

/* ----- wrapper 内容 ----- */
#wrapper {
	clear: left;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 110px 0px 0px;
	min-width: 1200px;
	overflow: hidden;
}

/* ----- header 内容 ----- */
#header {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px;
	/* background: #FFFFFF; */
	background: rgba(255,255,255,0.9);
}

#h_box {
	clear: both;
	position: relative;
	width: 100%;
	min-width: 1200px;
	margin: 0px auto;
	padding: 12px 0px 0px;
	/* overflow: hidden; */
}
#h_logo {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
#h_logo h1 {
	clear: both;
	margin: 0px;
	padding: 15px 0px 20px;
	font-family: europa, sans-serif;
	font-size: 32px;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#h_logo h1:hover {opacity:0.5;}

/* ----- inq 内容 ----- */
#inq {
	position: absolute;
	z-index: 10000;
	top: 0px;
	right: 0px;
	width: 120px;
	margin: 0px;
	padding: 10px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	background: #3C3C3C;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 3px;
}
#inq:hover {opacity:0.5;}

/* ----- nav 内容 ----- */
#nav {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 0px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	float: left;
	position: relative;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px;
	font-family: europa, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	/* font-weight: bold; */
	letter-spacing: 2px;
	text-align: center;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#nav li b {font-family: a-otf-futo-go-b101-pr6n, sans-serif; font-size: 12px; font-weight: normal;}
#nav a li:hover {opacity:0.5;}

#nav li div,
#f_nav li div {
	position: relative;
	display: inline-block;
}
#nav li div:after,
#f_nav li div:after {
	position: absolute;
	z-index: 100;
	content: '';
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #3C3C3C;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: 1.0s;
	opacity:1;
}
#nav li div:after {background: #3C3C3C;}
#f_nav li div:after {background: #FFFFFF;}

#nav li div:hover::after,
#f_nav li div:hover::after {
	transform: scale(1, 1);
}
/* .nav_line {
	clear: both;
	width: 1px;
	height: 180px;
	margin: 10px auto 0px;
	padding: 0px;
	background: #3C3C3C;
}
.nav_dot {
	clear: both;
	width: 9px;
	height: 9px;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/dot.png) no-repeat right top;
} */

/* ----- nav_no 内容 ----- */
#nav_no {
	position: absolute;
	z-index: 1000;
	top: -75px;
	right: 0px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#nav_no ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav_no li {
	float: left;
	position: relative;
	margin: 0px 50px 0px 0px;
	padding: 0px 0px 0px;
	font-family: europa, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.4;
	/* font-weight: bold; */
	letter-spacing: 2px;
	text-align: center;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#nav_no li b {font-family: a-otf-futo-go-b101-pr6n, sans-serif; font-size: 12px; font-weight: normal;}

.nav_line {
	clear: both;
	width: 1px;
	height: 160px;
	margin: 10px auto 0px;
	padding: 0px;
	background: #3C3C3C;
}
.nav_dot {
	clear: both;
	width: 9px;
	height: 9px;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/dot.png) no-repeat right top;
}



/* ----- contents 内容 ----- */
#contents {
	clear:left;
	position:relative;
	width:100%;
	margin:0px;
	padding:0px 0px 0px;
}


/* ----- footer 内容 ----- */
#footer {
	clear:left;
	position:relative;
	width:100%;
	margin:0px;
	padding:35px 0px 50px;
	background: #3C3C3C;
}
#f_cont {
	clear:left;
	position:relative;
	width:1200px;
	margin:0px auto;
	padding:0px;
	color: #FFFFFF;
	overflow: hidden;
}

/* f_sns */
#f_sns {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0;
	width: 240px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}
#f_sns h6 {
	clear: both;
	margin: 0px;
	padding: 0px 0px 55px;
	color: #FFFFFF;
	font-family: europa, sans-serif;
	font-size: 32px;
	line-height: 1.1;
	font-weight: normal;
	text-align: left;
}

.f_sns {
	float: left;
	width: 42px;
	height: 42px;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	text-indent: -9999px;
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
	border: 2px solid #FFFFFF;
	
	border-radius: 50%;
	
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#f_sns_insta {background: url(../img/sns_wh_insta.png) no-repeat center center;}
#f_sns_fb {background: url(../img/sns_wh_fb.png) no-repeat center center;}
#f_sns_tw {background: url(../img/sns_wh_tw.png) no-repeat center center;}
.f_sns:hover {opacity:0.5;}

/* f_inq */
#f_inq {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	width: 120px;
	margin: 0px;
	padding: 10px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	color: #3C3C3C;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	background: #FFFFFF;
	
	border-radius: 3px;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#f_inq:hover {opacity:0.5;}

/* f_nav */
#f_nav {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
	/* float: right; */
	/* width: 900px;
	margin: 0px;
	padding: 0px 300px 0px 0px; */
	width: 900px;
	margin: 0px;
	padding: 0px;
}
#f_nav ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#f_nav li {
	float: left;
	position: relative;
	margin: 0px 40px 0px 0px;
	color: #FFFFFF;
	font-family: europa, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	/* font-weight: bold; */
	letter-spacing: 1.5px;
	text-align: center;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#f_nav li b {font-family: a-otf-futo-go-b101-pr6n, sans-serif; font-size: 12px; font-weight: normal;}
#f_nav li:hover {opacity:0.5;}

/* f_info */
#f_info {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 100px 0px 0px;
}
#f_info p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 14px;
	text-align: center;
}
#f_info address {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}

/* pagetop 内容 */
/* #pagetop {
	position: fixed;
	z-index: 9999;
	width: 80px;
	height: 80px;
	width: 72px;
	height: 72px;
	bottom: 20px;
	right: 20px;
	margin: 0px;
	padding: 0px;
	text-align: left;
} */
#pagetop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #3C3C3C;
	background: #FFFFFF;
	
	border-radius: 50%;
	
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}

#pagetop dd {
	clear: both;
	width: 1px;
	height: 50px;
	margin: 30px auto 0px;
	padding: 0px;
	border-left: 1px solid #3C3C3C;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
	transform: 1s;
}
#pagetop dt {
	position: absolute;
	z-index: 100;
	width: 11px;
	height: 10px;
	bottom: 38px;
	right: 34px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #3C3C3C;
	border-top: 1px solid #3C3C3C;
	transform: rotate(45deg);
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#pagetop:hover {opacity:1; border: 1px solid #FFFFFF; background: #3C3C3C;}
#pagetop:hover dd {border-left: 1px solid #FFFFFF; opacity:1; transform: rotateY(10); height: 60px; margin: 20px auto 0px;}
#pagetop:hover dt {border-left-color: #FFFFFF; border-top-color: #FFFFFF; opacity:1; bottom: 48px;}

/* フッターリンクアクション */
#f_sns h6 a,
#f_nav li a,
#f_nav li b a,
#f_info p a {color: #FFFFFF; opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;}
#f_sns h6 a:hover,
#f_nav li a:hover,
#f_nav li b a:hover,
#f_info p a:hover {opacity:0.5;}



/* ------------------------------------------------------------
　　トップページベース
------------------------------------------------------------ */

/* トップメイン */
#top_main {
	clear: both;
	position: relative;
	width: 100%;
	height: 570px;
	margin: 0px;
	padding: 0px;
}
#top_main_ph {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 65%;
	height: 570px;
	margin: 0px;
	padding: 0px;
	background: url(../img/top_main.png) no-repeat right top;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
}
#top_main_box {
	clear: both;
	width: 1200px;
	margin: 0px auto;
	padding: 0px 50px;
	overflow: hidden;
}
#top_main_box h2 {
	position: absolute;
	z-index: 10;
	top: 130px;
	/* top: 22%; */
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: europa, sans-serif;
	font-size: 60px;
	/* font-size: 3.5vmax; */
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
	/* text-shadow: 0px 0px 20px #FFFFFF; */
}
#top_main_box h3 {
	position: absolute;
	z-index: 10;
	top: 350px;
	/* top: 60%; */
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: europa, sans-serif;
	font-size: 100px;
	/* font-size: 6.5vmax; */
	line-height: 1.5;
	font-weight: normal;
	text-align: left;
}


/* About us */
#top_about {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 200px 0px 0px;
	background: url(../img/sq_harf.png) no-repeat left 285px;
}
.top_title_line {
	position: absolute;
	z-index: 10;
	top: 297px;
	left: 12px;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}
#top_about_box {
	clear: both;
	position: relative;
	width: 1300px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
#top_about_ph {
	float: right;
	width: 740px;
	height: 500px;
	margin: 0px 50px 100px 0px;
	padding: 0px;
	background: url(../img/top_ph01.png) no-repeat center -5px;
	
	border-radius: 10px;
}
#top_about_box h3 {
	position: absolute;
	z-index: 100;
	top: 60px;
	left: 25px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-family: europa, sans-serif;
	font-size: 58px;
	line-height: 1.1;
	font-weight: normal;
	text-align: left;
	background: #FFFFFF;
}
.top_title_dot_icon {
	position: absolute;
	z-index: 100;
	top: 33px;
	left: 0px;
	width: 9px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	background: url(../img/dot.png) no-repeat right top;
}
#top_about_box h4 {
	position: absolute;
	z-index: 10;
	top: 130px;
	left: 50px;
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	font-weight: normal;
	letter-spacing: 6px;
	text-align: left;
}

#top_about_text {
	position: absolute;
	z-index: 10;
	top: 280px;
	left: 50px;
	width: 670px;
	margin: 0px;
	padding: 40px 0px 50px;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	
	border-radius: 10px;
}
#top_about_text h5 {
	float: left;
	position: relative;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 30px;
	line-height: 1.8;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: left;
}
.top_about_text_h5_line01,
.top_about_text_h5_line02,
.top_about_text_h5_line03 {
	position: absolute;
	left: 0px;
	width: 75%;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.top_about_text_h5_line01 {top:46px;}
.top_about_text_h5_line02 {top:102px;}
.top_about_text_h5_line03 {top:156px;}

#top_about_text p {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 5px 0px 10px;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}
#top_about_text p strong {font-family: a-otf-futo-go-b101-pr6n, sans-serif; font-size: 16px; font-weight: normal;}

/* 追記英語用 */
.top_about_eng_txt {
	clear: both;
	margin: 0px;
	padding: 40px 50px 50px;
	overflow: hidden;
}
.top_about_eng_txt h6 {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.top_about_eng_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}


/* 3つのメリット */
#top_merit {
	clear: both;
	position: relative;
	width: 100%;
	margin: 130px 0px 0px;
	padding: 0px;
	background: url(../img/sq_harf.png) no-repeat left 25px;
}
.top_merit_title_line {
	position: absolute;
	z-index: 10;
	top: 37px;
	left: 12px;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}
#top_merit_box {
	clear: both;
	position: relative;
	width: 1300px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
#top_merit_box h3 {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 25px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-family: europa, sans-serif;
	font-size: 58px;
	line-height: 1.1;
	font-weight: normal;
	text-align: left;
	background: #FFFFFF;
}
#top_merit_box h3 b {font-family: a-otf-futo-go-b101-pr6n, sans-serif; padding: 0px 0px 0px 10px; font-size: 38px; letter-spacing: 6px; font-weight: normal;}


#top_merit_cont {
	clear: both;
	position: relative;
	width: 1260px;
	margin: 0px auto 0px;
	padding: 40px 0px 0px;
	overflow: hidden;
}
.top_merit_cont_line {
	clear: both;
	width: 1px;
	height: 230px;
	margin: 0px auto;
	padding: 0px;
	background: #3C3C3C;
}
.top_merit_cont_dot {
	clear: both;
	width: 9px;
	height: 9px;
	margin: 0px auto;
	padding: 0px;
	background: url(../img/dot.png) no-repeat right top;
}
.top_merit_cont_eng {
	position: absolute;
	z-index: 10;
	top: 145px;
	left: 275px;
	margin: 0px;
	padding: 0px;
	font-family: europa, sans-serif;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 2px;
	text-align: left;
	
	text-shadow: 2px 2px 0px #FFFFFF;
}
.top_merit_cont_eng_ya {
	position: absolute;
	z-index: 1000;
	top: 110px;
	left: 245px;
	width: 135px;
	height: 135px;
	margin: 0px 0px 0px;
	padding: 0px;
	border-left: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	transform: rotate(45deg);
}
.top_merit_cont_eng_back {
	position: absolute;
	z-index: 0;
	top: 110px;
	left: 245px;
	width: 135px;
	height: 135px;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #FFFF00;
}
.top_merit_cont01,
.top_merit_cont02,
.top_merit_cont03 {
	float: left;
	position: relative;
	width: 360px;
	margin: 0px;
	padding: 60px 30px 0px;
	overflow: hidden;
}
.top_merit_cont_ph {
	clear: both;
	margin: 0px;
	padding: 0px 0px 20px;
	text-align: center;
}
.top_merit_cont_ph img {width: auto; height: 240px;}

.top_merit_cont01 h5,
.top_merit_cont02 h5,
.top_merit_cont03 h5 {
	clear: both;
	position: relative;
	margin: 0px 0px 20px;
	padding: 4px 0px 4px;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	background: #FFFF00;
}
.top_merit_cont_ya {
	position: absolute;
	z-index: 1000;
	top: 1px;
	left: 7px;
	width: 36px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	transform: rotate(45deg);
}
.top_merit_cont01 p,
.top_merit_cont02 p,
.top_merit_cont03 p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}

/* 追記英語用 */
.top_merit_cont01 h6,
.top_merit_cont02 h6,
.top_merit_cont03 h6 {
	margin: 30px 0 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.top_merit_eng_txt {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

#top_merit_bt_box {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 20px 50px 0px 0px;
}
#top_merit_bt_box p {
	clear: both;
	width: 218px;
	margin: 0px;
	padding: 0px 0px 5px;
	font-family: europa, sans-serif;
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
#top_merit_bt_box p b {font-family: a-otf-futo-go-b101-pr6n, sans-serif; padding: 0px 0px 0px 6px; font-size: 22px; letter-spacing: 4px; font-weight: normal;}

.top_merit_bt_sub {
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
}

/* Read me ボタン */
.top_merit_bt {
	clear: both;
	position: relative;
	width: 218px;
	margin: 0px;
	padding: 10px 0px 10px;
	text-align: center;
	border: 1px solid #3C3C3C;
	overflow: hidden;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.top_merit_bt div {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-family: europa, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-align: center;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.top_merit_bt dd {
	position: absolute;
	z-index: 100;
	width: 82px;
	height: 1px;
	top: 18px;
	left: 110px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
	transform: 1s;
}
.top_merit_bt dt {
	position: absolute;
	z-index: 100;
	top: 16px;
	right: 20px;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	transform: rotate(-45deg);
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.top_merit_bt:hover {background: #3C3C3C; opacity:1;}
.top_merit_bt:hover div {color: #FFFFFF; opacity:1;}
.top_merit_bt:hover dd {border-bottom: 1px solid #FFFFFF; opacity:1; transform: rotateX(20); width: 97px;}
.top_merit_bt:hover dt {border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; opacity:1; right: 5px;}



/* 事業内容 */
#top_ob01 {
	clear: both;
	position: relative;
	width: 100%;
	margin: 200px 0px 0px;
	padding: 0px;
	background: url(../img/sq_harf.png) no-repeat left 85px;
}
.top_ob_title_line {
	position: absolute;
	z-index: 10;
	top: 97px;
	left: 12px;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}
#top_ob_box01 {
	clear: both;
	position: relative;
	width: 1300px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}
#top_ob_ph01 {
	float: right;
	width: 740px;
	height: 500px;
	margin: 0px 50px 120px 0px;
	padding: 0px;
	background: url(../img/top_ph02.png) no-repeat center -5px;
	
	border-radius: 10px;
}
#top_ob_box01 h3 {
	position: absolute;
	z-index: 100;
	top: 60px;
	left: 25px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	font-family: europa, sans-serif;
	font-size: 58px;
	line-height: 1.1;
	font-weight: normal;
	text-align: left;
	background: #FFFFFF;
}
#top_ob_box01 h4 {
	position: absolute;
	z-index: 10;
	top: 130px;
	left: 50px;
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: left;
}

#top_ob_text01 {
	position: absolute;
	z-index: 10;
	top: 280px;
	left: 0px;
	width: 670px;
	margin: 0px;
	padding: 40px 0px 50px 50px;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	border-right: 2px solid #FFFF00;
	border-top: 2px solid #FFFF00;
	
	border-top-right-radius: 10px;
}
#top_ob_text01 h5 {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 30px;
	line-height: 1.8;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: left;
}
#top_ob_text01 p {
	float: left;
	width: 400px;
	margin: 0px;
	padding: 5px 0px 10px;
	font-size: 14px;
	line-height: 2.2;
	text-align: justify;
}
#top_ob_text01 p strong {font-family: a-otf-futo-go-b101-pr6n, sans-serif; font-size: 16px; font-weight: normal;}

/* 追記英語用 */
.top_ob_eng_txt {
	float: left;
	width: 630px;
	margin: 0px;
	/* padding: 620px 0 0 50px; */
	padding: 0 0 0 50px;
}
.top_ob_eng_txt h6 {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.top_ob_eng_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

#top_ob_box02 {
	clear: both;
	position: relative;
	width: 1300px;
	margin: 0px auto;
	padding: 200px 0px 0px;
	overflow: hidden;
}
#top_ob_ph02 {
	float: left;
	width: 740px;
	height: 500px;
	margin: 0px 0px 100px 50px;
	padding: 0px;
	background: url(../img/top_ph03.png) no-repeat -65px -15px;
	
	border-radius: 10px;
}
#top_ob_text02 {
	position: absolute;
	z-index: 10;
	top: 350px;
	right: 0;
	width: 700px;
	margin: 0px;
	padding: 60px 50px 80px 0px;
	overflow: hidden;
	background: rgba(255,255,255,0.9);
	border-left: 2px solid #FFFF00;
	border-top: 2px solid #FFFF00;
	
	border-top-left-radius: 10px;
}
.top_ob_banner_box {
	float: right;
	width: 220px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px;
}
.top_ob_banner_sub {
	clear: both;
	width: 220px;
	margin: 0px auto 0px;
	padding: 2px 0px 10px;
	font-family: europa, sans-serif;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 2.5px;
	text-align: center;
}
.top_ob_banner_line {
	clear: both;
	width: 1px;
	height: 40px;
	margin: 0px auto 0px;
	padding: 0px;
	background: #000000;
}
.top_ob_banner {
	clear: both;
	margin: 0px;
	padding: 20px 0px 20px;
}
.top_ob_online {
	clear: both;
	width: 220px;
	margin: 0px;
	padding: 10px 0px;
	font-family: europa, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	background: #3C3C3C;
	
	border-radius: 4.5px;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.top_ob_online:hover {opacity:0.5;}

#top_ob_text02 h5 {
	clear: left;
	width: 310px;
	margin: 0px;
	padding: 0px 0px 30px 80px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 30px;
	line-height: 1.8;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: left;
}
#top_ob_text02 p {
	clear: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 10px 80px;
	font-size: 14px;
	line-height: 2.2;
	text-align: justify;
}
#top_ob_text02 p strong {font-size: 16px; font-weight: normal;}

#top_ob_bt01,
#top_ob_bt02 {
	position: relative;
	width: 220px;
	margin: 0px;
	overflow: hidden;
}
/* #top_ob_bt01 {clear: both; padding: 25px 0px 0px 230px;} */
#top_ob_bt01 {float: right; padding: 190px 50px 0 0;}
#top_ob_bt02 {clear: left; padding: 40px 0px 0px 80px;}


/* 制作事例 */
#top_works_box {
	clear: both;
	position: relative;
	width: 100%;
	margin: 200px 0px 0px;
	padding: 130px 0px 115px;
	overflow: hidden;
	background: url(../img/back_top_insta.png) repeat center center;
}
#top_works_links {
	clear: both;
	position: relative;
	width: 860px;
	height: 260px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF;
}
#top_works_links div {height: 260px; background: url(../img/top_works_ph.png) no-repeat -1690px -1300px;}

#top_works_links h3 {
	float: right;
	width: 56px;
	margin: 0px auto;
	padding: 16px 30px 0px 0px;
	text-align: center;
}
#top_works_links h4 {
	clear: both;
	width: 500px;
	margin: 0px;
	padding: 70px 0px 0px 330px;
	font-family: europa, sans-serif;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 0px 10px #3C3C3C;
}
#top_works_links h5 {
	clear: both;
	width: 500px;
	margin: 0px;
	padding: 10px 0px 0px 330px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	text-shadow: 0px 0px 10px #3C3C3C;
}


/* お問い合わせ */
#top_contact_box {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 200px 0px 100px;
	overflow: hidden;
}
#top_contact_box h3 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-family: europa, sans-serif;
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
#top_contact_box h4 {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 1.1;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
#top_contact_box h5 {
	clear: both;
	margin: 0px auto;
	padding: 30px 0px 0px;
	font-family: europa, sans-serif;
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
.top_contact_line {
	clear: both;
	width: 1px;
	height: 100px;
	margin: 30px auto 0px;
	padding: 0px;
	background: #000000;
}
	
#top_contact_text {
	clear: both;
	margin: 0px;
	padding: 30px 0px 60px;
	overflow: hidden;
}
#top_contact_text h6 {
	clear: both;
	margin: 0px;
	padding: 60px 0px 20px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center;
}
#top_contact_text p {
	clear: both;
	margin: 0px;
	padding: 5px 0px 10px;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: 1px;
	text-align: center;
}

#top_contact_form {
	clear: both;
	width: 1200px;
	margin: 0px auto;
	padding: 40px 0px 40px;
	overflow: hidden;
	background: #D4D4D4;
}
#top_contact_form dl {
	clear: both;
	width: 1080px;
	margin: 0px auto;
	padding: 0px 0px 20px;
	overflow: hidden;
}
#top_contact_form dd {
	float: left;
	position: relative;
	width: 240px;
	margin: 0px;
	padding: 10px 20px 10px;
}
#top_contact_form dd p {
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px 10px 10px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 3px;
	text-align: left;
	background: #D4D4D4;
}
#top_contact_form dd div {
	position: absolute;
	z-index: 0;
	top: 25px;
	right: 10px;
	width: 220px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	background: #3C3C3C;
}
#top_contact_form dt {
	float: right;
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#top_contact_form dt input,
#top_contact_form dt textarea {
	clear: both;
	width: 96%;
	margin: 0px;
	padding: 20px 2%;
	color: #000000;
	font-size: 16px;
	text-align: left;
	border: none;
	
	border-radius: 8.5px;
}
#top_contact_form dt textarea {height: 200px;}

#top_contact_form_sub {
	clear: both;
	width: 1200px;
	margin: 0px auto;
	padding: 60px 0px 0px;
	overflow: hidden;
}
#top_contact_form_sub p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 50px;
	font-size: 14px;
	line-height: 2.2;
	letter-spacing: 1px;
	text-align: center;
}

#top_contact_form_bt {
	clear: both;
	width: 680px;
	margin: 0px auto;
}
#top_contact_form_bt input {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 15px 0px 15px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center;
	background: #3C3C3C;
	border: none;
	
	border-radius: 0;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#top_contact_form_bt input:hover {opacity:0.5;}


/* EasyMail */
#top_contact_form_box {
	clear: both;
	width: 1080px;
	margin: 30px auto 0px;
	padding: 0px 0px 40px;
	overflow: hidden;
	background: #D4D4D4;
}
#top_contact_form_box table {
	clear: both;
	width: 900px;
	margin: -40px auto 30px;
	padding: 0px 0px 0px;
	overflow: hidden;
	border-bottom: 1px solid #3C3C3C;
	/* background: url(../img/dot_line.png) repeat-x left bottom; */
}
#top_contact_form_box td {
	clear: both;
	margin: 0px auto 0px;
	padding: 20px 20px 20px;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	border-top: 1px solid #3C3C3C;
	/* background: url(../img/dot_line.png) repeat-x left top; */
}
#top_contact_form_button {
	clear: both;
	width: 80%;
	margin: 0px auto 0px;
	padding: 10px 0px 20px;
	text-align: center;
	overflow: hidden;
}
#top_contact_form_button div {
	float: left;
	width: 50%;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
}
#top_contact_form_box button {
	clear: both;
	width: 300px;
	margin: 0px auto;
	padding: 15px 0px 15px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center;
	background: #3C3C3C;
	border: none;
	
	border-radius: 0;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
#top_contact_form_box button:hover {opacity:0.5;}


/* .iziModal {
	width: 60%;
	top: 40px;
	bottom: 40px;
	margin: 0px auto;
	padding: 30px 40px 40px;
} */
.iziModal h6 {
	clear: both;
	margin: 0px;
	padding: 0px 0px 20px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 22px;
	line-height: 2.0;
	letter-spacing: 1px;
	text-align: justify;
}
.iziModal div {
	clear: both;
	margin: 0px;
	padding: 40px 0px 15px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 1px;
	text-align: justify;
}
.iziModal p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 14px;
	line-height: 2.0;
	/* letter-spacing: 1px; */
	text-align: justify;
}
.iziModal dt {
	position: fixed;
	top: 20px;
	right: 40px;
	width: 100px;
	margin: 0px;
	padding: 10px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 2.0;
	text-align: center;
	background: #3C3C3C;
	
	border-radius: 3px;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.iziModal dt:hover {opacity:0.5;}



/* ------------------------------------------------------------
　　セカンドページベース
------------------------------------------------------------ */

/* ページタイトル */
#page_main {
	clear: both;
	position: relative;
	width: 1200px;
	height: 510px;
	margin: 0px auto;
	padding: 170px 0px 0px;
	overflow: hidden;
}
#page_sfq_main_ph,
#page_ob_main_ph,
#page_corp_main_ph {
	position: absolute;
	z-index: 0;
	top: 170px;
	left: 0px;
	width: 1200px;
	height: 510px;
	margin: 0px;
	padding: 0px;
	
	border-radius: 10px;
}
#page_sfq_main_ph {background: url(../img/sfq_main.png) no-repeat -5px -62px;}
#page_ob_main_ph {background: url(../img/ob_main.png) no-repeat -15px -254px;}
#page_corp_main_ph {background: url(../img/corp_main.png) no-repeat -430px -568px;}

#page_main_box {
	float: right;
	position: relative;
	width: 420px;
	height: 510px;
	margin: 0px 45px 0px 0px;
	padding: 0px;
	background: rgba(255,255,255,0.9);
}
#page_main_icon {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 70px;
	width: 8px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	background: #FF005A;
	transform: rotate(45deg);
}
#page_main_box h2 {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 40px 0px 30px;
	font-family: europa, sans-serif;
	font-size: 50px;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
	background: url(../img/dot_line.png) repeat-x left bottom;
}
#page_main_box h3 {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 35px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
}
#page_main_box p {
	clear: both;
	margin: 0px;
	padding: 30px 35px 0px;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}

/* 追記英語用 */
.page_corp_eng_txt {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 50px 50px;
	overflow: hidden;
}
.page_corp_eng_txt h6 {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.page_corp_eng_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}



/* ------------------------------------------------------------
　　会社概要ページ：corp.html
------------------------------------------------------------ */

/* 社長挨拶 */
#corp_message_box {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 180px 0px 0px;
	overflow: hidden;
}
#corp_message_box h3 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-family: europa, sans-serif;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
#corp_message_box h4 {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
.corp_message_line {
	clear: both;
	width: 1px;
	height: 150px;
	margin: 20px auto 0px;
	padding: 0px;
	background: #3C3C3C;
}

#corp_message_ph {
	float: left;
	width: 710px;
	height: 500px;
	margin: 0px;
	padding: 0px;
	background: url(../img/corp_ph01.png) no-repeat -44px bottom;
	
	border-radius: 10px;
}
#corp_message_text_box {
	float: right;
	width: 440px;
	margin: 0px;
	padding: 170px 0px 0px;
	overflow: hidden;
}
#corp_message_text_box h5 {
	clear: both;
	margin: 0px;
	padding: 0px 0px 40px 30px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 26px;
	line-height: 1.8;
	letter-spacing: 1.2px;
	font-weight: normal;
	text-align: left;
}
#corp_message_text {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px;
	border-left: 2px solid #FFFF00;
}
.corp_message_sq {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 24px;
	margin: 0px;
	padding: 0px 0px 5px;
	background: #FFFF00;
	
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
#corp_message_text p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}

#corp_message_text_box02 {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 70px 0px 0px;
	overflow: hidden;
}
#corp_message_text_box02 h5 {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 26px;
	line-height: 1.8;
	letter-spacing: 1.2px;
	font-weight: normal;
	text-align: left;
}
#corp_message_text02 {
	float: left;
	position: relative;
	width: 840px;
	margin: 0px;
	padding: 0px 0px 0px;
	border-left: 2px solid #FFFF00;
}
#corp_message_text02 p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}
#corp_message_text02 h6 {
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	font-weight: normal;
	text-align: right;
}

/* 会社概要 */
#corp_info_box {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 200px 0px 200px;
	overflow: hidden;
}
#corp_info_box h3 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-family: europa, sans-serif;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
#corp_info_box h4 {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 6px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
.corp_info_line {
	clear: both;
	width: 1px;
	height: 150px;
	margin: 20px auto 70px;
	padding: 0px;
	background: #3C3C3C;
}

#corp_info_ph {
	float: left;
	width: 580px;
	height: 590px;
	margin: 0px;
	padding: 0px;
	background: url(../img/corp_ph02.png) no-repeat -200px top;
	
	border-radius: 10px;
}
#corp_info_text_box {
	float: right;
	position: relative;
	width: 570px;
	margin: -20px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
.corp_info_text_line {
	position: absolute;
	z-index: -1;
	top: 20px;
	left: 140px;
	width: 7px;
	height: 584px;
	margin: 0px;
	padding: 0px;
	background: #FFFF00;
}
#corp_info_text_box dl {
	clear: both;
	width: 570px;
	margin: 0px;
	padding: 19px 0px 19px;
	background: url(../img/dot_line.png) repeat-x left bottom;
	overflow: hidden;
}
#corp_info_text_box dd {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	text-align: left;
}
#corp_info_text_box dt {
	float: right;
	width: 386px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	text-align: left;
}

#corp_info_text_box02 {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 50px 0px 0px;
	background: url(../img/dot_line.png) repeat-x left 50px;
}
#corp_info_text_box02 dl {
	clear: both;
	width: 1200px;
	margin: 0px;
	padding: 19px 0px 19px;
	background: url(../img/dot_line.png) repeat-x left bottom;
	overflow: hidden;
}
#corp_info_text_box02 dd {
	float: left;
	width: 110px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	text-align: left;
}
.corp_info_text_box02_line {
	float: left;
	width: 80px;
	height: 1px;
	margin: 15px 0px 0px;
	padding: 0px;
	background: #3C3C3C;
}
#corp_info_text_box02 dt {
	float: right;
	width: 990px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.8px;
	text-align: left;
}

/* Map */
#corp_map_box {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 70px 0px 80px;
	overflow: hidden;
	background: #3C3C3C;
}
#corp_map_box h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: europa, sans-serif;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
.corp_map_line {
	clear: both;
	width: 1px;
	height: 100px;
	margin: 20px auto 0px;
	padding: 0px;
	background: #FFFFFF;
}
#corp_map {
	clear: both;
	width: 1200px;
	height: 650px;
	margin: 0px auto;
	padding: 0px;
}
#corp_map iframe {border-radius: 10px;}



/* ------------------------------------------------------------
　　事業内容 ページ：ob.html
------------------------------------------------------------ */

/* OEM事業 */
#ob_oem_box {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 200px 0px 0px;
	overflow: hidden;
}
#ob_oem_ph {
	float: right;
	width: 590px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	background: url(../img/ob_ph01.png) no-repeat -3px -7px;
	
	border-radius: 10px;
}
#ob_oem_text_box {
	float: left;
	width: 560px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#ob_oem_text_box h3 {
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 60px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 3px;
	font-weight: normal;
	text-align: left;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
#ob_oem_text_box p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}
#ob_oem_text_sub {
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 13px;
	line-height: 2.0;
	text-align: right;
}

#ob_oem_sub {
	clear: both;
	margin: 0px;
	padding: 70px 0px 0px;
	overflow: hidden;
}
#ob_oem_sub_ph {
	float: left;
	width: 410px;
	height: 390px;
	margin: 0px;
	padding: 0px;
	background: url(../img/ob_ph02.png) no-repeat -87px bottom;
	
	border-radius: 10px;
}
#ob_oem_sub_box {
	float: right;
	width: 740px;
	height: 390px;
	margin: 0px;
	padding: 0px;
}
#ob_oem_sub_box ul {
	clear: both;
	width: 740px;
	margin: 0px;
	padding: 0px 0px 15px;
	list-style: none;
	overflow: hidden;
}
#ob_oem_sub_box li {
	float: left;
	width: 170px;
	height: 170px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.ob_oem_sub_ph01 {background: url(../img/ob_ph02-1.png) no-repeat center center; border-radius: 10px;}
.ob_oem_sub_ph02 {background: url(../img/ob_ph02-2.png) no-repeat center center; border-radius: 10px;}
.ob_oem_sub_ph03 {background: url(../img/ob_ph02-3.png) no-repeat center center; border-radius: 10px;}
.ob_oem_sub_ph04 {background: url(../img/ob_ph02-4.png) no-repeat center center; border-radius: 10px;}

#ob_oem_sub_text_box {
	float: right;
	position: relative;
	width: 723px;
	height: 203px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #3C3C3C;
}
.ob_oem_sub_ya {
	position: absolute;
	z-index: 10;
	top: 36px;
	left: 125px;
	width: 130px;
	height: 130px;
	margin: 0px 0px 0px;
	padding: 0px;
	border-right: 1px solid #3C3C3C;
	border-top: 1px solid #3C3C3C;
	transform: rotate(45deg);
}
.ob_oem_sub_back {
	position: absolute;
	z-index: 0;
	top: 34px;
	left: 125px;
	width: 135px;
	height: 135px;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #FFFF00;
}
#ob_oem_sub_text {
	position: absolute;
	z-index: 1000;
	top: 35px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-align: left;
}
#ob_oem_sub_text_sub {
	position: absolute;
	z-index: 1000;
	top: 40px;
	left: 300px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: -0.5px;
	font-weight: normal;
	text-align: left;
}

/* 追記英語用 */
.page_ob_eng_txt {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 50px 50px;
	overflow: hidden;
}
.page_ob_eng_txt h6 {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.page_ob_eng_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

/* 生産スケジュール例 */
#ob_sche_box {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 200px 0px 0px;
	overflow: hidden;
}
#ob_sche_box h3 {
	clear: both;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: 1.2px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
.ob_sche_h3 {
	position: absolute;
	top:34px;
	left: 39.5%;
	width: 21%;
	margin: 0px auto;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.ob_sche_line {
	clear: both;
	width: 1px;
	height: 100px;
	margin: 20px auto 0px;
	padding: 0px;
	background: #3C3C3C;
}

#ob_sche {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 35px 0px 0px;
	overflow: hidden;
}
.ob_sche_info {
	float: left;
	position: relative;
	width: 308px;
	margin: 0px;
	padding: 15px;
	border: 1px solid #3C3C3C;
}
.ob_sche_info h4 {
	clear: both;
	width: 100%;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
	background: #FFFF00;
}

.ob_sche_info_line {
	position: absolute;
	z-index: 0;
	top: 65px;
	left: 120px;
	width: 1px;
	height: 176px;
	margin: 0px;
	padding: 0px;
	background: #3C3C3C;
}
.ob_sche_info_line_ya {
	position: absolute;
	z-index: 10;
	top: 240px;
	left: 116px;
	width: 8px;
	height: 8px;
	margin: 0px 0px 0px;
	padding: 0px;
	border-right: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	transform: rotate(45deg);
}

.ob_sche_info dl {
	clear: both;
	position: relative;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background: url(../img/dot_line.png) repeat-x left bottom;
	overflow: hidden;
}
.ob_sche_info dd {
	position: absolute;
	z-index: 10;
	top: 17px;
	left: 10px;
	width: 15px;
	height: 15px;
	margin: 0px 0px 0px;
	padding: 0px;
	border-right: 1px solid #3C3C3C;
	border-top: 1px solid #3C3C3C;
	transform: rotate(45deg);
}
.ob_sche_info dt {
	position: absolute;
	z-index: 10;
	top: 14px;
	left: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: left;
}
.ob_sche_info dl div {
	position: absolute;
	z-index: 10;
	top: 14px;
	left: 130px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: left;
}
.ob_sche_info dl p {
	position: absolute;
	z-index: 10;
	top: 4px;
	left: 130px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
	text-align: left;
}

.ob_sche_info_ya_box {
	float: left;
	position: relative;
	display: block;
	width: 90px;
	height: 300px;
	margin: 0px;
	padding: 0px;
}
.ob_oem_info_ya {
	position: absolute;
	z-index: 10;
	top: 112px;
	left: 20px;
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px;
	padding: 0px;
	border-right: 1px solid #3C3C3C;
	border-top: 1px solid #3C3C3C;
	transform: rotate(45deg);
}
.ob_oem_info_back {
	position: absolute;
	z-index: 0;
	top: 110px;
	left: 20px;
	width: 45px;
	height: 45px;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #FFFF00;
}

/* お困り部分 */
#ob_oem_trouble_box {
	clear: both;
	position: relative;
	width: 1290px;
	margin: 0px auto;
	padding: 100px 0px 0px;
	overflow: hidden;
}
.ob_oem_trouble_ya_L,
.ob_oem_trouble_ya_R {
	position: absolute;
	z-index: 10;
	top: 118px;
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px;
	padding: 0px;
}
.ob_oem_trouble_ya_L {left: 365px; border-left: 1px solid #FF005A; border-bottom: 1px solid #FF005A; transform: rotate(45deg);}
.ob_oem_trouble_ya_R {left: 883px; border-right: 1px solid #FF005A; border-top: 1px solid #FF005A; transform: rotate(45deg);}

.ob_oem_trouble_dot_L,
.ob_oem_trouble_dot_R {
	position: absolute;
	z-index: 10;
	top: 134px;
	width: 9px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	background: #FF005A;
	
	border-radius: 100%;
}
.ob_oem_trouble_dot_L {left: 354px;}
.ob_oem_trouble_dot_R {left: 926px;}

#ob_oem_trouble_box h4 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 1.2px;
	font-weight: normal;
	text-align: center;
}
#ob_oem_trouble_box h4 span {color: #FF005A; font-size: 16px;}

#ob_oem_trouble {
	clear: both;
	position: relative;
	width: 1260px;
	margin: 0px auto;
	padding: 50px 0px 0px;
	overflow: hidden;
}
.ob_oem_trouble {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px 30px 30px;
}
.ob_oem_trouble_icon {
	position: absolute;
	z-index: 10;
	top: -14px;
	left: 38px;
	width: 8px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	background: #FF005A;
	transform: rotate(45deg);
}
.ob_oem_trouble_s,
.ob_oem_trouble_m,
.ob_oem_trouble_l {
	float: left;
	margin: 0px;
	padding: 15px 0px 20px;
	background: #F2F2F2;
	border: 1px solid #3C3C3C;
}
.ob_oem_trouble_s {width: 358px;}
.ob_oem_trouble_m {width: 778px;}
.ob_oem_trouble_l {width: 1198px;}

.ob_oem_trouble_s h5,
.ob_oem_trouble_m h5,
.ob_oem_trouble_l h5 {
	clear: both;
	margin: 0px;
	padding: 0px 0px 10px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1.8px;
	font-weight: normal;
	text-align: center;
}
.ob_oem_trouble_s p,
.ob_oem_trouble_m p,
.ob_oem_trouble_l p {
	clear: both;
	height: 70px;
	margin: 0px;
	padding: 0px 30px 0px;
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
}

.ob_oem_trouble_l_l,
.ob_oem_trouble_l_r {
	margin: 0px;
}
.ob_oem_trouble_l_l {float: left; width: 490px; padding: 0px 0px 0px 30px;}
.ob_oem_trouble_l_r {float: right; width: 600px; padding: 0px 30px 0px 0px;}

.ob_oem_trouble_l_l dl,
.ob_oem_trouble_l_r dl {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.ob_oem_trouble_l_l dd,
.ob_oem_trouble_l_r dd {
	float: left;
	position: relative;
	width: 90px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
.ob_oem_trouble_l_l dd p,
.ob_oem_trouble_l_r dd p {
	position: absolute;
	z-index: 10;
	top: 1px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}
.ob_oem_trouble_l_line {
	position: absolute;
	z-index: 1;
	top: 18px;
	left: 0px;
	width: 95%;
	height: 5px;
	background: #FFFF00;
}
.ob_oem_trouble_l_l dt,
.ob_oem_trouble_l_r dt {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: -0.5px;
	text-align: justify;
}
.ob_oem_trouble_l_l dt {width: 395px;}
.ob_oem_trouble_l_r dt {width: 505px;}

#ob_oem_trouble_sub {
	clear: both;
	width: 1200px;
	margin: 0px auto;
	padding: 15px 0px 0px;
	font-size: 13px;
	line-height: 1.8;
	text-align: right;
}
#ob_oem_trouble_sub span {color: #FF005A;}

/* 参考販売価格 */
#ob_oem_fee_box {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 200px 0px 200px;
	overflow: hidden;
}
.ob_oem_fee_ya_L,
.ob_oem_fee_ya_R {
	position: absolute;
	z-index: 10;
	top: 228px;
	width: 40px;
	height: 40px;
	margin: 0px 0px 0px;
	padding: 0px;
}
.ob_oem_fee_ya_L {left: 325px; border-left: 1px solid #007DFF; border-bottom: 1px solid #007DFF; transform: rotate(45deg);}
.ob_oem_fee_ya_R {left: 843px; border-right: 1px solid #007DFF; border-top: 1px solid #007DFF; transform: rotate(45deg);}

.ob_oem_fee_dot_L,
.ob_oem_fee_dot_R {
	position: absolute;
	z-index: 10;
	top: 244px;
	width: 9px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	background: #007DFF;
	
	border-radius: 100%;
}
.ob_oem_fee_dot_L {left: 314px;}
.ob_oem_fee_dot_R {left: 886px;}

#ob_oem_fee_box h4 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 1.2px;
	font-weight: normal;
	text-align: center;
}
#ob_oem_fee_box h5 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}
#ob_oem_fee_box h5 span {color: #FF005A;}

#ob_oem_fee_cont {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 50px 0px 0px;
	overflow: hidden;
}
.ob_oem_fee_cont {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px 0px 50px;
	overflow: hidden;
}
.ob_oem_fee_cont div {
	float: left;
	width: 116px;
	margin: 0px;
	padding: 0px;
	background: #007DFF;
	
	border-radius: 100%;
}
.ob_oem_fee_cont p {
	float: left;
	margin: 35px 0px 0px;
	padding: 0px 0px 0px 25px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	background: url(../img/ya_cate.png) no-repeat 10px center;
	background-size: 8px 10px;
}

/* ORIGINAL BRAND事業 */
#ob_ob_box {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 120px 0px 120px;
	background: #E8E8E8;
}
#ob_ob {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 80px;
	overflow: hidden;
}
#ob_ob_ph {
	float: right;
	width: 590px;
	height: 430px;
	margin: 0px;
	padding: 0px 0px 0px;
	background: url(../img/ob_ph03.png) no-repeat -72px -20px;
	
	border-radius: 10px;
}
#ob_ob_text {
	float: left;
	width: 540px;
	margin: -10px 0px 0px;
	padding: 0px 0px 0px;
	overflow: hidden;
}
#ob_ob_text h4 {
	clear: both;
	margin: 0px;
	padding: 0px 0px 50px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 50px;
	line-height: 1.6;
	letter-spacing: 3px;
	font-weight: normal;
	text-align: left;
}
#ob_ob_text p {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 14px;
	line-height: 2.0;
	text-align: justify;
}

#ob_ob_kokua {
	clear: both;
	position: relative;
	width: 1198px;
	height: 208px;
	margin: 0px auto;
	padding: 0px 0px 0px;
	border: 1px solid #3C3C3C;
}
.ob_ob_kokua_ya {
	position: absolute;
	z-index: 10;
	top: 39px;
	left: 310px;
	width: 130px;
	height: 130px;
	margin: 0px 0px 0px;
	padding: 0px;
	border-right: 1px solid #3C3C3C;
	border-top: 1px solid #3C3C3C;
	transform: rotate(45deg);
}
.ob_ob_kokua_back {
	position: absolute;
	z-index: 0;
	top: 37px;
	left: 310px;
	width: 135px;
	height: 135px;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #FFFF00;
}
.ob_ob_kokua_bc {
	position: absolute;
	z-index: 0;
	top: 92px;
	left: 265px;
	margin: 0px 0px 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}
#ob_ob_kokua_logo {
	position: absolute;
	z-index: 10;
	top: 45px;
	left: 28px;
	width: 200px;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align: left;
}
#ob_ob_kokua_sns {
	position: absolute;
	z-index: 10;
	top: 132px;
	left: 56px;
	width: 165px;
	margin: 0px;
	padding: 0px 0px 0px;
	text-align: left;
}
#ob_ob_kokua_sns div {
	float: left;
	width: 40px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	text-align: left;
	background: #3C3C3C;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
	
	border-radius: 100%;
}
#ob_ob_kokua_sns div:hover {opacity:0.5;}

.ob_ob_kokua_text {
	position: absolute;
	z-index: 0;
	top: 30px;
	left: 490px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	letter-spacing: -0.5px;
	text-align: justify;
}

/* Onlin shop ボタン */
#ob_ob_kokua_bt {
	position: absolute;
	z-index: 10;
	top: 134px;
	left: 490px;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
.ob_ob_kokua_bt {
	clear: both;
	position: relative;
	width: 278px;
	margin: 0px;
	padding: 10px 0px 10px;
	text-align: center;
	border: 1px solid #3C3C3C;
	background: #FFFFFF;
	overflow: hidden;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.ob_ob_kokua_bt div {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	font-family: europa, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-align: center;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.ob_ob_kokua_bt dd {
	position: absolute;
	z-index: 100;
	width: 92px;
	height: 1px;
	top: 18px;
	left: 140px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
	transform: 1s;
}
.ob_ob_kokua_bt dt {
	position: absolute;
	z-index: 100;
	top: 16px;
	right: 40px;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
	transform: rotate(-45deg);
	opacity:1; -webkit-transition:0.6s ease-in-out; transition:0.6s ease-in-out;
}
.ob_ob_kokua_bt:hover {background: #3C3C3C; opacity:1;}
.ob_ob_kokua_bt:hover div {color: #FFFFFF; opacity:1;}
.ob_ob_kokua_bt:hover dd {border-bottom: 1px solid #FFFFFF; opacity:1; transform: rotateX(20); width: 107px;}
.ob_ob_kokua_bt:hover dt {border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; opacity:1; right: 25px;}

/* IMAGE MOVIE */
#ob_movie_box {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 200px 0px 280px;
	overflow: hidden;
}
#ob_movie_box h3 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-family: europa, sans-serif;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 1.2px;
	font-weight: normal;
	text-align: center;
	/* text-shadow: 0px 0px 10px #3C3C3C; */
}
.ob_movie_line {
	clear: both;
	width: 1px;
	height: 150px;
	margin: 20px auto 0px;
	padding: 0px;
	background: #3C3C3C;
}
#ob_movie {
	clear: both;
	position: relative;
	width: 854px;
	height: 480px;
	margin: 0px auto;
	padding: 0px;
}
#ob_movie iframe {position: absolute; z-index: 100; width: 100%; height: 100%; border-radius: 10px;}

#ob_movie_back_blue,
#ob_movie_back_plus {
	position: absolute;
	width: 42%;
	margin: 0px;
	padding: 0px;
}
#ob_movie_back_blue {
	top: 300px;
	right: 0px;
	height: 540px;
	background: url(../img/back_youtube_blue.png) repeat left top;
}
#ob_movie_back_plus {
	top: 600px;
	left: 0px;
	height: 380px;
	background: url(../img/back_youtube_plus.png) repeat center center;
}

/* Item variation */
#ob_item_box {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 120px 0px 120px;
	background: #E8E8E8;
}
.ob_item_title_line {
	position: absolute;
	z-index: 10;
	top: 158px;
	left: 12px;
	width: 50%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}
#ob_item {
	clear: both;
	position: relative;
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(../img/sq_harf.png) no-repeat left 26px;
}
#ob_item h3 {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 40%;
	width: 20%;
	height: 55px;
	margin: 0px;
	padding: 23px 0px 0px;
	font-family: europa, sans-serif;
	font-size: 28px;
	line-height: 1.1;
	font-weight: normal;
	text-align: center;
	background: url(../img/back_plus.png), #FFFFFF;
	border: 1px solid #3C3C3C;
}
.ob_item_title_dot_icon {
	position: absolute;
	z-index: 100;
	top: 33px;
	left: -5px;
	width: 9px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	background: url(../img/dot.png) no-repeat right top;
}

#ob_item_list_box {
	clear: both;
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding: 50px 0px 0px;
	text-align: left;
	overflow: auto;
}
.ob_item_list {
	float: left;
	position: relative;
	width: 258px;
	margin: 0px 20px;
	padding: 0px 0px 0px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.ob_item_list figure {
	position: relative;
	overflow: hidden;
	width: 258px;
	margin:0px;
	padding:0px;
}
.ob_item_list figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background: rgba(0,0,0,0.6);
	/* background: rgba(255,255,255,.8); */
	-webkit-transition: 1.3s;
	transition: 1.3s;
	opacity: 0;
}
.ob_item_list figure:hover figcaption {
	opacity: 1;
}

.ob_item_list figcaption div {
	width: 120px;
	margin:0px auto;
	padding:10px 0px 10px;
	/* color: #FFFFFF; */
	color: #3C3C3C;
	font-size: 14px;
	line-height: 1.8;
	text-align:center;
	letter-spacing: 1px;
	background: #FFFFFF;
	/* border-bottom: 2px solid #FFFFFF;
	border-bottom: 2px solid #20B0CB; */
	
	border-radius: 3px;
	
	position: absolute;
	left: 69px;
	bottom: 80px;
	-webkit-transition: 1.1s;
	transition: 1.1s;
	opacity: 0;
}
.ob_item_list figure:hover figcaption div {
	left: 69px;
	bottom: 105px;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	opacity: 1;
}



/* ------------------------------------------------------------
　　サ ページ：.html
------------------------------------------------------------ */

/* 追記英語用 */
.page_sfq_eng_txt {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 50px 50px;
	overflow: hidden;
}
.page_sfq_eng_txt h6 {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.page_sfq_eng_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

.page_sfq_cont_eng_txt {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 50px 100px;
	overflow: hidden;
}
.page_sfq_cont_eng_txt h6 {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.page_sfq_cont_eng_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}

.page_sfq_cont_sub_eng_txt {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 0;
	overflow: hidden;
}
.page_sfq_cont_sub_eng_txt:last-child {
	padding: 40px 0 100px;
}
.page_sfq_cont_sub_eng_txt h6 {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Roboto", serif;
	font-size: 17px;
	line-height: 1.6;
	text-align: left;
}
.page_sfq_cont_sub_eng_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-family: "Verdana", serif;
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
}


/* パートナーカンパニー */
#sfq_pc_box {
	clear: left;
	position: relative;
	width: 1200px;
	height: 370px;
	margin: 0px auto;
	padding: 180px 0px 0px;
}
#sfq_pc_box h3 {
	clear: left;
	width: 100%;
	margin: 0px 0px 0px;
	padding: 0px 0px 5px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 22px;
	line-height: 3.0;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: center;
}
#sfq_pc_illust01,
#sfq_pc_illust02,
#sfq_pc_illust03 {
	position: absolute;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}
#sfq_pc_illust01 {top: 80px; left: 0px; width: 400px; /* height: 250px; */}
#sfq_pc_illust02 {top: 160px; right: 0px; width: 380px; /* height: 250px; */}
#sfq_pc_illust03 {top: 355px; left: 65px; width: 410px; /* height: 250px; */}

/* 各工程：Material、Pattern、Attached、Sewing、Processing、Finish */
#sfq_material_box,
#sfq_pattern_box,
#sfq_attached_box,
#sfq_sewing_box,
#sfq_processing_box,
#sfq_finish_box {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px;
	/* padding: 0px 0px 200px; */
	padding: 0;
	background: url(../img/sq_harf.png) no-repeat left 85px;
}
.sfq_title_line {
	position: absolute;
	z-index: 10;
	top: 97px;
	left: 12px;
	width: 20%;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
}
#sfq_material,
#sfq_pattern,
#sfq_attached,
#sfq_sewing,
#sfq_processing,
#sfq_processing02,
#sfq_processing03,
#sfq_finish {
	clear: both;
	position: relative;
	width: 1200px;
	padding: 0px;
	overflow: hidden;
}
#sfq_material {height: 820px; margin: 0px auto;}
#sfq_pattern {height: 800px; margin: 0px auto;}
#sfq_attached {height: 730px; margin: 0px auto;}
#sfq_sewing {height: 1720px; margin: 0px auto;}
#sfq_processing {height: 940px; margin: 0 auto;}
#sfq_processing02 {height: 500px; margin: 85px auto 0;}
#sfq_processing03 {height: 520px; margin: 50px auto 0;}
#sfq_finish {height: 730px; margin: 0px auto;}

#sfq_material h3,
#sfq_pattern h3,
#sfq_attached h3,
#sfq_sewing h3,
#sfq_processing h3,
#sfq_processing02 h3,
#sfq_processing03 h3,
#sfq_finish h3 {
	position: absolute;
	z-index: 100;
	top: 55px;
	left: 45px;
	width: 240px;
	height: 55px;
	margin: 0px;
	padding: 23px 0px 0px;
	font-family: europa, sans-serif;
	font-size: 28px;
	line-height: 1.1;
	font-weight: normal;
	text-align: center;
	background: url(../img/back_plus.png), #FFFFFF;
	border: 1px solid #3C3C3C;
}
.sfq_title_dot_icon {
	position: absolute;
	z-index: 100;
	top: 37px;
	left: -5px;
	width: 9px;
	height: 9px;
	margin: 0px;
	padding: 0px;
	background: url(../img/dot.png) no-repeat right top;
}
#sfq_ph04_sub_line {
	clear: both;
	position: relative;
	width: 1200px;
	height: 135px;
	margin: 0px;
	padding: 0px;
}
#sfq_ph05_sub_line {
	clear: both;
	position: relative;
	width: 1200px;
	height: 85px;
	margin: 0px;
	padding: 0px;
}

#sfq_ph01-1,
#sfq_ph01-2,
#sfq_ph02-1,
#sfq_ph02-2,
#sfq_ph03-1,
#sfq_ph03-2,
#sfq_ph04-1,
#sfq_ph04-2,
#sfq_ph04-3,
#sfq_ph04-4,
#sfq_ph05-1,
#sfq_ph05-2,
#sfq_ph05-3,
#sfq_ph05-4,
#sfq_ph06-1,
#sfq_ph06-2 {
	padding: 0px;
	
	border-radius: 10px;
}
#sfq_ph01-1 {float: right; width: 700px; height: 500px; margin: 0px 0px 0px; background: url(../img/sfq_ph01-1.png) no-repeat -6px -6px;}
#sfq_ph01-2 {float: left; width: 450px; height: 410px; margin: 410px 0px 0px;  background: url(../img/sfq_ph01-2.png) no-repeat -54px 0px;}

#sfq_ph02-1 {float: right; width: 420px; height: 500px; margin: 0px 0px 0px; background: url(../img/sfq_ph02-1.png) no-repeat -172px -5px;}
#sfq_ph02-2 {float: left; width: 720px; height: 500px; margin: 295px 0px 0px; background: url(../img/sfq_ph02-2.png) no-repeat -100px -30px;}

#sfq_ph03-1 {float: right; width: 700px; height: 500px; margin: 0px 0px 0px; background: url(../img/sfq_ph03-1.png) no-repeat -50px -6px;}
#sfq_ph03-2 {float: left; width: 450px; height: 420px; margin: 310px 0px 0px; background: url(../img/sfq_ph03-2.png) no-repeat -40px -10px;}

#sfq_ph04-1 {float: right; width: 500px; height: 500px; margin: 0px 0px 0px; background: url(../img/sfq_ph04-1.png) no-repeat -278px -7px;}
#sfq_ph04-2 {float: left; width: 640px; height: 500px; margin: 270px 0px 0px; background: url(../img/sfq_ph04-2.png) no-repeat -140px 0px;}
#sfq_ph04-3 {float: left; width: 500px; height: 500px; margin: 0px 0px 0px; background: url(../img/sfq_ph04-3.png) no-repeat -80px -6px;}
#sfq_ph04-4 {float: right; width: 650px; height: 500px; margin: 290px 0px 0px; background: url(../img/sfq_ph04-4.png) no-repeat -60px -4px;}

#sfq_ph05-1 {float: right; width: 460px; height: 710px; margin: 0px 0px 0px; background: url(../img/sfq_ph05-1.png) no-repeat -490px -7px;}
#sfq_ph05-2 {float: left; width: 710px; height: 450px; margin: 490px 0px 0px; background: url(../img/sfq_ph05-2.png) no-repeat -20px -160px;}
#sfq_ph05-3 {float: right; width: 760px; height: 500px; margin: 0px 0px 0px; background: url(../img/sfq_ph05-3.png) no-repeat -12px -18px;}
/* #sfq_ph05-4 {float: left; width: 520px; height: 520px; margin: 50px 0px 0px; background: url(../img/sfq_ph05-4.png) no-repeat -286px -26px;} */
#sfq_ph05-4 {float: left; width: 520px; height: 520px; margin: 0; background: url(../img/sfq_ph05-4.png) no-repeat -286px -26px;}

#sfq_ph06-1 {float: right; width: 700px; height: 500px; margin: 0px 0px 0px; background: url(../img/sfq_ph06-1.png) no-repeat -36px -7px;}
#sfq_ph06-2 {float: left; width: 450px; height: 420px; margin: 310px 0px 0px; background: url(../img/sfq_ph06-2.png) no-repeat -20px 0px;}



#sfq_text01-1 {
	position: absolute;
	top: 250px;
	left: 240px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
.sfq_text01-1-1,
.sfq_text01-1-2 {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.sfq_text01-1-1 {top:28px; width: 38%;}
.sfq_text01-1-2 {top:60px; width: 70%;}
#sfq_text01-1_line {
	position: absolute;
	top: 298px;
	left: 430px;
	width: 70px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text01-2 {
	position: absolute;
	top: 610px;
	right: 0px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}
#sfq_text_sub01 {
	position: absolute;
	top: 505px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 2.0;
	letter-spacing: 0.4px;
	text-align: right;
}

#sfq_text02-1 {
	position: absolute;
	top: 175px;
	left: 405px;
	width: 370px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
.sfq_text02-1-1,
.sfq_text02-1-2 {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.sfq_text02-1-1 {top:28px; width: 28%;}
.sfq_text02-1-2 {top:60px; width: 70%;}
#sfq_text02-1_line {
	position: absolute;
	top: 224px;
	left: 680px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text02-2 {
	position: absolute;
	top: 610px;
	right: 0px;
	width: 420px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}
#sfq_text_sub02 {
	position: absolute;
	top: 505px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 2.0;
	letter-spacing: 0.4px;
	text-align: right;
}

#sfq_text03-1 {
	position: absolute;
	top: 200px;
	left: 220px;
	width: 275px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
.sfq_text03-1-1,
.sfq_text03-1-2 {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.sfq_text03-1-1 {top:28px; width: 36%;}
.sfq_text03-1-2 {top:60px; width: 70%;}
#sfq_text03-1_line {
	position: absolute;
	top: 248px;
	left: 430px;
	width: 70px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text03-2 {
	position: absolute;
	top: 590px;
	right: 0px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}

#sfq_text04-1 {
	position: absolute;
	top: 160px;
	left: 375px;
	width: 320px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
.sfq_text04-1-1,
.sfq_text04-1-2 {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.sfq_text04-1-1 {top:28px; width: 68%;}
.sfq_text04-1-2 {top:60px; width: 44%;}
#sfq_text04-1_line {
	position: absolute;
	top: 176px;
	left: 610px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text04-2 {
	position: absolute;
	top: 610px;
	right: 0px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}
#sfq_text04-3 {
	position: absolute;
	top: 900px;
	right: 0px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}
#sfq_text_sub04 {
	position: absolute;
	top: 505px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 2.0;
	letter-spacing: 0.4px;
	text-align: right;
}
#sfq_text_sub04-2 {
	position: absolute;
	top: 1700px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 2.0;
	letter-spacing: 0.4px;
	text-align: right;
}

#sfq_text05-1 {
	position: absolute;
	top: 175px;
	left: 440px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
.sfq_text05-1-1,
.sfq_text05-1-2,
.sfq_text05-3-1,
.sfq_text05-4-1 {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.sfq_text05-1-1 {top:28px; width: 32%;}
.sfq_text05-1-2 {top:60px; width: 52%;}
.sfq_text05-3-1 {top:28px; width: 26%;}
.sfq_text05-4-1 {top:28px; width: 10%;}
#sfq_text05-1_line {
	position: absolute;
	top: 224px;
	left: 610px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text05-2 {
	position: absolute;
	top: 320px;
	left: 220px;
	width: 480px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}
#sfq_text05-3 {
	position: absolute;
	/* top: 1140px; */
	top: 115px;
	left: 30px;
	width: 260px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
#sfq_text05-3_line {
	position: absolute;
	top: 132px;
	left: 110px;
	width: 330px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text05-3-2 {
	position: absolute;
	top: 195px;
	left: 30px;
	width: 360px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}
#sfq_text05-4 {
	position: absolute;
	top: 1690px;
	left: 640px;
	width: 340px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
#sfq_text05-4_line {
	position: absolute;
	top: 1707px;
	left: 520px;
	width: 90px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text05-4-2 {
	position: absolute;
	top: 1760px;
	left: 580px;
	width: 580px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}

#sfq_text06-1 {
	position: absolute;
	top: 180px;
	left: 165px;
	width: 330px;
	margin: 0px;
	padding: 0px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1.4px;
	text-align: left;
}
.sfq_text06-1-1,
.sfq_text06-1-2 {
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #FF005A;
}
.sfq_text06-1-1 {top:28px; width: 62%;}
.sfq_text06-1-2 {top:60px; width: 42%;}
#sfq_text06-1_line {
	position: absolute;
	top: 230px;
	left: 320px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #3C3C3C;
}
#sfq_text06-2 {
	position: absolute;
	top: 580px;
	right: 0px;
	width: 700px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: justify;
}


/* パートナーカンパニー */
#sfq_pc_f_img {
	clear: left;
	position: relative;
	width: 1360px;
	height: 740px;
	margin: 0px auto 100px;
	padding: 0px 0px 0px;
	background: url(../img/sfq_f_ph.png) no-repeat -8px -70px;
}
#sfq_pc_f_img p {
	position: absolute;
	bottom: 10px;
	right: 80px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 2.0;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
	text-shadow: 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 6px #FFFFFF, 0px 0px 8px #FFFFFF;
}



}





