@charset "utf-8";

.listWrap .tabs {
	box-sizing: border-box;
	text-align: center;
	padding: 0 10px;
	width: 100%;
}
	.listWrap .tabs li {
		float: left;
		width: 48.6%;
		width: calc(50% - 3px);
	}
		.listWrap .tabs li:last-child {
			float: right;
		}
		.listWrap .tabs li a {
			display: block;
			padding: 10px 0;
			color: #000;
			background: #ccc;
			font-weight: bold;
			text-decoration: none;
		}
		.listWrap .tabs li.active a {
			background: #fff;
			border-bottom: none;
			padding: 10px 0 18px;
		}
.listWrap .display {
	clear: both;
	margin-bottom: 23px;
	padding: 10px 0;
	background: #fff;
}
		.listWrap .display > .inner > p {
			margin: 0 10px 10px;
		}
		.listWrap .display > .inner .md_accordion {
			margin-bottom: 10px;
		}
		.listWrap .display > .inner .md_accordion:last-child {
			margin-bottom: 0;
		}
			.listWrap .display > .inner .md_accordion .content p + p {
				margin: 15px 0 0;
			}
			.listWrap .display > .inner .md_accordion .content ul.attention {
				margin: 10px 0;
			}
			.listWrap .display > .inner .md_accordion .content a.md_theaterBtn {
				margin: 15px auto 0;
				max-width: 850px;
			}
			.listWrap .display > .inner .md_accordion .content a.md_squareBtnWhite {
				margin: 30px auto 40px;
				max-width: 850px;
			}


/*劇場広告媒体のご案内*/
.listWrap .display > .media {
	padding: 0 10px;
}
.listWrap .display > .media section {
		margin: 45px 0 0;
}
.listWrap .display > .media section:first-child {
	margin: 0;
}
	.listWrap .display > .media h1 {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 10px 0;
		margin: 0 0 15px;
		border-bottom: 1px solid #000;
	}
	.listWrap .display > .media h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 30px 0 10px;
	}
	.listWrap .display > .media h2:first-child {
		margin: 0 0 10px;
	}
	.listWrap .display > .media h2 span {
		font-size: 12px;
		font-weight: normal;
		display: block;
	}
	.listWrap .display > .media p {
		margin-bottom: 15px;
	}
	.listWrap .display > .media .md_accordion {
		margin: 0 -10px 10px;
	}
	.listWrap .display > .media .point {
		display: table;
		margin: 0 0 15px;
	}
		.listWrap .display > .media .point > * {
			display: table-cell;
			vertical-align: top;
			text-align: left;
		}
		.listWrap .display > .media .point > span {
			width: 65px;
		}
			.listWrap .display > .media .point > span img {
				width: 52.5px;
			}
	.listWrap .display > .media ul {
		margin-bottom: 15px;
	}
	.listWrap .display > .media ul li {
		margin-bottom: 4px;
	}
	.listWrap .display > .media ul li:before {
		content: "・";
	}
	.listWrap .display > .media > section > img,
	.listWrap .display > .media .md_accordion div.content > img {
		display: block;
		margin: 15px auto;
	}
	.listWrap .display > .media > section > img:first-child,
	.listWrap .display > .media .md_accordion div.content > img:first-child {
		margin: 0 auto 15px;
	}
	.listWrap .display > .media .md_accordion div.content .note {
		border: 1px solid #ccc;
		padding: 15px;
		margin: 20px 10px 30px;
	}
		.listWrap .display > .media .md_accordion div.content .note p:last-child {
			margin-bottom: 0;
		}


/*お問い合わせ
------------------------------*/
header.global h1.wide a img {
	max-width: 243px;
}
.form {}
	.form .lead {
		padding: 16px 10px;
		font-size: 92.9%;
	}
	.form .textArea {
		padding: 20px 10px 30px;
	}
	.form .wrap {
		background: #fff;
		box-sizing: border-box;
	}
		.form h2 {
			color: #fff;
			background: #373737;
			min-height: 60px;
			text-align: center;
			color: #fff;
			font-size: 107.2%;
			padding: 18px 0 0;
			box-sizing: border-box;
		}
		.form .big {
			text-align: center;
			font-weight: bold;
			font-size: 121%;
		}

/* フォーム
------------------------------*/
.form > h2 {
  margin: 0 10px;
  padding: 16px 0;
  font-size: 128.6%;
  text-align: center;
  border-bottom: #000 1px solid; }
.form > .lead {
  padding: 16px 10px;
  font-size: 92.9%; }
.form section h2, .form section h3 {
  padding: 6px 12px;
  font-size: 107.2%;
  color: #fff;
  background-color: #373737; }

.form section input[type="text"],
.form section input[type="password"],
.form section input[type="email"],
.form section input[type="tel"],
.form section select {
	display: block;
	font-size: 16px;
	line-height: normal;
	box-sizing: border-box;
	padding: 12px 10px;
	background: #fff;
	border: 1px solid #d5d5d5;
	width: 100%;
	height: 50px;
	line-height: 0;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.form section select {
	line-height: normal;
}
.form section input[type="text"]::-webkit-input-placeholder,
.form section input[type="password"]::-webkit-input-placeholder,
.form section input[type="email"]::-webkit-input-placeholder,
.form section input[type="tel"]::-webkit-input-placeholder {
	line-height: normal;
}
/* エラー時 */
.message .error {
	color: #b11919;
}
.form section input[type="text"].clear + .clearbtn,
.form section input[type="password"].clear + .clearbtn,
.form section input[type="email"].clear + .clearbtn,
.form section input[type="tel"].clear + .clearbtn {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 50px;
	background: url(../img/ico_input_clear@2x.png) no-repeat center;
	background-size: 30px 30px;
}
.form section input[type="text"].clear:focus + .clearbtn,
.form section input[type="password"].clear:focus + .clearbtn,
.form section input[type="email"].clear:focus + .clearbtn,
.form section input[type="tel"].clear:focus + .clearbtn {
	display: none;
}
.form section input[type="text"].error,
.form section input[type="password"].error,
.form section input[type="email"].error,
.form section input[type="tel"].error {
	background-color: #f3dede;
	color: #b11919;
}
.form section input[disabled], .form section input[readonly] {
	background-color: #cdcece;
}

.form section select.error {
	background-color: #f3dede;
}

.form section textarea {
    box-sizing: border-box;
    width: 100%;
    height: 115px;
    padding: 11px 15px;
    font-size: 114.3%;
    border: #d5d5d5 1px solid;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.form section textarea.error {
	background-color: #f3dede;
}

.form section input[readonly] {
  background: #cdcece; }
.form section input:-moz-read-only {
  background-color: #cdcece; }
.form section input:read-only {
  background-color: #cdcece; }
.form section :placeholder-shown {
  color: #cecece; }
.form section ::-webkit-input-placeholder {
  color: #cecece; }
.form section :-moz-placeholder {
  color: #cecece;
  opacity: 1; }
.form section ::-moz-placeholder {
  color: #cecece;
  opacity: 1; }
.form section :-ms-input-placeholder {
  color: #cecece; }
.form section select {
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0 30px 0 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 2.5px;
  border: 0;
  background: #fff url(../img/ico_select_arrow.png) no-repeat 90% center;
  background-size: 13px 6.5px;
  vertical-align: middle;
  font-size: inherit;
  font-size: 16px;
  color: inherit;
  border: #010101 1px solid; }
.form section input[type="submit"]:hover,
.form section button.btnSubmit:hover {
	margin-top: 30px;
}
.form section input[type="submit"][disabled],
.form section button.btnSubmit[disabled] {
	background: #cdcece;
	cursor: default;
}

.form section input.hasError, .form section select.hasError {
  border-color: #a6332e; }
.form section .errorMessage {
  clear: both !important;
  display: block !important;
  margin-top: 3px;
  color: #a6332e;
  font-weight: bold;
  font-size: 92.9%; }
.form section > .inner {
  padding: 14px 10px 25px;
  background: #f0f0f0; }
.form section.mailAdrs > .inner .input {
  position: relative; }
  .form section > .inner .attText {
    padding-left: 1em;
    text-indent: -1em; }
  .form section > .inner dl {
    margin-bottom: 40px; }
    .form section > .inner dl:last-child {
      margin-bottom: 0; }
    .form section > .inner dl dt {
      margin-bottom: 3px; }
      .form section > .inner dl dt span.mini {
        display: inline-block;
        padding-left: 25px;
        vertical-align: top;
        font-size: 85.8%; }
      .form section > .inner dl dt span.essential {
        color: #bc0114;
        display: none; }
    .form section > .inner dl dd {
      position: relative;
      margin-bottom: 20px; }
      .form section > .inner dl dd .clearBtn {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 50px;
        background: url(../../img/usrUpd/ico_clear.png) no-repeat 9px center;
        background-size: 20px; }
  .form section > .inner .checkBoxWrap {
    margin-bottom: 10px;
  }
    .form section > .inner .checkBoxWrap:last-child {
      margin-bottom: 0;
    }
    .form section > .inner .checkBoxWrap input[type=checkbox] {
      position: absolute;
      left: -999px; }
    .form section > .inner .checkBoxWrap label {
      display: block;
      padding: 0 14px;
      font-size: 92.9%;
      background: #fff;
      border: #000 1px solid;
      border-radius: 2.5px; }
      .form section > .inner .checkBoxWrap label span {
        position: relative;
        display: inline-block;
        padding: 16px 0 16px 30px;
        line-height: 1.4;
        color: #000; }
        .form section > .inner .checkBoxWrap label span:before {
          position: absolute;
          left: 0;
          top: 50%;
          width: 20px;
          height: 18px;
          margin-top: -9px;
          background: url(../img/ico_check_off@2x.png) no-repeat 0 0;
	  background-size: 20px 18px;
          content: ''; }
    .form section > .inner .checkBoxWrap input[type=checkbox]:checked + label {
      border: #0c985b 1px solid;
      background: #0c985b; }
      .form section > .inner .checkBoxWrap input[type=checkbox]:checked + label span {
        color: #fff; }
        .form section > .inner .checkBoxWrap input[type=checkbox]:checked + label span:before {
          background: url(../img/ico_check_on@2x.png) no-repeat 0 0;
		 background-size: 20px 18px; }

    .form section > .inner .checkBoxWrap p {
      margin-top: 5px; }
      .form section > .inner .checkBoxWrap p.hidden {
        display: none; }
  .form section > .inner .subInfo {
    display: none; }
.form section.memNum > .inner p span {
  padding-right: 0.5em; }
.form section.memNum > .inner p.attText {
  color: #aa0d27; }
.form section.memNum > .inner ul {
  letter-spacing: -.4em; }
  .form section.memNum > .inner ul li {
    display: inline-block;
    width: calc((100% - 16px) / 3);
    max-width: 104px;
    height: 58px;
    margin-right: 8px;
    position: relative; }
    .form section.memNum > .inner ul li:last-child {
      margin-right: 0; }
.form section.memNm > .inner p span, .form section.memKana > .inner p span {
  padding-right: 1em; }
.form section.mailAdrs > .inner input[disabled] {
  background: #cdcece;
  border: none; }
.form section.password > .inner {
  padding-top: 30px; }
.form section.address > .inner .zipWrap {
  letter-spacing: -.4em; }
  .form section.address > .inner .zipWrap p {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }
    .form section.address > .inner .zipWrap p.input {
      width: calc(100% - 140px);
      max-width: 210px;
      height: 50px;
      position: relative;
      margin-right: 15px; }
    .form section.address > .inner .zipWrap input.searchBtn {
      width: 104px;
      padding: 9px;
      text-align: center;
      font-size: 92.9%;
      color: #fff;
      background: #0c985b;
      border: none;
      border-radius: 2.5px;
      cursor: pointer; }
      .form section.address > .inner .zipWrap input.searchBtn[disabled] {
        background-color: #ccc;
        cursor: auto;
      }
    .form section.address > .inner .zipWrap #zipAddressArea {
     display: none;
      margin: 15px 0; }
.form section.address > .inner select.stateNm {
  width: 220px; }
.form section.address > .inner input.stateNm {
  width: 160px; }
.form section.phone > .inner .phoneWrap .input {
	display: inline-block;
	width: 28%;
	vertical-align: middle;
	position: relative;
}
.form section.phone > .inner .phoneWrap .hyphen {
	display: inline-block;
	width: 3%;
	text-align: center;
	vertical-align: middle;
}
.form .nextBtnWrap {
  padding: 0 15px 25px;
  background-color: #f0f0f0;
   }
.form .nextBtnWrap.confEnt {
  margin-top: 25px;
}

.nextBtnWrap {
  padding: 0 15px; }
  .nextBtnWrap button, .nextBtnWrap input {
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    font-size: 121.5%;
    color: #fff;
    background: #0c985b;
    border: none;
    border-radius: 2.5px;
    margin-top: 0!important; }
    .nextBtnWrap button:disabled, .nextBtnWrap input:disabled {
      background: #cdcece; }


/* 会員情報確認
------------------------------*/
.form .content.conf > h2 {
  margin: 0 10px;
  padding: 16px 0;
  font-size: 128.6%;
  text-align: center;
  border-bottom: #000 1px solid; }
.form .content.conf > .lead {
  padding: 16px 10px;
  font-size: 92.9%; }
.form .content.conf dl {
  overflow: hidden;
  clear: both;
  padding: 10px 10px; }
  .form .content.conf dl:nth-child(odd) {
    background: #f0f0f0; }
  .form .content.conf dl dt {
    position: relative;
    clear: both;
    float: left;
    width: 120px;
    margin: 7px 0;
    padding-right: 10px;
    line-height: 1.1;
    font-size: 85.8%; }
    .form .content.conf dl dt:after {
      position: absolute;
      right: 9px;
      top: -1px;
      color: #c3c1c1;
      content: ':'; }
  .form .content.conf dl dd {
    float: left;
    width: calc(100% - 130px);
    margin: 4px 0;
    font-size: 92.9%;
    line-height: 1.5;
    font-weight: bold; }
    .form .content.conf dl dd pre {
      white-space: pre;           /* CSS 2.0 */
      white-space: pre-wrap;      /* CSS 2.1 */
      white-space: pre-line;      /* CSS 3.0 */
      white-space: -pre-wrap;     /* Opera 4-6 */
      white-space: -o-pre-wrap;   /* Opera 7 */
      white-space: -moz-pre-wrap; /* Mozilla */
      white-space: -hp-pre-wrap;  /* HP Printers */
      word-wrap: break-word;      /* IE 5+ */
      font-family: initial;
      line-height: 1.5;
      font-weight: bold; }
    .form .content.conf dl dd dl {
      padding-top: 0;
      clear: none;
      background: transparent !important; }
      .form .content.conf dl dd dl dt {
        width: 60px;
        margin-top: 3px;
        font-size: inherit;
        font-weight: normal;
        font-size: 12px; }
      .form .content.conf dl dd dl dd {
        width: calc(100% - 70px);
        margin-top: 0; }
  .form .content.conf dl.memNum dd p span {
    padding-right: 0.5em; }
  .form .content.conf dl.memNm dd p span, .form .content.conf dl.memKana dd p span {
    padding-right: 1em; }
.form .content.conf .nextBtnWrap {
  margin-bottom: 16px;
  margin-top: 40px;
  background-color: initial; }
.form .content.conf .modBtnWrap {
  margin: 0 15px 45px; }
  .form .content.conf .modBtnWrap button, .form .content.conf .modBtnWrap input {
    display: block;
    width: 100%;
    /*max-width: 167px;*/
    margin: 0 auto;
    padding: 12px;
    font-size: 92.9%;
    font-weight: bold;
    border: #000 1px solid;
    border-radius: 2.5px;
    background: #fff; }

/* 完了
------------------------------*/
.form .content.comp > .lead {
  padding: 20px 10px 40px;
  font-size: 92.9%; }
.form .content.comp h2 {
  padding: 12px 10px;
  font-size: 121.5%;
  color: #fff;
  background-color: #373737;
  background-repeat: no-repeat; }
.form .content.comp .info {
  padding: 10px; }
  .form .content.comp .info .inner {
    padding: 10px;
    background: #fff; }
    .form .content.comp .info .inner dl {
      margin: 15px 0;
      padding: 12px 20px;
      font-size: 92.9%;
      font-weight: bold;
      background: #f0f0f0; }
      .form .content.comp .info .inner dl dt {
        clear: both;
        width: 42px;
        float: left;
        margin-bottom: 3px; }
      .form .content.comp .info .inner dl dd {
        float: left;
        width: calc(100% - 42px); }
    .form .content.comp .info .inner .cautionText {
      margin-bottom: 20px; }
      .form .content.comp .info .inner .cautionText ul {
        margin-bottom: 20px; }
        .form .content.comp .info .inner .cautionText ul li {
          position: relative;
          padding-left: 1em; }
          .form .content.comp .info .inner .cautionText ul li:before {
            position: absolute;
            left: 0;
            top: auto;
            content: '・'; }
      .form .content.comp .info .inner .cautionText p {
        padding-left: 1em; }
        .form .content.comp .info .inner .cautionText p a {
          text-decoration: underline; }
    .form .content.comp .info .inner .mail {
      margin-right: 20px;
      margin-left: 20px; }
      .form .content.comp .info .inner .mail a {
        display: block;
        padding: 12px;
        text-align: center;
        font-size: 92.9%;
        line-height: 1.4;
        border: #000 1px solid;
        border-radius: 2.5px; }
.form .content.comp .closeBtnWrap {
    margin: 0 auto 40px;
    text-align: center;
}
.form .content.comp .closeBtnWrap button {
    box-sizing: border-box;
    width: 90%;
    padding: 0;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #373737;
    border: none;
    border-radius: 2.5px;
}
/*アコーディオン*/

.form section.theaterFlg .accordion {
	margin-bottom: 10px;
}
.form section.theaterFlg .accordion li {
	background: #fff;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 10px;
}
	.form section.theaterFlg .accordion li:last-child {
		margin-bottom: 0;
	}
	.form section.theaterFlg .accordion .titleWrap {
		position: relative;
		padding: 0 10px;
		font-size: 105%;
		color: #423b3b;
		background-image: url(/sp/img/bg_dot.png);
		background-repeat: repeat;
		background-position: center;
		background-size: 16px;
		cursor: pointer; 
	}
		.form section.theaterFlg .accordion .titleWrap .titleInner {
			position: relative;
			padding: 10px 0;
			margin-right: 9px;
			background-image: url(../img/ico_plus.png);
			background-repeat: no-repeat;
			background-position: right center;
			background-size: 24.5px;
		}
		.form section.theaterFlg .accordion .titleWrap h3 {
			background-color: initial;
			color: #423b3b;
			padding: 0;
			font-size: initial;
		}
		.form section.theaterFlg .accordion .titleWrap span {
			font-size: 80%;
			float: right;
			margin-right: 40px;
			vertical-align: middle;
			line-height: 30px;
		}
			.form section.theaterFlg .accordion .titleWrap.active .titleInner {
				background-image: url(../img/ico_minus.png); 
			}


.form section.theaterFlg .accordion .titleWrap:after {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: -0px;
	display: block;
	width: auto;
	height: 1px;
	background: #000;
	content: ''; 
	}

	.form section.theaterFlg .accordion .main {
		display: none;
		padding: 20px 10px;
	}

