/* CSS Document */

/* setting */
html {
  font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
header,
footer,
section,
article,
div,
aside,
p,
span,
a,
ul,
dl,
ol,
li,
form,
input,
h1,
h2,
iframe {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
}
ul,
dl,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #0066cc;
}
a:hover {
  text-decoration: underline;
  color: #3cf;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: middle;
}
.clfx {
  zoom: 1;
}
.clfx:after {
  content: '';
  display: block;
  clear: both;
}
/* end */

noscript {
  color: #cc0000;
  font-size: 108%;
  margin-bottom: 10px;
  padding: 20px;
  display: block;
}

.SP {
  display: none;
}
@media screen and (max-width: 640px) {
  .SP {
    display: block;
  }
  .PC {
    display: none !important;
  }
}

body {
  font-size: 16px;
  color: #333333;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 87.5%;
    background-color: #fff;
    padding: 0;
  }
}

.main {
  width: 960px;
  margin: 0 auto 1em;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
.main_inner {
}
@media screen and (max-width: 640px) {
  .main {
    width: auto;
    padding: 0;

    margin: 0 auto;
  }
  .main_inner {
    padding: 10px 0 0;
  }
}

.caption {
  font-size: 100%;
  line-height: 1;
  padding: 0 0 1em;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 15px;
}
.caption em {
  line-height: 2;
  color: #c90;
  font-style: normal;
}

.caption_daiwa {
  font-size: 100%;
  line-height: 1;
  padding: 0 0 1em;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 15px;
}

.caption_daiwa em {
  line-height: 2;
  color: #808080;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  .caption {
    margin: 0 20px 20px;
  }
}

.section_sub {
  font-size: 87.5%;
  width: 400px;
  float: left;
  margin: 0;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.section_sub .inner {
  padding: 20px;
  margin-bottom: 0px;
}
.section_sub .ttl {
  background: #5184c5 url(../img/bg_ttl.jpg) repeat-x left bottom;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #333;
  padding: 10px 10px;
  border-radius: 4px 4px 0 0;
}

.section_sub_aqf .ttl {
  background: #ae1569 url(../../resources/img/aqf/aqf_bg01.jpg) repeat-x left bottom;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px #333;
  padding: 10px 10px;
}
.section_main {
  width: 545px;
  padding: 0;
  float: right;
}
@media screen and (max-width: 640px) {
  .section_sub,
  .section_main {
    float: none;
  }
  .section_sub {
    font-size: 100%;
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 0px;
  }
  .section_sub .inner {
    border: none;
    padding: 0;
  }
  .section_sub .ttl {
    display: none;
  }
  .section_main {
    width: auto;
    padding: 0 20px;
  }
}

.login_form {
  margin: 0;
  text-align: center;
}
.login_form form {
  display: block;
  width: auto;
  margin: 0 auto;
}
.login_form h2 {
  font-size: 100%;
  font-weight: bold;
  margin-top: 0.5em;
}
.login_form dl.sttl {
  margin-bottom: 0.75em;
}
.login_form dl.sttl dd {
  margin-left: 1.75em;
}

@media screen and (max-width: 640px) {
  .login_form {
    margin: 0 20px;
    padding: 0;
    text-align: left;
  }
  .login_form h2 {
    font-size: 114%;
    font-weight: normal;
    margin-top: 0;
  }
  .login_form .sttl {
    margin-bottom: 0;
  }
}

.form_item {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .form_item {
    margin-bottom: 1em;
  }
}

h2 {
  font-size: 114%;
  font-weight: normal;
  line-height: 2;
}

.d_field {
  width: 2px;
  height: 2px;
  position: absolute;
  opacity: 0;
}

input.txt {
  width: 96%;
  height: 30px;
  padding: 2%;
  border: 1px solid #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(60%, #ffffff),
    color-stop(60%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: -o-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: -ms-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 60%, #ffffff 60%);
}
input[type='checkbox'] {
  margin-top: 5px;
  *margin-top: 0;
}
.input_btn_group input {
  float: left;
}
.input_btn_group label {
  display: block;
  margin-left: 20px;
}

input.btn {
  font-size: 100%;
  font-weight: bold;
  background: url(../img/ie8_btnBG2.png) left bottom repeat-x;
  width: 100%;
  height: 46px;
  margin: 0.5em 0 1em;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0px #002649;
  -webkit-text-shadow: 1px 1px 0px #002649;
  -moz-text-shadow: 1px 1px 0px #002649;
  -ms-text-shadow: 1px 1px 0px #002649;
  -o-text-shadow: 1px 1px 0px #002649;
  border: 1px solid #0771ba;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
}
input.btn.btn02 {
  font-size: 92.9%;
  color: #444;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border: 1px solid #c1e1ef;
  background: url(../img/ie8_btnBG3.png) left bottom repeat-x;
}
input.btn.btn03 {
  font-size: 92.9%;
  color: #0066cc;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  border: 1px solid #c1e1ef;
  background: url(../img/ie8_btnBG.png) left bottom repeat-x;
}
input.disabled {
  background: #eee !important;
  border-color: #ccc !important;
  color: #ccc;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  filter: none;
}
input.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  input.btn {
    font-size: 94.6%;
    font-weight: normal;
    background: -moz-linear-gradient(top, #3f98fd 0%, #2c6ecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f98fd), color-stop(100%, #2c6ecc));
    background: -webkit-linear-gradient(top, #3f98fd 0%, #2c6ecc 100%);
    background: -o-linear-gradient(top, #3f98fd 0%, #2c6ecc 100%);
    background: -ms-linear-gradient(top, #3f98fd 0%, #2c6ecc 100%);
    background: linear-gradient(to bottom, #3f98fd 0%, #2c6ecc 100%);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
  }
  input.btn.btn02 {
    font-size: 121.4%;
    background: -moz-linear-gradient(top, #eefaff 0%, #c1e1ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eefaff), color-stop(100%, #c1e1ef));
    background: -webkit-linear-gradient(top, #eefaff 0%, #c1e1ef 100%);
    background: -o-linear-gradient(top, #eefaff 0%, #c1e1ef 100%);
    background: -ms-linear-gradient(top, #eefaff 0%, #c1e1ef 100%);
    background: linear-gradient(to bottom, #eefaff 0%, #c1e1ef 100%);
  }
  input[type='checkbox'] {
    margin: 0;
    margin: 5px;
    font-size: 200%;
    background-size: 100% 100%;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  input.btn:hover {
    opacity: 1;
  }
}

input::-ms-reveal {
  visibility: hidden;
}

.chk_txt {
  font-size: 85.7%;
}

@media screen and (max-width: 640px) {
  .chk_txt {
    font-size: 100%;
  }
}

.entry_aqf {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 1.5em 0 0;
}
.entry_aqf p {
  text-align: center;
  margin-bottom: 0.5em;
}
.entry_aqf .entry_btn a {
  display: block;
  background: url(../../resources/img/aqf/aqf_btn01.jpg) no-repeat;
  width: 181px;
  height: 28px;
  margin: 0 auto;
}
.entry_aqf .entry_btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .entry_aqf {
    margin: 20px 16px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 1em 0;
  }
  .entry_aqf .entry_btn a {
    width: auto;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: -moz-linear-gradient(top, #78cdca 0%, #4db1ac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78cdca), color-stop(100%, #4db1ac));
    background: -webkit-linear-gradient(top, #78cdca 0%, #4db1ac 100%);
    background: -o-linear-gradient(top, #78cdca 0%, #4db1ac 100%);
    background: -ms-linear-gradient(top, #78cdca 0%, #4db1ac 100%);
    background: linear-gradient(to bottom, #78cdca 0%, #4db1ac 100%);
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    text-shadow: 0 1px 0 #206e69;
  }
  .entry_aqf .entry_btn a span {
    text-align: center;
  }
}

.inquiry {
  border-top: 1px solid #e6e6e6;
  clear: both;
  margin: 20px 0 0;
  padding: 1.5em 0;
  font-size: 14px;
}
.inquiry_aqf {
  padding: 1em 0;
}
.inquiry .link {
  display: block;
  padding: 0;
  line-height: 2;
}
.inquiry .link span {
  display: inline-block;
  background: url(../img/link_icon.png) left 0.8em no-repeat;
  padding-left: 1em;
}
.inquiry .bltFaq {
  font-size: 100%;
}
@media screen and (max-width: 640px) {
  .inquiry {
    border-bottom: none;
    padding: 0;
    margin: 20px -20px 0;
    margin-bottom: 10px;
  }
  .inquiry .link {
    padding: 0.75em 16px;
    border-bottom: 1px solid #e6e6e6;
    background: -moz-linear-gradient(top, #ffffff 0%, #fbfdfd 49%, #f2f7fa 50%, #f2f4f9 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #ffffff),
      color-stop(49%, #fbfdfd),
      color-stop(50%, #f2f7fa),
      color-stop(100%, #f2f4f9)
    );
    background: -webkit-linear-gradient(top, #ffffff 0%, #fbfdfd 49%, #f2f7fa 50%, #f2f4f9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fbfdfd 49%, #f2f7fa 50%, #f2f4f9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fbfdfd 49%, #f2f7fa 50%, #f2f4f9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fbfdfd 49%, #f2f7fa 50%, #f2f4f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f4f9',GradientType=0 );
    line-height: 1.5;
  }
  .inquiry .link span {
    display: block;
  }
}

.sharing {
  margin: 0;
  padding: 24px 0 0;
  font-size: 100%;
}
.sharing_border_top {
  border-top: 1px solid #e6e6e6;
}
.sharing > p {
  margin: 0 16px 0 0;
  line-height: 1;
  cursor: pointer;
  color: #0066cc;
  min-height: 16px;
}
.sharing > p:hover {
  color: #3cf;
}
.close {
  /* 髢峨§縺ｦ縺�ｋ迥ｶ諷�*/
  background: url(../img/sharing_icon_off.png) top left no-repeat;
  padding-left: 20px;
}
.open {
  /* 髢九＞縺ｦ縺�ｋ迥ｶ諷�*/
  background: url(../img/sharing_icon_on.png) top left no-repeat;
}
.sharing .info ul,
.sharing .info li {
  list-style: inside disc;
}
.sharing .info ul {
  margin-top: 1em 0;
}
.sharing strong {
  font-weight: normal;
  color: #ff5273;
}
.sharing .closeBtn {
  display: none;
  height: 15px;
  text-align: center;
  background: url(../img/sharing_bg_closeSP.png) center top repeat-x;
  overflow: hidden;
}
.sharing .closeBtn img {
  margin: 0;
  vertical-align: baseline;
}
.sharing .info {
  display: none;
  margin-top: 8px;
  border: 1px solid #e6e6e6;
  padding: 16px;
  font-size: 100%;
  background: #fafafa;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .sharing {
    margin: 20px -20px 0;
    padding: 16px 0;
    border-top: 1px solid #e6e6e6;
  }
  .sharing > p {
    margin: 0 16px;
    line-height: 16px;
  }
  .sharing .info {
    margin-top: 14px;
    border: none;
    border-top: 1px dotted #e6e6e6;
    padding: 16px;
    line-height: 1.5;
    border-radius: 0;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 50%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 50%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #ffffff 50%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
  }
}

.caution {
  /* display:none; */
  display: block;
  padding: 1em;
  border: 1px solid #ed1c24;
  background: #fff;
  font-size: 85.7%;
  line-height: 1;
  color: #ed1c24;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 40px;
}
.caution li {
  display: block;
  padding-left: 1.285em;
  background: url(../img/caution_icon.png) left 0.14em no-repeat;
  line-height: 1.142;
  min-height: 14px;
}
@media screen and (max-width: 640px) {
  .caution {
    padding: 8px;
    margin: 0 20px 16px;
  }
  .caution li {
    background: url(../img/caution_icon.png) left 0.05em no-repeat;
    min-height: 12px;
  }
}

.SP .caption {
  font-size: 87%;
  line-height: 1.4;
  margin: 0;
  background: none;
  color: #666666;
  border: none;
}

/* listNormal */
.listNormal li {
  margin-bottom: 3px;
  margin-left: 20px;
  list-style: disc;
}
.listNormal li li {
  list-style: circle;
}
.listNormal li ol li {
  list-style: decimal;
}
/* linkBlank */
a.linkBlank {
  display: inline-block;
  padding-left: 14px;
  line-height: 18px;
  background-color: transparent;
  background-image: url(../img/blt-blank.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
}
a.linkBlank:hover {
  background-position: left -86px;
}

.link_aqf {
  margin-bottom: 0.5em;
}
.link_aqf a {
  text-decoration: underline;
}
.link_q {
  margin-top: 5px;
  clear: both;
  background: url(../img/icon01.gif) no-repeat left center;
  padding-left: 15px;
  line-height: 13px;
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
}
.link_q:hover {
  color: #3cf;
}
.q_block {
  position: relative;
}
.q_box {
  display: none;
  position: absolute;
  left: 0;
  top: 2.8em;
  background: #fff;
  border: 3px solid #3399ff;
  padding: 15px;
  font-size: 12px;
  max-width: 480px;
}
.q_box a {
  text-decoration: underline;
}
.q_box .q_ico {
  width: 38px;
  height: 18px;
  background: url(../img/answer-tri.gif) no-repeat left top;
  position: absolute;
  left: 5px;
  top: -18px;
}
.q_box .q_close {
  display: block;
  width: 80px;
  height: 20px;
  background: url(../img/bt-ans-close.gif) no-repeat left top;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 auto;
}
.q_box .q_close:hover {
  background-position: 0 -20px;
}
@media screen and (max-width: 640px) {
  .q_box {
    position: relative;
    left: auto;
    top: auto;
    margin: 5px auto 0;
    padding: 0;
    font-size: 100%;
    border: none;
  }
  .q_box .q_inner {
    border: 3px solid #3399ff;
    border-top: none;
    padding: 15px;
    margin-bottom: 10px;
  }
  .q_box .q_ico {
    width: auto;
    height: 18px;
    background: url(../img/answer-tri.gif) no-repeat left top;
    position: inherit;
    left: 0;
    top: 0;
  }
  .q_box .q_close {
    margin: 15px 15px 0;
    display: block;
    line-height: 33px;
    height: auto;
    width: auto;
    text-indent: 0;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    color: #ffffff !important;
    font-weight: bold;
    background: url(../img/bg_btn_submitArea02.gif) repeat-x left top;
  }
}
@media screen and (max-width: 640px) {
  .txt_aqf {
    color: #0b5ab2;
    text-decoration: underline;
  }
  .q_box .q_close:hover {
    background-position: left top;
  }
}

.iframe {
  text-align: center;
  margin-bottom: 5px;
}

input.txt-read-only {
  width: 96%;
  height: 30px;
  border: 1px solid #999999;
  padding: 2%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fafafa),
    color-stop(60%, #ffffff),
    color-stop(60%, #ffffff)
  );
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: -o-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: -ms-linear-gradient(top, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 60%, #ffffff 60%);
  background: gainsboro;
}

.login_form dl.sttl dd.inherit {
  margin-left: inherit;
}

.login_form dl.sttl dd.default {
}

.banish {
  width: 259px;
  position: absolute;
  top: -200px;
  visibility: hidden;
}

.auth_head_msg {
  font-weight: bold;
  color: red;
}

.arrow_ani_gif {
  display: block;
  width: 100px;
  margin: 0 auto 10px;
}

.disp_none {
  display: none;
}

.capy_head_msg {
  font-size: 18px;
  text-align: center;
}

.capy_maintenance_area {
  background: none repeat scroll 0 0 #fcfcfc;
  border: 3px solid #2687cd;
  display: block;
  font-size: 90%;
  color: #ed1c24;
  line-height: 1.3em;
  margin-bottom: 16px;
  padding: 1em;
}

.capy_maintenance_area span {
  font-weight: bold;
  text-decoration: underline;
}

.capy_maintenance_area p {
  font-size: 85%;
  padding-left: 1em;
  text-indent: -1em;
}

.nomember_seven_error_msg {
  color: black;
}

.nomember_seven_error_msg_position {
  margin-left: 10px;
}

/* 20181205 */

.left_sub_menu {
  font-size: 0.6rem;
  margin: 0 0 0 10px;
  display: table;
  text-align: center;
}
.left_sub_menu li {
  /* display: inline-block; */
  /* width: 43%; */
  padding: 5px 0;
  vertical-align: top;
  font-size: 10pt;
}
.left_sub_menu li:nth-child(even) {
  /* margin-left: 8px; */
}

.togglePassword {
  color: #555;
  float: right;
  margin-right: 10px;
  margin-top: -35px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.togglePassword.isShown {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/eye-off.png);
  background-size: cover;
  vertical-align: middle;
}

.togglePassword.isHidden {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/eye.png);
  background-size: cover;
  vertical-align: middle;
}
