@8charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    font-family: 'Arial', sans-serif;
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:14px;
    color:#000;
    //background:#efefef;
    //background:-webkit-gradient(linear, left top, left bottom, color-stop(0.80, #fff), color-stop(0.00, #efefef));
    //background:-webkit-linear-gradient(top, #efefef 0%, #fff 80%);
    //background:-moz-linear-gradient(top, #efefef 0%, #fff 80%);
    //background:-o-linear-gradient(top, #efefef 0%, #fff 80%);
    //background:-ms-linear-gradient(top, #efefef 0%, #fff 80%);
    //background:linear-gradient(to bottom, #efefef 0%, #fff 80%);
    background:#ffffff;
}

br {
    letter-spacing:normal;
}

iframe {
	margin:10px;
}

a {
    color:#134D99;
    text-decoration:none;
}

a:hover {
    color:#134D99;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#fff;
    font-size:15px;
    font-weight:normal;
    background:#004477;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #047), color-stop(0.00, #2323aa));
    background:-webkit-linear-gradient(top, #2323aa 0%, #047 85%);
    background:-moz-linear-gradient(top, #2323aa 0%, #047 85%);
    background:-o-linear-gradient(top, #2323aa 0%, #047 85%);
    background:-ms-linear-gradient(top, #2323aa 0%, #047 85%);
    background:linear-gradient(to bottom, #2323aa 0%, #047 85%);
}

h3 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:15px;
    font-weight:normal;
    margin:0;
    color:#000;
    border:1px solid #ddd;
    background:#ccc;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ccc), color-stop(0.00, #f3f3f3));
    background:-webkit-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-moz-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-o-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:-ms-linear-gradient(top, #f3f3f3 0%, #ccc 85%);
    background:linear-gradient(to bottom, #f3f3f3 0%, #ccc 85%);
}

h4 {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:13px;
    border:0;
    background:#f1f1f1;
}

h5 {
    padding:0 10px;
    line-height:2.0;
    font-size:13px;
    font-weight:normal;
    border-left:5px solid #000;
}

h6 {
    line-height:2.0;
    font-size:13px;
    color:#770000;
}

p {
    margin:10px;
}

ul,ol,dl {
    margin:10px;
    padding:0;
}

li {
    padding:0;
    margin:0 0 0 30px;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 0.5em 1em;
    padding:0;
    background:#f1f1f1;
}

table {
    font-size:12px;
}

table {
    width:600px;
    margin:10px;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

/* ========TEMPLATE LAYOUT======== */
#container {
    width:940px;
    margin:30px auto;
    padding:20px;
    //-moz-box-shadow:0 0 10px #bfbfbf; /* Firefox用 */  
    //-webkit-box-shadow:0 0 10px #bfbfbf; /* Safari,Google Chrome用 */ 
    //box-shadow:0 0 10px #bfbfbf;
    background:#fff;
}

#header {
    position:relative;
    width:940px;
    margin-bottom:20px;
}

#menu {
    position:absolute;
    right:0;
    top:30px;
}

#icatch {
    width:940px;
}

#contents {
    float:left;
    width:940px;
    padding:10px 0;
    background:#fff;
}

#conL {
    float:left;
    width:620px;
}

#conR {
    float:right;
    width:300px;
}

#footMenu {
    float:left;
    width:940px;
    margin-top:10px;
}

#footer {
    clear:both;
    width:940px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:20px 0 0 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 30px;
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#000;
    outline:none;
}

#menu li a:hover {
    color:#000;
    border-bottom:3px solid #770000;
    text-decoration:none;
}

/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:940px;
    height:250px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */

/*
.topNavi, .topNavi2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.topNaviColumnFAQ {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #fafafa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
}

.topNaviColumn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: all 0.4s;
    z-index: 0;
}

.topNaviColumnFAQ:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 50%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: all 0.4s;
    z-index: 0;
}

.topNaviColumn:hover::before {
    left: 100%;
}

.topNaviColumnFAQ:hover::before {
    left: 100%;
}

.topNaviColumn:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    background-color: #fff;
}

.topNaviColumnFAQ:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    background-color: #fff;
}

//.topNaviColumn:hover h2, .topNaviColumn:hover p {
//    color: black;
//    transition: color 0.3s;
//}

.topNaviColumn h2 {
    font-size: 1.5em;
    border-radius: 3px;
    margin-bottom: 10px;
}

.topNaviColumnFAQ h2 {
    font-size: 1.5em;
    border-radius: 3px;
    margin-bottom: 10px;
}

.topNaviColumn p {
    font-size: 1.1em;
}

.topNaviColumnFAQ p {
    font-size: 1.1em;
}

.topNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.topNaviPhoto img {
    max-width: 100%;
    height: 80px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.topNaviColumn:hover,.topNaviColumnFAQ:hover,.topNaviPhoto img {
    transform: scale(1.05);
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

@media (max-width: 768px) {
    .topNaviColumn {
	flex: 1 1 100%;
    }
}
*/

/* ==== Top Navi (for .top-navi markup) ==== */

/* container */
.top-navi {
    margin: clamp(16px, 3vw, 32px) auto;
    padding-inline: clamp(12px, 3vw, 24px);
    max-width: 1100px;
}

/* grid */
.top-navi__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: clamp(12px, 2.5vw, 24px);
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    align-items: stretch;
}

/* FAQを横幅いっぱいに */
.top-navi__full {
    grid-column: 1 / -1;
}

/* card */
.card {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 12px;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    position: relative;
    overflow: clip; /* 古い環境は hidden に */
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
    will-change: transform;
    color: inherit; /* aタグでも文字色継承 */
}

/* hover/focusのelevation */
.card:hover,
    .card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0,0,0,.12);
	border-color: rgba(0,0,0,.16);
	outline: none;
    }

/* gross */
.card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 40%;
    transform: translateY(-100%);
    background: linear-gradient(180deg, rgba(255,255,255,.65), transparent);
    transition: transform .35s ease;
    pointer-events: none;
}
.card:hover::before,
    .card:focus-visible::before {
	transform: translateY(0);
    }

/* media(16:9) */
.card__media {
    aspect-ratio: auto;
    height: 160px;
    background: #f4f6f8;
}

.card__media img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* text */
.card__body {
    display: grid;
    gap: 6px;
}
.card__title {
    margin: 0;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.3;
    color: #ffffff;
}
.card__text {
    margin: 0;
    font-size: clamp(13px, 1.6vw, 15px);
    color: #495057;
}

/* accent(FAQ) */
.card--accent {
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    border-color: rgba(30, 90, 180, .12);
}
.card--accent:hover,
    .card--accent:focus-visible {
	box-shadow: 0 10px 28px rgba(30, 90, 180, .15);
    }

/* for mobile */
@media (max-width: 600px) {
    .card {
	padding: 14px;
	border-radius: 12px;
    }
}

/* for poor at animation user */
@media (prefers-reduced-motion: reduce) {
	.card { transition: none; }
	.card::before { transition: none; }
}

/*
@media (prefers-color-scheme: dark) {
      .card {
	    background: #121417;
	    border-color: rgba(255,255,255,.10);
	    box-shadow: 0 8px 20px rgba(0,0,0,.55);
	}
	.card__title { color: #f1f3f5; }
	.card__text  { color: #c7ced6; }
	.card__media { background: #0d0f12; }

	.card--accent {
	    background: linear-gradient(180deg, #121417, #0f1320);
	    border-color: rgba(90, 140, 255, .22);
	}
}
*/

style="text-align:center;"

/* INFORMATION CUSTOMIZE */
.information {
    width:620px;
    margin-bottom:20px;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* SUBMENU CUSTOMIZE */
.submenu {
    border:1px solid #ddd;
}

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;

}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}

/* ========MEMBER========== */
.members p{
	padding-left:0px;
	margin:0px;
	font-size:14px;
 	/*margin: 7px 10px 7px 10px;*/
}

.members h1{
	font-size: 120%;	
	margin: 15px 20px 20px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999999;
}	
.members img{
	float: left;
	margin-right: 10px;
}	
.members h4 {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:14px;
    border:0;
    background:#f1f1f1;
}

.mem div{
	height:200px;
}



.yamasaki img{
	float:left;
	padding:10px 10px;
}

.lab h4 {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:14px;
    border:0;
    background:#d1d1d1;
}
.d270 {
	image-orientation: 270deg;
}
