<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
a:link {
    color: #208fec;
    text-decoration: underline;
}
a:visited {
    color: #208fec;
    text-decoration: underline;
}
a:hover {
    color: #54b1ff;
    text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.maB30 {
    margin-bottom: 30px;
}
.maB40 {
    margin-bottom: 40px;
}
.pc_none{
  display: none;
}


/*  レイアウト
------------------------------------------*/
body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 94%;
    color: #333;
    line-height: 1.6;
}
header {
  padding: 20px 4% 15px;
  background-color: #007fe9;
}
.header_wrap{
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
}
header h1{
  border-right: 1px solid #FFF;
  padding-right: 20px;
  margin-right: 20px;
  width: 250px;
}
header h1 img{
  width: 100%;
  height: auto;
}
header h2{
  color: #FFF;
  font-size: 200%;
  font-weight: bold;
}

/*  step
------------------------------------------*/
ul.step{
  list-style: none;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 20px auto 0;
}
ul.step li{
  width: 10%;
  margin: 1%;
  text-align: center;
  font-size: 94%;
  color: #666666;
  font-weight: bold;
}

ul.step li span{
  display: block;
  width: 50px;
  height: 50px;
  background-color: #eff3f6;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: auto;
  color: #007fe9;
  font-size: 26px;
  margin-bottom: 7px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
}
ul.step li.current span{
  display: block;
  width: 50px;
  height: 50px;
  background-color: #007fe9;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: auto;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}

/*  同意画面
------------------------------------------*/
.contents_wrap {
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 0 4%;
}

ol{
  margin: 50px 0 20px 20px;
}
ol li{
  margin-bottom: 10px;
}

ol li ol{
  margin: 10px 0 20px 20px;
  list-style: lower-alpha;
}
ol li ol li{
  margin-top: 10px;
}
.button{
  text-align: center;
  margin: 100px 0;
}
.button input{
  background-color: #007fe9;
  border-radius: 10px;
  padding: 10px 20px;
  color: #FFF;
  font-size: 130%;
  border: none;
  cursor: pointer;
  margin: 0 20px 10px 20px;
}

.button input:hover{
  background-color: #2194f4;
}
.button input.back{
  background-color: #00c0e9;
}

.button input.back:hover{
  background-color: #2194f4;
}


/*  入力画面
------------------------------------------*/

.tbl{
  width: 100%;
  margin-bottom: 50px;
}
.tbl td{
  position: relative;
  padding: 15px 20px;
  border-bottom: solid 1px #ededed;
}
.tbl th{
  padding: 15px 20px;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px #FFF;
  vertical-align: middle;
  width: 220px;
  background-color: #eff3f6;

}
.tbl tr:first-child th,
.tbl tr:first-child td{
  border-top: solid 1px #ededed;
}

.tbl span{
  display: block;
  margin-top: 5px;
  color: #666;
  font-size: 94%;
}
.wname{
  width: calc(100% - 200px / 2);
}
input,
select,
textarea{
  padding: 10px;
  font-size: 100%;
  border: solid 1px #ccc;
  -webkit-appearance: none;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
select.maB10{
  margin-bottom: 10px;
}
input.short{
  width: 15%;
  box-sizing: border-box;
}

input.middle{
  width: 70%;
  box-sizing: border-box;
}
input.long{
  width: 100%;
  box-sizing: border-box;
}
.birth{
  min-width: 42px;
}

dl.qa{
  margin-bottom: 50px;
}
dl.qa dt{
  margin-bottom: 15px;
  background-color: #eff3f6;
  display: table;
  width: 100%;

}
dl.qa dt span.number{
  background-color: #007fe9;
  color: #FFF;
  padding: 15px;
  margin-right: 5px;
  font-size: 20px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "serif";
  display: table-cell;
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
dl.qa dt span.q{
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}
textarea{
  width: 100%;
  box-sizing: border-box;
  margin-top: 5px;

}




/* チェックボックス
------------------------------------------------- */

input[type=checkbox] {
  display: none;
}

.checkbox-parts{
  padding-left: 30px;
  position:relative;
  margin-right: 30px;
  margin-top: 10px !important;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
input[type=checkbox]:checked + .checkbox-parts{
  color: #007fe9;
}
input[type=checkbox]:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #007fe9;
  border-right: 3px solid #007fe9;
}


/* ラジオボタン
------------------------------------------------- */

.radio_relative{
  position: relative;
  display: inline-block;
  width: 100px;
}

input.radio{
  font-size: 16px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.radio{
  xdisplay: none;
  border-radius: 50%;
}
.radio + label{
  padding-left: 30px;
  position:absolute;
  xmargin-left: -30px;
  margin-right: 30px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 26px;
  
}
.radio + label::before{
  xcontent: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  xborder: 1px solid #ccc;
  border-radius: 50%;
  background-color: #FFF;
}
.radio:checked + label{
  color: #007fe9;
}
.radio:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  margin: auto;
  width: 16px;
  height: 16px;
  background: #007fe9;
  border-radius: 50%;
}


/*  footer
------------------------------------------*/
footer{
  text-align: center;
  padding: 40px 4% 30px;
}

footer ul{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

footer ul li{
  margin: 0 10px;
}


.copy{
  color: #007fe9;
  font-size: 94%;
}

#page-top{
  position: fixed;
  bottom: 50px;
  right: 50px;
}

  
#page-top a{
  background-color: #0381ea;
  color: #FFF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 80px;
  display: block;
  text-decoration: none;
  font-size: 94%;
  position:relative;
}
#page-top a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#page-top a:hover {
    background-color: #2192f1;
}
.ssl{
  float: right;
  margin-left: 20px;
}
.btn{
  text-align: center;
  margin-top: 100px;
}
.btn a{
  background-color: #007fe9;
  border-radius: 10px;
  padding: 10px 20px;
  color: #FFF;
  font-size: 120%;
  border: none;
  cursor: pointer;
  margin: 0 20px 10px 20px;
  text-decoration: none;
}

.btn a:hover{
  background-color: #2194f4;
}

  </pre></body></html>