@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;
}
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: 980px;
	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;
}

.siteHeadNav{
	background: #333333;
}
.siteHeadNav ul{
	width: 1230px;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0;
	box-sizing: border-box;
}
.siteHeadNav li{
	display: inline-block;
	margin: 0 26px 0 0;
}
.siteHeadNav a{
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 0 0 0 17px;
	background: url(../img/ico_siteHeadNav.png) no-repeat 0 0;
}
.siteHeadNav li:nth-child(1) a{	background-position: 0 2px;}
.siteHeadNav li:nth-child(2) a{	background-position: 0 -12px;}
.siteHeadNav li:nth-child(3) a{	background-position: 0 -26px;}
.siteHeadNav li:nth-child(4) a{	background-position: 0 -40px;}
.siteHeadIn {
	width: 1230px;
	height: 83px;
	margin: 0 auto;
	padding: 0 20px 0;
	overflow: hidden;
}
.siteHeadIn {
/*	width: 1230px;*/
	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: #004aa0;*/
	background: #D44343;
	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: #E45353;
}
.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: relative;*/
        position: fixed;
        width: 100%;
	z-index: 15;
	background: #fff;
     
}
.gNavIn {
	width: 100%;
	width: 1270px;
	max-width: 1270px;
	height: 50px;	
        padding: 30px 0px 0px 0px;
        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;
}
#c-wrapp > label:after, .c-wrapp > .label:after {
    content: "任意";
    float: right;
    background: #aaa;
  /*  border: 4px solid #eee;*/
    font-size: 1rem;
    color: #fff;
    padding: 3px 22px;
}
.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;
}
#btnSingle {
	width: 340px;
	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;
}
.icoMadori {
	background: url(/img/ico_titles.png) 0 -440px no-repeat;
}
.icoQuestion {
	background: url(/img/ico_titles.png) 0 -63px 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;
}
.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;*/
}
/****** Edit by thy ******/
#indexKv {
        background: url(../img/new/bg_kvt.png) 0 0 no-repeat;
	position: relative;
	height: 550px;
	width: 1270px;
	margin: 0 auto;
        margin-top: -23px;
	top: 50px;
        margin-bottom: -192px;
}
#bg_rullTop{
        color: #004aa0;
        font-size: 47px;
        font-weight: bold;
        padding-top: 84px;
}
#bg_ruller{
       border-bottom: #d6413e solid 5px;
       width: 502px;
       margin: 0 auto;
       margin-top: -6px;
}
#bg_Cbot{
        margin: 0 auto;
        /*width: 500px;*/
}
#bg_rullBot{
       margin: 11px 0px -24px 5px;
       font-size: 15px;
       font-weight: bold;
       
}
#bg_colect{       
        margin: 0 auto;
        margin-top: 37px;
        width: 512px;
}
/*img{
        vertical-align: top;       
}*/
.bg_a1{
       float: left;
       width: 166px;
       height: 74px;
     /* background: #e9eff5;*/   
       margin: 0 auto;
       font-size: 14px;
       font-weight: bold;
       border-bottom-right-radius: 15px;      
}
.bg_a2{
       float: left;
       width: 166px;
       height: 74px;
      /* background: #e9eff5;*/    
       margin: 0 auto;
       font-size: 14px;
       font-weight: bold;
       border-bottom-right-radius: 15px;
       margin-left: 7px;
}
.bg_a3{
       float: left;
       width: 166px;
       height: 74px;
      /* background: #e9eff5;*/ 
       margin: 0 auto;
       font-size: 14px;
       font-weight: bold;
       border-bottom-right-radius: 15px;
       margin-left: 7px;
}
.bg_img{
        float:left;
}
.text_img1{
       padding: 18px 0px 10px 0px;
       width: 100%;
       height: 47px;
     /*  cursor: pointer;*/
       margin-left: 5px;
       border-radius: 0px 0px 15px 0px;
   
}
.text_img2{
       padding: 8px 0px 10px 0px;
       width: 160px;
       height: 57px;
       margin-left: 2px;
       border-radius: 0px 0px 15px 0px;
 
}
.text_img3{
       padding: 18px 0px 10px 0px;
       width: 160px;
       height: 47px;
       border-radius: 0px 0px 15px 0px;
     
}
.c_iconText{
    margin:0 auto;
    width: 1270px;
}
.f_left{
    float:left;
}

#c_icon1{
    margin: 0 auto;
    width: 400px;
    height: 390px;
  /*  background: #eee;  */ 
    padding-top:50px;
    padding-left:23px;
    float: left;
}
#c_icon2{
    margin: 0 auto;
    width: 400px;
    height: 240px;
  /*  background: #eee;  */ 
    padding-top:25px;
    padding-left:23px;
    float: left;
}
#icon1{
    display: inline-block;
    height: 49px;
    padding-top:10px;
    padding-left: 50px;
    background: url(../img/icon/ico_price.png) 0px 0px no-repeat;
    margin-left: -30px;
}
#icon2{
    display: inline-block;
    height: 49px;
    padding-top:10px;
    padding-left: 62px;
    background: url(../img/icon/ico_regist.png) 0px 0px no-repeat;
    margin-left: -30px;
}
#icon3{
    display: inline-block;
    height: 49px;
    padding-top:10px;
    padding-left: 52px;
    background: url(../img/icon/ico_date.png) 0px 0px no-repeat;
    margin-left: -30px;
}
#icon4{
    display: inline-block;
    height: 49px;
    padding-top:10px;
    padding-left: 52px;
    background: url(../img/icon/icon_pay.png) 0px 0px no-repeat;
    margin-left: -30px;
}
#icon5{
    display: inline-block;
    height: 49px;
    padding-top:10px;
    padding-left: 52px;
    background: url(../img/icon/icon_free.png) 0px 0px no-repeat;
    margin-left: -30px;
}
#ruller1{
    border-bottom: #3c9de8 solid   3px;
    width: 364px;
    margin:10px 0px 15px 0px;
    
}
#a_textS{
    margin: 0px 0px 0px 10px;
    font-weight: bold;
    font-size: 24px;
}

/***** menu ******/
#navMenu{
   
    padding-top: 20px;
    border: #2772bf solid 2px;
    height: 40px;
    width: 710px;
    margin: 0 auto;
}
#navMenu ul{
    width: 788px auto;
    margin: 0 auto;
    line-height:18px; 

}
#h2_fon{
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
#navMenu li{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    text-align:center;
    float: left;
}
#navMenu ul li{
    padding-left: 28px;
    padding-right: 0px;
    height: 15px;
}
#navMenu ul li a{
    color: #fff;
    font-weight: bold;
}
#navMenu ul li #im{
    margin: 0 auto;
}
#im{
    background: url(../img/icon/line_menu.png) 0px 0px no-repeat;
}
/***** End Edit bye thy *******/
/*.indexKv {
        background: black;
	position: relative;
	height: 550px;
    /*  width: 1270px; *//*
	margin: 0 auto;
	top: 50px;
}*/
.indexKv #swiffycontainer{
	width:100%;
	height:100%;
}
.indexKv #swiffycontainer .nonTargetBrowser{
	text-align:center;
	padding:200px 0 0;
}
.indexKv img.bg {
	position: absolute;
	/*top: -100%;*/
        top: -334%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	width: 100%;
}
.indexKvBtn {
	position: relative;
	background: #fff;
/*	border-bottom: 1px solid #cfd5da;  */
}
.indexKvBtn ul {
/*	width: 1270px;*/
	max-width: 1270px;
	margin: 0 auto;
}
.indexKvBtn li {
	float: left;
	width: 33.3%;
}
.indexKvBtn li a {
	display: block;
	min-height: 141px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.indexKvBtn li + li a {
	border-left: 1px solid #cfd5da;
}
.indexKvBtn li .kvBtnImg {
	position: relative;
	top: -50px;
/*	margin: 0 auto -41px;*/
	margin: 0 auto 0px;
	background: url(/img/bg_indexKvBtn.png) center 0 no-repeat;
}
.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;*/
	margin-bottom: 0px;
}
.indexKvBtn li:nth-child(3) .kvBtnTxt {
	margin-top: 1px;
	font-size: 12px;
	line-height: 1.3;
}

/*  */
.kvContents{
	display:block;
}
.kvContents li{
	display:block;
/*	width: 1270px;*/
	max-width: 1270px;
	position:absolute;
	top:0;
	left:0;
}
.kvContents img{
	display:block;
/*	width: 100%;*/
	max-width: 100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	display:none;
}
.kvdraw01{
}
.kvdraw01 svg{
	width: 100%;
	height:auto;
}


/**/
.indexKvBtn li a:hover .kvBtnImg img, .indexKvBtn li a:hover p {
	opacity: 0.7;
}
/* 強み～実績 */
.indexAbout {
	padding: 40px 0 60px;
	background: #004aa0;
	clear:both;
}
.indexAbout ul {
	overflow: hidden;
/*	width: 1230px;*/
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}
.indexAbout li {
	position: relative;
	float: left;
	width: 49%;
	margin-top: 2.05%;
	padding: 10px 10px 10px;
	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 {
	height: 130px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 121px;
	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: 13px;
}
.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{
       min-height: 330px;
}
.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 {
/*	min-height: 249px;*/
	background: #fff;
	line-height: 0;
}
.newsRack .newsList li a {
	display: block;
	position: relative;
	min-height: 24px;
	padding: 20px 40px 18px 115px;
	background: #fff;
	line-height: 1.6;
	font-weight: bold;
}
.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;
}
.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%;
	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;*/
}
#indexContainer{
	border-top: #cfd5da solid 1px;
}
.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;
}
.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;
}
.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%;
}
.listAnchor{
	margin-bottom: 51px;
	overflow:hidden;
}
.listAnchor li{
	float:left;
	width: 23%;
	margin-left:2.3%;
	display:block;
}
.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;
}

.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;
}

/*---
	強み・流れ
---*/
.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,
#siteFoot + .siteHeadNav {
    background: #dddddd;
    text-align: center;
}

.boxStrength03{
	padding-top: 195px;
	height: 188px;
}
.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;
}
#siteFoot + .siteHeadNav a {
    color: #000000;
}
.siteHeadNav li:nth-child(1) a {
    background-position: 0 2px;
}
.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;
}
/**** thy  *****/



/****en thy ****/
.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;
}
.block980{
	width: 980px;
	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;
}
.textwarp {
	float: right;
	margin: 17px 121px 0 264px;
}

.divText{
	 margin: 20px;
}
.divText ul{
 list-style-type: none;
  width: 500px;
}
.divText li{

}
.divText h3{
	  font: bold 20px/0.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 {
  margin:10px -290px 9px 199px;
  padding-right:7%;
  font-size: 16px;
  font-family: Kozuka Gothic Pr6N;
 
}
.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 -117px -73px 32px;
	  float:right;
	  
}
.divText1 li img {
 float: left;
 
 
}
.divText1 li p {
  
  margin:-282px -434px 9px -1px;
  padding-top:25%;
  float:right;
  font-size: 16px;
  font-family: Kozuka Gothic Pr6N;
  
 
}
.arwWhiteLeftL1::after {
	content: '';
	width: 15px;
	height: 24px;
	background: url(../img/messg.png) 0 0 no-repeat;
	}
/* 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;
}
.textwarp {
	float: right;
	margin: 17px 121px 0 264px;
}
#lineGN{
	margin:28px -233px -6px 477px;
}

/*
.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%;
}
.ico_number li{
	top:64%;
}
}
 @media only screen and (max-width: 1270px) {
.indexKv {
	height: auto;
}
.indexKv img.bg {
	position: static;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: auto;
}

.ico_logo{
	top:32%;
}
.ico_name{
	top:32%;
}
}*/
/***** @ thy ******/
