﻿@charset "utf-8";
/* CSS Document */

/*----section margin--------*/

.mb18-12 {
    margin-bottom: 12px;
}

/*----エラー--------*/

.time_error {
    margin: 0 auto 20px;
    overflow: hidden;
    width: auto;
    padding: 10px 15px;
    color: #FF0000;
    border: 1px solid #FF0000;
}

/*----login.html----------------*/

.inner_p15 .desc {
    font-size: 13px;
}

.inner_p15 b {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 14px;
}

.logininputs {
    margin-bottom: 25px;
    padding: 20px;
    background-color: #f5f5f5;
    font-size: 13px;
}

.logininputs p, .nomemberinputs p {
    margin: 5px 0;
}

.logininputs a {
    display: inline-block;
    padding-left: 20px;
    background: url(../Images_Style/Member/ico_forget.png) no-repeat left 2px;
    background-size: 17px;
}

.logininputs img {
    vertical-align: middle;
}

.logininputs input[type=text], .nomemberinputs input[type=text] {
    margin-bottom: 6px;
}

.logininputs .btn input[type="submit"], .nomemberinputs .btn input[type="submit"] {
    margin: 10px auto;
    width: 70%;
}

.attention {
    margin: 0 auto;
    padding-left: 4px;
    width: 240px;
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    color: #d70c19;
    background: url(../Images_Style/Member/deco_l.png) no-repeat left center, url(../Images_Style/Member/deco_r.png) no-repeat right center;
}

.members_point {
    margin: 0 auto 25px;
}

.members_point dt {
    margin: 20px 0;
}

.members_point dd {
    border-top: 1px solid #dedede;
    padding: 10px 0 10px 50px;
    font-size: 13px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 0 11px;
}

.members_point dd:last-of-type {
    border-bottom: 1px solid #dedede;
}

.members_point dd.m_point1 {
    background-image: url(../Images_Style/Member/members_point1.png);
}

.members_point dd.m_point2 {
    background-image: url(../Images_Style/Member/members_point2.png);
}

.members_point dd.m_point3 {
    background-image: url(../Images_Style/Member/members_point3.png);
}

.members_point dd.m_point4 {
    background-image: url(../Images_Style/Member/members_point4.png);
    font-weight: bold;
}

.nomemberinputs {
    margin: 15px 0 5px;
    padding: 20px;
    background-color: #f5f5f5;
    font-size: 13px;
}

ul.list {
    font-size: 13px;
    margin-bottom: 25px;
}

ul.list p {
    font-weight: bold;
}

ul.list li {
    margin-left: 1em;
    text-indent: -1em;
}

.input_attention {
    margin-top: 6px;
    border: double #d70c19;
    padding: 0 10px;
    font-size: 12px;
    color: #d70c19;
}

/*----authcode.html----------------*/

.nomemberinputs input.authcode {
    width: 100%;
}

footer {
    width: 100%;
    bottom: 0;
}

.btn_undo {
    padding: 10px 40px 0;
}

span.arrow_07 {
    display: block;
}
span.arrow_07:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    background: url(../Images_Style/Tour/ico_arrow07.png) no-repeat;
    background-size: 6px auto;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
}

.btn03 a {
    padding: 6px 5px;
    margin: 10px auto;
    /*width: 70%;*/
    font-size: 13px;
}

.btnLINE button {
    position: relative;
    width: 230px;
    background: none;
    border: 0;
    cursor: pointer;
    /*background-color: #00B300;*/
    background-color: #00C300;
    border-radius: 3px;
    text-align: left;
    height: 46px;
    display: block;
    margin: auto;
}

span.linelogo {
    background-color: transparent;
    display: inline-block;
    background-image: url(../Images_Style/Member/line_icon.png);
    background-position: top 1px left -1px;
    background-repeat: no-repeat;
    width: 46px;
    height: 44px;
    border-right: 1px #00B300 solid;
    /*border-right: 1px #009800 solid;*/
    vertical-align: top;
}

span.linetext {
    position: absolute;
    top: 2px;
    left: 60px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    height: 36px;
    color: #fff;
    text-align: center;
    width: 163px;
    vertical-align: top;
    line-height: 43px;
    font-size: 16px;
}

.btnLINE button:hover {
    background-color: #00E000;
}

span.linelogo:hover {
    border-right: 1px #00C900 solid;
}

.btnLINE button:active {
    background-color: #00B300;
}

span.linelogo:active {
    border-right: 1px #009800 solid;
}

.jmile-email {
	border-top: 1px solid #dedede;
}
.jmile-email p{
	padding-top: 15px;
}

/* ENTERPRISE-1936 */
/* line-info  PC */
.line-box{
	border:3px double #06c755;
	width:calc(100% - 26px);
	max-width:400px;
	padding: 5px 25px;
	margin: 0 auto 25px;
  }
  .line-info{
	font-size:16px;
  }
  .line-info dt {
	text-align: center;
	font-size:16px;
	font-weight:bold;
	margin: 20px 0;
	line-height:1.2;
  }
  .line-info dd{
	padding: 15px 0 15px 50px;
	border-top: 1px solid #dedede;
	font-size: 16px;
	background-size: 33px;
	background-repeat: no-repeat;
	background-position: 0 12px;
  }
  .line-info dd:nth-of-type(1){
	background-image: url(../Images_Style/Line/line_point1.png);
  }
  .line-info dd:nth-of-type(2){
	background-image: url(../Images_Style/Line/line_point2.png);
  }
  .line-info dd:nth-of-type(3){
	background-image: url(../Images_Style/Line/line_point3.png);
  }
  .line-info dd:nth-of-type(4){
	background-image: url(../Images_Style/Line/line_point4.png);
	font-weight:normal;
  }
  .line-info dd:nth-of-type(5){
	background-image: url(../Images_Style/Line/line_point5.png);
  }
  .line-info dd:nth-of-type(6){
	background-image: url(../Images_Style/Line/line_point6.png);
  }
  .line-info img{
	width:10px;
	height:auto;
	margin-bottom: 10px;
  }

  /* line-info SP */
@media only screen and (max-width: 768px) {
	.line-box{
	  width:calc(100% - 26px);
	  padding: 5px 10px;
	}
	.line-info dt {
	  font-size:16px;
	  font-weight:bold;
	  margin: 20px 0;
	  line-height:1.2;
	}
	.line-info dd{
	  font-size:14px;
	  padding: 16px 0 16px 50px;
	}
	.line-info img{
	  margin-bottom: 9px;
	}
  }