html {
  height:100%;
}
body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height:100%;
}
#header {
  background: #fafafa;
  color: black;
  margin-bottom: 20px;
}
#wrap{
  width: 100%;
  position: relative;
  height:auto !important;
  height: 100%;
  min-height: 100%;
}
#nav {
  width: 100%;
  position: static;
  top: -32px;
  margin-bottom: 0;
  background: #fafafa;
  min-height: 70px;
}

#nav .navbar-brand {
  padding: 10px 0;
  height: 73px;
  line-height: 73px;
}
#nav .navbar-brand img {
  margin-top: 0px;
  width: 100%;
}
#nav.navbar-fixed-top {
  position: fixed;
  top: 0;
}
#nav .navbar-toggle {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 9px;
}
#nav .navbar-toggle i {
  font-size: 2em;
}
#nav .navbar-nav li a {
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 24px;
  font-family: "Open Sans",Tahoma,Arial;
  font-weight: bold;
  color: #222222;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#nav .navbar-nav li a:hover {
  color: #22a3df;
  background: none;
}
#nav .navbar-nav li.social-nav {
  margin: 21px 0 4px 10px;
  border-left: 1px solid #eeeeee;
  padding-left: 15px;
}
#nav .navbar-nav li.social-nav a {
  float: left;
  padding: 5px 10px;
}
#nav .navbar-nav li.social-nav a i {
  font-size: 1.33333333em;
}
#nav .navbar-nav li.active a {
  color: #22a3df;
}
#nav .container {
  position: relative;
}
#nav-links {
  height: 73px;
}
#mypage,
#beginner {
  position: absolute;
  bottom: 15px;
  margin: 0;
}
#mypage {
  left: 10px;
}
#beginner {
  right: 10px;
}

#nav-links a {
  padding: 5px 5px 0;
  display: inline-block;
  outline: none;
  color: #555;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  transition:all 1s ease;
}

#nav-links a::after {
  position: absolute;
  top: 100%;
  width: 90%;
  left: 5%;
  height: 1px;
  background: #666;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
#nav-links a:hover,
#nav-links a:focus {
  color:#111;
}
#nav-links a:hover::after,
#nav-links a:focus::after {
  height: 1px;
  opacity: 0.7;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

#contents{
  padding-bottom: 160px;/* footer height + 20px */
}
#title h1{
  margin: 0;
  font-size: 32px;
  padding: 10px 15px;
  background-color:#ddd;
}

#main {
  padding: 20px 0;
}

#main .newentry_wrap {
  border-left: 2px dotted #999;
}
#main .newentry {
  padding-left: 15px;
}
#main .newentry p {
  line-height: 2em;
  font-size: 16px;
}
#main .btn_wrap {
  width:100%;
  margin: 25px 0;
}
#main .btn_wrap_marginless {
  width:100%;
}
#main #externalAd .btn_wrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.input_id_pwd_conf #main .btn_wrap,
.user_regist_confirm #main .btn_wrap {
  text-align: center;
}
.reg_subsc_complete .center-block-btn input.btn.btn-primary{
  margin: 0 auto 10px;
  display: block;
}

#main .smartlink_logo {
  float:right;
  font-size:0px;
  line-height:1;
  margin-top: 30px;
}
#main .smartlink_logo img {
  border: 1px solid #000000;
}
#main h2 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}
.input_id_pwd_conf #main h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 2;
}
.reg_subsc_complete #main h2 {
  text-align: left;
  padding: 10px 0 ;
  margin: 15px 0;
}

.reg_subsc_complete #main .anq-form h2 {
    font-size: 16px;
    line-height: 1.6;
    border-bottom: 1px solid #dddddd;
}


label {
  font-size: 16px;
  font-weight: normal;
}
.reg_subsc_complete label,
.input_id_pwd_conf #main label,
.identify #main label,
.user_regist_confirm #main label,
.user_regist_terms #main label {
  background: url("https://mypage.mag2.com/img/point.gif") no-repeat 0;
  padding-left: 24px;
}
#main hr.sp_only {
  display: none;
}
.welcome_do #main .pass_reminder {
  text-align:right;
  margin-top: 15px;
}
.welcome_do #main .help_link {
  text-align: right;
  margin-top: 30px;
  font-size: 16px;
}
.user_regist_confirm .mail_adress,
.user_regist_terms .mail_adress {
  text-align: right;
  padding-top: 10px;
}
.user_regist_terms .label_cont,
.reg_subsc_complete .label_cont,
.input_id_pwd_conf .label_cont,
.identify .label_cont{
  text-align: left;
  padding-top: 10px;
}
.identify #main p.form_notice,
.user_regist_terms #main p.example {
  margin-top: 5px;
}
.user_regist_complete #main .notes,
.user_regist_confirm #main .notes {
  margin: 30px 0;
  text-align: center;
}
.user_regist_complete #main .notes p,
.user_regist_confirm #main .notes p{
  line-height: 1.9;
}
.user_regist_complete #main p.check_mail {
  color: #333;
  line-height:1.5;
  font-size: 18px;
}
.input_id_pwd_conf .cont-title {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
.padding-none {
  padding:0!important;
}
.txtR {
  margin: 10px 0;
  text-align: center;
  float: none;
}
#pickupS .txtR {
  text-align: left;
  float: right;
}
.reg_subsc_complete .anq-form {
  margin: 0 0 30px;
  padding-bottom: 10px;
  border: 1px solid #dddddd;
}
.case.panel-default {
  border-color: #777;
}
.case.panel-recommend {
  border-color: #ff9800;
}
.case.panel-recommend .panel-heading {
  text-align: left;
  font-size: 18px;
  background-color: #ff9800;
  border-color: #ff9800;
  color: #FFF;
  font-weight: bold;
  padding: 15px;
}

.case.panel-recommend .panel-heading label {
  font-weight: bold;
  font-size: 18px;
}

.case .panel-heading {
  text-align: left;
  font-size: 17px;
  background-color: #777;
  border-color: #777;
  color: #FFF;
  line-height: 1;
}
#pickupS .case.panel-recommend .panel-heading {
  line-height: 1.43;
}
.case .panel-body {
  text-align: left;
  line-height: 1.6;
  color: #7081B5;
}
.case.panel-recommend .panel-body {
  color: #333;
}
.panel-primary {
  border-color: #bce8f1;
}
.panel-primary>.panel-heading {
  color:#31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  font-size: 17px;
  line-height: 1;
}
.recommend-balloon {
  background: url("https://www.mag2.com/img/fukidashi.gif") no-repeat center center;
  background-size: contain;
  max-width: 400px;
  margin: 20px auto;
}
.recommend-balloon p {
  margin: 0 auto;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  padding: 10% 20%;
  max-width:350px;
}
.case .panel-body > div:nth-of-type(n+2) {
  margin-top: 15px;
}
.case .panel-body i {
  color: #2196f3;
}
.case .panel-body span {
  font-size: 17px;
  color: #333;
}
.ad_kiyaku {
  display: block;
  padding: 15px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #666666;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.ad_kiyaku_title {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
}
#footer {
  height: 140px;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 40px 0 20px;
  background: #fafafa;
  text-align: center;
}
.mag-meta li {
  display: inline-block;
}
.mag-meta li div {
  display: inline-block;
  padding-left:10px;
  padding-right:10px;
}
.mag-meta li div.meta-value {
  padding-right:2px;
}
.mag-meta li div.meta-title {
  background-color: #ff9800;
  position: relative;
  text-shadow: none;
  letter-spacing: .2em;
}
.mag-meta li.meta-bn div.meta-title {
  letter-spacing: 0;
}
.mag-meta li div.meta-title:after {
  position: absolute;
  background-color: #ff9800;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  right: -4px;
  top: 2px;
  display: block;
  content: "";
}
/* validate */
.validate .text,
.validate select,
.validate textarea {
  color: #000 !important;
  background-color: #fdd !important;
}

.validate label {
  background-image: url("https://mypage.mag2.com/img/alert.png") !important;
}

span.caution,
span.error {
  color: #f00;
}

.indent10 {
  margin-left: 10px;
}
.reg_subsc_complete #main .form-group label,
.identify #main label.checkbox,
.input_id_pwd_conf #main ul.mag_point label.checkbox {
  background-image: none;
}
.mag-body label {
  background-image: none;
  padding-left: 0;
  margin-bottom: 0;
}
.reg_subsc_complete input[type=hidden] + label {
    color: #ffffff;
    font-weight: normal;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1;
}

.go-down {
  position: absolute;
  bottom: 20px;
  right: 49.2%;
  z-index: 999;
}
.go-down a {
  color: white;
}

span.brandy {
  color: #22a3df;
  text-transform: lowercase;
}
span.divider {
  height: 10px;
  background: #22a3df;
  border-left: 15px solid black;
  display: block;
  margin: 20px auto;
  width: 30px;
  position: relative;
}
span.divider:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: -1px;
  width: 1px;
  height: 10px;
  background: #FFF;
}
span.divider.grey {
  border-color: #999999;
}
span.divider.grey:before {
  background: #222222;
}
ul {
  list-style: none;
  line-height: 25px;
  padding-left: 0;
}
ul.mag_point {
  padding-left: 20px;
}
.img-center {
  margin: 0 auto;
}
.visible-xxs-inline {
  display: none !important;
}
.optout_official_magazines .sub {
  background: #fcf8e3;
  padding: 5px !important;
  border: 1px solid #fbdac5;
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 0px !important;
}
.optout_official_magazines .sub ul {
  line-height: inherit !important;
  margin-bottom: 0 !important;
}
.optout_official_magazines p {
  margin: 0 !important;
}
.optout_official_magazines .cancel {
  margin-bottom: 5px;
}
.sub {
  background: #fcf8e3;
  padding: 15px;
  border: 1px solid #fbdac5;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

#optin_ad {
  background-color:#ededed;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#optin_ad .regform_wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}
#optin_ad .inner {
  padding: 10px;
  background-color:#fff;
}
#optin_ad .infobox {
  display: table;
}
#optin_ad .info_pic {
  width: 40%;
  min-width: 190px;
  display: table-cell;
  vertical-align: middle;
}
#optin_ad .info_dtl {
  display: table-cell;
  padding-left: 10px;
  background-color:#fff;
  vertical-align: top;
  height: 150px;
}
#optin_ad .info_dtl dl {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
}
#optin_ad .info_dtl dl:first-child {
  border-top: 1px solid #ebebeb;
  padding-top: 8px;
  margin-top: 0;
}
#optin_ad .info_dtl dt,
#optin_ad .info_dtl dd {
  display: inline-block;
  vertical-align: middle;
}
#optin_ad .info_dtl dt {
  width: 35%;
  margin-right: 8px;
}
#optin_ad .introduce {
  min-height: 200px;
  padding-top: 5px;
}
#optin_ad .introduce p {
  font-size:16px;
}
#optin_ad .introduce .mag_intro {
  line-height: 2;
}
#optin_ad .reg_form {
  text-align: center;
}
#optin_ad .reg_form .btn {
  margin: 1em 0 10px;
}
#optin_ad .inner_form {
  margin-top: 1em;
}
#optin_ad .optin_lead {
  padding: 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.lead {
  line-height: 2;
}

.btn.btn-default:focus,
.btn.btn-primary:focus {
  outline: none;
}
.btn.btn-primary {
  min-width: 220px;
  font-weight: bold;
  font-size: 16px;
  float: right;
  cursor: pointer;
  padding: 15px 40px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #22a3df;
  border-radius: 5px;
  box-shadow: 0 6px 0 #2C79A1, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  border: none;
}
.mini.btn.btn-primary {
  min-width: 120px;
}
.btn.btn-primary:hover {
  background-color: #48B7EA;
  box-shadow: 0 3px 0 #127497, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.btn.btn-primary:active {
  color: #ddd;
  background-color: #127497;
  box-shadow: 0 0 0 #2C79A1, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}

.btn.btn-default {
  cursor: pointer;
  color: #333;
  text-align: center;
  text-decoration: none;
  background-color: #E0E0E0;
  border-radius: 5px;
  box-shadow: 0 6px 0 #939393, 0 12px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  border: none;
}

.btn.btn-default:hover {
  background-color: #EFEFEF;
  box-shadow: 0 3px 0 #A1A1A1, 0 6px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.btn.btn-default:active {
  color: #fff;
  background-color: #898989;
  box-shadow: 0 0 0 #000000, 0 0 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}
.reg_subsc_complete .btn.btn-primary,
.input_id_pwd_conf .btn.btn-primary,
.user_regist_confirm .btn.btn-primary {
  float: none;
  padding: 13px 10px;
}

.input_id_pwd_conf .btn.btn-default,
.user_regist_confirm .btn.btn-default {
  margin-left: 15px;
}
#main textarea {
  padding: 10px;
  width: 100%;
  height: 15em;
  font-family: monospace;
  font-size: 100%;
}
.agreement.form-control[readonly] {
cursor:inherit;
background-color: #FAFAFA;
}
.has-feedback.left .form-control-feedback {
  top: 7px;
  right: inherit;
  left: 0;
}
.has-feedback.left .form-control {
  padding-left: 10px;
  padding-right: 0;
}
.has-feedback.center .form-control {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: 50px;
}
.has-feedback.center .form-control.length4 {
  width: 64px;
}
.has-feedback.center .form-txt {
  padding: 13px 6px;
}
.form-inline .radio,
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-top:0px;
}

.identify #main input[type=radio],
.input_id_pwd_conf #main input[type=radio],
.reg_subsc_complete #main input[type=radio],
.reg_subsc_complete #main input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.identify #main input[type=radio] + label,
.input_id_pwd_conf #main input[type=radio] + label,
.reg_subsc_complete #main input[type=radio] + label,
.reg_subsc_complete #main input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    .identify #main input[type=radio],
    .input_id_pwd_conf #main input[type=radio],
    .reg_subsc_complete #main input[type=radio],
    .reg_subsc_complete #main input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .identify #main input[type=radio] + label
    .input_id_pwd_conf #main input[type=radio] + label,
    .reg_subsc_complete #main input[type=radio] + label,
    .reg_subsc_complete #main input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .reg_subsc_complete #main input[type=checkbox] + label {
        color: #ffffff;
        font-weight: normal;
        margin-right: 0;
        margin-bottom: 0;
        line-height: 1;
    }
    .identify #main input[type=radio] + label::before,
    .input_id_pwd_conf #main input[type=radio] + label::before,
    .reg_subsc_complete #main input[type=radio] + label::before,
    .reg_subsc_complete #main input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    .identify #main input[type=radio] + label::before,
    .input_id_pwd_conf #main input[type=radio] + label::before,
    .reg_subsc_complete #main input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .reg_subsc_complete #main input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .identify #main input[type=radio]:checked + label::after,
    .input_id_pwd_conf #main input[type=radio]:checked + label::after,
    .reg_subsc_complete #main input[type=radio]:checked + label::after,
    .reg_subsc_complete #main input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .identify #main input[type=radio]:checked + label::after,
    .input_id_pwd_conf #main input[type=radio]:checked + label::after,
    .reg_subsc_complete #main input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #E80008;
        border-radius: 8px;
    }
    .input_id_pwd_conf #main input[type=checkbox]:checked + label::after,
    .reg_subsc_complete #main input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #1976D2;
        border-bottom: 3px solid #1976D2;

        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.form-control {
  font-size: 14px;
}
.form-control-static {
  padding-top: 12px;
  padding-left: 24px;
}
.form-control-static-nopad {
  padding-top: 12px;
  padding-left: 0px;
}

#main .m-comp {
    margin-bottom: 30px;
}

.bg-primary {
  color: #fff;
  background-color: #1976d2;
  padding: 10px;
  font-size: 18px;
  line-height: 1.7;
}
.bg-primary.text-left {
  padding-left: 15px;
  border-left: 5px solid #73A9DF;
}
a {
  /* color: #22a3df; */
  color: #e80008;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
a:hover {
  /* color: #146387; */
  color: #363b3f;
  text-decoration: none;
}
a.btn-outline {
  color: #e80008;
  background-color: transparent;
  border-color: #e80008;
}
a.btn-outline:active,
a.btn-outline:focus,
a.btn-outline:hover {
  color: #fff;
  background-color: #e80008;
  border-color: #e80008;
}
a.btn-outline-2 {
  color: #e80008;
  background-color: transparent;
  border-color: transparent;
  white-space: normal;
}
.panel .panel-body a.btn-outline-2 {
  font-size: 12px;
  padding: 6px 5px;
}
a.btn-outline-2:active,
a.btn-outline-2:focus,
a.btn-outline-2:hover {
  color: #fff;
  background-color: #e80008;
  border-color: #e80008;
}
.message a {
  color: #00E;
  text-decoration: underline;
}
.message a:hover {
  color: #22a3df;
  text-decoration: none;
}
.message span.caution {
  font-size: 20pt;
}
.schedule-info {
  margin-top: 20px;
}
.price-change-info {
  color: #e80008;
}
.reg_subsc_complete .mypage_link {
  text-align: right;
  margin: 0 0 30px;
}
.reg_subsc_complete .bn_link {
  text-align: right;
  margin: 30px 0 10px;
}
.reg_subsc_complete .bn_link_2 {
  text-align: left;
  margin: 10px 0;
}
.recommend {
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 5px solid #222;
}

.recommend span {
  font-size: 150%;
  letter-spacing: 0.5pt;
}


#contents .sub ul {
  padding-left: 16px;
}
#contents .sub li::before {
  font-family: 'FontAwesome';
  content: '\f138';
  margin: 0 5px 0 -16px;
  color:#22a3df;
}
.item-list label.multi-label {
  color:#555;
  min-width:160px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 16px;
    margin: 0 0 5px;
  }
}
.quote {
    background: #333333;
    color: white;
    border-left: 4px solid #22a3df;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding: 25px;
    margin-bottom: 15px;
}
:focus {
    outline: 0;
}
canvas {
    width: 200px!important;
    height: 200px!important;
    display: block;
    float: none;
}
.item-list .detail {
  padding-left:24px;
  display: inline-block;
}
.item-list .detail {
  padding-left:24px;
  display: inline-block;
}
.item-list .detail a,
.item-list .detail span {
  font-size: 16px;
  font-weight:normal;
  color: #337ab7;
}
@media (max-width: 992px) {
  .welcome_do #title .ssl_protected {
    text-align: left;
    margin-top: 10px;
  }
  #title .container h1 {
    font-size: 30px;
  }
  #main .newentry_wrap {
      border: none;
      margin-top: 30px;
  }
  #main .newentry {
      padding-left: 0px;
  }
  .welcome_do .btn.btn-primary {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    max-width: 350px;
  }
  #main hr.sp_only {
    display: block;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .welcome_do #main .pass_reminder {
    text-align: center;
  }
  .welcome_do #main .help_link {
    text-align: center;
  }
  .form-control {
    height: 46px;
    padding: 12px;
  }
  #contents{
    padding-bottom: 200px;/* footer height + 20px */
  }
  #footer {
    height: 180px;
  }
}

@media (max-width: 767px) {
  #nav .navbar-nav li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .identify .mail_adress,
  .user_regist_confirm .mail_adress,
  .user_regist_terms .mail_adress {
    text-align: left;
  }
  .navbar-brand {
      margin-left: 20px;
  }
  .reg_subsc_complete .btn.btn-primary,
  .input_id_pwd_conf .btn.btn-primary,
  .input_id_pwd_conf .btn.btn-default,
  .identify .btn.btn-primary,
  .user_regist_confirm .btn.btn-primary,
  .user_regist_confirm .btn.btn-default,
  .user_regist_terms .btn.btn-primary {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    max-width: 350px;
  }
  .input_id_pwd_conf .btn.btn-default,
  .user_regist_confirm .btn.btn-default {
    margin-top: 24px;
  }
  #title .step-list-container,
  #title #step-list {
    padding: 0px 2px;
  }
  #title #step-list li {
    padding: 0 10px 0 1px;
    border-bottom: solid 7px #fff;
    float: left;
    height: 60px;
    background: url("https://mypage.mag2.com/img/step_arrow.png") no-repeat right center;
    text-align: center;
    font-size: 14px;
    width: 28%;
    word-break: break-all;
  }
  #title #step-list #step-2 {
    width: 25%;
  }
  #title #step-list #step-last {
    width: 19%;
  }
  .reg_subsc_complete #title .ssl_protected,
  .input_id_pwd_conf #title .ssl_protected,
  .identify #title .ssl_protected,
  .user_regist_complete #title .ssl_protected,
  .user_regist_confirm #title .ssl_protected,
  .user_regist_terms #title .ssl_protected {
    text-align: left;
    margin-top: 10px;
    padding-left: 4px;
  }
  .identify #main h2,
  .user_regist_terms #main h2,
  .user_regist_confirm #main h2 {
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 2.1;
  }
  .user_regist_complete #main h2 {
    margin-bottom: 5px;
    line-height: 1.8;
  }
  .reg_subsc_complete label,
  .input_id_pwd_conf label {
    font-weight: 700;
    color: #555;
  }
  #contents{
    padding-bottom: 240px;/* footer height + 20px */
  }
  #footer {
    height: 220px;
  }
  ul.mag_point {
    padding-left: 50px;
  }
  .navbar-header {
    background: #fafafa;
    padding: 0;
  }
  #log-info {
    position: static;
    float: right;
    padding-top: 15px;
    margin: 0;
  }
  .form-control-static-nopad {
    padding-top: 12px;
    padding-left: 24px;
  }
  #nav-links {
    height: 40px;
  }
  #mypage,
  #beginner {
    bottom: 10px;
  }
  #title .bg,
  .reg_subsc_complete #main .headline-2 h2 {
    padding:0;
  }
  .minibtn-container {
    padding-top:20px;
  }
}
@media (max-width: 480px) {
  #title #step-list li {
    padding: 0 10px 0 1px;
    font-size: 12px;
  }
  .user_regist_complete #main .notes p {
    text-align: left;
  }
  #contents{
    padding-bottom: 300px;/* footer height + 20px */
  }
  #footer {
    height: 280px;
  }
  ul.mag_point {
    padding-left: 20px;
  }
  div.meta-id {
    padding-left: 5px;
  }
  ul.mag-meta{
    border-top: 1px solid #eee;
  }
  .mag-meta li {
    width: 100%;
    border-bottom: 1px solid #eee;
    display: table;
  }
  .mag-meta li div{
    display: table-cell;
    padding-left:0;
  }
  .mag-meta li div.meta-value {
    padding-left:5px;
  }
  .mag-meta li div.meta-title {
    background-color: transparent;
    position: relative;
    text-shadow: none;
    width: 40%;
    color: #333;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    padding-right:0;
  }
  .mag-meta li.meta-bn div.meta-title {
    letter-spacing: 0;
    font-size: 13px;
  }
  .mag-meta li div.meta-title:after {
    display: none;
  }
  #pickupS .txtR,
  .txtR {
    margin: 20px 0 10px;
    text-align: center;
    float: none;
    font-size: 15px;
    line-height: 1.8;
  }
    .visible-xxs-inline {
      display: inline !important;
    }
  .reg_subsc_complete #main input[type=checkbox] + label {
    font-size: 14px;
    line-height: 1.5;
  }
  .padding-none-xxs {
    padding:0!important;
  }
  .message span.caution {
    font-size: 16pt;
  }
  .message span.caution br {
    display: none!important;
  }
  #optin_ad .infobox,
  #optin_ad .info_pic,
  #optin_ad .info_dtl {
    display: block;
  }
  #optin_ad .info_pic {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 8px;
  }
  #optin_ad .info_pic img {
    max-width: 210px;
  }
  #optin_ad .reg_form .btn{
    margin: 1em auto 10px;
  }
  #optin_ad .regform_wrap {
    padding-left:0;
    padding-right:0;
  }
  #optin_ad .optin_lead {
    padding: 5px 0 0;
  }
  .item-list label.multi-label {
    width:100%;
  }
}
@media (max-width: 370px) {
  #title #step-list li br {
    display: none!important;
  }
  .user_regist_complete #main h2,
  .user_regist_complete #main p.check_mail {
    text-align: left;
  }
  .identify #main p.form_notice {
    line-height: 2;
  }
  .indent10 {
    margin-left: -10px;
  }
  .reg_subsc_complete #main h2 {
    font-size: 19px;
  }
}

.campaigns div {
	text-align: center;
	margin-bottom: 20px;
}

.campaigns img {
	max-width: 100%;
}



/*----------------------------------------------------------------------------
pickupD
-----------------------------------------------------------------------------*/

#pickupD {
  padding: 30px 15px;
  border: 2px solid #ededed;
  position: relative;
}

#pickupD .btn-first {
  position: absolute;
  right: 15px;
  top:10px;
}

#pickupD .btn-first .txtR {
  margin: 5px 0;
}

#pickupD .btn-first .btn.btn-primary {
  float: right;
}

#pickupD .panel {
  border: 5px solid #ff9800;
}


#pickupD .mag-meta li {
  font-size: 12px;
}

#pickupD .meta-id {
  font-size: 12px;
  padding-left: 0.6em;
}

#pickupD .mag-meta li div.meta-title.label {
    background-color: #ffffff;
    letter-spacing: .2em;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #000;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


#pickupD .mag-meta li div.meta-title:after {
    content: ":";
    position: absolute;
        background-color: #ffffff;
        width: 12px;
        height: 12px;
        transform: none;
        right: -4px;
        top: 2px;
        display: block;
}



.recommend-point{
	position:relative;
	margin:0 22px 10px 10px;
	padding:12px 15px 0px 20px;
	font:normal 20px/1.3  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#666;
	background:#aee5f6;
	box-shadow:
		12px 0 0 0 #aee5f6,
		0 12px 0 0 #aee5f6,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
.recommend-point:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#78bace;
}

.recommend-point .point-marker {
  position: relative;
  font-weight: bold;
}

.recommend-point .point-marker:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:-5px;
	width:60px;
	height:10px;
	background:rgba(255,182,182,0.4);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}



@media (max-width: 768px) {

  #pickupD {
      padding: 10px 5px;
      border: 2px solid #ededed;
      position: relative;
      background: #ededed;
  }

  #pickupD .btn-first {
    position: static;
    margin-bottom: 10px;
  }

  #pickupD .recommend {
    font-size: 14px;
  }

  #pickupD .btn-first .txtR {
    margin: 5px 0;
    text-align: left;
    float: none;
    font-size: 12px;
    line-height: 1.3;
  }

  #pickupD .btn-first .btn.btn-primary {
    float: none;
    margin-bottom: 10px;
  }
}
