html {
    font-size: 62.5%;
    height: 100%;
}

body {
    height: 100%;
    font-family: Arial, Roboto, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.4rem;
    line-height: 150%;
    background: #fff;
    color: #666666;
    -webkit-font-smoothing: antialiased;
}

.txt-xs {
    font-size: 80%;
}

.txt-sm {
    font-size: 90%;
}

.txt-md {
    font-size: 110%;
}

.txt-xl {
    font-size: 120%;
}

.txt-red {
    color: red;
}

.txt-bold {
    font-weight: bold;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.t-left {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 2.2rem 0;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
    color: #4D4D4D;
    text-decoration: none;
}

a {
    color: #00A1E9;
}

a:hover {
    color: #27bbff;
    text-decoration: none;
}

a .img-link:hover {
    opacity: .8;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
    vertical-align: middle;
    border-top: none;
}

table.table-default th {
    background-color: #1F609B;
    color: #fff;
}

.header {
    padding: 2rem 0;
    border-bottom: 5px solid #00A1E9;
}

.header .logo {
    width: 183px;
    height: auto;
}

/*よくある質問プルダウンメニュー*/

#hover-click{
  position:relative;
  width:112px;
  margin-top:2.5em;
  margin-left: auto;
  margin-right: 0;
}

#hover-click > a{
  display: block;
  width:112px;
  background: #fff;
  color: #0071BC;
  text-align:right;
  text-decoration: none;
}

@media (max-width:768px){
  #hover-click > a{
  margin-top:1em;
}
}

#hover-click > div{
  width:100%;
  display: none;
}

.question-link{
  position:absolute;
  right:0;
  z-index:1;
}

.question-link li{
  width:156px;
  padding:4.5px 9px;
  background:rgba(0,113,188,0.95);
  text-align:left;
}

.question-link a{
  color:#fff;
}

.question-link a:hover {
  text-decoration:underline;
}

.question-link > *:last-child,
.question-link > *:last-child > *:last-child,
.question-link > *:last-child > *:last-child > *:last-child {
  margin: 0;
}

.header-bottom {
    background-color: #00A1E9;
    color: #fff;
    padding: 5px 0 10px 0;
}

.header-bottom .nameID {
    margin-top: 5px;
}

.logout-button{
  background-color:#fff;
  border:#fff;
  border-radius:5px;
  width:92px;
  height:32px;
}

.home {
    padding: 4rem 0 6rem 0;
}

.home ul.dust-list li {
    display: inline-block;
    font-size: 1.2rem;
}

.home ul.dust-list li:after {
    content: ">";
    margin: 0 5px;
    color: #ccc;
}

.home ul.dust-list li:last-child:after {
    content: none;
}

.home-block {
    padding-bottom: 4rem;
}

.sub-block {
    margin-bottom: 4rem;
}

.sub-block .img-link {
    margin-bottom: 5px;
}

.sub-menu .list-group-item i {
    margin-right: 10px;
}

.sub-menu .list-group-item:first-child,
.sub-menu .list-group-item:last-child {
    border-radius: 0;
}

.sub-menu .sublinks a.list-group-item {
    color: #006AB7;
}

.sub-menu .sublinks a.list-group-item:hover {
    text-decoration: underline;
}

/*フッター*/
.footer {
  background-color: #002856;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}



.nav-pc{
  margin-top:1%;
}

.footer-logo-xs img,
.footer-logo-md img{
  width:118.5px;
  margin-top:1.5em;
}


.footer-nav{
  text-align:left;
}


.footer ul{
  padding:0px;
  margin:0px;
}

.footer ul li a {
  text-decoration:none;
  color:#fff;
}



.copyright{
  margin-top:1.5%;
}

@media (min-width:992px) {

  .nav-sp{
    display:none;
  }

  .footer-logo-xs{
    display:none;
  }

  .footer-logo-md{
    text-align:left;
  }

}

@media (max-width:991px) {

  .nav-sp{
    display:none;
  }

  .nav-pc{
    margin-top:3%;
  }

  .footer-logo-xs{
    text-align:center;
    display:inline;
  }

  .footer-logo-md{
    display:none;
  }
}

@media (max-width:767px) {

  .nav-pc{
    display:none;
  }

  .nav-sp{
    display:inline;
    margin:12%;
  }

  .footer-logo-xs{
    display:inline;
    text-align:center;
  }

  .footer a {
    color: #fff;
    font-size:11px;
  }

  .fa-nav{
    font-size:12px;
  }

  li.col-xs-6:first-child{
    padding-right:0px;
  }

  li.col-xs-6:nth-child(2){
    padding-left:0px;
  }

}

/*フッターここまで*/

.submit {
    text-align: center;
}

.page-login h4 {
    border-bottom: 3px solid #00A1E9;
    padding-bottom: 1rem;
}

.page-login .main-block {
    padding-top: 6rem;
}

.page-login .form-subtext {
    margin-top: 1rem;
    text-align: center;
}

.page-login .point-list td {
    padding: 5px 0;
}

.page-login .point-list .list-mark {
    width: 40px;
}

.page-login .point-list .fa-circle {
    color: #00A1E9;
}

.page-login .tellnum {
    margin-top: 4rem;
    font-size: 18px;
}

.page-loginpass h4 {
    padding-bottom: 1rem;
}

.page-loginpass h4:before {
    font-family: "fontawesome";
    content: "\f101";
    margin-right: 7px;
    color: #00A1E9;
}

.page-loginpass .form-block {
    padding-top: 3rem;
}

.page-loginpass .table-style {
    display: table;
    width: 100%;
}

.page-loginpass .table-style label {
    margin-bottom: 0;
    font-weight: normal;
}

.page-loginpass .table-cell {
    display: table-cell;
}

.page-loginpass .submit {
    margin-top: 6rem;
}

.page-loginpass .submit .btn-login {
    padding-left: 30px;
    padding-right: 30px;
}

.page-mypage .slider-group {
    margin-bottom: 40px;
}

.page-mypage .table tr {
    border-top: 1px solid #C8C9CA;
}

.page-mypage .table tr:last-child {
    border-bottom: 1px solid #C8C9CA;
}

.page-mypage .table .btn-cell {
    width: 12%;
}

.page-mypage .price-block {
    border: 1px solid #C8C9CA;
    border-radius: 4px;
}

.page-mypage .price-block .headline {
    border-left: 5px solid #00A1E9;
    padding: 2px 10px;
    margin: 20px 0;
    font-size: 18px;
}

.page-mypage .price-block .box {
    padding: 0 20px 20px 20px;
}

.page-mypage .price-block .box .value {
    font-size: 32px;
    padding-top: 1rem;
}

.page-mypage .price-block .box .unit {
    font-size: 18px;
}

.page-mypage .price-block a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #9E9E9F;
    background-color: #00A1E9;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

.page-mypage .price-block a:hover {
    text-decoration: none;
    background-color: #0076ac;
}

.page-mypage .sub-block h4 {
    border-bottom: 3px solid #999999;
    padding-bottom: 5px;
}

.page-mypage .sub-block .scroll {
    height: 180px;
    overflow: auto;
    font-size: 1.2rem;
    line-height: 1.5;
}

.page-mypage .sub-block .scroll .date {
    font-weight: bold;
    color: #398DC3;
}

.page-mypage .sub-block .jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

.page-mypage .sub-block .jspDrag {
    background: #9E9E9F;
}

.page-mypage .sub-block .jspTrack {
    background: #fff;
}

.page-pay .headline {
    position: relative;
    margin-bottom: 2.2rem;
    border-top: 5px solid #00A1E9;
}

.page-pay .headline .dropdown-01 {
    position: absolute;
    top: 22px;
    right: 0;
}

.page-pay .headline .dropdown-02 {
    position: absolute;
    top: 22px;
    right: 0;
}

.page-pay .headline .btn-output {
    position: absolute;
    top: 22px;
    right: 105px;
}

.page-passChange .headline,
.page-mailChange .headline {
    position: relative;
    margin-bottom: 2.2rem;
    border-top: 5px solid #00A1E9;
}

.page-passChange h3.user-id,
.page-mailChange h3.user-id {
    background: #e8f8ff;
    padding: 10px;
}

.page-preferences .headline {
    position: relative;
    margin-bottom: 2.2rem;
    border-top: 5px solid #00A1E9;
}

.page-preferences h3.user-id {
    background: #e8f8ff;
    padding: 10px;
}

.page-preferencesPlan .headline {
    position: relative;
    margin-bottom: 2.2rem;
    border-top: 5px solid #00A1E9;
}

.page-preferencesPlan h3.user-id {
    background: #e8f8ff;
    padding: 10px;
}

.page-preferencesPlan h4.headline-borderTop {
    border-top: 1px solid #00A1E9;
    padding-top: 2rem;
}

.page-preferencesPlan h4.headline-borderTop:before {
    font-family: "FontAwesome";
    content: "\f152";
    color: #00A1E9;
    margin-right: 8px;
}

.page-preferencesPlan .deta-block {
    margin: 4rem 0;
}

.page-preferencesPlan .num-list-item {
    margin: 10px auto;
}

.page-chage .headline,
.page-chageCheck .headline {
    position: relative;
    margin-bottom: 2.2rem;
    border-top: 5px solid #00A1E9;
}

.page-chage .table-default,
.page-chageCheck .table-default {
    width: 70%;
    margin-top: 2rem;
}

.page-webOrder .headline {
    position: relative;
    margin-bottom: 2.2rem;
    border-top: 5px solid #00A1E9;
}

.page-webOrder h3.plan:after {
    font-family: "fontawesome";
    content: "\f152";
    margin-left: 7px;
    color: #00A1E9;
}

.page-webOrder ul.chage-list li {
    margin: 5px 0;
}

.page-webOrder ul.chage-list li:before {
    font-family: "fontawesome";
    content: "\f087";
    margin: 0 5px;
    font-size: 18px;
    color: #00A1E9;
}

.page-webOrder .btn {
    margin: 5px auto;
}

.page-calloption .headline {
    position: relative;
    margin-bottom: 2.2rem;
    border-top: 5px solid #00A1E9;
}

@media (max-width: 767px) {

    .header .container{
        text-align: center;
    }

    .header .menu {
    text-align: right;
    }

    .footer,
    .footer .menu {
        text-align: center;
    }

}


@media (max-width: 480px) {

    .page-pay .headline .dropdown-01 {
        position: static;
    }

    .page-pay .headline .dropdown-02 {
        position: static;
        display: inline-block;
    }

    .page-pay .headline .btn-output {
        position: static;
        display: inline-block;
    }

    .page-chage .table-default,
    .page-chageCheck .table-default {
        width: 100%;
    }

button{
  outline:none;
}

}

.center{
    text-align: center;
}



a.div-link{
    display:block;
    width: 100%;

}

.blue{
    background-color: blue;
    height: 100%;
    padding: 0;

}

.page-menu{
  width:100%;
  margin-bottom:10px;
}

.page-menu li{
  display:inline;
  font-size: 1.2rem;
  padding:0px 2px;
}

.mypage-link{
  padding-left:2px;
}

.page-menu {
  padding-left:1px;
}

button{
  outline:none;
}

/*login-info*/

.contentwrap{
  width:100%;
  display:table;
  padding:0 2px;
}

.nameid{
  display:table-cell;
  width:32%;
  word-wrap:normal;
  vertical-align: middle;
}

.readonly{
  display:table-cell;
  width:60%;
  vertical-align:middle;
  line-height:1em;
}

.readonly table{
  width:90%;
  margin:0 auto;
}

.readonly td:nth-child(2){
  padding-left:1%;
}

.readonly img{
  width:26px;
  min-width:26px;
}

.readonly-message p{
  display:inline;
  font-size:12px;
}

.logout{
  display: table-cell;
  width:8%;
  margin-left:2%;
  text-align:right;
  vertical-align:middle;
}

.fa-caret-down:before {
    content: "\f0da";
}

.header.readonly-user {
    /*background-color: #ff6666;*/
    border-bottom: 5px solid #de4b51;
}

.header.readonly-user+.header-bottom{
    background-color: #de4b51;
}

.header.readonly-user+.header-bottom{
    background-color: #de4b51;
}
.header.readonly-user+.header-bottom a{
    color: #de4b51;
}

@media (max-width:768px) {

.contentwrap{
  width:100%;
  display:inline;
  padding:2%;
}

.nameid{
  display:inline;
  word-wrap:normal;
}

.readonly{
  display:inline;
}

.readonly table{
  width:100%;
  margin-top:2%;
}

.readonly td{
  padding:1%;
  vertical-align:top;
}

.readonly img{
  width:26px;
  min-width:26px;
}

.readonly-message p{
  display:inline;
}

.logout{
  display:inline;
  text-align:right;
}

.logout a{
  text-align: right;
  float:right;
  padding-right:2%;
  margin-top:2%;
}

button.logout-button{
  width:92px;
  height:32px;
  display:inline;
}
}

/*サイドメニュー*/

.list-title{
  padding:1% 2%;
  font-size:12px;
  background-color:#ddd;
}

.panel{
  border:solid 1px #ddd;
  border-radius:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.list-group-item{
  border:none;
}

.panel hr{
  margin-top:0;
  margin-bottom:0;
  border:0;
  border:solid 1px #ddd;
}

.small-text{
    font-size: 0.66em;
}

span.require:after{
    content: "*";
    color: red;
    
}

/*
.footer ul li {
  display:inline;
}
*/


footer li{
    text-align: left;
    display: block
    
}

footer ul{
    line-height: 100%;
}

.footer a {
  color: #fff;
  font-size:0.75em;
}

footer .img {
  text-align: center;
  margin: 30px auto 20px;
  width: 162px !important;
}


.Button-gradient {
    width: 30vmax;
    height: 5vmax;
    font-size: 2vmax;
    font-weight: bold;
    text-decoration: none;
    display:inline;
    text-align: center;
    padding: 2px;
    color: #fff;
    border: 1px solid #2980BF;
    border-radius: 7px;
    background:  -moz-linear-gradient(top, #8AA9D8, #4263AC);
    background:  -webkit-linear-gradient(top, #8AA9D8, #4263AC);
    background:  linear-gradient(to bottom, #8AA9D8, #4263AC);
}

.Button-gradient-glay {
    width: 30vmax;
    height: 5vmax;
    font-size: 2vmax;
    font-weight: bold;
    text-decoration: none;
    display:inline;
    text-align: center;
    padding: 2px;
    color: #fff;
    border: 1px solid #b0afab;
    border-radius: 7px;
    background:  -moz-linear-gradient(top, #dededc, #c8c7c4);
    background:  -webkit-linear-gradient(top, #dededc, #c8c7c4);
    background:  linear-gradient(to bottom, #dededc, #c8c7c4);
}

span.Button-gradient-span a:link { color:  #fff; text-decoration: none; }
span.Button-gradient-span a:visited { color:  #fff; text-decoration: none; }
span.Button-gradient-span a:hover { color:  #fff; text-decoration: none; }
span.Button-gradient-span a:active { color:  #fff; text-decoration: none; }
