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

@import url("reset.css");

html, body { width: 100% ;}

body {
  font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  display: block;
  margin: 0;
}

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

}

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;
}

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

p
{
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 16px;
}

h2 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin: 8px auto;
  padding: 12px 10px 0 0;
  border-bottom: solid 3px #0b4382;

}

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

img{
  max-width: 95%;
}

/**ヘッダー**/
#header {
  padding: 0 auto;
  border-top: 5px solid #0b4382;
}

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

/* コンテンツ */
#contents {
  text-align: left;
  margin: 0 auto;
  max-width: 1090px;
  background-color: #FFFFFF;
}

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

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

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

}
.btn {
  cursor:pointer;

}

.btn:hover {
  opacity: 0.7;
}


/**エラー表示**/
.sys_mess {
  width: auto;
  margin: 20px auto 20px auto;
  background-color: red;
  color: #FFFFFF;
  padding: 10px;
  line-height: 1.7;
  font-size: 16px;
}



.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;
}

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

/*
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%;
}
*/

/*
.small_mess1{
  font-size:small;
  position: relative;
  left:-5px;top:2px;
}
.small_mess2{
  position:relative;
  top:5px;
  left:110px;
  font-size: x-small;
}
.sub_txt{
  padding-left: 25px;
}
.sub_txt2{
  padding-left: 10px;
}*/

/**完了画面**/
.thx_mess{
  font-size: 12px;
}

/**入力フォーム制御**/
.ime-disabled{
  ime-mode: disabled;
}
.clear_left{
  clear: left;
}
::placeholder {
  color: lightgrey;
}


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

/**STEP**/
.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.navi {
  width: calc(70%/3);
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #999999;
}

li.navi::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.navi.color_red{
  color: #0b4382;
}
li.navi.color_red::before{
  background-color: #0b4382;
}
li.navi.step_list2::before{
  content: '2';
}
li.navi.step_list3::before{
  content: '3';
}
li.navi.step_list1::after,li.navi.step_list2::after{
  display: block;
  position: absolute;
  content: '';
  background-color: #cccccc;
  width: 100%;
  height: 3px;
  top: 26px;
  right: -161px;
}

/**重要事項**/
.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;
}

.confirm_btn {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.confirm_btn .btn {
  width: 30%;
  background-color: #0b4382;
  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: #ffe2c6;
  font-size: 18px;
}

dt.hikari_denwa {
  background-color: #ffffc6;
}

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;

}

/**テーブル**/
.r_table{
  width: 100%;
  font-size: 12px;
  border-spacing: 0;
  border-collapse: separate;
  margin-bottom: 20px;
  border-right: 1px solid #7c7c7c;
  border-bottom: 1px solid #7C7C7C;
}
.r_table th, .r_table td{
  font-size: 12px;
  vertical-align: middle;
  border-top: 1px solid #7C7C7C;
  border-left: 1px solid #7C7C7C;
  padding: 3px 3px;
}

.r_table th{
  font-size: 12px;
  background-color: #2f538e;
  color: #FFFFFF;
}

.bg {
  background-color: rgba(68, 141, 229, 0.18);
}

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;
}

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;
}

.kiyaku{
  width: auto;
  height: 250px;
  overflow: auto;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
.kiyaku_box {
  width:auto;
}


/**以下POPUP**/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 85%;
  max-width: 750px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  overflow: auto;
  height: 55%;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

/**以上POPUP**/

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


.btn3 {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
  background-color:#f9f9f9;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #b8b4b8;
  display:inline-block;
  cursor:pointer;
  color:#000000;
  font-size:13px;
  padding:3px 8px;
  text-decoration:none;
}
.btn3:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
  background-color:#e9e9e9;
}
.btn3:active {
  position:relative;
  top:1px;
}

@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;
  }*/

}