﻿body,input,textarea,button,legend {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",メイリオ,Meiryo,sans-serif;
  background-color: #2850a2;
  -webkit-font-smoothing: subpixel-antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 1em;
}
ul, menu, dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
ul {
  text-align: justify;
  height: 104px;
}
.clearfix{
  clear: both;
  content: ".";
  display: block;
  height: 0;
}
.maypage_header{
   background-color:#2850a2;
   position: relative;
   z-index: 100;
   padding: 0; 
   padding-bottom:10px;
}
.maypage_hed_body{
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  color:#fff;
  padding: 0px 0 12px;
  height:35px;
}
.maypage_title{
  padding-top:11px;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: normal;
  padding: 14px 0;
  text-decoration: none;
}
.maypage_title{
  float:left;
}
.name_area{
  float: right;
  position: relative;
  width: auto;
  padding-top: 7px;
}
.name_img{
  float:right;
  padding:5px;
}
.plate{
  width: 980px;
  margin: 0 auto;
  min-height: 770px;
}
.mypage_list_area{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-width: 1010px;
  height:130px;
  background-color:#ddedff;
  text-align: justify;
  list-style: none;
}
.my_list_body{
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-right: 0;
  overflow: visible;
  color:#fff;
  height: 104px;
}
.label{
  display: inline-block;
  position: relative;
  padding: 20px 0 15px;
  margin-right: 40px;
    width: 110px;
}
.lab_text{
 padding-top: 52px;
 font-weight: 200;
  font-size: 15px;
  color: #3366cc;
  padding-top: 6px;
  line-height: normal;
  letter-spacing: normal;
    text-align: center;
}
select{
    color: #333;
    height: 45px;
    font-size: 100%;
    padding: 12px 50px 12px 12px;
    border: 1px solid #b5daff;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    text-overflow: "";
    background: #FFF url(select_arrow.jpg) no-repeat right;
}
.my_mein{
    background-color:#f0f8ff;
    height: min-height:740px;
}
.my_mein_area{
    width:980px;
    margin:0 auto;
    padding-top: 80px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    background-color:#fff;
}
.moushi_title{
    padding-top: 2px;
    padding-bottom: 9px;
    font-size: 2.4rem;
    outline: 0;
    font-weight: 100;
    line-height: 1.5;
    color:#333;
}
.hiduke_shitei{
    width: 600px;
    margin: 0 auto;
}
.moushikomi_msg{
    font-size: 15px;
    text-align: center;
    padding-bottom: 15px;
}
.hikitori_serect{
   text-align: justify;
   height: 70px;
   margin-top: 30px;
   margin-bottom: 40px;
}

input[type="checkbox"] {
    border: 1px solid #b5daff;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #fff;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #fff)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #fff 100%
    );
}

input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #ddedff;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ddedff),
        color-stop(1.00, #ddedff)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ddedff 0%,
        #ddedff 100%
    );
    border: 1px solid #b5daff;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #2850a2;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #2850a2;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #b5daff;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #2850a2;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
input[type='text']{
    color: #333;
    height: 45px;
    font-size: 100%;
    padding: 12px 50px 12px 12px;
    border: 1px solid #b5daff;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background-color: #fff;
}
.chasu_sentaku{
    width: 300px;
    margin: 0 auto;
    text-align: left;
    line-height: 2.5;
}
textarea{
  color: #333;
  width: 100%;
  height: 150px;
  font-size: 100%;
  padding: 12px 12px 12px 12px;
  border: 1px solid #b5daff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  background-color: #fff;
}
input#btn-6:hover{
  border: 4px solid #fcad26;
  border-radius: 15px;
  background: #fff;
  color: #fcad26;
  
}
input#btn-6{
  color: #fff;
  background: #fcad26;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 4px solid #fcad26;
  border-radius: 15px;
}
.btn{
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input#btn-7:hover{
  border: 2px solid #2850a2;
  border-radius: 15px;
  background: #fff;
  color: #2850a2;
  
}
input#btn-7{
  color: #fff;
  background: #2850a2;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 2px solid #2850a2;
  border-radius: 15px;
}
.btn2{
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn2:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_link{
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    color: #fff;
  background: #2850a2;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 2px solid #2850a2;
  border-radius: 15px;
}
.btn_link:hover{
  border: 2px solid #2850a2;
  border-radius: 15px;
  background: #fff;
  color: #2850a2;
}
.chumon_colom{
   padding-bottom: 30px;border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border: 2px solid #2850a2;
   margin-bottom: 30px;
}
.chumon_title{
   background-color: #ddedff;
    height: 40px;
    color: #2850a2;
    font-size: 20px;
    line-height: 2;
    -webkit-border-top-left-radius: 10px;        
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;        
    -moz-border-radius-topright: 10px;
}
.acount{
   width: 100%;
  overflow: hidden;
}
.acount{
  text-align: center;
  border-top: 1px solid #dedede;
  padding: 35px 0;
  position: relative;
}
.acount_colom{
  max-width: 980px;
  list-style: none;
  margin: 0 auto;
  -webkit-padding-start: 0px;
}
.acount_menu{
  position: relative;
  z-index: 1;
  min-height: 2px;
  margin: 0;
  padding: 0;
  float: left;
  width: 33.33%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.acount_title{
  padding-top: 60px;font-size: 40px;padding-bottom: 25px;
}
.acount_midashi1{
 width: 600px;font-size: 18px;line-height: 1.5;margin: 0 auto;padding-bottom: 40px;
}
.acount_1{
  position: absolute;
  border-right: 1px solid #dedede;
  width: 1px;
  top: 35px;
  bottom: 35px;
  display: block;
  left: 50%;margin-left: 163px;
}
.acount_2{
position: absolute;
  border-right: 1px solid #dedede;
  width: 1px;
  top: 35px;
  bottom: 35px;
  display: block;
  left: 50%;margin-left: -163px;
}
.acount_setei_titol{
font-size: 25px;padding-bottom: 15px;color:#666;
}
.acount_setei_midasi{
font-size: 18px;line-height: 1.5;padding: 35px;font-family: 'M+ 1c light';color:#666;padding-bottom: 10px;
}
.main__and_main_area{
 min-height:600px;
 background-color:#fff;
}
.helpe_heder{
 margin-left: auto;
  margin-right: auto;
  width: 980px;
  overflow: hidden;
  padding-top: 23px;
}
.sapote_member{
 padding-top: 5px;
 left: 58.33%;
 right: auto;
 width: 50%;
 position: relative;
 z-index: 1;
 min-height: 2px;
 margin: 0;
 padding: 0;
 float: left;
}
.sapote_img{
  background-repeat: no-repeat;
  background-size: 292px 307px;
  background-image:url("http://nexcy.jp/parts/pc/next_generation/img/maypage/help/sapoto.png");
  margin-left: 20px;
  position: absolute;
  overflow: hidden;
  padding-top: 105.137%;
  width: 100%;
}
figure{
 display:block;
 margin:0;
 padding:0;
 -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
.help_title{
  position: relative;
  z-index: 1;
  min-height: 2px;
  margin: 0;
  padding: 0;
  float: left;
  right: 41.67%;
  left: auto;
  width: 50%; 
  margin-top: 40px;
}
.help_footer{
  border-top: 1px solid #dedede;
  width: 100%;
  position: relative;
}
.help_foot_mein{
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  padding: 28px 0 28px 40px;
  position: relative;
}
ol{
  counter-reset:number; /* 名前を付けたカウンターをリセット */
  list-style:none; /* olが数字を付けることをキャンセル */
  margin:0;
  padding:0;
}
ol li{
  /* リスト部分は好きに装飾！ */
}
ol li:before{
  /* カウンタ（数字になる部分） */
  counter-increment: number; /* 任意の名前を付けて！ */
  content: counter(number); /* 名前を付けたカウンターを呼び出し */
  /* 色を変えたり、背景画像を敷いたり！自由自在！ */
}
.maru li:before {
  float: left;
  background: #2850a2;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-right: 10px;
}
.ba:before {
    margin: -20px 0 0 -10px; /* 三角形の大きさ分ネガティブマージンで位置調整 */
    border: 10px solid transparent;
    border-left-color: #2850a2;
    content: "";
    position: absolute;
    margin-left: 70px;
}
.sigin_in_area{
    width:980px;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    background-color:#fff;
    margin:0 auto;
    padding: 24px 24px 0 24px;
}
.sigin_in_heder{
  color: #2850a2;
  background: 0;
  padding-bottom: 14px;
  font-size: 24px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  height: 18px;
  text-align: left;
}
.sigin_in_sub_title{
  background: url() no-repeat 0 2px;
  background-size: 10px 13px;
  float: right;
  display: inline;
  padding-left: 18px;
  font-weight: normal;
  color: #666;
  margin-top: -13px;
  font-size: 12px;
  line-height: 20px;
}
.sigin_in_title{
  background: 0;
  margin-bottom: 0;
  margin-top: 0;
  height: 18px;
  width: 630px;
}
.login_form_area{
  width: 467px;
  padding-top: 74px;
  float: left;
  text-align: left;
}
.login_fom_title{
    font-size: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    white-space: normal;
    display: inline-block;
    font-family: 'M+ 1c bold';
}
input#btn_log:hover{
  border: 2px solid #fcad26;
  border-radius: 15px;
  background: #fff;
  color: #fcad26;
  
}
input#btn_log {
  color: #fff;
  background: #fcad26;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 2px solid #fcad26;
  border-radius: 15px;
}
.btn_log {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 15px 60px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.signin_second_area{
float: right;
  padding: 75px 0 0 57px;
  width: 342px;
  min-height: 327px;
  margin-right: 66px;
  line-height: 24px;
  text-align: left;
}
.log_coll{
    width: 980px;
    margin: 0 auto;
    text-align: left;
    height: 80px;
    line-height: 6;
    font-size: 14px;
}
.login_foot{
border-radius: 0 0 5px 5px;
border-top: 1px solid #d6d6d6;
padding: 15px 24px;
margin: 0 -24px;
height: 60px;
}
.btn_top{
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    color: #2850a2;
  background: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 1px solid #2850a2;
  border-radius: 15px;
}
.btn_top:hover{
  border: 1px solid #2850a2;
  border-radius: 15px;
  background: #2850a2;
  color: #fff;
}
.to_be:before {
    margin: -20px 0 0 -10px; /* 三角形の大きさ分ネガティブマージンで位置調整 */
    border: 20px solid transparent;
    border-left-color: #2850a2;
    content: "";
    position: absolute;
    margin-top: 10px;
}
.help{
  color: #08c;
  cursor: pointer;
  font-size: 18px;
  text-decoration: none;
}
.help:hover{
text-decoration: underline;
}
.padtop10 {
  padding-top: 10px;
}
.divider {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
.padtop20 {
  padding-top: 20px;
}
.zz {
  height: 40px;
}
.name{
 float:left;
}
.mem{
  float: right;
  color: red;
  font-size: 18px;
  width: 140px;
  text-align: right;
  padding-left:50px;
}
.tuu{
float:right;
}
.aa{
   height: 50px;
  border-bottom: solid 1px #f0f0f0;
  color:#22afec;
}
.aa:hover{
  background-color: #e1f4fd;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.ail{
  font-size: 20px;
  color: #333;
  padding: 15px 0 0 0;
}
.fuzoku{
  padding: 20px 0;
  margin: 0 0 10px 0;
  min-height: 1px;
}
.l_fuzoku{
  float: left;
  text-align: center;
}
.l_fuzoku_txt{
  font-size: 16px;
  line-height: 1.6;
  float: left;
}
.price{
  font-size: 20px;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  padding: 9px 0 16px 0;
  margin: 12px 0 7px 0;
}
.sozai li {
  float: left;
  display: block;
  background: #457398;
  color: #fff;
  width: 108px;
  height: 27px;
  line-height: 28px;
  margin: 6px 6px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
}
.sozai_name{height:70px;}
.txt_alea{  margin-top: 15px;}

.jyogai_til{
  font-size: 20px;
  color: #333;
  padding: 15px 0 0 0;
  border-bottom: dotted 1px #ccc;
  margin-bottom:10px;
}
.jyogai_sub{
  font-size: 18px;
  color: #333;
  padding: 15px 0 0 0;
  border-bottom: solid 1px #ccc;
  margin-bottom:30px;
}
.jyogai{
  float: left;
  padding: 20px;
}

.title_jj{
  padding-top: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 1.5em;
  color: #777777;
}
.shin_title{
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  font-family: 'M+ 1c thin';
  padding-top: 80px;
}
.shin_msesge{
  color: #fff;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.5;

}
.shin_comp_msg{
font-size: 35px;
  padding-top: 40px;
  color: #fff;
  font-family: 'M+ 1c thin';
}
.shin_kenpin{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/kenpin.png);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-size:cover;
}
.shin_cleaning{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/cleaning.png);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-size:cover;
     background-position-y: 80%;
}
.shin_hikitori{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/souf.png);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-size:cover;
}
.shin_comp{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/konpou.png);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-size:cover;
}
.shin_no{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/no.jpg);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-siz
}
.shin_no{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/no.jpg);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-siz
}
.shin_komi{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/moushikomi2.png);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-siz
}
.shin_kit{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/kit.png);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-siz
}
.shin_kit_conp{
     height: 560px; 
     background-image: url(http://nexcy.jp/parts/pc/next_generation/img/maypage/shinchok/kit_comp.png);
     background-position: center top; 
     background-repeat:no-repeat;
     -moz-background-size:cover;
     background-siz
}
.gloval_heder_area{
  background-color: #41baee;
  color: #fff;
  font-size: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  height: 16px;
    
}
.gnabv_login_img{
   width: 25px;
   float: left;

}
.gnabi_log_txt{
float:right;padding-right: 60px;width: 100px;text-align: right;
}

.heder_menu_area{
  width: 980px;
  margin:0 auto;
}
.home_base{
background-color: #fff;
}
.home_welcom{
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  overflow: hidden;
  padding-top: 23px;
  position: relative;
  z-index: 1;
  display: block;
}
.home_takuhai_area{
  padding-top: 5px;
 left: 58.33%;
 right: auto;
 width: 50%;
 position: relative;
 z-index: 1;
 min-height: 2px;
 margin: 0;
 padding: 0;
 float: left;
}
.home_takuhai_image{
  background-repeat: no-repeat;
  background-size: 292px 307px;
  background-image: url("http://nexcy.jp/parts/pc/next_generation/img/home/top/top001.png");
  margin-left: 20px;
  position: absolute;
  overflow: hidden;
  padding-top: 105.137%;
  width: 100%;
}
.home_takuhai_comnt{
  margin-top: 40px;
  width: 50%;
  right: 41.67%;
  left: auto;
  position: relative;
  z-index: 1;
  min-height: 2px;
  margin: 0;
  padding: 0;
  float: left;
}
.top_bord{
 color: #333;
 width: 100%;
 overflow: hidden;
}
.top_area_tex{
  text-align: center;
  color: #333;
}
.top_palate{
  position: relative;
  padding: 80px 0 27px;
  min-height: 420px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.info{
 width: 570px;
 float: left;
 padding: 140px 0 20px;
 position: relative;
 z-index: 2;
}
.top_title_area{
  min-height: 190px;
  padding-bottom: 21px;
}
.top_title_txt{
  font-size: 50px;
  line-height: 1.2549em;
  color: #fff;
  font-family: 'M+ 1c thin';
  text-shadow: 1px 1px 1px #aaaaaa;
  padding-bottom: 10px;
  font-weight: 600;
}
.bloglink{
  float: left;
  font-size: 18px;
  padding-right: 20px;
  color:#fff;
  text-shadow: 1px 1px 1px #aaaaaa;
  text-decoration: underline;
}
.bloglink:hover{
  color:#41baee;
}
  
.bloglink:after{
  content: " ";
  background: url(http://nexcy.jp/parts/pc/next_generation/img/home/parts/aroww.png);
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  background-size: contain;
  vertical-align: middle;
  height: 20px;
  float: right;
}
.takuhai_area{
  height: 150px;
  background-color: #41baee;
  border-top: solid 1px #ccc;
  color:#fff;
  
}
.item{
   padding: 25px 0 26px;
   width: 50%;
  float: left;
}
.ribbon{
  font-size: 14px;
  line-height: 1.28571;
}
.takuhai_taitle{
  vertical-align: top;
  color: #444;
  font-size: 24px;
  line-height: 1.35417;
  font-family: 'M+ 1c light';
  width: 360px;
  margin: 0 auto;
}
.takuhai_taitle:hover{
  color:#08c;
}
.takuhai_taitle:before{
  content: " ";
  background: url(http://nexcy.jp/parts/pc/next_generation/img/home/parts/dmbo.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  background-size: contain;
  vertical-align: middle;
  height: 40px;
  float: left;
}
.shimi_taitle{
  vertical-align: top;
  color: #444;
  font-size: 24px;
  line-height: 1.35417;
  font-family: 'M+ 1c light';
  width: 400px;
  margin: 0 auto;
}
.shimi_taitle:hover{
  color:#08c;
}
.shimi_taitle:before{
  content: " ";
  background: url(http://nexcy.jp/parts/pc/next_generation/img/home/parts/siminuki.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  background-size: contain;
  vertical-align: middle;
  height: 40px;
  float: left;
}

* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #eee;
}
.chart {
  margin: 10px;
  width: 100px;
  height: 100px;
  color:#fff;
/*
  border-radius: 100px;
  box-shadow: 1px 1px 0px #fff, -1px -1px 0px #ccc;
*/
}
.chart_txt{
  padding-top: 15px;
  font-size: 16px;
  color: #333;
}
.revew{
   width: 100%;
  overflow: hidden;
}
.revew{
  text-align: center;
  border-top: 1px solid #dedede;
  padding: 35px 0;
  position: relative;
}
.revew_colom{
  max-width: 980px;
  list-style: none;
  margin: 0 auto;
  -webkit-padding-start: 0px;
}
.revew_menu{
  position: relative;
  z-index: 1;
  min-height: 2px;
  margin: 0;
  padding: 0;
  float: left;
  width: 33.33%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  height: 350px;
}
.revew_title{
  padding-top: 50px;
  font-size: 35px;
  padding-bottom:35px;
  color: #333;
}
.revew_midashi1{
 width: 600px;font-size: 18px;line-height: 1.5;margin: 0 auto;padding-bottom: 20px;
}
.revew_1{
  position: absolute;
  border-right: 1px solid #dedede;
  width: 1px;
  top: 35px;
  bottom: 35px;
  display: block;
  left: 50%;margin-left: 163px;
  height: 420px;
}
.revew_2{
 position: absolute;
  border-right: 1px solid #dedede;
  width: 1px;
  top: 35px;
  bottom: 35px;
  display: block;
  left: 50%;margin-left: -163px;
  height: 420px;
}
.revew_setei_titol{
font-size: 22px;padding-bottom: 15px;color:#666;
}
.revew_setei_midasi{
font-size: 15px;line-height: 1.5;padding: 35px;color:#666;padding-bottom: 10px;
}
.revew_menu:hover{
  background-color: #ceedfb;
}
.home_touroku{
  border: none;
  font-family: inherit;
  font-size: 25px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 30px 50px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #fc670f;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 2px solid #fc670f;
  border-radius: 15px;
}
.home_touroku:hover{
  border: 2px solid #fc670f;
  border-radius: 15px;
  background: #fff;
  color: #fc670f;
}
.home_cleaning{
  border: none;
  font-family: inherit;
  font-size: 25px;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 30px 50px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    color: #fff;
  background: #fc670f;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  border: 2px solid #fc670f;
  border-radius: 15px;
}
.home_cleaning:hover{
  border: 2px solid #fc670f;
  border-radius: 15px;
  background: #fff;
  color: #fc670f;
}
.app_area{
   width: 980px;
  margin: 0 auto;
  height: 750px;
}
.appimg{
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/top/app001.png);
  background-repeat: no-repeat;
  background-position: center;
}
.app_title{
    font-size: 45px;
  color: #fff;
  font-family: 'M+ 1c thin';
  padding-top: 70px;
  font-weight: 600;
}
.app_mes{
  font-size: 15px;
  color: #dfdfdf;
  font-family: 'M+ 1c light';
}
.app_img{
  width: 100px;
  display: block;
  margin: 0 auto;
}
.app_comnt{
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  padding-top: 20px
}
.photo_kadomaru{
    border-radius: 10px;   
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
}
.member_hikaku{
    float: left;
  width: 300px;
  background-color: #edebc5;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-right: 10px;
    line-height: 1.5;
    color: #333;
}
.member_moto{
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 25px;
  color: #9e7e1c;
}
.mem_hikaku_title{
    font-size: 18px;
  padding-bottom: 30px;
  color: #9e7e1c;
}
.mem_hikaku_txt{
  text-align: right;
  font-size: 15px;
  padding-right: 40px;
}
.mem_hikaku_memtxt{
  text-align: right;
  font-size: 15px;
  padding-right: 40px;
  color:#846917;
}
.mem_hikaku_sagatxt{
  text-align: right;
  padding-right: 40px;
  color:red;
  font-size: 18px;
  padding-top: 15px;
}
.mem_sime{
  height: 150px;
  background-color: #fff;
  border-top: solid 1px #ccc;
  color: #333;
}
.heder_logos{
    float: left;
    position: absolute;
    top: 0px;
    padding-left: 50px;
    padding-top: 3px;
}
.home_heder_menu{
  height: 85px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: rgba(255,255,255,.85);
  width:100%;
  position: absolute;
}
.home_heder_menu_txt{
   float: left;
   padding-right: 25px;
   width: 160px;
  text-align: center;
}
.poricy_title{
  padding-top: 50px;
  font-size: 35px;
  padding-bottom: 50px;
  color: #333;
}
.poricy_font{
   line-height: 1.5;
  font-size: 15px;
}
.poricy_hyoudai{
  font-size: 20px;
  padding-bottom: 20px;
  padding-top:50px;
}
.qa_li{
    padding-top: 20px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}
.ryoukin_souryou_hyoudai{
  font-size: 20px;
  padding-bottom: 20px;
  padding-top:50px;
}
.hajimete_gallery{
  position: relative;
  z-index: 1;
  padding-bottom: 51.3889%;
}
.hajimete_top{
  position: relative;
  z-index: 1;
  padding-bottom: 47.3889%;
}
article{
display: block;
}
.cachi_copy_area{
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 46%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ca_copy{
    display: block;
  font-size: 60px;
  font-weight: 100;
  color: #fff;
  font-family: 'M+ 1c thin';
}
.galary_chachi{
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  background-image: url(htthajp://nexcy.jp/parts/pc/next_generation/img/home/hajimete/hajimete001.png);
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 50%;
  background-size: 100% auto;
  padding-bottom: 45.3889%;
  background-position: 50% 50%;
  background-size: 100% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.hajime_chachi{
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/hajimete/hajimete_image.png);
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 50%;
  background-size: 100% auto;
  padding-bottom: 47.3889%;
  background-position: 50% 50%;
  background-size: 100% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.hajimete_copy{
  font-size: 60px;
  padding-top: 120px;
  font-family: 'M+ 1c thin';
  color: #333;
  padding-bottom: 20px;
}
.hajimete_image{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/hajimete/hajimete002.png);
  background-size: 540px 1048px;
  background-repeat: no-repeat;  
  margin: 0px;  
  height: 1048px;
}
.hajimete_copy_txt{
 padding-top: 30px;
  font-family: 'M+ 1c thin';
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600; 
}
.hajimete_copy2_txt{
      font-size: 50px;
  font-family: 'M+ 1c thin';
  padding-top: 60px;
  padding-bottom: 50px;
}
.hajimete_image2{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/hajimete/hajimete.jpg);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 50%;
  background-size: 100% auto;
  padding-bottom: 51.3889%;
  background-position: 50% 50%;
  background-size: 100% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.tukaikata_area{
    position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}
.tukaikata_title_area{
    position: relative;
  z-index: 2;
  padding: 0 100px 60px 500px;
}
.tukaikata_001{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/tukaikata/tukaikata001.png);
  background-size: 540px 1048px;
  background-repeat: no-repeat;  
  margin: 0px;  
  height: 1048px;
}
.tukaikata_text_title{
  font-size: 35px;
  font-family: 'M+ 1c thin';
  padding-top: 80px;
  padding-bottom: 30px;
}
.tukaikata_text_mein{
  font-size: 20px;
  line-height: 1.5;
  font-family: 'M+ 1c thin';
  font-weight: 600;
}
.hajimete_chachi_copy_2{
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 45px;
  border-top: solid 1px #dedede;
  font-family: 'M+ 1c thin';
}
.hajimete_imege_hako{
   width: 700px; 
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 80px;
}
.tukaikata_image1{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/tukaikata/tukaikata.png);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 20%;
  background-size: 100% auto;
  padding-bottom: 51.3889%;
  background-position: 50% 20%;
  background-size: 100% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.tukaikata_image2{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/tukaikata/wakuwaku.png);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 50%;
  background-size: 100% auto;
  padding-bottom: 51.3889%;
  background-position: 50% 50%;
  background-size: 100% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.konpou_houhou{
  width: 320px;
  height: 480px;
  background-color: #f2f2f2;
}
.tukaikata_ryoukin{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
    font-family: 'M+ 1c thin';
  color: #333;
}
.tukaikata_sinchok{
    font-size: 20px;
  line-height: 1.5;
  font-family: 'M+ 1c thin';
  font-weight: bold;
}
.tukaikata_conpou_text{
   font-size: 18px;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
}
.tukaikata_conpou_title{
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.hinsitu_image1{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/hinsitu/hinsitu001.png);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 50%;
  background-size: 100% auto;
  padding-bottom: 40%;
  background-position: 50% 50%;
  background-size: 100% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.hinsitu_gallery{
  position: relative;
  z-index: 1;
  padding-bottom: 40%;
}
.hinsitu_text_left{
 font-family: 'M+ 1c thin';
  color: #333;
  font-weight: bold;
  width: 400px;
  float: left;
}
.hinsitu_text_right{
 font-family: 'M+ 1c thin';
  color: #333;
  font-weight: bold;
  width: 400px;
  float: right;
}
.hinsitu_title{
    font-size: 40px;
    padding-bottom: 30px;
}
.hinsitu_text{
    font-size: 20px;
    line-height: 1.5;
    font-family: 'M+ 1c light';
    color: #666;
    font-weight: normal;
}
.hinsitu_image2{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/hinsitu/simi.png);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 50%;
  background-size: 100% auto;
  padding-bottom: 40%;
  background-position: 50% 50%;
  background-size: 100% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.hinsitu_kikai{
    width: 310px;
    padding: 8px;
    float: left;
}
.pagetop {
 display: none;
 position: fixed;
 bottom: 30px;
 right: 55px;
}
.pagetop a {
 display: block;
 width: 50px;
 height: 50px;
 background-color: #333;
 text-align: center;
 color: #fff;
 font-size: 24px;
 text-decoration: none;
 line-height: 50px;
}
.current{
 background-color: #a8def9;
}
.ryoukin_categori_menu{
 color:#22afec;
}
.ryoukin_categori_menu:hover{
  background-color: #e1f4fd;
}

.topp_image2{
  background-image:url(http://nexcy.jp/parts/pc/next_generation/img/home/top/top005.jpg);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: 1440px 740px;
  height: auto;
  width: 100%;
  max-width: 2560px;
  background-position: 50% 50%;
  background-size: 130% auto;
  padding-bottom: 73.5%;
  background-position: 100% 15%;
  background-size: 130% auto;
  max-width: 100%;
  margin-top: 0px;
  position: absolute;
}
.media_area{
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fafafa;
}
.media_content{
  width: 980px;
  margin: 0 auto;
  height: 250px;
  font-size: 18px;
  line-height: 3;
  text-align: left;
  padding-top: 20px;
}
.top_title_areare{
 position: absolute;
  z-index: 3;
  top: 45%;
  display: block;
  width: 100%;
}
.top_title_main{
  padding-bottom: 40px;
  font-size: 45px;
  color: #1f3e7c;
  line-height: 1.3;
  display: block;
  font-family: 'M+ 1c thin';
  text-align: center;
}
.top_anke_area{
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 83%;
}
.top_image_area{
 padding-bottom: 0px;
 background-color: #fefefe;
}
@media only screen and (max-width: 1350px){
.top_anke_area {  top:70%;}

}
@media only screen and (max-width: 1280px){
.top_image_area{ padding-bottom: 50px;}
}

@media only screen and (max-width: 1200px){
.top_image_area{ padding-bottom: 80px;}
.top_anke_area {  top:65%;}
}

@media only screen and (max-width: 1024px){
.top_title_areare{  top:200px;}
.top_title_main{  font-size: 40px;}
}

.omoi_img{
  height: 100%;
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/omoi/watashi.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  width: 100%;
  background-size: contain;
}
.omoi_txt{
   font-size: 16px;
  line-height: 1.5;
  font-family: 'M+ 1c light';
  color: #333;
  padding-top: 30px;
  padding-bottom: 550px;
}
.shouhin_img{
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/yshatu.png);
  background-repeat: no-repeat;
  background-size: 80% 60%;
  height: 245px;
  margin: 0 auto;
  width: 980px;
  background-position: 50%;
}
.wishat_top{
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/waisyatu002.png);
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 80px;
  visibility: hidden;
}
.waishat_text{
  width: 980px;
  margin:0 auto;
}
.buraus_img_right{
   background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/buraus.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 90%;
  margin: 0 auto;
  width: 50%;
  background-position: 100%;
  float: right;
}
.buraus_img_left{
   background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/buraus2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 90%;
  margin: 0 auto;
  width: 50%;
  background-position: 100%;
  float: left;
}
.down_img{
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/down.png);
  height: 350px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 80px;
  background-position: 20%;
}
.jyaket_img{
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/jyaketo.png);
  height: 450px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 80px;
}
.shiminuki_img_001{
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/shiminuki.png);
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100%;
  float: right;
  width: 45%;
  margin-top: 160px;
}
.kamera_img{
 background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/kamera.png);
  height: 350px;
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  width: 45%;
  margin-top: 40px;
}
.kenpin_img {
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/kenpin2.png);
  height: 350px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 80px;
  background-position: 20%;
}
.shio_img {
  background-image: url(http://nexcy.jp/parts/pc/next_generation/img/home/cleaning/hinsitu.jpg);
  height: 550px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 80px;
  background-position: 20%;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
#stage {
position: relative;
max-width:100%;
margin: 0 auto;
background:#ddd;
}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 28s infinite;
-webkit-animation: imgTrans 28s ease-in infinite;
animation: imgTrans 28s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 4s;
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
#photo3 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo4 img{
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
#photo5 img {
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
/* balloon-1 bottom */
#balloon-1-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 115px;
	height: 40px;
	line-height: 34px;
	color: #19283C;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index: 0;
}
#balloon-1-bottom:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
#balloon-1-bottom:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

.member_form{
    float:left;
    width:240px;
    margin-left:20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
   border: #e2e1dc 1px solid;
   box-shadow:0px 0px 5px #e2e1dc;
   height:750px;
}
.member_form:hover{
   background-color:#f0f8ff;
   border: #4daaff 2px solid;
   box-shadow:0px 0px 5px #81dbff;
   cursor:pointer
}
.member_form_seigen{
    float:left;
    width:240px;
    margin-left:20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
   border: #aaaaaa 1px solid;
   height:750px;
   color:#aaaaaa;
}
.member_form_setei{
    float:left;
    width:240px;
    margin-left:20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
    border: #8ecaff 2px solid;
    box-shadow:0px 0px 5px #e2e1dc;
    height:750px;
}
.checked{
    background-color: #bbdfff !important;
    border: #ff545a 2px solid !important;
    box-shadow:0px 0px 5px #ff545a;
}
#card{
  visibility:hidden;/*テキストボックス領域 非表示*/
 }
.step_text{
  text-align: center;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    text-decoration: none;
    width: 250px;
    height: 60px;
    margin: 0 auto;
    background-color: rgba(172,172,172,0.7);
}
.step_text:hover{
    background-color: rgba(1,146,241,0.7);
}
.member_tuujyou_title{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 2;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: -moz-linear-gradient(top, #ffffff, #b8caf0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b8caf0));
    color: #333;
}

.member_bizines_title{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 2;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: -moz-linear-gradient(top, #ffffff, #c0c0c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
    color: #333;
}

.member_members_title{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    line-height: 2;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: -moz-linear-gradient(top, #ffffff, #ffd700);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffd700));
    color: #333;
}

.member_coce_text{
   line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.member_coce_getugaku_box{
       width: 90%;
    margin: 0 auto;
    background-color: #e8e7e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 120px;
    margin-bottom: 15px;
}
.member_koumoku_title{
  padding-top: 10px;
  padding-bottom: 5px;
  color: #333;
}
.member_coce_price{
   color: red;
    font-size: 25px;
    line-height: 3;
}
.member_coce_survis_box{
    width: 90%;
    margin: 0 auto;
    background-color: #e8e7e5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height:210px;
}
.member_coce_botan_sentaku{
    width: 150px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #adf0fe, #28d8fd);
    background: -webkit-gradient(linear, left top, left bottom, from(#adf0fe), to(#28d8fd));
    color: #fff;
    line-height: 3;
    margin: 0 auto;
    margin-top: 20px;
}
.member_coce_botan_go{
     width: 150px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #fe7254, #d91c00);
    background: -webkit-gradient(linear, left top, left bottom, from(#fe7254), to(#d91c00));
    color: #fff;
    line-height: 3;
    margin: 0 auto;
    margin-top: 20px;
}
.member_coce_botan_no{
     width: 150px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -moz-linear-gradient(top, #ebebeb, #a09d9c);
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a09d9c));
    color: #fff;
    line-height: 3;
    margin: 0 auto;
    margin-top: 20px;
}

.member_form_kakunin{
    width:240px;
    margin-left:20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
    border: #8ecaff 2px solid;
    box-shadow:0px 0px 5px #e2e1dc;
    height:450px;
    margin:0 auto;
}   

#warped {position: relative; display: block; width:588px; height:80px;}

                     #warped>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
                     -moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
                     100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

                     #warped span{font-family:'ABeeZee';font-size:25px;font-weight:regular;font-style:normal;
                     line-height:0.65; white-space:pre; overflow:visible; padding:0px;}

                     #warped .w0 {-moz-transform: rotate(-6.96rad);-webkit-transform: rotate(-6.96rad);-o-transform:
                     rotate(-6.96rad);-ms-transform: rotate(-6.96rad); transform: rotate(-6.96rad);
                     width: 18px; height: 16px; left: 117.23px; top: 72.81px;}

                     #warped .w1 {-moz-transform: rotate(-6.8rad);-webkit-transform: rotate(-6.8rad);-o-transform:
                     rotate(-6.8rad);-ms-transform: rotate(-6.8rad); transform: rotate(-6.8rad);
                     width: 14px; height: 16px; left: 134.17px; top: 62.86px;}

                     #warped .w2 {-moz-transform: rotate(-6.69rad);-webkit-transform: rotate(-6.69rad);-o-transform:
                     rotate(-6.69rad);-ms-transform: rotate(-6.69rad); transform: rotate(-6.69rad);
                     width: 13px; height: 16px; left: 148.54px; top: 56.12px;}

                     #warped .w3 {-moz-transform: rotate(-6.6rad);-webkit-transform: rotate(-6.6rad);-o-transform:
                     rotate(-6.6rad);-ms-transform: rotate(-6.6rad); transform: rotate(-6.6rad);
                     width: 12px; height: 16px; left: 162.52px; top: 51.16px;}

                     #warped .w4 {-moz-transform: rotate(-6.52rad);-webkit-transform: rotate(-6.52rad);-o-transform:
                     rotate(-6.52rad);-ms-transform: rotate(-6.52rad); transform: rotate(-6.52rad);
                     width: 13px; height: 16px; left: 175.96px; top: 47.29px;}

                     #warped .w5 {-moz-transform: rotate(-6.47rad);-webkit-transform: rotate(-6.47rad);-o-transform:
                     rotate(-6.47rad);-ms-transform: rotate(-6.47rad); transform: rotate(-6.47rad);
                     width: 8px; height: 16px; left: 190.84px; top: 44.69px;}

                     #warped .w6 {-moz-transform: rotate(-6.4rad);-webkit-transform: rotate(-6.4rad);-o-transform:
                     rotate(-6.4rad);-ms-transform: rotate(-6.4rad); transform: rotate(-6.4rad);
                     width: 25px; height: 16px; left: 200.49px; top: 42.04px;}

                     #warped .w7 {-moz-transform: rotate(-6.32rad);-webkit-transform: rotate(-6.32rad);-o-transform:
                     rotate(-6.32rad);-ms-transform: rotate(-6.32rad); transform: rotate(-6.32rad);
                     width: 25px; height: 16px; left: 227.55px; top: 40.11px;}

                     #warped .w8 {-moz-transform: rotate(-6.26rad);-webkit-transform: rotate(-6.26rad);-o-transform:
                     rotate(-6.26rad);-ms-transform: rotate(-6.26rad); transform: rotate(-6.26rad);
                     width: 25px; height: 16px; left: 255.04px; top: 39.01px;}

                     #warped .w9 {-moz-transform: rotate(-6.21rad);-webkit-transform: rotate(-6.21rad);-o-transform:
                     rotate(-6.21rad);-ms-transform: rotate(-6.21rad); transform: rotate(-6.21rad);
                     width: 25px; height: 16px; left: 281.95px; top: 41.32px;}

                     #warped .w10 {-moz-transform: rotate(-6.17rad);-webkit-transform: rotate(-6.17rad);-o-transform:
                     rotate(-6.17rad);-ms-transform: rotate(-6.17rad); transform: rotate(-6.17rad);
                     width: 8px; height: 16px; left: 309.06px; top: 43.13px;}

                     #warped .w11 {-moz-transform: rotate(-6.12rad);-webkit-transform: rotate(-6.12rad);-o-transform:
                     rotate(-6.12rad);-ms-transform: rotate(-6.12rad); transform: rotate(-6.12rad);
                     width: 25px; height: 16px; left: 318.87px; top: 45.78px;}

                     #warped .w12 {-moz-transform: rotate(-6.02rad);-webkit-transform: rotate(-6.02rad);-o-transform:
                     rotate(-6.02rad);-ms-transform: rotate(-6.02rad); transform: rotate(-6.02rad);
                     width: 25px; height: 16px; left: 344.96px; top: 51.48px;}

                     #warped .w13 {-moz-transform: rotate(-5.87rad);-webkit-transform: rotate(-5.87rad);-o-transform:
                     rotate(-5.87rad);-ms-transform: rotate(-5.87rad); transform: rotate(-5.87rad);
                     width: 25px; height: 16px; left: 370.55px; top: 60.4px;}

                     #warped .w14 {-moz-transform: rotate(-5.63rad);-webkit-transform: rotate(-5.63rad);-o-transform:
                     rotate(-5.63rad);-ms-transform: rotate(-5.63rad); transform: rotate(-5.63rad);
                     width: 25px; height: 16px; left: 393.81px; top: 73.95px;}

.step_contents_area{height:880px;background-color: #fff;}
.step_contents_box{width:980px;    margin: 0 auto;}
.step_midasi_area{width:600px;margin:0 auto;padding-top: 80px;}
.step_midasi_txt_wh{font-size: 28px;padding-bottom: 10px;padding-top: 10px;color:#30B5FF;}
.step_midasi_txt_ne{font-size: 70px;padding-top: 29px;color:#30B5FF;padding-bottom:60px;}
.step_midasi_setumei_border{border: dashed 1.5px #30B5FF;width: 300px;margin: 0 auto;}
.step_midasi_setumei_text{line-height: 2;font-size: 14px;padding-top: 20px;padding-bottom: 20px;color: #30B5FF;}
.step_irasuto_contents_area{color: #30B5ff;padding-top: 40px;line-height: 2;}
.step_irasuto_user_end_txt{text-align: left;padding-left: 77px;font-size: 13px;padding-bottom: 10px;color: #ff321b;}
.step_irasuto_user_area{border: dotted 2px #ff321b;width: 380px;height: 310px;float: left;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;padding-top: 10px;}
.step_irasuto_nexcy_area{float:left;padding-top: 10px;}
.step_irasuto_img{height: 100px;padding-top: 10px;padding-bottom: 10px;}
.step_irasuto_text{text-align: left;color: #333;}
.step_01_area{float: left;padding-right:20px;width:180px;}
.step_02_05_area{float: left;width:180px;}
.step_03_area{float: left;padding-right:20px;width:180px;padding-left: 16px;}
.step_04_area{float: left;padding-right:20px;width:180px;}

.arrow_box2 {
	position: relative;
	background: #88b7d5;
	border: 5px solid #c2e1f5;
}
.arrow_box2:after, .arrow_box2:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box2:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box2:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 37px;
	margin-left: -37px;
}

