@charset "utf-8";
/* CSS Document */

/* クラス設定 */
.sp {
	display: none;
}
.pc {
	display: block;
}
img.pc {
	display: inline-block;
}
td.pc {
	display: table-cell;
}
td.sp {
	display: none;
}
.MenuFix {
	position: fixed;
	top: 80px;
}
.CvFix {
	position: fixed;
	bottom: 0;
	height: 85px;
	padding: 10px 0 !important;
}
.CvFix a {
	transform: scale(0.9);
}
.Bshadow20 {
	box-shadow: 0 4px 5px rgba(0,0,0,0.5);
}
.NonShadow {
	box-shadow: none
}
/* 全体の囲い */
#Wrapper {
	min-width: 1024px;
	padding-bottom: 40px;
	overflow: hidden;
}
/* ヘッダー */
#Logo {
	height: 80px;
	width: 100%;
	min-width: 1024px;
	position: fixed;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
header {
	overflow: hidden;
}
header h1 {
	text-align: center;
}
/* メインビジュアル */
#MainPhoto {
	margin-top: 80px;
	text-align: center;
	background-image: url(../images/main_photo_bg.jpg);
	overflow: hidden;
}
#MainPhoto img {
	box-shadow: 0 0 20px rgba(0,0,0,1);
}
/* コンバージョンエリア */
#CvFixArea {
	background-image: url(../images/cv_bg.jpg);
	background-repeat: repeat-x;
	padding: 20px 0 16px 0;
	width: 100%;
	min-width: 1024px;
}
#CvFixArea table {
table-layout:fixed;
}
#CvFixArea td {
	width: 512px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
#CvFixArea a{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.CvTel a {
	width: 404px;
	height: 71px;
	background-image: url(../images/cv_tel.png);
}
.CvMail a {
	width: 426px;
	height: 71px;
	background-image: url(../images/cv_mail.png);
}
#CvFixArea a:hover {
	background-position: 0 -71px;
}
/* グローバルナビ */

#GNavi {
	height: 55px;
	width: 100%;
	min-width: 1024px;
	background-color: rgba(255,255,255,1.00);
	border-top: solid 1px rgba(150,0,2,1.00);
	border-bottom: solid 1px rgba(150,0,2,1.00);
}
#GNavi li {
	float: left;
}
#GNavi li a {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 50px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.Nav01 {
	width: 255px;
}
.Nav02 {
	width: 219px;
}
.Nav03 {
	width: 164px;
}
.Nav04 {
	width: 159px;
}
.Nav05 {
	width: 124px;
}
.Nav06 {
	width: 103px;
}
.Nav01 a {
	background-image: url(../images/menu_01.png);
}
.Nav02 a {
	background-image: url(../images/menu_02.png);
}
.Nav03 a {
	background-image: url(../images/menu_03.png);
}
.Nav04 a {
	background-image: url(../images/menu_04.png);
}
.Nav05 a {
	background-image: url(../images/menu_05.png);
}
.Nav06 a {
	background-image: url(../images/menu_06.png);
}
#GNavi li a:hover {
	opacity: 0.7;
}
/* Contents */
#Contents {
	background-image: url(../images/contents_bg.jpg);
}
.Title {
	background-image: url(../images/titile_bg1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 180px;
	padding-top: 40px;
	box-shadow: 0 0 20px rgba(0,0,0,1) inset;
	text-align: center;
}
#Block01 .Title {
	background-position: center 0px;
}
#Block02 .Title {
	background-position: center top;
}
#Block03 .Title {
	background-position: center -40px;
}
#Block04 .Title {
	background-position: center -50px;
}
#Block05 .Title {
	background-image: url(../images/titile_bg2.jpg);
	background-position: center -100px;
}
#Block06 .Title {
	background-image: url(../images/titile_bg3.jpg);
	background-position: center -50px;
}
.Block01Contents {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 50px;
	background-image: url(../images/block01_bg.jpg);
}
.Block01Contents ul {
}
.Block01Contents li {
	display: inline-block;
	width: 500px;
	text-align: center;
	margin-bottom: 50px;
}
.Block02ContentsBg {
	background-color: #f8f8f8;
}
.Block02Contents {
	padding-top: 30px;
}
.SouzokuBA {
	padding-bottom: 30px;
}
.Block02Bottom {
	background-image: url(../images/block02_bottombg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 120px;
}
.Block03Contents {
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 10px;
}
.Block03Contents li {
	margin-bottom: 30px;
}
.support {
	width: 670px;
	margin: 50px auto;
	padding: 0 20px 30px 20px;
	background-image: url(../images/block03_flow_chui_bg.jpg);
	background-repeat: repeat-x;
	color: rgba(255,255,255,1.00);
	text-align: left;
}
.support li {
	margin-left: -2em;
	padding-left: 4em;
	font-size: 0.875em;
	line-height: 1.4;
	margin-bottom: 20px;
}
.support li::before {
	content: "※　";
	margin-left: -2em;
}
/* 事例 */
.JireiColumn {
	width: 900px;
	margin: 50px auto;
	background-image: url(../images/block4_case_bg.jpg);
	padding: 25px;
}
.JireiColumn p {
	margin-left: 270px;
	margin-bottom: 25px;
	line-height: 1.5;
}
.JireiColumn.Case2 p {
	margin-left: 0;
}
.JireiColumn h3 {
	margin-bottom: 30px;
}
.JireiColumn h4 {
	margin-bottom: 10px;
}
.JireiFrame {
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	background-repeat: no-repeat;
	background-position: 30px bottom;
}
.Case1 .JireiFrame {
	background-image: url(../images/block4_case1_bg.png);
}
.Case2 .JireiFrame {
	background-image: url(../images/block4_case2_bg.png);
}
.Case3 .JireiFrame {
	background-image: url(../images/block4_case3_bg.png);
}
.Case3.JireiColumn p {
	margin-left: 240px;
}
.PicColumnL, .PicColumnR {
	text-align: center;
	width: 50%;
}
.PicColumnL, .PicColumnR img {
	margin-bottom: 30px;
}
.Block05ContentsBg {
	background-image: url(../images/block05_bg.jpg);
}
.Block05Contents p {
	font-size: 18px;
	max-width: 510px;
	margin: 0 auto;
	padding: 50px 10px;
	line-height: 1.7;
}
#Block06 {
	padding-bottom: 50px;
}
.Block06Contents table {
	font-size: 0.875em;
	width: 550px;
	margin: 30px auto 50px auto;
}
.Block06Contents table th {
	font-weight: normal;
	color: rgba(255,255,255,1.00);
	padding: 20px;
	width: 120px;
	border-bottom: dotted 1px rgba(112,112,112,1.00);
}
.Block06Contents table td {
	color: rgba(255,255,255,1.00);
	padding: 15px;
	border-bottom: dotted 1px rgba(112,112,112,1.00);
}
address {
	min-width: 1024px;
	height: 57px;
	background-image: url(../images/footer_bg.jpg);
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 0.875em;
	font-weight: normal;
	font-style: normal;
	line-height: 57px;
}
/* ページの先頭に戻るボタン */
.GoTop {
	position: fixed;
	right: 30px;
	bottom: 90px;
	opacity: 0.8;
}
.GoTop:hover {
	opacity: 1;
}
