@charset "utf-8";
/* CSS Document */

/* reset css
==============================================================*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd, form, figure {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
table, td, th, tr, thead, tbody {
	border: none;
}
table th {
	text-align: left;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
}
textarea {
	font-size: 1em;
}
header, footer, section, nav, figure, fugcaption {
	display: block;
}
input[type="submit"], input[type="image"] {
	border: none;
	margin: 0;
}
input[type="button"], input[type="submit"] {
	padding: 0;
	-webkit-appearance: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
}
textarea, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"], input[type="search"],select {
	padding: 0 10px;
	border: 1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 2px;
	font-size: 15px;
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
::-webkit-input-placeholder {
color:#999999;
opacity:1;
}
::-moz-placeholder {
color:#999999;
opacity:1;
}
:-moz-placeholder {
color:#999999;
opacity:1;
}
input:-ms-input-placeholder {
color:#999999;
opacity:1;
}

/* ==============================================================

 TEMPLATE

==============================================================*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	color: #333;
	background: #fff;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
	min-width:1270px;
}
a {
	color: #333;
}
/*	clearfix
-------------------------------------------------------- */
.clearfix:after {
	content: "";
	height: 0px;
	display: block;
	clear: both;
}
.textRight {
	text-align: right;
}
.sp {
	display: none !important;
}
#wrapper {
	min-width: 1270px;
	padding-top: 83px;
	background: url(../img/bg_body.png) 0 0 repeat;
}
/*会員の方*/
.border-colors1{
	background-color:rgba(52, 157, 193, 0.46);
    width: 418px;
    height: 142px;
    position:relative;
	left:0px!important;
	clear:both;
	z-index:70;
	}
.border-colors1 p{
	color:red;
	text-align:center;
	font-size:35px;
	padding: 35px;
	}

/* HEADER - GLOBAL NAVI
==============================================================*/
#siteHead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	background: #e9eff5;
	z-index: 20;
}
.siteHeadIn {
	max-width: 1230px;
	height: 83px;
	margin: 0 auto;
	padding: 0 20px 0;
	overflow: hidden;
}
.siteHeadL {
	float: left;
	padding-top: 7px;
}
.siteHeadL h1 {
	font-size: 12px;
	color: #000;
}
.siteHeadL .siteLogo {
	margin-top: 2px;
}
.siteHeadR {
	float: right;
/*	display: none;*/
}
.siteHeadR li {
	float: left;
	margin-left: 5px;
}
.siteHeadR li a {
	display: block;
	width: 184px;
	height: 32px;
	padding: 10px 0 0;
	background: #D44343;
/*	background: #004aa0;*/
	border-radius: 0 0 5px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.siteHeadR li a::before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 21px;
	margin-right: 8px;
	background: url(../img/ico_siteHead.png) 0 0 no-repeat;
	vertical-align: -5px;
}
.siteHeadR li a:hover {
/*	background: #0283de;*/
	background: #E47373;
}
.siteHeadR li a.btnHeadRegist::before {
	background-position: 0 0;
}
.siteHeadR li a.btnHeadOrder::before {
	background-position: -17px 0;
}
.siteHeadR.typeLogin li a {
	background: #ffffff;
	color: #333333;
	border:#a0a0a0 solid 1px;
	border-top: none;
	width: 142px;
}
.siteHeadR.typeLogin li a:hover {
	background: #0283de;
	color: #ffffff;
}
.siteHeadR.typeLogin li a::before {
	width:23px;
}
.siteHeadR li a.btnHeadLogout::before {
	background-position: -36px 0;
}
.siteHeadR li a.btnHeadLogout:hover::before {
	background-position: -60px 0;
}
.siteHeadR li .businesshour{
	font-size: smaller;
	font-weight: bold;
	vertical-align: top;
}

/* グロナビ ------------------- */
#gNav {
	position: fixed;
	width: 100%;
/*	position: relative;*/
	z-index: 15;
	background: #fff;
}
.gNavIn {
	width: 100%;
	max-width: 1270px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
#gNav li {
	float: left;
}
#gNav li:nth-child(1) {
	width: 20%;
}
#gNav li:nth-child(2) {
	width: 16.7%;
}
#gNav li:nth-child(3) {
	width: 11.8%;
}
#gNav li:nth-child(4) {
	width: 13.8%;
}
#gNav li:nth-child(5) {
	width: 17.7%;
}
#gNav li:nth-child(6) {
	width: 20%;
}
#gNav.gNavLogin li:nth-child(1) {
	width: 25%;
}
#gNav.gNavLogin li:nth-child(2) {
	width: 25%;
}
#gNav.gNavLogin li:nth-child(3) {
	width: 25%;
}
#gNav.gNavLogin li:nth-child(4) {
	width: 25%;
}
#gNav li a {
	position: relative;
	display: block;
	height: 50px;
	padding-top: 1px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
#gNav li a::before {
	position: relative;
	top: 6px;
	content: '';
	display: inline-block;
	width: 26px;
	height: 29px;
	margin-right: 11px;
	background: url(../img/ico_gnav.png) 0 0 no-repeat;
}
#gNav li:nth-child(1) a::before {
	background-position: 0 0;
}
#gNav li:nth-child(2) a::before {
	background-position: -26px 0;
}
#gNav li:nth-child(3) a::before {
	background-position: -52px 0;
}
#gNav li:nth-child(4) a::before {
	background-position: -78px 0;
}
#gNav li:nth-child(5) a::before {
	background-position: -104px 0;
}
#gNav li:nth-child(6) a::before {
	background-position: -130px 0;
}
#gNav.gNavLogin li a::before {
}
#gNav.gNavLogin li:nth-child(1) a::before {
	background-position: -158px 0;
}
#gNav.gNavLogin li:nth-child(2) a::before {
	background-position: -185px 0;
}
#gNav.gNavLogin li:nth-child(3) a::before {
	background-position: -216px 0;
}
#gNav.gNavLogin li:nth-child(4) a::before {
	background-position: -130px 0;
}
#gNav li a:hover {
	background: #0283de;
	color: #fff;
}
#gNav li:nth-child(1) a:hover::before {
	background-position: 0 -29px;
}
#gNav li:nth-child(2) a:hover::before {
	background-position: -26px -29px;
}
#gNav li:nth-child(3) a:hover::before {
	background-position: -52px -29px;
}
#gNav li:nth-child(4) a:hover::before {
	background-position: -78px -29px;
}
#gNav li:nth-child(5) a:hover::before {
	background-position: -104px -29px;
}
#gNav li:nth-child(6) a:hover::before {
	background-position: -130px -29px;
}
#gNav.gNavLogin li:nth-child(1) a:hover::before {
	background-position: -158px -29px;
}
#gNav.gNavLogin li:nth-child(2) a:hover::before {
	background-position: -185px -29px;
}
#gNav.gNavLogin li:nth-child(3) a:hover::before {
	background-position: -216px -29px;
}
#gNav.gNavLogin li:nth-child(4) a:hover::before {
	background-position: -130px -29px;
}
/* PAGE PARTS
==============================================================*/
/* アイコン要素 ------------------- */
.arwWhiteLeftL::after {
	content: '';
	width: 15px;
	height: 24px;
	background: url(../img/ico_set.png) 0 0 no-repeat;
}
.arwWhiteRightL::after {
	content: '';
	width: 15px;
	height: 24px;
	background: url(../img/ico_set.png) -15px 0 no-repeat;
}

.arwBlueLeftL::after {
	content: '';
	width: 15px;
	height: 24px;
	background: url(/img/ico_set.png) -15px -24px no-repeat;
}
.arwBlueRightL::after {
	content: '';
	width: 15px;
	height: 24px;
	background: url(/img/ico_set.png) -15px -24px no-repeat;
}
.arwBlueBottomS::after {
	content: '';
	width: 24px;
	height: 14px;
	background: url(/img/ico_set.png) 0 -174px no-repeat;
}
.arwBlueBottomM::after {
	content: '';
	width: 24px;
	height: 12px;
	background: url(/img/ico_set.png) 0 -200px no-repeat;
}
.btnArea .arwBlueRightL:hover::after {
	background-position: -15px 0;
}
.arwBlueBottomS:hover::after {
	background-position: 0 -185px;
}
.arwBlueBottomM:hover::after {
	background-position: 0 -214px;
}
/**/
.arwBlueRightM::after {
	content: '';
	display: block;
	width: 14px;
	height: 22px;
	background: url(/img/ico_set.png) -14px -70px no-repeat;
}
.arwBlueRightM:hover::after {
	background-position: -14px -49px;
}
.arwBlueRightS::after {
	content: '';
	display: block;
	width: 14px;
	height: 22px;
	background: url(/img/ico_set.png) -14px -132px no-repeat;
}
.arwBlueRightS:hover::after {
	background-position: -14px -151px;
}
.arwGrayRightS::after {
	content: '';
	display: block;
	width: 15px;
	height: 23px;
	background: url(/img/ico_set.png) -15px -91px no-repeat;
	float: right;
}
.arwGrayRightS:hover::after {
	background-position:-15px -110px;
}
/* ボタン要素 ------------------- */
.btnArea {/* margin-topは各要素ごとに決めています */
	text-align: center;
}
.btnArea a,
.btnArea input{
	display: block;
	position: relative;
	padding: 17px 35px 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.btnArea .btnSingleS a{
	padding: 7px 35px 6px;
	font-size: 16px;
}
.btnDouble{
	width: 590px;
	margin:30px auto 0;
	overflow:hidden;
}
.btnDouble li{
	float:left;
}
.btnDouble li:first-child{
	margin-right:18px;
}
.btnAnchor a{
	display:inline-block;
	position:relative;
	border:#004aa0 solid 1px;
	box-sizing:border-box;
	background:#ffffff;
	width: 100%;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color:#004aa0;
	font-size: 13px;
	padding:5px 0;
}
.btnAnchor a:hover{
	color:#0283de;
	border:#0283de solid 1px;
}
.btnsLeftS a,
.btnsRightS a{
	font-size: 13px;
	padding: 7px 10px 6px 25px;
}

/* 横幅・構成 */
.btnSingle {
	width: 430px;
	margin: 0 auto;
}
.btnSingleS {
	width: 230px;
	margin: 0 auto;
}
.btnDoubleS{
	width: 140px;
}
.btnDoubleL{
	width: 430px;
}
.btnsLeftS{
	float:left;
	width:200px;
}
.btnsLeftS + .btnsLeftS{
	margin-left:10px;
}
.btnsRightS{
	float:right;
	width:200px;
}
/* 色 */
.btnWhite {
	background: #fff;
	color: #004aa0;
}
.btnWhite:hover {
	background: #0283de;
	color: #fff;
}
.btnBlue {
	background: #004aa0;
	color: #fff;
}
/*.btnBlue:hover {
	background: #0283de;
	color: #fff;
}*/
.btnGray {
	background: #a0a0a0;
	color: #fff;
}
.btnGray:hover {
	background: #c4c4c4;
	color: #fff;
}
.btnRed {
	background: #d44343;
	color: #fff;
}
.btnRed:hover {
	background: #d75b5b;
	color: #fff;
}
.btnBdrBlue {
	background: #ffffff;
	border:#004aa0 solid 1px;
	color:#004aa0;
}
.btnBdrGray {
	background: #ffffff;
	border:#a0a0a0 solid 1px;
}
/* ボタンアイコン位置 */
.btnArea .arwBlueRightL::after, .btnArea .arwWhiteRightL::after,
.btnArea .arwBlueRightM::after, .btnArea .arwWhiteRightM::after,
.btnArea .arwBlueRightS::after, .btnArea .arwWhiteRightS::after   {
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -11px;
}
.btnArea .arwBlueLeftL::after, .btnArea .arwWhiteLeftL::after {
	position: absolute;
	top: 50%;
	left: 17px;
	margin-top: -11px;
}
.btnAnchor .arwBlueBottomS::after{
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -8px;
}
.btnSingleS .arwBlueBottomM::after{
	position:absolute;
	top: 50%;
	right: 17px;
	margin-top: -6px;
}
.icoPencil{ 
	background: url(../img/ico_titles.png) 0 -693px no-repeat;
}
.icoMadori {
	background: url(/img/ico_titles.png) 0 -440px no-repeat;
}
.icoQuestion {
	background: url(/img/ico_titles.png) 0 -68px no-repeat;
}
.icoMail {
	background: url(/img/ico_titles.png) 0 -360px no-repeat;
}
.icoJoin {
	background: url(/img/ico_titles.png) 0 -285px no-repeat;
}
.icoMember {
	background: url(/img/ico_titles.png) 0 -138px no-repeat;
}
.icoOrder {
	background: url(../img/ico_titles.png) 0 -213px no-repeat;
}
.icoDownload {
	background: url(/img/ico_titles.png) 0 0 no-repeat;
}
.icoFile {
	background: url(/img/ico_titles.png) 0 -213px no-repeat;
}
.icoInfomation {
	background: url(/img/ico_titles.png) 0 -508px no-repeat;
}
.icoPrice{
	background: url(/img/ico_titles.png) 0 -623px no-repeat;
}
.icoConfirm{
	background: url(/img/ico_titles.png) 0 -593px no-repeat;
}
.icoNews{
	background: url(../img/ico_labelorder.png) 0 0 no-repeat;
}
.icoNews{
	background: url(../img/ico_labelorder.png) 0 0 no-repeat;
	padding-left:34px;
}
.icoUpload{
	background: url(../img/ico_labelorder.png) 0 -45px no-repeat;
	padding-left:38px;
}

.icoCheck:after,
.icoUncheck:after,
.icoDust:after{
	content:" ";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 12px;
	margin-top: -9px;
	background: url(/img/ico_orderbtn.png) 0 0 no-repeat;
}
.icoUncheck:after{
	background-position: 0 -20px;
}
.icoDust:after{
	background-position: 0 -83px;
}

/* INDEX PAGE
==============================================================*/
/* キービジュアル */
.indexKvArea {
	/*padding-bottom: 11px;*/
	text-align: center;
	/*background: #e9eff5;*/
}
.indexKv {
	position: relative;
	height: 550px;
	width: 1270px;
	margin: 0 auto;
}
.indexKv img {
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	width: 100%;
}
.indexKvBtn {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #cfd5da;
}
.indexKvBtn ul {
	max-width: 1270px;
	margin: 0 auto;
}
.indexKvBtn li {
	float: left;
	width: 33.3%;
}
.indexKvBtn li .kvBtnWrap {
	display: block;
	min-height: 141px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.indexKvBtn li span.kvBtnWrap {
	background: #fff;
	position: relative;
}

.indexKvBtn li span.kvBtnWrap img,
.indexKvBtn li span.kvBtnWrap p {
	opacity: .4;
}
.indexKvBtn li span.kvBtnWrap::after {
	content: "Comming Soon";
	text-align: center;
	display: block;
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -80px;
	width: 140px;
	height: 24px;
	line-height: 24px;
	background: #004AA0;
	padding: 3px 10px;
	color: #fff;
	font-size: 14px;
	transform: rotateZ(-10deg);
		
	-moz-transform: rotateZ(-10deg);
	-webkit-transform: rotateZ(-10deg);
	-o-transform: rotateZ(-10deg);
	-ms-transform: rotateZ(-10deg);
}

.indexKvBtn li + li .kvBtnWrap {
	border-left: 1px solid #cfd5da;
}
.indexKvBtn li .kvBtnImg {
	position: relative;
	top: -50px;
	margin: 0 auto -41px;
	background: #fff url(/img/bg_indexKvBtn.png) center 0 no-repeat;
	border-radius: 62px 62px 0 0;
	width: 125px;
}
.indexKvBtn li .kvBtnSmall {
	margin-left: -5px;
	font-weight: normal;
	font-size: 15.4px;
}
.indexKvBtn li .kvBtnTxt {
	font-weight: normal;
	display: block;
	margin-top: 0px;
	font-size: 14px;
}
.indexKvBtn li:nth-child(3) .kvBtnImg {
	margin-bottom: -47px;
}
.indexKvBtn li:nth-child(3) .kvBtnTxt {
	margin-top: 1px;
	font-size: 12px;
	line-height: 1.3;
}
/**/
.indexKvBtn li a:hover .kvBtnImg img, .indexKvBtn li a:hover p {
	opacity: 0.7;
}
/* 強み～実績 */
.indexAbout {
	padding: 40px 0 60px;
	background: #004aa0;
}
.indexAbout ul {
	overflow: hidden;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}
.indexAbout li {
	position: relative;
	float: left;
	width: 49%;
	margin-top: 2.05%;
	padding: 10px 10px 0;
	background: #fff;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.indexAbout li a {
	display: block;
	position: relative;
}
.indexAbout li img {
	width: 100%;
}
.indexAbout li:nth-child(even) {
	float: right;
}
.indexAbout .aboutIn {
	position: absolute;
	right: 0;
	top: 42.5%;
	width: 39.5%;
	text-align: center;
}
.indexAbout .aboutTit {
	letter-spacing: 4px;
	font-weight: bold;
	font-size: 28px;
	color: #0066b9;
}
.indexAbout li:nth-child(3) .aboutTit {
	letter-spacing: 1px;
}
.indexAbout .aboutTxt {
	margin-top: 6px;
	font-size: 16px;
}
.indexAbout li:nth-child(2) .aboutIn, .indexAbout li:nth-child(4) .aboutIn {
	width: 44%;
}
.indexAbout li a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -51px 0 0 -50px;
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/img/ico_index_about.png) 0 0 no-repeat;
}
.indexAbout li:nth-child(2) a::after {
	background-position: -100px 0;
}
.indexAbout li:nth-child(3) a::after {
	background-position: -200px 0;
}
.indexAbout li:nth-child(4) a::after {
	background-position: -300px 0;
}
/**/
.indexAbout li a:hover {
	opacity: 0.7;
}
/* インデックスページタイトル */
.indexTit {
	
	text-align: center;
	
	font-weight: bold;
	font-size: 34px;
	color: #000;
}
/* 間取りサンプル/参考価格 */
.indexSample .indexTit {
	background: #fff url(../img/bg_indexTit01.png) 0 0 no-repeat;
}
.indexSample {
	padding: 0 0 60px;
	background: #004aa0;
}
.indexSample .sampleLead {
	max-width: 1230px;
	margin: 22px auto 0;
	padding: 0 20px;
	text-align: right;
	font-size: 12px;
	color: #fff;
}
.indexSample .sampleList {
	max-width: 1270px;
	margin: 0 auto;
}
.indexSample .sampleList ul {
	overflow: hidden;
	margin: 18px 0 0 20px;
}
.indexSample .sampleList li {
	float: left;
	width: 23.1%;
	margin: 0 1.9% 2% 0;
	background: #fff;
}
.indexSample .sampleList a {
	position: relative;
	display: block;
	padding: 10px 10px 5px;
	min-height: 210px;
}
.indexSample .sampleList a::after {
	position: absolute;
	top: 0;
	right: 0;
	content: url(../img/ico_loupe.png);
	display: block;
	font-size: 0;
}
.indexSample .sampleListImg {
	display: block;
	text-align: center;
}
.indexSample .sampleListImg img {
	width: 100%;
	max-width: 210px;
}
.indexSample .sampleTxt {
	margin: 23px 3px 0;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
}
.indexSample .sampleTxt.isLine2 {
	margin-top: 6px;
}
.indexSample .sampleTxt small {
	display: block;
	margin-right: -4px;
	letter-spacing: -1px;
	font-size: 12px;
}
.indexSample .samplePrice {
	margin: 1px 3px 0;
	font-weight: bold;
	font-size: 18px;
	color: #ef1010;
}
/**/
.indexSample .sampleList a:hover {
	opacity: 0.7;
}
/**/
.indexSample .btnArea {
	margin-top: 10px;
}
/* お知らせ */
.indexNews {
	background: #0047a3;
	min-height: 515px;
}
.indexNews .indexTit {
	background: #fff url(../img/bg_indexTit02.png) right 0 no-repeat;
}
.newsRack {
	position: relative;
	overflow: hidden;
	max-width: 980px;
	padding: 60px 270px 60px 20px;
	margin: 0 auto;
}
.newsRack .newsList {
	background: #fff;
	line-height: 0;
	overflow: hidden;
}
.newsRack .newsList li a,
.newsRack .newsList li span {
	display: block;
	position: relative;
	min-height: 24px;
	padding: 20px 40px 18px 115px;
	background: #fff;
	line-height: 1.6;
	font-weight: bold;
	text-align: left;
}
.newsRack .newsList li time {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #004aa0;
}
.newsRack .newsList li .arwBlueRightM::after {
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -11px;
}
.newsRack .newsList li + li {
	border-top: 1px solid #004aa0;
}
/**/
.newsRack .newsList li a:hover, .newsRack .newsList li a:hover time {
	color: #0283de;
}
/**/
.newsRack .newsBnr {
	position: absolute;
	top: 60px;
	right: 20px;
	width: 230px;
	background: #fff;
	max-height:190px;
	max-width:175px;
}
.newsRack .newsBnr a:hover {
	opacity: 0.7;
}
/* 実績紹介 */
.indexRecord {
	padding: 49px 0 60px;
	background: url("../img/bg_body.png") 0 0 repeat;
}
.indexRecord1 {
	padding: 49px 0 60px;
	background: url("../img/bg_body.png") 0 0 repeat;
}
.indexRecord .indexTit {
	height: auto;
	line-height: 1.6;
}
.recordLead {
	margin-top: 27px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.recordBnr {
	margin-top: 20px;
	text-align: center;
}
.recordBnr ul {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	max-width: 1270px;
	padding: 0 20px;
	margin: 0 auto;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.recordBnr li {
	vertical-align: top;
	float: left;
	width: 23.5%;
}
.recordBnr li + li {
	margin-left: 2%;
}
.recordBnr li img {
	border: 3px solid #f0f0f0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/**/
.indexRecord .btnArea {
	margin-top: 25px;
}
/* parts */
#container{
	/*border-top: #cfd5da solid 1px;*/
	padding-top: 50px;
}
.areaTitle {
	background: #e9eff5;
	text-align: center;
	padding: 38px 0;
}
.title {
	font-size: 34px;
	font-weight: bold;
	display: inline-table;
	padding: 10px 0 0 74px;
	height: 60px;
	line-height: 60px;
}
.areaPlane {
	padding: 58px 20px 98px;
}
.titPlane {
	text-align: center;
}
.titPlane h2 {
	font-size: 28px;
	border-bottom: #FF0000 solid 3px;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 40px;
}
.titPlane h3 {
	font-size: 21px;
	border-bottom: #333 double 3px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 20px;
}
.leadPlane {
	font-size: 16px;
	text-align: center;
	margin-bottom: 18px;
}
.textPlane {
	font-size: 14px;
	margin-bottom: 18px;
}
.titSub {
	font-size: 20px;
	text-align: center;
	margin: 35px 0 13px;
	font-weight: bold;
}
.titSiteMap {
	font-size: 20px;
	text-align: left;
	margin: 35px 0 13px;
	font-weight: bold;
	background: #004aa0;
	color: white;
	padding-left: 20px;
}
.itemSiteMap {
	font-weight:bold;
	margin-left: 50px;
	list-style-type: disc;
}
.linkPlane {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.linkPlane a {
	padding-right: 20px;
}
.linkPlane a:hover {
	color:#0283de;
}
.tabList {
	overflow: hidden;
}
.tabList>li {
	background: #e9eff5;
	padding: 16px 0;
	float: left;
	cursor:pointer;
	width: 49%;
	box-sizing:border-box;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
}
.tabList>li:hover {
	background: #0283de;
	color:#ffffff;
}
.tabList>li:first-child {
	margin-right:2%;
}
.tabList>li.select {
	background: #004aa0;
	color: #FFFFFF;
}
.tabContent>li {
	background: #fff;
	padding:36px 20px;
	border: #004aa0 solid 1px;
	border-top: #004aa0 solid 3px;
}
.hide {
	display: none;
}
.tableForm{
	margin-bottom: 30px;
}
.tableForm th{
	width: 228px;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	padding:13px 0;
	vertical-align:top;
}
.tableForm td{
	padding:5px 20px;
}
.tableForm input[type="text"],
.tableForm select{
	height:38px;
	line-height:38px;
	color:#000000;
}
.inputL{
	width: 660px;
}
.inputM{
	width: 285px;
}
.inputS{
	width: 110px;
}
.inputS02{
	width: 150px;
}

.labelRequired{
	display:inline-block;
	font-size: 12px;
	padding:1px 5px;
	background: #d44343;
	color:#ffffff;
	float:right;
}
.labelAny{
	display:inline-block;
	font-size: 12px;
	padding:1px 5px;
	color:#707070;
	float:right;
	border:#707070 solid 1px;
}
.textPost{
	padding:0 5px;
	font-weight: bold;
}
.boxSrcoll {
	overflow:auto;
	width:100%;
	height:125px;
	padding:10px 20px;
	border:1px solid #a0a0a0;
	color:#000;
	font-size:12px;
	box-sizing:border-box;
}
.boxSrcoll .titSrcoll{
	font-weight: bold;
	font-size: 16px;
	margin-bottom:10px;
}
.boxSrcoll .textSrcoll{
	font-size: 14px;
}
.labelRadio{
	padding-right:30px;
	display:inline-block;
	height:28px;
	line-height:28px;
}
.radioDesign input[type="radio"]{
	display:none;
}
input[type="radio"] + label{
	padding-left:40px;
	background: url(/img/radio_big.png) 0 -28px no-repeat;
}
input[type="radio"]:checked + label{
	background: url(/img/radio_big.png) 0 0 no-repeat;
}
.checkDesign{
	padding-right:30px;
	line-height:28px;
}
.checkDesign input[type="checkbox"]{
	display:none;
}
input[type="checkbox"] + label{
	padding:5px 0 4px 40px;
	background: url(../img/check_big.png) 0 -29px no-repeat;
}
input[type="checkbox"]:checked + label{
	background: url(/img/check_big.png) 0 -1px no-repeat;
}
.textAttention{
	padding:0 10px;
	font-size: 12px;
}
.listRadio p{
	padding-left:40px;
}
.listRadio label{
	margin-left:-40px;
	text-indent:30px;
}
.formTextarea{
	height:105px;
	padding:10px;
	color:#000;
}
.listPolicy{
	overflow:hidden;
	
}
.listPolicy > li{
	float:left;
	width: 49%;
}
.listPolicy > li:first-child{
	margin-right:2%;
}

.listPolicy .lead {
	font-size: 1.1em;
	margin: 1em 0;
}

ol.listPolicy > li {
	float: none;
	width: auto;
	margin: 1em 0;
	list-style: decimal;
	margin-left: 1.5em;
}

.listPolicy .sign {
	text-align: right;
}

.listAnchor{
	margin-bottom: 51px;
	overflow:hidden;
	text-align: center;
}
.listAnchor li{
	display: inline-block;
	width: 23%;
	margin-left:2.3%;
}
.listAnchor li:first-child{
	margin-left:0;
}

.listStep{
	border:#004aa0 solid 3px;
	border-right:none;
	margin-right:30px;
	position:relative;
    height: 44px;
	margin-bottom: 20px;
}
.listStep li{
	float:left;
	width: 33%;
	text-align:center;
	color: #004aa0;
	font-weight: bold;
	position:relative;
}
.listStep li:first-child{
	width: 34%;
}
.listStep li span{
	height: 44px;
	line-height: 44px;
	background: #ffffff;
}
.listStep li.act{
	color:#fff;
}
.listStep li.act span{
	background:#004aa0 ;
	display:block;
	z-index:10;
}
.listStep li:after{
    content: ' ';
    height: 50px;
    width: 22px;
	display:block;
	background: url(../img/bg_steps.png) 100% 0 no-repeat;
    position: absolute;
	right:-22px;
	top:-3px;
	z-index:11;
}
.listStep li.act:after{
	background: none;
}
.listStep li.act span:after{
    content: ' ';
    height: 0;
    width: 0;
	border-top: 25px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 22px solid #004aa0;
    position: absolute;
	right:-44px;
	top:-3px;
}
.listStep1{
	border:#004aa0 solid 3px;
	border-right:none;
	margin-right:30px;
	position:relative;
    height: 50px;
	margin-bottom: 20px;
}
.listStep1 li{
	float:left;
	width: 33%;
	text-align:center;
	color: #004aa0;
	font-weight: bold;
	position:relative;
}
.listStep1 li:first-child{
	width: 34%;
}
.listStep1 li span{
	height: 44px;
	line-height: 44px;
	background: #ffffff;
}
.listStep1 li.act{
	color:#fff;
}
.listStep1 li.act span{
	background:#004aa0 ;
	display:block;
	z-index:10;
}
.listStep1 li:after{
    content: ' ';
    height: 50px;
    width: 22px;
	display:block;
	background: url(../img/bg_steps.png) 100% 0 no-repeat;
    position: absolute;
	right:-22px;
	top:-3px;
	z-index:11;
}
.listStep1 li.act:after{
	background: none;
}
.listStep1 li.act span:after{
    content: ' ';
    height: 0;
    width: 0;
	border-top: 25px solid transparent;
	border-right: 26px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #004aa0;
    position: absolute;
	right:-44px;
	top:-3px;
}

.act 1> span {
    float: left;
    left: 0px;
    position: relative;
    top: -2px;
    width: 300px;
	border-width: 23px;
   
	
}
.selectAB{
	background: #f0f0f0;
	padding:11px 20px;
	margin-bottom: 30px;
}
.selectAB dt{
	display:inline-block;
	text-align:center;
	width: 40%;
	font-weight: bold;
}
.selectAB dd{
	display:inline-block;
}

.confirmArea{
	text-align:center;
}
.icoConfirm{
	padding-left:35px;
	height: 24px;
	line-height: 24px;
	display:inline-block;
	font-weight: bold;
	font-size: 18px;
}

/* ダウンロードのテーブル */
.tableFiles{
	width: 100%;
	background: #ffffff;
}
.tableFiles th{
	border-right:#ffffff solid 1px;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	padding:7px 8px;
	background: url(../img/ico_tablesort.png) 100% 0 no-repeat #004aa0;
	cursor:pointer;
}
.tableFiles th.headerSortDown{
	background: url(/img/ico_tablesort.png) 100% -50px no-repeat #004aa0;
}
.tableFiles th span{
	text-align:center;
}
.tableFiles th:first-child{
	border-left:#004aa0 solid 1px;
}
.tableFiles th:last-child{
	border-right:#004aa0 solid 1px;
}
.tableFiles td{
	border:#a0a0a0 solid 1px;
	text-align:center;
	padding:10px 0;
}
.tableFiles td a{
	font-weight: bold;
}
.tableFiles td a:hover{
	color: #0283de;
}
.workStep01{
	background: #e9f4bb;
}
.workStep02{
	background: #ffe8bf;
}
.payStep01{
	background: #fcd2d2;
}
.payStep02{
	background: #c9e7f9;
}
/*---
運営責任者 Table for price page
---*/
.tableFiles1{
	width: 100%;
	background: #ffffff;
}
.tableFiles1 th{
	border-right:#ffffff solid 1px;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	padding:7px 8px;
	background: url(../img/ico_tablesort.png) 100% 0 no-repeat #004aa0;
	cursor:pointer;
}
.tableFiles1 th.headerSortDown{
	background: url(/img/ico_tablesort.png) 100% -50px no-repeat #004aa0;
}
.tableFiles1 th span{
	text-align:center;
}
.tableFiles1 th:first-child{
	border-left:#004aa0 solid 1px;
}
.tableFiles1 th:last-child{
	border-right:#004aa0 solid 1px;
}
.tableFiles1 td{
	border:#a0a0a0 solid 1px;
	padding:0 10px 0 0;
}
.tableFiles1 td a{
	font-weight: bold;
}
.tableFiles1 td a:hover{
	color: #0283de;
}


/*---
	強み・流れ
---*/
.areaStrength{
	background: #004aa0;
	overflow:hidden;
	padding:50px 0 60px;
}
.titStrength{
	text-align:center;
	margin-bottom: 45px;
}
.titStrength h2{
	color:#FFFFFF;
	display:inline-block;
	border-bottom:#ffffff solid 2px;
	font-size: 28px;
	font-weight: bold;
}
.listStrength{
	width: 942px;
	margin:0 auto;
}
.listStrength li{
	float:left;
	width: 230px;
	padding:0 42px;
}
.titWhite{
	color:#FFFFFF;
	text-align:center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 16px;
}
.textWhite{
	color:#FFFFFF;
	text-align:center;
	font-size: 16px;
	line-height: 1.4;
}
.boxStrength01,
.boxStrength02,
.boxStrength03{
	padding-top: 195px;
	height: 210px;
}
.boxStrength01{
	background: url(/img/ico_strength01.png) top center no-repeat;
}
.boxStrength02{
	background: url(/img/ico_strength02.png) top center no-repeat;
}
.boxStrength03{
	background: url(/img/ico_strength03.png) top center no-repeat;
}
.listQuestion{
	padding-top:5px;
	margin-bottom: 40px;
}
.listQuestion dt{
	background: url(/img/ico_q&a.png) 0 0 no-repeat;
	padding:11px 0 11px 66px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 14px;
}
.listQuestion dd{
	background: url(/img/ico_q&a.png) 0 -49px no-repeat;
	padding:11px 0 11px 66px;
	font-size: 14px;
	margin-bottom: 26px;
}
.listUseStep{
	display:table;
	margin-bottom: 18px;
}
.listUseStep:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
}
.listUseStep li{
	display:table-cell;
	position:relative;
	vertical-align:top;
}
.blockUseStep{
	width: 230px;
	border:#004aa0 solid 3px;
	box-sizing:border-box;
	padding:10px;
	background: #FFFFFF;
	z-index:10;
	/*min-height:352px;*/
	display:block;
}
.listUseStep li:not(:last-child){
	padding-right:20px;
}
.listUseStep li:not(:last-child):after{
    content: ' ';
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-left-color: #004aa0;
    position: absolute;
	top:50%;
	right:-20px;
	z-index:11;
	margin-top:-20px;
}
.labelStep{
	display: block;
	width: 45px;
	height: 45px;
	padding:6px 0 6px;
	background:#004aa0;
	color:#FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	display:table-cell;
	vertical-align:middle;
}
.labelStep span{
	display:inline-block;
	line-height: 1.2;
}
.labelStep .labelStepNum{
	font-size: 28px;
}
.titleStep{
	clear:both;
	display:table;
	margin-bottom: 10px;
}
.textStep{
	font-size: 18px;
	font-weight: bold;
	display:table-cell;
	vertical-align:middle;
	padding-left:10px;
}
.imgStep{
	margin-bottom: 15px;
	background: #ccc;
	height: 153px;
	width: 100%;
}
/*<img src="../img/img_steps01.jpg" alt=" " height="153" width="204">*/
.block980{
	width: 1245px;
	margin:0 auto;
}
.bnrArea{
	margin:22px 0 0;
	text-align:center;
}
.partition{
	border-top: #cfd5da solid 1px;
	border-bottom: #e9eff5 solid 1px;
	border-left:none;
	border-right:none;
	background: #e9eff5;
	height:10px;
}
.listPicture{
	 letter-spacing: -0.4em;
}
.listPicture li{
	display:inline-block;
	width: 313px;
	vertical-align:top;
	letter-spacing: normal;
	margin-right:20px;
	margin-bottom: 25px;
}
.listPicture li:nth-child(3n) {
	margin-right:0;
}
.listPicture figure{
	margin-bottom: 6px;
}
.listPicture p{
	line-height:1.4;
}
.boxNews{
	border:#a0a0a0 solid 1px;
	margin: 30px 20px 0;
	padding:20px;
}
.titNews{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	padding:0 0 15px;
}
.titNews p{
	display:inline-block;
}
.listNews{
	display:block;
}
.listNews li{
	border-top:#a0a0a0 dashed 1px;
	color:#000000;
	padding:8px 0;
	font-weight: bold;
}
.listNews time{
	color: #004aa0;
	font-size: 14px;
	display:inline-block;
	font-weight: bold;
	width: 95px;
	padding:0 0 0 10px;
}
.boxUploadWrapper{
	background: #004aa0;
	padding:20px;
	margin-bottom: 10px;
}
.boxUpload{
	background: url(../img/bg_upload.png) 0 0 repeat;
	padding:10px;
}
.boxUploadInner{
	background: url(../img/ico_upload.png) center 146px no-repeat #004aa0;
	padding:36px 0 42px;
	text-align:center;
	color: #ffffff;
}
.titboxUpload{
	font-size: 28px;
	font-weight: bold;
}
.textboxUpload{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 206px;
}
.textboxUpload span{
	font-size: 20px;
}
.textUploadPoint{
	background: #fbecec;
}
.textUploadPointInner{
	width: 622px;
	padding:12px 0;
	margin:0 auto;
}
.textUploadPointInner .linkPlane{
	display:inline-block;
	float:right;
}
.listUploadfile{
	border-top:#004aa0 solid 3px;
	border-bottom:#004aa0 solid 3px;
	margin-top: 10px;
}
.listUploadfile li{
	padding:10px 20px;
}
.listUploadfile li:not(:first-child){
	border-top:#004aa0 dashed 1px;
}
.selectMember{
	color: #000000;
	padding:10px 20px 30px;
}
.selectMember select{
	color: #000000;
	margin-left:20px;
}


/* siteFoot
==============================================================*/
#siteFoot {
	background: #F0F0F0;
	padding: 31px 0 28px;
}
#siteFoot a {
	color: #004aa0;
}
#siteFoot a:hover {
	color: #0283de;
}
.siteFootLink {
	text-align: center;
}
.siteFootLink ul {
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
}
.siteFootLink li {
	position: relative;
	float: left;
	padding: 0 22px;
}
.siteFootLink li:after {
	position: absolute;
	top: 50%;
	right: -1px;
	margin-top: -0.45em;
	content: '';
	display: inline-block;
	width: 0;
	height: 0.9em;
	border-right: 1px solid #000;
}
.siteFootCopy {
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
}
.pageTop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 11;
}
.pageTop a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/btn_pagetop.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
}
.pageTop a:hover {
	background-position: 0 -50px;
}



/* MEDIA QUERY
==========================================================*/
@media only screen and (min-width: 1200px) {
.indexSample .sampleList li {
	width: 18.1%;
}
}
/*
 @media only screen and (max-width: 1037px) {
.indexKv {
	height: auto;
}
.indexKv img {
	position: static;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
}
}
*/
/***************  Edit Client ********************/

#ico_strength04{

	margin-bottom:24px;
	margin-top:20px;
}
#float_it{
	margin-bottom:0px;
}
.areaTitles {
    background: #e9eff5;
    text-align: center;
}
#wrapper_footer{
	margin:0 auto;
	width:980px;
}
.block980s{
	margin-top:57px;

}
#and_more{
	float:left;
	margin-left: 425px;
	font-weight:bold;
}
#widthAndmore{
	width: 988px;
	margin: 0 auto;
}
#c-box-six{

	margin: 0 auto;
	margin-top: -24px;
    margin-left: -17px;
}
#box-six{
	margin-top:-83px;
    margin:0 auto;
	width:1000px;

}
.box-one-in{
	width: 226px;
	height: 100px;
	border: 3px solid #eee;;
	float: left;
	margin-left: 18px;
	margin-top: 52px;
	background:#fff;	
}

.box-one-in .pic{
	height: 100px;
	position: relative;
	text-align: center;
	padding-top: 5px;
}

.box-one-in .pic img {
	max-height: 95%;
	max-width: 95%;
}

.leter-pic{
	margin-left: 77px;
	margin-top: 3px;
	font-weight:bold;
}
#letter-t-left{
	float: right;
	margin-top: 53px;
	margin-right: 70px;
}
#letter-b-left{
	float: right;
	margin-top: 60px;
	margin-right: 82px;
    text-decoration: underline;
	}

#b-footer-all{
	width: 362px;
	margin-top: 40px;
	margin-left: 295px;
}
#button_foot_b{
	padding-top: 0px;
	padding-left: 431px;
}
#bu_b{
	background: #777;
	width: 152px;
	height: 42px;
	cursor: pointer;
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 30px;
	
}

#text_top1{
	margin-top:-15px;
}
.titles {
	font-size: 34px;
	font-weight: bold;
	display: inline-table;
	padding: 37px 0 40px 0px;
	height: 60px;
	line-height: 60px;
}


/******************** End Client *******************/



/********************* Edit in Inquery Confirm & Inquery Finish**************************/
#wrappers {
	min-width: 980px;
	background: url(../img/bg_body.png) 0 0 repeat;
}

#btnArea1{float:left;}
#btnArea1 {
    text-align: center;
}

.allNames{
	float:left;
	margin-top:4px;
	padding-left: 8px;
	font-size:20px;
}
.textOnes{
	font-size:20px;
	background: #d44343;
	height:30px;
	color:white;
	width: 40px;
	margin-right:685px;
	padding: 4px 17px 6px 33px;
	float:right;
}
#titSubs{
	padding-right:739px;
}
#lineEEE{  
    margin:0 auto;
    background: #777;
	width:5px;
	height:39px;
	float:left;
	margin-top:9px;
	margin-left:10px;
}
.ltdText{
	
	margin-top:-36px;
	float:left;
    margin-left:331px;
	font-size:20px;
	
}
#ltdTexts{
	float:left;
    margin-left:331px;
	font-size:20px;
	margin-bottom: 50px;
}

.liForm{
	padding-left:324px;
	margin-bottom: 30px;
	font-size:20px;
}
.liForms{
	padding-left:255px;
	margin-bottom: 90px;
}
.wrapForm{ 
    margin:0 auto;
    width: 980px;
}

.c-wrapp{padding-top: 30px;}


#btnArea1 a, #btnArea1 input {
    display: block;
    position: relative;
    padding: 17px 35px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#btnArea1{margin-left: 20px;padding-right: 80px;}
#btnSingle1 {
    width: 230px;
    margin: 0 auto;
}
.btnRed1 {
    background: #979898;
    color: #fff;
}
.float_It{margin-left: 325px;}


/********************* End in Inquery Confirm **************************/


/********************* Edit in Order Modify **************************/
#lineRight{
	float:left;
    background: #004aa0;
	width: 5px;
	height:35px;
	
}
#textUpload{
	font-size: 20px;
    margin: 3px 0px 30px 15px;

}
#orderId{
	font-size: 20px;
	font-weight:bold;
    margin: -11px 0px 20px 15px;
	
}

#c-textPlane{
	padding-left: 15px;
}

#textPlaneid {
	color: red;
	font-weight:bold;
	font-size: 14px;
	margin-left:3px;
	margin-top: -10px;
	margin-bottom: 18px;
}
#floatSelectleft{float:left;}
#selectSelectit{
	padding:10px 0px 15px 1100px;

}
#selectSelectits{
	padding:10px 0px 15px 1100px;

}
.widthHeightSelect{
	width:200px;
}
#ruleits{
	width:1307px;  
	  border-top: #004aa0 dashed 1px;
}
.listUploadfiles{
	border-top:#004aa0 solid 3px;
	border-bottom:#004aa0 solid 3px;
	margin-top: 10px;
}
.listUploadfiles li{
	padding:10px 20px;
}
.listUploadfiles li:not(:first-child){
	
}

#hourModify{padding: 50px 0px 20px 490px;}
/*******************finish Edit Modify **********************/

/****************** Edit inquiry-input********************/
.error_val{color: red;}

.areaPlanes {

}

.tabList>li {
	background: #777;
	color:#fff;
}
/********************* Edit in Inquery Confirm & Inquery Finish**************************/
.wrapperss {
	min-width: 980px;

}
#cc-wrapperTab{
	width: 1025px; margin: 0 auto;
}
.inputTexttab{
    width: 650px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.c-dropzone{
	color: #fff;
	background: #004aa0;
	border: 1px solid #ccc;
    width: 496px;
   height:auto;
   float: right;
   margin: -36px 125px 0px 0px;
   padding: 20px;
  
}
#c-fileInput{
	padding:0px 0px 15px 34px;
}
#setFonts{
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
#numUseOne{
	float: right;
	padding-right: 375px;
	margin-top: -35px;
	font-size: 19px;
	padding-right: 395px;
}
#numUsetop{
	float: right;
	margin-top: -35px;
	padding-right: 38px;
}
#numUsebot{
	float: right;
	margin-top: -19px;
	padding-right: 71px;

}
#numUsebtn{
	float: right;
	padding-right: 375px;
	margin-top: -35px;
	font-size: 19px;
	padding-right: 308px;
}
#numUselefts{
	float: right;
	margin-top: -35px;
    padding-right: 187px;
}
#btnSubmitfoot{
	color: #fff;
    background: #004aa0;
	width: 100px;
	padding: 6px;
	border-radius: 5px;
}
.selecttabs{
	width: 243px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.inputTexttabs{
    width: 52px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#btnArea1{float:left;}
#btnArea1 {
    text-align: center;
}
.paddingallnames{
	padding-top: 7px;
	height: 0px;
}
.allNamestab{
	margin-top: -5px;
	padding-left: 8px;
	font-size:14px;
	font-weight: bold;
}
.allNamestabdown{
	float: left;
	margin-top:7px;
	padding-left: 8px;
	font-size:14px;
	font-weight: bold;
}

.textOnestab{
	font-size:20px;
	background: #d44343;
	height:30px;
	margin-top: -10px;
	color:white;
	width: 40px;
	margin-right:685px;
	/*padding: 3px 16px 4px 33px;*/
        padding: 3px 22px 4px 21px;
	float:right;
}
#titSubs{
	padding-right:739px;
}
#lineEEE{  
    margin:0 auto;
    background: #777;
	width:5px;
	height:39px;
	float:left;
	margin-top:9px;
	margin-left:10px;
}
.ltdText{
	
	margin-top:-36px;
	float:left;
    margin-left:331px;
	font-size:20px;
	
}
.ltdTexts{
	
	margin-top:-36px;
	float:left;
    margin-left:423px;
	font-size:20px;
	
}
.ltdTextss{
	
	margin-top:-29px;
	float:left;
    margin-left:488px;	
}
.ltdTextss1{
	
	margin-top:-29px;
	float:left;
	margin-right: 10px;
    margin-left:399px;	
}
#textOnestab1{
	margin-top: -34px;
}
#textOnestab12{
	margin-top: -30px;
}
#textOnestab123{
	margin-top: -14px;
}
.inputTexttab_11{
    width: 650px;
    height: 54px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ltdTexts_s1{
	margin-top:-36px;
	float:left;
    margin-left:511px;
	font-size:20px;
}
.ltdTexts_s12{
	margin-top:-36px;
	float:left;
    margin-left:611px;
	font-size:14px;
}
#ltdTexts{
	float:left;
    margin-left:331px;
	font-size:20px;
	margin-bottom: 50px;
}
#txtNotef{
	font-weight: bold;
	float: left;
	margin-left: 8px;
}

.liForm_fot{
	padding-left:324px;

}
.liForm_fot3{
	padding-left:324px;
	margin-bottom: 30px;

}
.liForms{
	padding-left:255px;
	margin-bottom: 90px;
}
.wrapForm{ 
    margin:0 auto;
    width: 980px;
}

.c-wrapp{padding-top: 30px;}


#btnArea1 a, #btnArea1 input {
    display: block;
    position: relative;
    padding: 17px 35px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
#btnArea1{margin-left: 20px;padding-right: 80px;}
#btnSingle1 {
    width: 230px;
    margin: 0 auto;
}
.btnRed1 {
    background: #979898;
    color: #fff;
}
.float_It{margin-left: 325px;}
/************** Form_sample & index *************/



.c-wrapp {
	overflow: hidden;
	background: none !important;
	width: 100% !important;
}

.c-wrapp > label,
.c-wrapp > .label {
	display: block;
	float: left;
	width: 290px;
	position: relative;
	clear: both;
	margin-right: 20px;
	line-height: 2em;
	font-weight: bold;
}

.c-wrapp > label:after,
.c-wrapp > .label:after {
	content: "任意";
	float: right;
	background: #aaa;
	font-size: 1rem;
	color: #fff;
	padding: 3px 22px;
}
#c-wrapp > label:after, .c-wrapp > .label:after {
    content: "任意";
    float: right;
    background: #aaa;
  /*  border: 3px solid #eee;*/
    font-size: 1rem;
    color: #fff;
    padding: 3px 20px;
}
.c-wrapp.required > label:after,
.c-wrapp.required > .label:after {
	content: "必須";
	background: #D44343;
}

.c-wrapp.noafter > label:after,
.c-wrapp.noafter > .label:after {
	content: "";
	background: none;
}

.c-wrapp .input-wrap {
	margin-left: 320px;
}

.c-wrapp .input-wrap .input-separator::before {
	content: "-";
}

.c-wrapp .input-wrap input[type="text"],
.c-wrapp .input-wrap input[type="email"],
.c-wrapp .input-wrap textarea {
	width: 95%;
}
.c-wrapp .input-wrap.amount {
	float: left;
	margin-left: 20px;
}
.c-wrapp .input-wrap input#amount {
	width: 90%;
}

.c-wrapp .input-wrap input[type="radio"] {
	opacity: 1;
}

.c-wrapp .input-wrap .col40 {
	width: 40%;
	float: left;
}

.c-wrapp ul {
	padding-left: 2em;
}

.c-wrapp li:before {
	content: "?";
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}
.c-wrapp #uploadFile {
	margin-left: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.c-wrapp .fileUpload .note {
	line-height: 35px;
	margin-left: 10px;
	display: inline-block;
}

.c-wrapp .c-dropzone {
    margin-top: -35px;
}
.textOnestabsa {
    font-size: 16px;
    font-weight: bold;
    background: #d44343;
    height: 30px;
    margin-top: -10px;
    color: white;
    width: 40px;
    margin-right: 693px;
    /* padding: 3px 16px 4px 33px; */
   padding: 6px 15px 0px 20px;
    float: right;
}
 
.inputTexttabs12{
 width: 243px;
 height: 34px;
 margin-left: -11px;
}
#totop{
	margin-top: 8px;
}
#city{
	width:243px;
}

/********************* End in Inquery Confirm **************************/

/****************** End inquiry-input********************/
#ruler{
	border: 1px solid #777;
	width: 934px;
	margin-top: 30px;
	margin-left: 4px;
	margin-bottom: 5px;
}
#c_tes{
	padding-top: 5px;
	padding-left: 580px;
}
#text_letf{font-weight: bold;font-size: 22px;float: left;}
#numb{color: red;font-weight: bold;font-size: 22px;float: left;padding-left: 122px;}
#one_text{font-weight: bold;font-size: 22px;color: black;}
#c-radi{ width: 941px;
	height: 70px;
	background: #eee;
	border: 3px solid #777;
	margin-left: -2px;
	margin-top: 30px;
}
#text_b_ra{margin-left: 84px;margin-top: 25px;float: left;}
#radi_all{margin-top: 25px;margin-right: 109px;float: right;}
#email_block{
	width: 941px;
	background: #eee;
	border: 3px solid #777;
	margin-left: -2px;
	margin-top: 30px;
	padding: 20px 0px 20px 220px;
}
#p_textTop{
	margin: -15px 0px 5px -205px;
}
#btnAddall{
	width: 134px;
	height: 29px;
    padding-top: 2px;
	font-weight: bold;
	font-size: 18px;
	background: #fff;
	border: 1px solid black;
	margin-top: -2px;
}
#btnRemove{
	width: 134px;
	height: 29px;
    padding-top: 0px;
	font-weight: bold;
	font-size: 18px;
	background: #fff;
	border: 1px solid black;
	margin-top: 0px;
	margin-left: 13px;
}
#letter_text_left{width: 380px;}
#fo_text{font-size: 16px;margin-left: 280px;margin-top: 40px;}
#fo{margin-top: 30px;    height:     overflow: auto;
	margin-left: 50px;
	padding-left: 20px;border: 2px solid black; width: 400px;padding-top: 10px;padding-bottom: 10px;float: left;}
#tex_top{margin-bottom: 20px;}
#footer_ListPolicy{
	margin-top: 30px;
	margin-bottom: -86px;
}
.btnsLeftS {
    float: left;
    width: 200px;
    margin-left: 233px;
}

/*Nsr code*/
.indexSample1 .indexTit {
	background: #fff;
}

.indexSample1 {
	background: #73D0B1;
}

.indexSample1 .sampleLead {
	width: 1230px;
	margin: 22px auto 0;
	padding: 0 20px;
	text-align: right;
	font-size: 12px;
	color: #fff;
}

.indexSample1 .sampleList {
	width: 1270px;
	margin: 0 auto;
}

.indexSample1 .sampleList ul {
	overflow: hidden;
	margin: 18px -25px 0 14px;
}

.indexSample1 .sampleList li {
	float: left;
	width: 226px;
	margin: 0 25px 25px 0;
	background: #fff;
}

.indexSample1 .sampleList a {
	position: relative;
	display: block;
	padding: 10px 10px 5px;
	min-height: 226px;
	box-sizing: border-box;
}

.indexSample1 .sampleList a::after {
	position: absolute;
	top: 0;
	right: 0;
	content: url("../img/ico_loupe.png");
	display: block;
	font-size: 0;
	background: #58d425;
}

.indexSample1 .sampleListImg {
	display: block;
	text-align: center;
}

.indexSample1 .sampleListImg img {
	width: 100%;
	max-width: 210px;
}

.indexSample1 .sampleTxt {
	margin: 23px 3px 0;
	line-height: 1.5;
	font-size: 16px;
	color: #000;
}

.indexSample1 .sampleTxt.isLine2 {
	margin-top: 13px;
}

.indexSample1 .sampleTxt small {
	display: block;
	margin-right: -4px;
	letter-spacing: -1px;
	font-size: 12px;
}

.indexSample1 .samplePrice {
	margin: 1px 3px 0;
	font-weight: bold;
	font-size: 18px;
	color: #ef1010;
}
/**/
.indexSample1 .sampleList a:hover {
	opacity: 0.7;
}
/**/
.indexSample1 .btnArea {
	margin-top: 10px;
}

.indexKvBtn1 {
	position: relative;
	background: #fff;
	border-bottom: 0px solid #cfd5da;
}

.indexKvBtn1 ul {
	width: 1270px;
	margin: 0 auto;
}

.indexKvBtn1 li {
	float: left;
	position: relative;
}

.indexKvBtn1 li a, .indexKvBtn1 li .coming {
	display: block;
	min-height: 141px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}

.indexKvBtn1 li+li {
	border-left: 1px solid #cfd5da;
	margin-left: -1px;
}

.indexKvBtn1 li .coming:before {
	content: "";
	display: block;
	width: 100%;
	height: 180px;

	position: absolute;
	top: -40px;
	left: 0;
	z-index: 10;
}

.indexKvBtn1 li .kvBtnImg {
	position: relative;
	top: -12px;
	margin: 0 auto -40px;
	background: url("../img/bg_indexKvBtn.png") center 0 no-repeat;
	z-index: 30%;
	margin-bottom: -46px;
}

.indexKvBtn1 li .kvBtnSmall {
	margin-left: -5px;
	font-weight: normal;
	font-size: 15.4px;
}

.indexKvBtn1 li .kvBtnTxt {
	font-weight: normal;
	display: block;
	margin-top: 7px;
	font-size: 15px;
	line-height: 1.3;
}

.indexKvBtn1 li:nth-child(3) .kvBtnImg {
	margin-bottom: -47px;
}

.indexKvBtn1 li:nth-child(3) .kvBtnTxt {
	margin-top: 1px;
	font-size: 12px;
	line-height: 1.3;
}

.titWhite {
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	height: 146px;
	line-height: 146px;
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: 2px;
}

.titGreen {
	color: #309B77;
	font-size: 18px;
	height: 52px;
	margin-top:-47px;
	font-family:Kozuka Gothic Pr6N;
	text-align: center;
	font-weight:400;
	
}

.titdD_Green {
	color:#1C8B65;
	font-size: 18px;
	height: 52px;
	line-height: 0px;
	text-align: center;
	font-family:Kozuka Gothic Pr6N;
	margin: -60px 212px -17px;
	line-height: 9px;
}

.btnArea{
	text-align: center;
	margin: 40px 0px -1px 0px;
}

.btnSingle {
	width:350px;
	margin: 0 auto;
}

.btnBlue {
	background: #00427E none repeat scroll 0 0;
	color: #fff;
}

.siteHeadR li {
	background: rgba(0, 0, 0, 0) url("img/ico_gnav1.png") no-repeat scroll 0
		0;
	content: "";
	display: inline-block;
	height: 40px;
	margin-right: 8px;
	vertical-align: -10px;
	width: 37px;
}

.siteHeadR li a {
	background: #00427E none repeat scroll 0 0;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	padding: 10px 0 0;
	text-align: center;
	width: 300px;
}

.titSub1 {
	font-size: 22px;
	text-align: left;
	margin: -167px 2px 6px;
	font-weight: bold;
	float: left;
}

.titSub2 {
	font-size: 22px;
	text-align: right;
	padding: 61px;
	float:left;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.titSub2.h2 {
	

}
.titSrcoll {
	font-weight: bold;
	margin-top: -40px;
	margin-bottom: 8px;
	line-height:117px;
}

.textwarp {
	float: right;
	margin: 17px 121px 0 264px;
}

.listPolicy1 {
	margin: 0 auto;
	font-size: 16px;
}

.titWhite {
	color: #FFFFFF;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 16px;
}

.textWhite {
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}


.titBigGreen {
	color: #79C8A9;
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	font-family:Kozuka Gothic Pr6N;
	margin: -242px 0 0 171px;
	position: absolute;
	transform: rotate(3deg);
	width: 50%;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */    
}
.titBigGreen1 {
	color: #79C8A9;
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	font-family:Kozuka Gothic Pr6N;
	margin: -198px 0 0 165px;
	position: absolute;
	transform: rotate(3deg);
	width: 50%;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}
.titBigGreen2{
	color: #79C8A9;
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	font-family:Kozuka Gothic Pr6N;
	margin: -155px 0 0 160px;
	position: absolute;
	transform: rotate(3deg);
	width: 50%;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}

.titSmGreen {
	color: #38B78A;
	text-align: left;
	font-size: 16px;
	font-family:ＭＳ Ｐゴシック;
	margin: -117px 0 0 160px;
	position: absolute;
	transform: rotate(3deg);
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}

.titSmBlack {
	color: #545454;
	text-align: left;
	font-size: 13px;
	font-family:ＭＳ Ｐゴシック;
	margin:-81px 0 0 157px;
	position: absolute;
	transform: rotate(3deg);
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}

.titSmBlack1 {
	color: #545454;
	text-align: left;
	font-size: 13px;
	margin-top: -64px;
	font-family:ＭＳ Ｐゴシック;
	margin-left: 157px;
	position: absolute;
	transform: rotate(3deg);
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}

.titRed {
	color: #FDFDFD;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin: -363px 0 0 560px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}

.titRed1 {
	color: #FDFDFD;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin: -342px 0 0 582px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}

.titRedbot {
	color: #FDFDFD;
	text-align: left;
	font-size: 14px;
	margin: -254px 0 0 560px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */  
}

.listPolicy1 li {
	float: left;
	width: 73%;
}

.listPolicy1 li:first-child {
	margin-right: -55%;
}

#ima2 {
	position: relative;
	width: 100%; /* for IE 6 */
}

.indexAbout2 {
	width: 1270px;
	margin: -106px auto;
	padding: 0px;
	position: relative;
	margin-top: 0 px;
}

.round-button {
	width: 35%;
}

.round-button a {
	
}

.round-button-circle {
	min-width: 33px;
	min-height: 27px;
	/*padding-bottom: 0.5%;*/
	border-radius: 25px;
	overflow: hidden;
	background:#FE5A49;
	background-repeat: no-repeat;
	/*background: rgba(0, 0, 0, 0) url("../img/ico_arrowRed.png") no-repeat
		scroll 0 0;*/
	background-position:center center; 
	font-weight: bold;
	margin: -221px 0 0 619px;
	position: absolute;
	 -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    opacity: 2;
	padding-top:5px;
}

.round-button-circle:hover {
	background:#EF7777;
	/*background: rgba(0, 0, 0, 0) url("../img/ico_arrowRed1.png") no-repeat
		scroll 0 0;*/
}
.icon{
	 content: '\f053';
}


.titBlue {
	color: #FDFDFD;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin:-205px 0 0 783px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.titBlue1 {
	color: #FDFDFD;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin:-180px 0 0 759px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.titBluebot {
	color: #FDFDFD;
	text-align: left;
	font-size: 14px;
	margin:-88px 0 0 758px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.round-button1 {
	width: 35%;
}

.round-button1-circle {
	min-width: 33px;
	min-height: 27px;
	/*padding-bottom: 0.5%;*/
	border-radius: 25px;
	overflow: hidden;
	background:#0084DE; 
	text-align: left;
	font-weight: bold;
	margin:-54px 0 0 830px;
	position: absolute;
	padding-top:5px;
}

.round-button1-circle:hover {
	background: #2199DB;
	
}

.round-button1 a {
	width: 15px;
	height: 24px;
	margin: -61px 0 0 879px;
	background: ;
}

.titGold {
	color: #FDFDFD;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin: -267px 0 0 1038px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.titGold1 {
	color: #FDFDFD;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin: -244px 0px 0px 1023px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.titGoldbot {
	color: #FDFDFD;
	text-align: left;
	font-size: 13px;
	margin: -141px 0 0 1016px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.titTop {
	color: #FDFDFD;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: -364px 0 0 812px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.titTop1 {
	margin: -374px 0 0 860px;
	position: absolute;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.titTopbot {
	color: #FDFDFD;
	text-align: left;
	font-size: 14.35px;
	margin: -325px 0 0 874px;
	position: absolute;
	font-family:Lato;
	font-style: italic;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
 	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */ 
}

.round-button2 {
	width: 25%;
}

.round-button2-circle {
	min-width: 33px;
	min-height: 27px;
	/*padding-bottom: 0.5%;*/
	border-radius: 25px;
	overflow: hidden;
	background:#BD8C4A; 
	text-align: left;
	font-weight: bold;
	margin: -112px 0px 0px 1089px;
	position: absolute;
	padding-top:5px;
}

.round-button2-circle:hover {
	background: #B79265;

.round-button2 a {
	width: 15px;
	height: 24px;
	margin: -61px 0 0 879px;
	background: url("../img/ico_set.png") 0 0 no-repeat;
}

.linedown {
	margin: -172px 49px 150px 283px;
}

.arrow {
	content: '';
	width: 15px;
	height: 24px;
	background: url("../img/ico_siteHeadNav1.png");
}
.pic_studio06{
	margin-top:43px;
	margin-left: 2px;
	float: left
	
}
.pic_studio07{
	margin-top: 234px;
	margin-left: -313px;
	float: left; 
	margin-bottom: 70px
	
}
.textleft{
font-family: Kozuka Gothic Pr6N;
    font-size: 16px;
    margin-left: 377px;
    margin-top: 239px;
    text-align: left;
}
.textleft1{
	margin-top: 239px;
	margin-left: 376px;
	text-align: -webkit-left;
	font-size: 16px;
    font-family: Kozuka Gothic Pr6N;
}
.backgroundImg{
	background: #FFFCF7; 
	min-height: 140px; 
	min-width: 245px;
	margin-top: 1px;
	margin-left:0px;
	padding: 44px 25px 0px 25px;
	float: left
}
.menuPage{
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 11;
}
.menuPage a{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/btn_pagetop2.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0;
}
.menuPage a:hover {
	background-position: 0 -50px;
}
.divText{
	 margin: 20px;
}
.divText ul{
 list-style-type: none;
  width: 500px;
}
.divText li{

}
.divText h3{
	  font: bold 20px/1.5 Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  padding:5px 55px 34px 198px
}
.divText li img {
 float: right;
 margin:-6px -601px 0;
}
/*.divText li p {
  font: 200 16px/1.5,Kozuka Gothic Pr6N;
  margin:-1px -290px 9px 199px;
  padding-right:7%;
  
 
}*/
.divText1{
	 margin: 20px;
}
.divText1 ul{
 list-style-type: none;
  width: 800px;
}
.divText1 h3{
	  font: bold 20px/1.5 Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	  margin:-145px -81px -73px 32px;
	  float:right;
	  
}
.divText1 li img {
 float: left;
 
 
}
.divText1 li p {
  font: 200 16px/1.5,Kozuka Gothic Pr6N;
  margin:-282px -434px 9px -1px;
  padding-top:25%;
  float:right;
  
 
}
.arwWhiteLeftL1::after {
	background-position: -64px -16px;
    float: right;
	background: url(../img/messg.png) 0 0 no-repeat;
	}
.grad{
 border-radius: 50%;
 margin: -218px 200px 206px 618px;
}
#background-img{
	min-height: 140px;
	min-width: 245px;
	margin-top: -2px;
	padding: 44px 25px 0px 25px;
	float: right;
}
/*.lineGN{
	margin:28px -233px -6px 477px;
}*/