@charset "utf-8";
/*--------------------------------------------
LP.css
フォーム付LP画面用CSS
--------------------------------------------*/
#contents.contents {
	max-width: none;
    padding: 0;
    margin: auto;
    position: relative;
}

header {
	position: static !important;
}
#beforeFormArea.contents {
    padding: 0 20px;
    position: relative;
    background-color: #fff;
    margin-top: 0 !important;
/*    border-left: 1px solid #231815;
    border-right: 1px solid #231815;*/
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sp {
    display: none;
}
a:hover {
    opacity: 0.7;
}
#breadcrumb {
    padding: 20px 0 20px;
    font-size: 14px;
}
.wrap {
    width: 1280px;
    margin: 0 auto;
}
.table-ttl {
    font-size: 27px;
    font-weight: bold;
    padding: 15px 0 3px 45px;
    /*padding-bottom: 10px;*/
    background-repeat: no-repeat, no-repeat;
    background-position: 0 10px, center bottom;
    /*background: url(../../contents/shop/chojyu/images/line_l.png) no-repeat center 35px;*/
    /*padding-left: 40px;*/
    /*background: url(../../contents/shop/chojyu/images/MR_icon_01.png) no-repeat 0 0;*/
}
.table-ttl.information {
    background-image: url(../../contents/shop/chojyu/images/MR_icon_01.png),url(../../contents/shop/chojyu/images/line_l.png);
}
.table-ttl.address {
    background-image: url(../../contents/shop/chojyu/images/MR_icon_02.png),url(../../contents/shop/chojyu/images/line_l.png);
}
.table-ttl.tel {
    background-image: url(../../contents/shop/chojyu/images/MR_icon_06.png),url(../../contents/shop/chojyu/images/line_l.png);
}
.table-ttl.other {
    background-image: url(../../contents/shop/chojyu/images/MR_icon_04.png),url(../../contents/shop/chojyu/images/line_l.png);
}
.table-ttl.personal {
    background-image: url(../../contents/shop/chojyu/images/MR_icon_05.png),url(../../contents/shop/chojyu/images/line_l.png);
}
table {
    margin: 10px 0 20px;
    border-top: 1px solid #595757;
    border-left: 1px solid #595757;
    font-size: 18px;
    line-height: 35px;
}
table tr th, table tr td {
    padding: 10px 20px;
    border-right: 1px solid #595757;
    border-bottom: 1px solid #595757;
    vertical-align: middle;
}
table tr th {
    width: 28%;
    background: #dddbd8;
/*    position: relative;*/
}
table tr th span {
    color: #d41e1c;
/*    position: absolute;*/
    top: 50%;
    right: 10px;
    margin-top: -14px;
}

table .tbl_title {
    text-align: left;
    float: left;
}
table .tbl_req {
    text-align: right;
    color: #d41e1c;
}

#MemberRegister .td {
	padding: 15px 20px 10px;
}

table tr td {
    padding: 10px 20px;
}

.set-group.table {
/*	margin-bottom: 30px;*/
}
select[name="year"]{
  width:250px;
}
select[name="month"], select[name="day"] {
  width:160px;
}

select::-ms-expand {
  display: none;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"],  select {
    padding: 8px;
    background: #ebebeb;
    border: 1px solid #595757;
}

.nameSeiItemWrap input[type="text"],
.nameSeiKanaItemWrap input[type="text"] {
	width: 200px;
}
.nameMeiPreLabel,
.nameMeiSuffixLabel,
.nameMeiKanaPreLabel,
.nameMeiKanaSuffixLabel {
    margin-left: 20px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  background: url(../../contents/shop/chojyu/images/select-button.png) no-repeat right center #ebebeb;
  border: 1px solid #595757;
  margin-right: 10px;
}
input[type="text"].postCode1 {
	margin-right: 10px;
}
a.postnum-research {
    display: inline-block;
    padding: 12px 10px 10px;
    margin: 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    background: #9b9c9c;
}
input.post-number1 {
    width: 180px;
}
input.post-number2 {
    width: 205px;
}
input[type="tel"] {
    width:120px;
}
.personal-info {
    width: 100%;
    height:250px;
    padding: 20px;
    overflow: scroll;
    border: 1px solid #231815;
    margin-bottom: 15px;
}
.personal-btn {
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #dddbd8;
}
.btn-area {
    margin-bottom: 30px;
    padding: 20px 0;
    text-align: center;
}
a.return {
    display: inline-block;
    padding: 10px;
    margin-right: 20px;
    font-size: 20px;
    width: 230px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
/*    background: #dddbd8;*/
}
a.btnsdw_a {
    background: -moz-linear-gradient(
    top,
    #e7e6e4 0%,
    #e7e6e4 49%,
    #dddcd9 50%,
    #dddcd9);

    background: -webkit-gradient(
    linear,left top,left bottom,
    from(#e7e6e4),
    color-stop(0.49,#e7e6e4),
    color-stop(0.50,#dddcd9),
    to(#dddcd9));

    background: -ms-linear-gradient(
    top,
    #e7e6e4 0%,
    #e7e6e4 49%,
    #dddcd9 50%,
    #dddcd9);

    background: linear-gradient(
    top,
    #e7e6e4 0%,
    #e7e6e4 49%,
    #dddcd9 50%,
    #dddcd9);
}

input[type="submit"].check {
    padding: 10px;
    font-size: 20px;
    line-height: 28px;
    width: 230px;
    color: #fff;
    text-decoration: none;
/*    background-color: #d41e1c;*/
    border-radius: 5px;
    border: 0;

}
input.btnsdw_b {
    background: -moz-linear-gradient(
    top,
    #d41e1c 0%,
    #d41e1c 49%,
    #c31211 50%,
    #c31211);

    background: -webkit-gradient(
    linear,left top,left bottom,
    from(#d41e1c),
    color-stop(0.49,#d41e1c),
    color-stop(0.50,#c31211),
    to(#c31211));

    background: -ms-linear-gradient(
    top,
    #d41e1c 0%,
    #d41e1c 49%,
    #c31211 50%,
    #c31211);

    background: linear-gradient(
    top,
    #d41e1c 0%,
    #d41e1c 49%,
    #c31211 50%,
    #c31211);
}

a.post-link {
    color: #009fe8;
    background: url(../../contents/shop/chojyu/images/icon_link.png) no-repeat 49px 4px;
    background-size: 14px 14px;
}
input.error {
    background: #ebdadf;
    border: 1px solid #d41e1c;
}
.error-msg {
    color: #d41e1c;
    font-size: 16px;
    padding-top: 10px;
}
.msg {
    font-size: 16px;
    /*padding-top: 10px; */
}
.email_attention {
    /*margin-top: 12px; */
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5em;
}
.nameinput_area {
    overflow: hidden;
}
.infoname_a1 {
    display: block;
    width: 2.1em;
    float: left;
}
.infoname_a2 {
    display: block;
    float: left;
    margin-right:0.5em;
}
.infoname_a3 {
    display: block;
    float: left;
}

/*-------------------- スマホブレイクポイント --------------------*/

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .contents {
        width: 92%;
        margin: 50px auto 0;
        padding: 0 0;
        position: relative;
        background-color: #fff;
        border-left: 0;
        border-right: 0;

        box-sizing: border-box;
    }
    .step {
        width: 300px;
        margin: 0 auto 20px;
    }
    .step li {
        width: 90px;
        height: 90px;
        float: left;
        position: relative;
        display: inline-block;
        border-radius: 50%;
        background: #dddbd8;
    }
    /*.step li {
        position: relative;
        width: 20%;
        height: auto;
    }
    .step li:before {
        content: "";
        display: block;
        padding-top: 100%;
    }*/
    .step li p {
        /*position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;*/
        width: 90px;
        height: 90px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        /*color: #000;*/
        font-size: 16px;
        line-height: 150%;
    }
    .step li:not(:last-child) {
        margin-right: 15px;
    }
    .step li:not(:last-child):after {
        content: url(../../contents/shop/chojyu/images/arrow_red_s.png);
        position: absolute;
        top: 36px;
        right: -13px;
    }
    .step li.select {
        background: #d81e1c;
    }
    .step li.select p {
        color: #fff;
    }
    .wrap {
        width: 100%;
        margin: 0 auto;
    }
    .table-ttl {
        font-size: 16px;
        padding-bottom: 3px;
        margin-bottom: 10px;
        background: none;
        border-bottom: 1px solid #ccc;
        background-repeat: no-repeat;
        background-position: 0 15px;
        padding-left: 20px;
        background-size: 20px 20px;
    }

    .table-ttl.information {
        background-image: url(../../contents/shop/chojyu/images/MR_icon_01.png);
    }
    .table-ttl.address {
        background-image: url(../../contents/shop/chojyu/images/MR_icon_02.png);
    }
    .table-ttl.tel {
        background-image: url(../../contents/shop/chojyu/images/MR_icon_06.png);
    }
    .table-ttl.other {
        background-image: url(../../contents/shop/chojyu/images/MR_icon_04.png);
    }
    .table-ttl.personal {
        background-image: url(../../contents/shop/chojyu/images/MR_icon_05.png);
    }
    table {
        width: 100%;
        font-size: 14px;
    }
    table tr th span {
        color: #d41e1c;
        position: static;

    }
    table tr td {
        line-height: 1.6em;
        padding: 10px;
    }

    table .tbl_title {
        text-align: center;
        float: none;
    }
    table .tbl_req {
        text-align: center;
    }

    .nameSeiPreLabel,
	.nameMeiPreLabel,
	.nameSeiKanaPreLabel,
	.nameMeiKanaPreLabel {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
    .nameMeiPreLabel,
    .nameMeiSuffixLabel,
    .nameMeiKanaPreLabel,
    .nameMeiKanaSuffixLabel {
        margin-left: 0;
    }

	.suffixLabel {
		display: inline-block;
	}

    select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 0;
      background: none transparent;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      box-sizing: content-box;
      font-size:14px;
      line-height: 20px;
      padding: 10px;
      background: url(../../contents/shop/chojyu/images/select-button.png) no-repeat right center #ebebeb;
      border: 1px solid #595757;
      margin: 0 10px 0 0;

    }
    input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="datetime"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime-local"], input[type="number"], input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], textarea {
        width: 98%;
        margin-bottom: 10px;
    }
    .nameSeiItemWrap input[type="text"],
	.nameSeiKanaItemWrap input[type="text"] {
		width: 98%;
	}
    select {
        width: 85%;
    }
    input.post-number1,
    input.telNo1Pre,
    input.telNo1Middle,
    input.telNo1Post {
        width: 30%;
    }
    input[type="button"].postCodeSearchButton {
    	width: 40%;
    }
    input.post-number2 {
        width: 50%;
    }
    a.postnum-research {
        display: inline-block;
        padding: 7px 5px 5px;
        margin: 0 10px;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        background: #9b9c9c;
    }
    select[name="year"]{
      width:70%;
    }
    select[name="month"], select[name="day"] {
      width:70%;
    }
    table tr th {
        width: 35%;
        padding: 5px 8px;
        text-align: center;
    }
    a.return {
        display: inline-block;
        padding: 10px;
        margin-right: 5%;
        font-size: 14px;
        width: 40%;
        color: #000;
        text-decoration: none;
/*        background: #dddbd8;*/
    }
    input[type="submit"].check {
        padding: 10px;
        font-size: 14px;
        line-height: 19px;
        width: 40%;
        color: #fff;
        text-decoration: none;
/*        background-color: #d41e1c;*/
        border-radius: 5px;
        border: 0;
    }
    input[type="tel"] {
        width: 25%;
    }
    a.post-link {
        color: #009fe8;
        background-size: 14px 14px;
        background-position: top right;
    }
    .error-msg {
        color: #d41e1c;
        font-size: 12px;
    }

    select[name="year"],select[name="month"], select[name="day"] {
      width: 65%;
    }

    .msg {
        font-size: 1.0em;
    }
    .infoname_a2 {
      width: 80%;
    }

    .nameinput_area br.sp {
      float: none;
      clear: both;
    }

}

@media screen and (max-width: 768px) {
	#MemberRegister .td {
		padding: 10px;
	}
}

@media (max-width: 751px) and (orientation: landscape) {
  #wrap {
    width: 100% !important;
  }
}

@media screen and (max-width: 641px) {
    input[type="button"].postCodeSearchButton {
        width: auto;
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 320px) {
    input[type="text"].postCode1 {
        margin-right: 0;
    }
}

.th,.table th {
	width: 30%;
}

.alertMessageContentTitle, .alertMessageContent {
	font-weight:bold;
	font-size:18px;
}
@media screen and (max-width: 641px) {
	.alertMessageContentTitle, .alertMessageContent {
		font-weight:bold;
		font-size:16px;
	}
}
