/***********************
modal共通
***********************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal__overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #001252;
}

.modal__btn-close {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  font-size: 25px;
  color: #000;
  background-color: #d8d8d8;
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.modal__btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 17px;
  background-color: #000;
}

.modal__btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 3px;
  height: 17px;
  background-color: #000;
}

.modal__contents {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70vw;
  max-width: 1200px;
  height: 80vh;
  border-radius: 5px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.modal__contents.cloned-modal-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 720px) {
  .modal__btn-close {
    top: 8%;
    right: 5%;
  }

  .modal__contents {
    width: 90%;
    height: 80%;
  }
}

.modalWrapper {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3rem 2rem;
}


	


/***********************
天海通信_最新号内容
***********************/
.tsushin {
	color: #007ae0;
}

.tsushin > * {
	margin-bottom: 3rem;
}

.modalWrapper .tsushin-list .tsushin-list__item {
	line-height: 1.8;
	margin-bottom: 0.5em;
	padding-left: 0.6em;
	position: relative;
	font-weight: bold;
}

.modalWrapper .tsushin-list .tsushin-list__item::before {
	position: absolute;
	top: 0.8em;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	width: 0;
	height: 0;
	border: 0.5em solid transparent;
	border-top: 0.5em solid #007ae0;
}

.modalWrapper .tsushin-list .tsushin-list__item p {
	font-weight: normal;
}

/***********************
短期狙い株_無料サンプル
***********************/
.tanki {
	color: #007ae0;
}

.tanki > * {
	margin-bottom: 3rem;
}

.tanki pre {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.8;
	white-space: pre-line;
}

/***********************
コロコロ変わる気になる銘柄
***********************/
.meigara h1 {
	color: #fff;
	padding: 0.5em 0;
	text-align: center;
	background: url(../../img/modal/meigara_tit_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.meigara h2 {
	color: #e5004e;
	margin: 30px 0;
	text-align: center;
}

.meigara table {
	margin: 30px 0;
	width: 100%;
	text-align: left;
}

.meigara tr {
	background: #eee;
	border-bottom: solid 2px #fff;
}

.meigara th {
	background: #4571c8;
	color: #fff;
	padding: 2rem;
	width: 30%;
}

.meigara td {
	padding: 2rem;
	width: 70%;
}

.meigara-attention {
	text-align: center;
	margin: 30px auto;
}


@media screen and (max-width: 640px) {
	/*
	.meigara .last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
*/

	.meigara th,
	.meigara td {
		display: block;
		width: 100%;
	}

	/*
  .meigara table th,
  .meigara table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
*/
}

/***********************
天海のつぶやき
***********************/
.tubuyaki {
	text-align: center;
}

.tubuyaki h1 img {
	width: 100%;
	max-width: 500px;
}

.tubuyaki > *,
.tubuyaki .sample_dl > p {
	margin: 0 auto 2rem;
}

.tubuyaki .sample_dl > p,
.tubuyaki .sample_dl a p {
	color: #c5000c;
}

.tubuyaki .sample_dl a p {
	padding-left: 3.0rem;
}

.tubuyaki .sample_dl_btn::before {
	background-image: url(../../img/top/ic/btn-arrow-red.svg);
	left: 1.5em;
}

.tubuyaki .fm {
	border-bottom: 1px solid #b7b7b7;;
	padding: 2rem;
	width: 70%;
}

.tubuyaki .fm h2 {
	color: #c5000c;
	margin-bottom: 1rem;
}

.tubuyaki a {
    color: #551A8B;
}

.tubuyaki a:hover {
    text-decoration:underline;
}

.tubuyaki .fm input[type="text"] {
	display: inline-block;
	text-align: start;
	-webkit-appearance: textfield;
	background-color: white;
	cursor: text;
	font-size: 1.6rem;
	padding: 0.5rem;
	border: 1px solid #b7b7b7;
	width: 70%;
	margin: 1rem auto 2rem;
}

.tubuyaki .fm input[type="text"]:focus {
	-webkit-box-shadow: 0 0 3px #c80032;
	        box-shadow: 0 0 3px #c80032;
	border: 1px solid #cb0033;
}

.tubuyaki .fm input[type="submit"] {
	font-size: 1.6rem;
	padding: 0.5rem 2rem;
	background-color: #d2d2d2;
	cursor: pointer;
}

@media screen and (max-width: 720px) {

	.tubuyaki .fm input[type="text"],
	.tubuyaki .fm input[type="submit"] {
		font-size: 3.5rem;
	}
	
	.tubuyaki .fm {
		width: 100%;
	}
	
}


/***********************
講演セミナー_告知モーダル
***********************/
.seminar_modal img {
	width: 100%;
	height: auto;
}

.seminar_modal h2 {
	color: #ff3b53;
	background: #f4f4f4;
	padding: 2rem 3rem;
	margin: 4rem 0;
	position: relative;
}

.seminar_modal h2::after {
	content: "";
	position: absolute;
	bottom: -75%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(0);
	transform: translateX(-50%) rotate(0);
	width: 0;
	height: 0;
	border: 2.0em solid transparent;
	border-top: 2.0em solid #f4f4f4;
	z-index: -1;
}

.seminar_modal h2 span {
	display: block;
}


.seminar_modal table {
	margin: 4rem 0;
	width: 100%;
	text-align: left;
	color: #333333;
	line-height: 1.8;
}

.seminar_modal tr {
	background: #fff;
	border-bottom: solid 2px #cbcbcb;
	vertical-align: top;
}

.seminar_modal tr:first-child {
	border-top: solid 2px #cbcbcb;
}

.seminar_modal th {
	background: #f4f4f4;
	padding: 2rem 3rem;
	width: 20%;
}

.seminar_modal td {
	padding: 2rem 3rem;
	width: 80%;
}

.seminar_modal a {
	text-decoration: underline;
}

.seminar_modal a:hover {
	color: #ff3b53;
}

@media screen and (max-width: 720px) {
	.seminar_modal {
		margin-top: 4.0em;
	}

	.seminar_modal tr:first-child {
		border: none;
	}

	.seminar_modal tr {
		border: none;
	}

	.seminar_modal th {
		width: 100%;
		display: block;
		padding: 1.0em 2.0em;
		text-align: left;
	}

	.seminar_modal td {
		width: 100%;
		display: block;
		padding: 1.0em 2.0em;
	}

	.seminar_modal::after {
		bottom: 0;
		-webkit-transform: translate(-50%, 100%) rotate(0);
		        transform: translate(-50%, 100%) rotate(0);
	}
}

/***********************
試聴サンプル再生
***********************/
.mp3 audio {
	margin: 10vw auto;
  display: block;
  outline: none;
}