@charset "utf-8";
/********************************
  タイトル下ライン
********************************/
.ttl_center {
    padding: 0.8rem 0;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
    background-image: linear-gradient(90deg, #b2d5de 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 80% 10%;
    background-position: bottom;
    color: #003149;
    font-weight: bold;
    font-size: 26px;
}

@media screen and (max-width: 720px) {
.ttl_center {
	    font-size:1.2rem;
	}
}

/********************************
  スタイル調整
********************************/
.ImgSubTitle01{
	margin-bottom: 1.2rem;
}
.text{
	font-size: 16px;
}
.smalltext{
	font-size: 0.9em;
}


/********************************
  前月リンクありver
********************************/
.modal-button {
    color: #999999 !important;
    background-color: #dedede;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none !important;
}
.modal-button:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/
}
.modal-button:hover {
  color: #FFFFFF !important;
  background-color: #b2d5de;
  transition: .6s;
}

/*contentsPOPUPはmodal-button→modal-button-contents*/
.modal-button-contents {
    color: #999999 !important;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 12px 2px;
    text-decoration: none !important;
}
.modal-button-contents:active {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.modal-button-contents:hover {
  opacity: 0.6;
}
/*ここまで*/


a{
	 text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 1120px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title:before{
	border-bottom: 4px solid #b2d5de;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title:after{
	border-bottom: 4px solid #dedede;
	width: 100%;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.p-modal-img{
	margin-top: 10px;
	text-align: center;
}

/********************************
  25周年cp誘導ver
********************************/
.button{
	display:block;
	padding:10px;
	margin:20px;
	vertical-align:top;		
	color:#f5f5f5 !important;
	letter-spacing:2px;
	text-align:center;
	text-shadow: 0 -1px 3px rgba(0, 0, 0, .3);
	text-decoration:none !important;
	font-weight:bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	 box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
}
.black{
	border: solid 1px #999;
	color:#fff !important;
	background:#000;
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
	background: -moz-linear-gradient(top, #333, #000);
}
.black:hover,.black.hover{
	background:#999;
}
.coming-text{
	font-size: 1.5em;
	margin-top:30px;
}

@media screen and (max-width: 720px) {
	.coming-text{
		font-size: 1.3em;
		margin-top:30px;
	}
}