<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.modal-ct-text-box h2{
	font-size: 2rem;
	padding: 2rem 1rem;
	text-align: center;
}
.modal-ct-text-box h3{
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	text-indent: 10px;
	margin-bottom: 20px;
}
.modal-ct-text-box img{
	margin: 0 auto;
	display: block;
	
}
.modal-ct-text-box .p_chui{
	width: 300px;
	margin-left: 25px;
	color: #000;
	border: 1px #010101 solid;
	padding: 10px;
	text-indent: 10px;
	margin-top: 30px;
}


.modal-ct-text-box p{
	font-size: 1.1rem;
	line-height: 2rem;
	margin-top: 20px;
}
.p_right{
	text-align: right;
}
.p_close{
	background-color: #000;
	color: #fff;
	margin: 0 auto;
	padding: 1.1rem;
	margin-top: 20px;
	width: 150px;
	text-align: center;
	font-weight: 600;
	font-size: 1.1rem;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); 
  background: rgba(0, 0, 0, 0.8);
}

.modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.modal-table-cell {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle;
}

.modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.modal-content-inner {
  padding: 80px;
}

.modal-btn-close {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 9;
  height: 50px;
  width: 60px;
  cursor: pointer;
	padding:0.5rem;
	background-color: #000000;
	
}
.modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 50px;
}
.modal-btn-close .bar01 {
  -moz-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.modal-btn-close .bar02 {
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

@media only screen and (max-width: 768px) {
	
.modal-ct-text-box img{
	margin: 0 auto;
	display: block;
	width: 100%;
	height: auto;
	
}
	
  .modal-wrap {
    padding: 0 3.125%;
  }

  .modal-content-inner {
    padding: 40px 3.33333% 40px;
  }
	.modal-btn-close {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 9;
  height: 50px;
  width: 50px;
  cursor: pointer;
	padding:0.7rem;
	background-color: #000000;
	
}
	.modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
	.modal-ct-text-box h2{
	font-size: 1.3rem;
	padding: 1rem;
}
.modal-ct-text-box h3{
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
	text-indent: 10px;
	margin-top: 20px;
	font-weight: normal;
	font-size: 1.1rem;
	text-align: center;
}

.modal-ct-text-box p{
	font-size: 1.0rem;
	line-height:1.7rem;
	margin-top: 10px;
	padding:0 1rem;
}
}</pre></body></html>