@charset "Shift_JIS";
/*

*/
html {
    scroll-behavior: smooth;

}
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
font-family:"Lucida Grande","Verdana","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #666;
    border: solid 1px #666;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
section {
margin-bottom: 30px;
}
section#hero{
background: #000D5B;
height: auto;
color:#fff;
background-image: url("251010/img_ajcca-globe2.png") ;
background-repeat: no-repeat;
background-position: right -15px;
background-size: contain;

}
section#hero h1{
clear: both;
color:#fff;
	background-color: #222222;
padding:5px 20px !important;
font-weight: 500;
font-size: 2.3em;
}

section#hero .header_inner{
max-width: 980px;
max-height: 300px;
display: flex; /* 子要素を横に並べる　*/
 
}

.hd-left{
display: flex;
width: 60%;
    align-items: center; /*　上下中央*/
justify-content: left; /* 両端に揃える*/
margin: 0 auto; /* 0 上下　outo 左右　*/
padding: 0 4%; /* 0 高さ　4％ 横*/
font-size:2.8em;
color: gold;
}
.hd-right{
 width: 40%;
height: 300px;
    align-items: center; /*　上下中央*/
justify-content: right; /* 左右*/
margin: 0 auto; /* 0 上下　outo 左右　*/
padding: 0 4%; /* 0 高さ　4％ 横*/
}
nav {
	background-color: #222222;
	color: white;
font-size: 1.3em;
	display: flex;
    justify-content: center;
}
nav ul {
	display: flex;
	flex-flow: row;
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
nav a {
	display: block;
	border-radius: 4px;
	padding: 12px 24px;
	color: white;
	text-decoration: none;
}
nav li a:hover {
/*background-color: #8cae47;*/
    background-color: gold;
color:#000000;
}


#main_in1 #honbun{
font-size:1.1em;
margin:0 40px;
line-height:180%;
}
	

#main_in1 #honbun dl {
margin:20px 30px;
line-height: 180%;
}


#main_in1 #honbun dl dt {
text-align:left;
font-weight: 600;
margin-bottom:10px;
font-size:1.2em;
}
#main_in1 #honbun dl dd {
	text-align:left;

margin-bottom:20px;
font-size:1.2em;
}

#contactus address{
margin: 10px 30px;
font-style: normal; 
font-size: 1.3em;
}
p {}
#prof dl.dl01 dt{
    
    
}

#prof dl.dl01 dd{
border:1px solid #ccc;
    background-color: #f7f7f7;
    padding:10px 20px;
    box-sizing: border-box;
    line-height: 180%;     
}
.table04 caption,
.table04 th,
.table04 td {
	padding:10px !important;
	text-align: left;
font-size: 1.2em;
}


.table04 tr:nth-child(even) td {
    background-color: #ffffff;
}
.table04 tr:nth-child(odd) td {
    background-color: #f7f7f7;

}

#btday a:link,
#btday a:visited {
    display: block;
    font-size: 1.6em;
    font-weight: 600;
    width: 80%;
    text-align: center;
    margin: 10px auto;
    padding: 20px;
    border: 1px solid #0053E5;
    background-color: #0053E5;
    border-radius: 5px;
    color: #ffffff;
}

#entry p{
margin: 10px 30px 10px 50px;
font-size: 1.3em;
}

section#sponsor table.sp01d img {
  width: 850px;
  height:200px;
  object-fit: contain;
}

section#sponsor table.sp02p img {
  width: 650px;
  height:160px;
  object-fit: contain;
}
section#sponsor table.sp03g img {
  width: 380px;
  height:130px;
  object-fit: contain;
}
section#sponsor table.sp04s
img {
  width: 250px;
  height: 125px;
  object-fit: contain;
}
section#sponsor table.sp05b
img {
  width: 195px;
  height: 110px;
  object-fit: contain;
}