@charset "UTF-8";
/*
----------------------------------------
1. Format (reset)
2. Common
3. Detail
4. Validator
5. Other
----------------------------------------
*/
/* 1. Format (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%;
}

ul li, ol li {
  font-size: 100%;
}

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

caption {
  text-align: left;
}

table, pre, code, select, input, 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;
}

hr.separation {
  display: none;
}

fieldset {
  border: none;
}

a {
  color: #0079eb;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  word-wrap: break-word;
  word-break: break-all;
}

a:link {
  color: #0079eb;
}

a:visited {
  color: #004b91;
  text-decoration: underline;
}

a img {
  border: 0;
}

/* 2. Common
========================================*/
body {
  color: #333;
  font-family: "HiraKakuProN-W3", "verdana";
  line-height: 1.3;
  overflow-x: hidden;
  width: 100%;
  -webkit-text-size-adjust: none;
}

body > *[selected=true] {
  display: block;
}

body[orient=landscape] {
  background-color: white;
}

h1, h2, h3, h4, h5, p, dl, ol {
  margin: 0 0 0.7em;
  padding: 0;
}

a img, img {
  border: 0;
}

li, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  text-justify: inter-ideograph;
}

/* --input-- */
input, textarea, select {
  font-family: "HiraKakuProN-W3", "verdana";
}

input {
  -webkit-appearance: none;
  background: #fee;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
}

input.text {
  border: 1px solid #999;
  border-radius: 0;
  font-size: 100%;
  height: 40px;
  padding: 8px 8px 5px 8px;
  width: 100%;
}

input.short {
  border: 1px solid #a0a0a0;
  border-radius: 0;
  font-size: 105%;
  height: 40px;
  padding: 8px 8px 5px 8px;
  width: 100%;
}

input.half {
  border: 1px solid #a0a0a0;
  border-radius: 0;
  font-size: 105%;
  height: 40px;
  padding: 8px 8px 5px 8px;
  width: 100%;
}

input:focus,
input.option:focus,
select:focus {
  background: #fffac9;
}

input[type=checkbox] {
  margin-left: 10px;
}

.block {
  display: block;
}

/* --Text Style-- */
.chk_agr_area {
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

.chk_rad_area {
  font-size: 100%;
  line-height: 43px;
}

p.small {
  font-size: 12px;
}

p.small strong {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

p.Note {
  color: #088A85;
  font-size: 80%;
  margin: 0 0 5px;
}

p.midi {
  font-size: 14px;
}
p.midi em {
  color: red;
  font-weight: bold;
}

.Status {
  text-align: center;
}

.AreaRadiusContents {
  margin: 0 0 30px;
}

.AreaRadiusInside {
  padding: 0 5px 0;
}

.AreaNext {
  margin: 0px;
}
.AreaNext--simple .BtnStyle2 {
  padding: 10px;
  font-size: 14px;
}
.AreaNext--simple .BtnStyle2 + .BtnStyle2 {
  margin-top: 5px;
}

/* 4. Detail
========================================*/
/* header
-------------------------------*/
.toolbar {
  background: #f4f4f4;
  border-bottom: 1px solid #dfdfdf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0;
}

.toolbar > h1 {
  margin: 0;
  padding: 12px 0 12px 12px;
  font-size: 0;
}
.toolbar > h1 .title {
  margin-left: 10px;
}

body[orient=landscape] > .toolbar > h1 {
  margin-left: -125px;
  width: 250px;
}

.toolbar h1 > img {
  height: 10px;
  vertical-align: middle;
  font-size: 12px;
}

.toolbar h1 > img + img {
  margin-left: 6px;
}

.AreaRadiusContents .StepImg {
  text-align: center;
  margin: 0 0 15px;
}

/* Buttons
-------------------------------*/
.BtnStyle2 {
  background: #ffcaca;
  border: 1px solid #fff;
  border-radius: 3px;
  color: inherit;
  font-weight: bold;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
}

.LiskButton .BtnStyle2 {
  padding: 15px;
}

.AreaRadiusContents label.BtnStyle2 {
  background: #ffcaca;
  border: 1px solid #bbb;
  border-radius: 8px;
  color: inherit;
  font-weight: bold;
  padding: 15px 37px;
  text-align: center;
  text-decoration: none;
}

/* 「残り〇項目です」新オレンジボタン */
.Contents .AreaNext .BtnStyle4 {
  color: #f39c12;
  width: 100%;
  border: 2px solid #f39c12;
  background: -webkit-linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff47d), color-stop(50%, #ee9309), color-stop(50%, #ca5b00), to(#ed9a00));
  background: linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: #fff;
}

/* 「保存する」新オレンジボタン */
.Contents .AreaNext .BtnStyle5 {
  background: -webkit-linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff47d), color-stop(50%, #ee9309), color-stop(50%, #ca5b00), to(#ed9a00));
  background: linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: #f39c12;
  border: 1px solid #f39c12;
  color: #fff;
  width: 100%;
}

/* 「修正する」「申し込む」ボタン */
.Contents .AreaNext .BtnStyle6 {
  background: -webkit-linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff47d), color-stop(50%, #ee9309), color-stop(50%, #ca5b00), to(#ed9a00));
  background: linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: #f39c12;
  border: 1px solid #f39c12;
  color: #fff;
  width: 47%;
}

/* 「修正する」ボタン */
.Contents .AreaNext .BtnStyle7 {
  background: -webkit-linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff47d), color-stop(50%, #ee9309), color-stop(50%, #ca5b00), to(#ed9a00));
  background: linear-gradient(#fff47d 0%, #ee9309 50%, #ca5b00 50%, #ed9a00);
  background: #fff;
  border: 2px solid #f39c12;
  color: #f39c12;
  width: 47%;
}

div.AreaNext .BtnStyleNext,
a.BtnStyleNext,
input.BtnStyleNext {
  color: #fff;
  background: -webkit-linear-gradient(#80b99e 0%, #2b7c56 50%, #006732 50%, #04a033);
  background: -webkit-gradient(linear, left top, left bottom, from(#80b99e), color-stop(50%, #2b7c56), color-stop(50%, #006732), to(#04a033));
  background: linear-gradient(#80b99e 0%, #2b7c56 50%, #006732 50%, #04a033);
  background: #27ae60;
}

div.AreaNext .BtnStyleNext,
a.BtnStyleNext,
input.BtnStyleZipCode {
  background: #dedede;
  border: 2px solid #dedede;
  border-radius: 3px;
  color: #333;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  width: 65%;
}

div.AreaNext a.RegularLink {
  background: #8ac400;
  border: 1px solid #8ac400;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 24px;
  padding: 8px;
  text-align: center;
  width: auto;
}

div.AreaNext a.RegularLink2 {
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 3px;
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 24px;
  padding: 8px;
  text-align: center;
  width: auto;
}

/* セレクトボックス
-------------------------------*/
.InputStyle1 input[type=checkbox],
.InputStyle2 input[type=checkbox] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  height: 25px;
  margin-right: 5px;
  top: 45%;
  width: 25px;
}

.InputStyle1 .chk_agr_area_l input[type=checkbox] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  height: 25px;
  margin-right: 5px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  width: 25px;
}

.InputStyle3 input[type=checkbox] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #dedede;
  border-radius: 0;
  height: 25px;
  margin-right: 5px;
  position: relative;
  top: 12px;
  width: 25px;
}

/* セレクトボックス チェック時は背景色を変更 */
.InputStyle1 input[type=checkbox]:checked,
.InputStyle2 input[type=checkbox]:checked,
.InputStyle3 input[type=checkbox]:checked {
  background: #fff;
}

.InputStyle3 input[type=checkbox]:checked {
  border: 1px solid #8ac400;
}

/* セレクトボックス チェックの印を:before疑似要素と:after疑似要素を使って作成 */
/* チェックボックス
-------------------------------*/
.InputStyle1 input[type=checkbox]:before,
.InputStyle2 input[type=checkbox]:before {
  background: #d9d9d9;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 0px;
  top: 17px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  position: absolute;
  width: 10px;
}

.InputStyle3 input[type=checkbox]:before {
  background: #d9d9d9;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 0px;
  top: 17px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  position: absolute;
  width: 10px;
}

.InputStyle1 input[type=checkbox]:after,
.InputStyle2 input[type=checkbox]:after {
  background: #d9d9d9;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: left center;
  width: 19px;
}

.InputStyle3 input[type=checkbox]:after {
  background: #d9d9d9;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: left center;
  width: 19px;
}

.InputStyle1 input[type=checkbox]:checked:before,
.InputStyle2 input[type=checkbox]:checked:before {
  background: #8ac400;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 0px;
  top: 17px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  position: absolute;
  width: 10px;
}

.InputStyle3 input[type=checkbox]:checked:before {
  background: #8ac400;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 0px;
  top: 17px;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
  position: absolute;
  width: 10px;
}

.InputStyle1 input[type=checkbox]:checked:after,
.InputStyle2 input[type=checkbox]:checked:after {
  background: #8ac400;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: left center;
  width: 19px;
}

.InputStyle3 input[type=checkbox]:checked:after {
  background: #8ac400;
  -webkit-box-shadow: 0 1px 1px rgba(200, 200, 200, 0.5);
  content: "";
  display: block;
  height: 4px;
  left: 7px;
  position: absolute;
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: left center;
  width: 19px;
}

/* ラジオボタン
-------------------------------*/
.InputStyle1 input[type=radio] {
  -webkit-appearance: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#d1d1d1));
  border: 1px solid #999;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
  height: 25px;
  margin-right: 5px;
  position: absolute;
  vertical-align: middle;
  width: 25px;
  top: 45%;
}

/* ラジオボタン　チェック時は背景色を変更 */
.InputStyle1 input[type=radio]:checked {
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#fff));
}

/* ラジオボタン　チェックの印を:before疑似要素を使って作成 */
.InputStyle1 input[type=radio]:checked:before {
  background: #333;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px rgba(150, 150, 150, 0.5);
  content: "";
  display: block;
  left: 50%;
  height: 11px;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 11px;
}

.AreaRadiusContents td input {
  left: -9999px;
  position: absolute;
}

.AreaRadiusContents ul li {
  margin: 0 0 0 1.5em;
}

/* 約款承諾ページのPDFマニュアルリスト
-------------------------------*/
.AreaRadiusContents ul.agreement-references {
  font-size: 14px;
  list-style: none;
  margin: 0 0 30px;
}

.AreaRadiusContents ul.agreement-references li {
  margin: 0;
}

.AreaRadiusContents ul.agreement-references .Pdf {
  background: url(/_img/register/smartphone/pdficon_small.png) no-repeat left top;
  padding: 2px 0 2px 20px;
}

/*チェックボタン*/
.AreaButton label {
  display: inline-block;
  position: relative;
  width: 100%;
}

.homeLink + .homeLink {
  margin-top: 20px;
}

/*チェック時の色*/
label.checked {
  background-color: #d2ffd9;
}

.RedArea .AreaButton label.checked {
  background-color: #8ac400;
  color: #fff;
}

.AreaButton label.VerticalCB {
  display: inline-block;
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
  top: 0;
  width: 100%;
}

.AreaButton label.VerticalCB input:checked {
  background: #fff;
}

.AreaButton label.SingleCB {
  font-size: 15px;
  line-height: 20px;
  display: block;
  padding: 10px 5px 10px 40px;
  margin: 0;
  text-align: left;
  width: auto;
}

.AreaButton input[type=checkbox] {
  left: -3px;
  padding: 0;
}

.AreaButton input[type=checkbox]:checked + label {
  background: #8ac400;
  color: #fff;
}

/* ラジオボタン　チェック印の画像付 */
.RadioDeco ul.ListRadio {
  background: #fff;
  border-radius: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.RadioDeco ul.ListRadio li {
  margin: 0;
  padding: 0;
  position: relative;
}
.RadioDeco ul.ListRadio li .aster {
  font-size: 11px;
  vertical-align: top;
  line-height: 38px;
  margin-left: 2px;
}

.RadioDeco ul.ListRadio li input {
  position: absolute;
  top: -5px;
  width: 100%;
}

.RadioDeco ul.ListRadio li input[type=radio] {
  height: 100%;
  opacity: 0;
  padding: 0;
  width: 100%;
}

.RadioDeco ul.ListRadio li input[type=radio] + label,
.RadioDeco ul.ListRadio li.usa input[type=radio] + label {
  background: url(/_img/register/smartphone/icon_radio_off.png) no-repeat 15px center #dedede;
  background-size: 25px;
  display: block;
  left: 10px;
  line-height: 43px;
  padding: 0;
  text-decoration: none;
  top: 0;
  padding-left: 35px;
}

/* 米国市民のみのスタイル */
.RadioDeco ul.ListRadio li.usa input[type=radio] + label {
  font-size: 13px;
  padding: 0 0 0 48px;
  text-align: left;
}

.RadioDeco ul.ListRadio li input[type=radio]:checked + label,
.RadioDeco ul.ListRadio li.usa input[type=radio]:checked + label {
  background: url(/_img/register/smartphone/icon_radio_on.png) no-repeat 15px center #8ac400;
  background-size: 25px;
  padding-left: 35px;
}

/* --Forms-- */
/*InputStyle input*/
/*step2ボタン風input*/
dl.Forms .InputStyle2:after {
  display: block;
  clear: both;
  content: "";
}

dl.Forms .InputStyle2 ul li {
  float: left;
  list-style: none;
  position: relative;
  width: 50%;
}

dl.Forms .InputStyle2 li:last-child label {
  border-left: 0;
  border-radius: 0;
}

dl.Forms .InputStyle2 label, dl.Forms .InputStyle label {
  display: block;
  background: -webkit-linear-gradient(#fff 0%, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #ebebeb), color-stop(50%, #dbdbdb), to(#b5b5b5));
  background: linear-gradient(#fff 0%, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
  background: #dedede;
  border: 1px solid #fff;
  border-radius: 0;
  color: #333;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
}

dl.Forms .InputStyle2 label.off, dl.Forms .InputStyle label.off {
  color: #aaa;
}

dl.Forms .InputStyle2 span.off label {
  color: #aaa;
}

dl.Forms .InputStyle2 input[type=radio]:checked + label, dl.Forms .InputStyle input[type=radio]:checked + label {
  background: -webkit-linear-gradient(#04bd4e 0%, #00af46 57%, #038537);
  background: -webkit-gradient(linear, left top, left bottom, from(#04bd4e), color-stop(57%, #00af46), to(#038537));
  background: linear-gradient(#04bd4e 0%, #00af46 57%, #038537);
  background: #8ac400;
  color: #fff;
  text-shadow: 0 -1px #8ac400;
}

dl.Forms .InputStyle2 input[type=radio] {
  height: 100%;
  left: -3px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -3px;
  width: 100%;
}

dl.Forms .InputStyle input[type=radio] + .specificAccountLabel {
  padding: 10px;
  padding-left: 35px;
  line-height: 1.4;
}

dl.Forms .InputStyle3 ul li {
  width: 33%;
}

dl.Forms .InputStyle3 label.BorderNone {
  border-left: none;
  border-radius: 0;
}

dl.Forms div.InputStyle4 {
  background: -webkit-linear-gradient(#fff 0%, #fff 35%, #c8c8c8);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(35%, #fff), to(#c8c8c8));
  background: linear-gradient(#fff 0%, #fff 35%, #c8c8c8);
  border: 1px solid #999;
  border-radius: 5px;
  color: #333;
  width: 50%;
}

dl.Forms .InputStyle4 li {
  background: #dedede;
  border-bottom: 1px solid #fff;
  color: #333;
}

dl.Forms .InputStyle4 li .chk_rad_area {
  line-height: 40px;
}

dl.Forms div.InputStyle4 input {
  margin-left: 8px;
}

dl.Forms .InputStyle4 li input {
  margin-left: 8px;
}

dl.Forms > dd input.text {
  border: 1px solid #a0a0a0;
  font-size: 100%;
  height: 40px;
  width: 100%;
}

dl.Forms > dd input.option {
  background: #f2f2f2;
}

.Forms div.CheckBox {
  margin: 0 0 10px;
}

.Forms div.CheckBox label {
  margin: 0 7px 0 0;
}

.Forms div.CheckBox label input {
  margin: 0 5px 0 0;
}

dl.Forms > dt {
  margin: 15px 0 0;
  padding: 1px 0 3px 7px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

dl.Forms dt label {
  margin: 0;
}

dl.Forms dt span,
dl.Forms label span {
  font-size: 100%;
  font-weight: normal;
}

dl.Forms > dd input,
dl.Forms > dd select,
dl.Forms > dd label,
dl.Forms > dd p {
  margin: 0 0 5px;
}

dl.Forms > dd p {
  clear: both;
}

dl.Forms > dd ul {
  list-style: none;
  overflow: hidden;
}

dl.Forms > dd ul li {
  margin: 0;
}

dl.Forms > dd.RedArea {
  padding: 0 0 5px;
}

dl.Forms > dd.WhiteArea {
  background: #fff;
}

dl.Forms > dd.ConfirmTxt {
  padding: 0px 5px 5px 7px;
}

dl.Forms > dd ul.NameArea {
  width: 100%;
  overflow: hidden;
}

dl.Forms > dd ul.NameArea li {
  margin: 0;
}

dl.Forms > dd ul.NameArea li.Lbox {
  width: 49%;
  float: left;
}

dl.Forms > dd ul.NameArea li.Rbox {
  width: 49%;
  float: right;
}

dl.Forms .Exp {
  margin: 0 0 5px;
  font-size: 90%;
}

dl.Forms span.Exp {
  margin: 0 5px;
  color: #999;
}

dl.Forms .Note {
  color: #088a85;
  font-size: 80%;
  margin: 0 0 5px;
}

dl.Forms .Address {
  margin: 0 0 10px;
}

.Forms ul li.chk_rad_area input {
  margin-right: 5px;
}

#EntryForms ul.Forms {
  list-style: none;
  margin: 0;
}

#EntryForms ul.Forms li {
  margin: 0;
  padding: 7px 0;
}

/* ------------------------------------------ */
.Contents > .AreaRadius {
  margin: 0 15px 15px;
}

.Contents > .AreaRadius h3 {
  margin-top: 5px;
  padding: 5px 0 5px 5px;
}

.Contents > .AreaRadius h4 {
  margin-top: 5px;
  padding: 5px 0 5px 5px;
}

.Contents > .AreaRadius > .ContentsBorder {
  border-top: 1px solid #abadad;
}

.Contents > .AreaRadius > .ContentsBorderDot {
  border-top: 1px dotted #abadad;
}

.Contents > .AreaRadius > .AreaRadiusLogin {
  border-bottom: 1px solid #abadad;
  border-top: 1px dotted #abadad;
  padding: 10px 10px 0;
}

.Contents > .AreaRadius > .AreaRadiusFoot {
  border-top: 1px dotted #abadad;
  font-size: 18px;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
}

.Contents > .AreaRadius > .HeadBig {
  background: rgb(0, 173, 69);
  background: -webkit-linear-gradient(rgb(0, 173, 69) 0%, rgb(0, 96, 38) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 173, 69)), to(rgb(0, 96, 38)));
  background: linear-gradient(rgb(0, 173, 69) 0%, rgb(0, 96, 38) 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  margin: 0;
  padding: 5px 3px 5px 10px;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 0;
}

.Contents > .ContentsFooter {
  text-align: center;
}

.Contents > .ContentsFooter > dl {
  margin: 10px 0 0;
  padding: 0 0 10px;
}

.Contents > .ContentsFooter > dl .block {
  float: none;
  margin: 0;
  width: 10em;
}

.Contents > .ContentsFooter > dl dt {
  clear: left;
  float: left;
  width: 5em;
}

.Contents > .ContentsFooter > dl dd {
  margin: 0 0 0 5em;
}

.Contents .ContentsFooter span.Copyright {
  font-size: 12px;
  padding: 5px 0;
  color: #666;
}

.Selectbox {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #fee;
  border-radius: 0px;
  border: 1px solid #a0a0a0;
  font-size: 15px;
  height: 40px;
  padding: 8px 8px 5px 8px;
  width: 65%;
}

.SelectboxWide {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #fee;
  border-radius: 0px;
  border: 1px solid #a0a0a0;
  font-size: 15px;
  height: 40px;
  padding: 8px 8px 5px 8px;
  width: 100%;
}

.AreaButton2 {
  background: #f4f4f4;
  border-top: solid #dfdfdf 1px;
  border-bottom: solid #dfdfdf 1px;
  padding: 5px 15px 5px;
  text-align: center;
  width: auto;
}

.AreaButton2 input {
  display: inline-block;
}

/* 支店の検索*/
.Branch .Result {
  margin: 20px 0;
}

/* リスク確認ページ　HP側リスク説明ページへのリンク*/
ul.RiskLink {
  font-size: 14px;
  list-style: none;
  margin: 15px 0 0;
}

ul.RiskLink li {
  margin: 0;
}

/* 「承諾します」などのスタイル*/
.ui-checkbox {
  background: #f4f9f3;
  border: 1px solid #a0a0a0;
}
.ui-checkbox span a {
  color: #ff0066;
}

.ui-checkbox input {
  top: 25%;
}

.ui-checkbox-on {
  background: #006026;
}

input.successButton {
  display: none;
}

/* Common(index.html / later.html / thanks.html)
-------------------------------*/
.AreaRadiusContents .Panel {
  background: none repeat scroll 0 0 #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 1em 0;
  padding: 10px;
}

.AreaRadiusContents .Panel p {
  font-size: 14px;
  margin: 0;
}

/* index.html
-------------------------------*/
.firstText {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.4;
}

.firstText em {
  color: #cc0000;
  font-weight: bold;
}

.AreaRadiusContents a.AccountBtn {
  background: #d9534f;
  border: 2px solid #d43f3a;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 5px 0;
  padding: 0.5em 0;
  text-align: center;
  letter-spacing: 1px;
}

.accountBtn2 {
  background: #d9534f;
  border: 2px solid #d43f3a;
  border-radius: 6px;
  color: #fff !important;
  display: block;
  font-weight: bold;
  margin: 5px 0;
  padding: 0.5em 0;
  text-align: center;
  font-size: 23px;
  letter-spacing: 1px;
}

.accountBtn2.accountBtn2__fx {
  background: #87BB23;
  border: 2px solid #79a81e;
}

.accountBtn2.accountBtn2__cfd {
  background: #F89907;
  border: 2px solid #db8705;
}

.AreaRadiusContents .AllStart {
  margin-bottom: 1em;
}

.AreaRadiusContents .AllStart .BigTxt {
  font-size: 32px;
}

.AreaRadiusContents > .TopTtl {
  font-size: 1.5em;
  margin: 1em 0 1em;
}

.AreaRadiusContents > .OnlyOne {
  list-style: none;
  margin-bottom: 2em;
  overflow: hidden;
}

.AreaRadiusContents .OnlyOne .FxStart,
.AreaRadiusContents .OnlyOne .CfdStart {
  background: url(/_img/register/smartphone/icon_playcircle.png);
  background-repeat: no-repeat;
  background-size: 18px;
  float: left;
  font-size: 18px;
  line-height: 1.1em;
  max-width: 13em;
  margin-bottom: 0.25em;
  margin-right: 1em;
  margin-left: 0;
  padding-left: 1.5em;
}

.accountEntryWrap {
  margin: 30px 0 45px;
}

.accountEntry__textList {
  font-size: 14px;
  list-style: none;
}

.accountEntry__textList > li {
  margin: 3px 0 !important;
  position: relative;
  padding-left: 15px;
}

.accountEntry__textList > li:before {
  position: absolute;
  left: 4px;
  content: "・";
}

.accountEntry__textList > li.accountEntry__textList--caution:before {
  content: "※";
  left: 0;
}

/* later.html
-------------------------------*/
.SendPanel {
  background: none repeat scroll 0 0 #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: 1em 0;
  padding: 10px;
}

.SendPanel .PanelInPanel {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-weight: bold;
  margin: 1em 0;
  padding: 10px;
}

.SendPanel .PanelInPanel p {
  margin: 0;
}

/* thanks.html
-------------------------------*/
.TxtNotice {
  color: #e00;
}

.UploadPanel {
  background: url(/_img/register/smartphone/icon_camera_temp.png) no-repeat scroll 50% 60%/32px 32px #fffac9;
  border: 1px solid #ddd;
  border-radius: 2px;
  height: 5em;
  margin: 1em 0;
  padding: 10px;
}

.AfterPanel {
  background: none no-repeat scroll 50% 60% #fffac9;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: none;
  margin: 1em 0;
  padding: 10px;
}

.rephoto {
  color: #06f;
  text-align: right;
}

.takepht {
  display: none;
}

.targetpht {
  width: 100%;
}

.LineBox {
  margin-top: 20px;
  text-align: center;
}

.LineIDBox {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  background-color: #EEEEEE;
  margin: 20px auto 0;
  padding: 5px;
  vertical-align: middle;
  width: auto;
}

.LineID {
  color: #38C321;
  font-size: 18px;
  font-weight: bold;
}

.panel__supportTtl {
  font-size: 14px;
  text-align: center;
}

.panel__supportWrap {
  text-align: center;
}

.panel__support {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.panel__support > a {
  display: block;
  width: 60%;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.panel__support--fx > a {
  background-image: url(/_img/register/smartphone/dmmfxcfd_btn_off.png);
}
.panel__support--banusy > a {
  background-image: url(/_img/register/smartphone/banusy_btn_off.png);
}
.panel__support--total > a {
  background-image: url(/_img/register/smartphone/total_btn_off.png);
}

/* 4. Validator
========================================*/
/* エラー用 */
dl.Forms > dd input.error, dl.Forms > dd select.error {
  border: 1px solid #e00;
}

input.valid,
dl.Forms > dd input.valid,
select.valid {
  background: #fff;
}

label.error {
  color: #e00;
  font-size: 12px;
}

label.VerticalCB label.error {
  color: #e00;
  font-size: 10px;
  display: inline;
  position: absolute;
  right: -55px;
  top: 17px;
}

/* 5. Other
========================================*/
/*犯収法対応
========================================*/
.AreaRadiusContents li.num {
  list-style-type: none;
  margin-left: 0;
}

.AreaRadiusContents li.num.newLine {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.AreaRadiusContents li.num li {
  margin-left: 2em;
  list-style-type: disc;
}

.HeadBigTop {
  padding: 10px 3px 10px 0;
  margin: 0;
}

.CloseBtn {
  text-align: right;
}

/*step表示ABテストで使用 10/20
========================================*/
.entry__ttl {
  font-size: 16px;
  color: #848484;
  margin-top: 17px;
}

.entry__ttl:before {
  content: "■";
  color: #8BC400;
  margin-right: 5px;
}

.entry__step {
  width: 100%;
  margin-bottom: 20px;
  display: table;
  table-layout: fixed;
}

.entry__step li {
  padding-right: 18px;
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  margin: 0 !important;
}

.entry__step__arrowBox {
  position: relative;
  text-align: center;
  background-color: #ccc;
  font-size: 12px;
  width: 100%;
  height: 46px;
  color: #939393;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 0 2vw;
}

.entry__step__arrowBox:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -18px;
  border-left: 18px solid #ccc;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
}

.entry__step li.on .entry__step__arrowBox {
  background-color: #8BC400;
  color: #fff;
}

.entry__step li.on .entry__step__arrowBox:after {
  border-left: 18px solid #8BC400;
}

.entry__step .entry__step__num {
  font-size: 15px;
}

.additionalItemWrap {
  display: none;
}

.additionalItemWrap.on {
  display: block;
}

.additionalItem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #a0a0a0;
  width: 100%;
  margin: auto;
  font-size: 14px;
  margin-bottom: 30px;
}

.additionalItem__txt strong {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.additionalItem__caution {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #f3f3f3;
  width: 100%;
  padding-left: 23px;
  margin: 15px auto;
  font-size: 12px;
}

.additionalItem__caution:before {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "※";
}

.additionalItem__radioWrap {
  margin: auto;
  width: 100%;
  margin-top: 20px;
}

.additionalItem__radioWrapTxt {
  text-align: center;
  font-weight: bold;
}

.additionalItem__radio {
  list-style: none;
  overflow: hidden;
}

.additionalItem__radio > li {
  width: 50%;
  margin: 0 !important;
  float: left;
  position: relative;
}

.additionalItem__radio > li > input {
  height: 100%;
  opacity: 0;
  padding: 0;
  width: 100%;
  position: absolute;
}

.additionalItem__radio > li > label {
  background: url(/_img/register/smartphone/icon_radio_off.png) no-repeat 10px center #dedede;
  background-size: 25px;
  display: block;
  left: 10px;
  line-height: 45px;
  padding: 0;
  text-decoration: none;
  top: 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.additionalItem__radio > li > label.off {
  color: #aaa;
}

.additionalItem__radio > li > input[type=radio]:checked + label {
  background: url(/_img/register/smartphone/icon_radio_on.png) no-repeat 10px center;
  background-color: #8ac400;
  background-size: 25px;
  color: #fff;
}

.tradingInfo {
  font-size: 14px;
}

.AreaRadiusContents__txt {
  margin: 10px 0;
}

.AreaRadiusContents__txt > strong {
  font-weight: bold;
}

.formLabelLink {
  margin-right: 5px;
}

.accountSimple {
  padding: 0 7px;
}

.accountSimple__link {
  text-align: right;
  padding: 0 7px;
  font-size: 14px;
}

.accountSimple__link--login {
  color: #ccc;
}

.modalLink {
  color: #0079eb;
  cursor: pointer;
}

.modal {
  background: rgba(67, 67, 67, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.modal__window {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10001;
  box-sizing: border-box;
  padding: 20px;
}

.modal.open {
  visibility: visible;
  opacity: 1;
}

.modal__closeBtn {
  position: absolute;
  top: -29px;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
}
.modal__closeBtn:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "×";
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.modal__closeBtn:hover {
  opacity: 0.7;
}

.modal__text {
  margin: 0;
  font-size: 14px;
}

.modal__form {
  text-align: center;
  margin-top: 25px;
}

.modal__definitionList {
  overflow: hidden;
  margin: 0;
  font-size: 0;
}

.modal__definitionList > dt,
.modal__definitionList > dd {
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
  text-align: left;
  vertical-align: top;
}

.modal__definitionList > dd:last-child {
  margin-bottom: 0;
}

.modal__definitionList > dt {
  width: 25%;
}

.modal__definitionList > dd {
  width: 75%;
}

.modal__input {
  background-color: #f5fcf4;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  font-size: 105%;
  height: 40px;
  padding: 8px 8px 6px 8px;
  width: 100%;
}

.modal__btn {
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #8ebca5;
  background: -webkit-linear-gradient(top, #8ebca5 0%, #418f67 50%, #418f67 50%, #167844 51%, #0e9834 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#8ebca5), color-stop(50%, #418f67), color-stop(50%, #418f67), color-stop(51%, #167844), to(#0e9834));
  background: linear-gradient(to bottom, #8ebca5 0%, #418f67 50%, #418f67 50%, #167844 51%, #0e9834 100%);
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 25px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.modal__btn:hover {
  opacity: 0.8;
}

.modal__error {
  color: #db0000;
  margin-top: 5px;
}

.passShowText {
  margin: 5px 0 0;
  text-align: right;
  line-height: 1;
  font-size: 14px;
}

.passShowText span {
  position: relative;
}

.passShowText span:before {
  content: "";
  display: inline-block;
  border: 1px solid #333;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  vertical-align: bottom;
  margin-right: 5px;
}

.passShowText span.checked:after {
  position: absolute;
  content: "";
  left: 4px;
  top: -4px;
  width: 7px;
  height: 16px;
  border-right: 3px solid #0e9834;
  border-bottom: 3px solid #0e9834;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.requireAccount + .FrontWrapper {
  margin-top: 20px;
}

.uploadBtn {
  text-align: center;
  margin: 20px auto;
  background-color: #8BC400;
  color: #fff !important;
  padding: 20px 10px;
  width: 90%;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.TxtRequire {
  color: #e00;
}

.additionalItem__radio--long > li {
  width: 100%;
}

.nisaCaoution {
  font-size: 12px;
  margin-bottom: 5px;
}
.nisaCaoution em {
  color: red;
  font-weight: bold;
}

#nisaAccount.is-disabled .ListRadio label {
  color: #777777;
  background: none;
  background-color: #a8a8a8;
  padding-left: 0;
  text-shadow: none;
}
#nisaAccount.is-disabled .ListRadio input {
  pointer-events: none;
}

#mynumberEvocation {
  border: 1px solid #a0a0a0;
  padding: 10px;
}

.nisaCaution {
  font-size: 12px;
}
.nisaCaution * {
  margin: 0;
}

.radioAreaList > li {
  list-style: none;
  margin-left: 0 !important;
}
.radioAreaList > li + li {
  margin-top: 10px;
}