@charset "utf-8";
/* お知らせ投稿PHP用 */
/*------------ TOP > NEWS > Modal ------------*/

/** {
	font-family:  YuMincho, 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
}
a {
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #000;
}
a.a_btn {
	font-weight: normal;
	display: inline-block;
	border: 1px solid #000;
	padding: 1em 2em;
	border-radius: 10px;
}
a.a_btn:hover {
	opacity: 0.7;
}
.news_border_container {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 2em;
	padding: 1em 0 0;
	max-width: 340px;
}
.news_border_container2{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1em 1em 0;
	max-width: 500px;
}*/
button.close {
  display: none !important;
}
#md_content {
    position: relative;
    z-index: 1101;
}
#md-data {
    padding: 15px;
}
.modal-content {
  display: block;
  color: #000;
}
.modal-content p {
    line-height: 1.7;
}
.modal-content p {
    line-height: 1.7;
}
.modal-content .modal-header img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.modal-content .modal-body {
    font-size: 16px;
    padding: 5px;
}
.modal-content .modal-body a {
    text-decoration: underline;
}
.modal-content .modal-body a:hover {
    text-decoration: none;
}
.modal-content .modal-body .label {
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-size: 80%;
	text-align: center;
	margin-left: 5px;
	display: inline-block;
	line-height: 1;
	padding: 3px 5px;
	vertical-align: text-top;
}
.modal-content .modal-body .label.label3 {
	background-color: rgba(223,0,3,0.70);
	color: #fff;
}
.sp{
	display:none;
}
@media screen and (max-width: 768px) {
    /*モーダル内スクロール
    #md_content {
        height: 100%;
    }
    #md-data {
        height: 100%;
    }
    .modal-content {
        height: 100%;
      overflow-y: scroll;
    }*/
    .modal-content .modal-body {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
	.modal-content .modal-body {
		font-size: 14px;
	    }
	.pc{
		display:none;
	}		
	.sp{
		display:block;
	}
}