@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#header {
  height: 57px;
  margin: 25px 0 0;
  /*padding: 10px 0 45px;*/
  overflow: hidden;
  *zoom: 1;
}
#header .mainLogo {
  float: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
}
#header .subLogoTxt {
  font-size: 14px;
  float: left;
  padding: 7px 20px 0;
  line-height: 1.3;
}
#header h2 {
  display: inline-block;
  width: 100%;
}

.flowContent #header {
  height: auto;
  margin: 25px 0;
  padding: 10px 0;
}
.flowContent #header .mainLogo {
  float: none;
  text-align: center;
/*  padding: 0 15px;*/
}

@media only screen and (max-width: 768px) {
  #header {
    padding: 10px 20px 15px;
    margin: 15px 0 0;
  }
  #header img {
    width: 100%;
    height: auto;
  }
  #header .subLogoTxt {
    padding: 7px 0 0;
    font-size: 12px;
  }

  .flowContent #header .mainLogo img {
    width: 75%;
  }
}
.footerNav {
  margin: 30px auto 15px;
  padding-top: 15px;
  border-top: 3px solid #CCC;
  width: 930px;
  max-width: 100%;
}
.footerNav ul {
  font-size: 0;
}
.footerNav ul li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCC;
  margin-bottom: 10px;
}
.footerNav ul li:last-child {
  border-right: 0;
}

#footer {
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 20px;
  box-sizing: border-box;
  background: url("/common/images/footer_bg.gif") repeat-x 0 0;
}
#footer.footerNoneBg {
  background: none;
}
#footer .inner {
  width: 930px;
  max-width: 100%;
  margin: 0 auto;
}
#footer .inner .siteID {
  background: url("/device/anywhere/register/common/images/sprite/footer01.png") no-repeat;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  width: 300px;
  height: 32px;
  margin-bottom: 7px;
  /*background-position: 0 -109px;*/
}
#footer .inner .copyright {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .footerNav {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
  }

  #footer {
    padding: 15px 5px 20px;
  }
  #footer .inner .copyright {
    font-size: 10px;
  }
}
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  letter-spacing: 0.05em;
}

#wrapper {
  width: 930px;
  margin: 0 auto;
}

.responsive {
  max-width: 100%;
}
.responsive #flow {
  padding-bottom: 15px;
}

.cf {
  overflow: hidden;
  *zoom: 1;
}

.bgGray {
  background: #b5b9bc;
}

.bgWhite {
  background: #ffffff;
}

.bgActive {
  background: #ffffff !important;
}

.bgPink {
  background: #F4B4D0;
}

.bgHazel {
  background: #bf0000;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mg0 {
  margin: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.w50 {
  width: 50% !important;
}

.w40 {
  width: 40% !important;
}

.w20 {
  width: 20% !important;
}

.w18 {
  width: 18% !important;
}

.w11 {
  width: 11% !important;
}

.borderNone {
  border: none !important;
}

.j_modal {
  cursor: pointer;
}

.col ul {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
.col ul li {
  width: 33.333%;
  float: left;
  box-sizing: border-box;
}

.categoryTtl {
  margin: 30px 0px 0px;
  line-height: 1.4;
  background: #DDD;
  padding: 10px 0 10px 10px;
  font-size: 14px;
}
.categoryTtl span {
  font-size: 12px;
}

.note {
  font-size: 12px;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 1.4;
}

.blockTtl {
  border-left: 5px solid #bf0000;
  padding-left: 15px;
  font-size: 0;
  margin: 20px 0;
}
.blockTtl h4 {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  padding-right: 20px;
}
.blockTtl .subBlockTtl {
  display: inline-block;
  font-size: 14px;
  padding-top: 5px;
}

.btnArea {
  overflow: hidden;
  *zoom: 1;
  padding-top: 20px;
}
.btnArea .btnBack {
  float: left;
  width: 28%;
  text-align: center;
  padding-right: 10px;
  box-sizing: border-box;
}
.btnArea .btnBack input {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  background: #b5b9bc;
  width: 100%;
  border: none;
  cursor: pointer;
}
.btnArea .btnNext {
  float: right;
  width: 72%;
  text-align: center;
  box-sizing: border-box;
}
.btnArea .btnNext input {
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  background: #0067a3;
  width: 100%;
  border: none;
  cursor: pointer;
}
.btnArea .btnCenter {
  float: none;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .fw .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fw .sectionTtl {
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  .fw .contentTtl {
    line-height: 1.4;
    font-size: 15px;
  }
  .fw .resultTxt {
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .fw .resultTxt img {
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }
}
.errorBox {
  margin-bottom: 15px;
}
.errorBox dl {
  border: 1px solid #bf0000;
  background: #ffffff;
}
.errorBox dl dt {
  padding: 10px 20px;
  color: #ffffff;
  background: #bf0000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.errorBox dl dd {
  padding: 12px 10px 0;
  background: #ffffff;
}
.errorBox dl dd li {
  padding: 0 0 15px 8px;
  color: #bf0000;
  background: url(../images/bg_error_list.png) no-repeat 0 5px;
  font-size: 13px;
  list-style: none;
}

.hazelBox {
  margin-bottom: 15px;
}
.hazelBox dl {
  border: 1px solid #333;
  background: #ffffff;
}
.hazelBox dl dt {
  padding: 10px 20px;
  color: #ffffff;
  background: #333;
  font-size: 16px;
  font-weight: bold;
}
.hazelBox dl dd {
  padding: 15px 10px 0;
  background: #ffffff;
}
.hazelBox dl dd li {
  padding: 0 0 15px 10px;
  color: #333;
  font-size: 14px;
  list-style: none;
}

.grayBox {
  margin-bottom: 15px;
  line-height: 1.5;
}
.grayBox > dl {
  border: 1px solid #b5b9bc;
  background: #ffffff;
}
.grayBox > dl > dt {
  padding: 10px 20px;
  color: #333;
  background: #b5b9bc;
  font-size: 16px;
  font-weight: bold;
}
.grayBox > dl > dd {
  padding: 15px 25px 0;
  background: #ffffff;
  color: #222;
}
.grayBox > dl > dd .errorMessage {
  display: none;
}
.grayBox > dl > dd .scrollArea {
  height: 10em;
  overflow: auto;
}
.grayBox > dl > dd .txt {
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.grayBox > dl > dd ul {
  padding-bottom: 10px;
}
.grayBox > dl > dd ul li {
  padding: 0 0 5px 10px;
  background: url(../images/bg_box_list.png) no-repeat 0 8px;
  font-size: 13px;
  list-style: none;
}
.grayBox > dl > dd ul li a {
  color: #222;
  transition: all .3s;
  cursor: pointer;
}
.grayBox > dl > dd ul li a:hover {
  opacity: 0.6;
}
.grayBox > dl > dd .bold {
  font-weight: bold;
  font-size: 13px;
}
.grayBox > dl > dd .consentBtn {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 25px;
}
.grayBox > dl > dd .consentBtn label {
  cursor: pointer;
}
.grayBox > dl > dd .consentBtn label input {
  cursor: pointer;
}
.grayBox.errorArea dl {
  border: 1px solid #FF0022;
}
.grayBox.errorArea dl dd {
  padding: 15px 25px 0;
  background: #fef2f6;
}
.grayBox.errorArea dl dd .errorMessage {
  display: block;
  padding-bottom: 10px;
  color: #FF0022;
  font-size: 14px;
}

.bgGray input {
  background: #e0e0e0 !important;
}

#flow {
  display: block;
  padding: 0 0 25px;
}
#flow .breadcrumb {
  background-color: transparent;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
#flow .breadcrumb li {
  position: relative;
  padding: 0;
  margin: 0;
  width: 16.66%;
  margin: 5px 0;
  float: left;
}
#flow .breadcrumb li:first-child span {
  border-radius: 5px 0 0 5px;
}
#flow .breadcrumb li:first-child span:before {
  border: none;
}
#flow .breadcrumb li:last-child span {
  border-radius: 0 5px 5px 0;
  margin: 0;
}
#flow .breadcrumb li:last-child span:after {
  border: none;
}
#flow .breadcrumb li span {
  display: block;
  /* height: 50px; */
  background: #b5b9bc;
  text-align: center;
  padding: 10px 0px 10px 13px;
  position: relative;
  /* margin: 0 5px 0 0; */
  font-size: 16px;
  text-decoration: none;
}
#flow .breadcrumb li span:before {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
#flow .breadcrumb li span:after {
  content: "";
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 15px solid #b5b9bc;
  position: absolute;
  right: -13px;
  top: 0;
  z-index: 1;
}
#flow .breadcrumb li.current span {
  background: #0067a3;
  color: #ffffff;
}
#flow .breadcrumb li.current span:after {
  border-left-color: #0067a3;
}

.formArea .formAreattl {
  background: #74695d;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.formArea .subTxt {
  font-size: 14px;
  padding: 0 20px 20px;
}
.formArea .block {
  padding: 10px 20px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #DDD;
}
.formArea .block .col {
  width: 100%;
  display: block;
  overflow: hidden;
  *zoom: 1;
}
.formArea .block .col .col6 {
  width: 50%;
  display: block;
  float: left;
}
.formArea .block .col .col6 .blockInner dt {
  width: 51%;
}
.formArea .block .col .col6 .blockInner dd {
  width: 49%;
}
.formArea .block .col .col6 .blockInner dd.radioArea {
  white-space: nowrap;
}
.formArea .block .col .col6 .blockInner dd.radioArea label {
  margin: 10px;
}
.formArea .block .col .col6 .blockInner dd.radioArea label input {
  width: 30% !important;
}
.formArea .block .col .col6 .blockInner dd input {
  width: 60% !important;
}
.formArea .block p {
  display: none;
}
.formArea .block p.errorMessage {
  display: block;
  min-height: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
  padding-left: 28%;
  color: #FF0022;
  font-size: 14px;
}
.formArea .block p.errorMessage.top {
  margin-bottom: -10px;
  margin-top: 15px;
}
.formArea .block p.errorMessage.pl64p {
  padding-left: 64%;
}
.formArea .block p.errorMessage.pl56p {
  padding-left: 64%;
}
.formArea .block p.tips {
  display: block;
  min-height: 15px;
  margin-top: -5px;
  margin-bottom: 15px;
  padding-left: 28%;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
}
.formArea .block p.tips.top {
  margin-bottom: -10px;
  margin-top: 15px;
}
.formArea .block .blockInner {
  display: table;
  width: 100%;
}
.formArea .block .blockInner dt {
  display: table-cell;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  width: 25%;
  vertical-align: middle;
  line-height: 1.5;
  padding-right: 4em;
}
.formArea .block .blockInner dt.relative::after {
  width: 19.5%;
  left: 550px;
}
.formArea .block .blockInner dt::after {
  content: "";
  position: absolute;
  background: #eee;
  width: 27%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: -20;
}
.formArea .block .blockInner dt.require label {
  position: relative;
  display: inline-block;
  width: 100%;
}
.formArea .block .blockInner dt.require label:after {
  content: "必須";
  position: absolute;
  display: inline-block;
  right: -3em;
  color: #FF0022;
  font-size: 14px;
  height: 1.1em;
  top: 50%;
  margin-top: -7px;
  line-height: 1em;
}
.formArea .block .blockInner dd {
  display: table-cell;
  padding: 20px 10px;
  width: 72%;
}
.formArea .block .blockInner dd.errorArea input {
  border: solid 1px #FF0022;
}
.formArea .block .blockInner dd.liner input:first-of-type {
  width: 20%;
}
.formArea .block .blockInner dd.liner input:last-of-type {
  width: 20%;
}
.formArea .block .blockInner dd.column input {
  width: 26%;
}
.formArea .block .blockInner dd.column input:first-of-type {
  margin-left: 8px;
}
.formArea .block .blockInner dd.column span {
  padding: 0 20px;
}
.formArea .block .blockInner dd.calculation {
  overflow: hidden;
  padding-bottom: 15px;
}
.formArea .block .blockInner dd.calculation input {
  width: 20%;
}
.formArea .block .blockInner dd.calculation span {
  padding: 0 0 0 60px;
}
.formArea .block .blockInner dd.calculation .result {
  float: right;
  display: block;
  padding: 8px 0;
}
.formArea .block .blockInner dd.calculation .result span {
  padding: 0;
}
.formArea .block .blockInner dd.w90 input {
  width: 90%;
}
.formArea .block .blockInner dd.radioArea label {
  margin-right: 20px;
  cursor: pointer;
}
.formArea .block .blockInner dd.radioArea label input {
  width: 8%;
  vertical-align: middle;
  height: 25px;
  cursor: pointer;
  margin: 0;
  border: none;
}
.formArea .block .blockInner dd.radioArea label span {
  vertical-align: middle;
}
.formArea .block .blockInner dd.checkArea {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 0;
  white-space: nowrap;
}
.formArea .block .blockInner dd.checkArea label {
  margin-right: 15px;
  cursor: pointer;
}
.formArea .block .blockInner dd.checkArea label input {
  width: 3.7%;
  vertical-align: middle;
  margin: 5px 0;
  height: 20px;
  cursor: pointer;
  border: none;
}
.formArea .block .blockInner dd.checkArea label span {
  vertical-align: middle;
  font-size: 15px;
}
.formArea .block .blockInner dd.checkArea label span img {
  height: 30px;
  margin-bottom: -9px;
}
.formArea .block .blockInner dd input {
  width: 100%;
  /* appearance: none; */
  box-sizing: border-box;
  height: 35px;
  margin: 0 8px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 3px;
  border: solid 1px #d1cbbb;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}
.formArea .block .blockInner dd textarea {
  width: 100%;
  appearance: none;
  box-sizing: border-box;
  height: 7em;
  margin: 0 8px;
  padding: 5px 8px;
  border-radius: 3px;
  border: solid 1px #d1cbbb;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}
.formArea .block .blockInner dd select {
  width: 50%;
  display: inline-block;
  appearance: none;
  box-sizing: border-box;
  margin: 0 8px;
  padding: 5px 5px 5px 8px;
  border-radius: 3px;
  border: solid 1px #d1cbbb;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
}
.formArea .block .blockInner dd input[type="text"],
.formArea .block .blockInner dd textarea {
  transition: all .3s;
  background: #fef2f6;
}
.formArea .block .blockInner dd input[type="text"]:focus,
.formArea .block .blockInner dd textarea:focus {
  background: #ffffff;
}
.formArea .block .allResult {
  text-align: right;
  border-top: 2px dotted #CCC;
  margin: 5px -20px 0;
}
.formArea .block .allResult p {
  display: inline-block;
  padding: 20px;
}

#modal-open {
  background: #0067a3;
  padding: 15px;
  margin: 20px auto;
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}

/* モーダル コンテンツエリア */
#modal-main, #modal-main-child {
  position: relative;
  display: none;
  width: 930px;
  height: auto;
  max-height: 550px;
  overflow: auto;
  margin: 0;
  padding: 20px 20px 5px 20px;
  box-sizing: border-box;
  background-color: #c4bd97;
  color: #666;
  position: fixed;
  z-index: 2;
}

/* モーダル 背景エリア */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#modal-close {
  position: absolute;
  top: 41px;
  right: 50px;
  z-index: 10;
  display: block;
  margin: -2rem;
  padding: 1.3rem;
  border: none;
  box-shadow: none;
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
}

#modal-close #modalBtn:after {
    display: block;
    content: "";
    position: absolute;
    background: url("/device/anywhere/register/app/webroot/common/images/closeBtn.png") no-repeat;
    height: 42px;
    width: 42px;
    margin-left: -21px;
    margin-top: -21px;
}


.modalArea .ttl {
  font-size: 20px;
  padding: 0 10px;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}
.modalArea .txt {
  padding: 10px 10px;
  line-height: 1.3;
  color: #ffffff;
  font-size: 14px;
}
.modalArea table {
  width: 100%;
  line-height: 1.3;
  margin-bottom: 15px;
  background: #eeece1;
}
.modalArea table tr th {
  background: #948a54;
  padding: 15px;
  text-align: center;
  color: #ffffff;
}
.modalArea table tr td {
  border-right: 1px solid  #d0caaa;
  border-bottom: 1px solid  #d0caaa;
  padding: 15px;
  font-size: 13px;
}
.modalArea table tr td span {
  display: block;
  text-align: center;
}
.modalArea table tr td ul li {
  padding: 0 0 5px 10px;
  background: url(../images/bg_box_list.png) no-repeat 0 8px;
  list-style: none;
}
.modalArea table tr td:last-of-type {
  border-right: none;
}

.flowBox {
  margin-bottom: 15px;
  line-height: 1.5;
}
.flowBox dl {
  border: 1px solid #DDD;
  background: #ffffff;
}
.flowBox dl dt {
  padding: 15px 20px;
  color: #333;
  background: #DDD;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.flowBox dl dd {
  padding: 15px 25px 0;
  background: #ffffff;
}
.flowBox dl dd .txtTtl {
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 10px;
  color: #0067a3;
}
.flowBox dl dd ol {
  padding-bottom: 10px;
}
.flowBox dl dd ol.list {
  list-style-type: decimal;
  padding-left: 1.5em;
}
.flowBox dl dd ul {
  padding-bottom: 10px;
}
.flowBox dl dd ul.list {
  padding-left: 1.5em;
}
.flowBox dl dd ul.list li {
  position: relative;
  padding-bottom: 5px;
}
.flowBox dl dd ul.list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.55em;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
}
.flowBox dl dd ul.SideBySide {
  overflow: hidden;
  *zoom: 1;
}
.flowBox dl dd ul.SideBySide li {
  float: left;
  padding-right: 70px;
}
.flowBox dl dd ul.SideBySide li:last-child {
  padding: 0;
}
.flowBox dl dd .txt {
  padding-bottom: 10px;
}
.flowBox dl dd .bold {
  font-weight: bold;
  font-size: 14px;
}
.flowBox dl dd .millBtn {
  text-align: center;
  font-size: 18px;
  width: 40%;
  margin: 0 auto;
  padding: 30px;
}
.flowBox dl dd .millBtn a {
  padding: 10px;
  background: #0067a3;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
}
.flowBox dl dd .flowBtn {
  text-align: center;
  font-size: 18px;
  width: 40%;
  margin: 0 auto;
  padding: 30px;
}
.flowBox dl dd .flowBtn a {
  padding: 10px;
  background: #0067a3;
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-radius: 3px;
  font-weight: bold;
}

.fig {
  text-align: center;
  line-height: 0;
}
.fig img {
  max-width: 100%;
}

.lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  padding: 35px 15px;
}

.btn {
  width: 70%;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 20px 18px;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 5px;/*sbps修正*/
  box-shadow: 4px 3px 5px rgb(169,148,94);/*sbps修正*/
  -webkit-box-shadow: 4px 3px 5px rgb(169,148,94);/*sbps修正*/
}

.btnOrange {
  color: #ffffff;
  background: #fbb700;
}

.btnBox {
  text-align: center;
}
.btnBox p {
  line-height: 1.5;
  padding: 15px;
}

.flowTtl {
  font-size: 18px;
  padding: 20px 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.5;
}

.flowBgPrimary {
  color: #ffffff;
  background: #0067a3;
}

.flowBgGlay {
  color: #333;
  background: #DDD;
}

.flowBgGreen {
/*緑を背景グレー＆フォントブルーに
  color: #ffffff;
  background: #008d00;
*/
  color: #0067b7;
  background: #d6d8d6;
}

.table {
  width: 100%;
}
.table dl {
  margin-top: 10px;
  width: 100%;
  display: table;
}
.table dl dt {
  width: 30%;
  padding: 15px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #f5f5f5;
  color: #0067a3;
  font-weight: bold;
}
.table dl dd {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #EEE;
  border-left: 0;
}
.table dl dd span {
  position: relative;
  margin-left: 30px;
  padding-right: 10px;
  display: inline-block;
  line-height: 1.4;
  box-sizing: border-box;
}
.table dl dd span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.55em;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #222;
  border-radius: 50%;
}

.block {
  border: 1px solid #0067a3;
  padding: 20px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 30px;
}
.block:last-of-type {
  margin-bottom: 45px;
}
.block .ttl {
  font-size: 24px;
  color: #0067a3;
  margin-bottom: 25px;
}
.block .txt {
  font-size: 18px;
  line-height: 1.5;
  width: 75%;
}
.block .blockLogo {
  max-width: 100%;
  position: absolute;
  right: 8%;
  top: 29px;
}
.block .btnBox {
  margin-top: 30px;
}
.block dl.area {
  margin-top: 30px;
  border: 1px solid #7d7d7d;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5;
}
.block dl.area dt {
  color: #0067a3;
  font-weight: bold;
  padding-bottom: 10px;
}

.arrow {
  margin: 0 0 30px 0;
}

.noteArea {
  background: #f5f5f5;
  border: 5px solid #b2b1b1;
  padding: 15px;
  margin: 25px 0 45px;
}
.noteArea p {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}
.noteArea .ttl {
  font-size: 21px;
  padding: 10px 0 20px;
  font-weight: bold;
}
.noteArea ul {
  padding-top: 20px;
  font-size: 14px;
}
.noteArea ul li {
  padding-bottom: 10px;
  line-height: 1.4;
}
.noteArea ul li.note {
  padding-top: 5px;
  font-size: 12px;
  text-indent: 0.7em;
}
.noteArea ul li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .flowBox dl dt {
    font-size: 18px;
  }
  .flowBox dl dd .millBtn {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }
  .flowBox dl dd .flowBtn {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .flowBox {
    line-height: 1.4;
  }
  .flowBox dl dt {
    padding: 10px 20px;
  }
  .flowBox dl dd {
    padding: 15px 20px;
    font-size: 14px;
  }
  .flowBox dl dd ol {
    padding-bottom: 5px;
  }
  .flowBox dl dd ul {
    padding-bottom: 5px;
  }
  .flowBox dl dd ul.SideBySide li {
    float: none;
    padding: 0;
  }
  .flowBox dl dd .txt {
    padding-bottom: 5px;
  }

  .fig {
    margin-bottom: 25px;
  }

  .lead {
    font-size: 14px;
    padding: 0 15px;
    text-align: left;
  }

  .btn {
    padding: 10px 18px;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    border-radius: 5px;/*sbps修正*/
  }

  .btnBox.btnMargin {
    margin: 25px 0 4px;
  }
  .btnBox p {
    font-size: 12px;
    line-height: 1.4;
    padding: 15px;
    text-align: left;
  }

  .flowTtl {
    padding: 10px 18px;
    margin-top: 25px;
    line-height: 1.4;
  }

  .table dl {
    font-size: 14px;
  }
  .table dl dt {
    width: 40%;
    padding: 10px;
  }
  .table dl dd {
    width: 60%;
    padding: 5px 5px 5px 30px;
  }
  .table dl dd span {
    width: 100%;
    margin: 0;
  }
  .table dl dd span:after {
    top: 0.5em;
  }

  .block {
    padding: 15px;
  }
  .block:last-of-type {
    margin-bottom: 4px;
  }
  .block .ttl {
    font-size: 21px;
    margin-bottom: 20px;
    text-align: center;
  }
  .block .txt {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .block .blockLogo {
    position: static;
    right: inherit;
    top: inherit;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .block .btnBox {
    margin-top: 20px;
  }
  .block .btnBox p {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .block .flowTtl {
    font-size: 16px;
  }
  .block dl.area {
    padding: 10px;
    line-height: 1.4;
    font-size: 13px;
  }

  .noteArea {
    margin-top: 10px;
    margin: 25px 0 4px;
  }
  .noteArea p {
    line-height: 1.4;
    font-size: 12px;
    text-align: left;
  }
  .noteArea .ttl {
    font-size: 18px;
    padding: 10px 0 15px;
  }
  .noteArea ul {
    padding-top: 15px;
    font-size: 12px;
  }
  .noteArea ul li {
    padding-bottom: 10px;
  }
  .noteArea ul li span {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
  }
  .noteArea ul li span:first-of-type {
    font-weight: bold;
    text-indent: -0.5em;
  }
  .noteArea ul li.note {
    padding-top: 0px;
    font-size: 10px;
    text-indent: 0;
  }
  .noteArea ul li:last-child {
    padding-bottom: 0;
  }
}

#cmdZipToAddress {
  display:none;
}

#printer_checkbox input[type="checkbox"] {
  margin-top: 1.5em;
  float: left;
}

#printer_checkbox label {
  margin-left: 20px;
  padding-left: 20px;
  display: block;
}

.arrange_box_300 {
  display: inline-block;
  width: 300px;
  text-align: left;
}

.haiso_comment input {
  width: 60%;
  appearance: none;
  box-sizing: border-box;
  height: 35px;
  margin: 0 8px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 3px;
  border: solid 1px #d1cbbb;
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
}