@charset "UTF-8";
/*-- default 1.0.2 --*/
/* reset */
body {
  margin: 0;
  padding: 0;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul li, ol li {
  list-style: none;
}

table {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

caption {
  text-align: left;
}

table, pre, code, select, textarea, kbd, var, ins, del, samp {
  font-size: 100%;
}

address, cite, dfn, em, strong, var, th, ins, del, samp {
  font-weight: normal;
  font-style: normal;
}

a img {
  border: 0;
}

hr.separation {
  display: none;
}

fieldset {
  border: none;
}

header, section, nav, aside, footer, article {
  display: block;
}

/* initialize */
body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W6", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  color: #0044cc;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(102, 204, 255, 0.5);
}

.errorText {
  margin: 10px;
  padding: 5px;
  border: 1px solid #dc0000;
  color: #dc0000;
  font-weight: bold;
}

/*-- headerDefault 1.0.3 --*/
.headerDefault {
  position: relative;
}

.headerDefault:after {
  display: block;
  clear: both;
  height: 0;
  content: ".";
  visibility: hidden;
}

.headerDefault #logo {
  height: 33px;
  padding: 0;
  background-color: white;
  overflow: hidden;
  border-bottom: 1px solid #abb4bc;
}

.headerDefault #logo .logoimg {
  float: left;
  width: 104px;
  height: 21px;
}
.headerDefault #logo .logoimg a {
  width: 104px;
  padding: 6px 10px;
  background-image: url(https://s.yimg.jp/c/logo/s/2.0/bb_r_22_2x.png);
  background-repeat: no-repeat;
  -webkit-background-size: 104px auto;
          background-size: 104px auto;
  background-position: 50%;
  text-indent: -9999px;
  overflow: hidden;
}

.headerDefault #logo .logoimg a,
.headerDefault #logo .logoimg span {
  display: block;
}

.headerDefault .headerMenu {
  float: right;
  height: 33px;
  margin-right: -2px;
}

.headerDefault .headerMenu li {
  display: block;
  float: left;
  height: 33px;
  font-size: 10px;
  line-height: 33px;
}

.headerDefault .headerMenu li a {
  display: block;
  padding: 0 7px 0 5px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.headerDefault .headerMenu li #ylogo {
  display: block;
  width: 16px;
  /* 5px+16px+10px+2px */
  height: 9px;
  padding: 10px;
  background-image: url(https://s.yimg.jp/c/logo/s/2.0/yj_r_22_2x.png);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 16px auto;
          background-size: 16px auto;
  text-indent: -9999px;
  overflow: hidden;
}

/*-- footerDefault 2.0.0 --*/
.footerDefault {
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.footerDefault .changeDevice {
  margin: 10px;
  font-size: 14px;
}

.footerDefault .changeDevice dl {
  display: inline-block;
  padding: 5px 5px 5px 10px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
}

.footerDefault .changeDevice dt {
  display: inline;
}

.footerDefault .changeDevice dt:after {
  content: ":";
}

.footerDefault .changeDevice dd {
  display: inline;
}

.footerDefault .changeDevice dd:after {
  content: "|";
}

.footerDefault .changeDevice dd:last-child:after {
  content: "";
}

.footerDefault .changeDevice p {
  font-size: 12px;
}

.footerDefault .changeDevice a,
.footerDefault .changeDevice span {
  padding: 0 5px;
}

.footerDefault .changeDevice span {
  font-weight: bold;
}

.footerDefault .footerInner {
  padding: 13px 10px 15px 10px;
  border-top: 3px solid #d4d7db;
  background: #eeeeee;
}

.footerDefault .loginArea {
  margin-bottom: 15px;
  text-align: center;
}

.footerDefault .loginArea p + p {
  margin-top: 10px;
}

.footerDefault .loginArea .loginName {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  -moz-word-wrap: break-word;
  text-align: left;
}

.footerDefault .loginArea .loginStatus em {
  font-weight: bold;
}

.footerDefault .commonLink {
  margin-bottom: 10px;
}

.footerDefault .commonLink li {
  display: inline;
}

.footerDefault .commonLink li:after {
  content: " | ";
}

.footerDefault .commonLink li:last-child:after {
  content: "";
}

.footerDefault .subLink {
  margin-bottom: 8px;
  font-size: 12px;
}

.footerDefault .subLink li {
  display: inline;
}

.footerDefault .subLink li:after {
  content: " - ";
}

.footerDefault .subLink li:last-child:after {
  content: "";
}

.footerDefault small {
  display: block;
  font-size: 12px;
}

/* heading */
.page-heading {
  padding: 5px 15px 5px 10px;
  background-color: #e3e6e9;
  font-size: 75%;
  line-height: 1.2;
  color: #333333;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*--nivigation--*/
.global-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  border-bottom: 2px solid #abb4bc;
}

.global-nav__list-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 52px;
  position: relative;
  text-align: center;
  border-right: 1px solid #abb4bc;
  -webkit-box-shadow: inset 0 -4px #c7cdd3;
          box-shadow: inset 0 -4px #c7cdd3;
}
.global-nav__list-item--flets {
  background-color: #e3e6e9;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e3e6e9), color-stop(80%, white));
  background-image: -webkit-linear-gradient(bottom, #e3e6e9 10%, white 80%);
  background-image: linear-gradient(to top, #e3e6e9 10%, white 80%);
}
.global-nav__list-item--flets div {
  border-bottom: 4px solid #3067d5;
}
.global-nav__list-item--transfer {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e3e6e9), color-stop(80%, white));
  background-image: -webkit-linear-gradient(bottom, #e3e6e9 10%, white 80%);
  background-image: linear-gradient(to top, #e3e6e9 10%, white 80%);
  line-height: 1.1;
}
.global-nav__list-item--transfer div {
  border-bottom: 4px solid #34b2b2;
}
.global-nav__list-item--adsl {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e3e6e9), color-stop(80%, white));
  background-image: -webkit-linear-gradient(bottom, #e3e6e9 10%, white 80%);
  background-image: linear-gradient(to top, #e3e6e9 10%, white 80%);
}
.global-nav__list-item--adsl div {
  border-bottom: 4px solid #e9275e;
}
.global-nav__list-item--campaign {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e3e6e9), color-stop(80%, white));
  background-image: -webkit-linear-gradient(bottom, #e3e6e9 10%, white 80%);
  background-image: linear-gradient(to top, #e3e6e9 10%, white 80%);
  line-height: 1.1;
}
.global-nav__list-item--campaign div {
  border-bottom: 4px solid #8f9ba6;
}
.global-nav__list-item div {
  height: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.global-nav__list-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #111111;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.global-nav__list-text {
  line-height: 52px;
  font-size: 14px;
}
.global-nav__list-text--2line {
  padding-top: 10px;
  display: inline-block;
  font-size: 14px;
}

/*全体*/
#header h1 {
  margin: 10px 5px;
  color: #2e2c2b;
  font-size: 14px;
}

#content {
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}

/*PR*/
#pr {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#pr li {
  margin-bottom: 5px;
}

#pr li:last-child {
  margin-bottom: 10px;
}

/*右寄せリンク*/
.readMore {
  text-align: right;
  display: block;
  margin-bottom: 7px;
}

/*リンク青矢印*/
.readMore a {
  background-image: url("https://s.yimg.jp/images/bb/mobile/sp/img/top/arrowBlue.png");
  background-repeat: no-repeat;
  background-position: left 12px;
  line-height: 1.36;
  padding: 10px 10px 10px 20px;
}

/*SNS*/
.heading-message__body {
  background-color: #e3e6e9;
  line-height: 29px;
  height: 29px;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #c7cdd3;
}

.heading-messsage__notice {
  float: left;
  font-size: 12px;
  color: #ff0033;
}

.heading__sns {
  float: right;
  overflow: hidden;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.heading__tw {
  float: left;
  margin-right: 10px;
}

.heading__facebook {
  float: left;
}

.message__term {
  font-size: 12px;
  color: #333333;
}

.heading-message__term {
  line-height: 30px;
  padding-left: 10px;
}

.footerDefault__copyright {
  font-size: 10px;
  margin: 10px 0;
}
