@charset "UTF-8";

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
.mysb-account-info > .mysb-account-login {
  display: block;
}
.mysb-account-info > .mysb-account-contractor {
  display: block;
}
.mysb-account-info > .mysb-account-tel {
  display: none;
}
.mysb-account-info > .mysb-account-name {
  display: none;
}
.nav-site-inner {
  padding-bottom: 13px;
}

/* ----------------------------------------------------------------
footer
----------------------------------------------------------------- */
.footer-link-border-none {
  border-top: none !important;
}
.footer-link-none {
  padding-top: 12px;
}

/* ----------------------------------------------------------------
box
----------------------------------------------------------------- */
.toggle-inner {
  max-height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
  word-wrap: break-word;
}
.toggle-inner.show {
  max-height: initial;
  max-height: auto;
  overflow: visible;
}

/* ----------------------------------------------------------------
table
----------------------------------------------------------------- */
.tbl td, .tbl-04 td {
  word-break: break-all;
}

/* tbl-04
----------------------------------------------- */
.tbl-04 input[type="tel"] {
  border: 1px solid #d7d9db;
  background-color: #fff;
  padding: 2px 7px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl-04 input[type="tel"]:focus {
  background-color: #d7e3f5;
}
.tbl-04 input[type="tel"] + .notice-list {
  margin-top: 10px;
}

/* tbl-sb-none
/* MYSB_EXT-3393
----------------------------------------------- */
.tbl-sb-none {
  border-left: none;
  text-align: center;
}
.tbl-sb-none tr td,
.tbl-sb-none tr th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tbl-sb-none tr td:last-child,
.tbl-sb-none tr th:last-child {
  border-right: none;
}


/* radio-list
----------------------------------------------- */
.radio-list-col1 li {
  margin-bottom: 12px !important;
  width: 50%;
}

/* ----------------------------------------------------------------
button
----------------------------------------------------------------- */
/* uni-btn-02.disable
----------------------------------------------- */
.uni-btn-02.disable {
  cursor: default;
  background-color: #ffffff;
  background-image: none;
  color: #e3e4e5;
  box-shadow: none;
  border: 1px solid #d8dadc;
  text-shadow: none;
}
.uni-btn-02.disable:hover,
.uni-btn-02.disable:active,
.uni-btn-02.disable:focus {
  text-decoration: none;
}
/* ----------------------------------------------------------------
step
----------------------------------------------------------------- */
.step-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 720px;
  position: relative;
  margin: 10px auto 20px;
  text-align: center;
}
.step-list li {
  font-size: 12px;
  list-style: none;
  position: relative;
  display: table-cell;
}
.step-list li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.step-list li:first-child:after {
  display: none;
}
.step-list li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.step-list .visited:after {
  background: #6197d6;
}
.step-list .external:after {
  background: #ccc;
}
.step-list .external.visited:after {
  background: #999;
}
.step-list .visited span {
  background: #6197d6;
}
.step-list .external span {
  background: #ccc;
}
.step-list .external.visited span {
  background: #999;
}
/* ----------------------------------------------------------------
.btn-list-02.col-2
----------------------------------------------------------------- */
.btn-list-02.col-2 {
  overflow: visible;
}
/* ----------------------------------------------------------------
frm-2017 button
----------------------------------------------------------------- */
.frm-2017 .btn-list-02.col-2 {
  margin: 20px 0px;
  padding: 0px;
  text-align: center;
}
.frm-2017 .btn-list-02.col-2 > li {
  padding: 0;
  /* margin-bottom: -1px; */
}
/* .frm-2017 .btn-list-02 li a[class*="btn-"] {
  height:calc(100% - 1px);
} */
.frm-2017 .btn-list-02 li:nth-child(even) a[class*="btn-"] {
  min-width: 270px;
}
.frm-2017 .btn-list-02 li:nth-child(odd) a[class*="btn-"] {
  min-width: 100px;
}
.frm-2017 .btn-list-02 li:nth-child(odd) a {

}
.frm-2017 .btn-01 {
  display: inline-block;
  padding: 14px 27px 11px 27px;
  min-width: 270px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 114.28571%;
  line-height: 1.28571;
  border-radius: 4px;
  background-color: #4788ee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: none;
	box-shadow:none;
	background-image:none;
	text-shadow:none;
}
.frm-2017 .btn-03 {
	padding: 13px 17px 10px 17px;
	border: 1px solid #c1c6cc;
	font-size: 114.28571%;
}
.frm-2017 .btn-03:hover {
  padding: 12px 16px 9px 16px;
  border: 2px solid #6197d6;
  text-decoration: none;
}
.frm-2017 .btn-01:hover {
  background-color: #6197d6;
	text-decoration: none;
}
.frm-2017 .btn-01.disable {
  cursor: default;
  background-color: #aaa;
  background-image: none;
  color: #ddd;
  box-shadow: none;
  border: none;
  text-shadow: none;
}
.frm-2017 .uni-btn-02 {
  display: inline-block;
  padding: 13px 17px 10px 17px;
  min-width: 270px;
  border: 1px solid #c1c6cc;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  color: #069;
  text-align: center;
  font-size: 114.28571%;
  line-height: 1.25;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frm-2017 .uni-btn-02.disable{
  cursor: default;
  background-color: #aaa;
  background-image: none;
  color: #ddd;
  box-shadow: none;
  border: none;
  text-shadow: none;
}
.frm-2017 .single-btn {
  margin: 20px 0px;
}
/* ----------------------------------------------------------------
frm-2017 win7 IE11 tbl
MYSB_EXT-3657
----------------------------------------------------------------- */
.frm-2017 .tbl th {
  text-align: left;
}
.frm-2017 .tbl thead th {
  text-align: center;
}
/* ----------------------------------------------------------------
label-required label-option
----------------------------------------------------------------- */
.label-required,
.label-option{
	display: inline-block;
	padding: 2px 5px;
  margin-left: 10px;
	border-radius: 4px;
  font-size: 12px;
	font-weight: bold;
	color: #fff;
	vertical-align: text-top;
}
.label-required{
	background-color: #e64646;
}
.label-option{
	background-color: #85959f;
}
.hdg-l2 .label-required {
  vertical-align: middle;
}

/* ----------------------------------------------------------------
PageNation
----------------------------------------------------------------- */
ul.pager{
  margin:15px auto 0;
}
ul.pager li{
  text-align:center;
  height:30px;
  line-height:30px;
  float:left;
  font-size:12px !important;
}
ul.pager li a{
  display:block;
}
ul.pager li em,
ul.pager li span{
  display:block;
  font-weight:bold;
}
ul.pager li span{
  color:#C8C8C8;
  font-weight:normal;
}
ul.pager li.btn_first{
  width:81px;
}
ul.pager li.btn_last{
  width:81px;
  float:right;
}
ul.pager li.btn_first a,
ul.pager li.btn_last a,
ul.pager li.btn_first span,
ul.pager li.btn_last span{
  border-radius: .25em;
  border: solid 1px #d4d4d4;
}
ul.pager li.btn_first a:hover,
ul.pager li.btn_last a:hover{
  background: #d8dadc;
}
ul.pager li.pagenation{
  width:548px;
}
ul.pager li.pagenation ul{
  width:268px;
  margin:0 auto;
}
ul.pager li.pagenation ul li{
  width:29px;
  margin-right:5px;
}
ul.pager li.pagenation ul li a{
  border-radius: .25em;
  border: solid 1px #d4d4d4;
}
ul.pager li.pagenation ul li a:hover,
ul.pager li.pagenation ul li em {
  background: #d8dadc;
  border-radius: .25em;
  border: solid 1px #d4d4d4;
}
ul.pager li.pagenation ul li.btn_prev{
	width:46px;
}
ul.pager li.pagenation ul li.btn_next{
  width:46px;
  float:right;
  margin-right:0;
}
ul.pager li.pagenation ul li.btn_prev a,
ul.pager li.pagenation ul li.btn_next a,
ul.pager li.pagenation ul li.btn_prev span,
ul.pager li.pagenation ul li.btn_next span{
  border-radius: .25em;
  border: solid 1px #d4d4d4;
}
ul.pager li.pagenation ul li.btn_prev a:hover,
ul.pager li.pagenation ul li.btn_next a:hover{
  background: #d8dadc;
}
/* Clear
-------------------------------------------------------------------------------- */

.clearfix:after,
.tab-container ul.tab-list:after,
.pn_arena:after,
ul.pager:after,
ul.pager li.pagenation:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.clearfix,
.tab-container ul.tab-list,
.pn_arena,
ul.pager,
ul.pager li.pagenation {
	zoom:100%;
}

/* ----------------------------------------------------------------
h-lv2-com01
----------------------------------------------------------------- */
.h-lv2-com01 {
  margin: 20px 0 5px 0;
}
.h-lv2-com01.full {
  margin: 20px -10px 5px -10px;
}
.h-lv2-com01.l-normal {
  margin: 15px -10px -5px 4px;
}
.h-lv2-com01 h2{
  color: #5d6572;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding: 16px 0 16px 52px;
}
.h-lv2-com01 h2::before {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  left: 6px;
  top: 4px;
  bottom: 0;
  width: 36px;
  height: 36px;
  margin: 4px 0 0 2px;
}
.h-lv2-com01.mysoftbank-authentication h2::before {
  background: url(../../../../common/01/img/shared/icon_mysoftbank_authentication.png) no-repeat;
  background-size: 36px;
}

/* ----------------------------------------------------------------
hdg_l4-box-com01
----------------------------------------------------------------- */
.hdg_l4-box-com01 {
  display: table;
  border-top: 1px solid #d3d8db;
  background-color: #f4f5f6;
  margin: 0 0 10px;
  display: table;
  width:100%;
  min-height: 30px;
}
.hdg_l4-box-com01 .hdg_l4-box-com01-item {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

/* hdg_l4-tagged-com01
----------------------------------------------- */
.hdg_l4-tagged-com01-title {
  border-top: 1px solid #d3d8db;
  background-color: #f4f5f6;
  margin: 0 0 10px;
  padding: 10px;
  display: table;
  width:100%;
  min-height: 30px;
  box-sizing: border-box;
}
.hdg_l4-tagged-com01-title .hdg_l4-tagged-com01-item {
  display: table-cell;
  vertical-align: middle;
}
.hdg_l4-tagged-com01-title .hdg_l4-tagged-com01-item .label-box .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: lighter;
  line-height: 2.3;
  color: #8a97a0;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  border: solid 1px #b3c3ce;
}
.hdg_l4-tagged-com01-title .hdg_l4-tagged-com01-item .label-box .label-normal {
  background-color: #fff;
}

/* ----------------------------------------------------------------
container-box-com01
----------------------------------------------------------------- */
.container-box-com01 * {
  box-sizing: border-box;
  word-break: break-all;
}
.container-box-com01 {
  margin: 10px 0 20px;
}
.container-box-com01-inner {
  border: 2px solid #d3d8db;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.container-box-com01-wrap {
  display: table;
  min-height: 70px;
  padding: 10px;
  width: 100%;
}
.container-box-com01-wrap + .container-box-com01-wrap {
  border-top: 2px solid #d3d8db;
}
.container-box-com01-title {
  border-top: 1px solid #d3d8db;
  background-color: #f4f5f6;
  margin: 0 0 10px;
  padding: 10px;
  display: table;
  width:100%;
  min-height: 30px;
}
.container-box-com01-title .container-box-com01-item {
  display: table-cell;
  vertical-align: middle;
}
.container-box-com01-contents .container-box-com01-contents-inner {
  border-top: 1px solid #d3d8db;
  padding: 10px;
}
.container-box-com01-contents .container-box-com01-contents-inner:first-of-type {
  border: none;
  padding-top: 0;
}
.container-box-com01-contents-inner {
  padding: 0 10px;
}
.container-box-com01-contents-inner:first-of-type {
  border: none;
}
.container-box-com01-contents-inner .inner-description {
  margin: 10px 0;
}
.container-box-com01-wrap .unit-inner-detail .inner-button {
  margin: 10px 0 20px;
}

/* ----------------------------------------------------------------
box-common-03
----------------------------------------------------------------- */
.box-common-03-inner .unit-inner-detail {
  border-top:  1px solid #d3d8db !important;
}
.box-common-03-wrap{
  padding: 10px;
}
.box-common-03 .detail {
  padding: 0 10px;
  border-bottom: 1px solid #d3d8db !important;
  border-top: 1px solid #d3d8db !important;
}
.box-common-03-wrap .image-left .image img {
  width: 60px;
}
.box-common-03 .optional-area {
  margin: 10px 0 0;
  padding: 0 10px;
}
.box-common-03 .image+.description {
  padding-top: 10px;
}

/* ----------------------------------------------------------------
box-exclamation-com01
----------------------------------------------------------------- */
.box-exclamation-com01 {
  margin-top: 20px;
}
.box-exclamation-com01 dl {
  display: table;
  margin-top: 10px;
  width: 100%;
}
.box-exclamation-com01 dl dt,
.box-exclamation-com01 dl dd {
  display: table-cell;
  vertical-align: middle;
}
.box-exclamation-com01 dl dt{
  width: 30px;
}
.box-exclamation-com01 dl dt img{
  width: 30px;
}
.box-exclamation-com01 dl dd {
  padding-left: 10px;
  width: auto;
}
