@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

html, body { width: 100% ;}

body {
  font-family: 'AxisProN-Regular', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  display: block;
  margin: 0;
}

a{
  color: navy;
  text-decoration:underline;
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;

}
a:link
{
  color: navy;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
a:focus
{
  outline-width: thin;
  outline-style: dotted;
}
a:hover, a:active
{
  outline-width: 0px;
  outline-style: none;
}

a:focus, a:active, a:hover
{
  text-decoration-line: none;
  text-decoration-style: solid;
}

input, textarea, select {
  font-size: 100%;
  margin: 2px 2px 2px 2px;
  vertical-align: middle;
  background-color: #fff;
}

select{
  font-size: 120%;
}

label{
  cursor: pointer;
  display: inline-block;
  padding-right: 15px;
}

p
{
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
}
h1 {
  text-align: center;
  background-color: #0087d5;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
h1 span{
  font-weight: bold;
}
h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin: 8px auto;
  padding: 12px 10px 0 0;
  border-bottom: solid 3px #0087d5;

}

h3{
  font-weight: bold;
  font-size:larger;
}

img{
  max-width: 95%;
}

#header {
  padding: 0;
  border-top: 5px solid #0087d5;
}
a.header_link{
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #000;
  margin-right: 30px;
}

.header_logo{
  padding-top: 15px;
  padding-left: 50px;
  padding-bottom: 15px;
  text-align: left;
  display: inline-block;
}
.header_logo img {
  max-width: 200px;
  width: 75%;
}

#page_body{
  margin: 0;
  padding: 0;
  width: 100%;

}

#contents {
  text-align: left;
  margin: 0 auto;
  max-width: 1090px;
  background-color: #FFFFFF;
}

/* コンテンツ */
#form_btn_area img{
  width: 300px;
}

.form_box{
  margin-top: 15px;
  margin-bottom: 15px;
}

.grey_mess{
  background-color: #cccccc;
  font-size: 18px;
  margin: 0 auto 30px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}



#btn_box{
  margin-top: 25px;

}

#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  background-color: #0087d5;
}

.bottom_check_box{
  margin: 15px auto 15px auto;
}
.btn_box{
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 5px;
  text-align: center;

}

.sys_mess {
  width: auto;
  margin: 20px auto 20px auto;
  background-color: red;
  color: #FFFFFF;
  padding: 10px;
  line-height: 1.7;
  font-size: 16px;
}

.cat_bg {
  background-color: #f8dee3;
}

.btn {
  cursor:pointer;

}

.btn:hover {
  opacity: 0.7;
}

/*
.btn {
  min-width: 250px;
  background-color:#cb000d;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  border:1px solid #cb3826;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:18px;
  padding:10px 20px;
  text-decoration:none;
  margin: 15px 15px;
}

.btn:hover {
  background-color: #cb4737;
}
.btn:active {
  position:relative;
  top:1px;
}

.btn_back{
  background: #d5c134;
  background-image: -webkit-linear-gradient(top, #d5c134, #b3a32b);
  background-image: -moz-linear-gradient(top, #d5c134, #b3a32b);
  background-image: -ms-linear-gradient(top, #d5c134, #b3a32b);
  background-image: -o-linear-gradient(top, #d5c134, #b3a32b);
  background-image: linear-gradient(to bottom, #d5c134, #b3a32b);
  border:1px solid #cbca62;

}

.btn_back:hover{
  opacity: 0.7;
  background: #d5c134;
  background-image: -webkit-linear-gradient(top, #d5c134, #b3a32b);
  background-image: -moz-linear-gradient(top, #d5c134, #b3a32b);
  background-image: -ms-linear-gradient(top, #d5c134, #b3a32b);
  background-image: -o-linear-gradient(top, #d5c134, #b3a32b);
  background-image: linear-gradient(to bottom, #d5c134, #b3a32b);

}
*/
.left {
  text-align: left!important;
}
.right {
  text-align: right!important;
}
.center {
  text-align: center!important;
}
.bold {
  font-weight: bold!important;
}

.middle {
  vertical-align: middle!important;
}

.mar_b {
  margin-bottom: 20px!important;
}

.red {
  color: red!important;
}
.desc {
  font-size: 13px;
  color: #666666;
}
.desc2 {
  font-size: 13px;
  color: #000000;

}
.desc2_en {
  font-size: 11px;
  color: #000000;

}
/*
input
{
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 100%;
}
*/

.kiyaku{
  width: 650px;
  height: 100px;
  margin: 20px auto 20px auto;
  border: solid 1px #999999;
}
#Notes{
  width:640px;
  height:90px;
  background-color:#ffffff;
}

.small_mess1{
  font-size:small;
  position: relative;
  left:-5px;top:2px;
}
.small_mess2{
  position:relative;
  top:5px;
  left:110px;
  font-size: x-small;
}
#cvs_ex,#payg_ex,#cc_ex{
  margin-bottom:20px;
}
.title_en{
  font-size: 20px;
}
.sub_title_en{
  font-size: 13px;
}
.sub_title_en_2{
  color: yellow;
  font-size: 10px;
  display: inline-block;
}
.sub_txt{
  padding-left: 25px;
}
.sub_txt2{
  padding-left: 10px;
}
.thx_mess{
  font-size: 16px;
}
.ime-disabled{
  ime-mode: disabled;
}

.clear_left{
  clear: left;
}

#new_chk_btn_box_1{
  display: block;
}
#new_chk_btn_box_2{
  display: none;
}

/**ここから追記**/

.form-step {
  width: 90%;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

ol.ele_form_step {
  list-style: none;
  position: relative;
  display: flex;
  padding: 0;
  width: 980px;
  margin: 0 auto;
}

li.ele_form_list {
  width: calc(70%/3);
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #999999;
}

li.ele_form_list::before{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
  border-radius: 44px;
  background-color: #ccc;
  color: #fff;
  line-height: 2.8;
  font-weight: bold;
  content: '1';
  z-index: 2;
}
li.ele_form_list.color_select{
  color: #0087d5;
}
li.ele_form_list.color_select::before{
  background-color: #0087d5;
}
/*
li.ele_form_list.step_list2{
  color: #bb3636;
}
li.ele_form_list.step_list2::before{
  background-color: #bb3636;
}*/
li.ele_form_list.step_list2::before{
  content: '2';
}
li.ele_form_list.step_list3::before{
  content: '3';
}
li.ele_form_list.step_list1::after,li.ele_form_list.step_list2::after{
  display: block;
  position: absolute;
  content: '';
  background-color: #cccccc;
  width: 100%;
  height: 3px;
  top: 26px;
  right: -161px;
}

div#cusomer-info,div#other-info,div#demand_type-info,div#electrical_info{
  background-color: #bb3636;
  color: white;
  text-align: center;
  line-height: 2;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
}

.cp_ipcheck .option-input02 {
  /*
  position: relative;
  top: 14.33333px;
  right: 0;
  bottom: 0;
  left: 0;*/
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #254f88;
  border: none;
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  border: solid 4px;
  border-color: #48484d;
}
.cp_ipcheck .option-input02:checked {
  background: #fff;
  border: solid 4px #3c3c3c;
}
.cp_ipcheck .option-input02:checked::before {
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 19px;
  content: '✔';
  text-align: center;
}

.setumei_block h3 {
  text-align: center;
}

.setumei_block {
  margin-top: 35px;
}

.kakunin {
  text-align: center;
}

.kakunin a {
  font-size: 2rem;
}

span.kakunin_txt {
  font-size: 20px;
  font-weight: bold;
  /*
  position: relative;
  top: 15px;*/
}

.confirm_btn {
  text-align: center;
  margin-top: 40px;
}

.confirm_btn .btn {
  width: 30%;
  background-color: #0087d5;
  color: white;
  border: none;
  padding: 15px;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}

.confirm_btn .btn_back{
  background: #ccc;

}

dl.form-table-list {
  display: flex;
  border: solid 1px #ccc;
  margin: 0;
}
dl.form-table-list:nth-child(n+2){
  border-top: 0;
}

/***特別な追記***/

#type_chg dl.form-table-list{
  border-top: 0;
}

dt.form-table-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  width: 292px;
  padding: 25px 18px;
  background-color: #D5D5D5;
  font-size: 18px;
}

dd.form-table-detail {
  width: calc(100% - 265px);
  padding: 15px 20px;
  font-size: 16px;
}

div.form_box_confirm div.form-table dl.form-table-list dt.form-table-item{
  padding: 5px 15px;
  font-size: 15px;

}

div.form_box_confirm div.form-table dl.form-table-list dd.form-table-detail{
  padding: 5px 15px;
  font-size: 15px;

}


span.must {
  background: #d00e11;
  color: #fff;
  font-weight: bold;
  padding: 4px 5px 2px;
  margin: 0 4px;
  line-height: 1;
  font-size: 12px;
  border-radius: 3px;
}
span.nini {
  background: #afaeaf;
  color: #fff;
  font-weight: bold;
  padding: 4px 5px 2px;
  margin: 0 4px;
  line-height: 1;
  font-size: 12px;
  border-radius: 3px;
}

.cp_ipselect {
  overflow: hidden;
  width: 60%;
}
.cp_ipselect_anp{
  overflow: hidden;
  width: 35%;
  display: inline-block;
  top: 11px;
}
.cp_ipselect select,.cp_ipselect_anp select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand,.cp_ipselect_anp select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl02,.cp_ipselect_anp.cp_sl02 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl02::before,.cp_ipselect_anp.cp_sl02::before {
  position: absolute;
  top: 0.9em;
  right: 0.55em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl02:after,.cp_ipselect_anp.cp_sl02::after {
  position: absolute;
  top: 0;
  right: 2.5em;
  bottom: 0;
  width: 1px;
  content: '';
  border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select,.cp_ipselect_anp.cp_sl02 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

input[type="text"],input[type="tel"]  {
  height: auto;
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #484848;
  border: solid 1px #ccc;
  width: 300px;
}

input.name_form {
  width: 35%;
}

.focus {
  background: #f7f2cd;
}

.radio-group {
  margin-top: auto;
  margin-bottom: auto;
}

@media all and (-ms-high-contrast: none){
  .radio-group {
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {

  input[type="radio"] {

    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 0.5em;
  }

  .ft{
    width: 250px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    float: left;

    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #c5c5c5;

  }
  .fd{
    width: 700px;
    font-size: 16px;
    padding-left: 20px;
    min-height: 30px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #e1e1e1;


  }
  .ag_header{
    padding-right: 100px;
    height: 0;
    position: relative;
    bottom: 60px;
  }

}