@charset "utf-8";
/* CSS Document */


*{
/*    letter-spacing: 0.025em; */
}
html {
    overflow-y: scroll;
    background: #666;
}
body {
    color: #121212;
    font-family: "Noto Sans Japanese",san-serif;
    background: #ffffff;
}
.inner {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-right: auto;
    margin-left: auto;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
    color: inherit;
}
a:hover {
   opacity: 0.5;
	transition: all ease .3s;
}
section p a,
section ol.decimal a,
section ul.disc a,
table a,
section dl a{
    display: inline;
    text-decoration: underline;
}
.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.pcNone{
    display: none;
}

/* ----- header ----- */

#header{
    padding-top: 12px;
    padding-bottom: 20px;
}
#header .inner{
}
#header h1{
    max-width: 480px;
}

/* ----- main navi ----- */

#globalnav{
    background: #333;
}
#globalnav>div>ul{
    display: flex;
    width: 100%;
}
#globalnav>div>ul>li{
    width: 100%;
    position: relative;
}
#globalnav>div>ul>li:before,
#globalnav>div>ul>li:after{
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: #cccccc;
    position: absolute;
    top: 25%;
    opacity: 0.15;
}
#globalnav>div>ul>li:before{
    left: 0;
}
#globalnav>div>ul>li:last-child::after{
    right: 0;
}
#globalnav div>ul>li>a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    padding: 1em 0;
}
#globalnav ul.sub-menu{
    display: none;
    min-width: 220px;
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 500;
}
#globalnav div>ul li:hover ul{
    display: block;
}
#globalnav ul.sub-menu li{
    display: block;
    width: 100%;
    border: none;
    padding: 1px 0 0;
}
#globalnav ul.sub-menu li a{
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    padding: 1.25em 1em;
    background: rgba(0,0,0,0.8);
}
#globalnav ul.sub-menu li a:hover{
    background: rgba(0,0,0,0.95);
}

/* ----- footer ----- */

#footer{
    text-align: center;
    padding: 40px 0;
    background: #666;
}
#copyright{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

/* ----- pagetop ----- */

#pagetop{
    position: fixed;
    right: 16px;
    bottom: 104px;
    width: 40px;
}
#pagetop a{
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    text-align: center;
    background: #cccccc url(../images/common/pagetop.png) no-repeat center;
    background-size: 50% auto;
    position: relative;
    border-radius: 4px;
    opacity: .75;
}
#pagetop a:hover{
    background: #ff6600 url(../images/common/pagetop.png) no-repeat center;
    background-size: 50% auto;
}

/* ----- commons ----- */

#page-header{
    padding-top: 40px;
}
#page-header h2{
    font-size: 48px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 0.2em;
}

#breadcrumb{
    margin-bottom: 40px;
}
#breadcrumb ol{
    font-size: 0;
}
#breadcrumb li{
    display: inline-block;
    color: #999999;
    font-size: 14px;
}
#breadcrumb li:after{
    content: ">";
    margin: 0 10px;
}
#breadcrumb li:last-child::after{
    content: none;
}
#breadcrumb li a{
    display: inline-block;
    color: #000000;
    text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
    word-wrap: break-word;
    word-break: break-all;
}

#contents section{
}
#contents section h1{
}
#contents section h2{
}
#contents section h3{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 0.25em;
}
#contents section h4{
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 0.1em;
    margin-bottom: 0.75em;
    border-bottom: solid 3px #c9222a;
}
#contents section h5{
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 12px;
}
section p,
section li{
    font-size: 14px;
    line-height: 1.5;
}
section p,
section ol,
section ul{
    font-size: 14px;
    margin-bottom: 1.5em;
}
section ol,
section ul{
    margin-left: 1.25em;
    list-style-position: outside;
}
section li{
    margin-top: 0.5em;
}
section ul li{
    list-style-type: disc;
}
section ol li{
    list-style-type: decimal;
}
section dl.tableDl{
    width: 100%;
    margin-bottom: 1.5em;
    background: #f2f2f2;
    border: solid 1px #cccccc;
    border-top: none;
}
section dl.tableDl dt,
section dl.tableDl dd{
    font-size: 90%;
    float: left;
    padding: 0.75em 1em;
    border-top: solid 1px #cccccc;
}
section dl.tableDl dt{
    clear: both;
    width: 160px;
    text-align: left;
    font-weight: 500;
}
section dl.tableDl dd{
    width: calc(100% - 160px);
    background: #ffffff;
    border-left: solid 1px #cccccc;
}

#contents section .img2{
}
#contents section .img2 figure{
    width: 48.5%;
    float: left;
    margin: 0 0 40px 3%;
    box-sizing: border-box;
}
#contents section .img2 figure:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}
#contents section .img2 figure img{
    display: block;
    width: 100% !important;
    box-sizing: border-box;
}
#contents section .img2 figure figcaption{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 8px 0 0;
}

/* ----- .table ----- */

#contents section .table table{
    width: 100%;
    margin: 0 0 40px;
    background: #cccccc;
    border-collapse: separate;
    border-spacing: 1px;
}
#contents section .table table th,
#contents section .table table td{
    font-size: 15px;
    line-height: 1.5;
    padding: 12px;
}
#contents section .table table th{
    background: #f2f2f2;
}
#contents section .table table td{
    background: #ffffff;
}

/* ----- infolist ----- */

ul.infoList{
    margin-bottom: 28px;
    border-bottom: solid 1px #cccccc;
}
ul.infoList li{
    border-top: solid 1px #cccccc;
}
ul.infoList li a{
    text-decoration: none;
    padding: 12px 0;
}
ul.infoList li p.date{
    width: 120px;
    float: left;
    color: #666666;
    font-size: 13px;
    line-height: 1.4;
}
ul.infoList li p.title{
    width: calc(100% - 120px);
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

/* ----- info Detail ----- */

article#infoDetail{
}
article#infoDetail #infoHeader{
    border-top: solid 5px #cccccc;
    border-bottom: dashed 1px #cccccc;
    padding: 16px 8px 24px;
    margin: 0 0 32px;
}
article#infoDetail #infoHeader h3{
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 4px;
}
article#infoDetail #infoHeader p.date{
    color: #666666;
    font-size: 15px;
}
article#infoDetail .letterbody{
	font-size: 16px;
    line-height: 1.8;
    margin: 0 0 40px;
}
article#infoDetail .letterbody p{
    margin: 0 0 24px;
}

nav.post-navigation{
    margin: 40px 0;
    background: url(../images/common/line.gif) repeat-y center center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
nav.post-navigation div{
    width: 50%;
}
nav.post-navigation div.prev-post{
    float: right;
    text-align: right;
}
nav.post-navigation div.next-post{
    float: left;
    text-align: left;
}
nav.post-navigation div a{
    display: block;
    color: #231815;
    font-size: 14px;
    line-height:1.5;
    padding: 24px 8px;
    text-decoration: none;
}
nav.post-navigation div a:hover{
    background: #e5e5e5;
}

/*
    Default style for WP-PageNavi plugin
    http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    margin: 40px 0 0;
    text-align: center;
    clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
    border: 1px solid #BFBFBF;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

/* ----- 404 ----- */

#page404{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 200px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 64px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 24px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0.75em;
}
#page404 p.ask+p{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2.5em;
}


/* ----- home ----- */

#mv{
    text-align: center;
    background: #e5e5e5;
}
#mv .inner{
}
#mv .inner img{
    width: 100%;
}

#homeContents{
    padding-top: 48px;
    padding-bottom: 80px;
}
#homeContents section{
    padding-bottom: 40px;
}
#homeContents section>*:last-child{
    margin-bottom: 0;
}
#homeContents section h3{
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 0.5em;
    padding-bottom: 0.1em;
    border-bottom: solid 3px #c9232a;
}
#homeContents section p{
}

/* ----- common ----- */

#contents{
    padding-bottom: 80px;
}

.belong{
    color: #666666;
    font-size: 90%;
    margin-left: 0.25em;
}

/* download Button */
.download_btn{
    display: flex;
    margin-bottom: 2.5em;
    margin-left: 0;
}
.download_btn li{
    width: calc((100% - 60px) / 4);
    line-height: 1;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.download_btn li:nth-child(4n+1){
    margin-left: 0 !important;
}
.download_btn li a{
    display: block;
    color: #ffffff;
    padding: 1.5em 1em;
    text-align: center;
}
.download_btn li a{
    text-indent: -9999px;
}
.download_btn li a{
    border: solid 1px #cccccc;
}
.download_btn li.btn_word a{
    background: #ffffff url(../images/common/temp_w.gif) no-repeat center center;
}
.download_btn li.btn_pdf a{
    background: #ffffff url(../images/common/temp_p.gif) no-repeat center center;
}
.download_btn li.submitapaper a,
.download_btn li.cfp a{
    color: #ffffff;
    font-weight: bold;
    text-indent: 0;
    border: none;
}
.download_btn li.submitapaper a{
    background: #64d0dc;
}
.download_btn li.cfp a{
    background: #f52a01;
}
.download_btn li a.disable,
.download_btn li span.disable{
    pointer-events: none;
    opacity: 0.8;
    filter: grayscale(100%);
}
.download_btn li.default a{
    color: #121212;
    font-weight: bold;
    text-indent: 0;
    border: solid 1px #a5a5a5;
}

/* ----- scope ----- */

.scopeWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 28px 28px;
}
.scopeWrap .scope{
    width: calc((100% - 56px) / 3);
    padding: 24px;
    border-radius: 8px;
    border: solid 1px #dddddd;
    box-shadow: 0 0 6px #cccccc;
}
.scopeWrap .scope p.title{
    color: #c9222a;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
    text-indent: -1.3em;
    margin-left: 1.3em;
    margin-bottom: 0.75em;
}
.scopeWrap .scope ul{
    margin-left: 0;
    margin-bottom: 0;
}
.scopeWrap .scope ul li{
    list-style-type: none;
    text-indent: -1em;
    margin-left: 1em;
}
.scopeWrap .scope ul li:last-child{
}
.scopeWrap .scope ul li:before{
    content: "-";
    color: #666666;
    margin-right: 0.5em;
}

/*----- contact -----*/

.mw_wp_form {
    max-width: 600px;
}
.mw_wp_form dl dt,
.mw_wp_form dl dd{
    font-size: 16px;
}
.mw_wp_form dl dt{
    font-weight: 600;
    padding: 0.25em 0.75em;
    margin-bottom: 1em;
    border-left: 6px solid #f52a01;
}
.mw_wp_form dl dt .required {
    display: inline;
    color: #ff0000;
    font-size: 80%;
    font-weight: normal;
    margin-left: 1em;
}
.mw_wp_form dl dd{
    margin-bottom: 2.5em;
}
.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea{
    width: 100%;
    padding: 8px;
    border: none;
    background: #e5e5e5;
    border-radius: 4px;
}
.mw_wp_form .submit input{
    display: block;
    width: 200px;
    color: #ec7c31;
    font-size: 18px;
    font-family: "Noto Sans Japanese",san-serif;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 0.75em 1em;
    background: #fff;
    border: #ec7c31 4px solid;
    border-radius: 4px;
    cursor: pointer;
}
.mw_wp_form .submit input:hover{
    opacity: 0.5;
}
.mw_wp_form_complete p {
    text-align: center;
    padding: 16px;
    margin: 24px auto 0;
    border: #ec7c31 solid 1px;
}

/* ----- registration ----- */
.reg_btn a{
    width: 300px;
    text-decoration: none;
    color: #c9222a;
    border: 2px solid #c9222a;
    display: block;
    font-size: 18px;
    text-align: center;
    padding: 17px;
    margin: 1.5em auto 0;
    border-radius: 4px;
}
#registration .careful{
  color: #de4124;
  font-size: 16px;
}
#registration .careful span{
  display: block;
  font-size: 22px;
}

/* ----- TOPpage 'Satellite Meeting Information',
 'Call for exhibitors for the Corporate Session' ----- */
 #homeContents section.lists{
  padding-bottom: 20px;
 }
.lists{
  font-size: 14px;
  line-height: 1.5;
}
.lists h4{
  font-size: 18px;
}
.lists li{
}
.lists li span,
.lists li p{
  vertical-align: top;
  display: inline-block;
}
.lists li span{
  width: 75px;
}
.lists li a{
  display: inline;
  text-decoration: underline;
}
.lists li span::after{
  content: "："
}
