<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 */
#main_header h1 {font-size:12px; 
  font-family: serif;
  font-weight: bolder;
  margin-top: 20px;
  margin-bottom: 0px;
} 
#main_contents{
	display: flex;
 	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 100px;
}
#main_contents1 h2{
    align-items: bottom;
    font-weight: normal;    
    color:#FB0202;
    padding: 10px 5px 10px 0px;
    text-align: center;
    border-bottom: 1px dotted #FB0202;
    width: 45%;
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.5rem;
}
#main_contents1 main{   
    color:#FB0202;
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.5rem;
}
#main_contents table {
	border-collapse: collapse;
	border-right: 1px dotted #999;
}
#main_contents table tr th,
#main_contents table tr td {
	padding: 10px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}
#main_contents table tr th {
	width: 180px;
	text-align: center;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
#main_contents table tr th strong {
	color: #F00;
}
#main_contents table .gray_back {
	background: #ECEFF1;
}
#main_contents table .btn {
	text-align: center;
}
#main_contents table #name,
#main_contents table #kana,
#main_contents table #tel,
#main_contents table #email,
#main_contents table #content {
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #CCC;
}
#main_contents table #name,
#main_contents table #kana,
#main_contents table #email {
	width: 70%;
}
#main_contents table #content {
	width: 90%;
}
#main_contents h6{
    text-align: center;
    font-size: 20px;
    font-family: serif;
}
#mainvisual {
	width: 100%;
    margin: 0 auto;
    position: relative;
}
#mainvisual p{
    position: absolute;
    color: white;
    font-weight: bold;
    width: 100%;
    font-size:300%;
    font-family :serif;
    text-shadow: 1px 1px 2px #999;
    line-height:12%;
    padding-top: -52px;
    padding-bottom: 14px;
    background-color: rgba(255,0,0,0.50);
    text-align: right; 
    text-align: bottom;
    bottom: -5%;
}  
#mainvisual img {
    padding: 0px;
    border: 0px solid #CCC;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 0px 0px #999;
	box-shadow: 0px 0px 0px 0px #999;
    width: 100%;
}
.breadcrumb {
  display: inline-block;
}

.breadcrumb li{
  display: inline-block;
  list-style: none;
  font-weight: normal;
}
.breadcrumb li:after{
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0px 2px 0px 5px;
  color: #ffffff;
  font-size: 1.2em;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
   height: 25px;
   padding: 0 10px 0 30px;
   color: #fff;
   background: #B0BEC5;
   line-height: 25px;
   display: block;
   text-decoration: none;
   position: relative;
   box-sizing: border-box;
}

.breadcrumb li:first-child a:before{
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  padding: 0px 2px 0px 0px;
  font-size: 1.2rem;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb a::before   {
   content: "";
   border-top: 12.5px solid transparent;
   border-bottom: 12.5px solid transparent;
   border-left: 20px solid #fff;
   position: absolute;
   top: 0;
   left: 0;
}
 
.breadcrumb a::after {
   content: "";
   border-top: 12.5px solid transparent;
   border-bottom: 12.5px solid transparent;
   border-left: 20px solid #B0BEC5;
   position: absolute;
   top: 0;
   right: -20px;
   z-index: 1;
}
.breadcrumb li:first-child a  {
   border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
   padding-left: 10px;
}
 
.breadcrumb li:first-child a::before   {
   display: none;
}
.breadcrumb i{
    font-size: 15px;
    color: #ffffff;
}
#g_navi i{
  font-size: 20px;
  color: #ffffff;
  padding-right: 10px; 
}
#g_navi ul li#nav3{
  background: #c10f13;
  table {
  margin-bottom: 45px;
  width: 100%;
}
}
.contentBox {
  margin:0 0 24px 0;
}

.contentBox .inner {
  background:#ffffff;
  padding:15px;
}

.contentBox .inner:last-child {
  padding:15px 15px 20px;
}

.inner .photoTextBox,
.inner .textBox {
  margin:15px 0 0 0;
}

.inner .photoTextBox .photo {
  width:auto;
  float:left;
  margin:0;
  padding:0;
}

.inner .photoTextBox .text {
  width:630px;
  height: 400px;
  float:right;
  padding:0;
  font-size:108%;
}

.inner .photoTextBox p,
.inner .textBox p {
  margin:0;
  padding:0 0 15px 0;
}

.photoTextBox .text p.note,
.textBox .text p.note {
  margin-left:0.8em;
  text-indent:-0.8em;
  color:#666666;
  font-size:93%;
}

.inner .photoTextBox table {
  border-top:solid #e5e3da 1px;
  border-left:solid #e5e3da 1px;
  width:100%;
  height: 400px;
  border-spacing: 0;
  margin:0;
  font-size:93%;
}

.inner .photoTextBox table th{
  border-bottom:solid #e5e3da 1px;
  border-right:solid #e5e3da 1px;
  text-align:left;
  color:#ffffff; 
  background:#c0c0c0;
  padding:10px;
}

.inner .photoTextBox table td{
  border-bottom:solid #e5e3da 1px;
  border-right:solid #e5e3da 1px;
  width:460px;
  padding:10px;
}

.sponsors{
  width: 300px;
  height: 30px;
  border-radius: 5px;
  background-color: #e7e7e7;
  font-size: large;
  font-weight: bold;
  font-family: FontAwesome;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 20px;
  box-shadow: 0px 3px 10px 2px rgba(0,0,0,0.3);
  display: inline-block;
  margin: 10px 10px 10px 10px;
}

.main_sponsor{
  width: 80%;
  margin-left: 200px;
}
</pre></body></html>