@charset 'utf-8';
/*
 *
 *  common style
 *
 */
*,
*:before,
*:after{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
body{
    font-family:-apple-system,"Lucida Grande","Helvetica Neue","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック","Yu Gothic","メイリオ",meiryo,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    min-width: 980px;
    color: #444;
    -webkit-text-size-adjust: 100%;
}
/****** adjust ******/
.clB{clear: both;}
.alL{text-align: left;}
.alC{text-align: center;}
.alR{text-align: right;}
.flL{float: left;}
.flR{float: right;}
.show{display: block;}
.hide{display: none;}
.ilB{display: inline-block;}
.posA{position: absolute;}
.posR{position: relative;}
.fontS{font-size: .8em;}
.line{text-decoration: underline;}
.line:hover{text-decoration: none;}
strong{font-weight: bold;}
b{color: #f66;}
.nowrap{white-space: nowrap;}
.mt025{margin-top: .25em !important;}
.mt1{margin-top: 1em !important;}
.mt2{margin-top: 2em !important;}
.mt3{margin-top: 3em !important;}
.ml2{margin-left: 2em !important;}
/****** .clearfix ******/
.clearfix:after,
.wrapper:after{
    content: "";
    display: block;
    clear: both;}
/****** selection ******/
::selection{
    color: #444;
    background: #e0e0e0;
    text-shadow: #fff 1px 1px 0;
}
::-moz-selection{
    color: #444;
    background: #e0e0e0;
    text-shadow: #fff 1px 1px 0;
}
/****** a Link ******/
a,
a:visited,
a > img,
.hoverBtn,
#pagetop{
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
            transition: all .4s ease;
    text-decoration: none;
    color: inherit;
}
a:hover,
.hoverBtn:hover,
#pagetop:hover{
    opacity: .5;
}
/****** images ******/
img{
    height: auto;
    vertical-align: middle;
}
/****** wrapper ******/
.wrapper{
    /*overflow: hidden;*/
    width: 980px;
    margin: 0 auto;
}
/*======================================
    header
======================================*/
header{
    overflow: hidden;
    min-width: 980px;
}
header h1{
    float: left;
    margin-top: 26px;
}
header h1 >a:hover{
    opacity: 1;
}
header dl{
    float: right;
    width: 339px;
    margin-top: 22px;
    font-size: 1em;
}
header dt{
    font-weight: bold;
    float: left;
    width: 70px;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    background-color: #008b8b;
}
header dt:first-of-type{
    background-color: #00008b;
}
header dd{
    float: left;
    width: 268px;
    font-size: 1em;
    display: block;
    background-color: #efecec;
    padding: 6px 0 6px 14px;
    position: relative;
}
header dd:first-of-type{
    background-color: #f8f5f5;
    padding: 6px 0 6px 14px;
}
header dd>a,
.mvTxt dd>a{
    display: block;
    background-color: #efecec;
    padding: 4px 0 4px 14px;
    position: relative;
}
header dd>a:before,
.mvTxt dd>a:before{
    content: '';
    position: absolute;
    right: 1px;bottom: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #008b8b transparent;
}
nav{
    float: left;
    width: 100%;
    margin: 20px 0 0;
    border-top: 1px solid #00008b;
}
nav>ul{
    width: 980px;
    margin: 0 auto;
}
nav li{
    position: relative;
    overflow: hidden;
    float: left;
}
nav li a{
    display: block;
    width: 184px;
    padding: 13px 0;
    text-align: center;
    height: 50px;
}
nav li a.home {
    font-size: 1.6em;
    padding: 6px 0 10px;
    width: 56px;
}
nav li a:hover,
nav li a.current{
    background-color: #00008b;
    color: #fff;
    opacity: 1;
}
/*======================================
    mainContents
======================================*/
/****** mvTit ******/
.mvTit{
    /*background-color: #f8f5f5;*/
    height: 300px;
    margin-bottom: 42px;
    background: url(../images/mv.jpg) center 0  no-repeat;
}
.bg-greeting{
    background: url(../images/mv-a.jpg) center 0  no-repeat;
}
.mvTit>h1{
    text-align: center;
    padding: 120px;
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 0 9px rgba(2,93,173,1);
}
.mvTit>h1>span{
    display: block;
    text-align: center;
    font-size: 20px;
}
.mvTit-course {
    width: 980px;
    margin: 0 auto;
    height: 400px;
    margin-bottom: 42px;
    background: url(../images/course-bg.png) center 0  no-repeat;
}

/****** main ******/
.main> :first-child{
    margin-top: 0;
}
.main>h1{
    color: #00008b;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 3em;
}
.main>h1>span{
    display: inline-block;
    padding: 15px 0;
    position: relative;
    text-align: center;
}
.main>h1>span:after{
    content: '';
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.greeting .main>h1>span:after{
    content: '';
    position: absolute;
    width: 15%;
    height: 2px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
/* greeting_img */
.greeting_img {
    width: 250px;
    margin: 1em 35px 0;
    text-align: center;
}

.main>h2{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 8px 0 8px 30px;
    margin-top: 2em;
    position: relative;
    white-space: nowrap;
    border-bottom: 1px solid #efecec;
}
.main>h2:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00008b;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}
.main>h2>span,
.main>h2>b{
    font-size: 16px;
}
.main h2+h3,
.main h3+h4,
.main p,
.main ul,
.main dl{
    margin-top: 1em;
}
.main h3{
    font-size: 20px;
    margin-top: 1.5em;
    color: #00008b;
}
.main h4{
    font-size: 18px;
    margin-top: 1.5em;
    border-bottom: 1px dotted #008b8b;
}
h2 a,
.main p>a,
.main li>a,
.link dd a,
a.link{
    text-decoration: underline;
    color: #00008b;
}
.main p>a:hover{
    text-decoration: none;
}
.main li>h2{
    display: inline-block;
}
.main li>h3,
.secretariat{
    color: #00008b !important;
    border-bottom: 1px solid;
    font-size: 16px !important;
}
.main h3+table{
    margin-top: .5em;
}
.numTit{
    counter-increment: numTit;
}
.numTit:before{
    content: counter(numTit)". ";
    color: #00008b;
}
/* list */
.main>ul ul{
    margin-top: .5em;
}
.main li{
    position: relative;
    padding-left: 20px;
    margin-top: .75em;
}
.main li:first-child{
    margin-top: 0;
}
.main li:before{
    content: '';
    position: absolute;
    left: 0;
}
.basicList>li{
    padding-left: 15px;
}
.basicList>li:before{
    width: 8px;
    height: 8px;
    border-radius: 5px;
    top: 8px;
    border: 2px solid #00008b;
}
.pointList>li{
    margin-top: 1.5em;
}
.pointList>li:before{
    width: 10px;
    height: 10px;
    background: #00008b;
    top: 6px;
}
.numList>li{
    counter-increment: numList;
    padding-left: 30px;
}
.numList>li:before{
    content: counter(numList)". ";
    color: #00008b;
    font-weight: bold;
    width: 2em;
    text-align: center;
}
.main dt{
    margin-top: 1em;
    color: #00008b;
}
.main dd{
    margin-top: .25em;
}
/* table */
.main table{
    width: 100%;
    margin-top: 1em;
}
.main th,
.main td{
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #00008b;
    vertical-align: middle;
}
.main .sv-table td {
    text-align: left;
}
.main thead th{
    width: 20%;
    font-size: 12px;
    background-color: #00008b;
    color: #fff;
    white-space: nowrap;
    border-right: 1px solid #fff;
}
.main thead th:last-child{
    border-right-color: #00008b;
}
.main tbody th{
    background-color: #f8f5f5;
}
.main tbody tr:first-child th{
    padding: 10px 0;
    background-color: #00008b;    
}
.main th i{
    display: block;
    font-weight: normal;
    text-align: center;
    transform: rotate(90deg);
    vertical-align: middle;
}
.main .basicTbl tbody th{
    background-color: #00008b;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 40%;
}

.bg-lightgray {
    background-color: #f8f8f8;
}

/* other */
a.btn{
    display: block;
    background-color: #ffa92f;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    width: 500px;
    padding: 20px;
    margin-top: 2em;
}
a.btn2{
    display: block;
    background-color: #ffa92f;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    width: 500px;
    padding: 20px;
    margin-top: 1em;
}
.txtBox{
    border-bottom: 2px solid #d7dce5;
    background-color: #f6f6f8;
    padding: 20px;
    margin-top: .5em;
}
.end{
    text-align: center;
    font-weight: bold;
    padding: 15px;
    background-color: #F55457;
    color: #fff;
}
.end231113{
    text-align: center;
    font-weight: bold;
    padding: 15px;
    color: #DC143C;
    font-size: 20px;
}
/****** pagetop ******/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: -70px;
    width: 70px;
    height: 70px;
    margin: auto;
    padding-top: 35px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #00008b;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
#pagetop.scroll{
    bottom: 70px;
}
#pagetop:before,
#pagetop:after{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
}
#pagetop:before{
    top: 14px;
    width: 3px;
    height: 18px;
    background-color: #fff;
}
#pagetop:after{
    top: 14px;
    width: 17px;
    height: 17px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/****** contact ******/
.contact{
    background: #00008b;
    background: -moz-linear-gradient(left, #efecec 0%, #efecec 50%, #f8f5f5 50%, #f8f5f5 100%);
    background: -webkit-linear-gradient(left, #efecec 0%,#efecec 50%,#f8f5f5 50%,#f8f5f5 100%);
    background: linear-gradient(to right, #efecec 0%,#efecec 50%,#f8f5f5 50%,#f8f5f5 100%);
    margin-top: 90px;
    height: 190px;
    border-top: 1px solid #008b8b;
}
.contact h1,
.contact p{
    float: left;
    width: 50%;
}
.contact h1{
    color: #00008b;
    text-align: center;
    padding-top: 75px;
    font-size: 24px;
}
.contact p{
         padding: 30px 0 0 30px;
         font-size: 15px;
}
/*======================================
    footer
======================================*/
footer{
    min-width: 980px;
    /*border-top: 1px solid #f8f5f5;*/
    /*margin-top: 60px;*/
}
/*footer.top{
    margin-top: 0;
}*/
.copy p{
    text-align: right;
    font-size: 14px;
    padding: 13px 0;
    color: #00008b;
}
/*============================================================================
    top
============================================================================*/
/****** mainVisual ******/
#mainVisual{
    position: relative;
    overflow: hidden;
    height: 400px;
    padding-top: 15px;
    max-width: 1400px;
}
.slides{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: #f8f5f5;
}
.slides img{
    position: absolute;
    top: 0;
    height: auto;
}
.mvTxt{
    position: relative;
    z-index: 10;
}
.mvTxt > h1{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 0 9px rgba(2,93,173,.6);
}
.mvTxt > h1 > span{
    font-size: 30px;
    display: block;
    margin-top: 4px;
    letter-spacing: -1px;
    white-space: nowrap;
}
.mvTxt > div {
    font-size: 1.2em;
    font-weight: bold;
    width: 320px;
    margin-top: -15px;
    padding: 10px 0 10px 10px;
    background-color: rgba(222,245,255,.8);
}
.mvTxt > div a {
    text-decoration: underline;
    color: #00008b;
}
.mvTxt > div span {
    font-size: 1.2em;
    color: #F44336;
}
.mvTxt > dl{
    overflow: hidden;
    width: 520px;
    margin-top: 22px;
}
.mvTxt dt{
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 115px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: #008b8b;
}
.mvTxt dt:first-child{
    background-color: #00008b;
}
.mvTxt dd{
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 350px;
    background-color: #efecec;
}
.mvTxt dd:first-of-type{
    background-color: #f8f5f5;
    padding: 5px 0 5px 22px;
}
.mvTxt dd>a{
    padding: 5px 0 5px 22px;
}
.mvTxt > p{
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    left: 530px;
    padding: 10px;
    border: 5px solid #f00;
    border-radius: 4px;
    background-color: rgba(250, 240, 250, 0.8);
    color: #00008b;
    font-size: 16px;
    text-align: center;
}
.voice-text {
    color: #333;
    font-size: 1.3em;
}
.mvTxt > a > span{
    display: block;
    text-align: center;
}
.mvTxt > a > span:before,
.mvTxt > a > span:after{
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    margin: auto;
}
.mvTxt > a > span:before{
    right: 9px;
    width: 7px;
    height: 2px;
    background-color: #fff;
}
.mvTxt > a > span:after{
    right: 8px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bnrBox{
    margin-bottom: 40px;
    float: left;
    background-color: #f8f5f5;
    padding: 20px;
    width: 980px;
}
.bnrBox>div{
    margin: 0 auto;
    overflow: hidden;
    width: 624px;
}
.bnrBox>div>div{
    vertical-align: top;
    float: left;
    width: 125px;
}
.bnrBox>div>div+div{
    width: 469px;
    margin-left: 30px;
}
.bnrBox a{
    display: block;
}
.longBnr>a:first-of-type{
    margin-bottom: 10px;
}
/****** news ******/
.news > h1,
.linkTop > h1{
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}
h1>i.fa{
    color: #fff;
    background-color: #00008b;
    width: 30px;
    height: 30px;
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    margin-right: 5px;
}
.jspContainer {
    border-right: 1px solid #00008b;
}
.news{
    float: left;
    width: 680px;
}
.news > div{
    overflow: auto;
    height: 980px;
    padding: 17px;
    border: 1px solid #00008b;
    border-right: none;
}
.news article{
    margin-bottom: 24px;
}
.news time{
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: #00008b;
    border-bottom: 1px solid #00008b;
}
.news article > h1{
    font-size: 18px;
    margin-bottom: 5px;
}
.news article > h1 > a{
    text-decoration: underline;
    color: #00008b;
}
.news article > h1 > a:hover{
    text-decoration: none;
}
/****** linkTop ******/
.linkTop{
    float: right;
    width: 250px;
    margin-bottom: 30px;
}
.linkTop li{
    margin-bottom: 20px;
}
.linkTop dt{
    font-weight: bold;
    padding: 9px 15px;
    background-color: #008b8b;
    color: #fff;
    text-align: center;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.linkTop dt:after{
    content: '';
    position: absolute;
    background-color: #008b8b;
    width: 220px;
    height: 1px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.linkTop dd{
    padding: 9px;
    white-space: nowrap;
    border: 1px solid #008b8b;
    font-size: 10pt;
}
.linkTop dd>span{
    letter-spacing: -.05em;
}
/****** sns ******/
.sns{
    height: 600px;
    padding: 50px;
    background-color: #f8f5f5;
}
.sns > div>div{
    overflow: hidden;
    height: 500px;
    width: 466px;
    border: 1px solid #fff;
}
.sns > div>div>div{
    width: 414px;
    float: right;
}
.sns h1{
    width: 50px;
    color: #fff;
    background-color: #3b5998;
    height: 100%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: center;
    padding-right: 9px;
    font-size: 20px;
    float: left;
}
/*
.sns > div>div:first-child>h1{
    background-color: #5ea9dd;
}
*/
/*======================================
    program
======================================*/
.program_table{
    overflow: auto;
    width: 100%;
    height: 100%;
}

.program_table table{
  width: 980px;
  font-size: 14px;
}
.program_table tr th,td{
  width: 70px;
  height: 100%;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #00008b;
}
.program_table tr:first-child{
    background-color: #00008b;
    color: #FFF;
    font-weight: bold;
}
.program_table tr:nth-child(n+2) th{
    color: #333;
}
.program_table tr:first-child th:nth-child(n+2){
    border-left: 2px solid #FFF;
    background-color: #00008b;
    color: #FFF;
    font-weight: bold;
}
.program_table th,td{
  width: 230px;
  height: 100px;
  vertical-align: middle;
  padding: 0 15px;
  border: 1px solid #ccc;
}

.fixed01{
  position: sticky;
  left: 0;
  color: #fff;
  background: #00008b;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #00008b;
    border-right: 1px solid #00008b;
  }
}
.fixed02{
  position: sticky;
  left: 0;
  font-size: 12px;
  background: #f8f5f5;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #00008b;
    border-right: 1px solid #00008b;
  }
}
.program .main>h2+div{
    display: inline-block;
    /*margin: 0 30px;*/
    overflow: hidden;
    vertical-align: -6px;
}
.program .main>h2+div>span{
    font-size: 14px;
    /*font-weight: normal;*/
    padding: 4px 20px;
    float: left;
    border: 1px solid #00008b;
}
.program .main>h2+div>span:first-child{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 20px;
    background-color: #00008b;
    float: left;
    border: 1px solid #00008b;
}
.Subcommittee2{
    counter-reset: numList 4;
}
.Subcommittee3{
    counter-reset: numList 9;
}
.timetblBox{
    width: 980px;
    overflow: auto;
    margin-top: .5em;
}
.timetblBox table{
    font-size: 12px;
    white-space: nowrap;
    table-layout: fixed;
}
.timetblBox thead th:first-child{
    width: 70px;
}
.timetblBox thead th:nth-child(n+2){
    width: 230px;
}
.main .timetblBox td{
    padding: 10px 5px;
}
.main table h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #444;
}
.flR .ad-left {
    float: left;
    width: 450px;
    font-size: 0.9em;
    margin-bottom: 20px;
}
.flR .ad-left img {
    height: 200px;
}
.flR > hr {
    clear: both;
}
.flR .ad-left p {
    font-weight: bold;
}
.flR .ad-left .buttons {
    float: right;
}
.flR .ad-right {
    float: right;
    width: 215px;
    font-size: 0.9em;
}
.flR .ad-right_mg {
    margin: 0 10px 5px;
}
.flR .ad-right_pdf {
    padding:10px;
    background-color:#fff;
    display: block;
    text-align: center;
    border:1px solid #00008b;
    border-radius: 4px;
    cursor: pointer;
}
