.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
.clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#glife h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 24px;
  background-color: #0070BC;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #glife h1 {
    padding: 16px;
  }
}
#glife h1 span {
  display: block;
  font-size: 70%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  #glife h1 {
    font-size: 1.1rem;
  }
  #glife h1 span {
    font-size: 0.785rem;
  }
}
#glife #form-area .form-ttl-lead {
  line-height: 1.6em;
  padding: 0 0 23px 0;
}
#glife #form-area .flow {
  max-width: 410px;
  width: 100%;
  margin: 0 auto 25px auto;
}
#glife #form-area .flow li {
  float: left;
  padding: 0 2px 0 0;
}
@media screen and (max-width: 640px) {
  #glife #form-area .flow {
    text-align: center;
  }
  #glife #form-area .flow li {
    max-width: 150px;
    width: 50%;
    display: inline-block;
    float: none;
  }
  #glife #form-area .flow li img {
    width: 100%;
    height: auto;
  }
}
#glife #form-area .apply-supplement {
  clear: both;
  line-height: 1.6em;
}
#glife #form-area form h2 {
  font-size: 14px;
  color: #333;
  background: #e7f5ff;
  padding: 14px;
  margin: 0 0 25px 0;
}
.formTable {
  border: 1px solid #CCC;
  margin: 0 0 15px 0;
}
.formTable th, .formTable td {
  border: none;
  border-bottom: 1px solid #CCC;
}
.formTable tr th {
  background: #fff;
  max-width: 200px;
  width: 30%;
  padding: 20px 30px 20px 20px;
}
.formTable tr.subTtl th {
  background-color: #e7f5ff;
  border-bottom: none;
}
.formTable tr.subTxt td {
  background-color: #F7F4E2;
  padding: 10px 20px;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .formTable {
    border: none
  }
  .formTable tr th {
    width: 100%;
    padding: 0;
    max-width: 100%;
    border-bottom: none;
  }
  .formTable tr td {
    max-width: 100%;
    margin-bottom: 25px;
    border: none;
    padding: 5px 0 25px;
    border-bottom: 1px dotted #CCC;
  }
}
.formTable th .item-inner {
  position: relative;
  /*max-width: 200px;*/
  width: 100%;
  margin: 0;
}
#glife #form-area form .formTable tr td .checklist {
  clear: both;
}
#glife #form-area form .formTable tr td .checklist p {
  float: left;
  max-width: 240px;
  width: 100%;
  padding: 0 0 10px 0;
}
#glife #form-area form .formTable tr td .checklist p.lage {
  max-width: 400px;
  width: 100%;
}
#glife #form-area form .formTable tr td .checklist p span {
  padding: 0 0 0 5px;
}
#glife #form-area form .formTable tr td .radiolist p span {
  padding: 0 0 0 5px;
}
#glife #form-area form .formTable tr td .radiolist {
  clear: both;
}
#glife #form-area form .formTable tr td .radiolist p {
  float: left;
  padding: 0 20px 10px 0;
}
#glife #form-area form .formTable tr td .radiolist p.one {
  padding: 0 20px 0 0;
}
#glife #form-area form .formTable tr th span {
  /*position:relative;
	top:-20px;*/
  left: 150px;
}
.formTable .input-frame .enq-wrapper {
  width: auto !important;
}
.formTable .input-frame .enq-textarea-wrapper textarea {
  max-width: 617px;
  width: 92%;
  height: 118px;
}
.formTable .input-frame .HOME_TYPE-wrapper, .formTable .input-frame .duringuse-wrapper {
  width: auto !important
}
.formTable tr td .input-frame .line .check-wrapper.HOME_TYPE-wrapper label {
  background: none !important;
}
.formTable .input-text, .formTable textarea {
  border: #C0BFBB 1px solid;
  border-radius: 0px;
  padding: 4px 10px;
  outline: 0;
  margin-top: -1px;
  padding: 7px 10px;
  font-size: 16px;
  border-collapse: separate;
}
.formTable .select-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  border: #C0BFBB 1px solid;
  border-radius: 0;
  font-size: 12px;
  line-height: 25px;
  padding: 4px 10px !important;
  background: url(/ssl/og-form/benriappli_cp/img/select-arrow.png) right center no-repeat #fff !important;
  width: 143px;
  height: 23px;
}
@media screen and (max-width: 640px) {
  .formTable .select-border {
    height: 33px;
  }
}
.formTable tr td .input-frame .line .check-wrapper.enq-wrapper label {
  background: #fff !important;
}
textarea, input {
  background: #fff !important;
}
textarea, input:hover {
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  opacity: 0.8;
}
.formTable .input-supplement {
  clear: both;
  padding-top: 10px;
  color: #000;
  font-size: 12px;
}
.formTable input::placeholder {
  color: #9A9899;
}
.formTable .input-frame .check-wrapper span {
  float: left;
  _padding: 5px 0 0 0;
}
#glife #form-area form .privacy-check label span {
  _padding: 5px 0 0 0;
}
#policy .policy-ttl h1 {
  background: #0070BC;
}
#glife .formTable .input-frame .line li {
  display: inline-block;
  margin-right: 15px;
}
#glife .time {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -5px;
}
#glife .formTable .input-frame .line li {
  display: inline-block;
  margin-right: 15px;
}
#glife .form-btnBox ul {
  overflow: hidden;
  display: table;
  width: 100%;
  margin: 10px auto 70px;
}
#glife .form-btnBox li {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
}
#glife .form-btnBox li.resetBtn {
  text-align: right;
  margin: 0;
  padding-right: 15px;
}
#glife .form-btnBox li.form-btn {
  /*text-align: left;*/
  margin: 0;
  padding-left: 15px;
}
#glife .mail_btn {
  background: url(/ssl/og-form/benriappli_cp/img/btn-reset.gif) 0 0 no-repeat !important;
  border: none;
  border-radius: 0;
  text-indent: -9898px;
  width: 283px;
  height: 46px;
  cursor: pointer;
}
#glife #form-area .privacy-check p {
  font-weight: normal;
  font-size: 100%;
}
#glife #form-area .privacy-check p a {
  display: inline-block;
  background: url(/ssl/og-form/benriappli_cp/img/arrow-blue.png) no-repeat 0 center;
  padding-left: 10px;
  margin-left: 12px;
  margin-bottom: 10px;
}
#glife #form-area .privacy-check label {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #glife .form-btnBox ul {
    display: block;
    width: 100%;
    /*margin: 30px auto 70px;*/
  }
  #glife .form-btnBox li {
    display: block;
    width: 100%;
    /*vertical-align: top;*/
  }
  #glife .form-btnBox li.resetBtn {
    text-align: center;
    /*margin: 0;*/
    margin-bottom: 10px;
    padding-right: 0;
  }
  #glife .form-btnBox li.form-btn {
    text-align: center;
    /*margin: 0;*/
    padding-left: 0;
  }
}
#glife .complete-box .pdfLink {
  text-align: left;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 40px;
}
#glife .complete-box .pdfLink p a {
  font-size: 120%;
  display: inline-block;
  background: url(/ssl/og-form/benriappli_cp/img/icon_pdf.jpg) 0 50% no-repeat;
  /*-webkit-background-size: 28px auto;*/
  /*-moz-background-size: 28px auto;*/
  /*background-size: 28px auto;*/
  padding-left: 35px;
  line-height: 1.8;
}
#glife .complete-box .txtLink a {
  display: inline-block;
  background: url(/ssl/og-form/benriappli_cp/img/arrow-blue.png) no-repeat 0 center;
  padding-left: 10px;
  margin-left: 12px;
  color: #333;
}
#glife .complete-box .pdfLink p a:hover, #glife .complete-box .txtLink a:hover {
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #glife .complete-box .pdfLink p a {
    font-size: 0.85rem;
    background: url(/ssl/og-form/benriappli_cp/img/icon_pdf_big.gif) 0 50% no-repeat;
    -webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    background-size: 28px auto;
  }
}
/*footer*/
.footer_hij2016 {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.footer_hij2016 #footer-logo, .footer_hij2016 #copyright {
  display: inline-block;
}
.footer_hij2016 #footer-logo {
  margin: 0;
}
.footer_hij2016 #copyright {
  margin: 0 0 0 15px;
  line-height: 1;
}
.footer_hij2016 ul {
  overflow: hidden;
  margin-bottom: 10px;
}
.footer_hij2016 ul li {
  display: inline-block;
  background: url(/ssl/og-form/benriappli_cp/img/arrow-blue.png) no-repeat 0 center;
  padding-left: 10px;
  margin-left: 12px;
}
.footer_hij2016 ul li a {
  line-height: 1;
}
.footer_hij2016 a {
  color: #333;
  text-decoration: none;
}
.footer_hij2016 a:hover {
  color: #333;
  text-decoration: underline;
}
.howtoNumber {
  width: 950px;
  margin-bottom: 50px;
}
.howtoNumber .htBox01 {
  width: 50%;
  float: left;
}
.howtoNumber .htBox02 {
  width: 50%;
  float: right;
}
.howtoNumber .htBox03 {
  clear: both;
  width: 100%;
}
.howtoNumber .htBox02 img, .howtoNumber .htBox03 img {
  width: 100%;
  height: auto;
}
.howtoNumber .htBox01 p.htTtl {
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.howtoNumber .htBox01 p.htTxt span {
  color: #ff0000;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .footer_hij2016 {
    font-size: 10px;
  }
  .footer_hij2016 #footer-logo {
    display: block;
    margin: 0 auto 5px;
  }
  .footer_hij2016 #footer-logo img {
    width: 70px;
    margin: 0 auto;
  }
  .howtoNumber {
    width: 100%;
  }
  .howtoNumber .htBox01 {
    width: 100%;
    float: none;
  }
  .howtoNumber .htBox02 {
    width: 100%;
    float: none;
  }
  .howtoNumber .htBox03 {
    width: 100%;
  }
}
/* ---202007:add.--- */
@media screen and (min-width: 641px) {
  .self-support .formTable tr th {
    width: 35%;
  }
}
#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#wrap #homeFooter {
  margin-top: auto;
}
/* ---202311:add.--- */
.paddingL-0 {
  padding-left: 0 !important;
}
#glife #form-area form .formTable tr th .item-text-annot {
  font-weight: normal;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}