@charset "UTF-8";
/**
 * 調整用スタイル
 *
 */
@media screen and (max-width: 640px) {
.parallax img {
   left:100px;
    min-width: 70%;
    min-height: 70%;
    bottom:300px;
}
}

.info td, th {
    padding: 8px 5px;
}

@media screen and (max-width: 640px) {
.css-br::after {  content: "\A" ;  white-space: pre;}
.parallax-container {min-height: 200px;}
.parallax-container .section {top: 20%;}
}

p {line-height: 1.5rem;text-align: justify;text-justify: inter-ideograph;}

.brand-logo {margin-top: 10px;}
@media only screen and (max-width: 1100px) {
.brand-logo {margin-top: 10px;}
}
@media only screen and (max-width: 320px) {
img.brand-logo {max-width: 64.00%;height: auto;}
.brand-logo {margin-top: 12px;}
a#logo-container img {width:100%;}
}

/* Swiper responsive */
.swiper-container {
width: 100%;
}
.swiper-slide {
width:100%;
}
.swiper-slide img {
width:100%;
}

/*news title white outline*/
.card.small {
    height: 240px;
}
.card .card-image .card-title {
    bottom: auto;
}

#Home .card-title a, #News .card-title a {
    color:#000000;
    font-size: smaller;
/*    font-weight: bold;*/
/*    text-shadow: -1px -1px 0 rgba(255, 255, 255, .9), 1px -1px 0 rgba(255, 255, 255, .9), -1px 1px 0 rgba(255, 255, 255, .9), 1px 1px 0 rgba(255, 255, 255, .9);*/
}

/* Chart.js */
@media screen and (max-width: 992px) {
  .chart_container {
/*    height: 400px;*/
    margin: auto;
  }
}

/* Font Size Resize*/

h1 {font-size: 2.00rem;}
h2 {font-size: 1.75rem;}
h3 {font-size: 1.50rem;
margin: 1.5rem 0 1.0rem 0;
position: relative;
padding: 0.5em 0;
color: #005CAF;
border-bottom: solid 1px #005CAF;
font-weight:bold;
}
h3::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
h3::after {
  bottom: 0;
/*  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;*/
}

h3.negative  {
background:#333333aa;
color:#ffffff;
border: 0px;
margin:0;
font-size:medium;
}

h4 {font-size: 1.25rem;margin: 1.5rem 0 1.0rem 0;}
h5 {font-size: 1.00rem;}
h6 {font-size: 0.75rem;}


/*table style links*/

.authorization td {
background-color:#d6d8ef38;
}

.authentication td {
background-color:#ffd6994f;
}

.certification td  {
background-color:#d9feb047;
}

.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}
 
.row-head th,
.row-head td {
/*  border: 1px solid #dbe1e8;  */
  border: 2px solid #fff;
  padding: 8px;
  width:50%;
/*  background-color:#dbe1e8;*/
    border-radius: 8px;
    text-align:center;
}
 
.row-head td.blank {
  background-color:#fff
}

.row-head th {
  background: #f9fafc;
}
 
.row-head label {
  line-height: 34px;
  margin: 0;
}
 
@media only screen and (max-width: 992px) {
  .row-head thead {
    display: none;
  }
  
  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }
  
  .row-head tr {
/*    border: 1px solid #dbe1e8;
    margin-bottom: 20px;
    padding: 8px 8px 0;*/
  }
  
  .row-head td {
    border: none;
/*    border-bottom: 2px solid #dbe1e8;
    display: flex;*/
  border: 1px solid #fff;
    justify-content: space-between;
    text-align: center;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: center;
    padding-right: 20px;
    white-space: nowrap;
  }
  
  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }
  
  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}

#Crumbs{
color:#666;
font-size:14px;
}

@media only screen and (max-width: 320px) {
#Crumbs{
font-size:12px;
}
}

#Crumbs .material-icons {
padding-top:16px;
font-size:12px;
}

/*GlobalMenu + Icon */
/*PC*/
nav  #GlobalMenu li.menu02 a ,
nav  #GlobalMenu li.menu03 a ,
nav  #GlobalMenu li.menu04 a ,
nav  #GlobalMenu li.menu05 a ,
nav  #GlobalMenu li.menu06 a ,
nav  #GlobalMenu li.menu07 a ,
nav  #GlobalMenu li.menu08 a ,
nav  #GlobalMenu li.menu09 a {
padding-right:0.3rem;
padding-left:2.0rem;
font-size:12px;
}
nav  #GlobalMenu li.menu02:before {
position: absolute;
content: url(../img/icon_aboutus.svg);
top: 10%;
width: 22px;
height: 24px;
padding:0 5px 0 5px;
}
nav  #GlobalMenu li.menu03:before {
position: absolute;
content: url(../img/icon_service.svg);
top: 10%;
width: 22px;
height: 24px;
padding:0 5px 0 5px;
}

nav  #GlobalMenu li.menu04:before {
position: absolute;
content: url(../img/icon_workflow.svg);
top: 10%;
width: 22px;
height: 24px;
padding:0 5px 0 5px;
}

nav  #GlobalMenu li.menu05:before {
position: absolute;
content: url(../img/icon_research.svg);
top: 10%;
width: 22px;
height: 24px;
padding:0 5px 0 5px;
}
nav  #GlobalMenu li.menu06:before {
position: absolute;
content: url(../img/icon_news.svg);
top: 10%;
width: 34px;
height: 24px;
padding:0 5px 0 0;
}
nav  #GlobalMenu li.menu07:before {
position: absolute;
content: url(../img/icon_contact.svg);
top: 10%;
width: 34px;
height: 24px;
padding:0 5px 0 5px;
}

/*Mobile*/



.slicknav_btn {
margin: 10px 5px 6px;
border-radius: 2px;
}

.slicknav_menu {
background: #fff;
}

.slicknav_nav  li {
display: list-item;
color:red;
}

.slicknav_nav li.Menu01 ,
.slicknav_nav li.Menu02 ,
.slicknav_nav li.Menu03 ,
.slicknav_nav li.Menu04 ,
.slicknav_nav li.Menu05 ,
.slicknav_nav li.Menu06 ,
.slicknav_nav li.Menu07 ,
.slicknav_nav li.Menu08 ,
.slicknav_nav li.Menu09 {
font-size:14px;
border-bottom: 1px solid #777;
display:list-item;
/*background: #005CAF;*/
}

.slicknav_nav li.Menu01 a ,
.slicknav_nav li.Menu02 a ,
.slicknav_nav li.Menu03 a ,
.slicknav_nav li.Menu04 a ,
.slicknav_nav li.Menu05 a ,
.slicknav_nav li.Menu06 a ,
.slicknav_nav li.Menu07 a ,
.slicknav_nav li.Menu08 a ,
.slicknav_nav li.Menu09 a {
padding-left:2.5rem;
color:#000;
}

.slicknav_nav li.Menu01::before {
position: absolute;
content: url(../img/icon_home.svg);
padding-top: 4px;
padding-left: 12px;
width: 22px;
height: 24px;
}

.slicknav_nav li.Menu02::before {
position: absolute;
content: url(../img/icon_aboutus.svg);
padding-top: 4px;
padding-left: 12px;
width: 22px;
height: 24px;
}

.slicknav_nav li.Menu03::before {
position: absolute;
content: url(../img/icon_service.svg);
padding-top: 4px;
padding-left: 12px;
width: 22px;
height: 24px;
}
.slicknav_nav li.Menu05::before {
position: absolute;
content: url(../img/icon_research.svg);
padding-top: 4px;
padding-left: 12px;
width: 22px;
height: 24px;
}
.slicknav_nav li.Menu06::before {
position: absolute;
content: url(../img/icon_news.svg);
padding-top: 4px;
padding-left: 8px;
width: 22px;
height: 24px;
}
.slicknav_nav li.Menu07::before {
position: absolute;
content: url(../img/icon_contact.svg);
padding-top: 4px;
padding-left: 12px;
width: 22px;
height: 24px;
}

.contentstop {
background-color: #005CAF !important;
height:15px;
}

/* Ankerlink */
#links ,
#contact  {
    padding-top: 50px;
    margin-top: -50px;
}

/*PAGETOP*/
.pagetop {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999;
}

.pagetop a {
padding-top: 10px;
width: 40px;
height: 40px;
display: block;
background: #7986cb;
box-sizing: border-box;
text-align: center;
text-decoration: none;
position: relative;
letter-spacing: 1px;
}

.pagetop a:hover {
opacity: 0.5;
filter: alpha(opacity=50);
}

.pagetop a i {
display: block;
font-size: 22px;
font-size: 1.375rem;
color: #FFF;
}



#PageTitle {
    margin-top: 0px;
    height: 50px;
    background-color: #005CAF!important;
}
.body-wrap {
    margin-left: auto;
    margin-right: auto;
}
#PageTitle h2 {
    margin-top:14px;
    padding-top: 0px;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #fff;
}

/*FooterNavi*/
.FootNavi {  
    margin: 0 10px 20px;  
}  
.FootNavi li  {  
    display: inline;  
    margin-right: 0.5em;  
}  





/* Footer Menu */

.footer_nav {
width:100%;
}

footer ul li{
display: inline-block;
vertical-align: middle;
/*width: 12%;*/
}

footer ul li > a {
  text-align: center;
  display: table;
  width: 100%;
  padding:10px 10px 10px 6px;
  font-size:smaller;
/*  white-space:nowrap;*/
   border-right:1px solid#1976d2;
   font-size:13px;
   box-sizing: border-box;
  
}

footer ul li:first-child {
   border-left:1px solid #1976d2;
}

footer h5.white-text  {
padding-bottom:10px;
}

@media only screen and (max-width: 800px) {

footer ul li{
   width:50%;
   float:left;
   list-style-type:none;
   border-collapse: collapse; 
   border-top:1px solid #1976d2;
   border-left:1px solid #1976d2;
   box-sizing: border-box;
   background:url("URL") no-repeat 5px 50%;

}

footer ul li:nth-child(even){
   border-left:0px;
   
}

footer ul li:last-child ,
footer ul li:nth-last-child(2) {
   border-bottom:1px solid #1976d2;
}

footer ul li a{
   display:block;
   text-align:center;
   padding:8px 0px;
   color:#fff;
   font-size:14px;
}
#google_translate_element{
   float:left;
   padding: 20px 0;
}
}

/* News Top */

.card .card-title {
    font-size:20px;
    }

#Home .card .card-action a ,
#News .card .card-action a {
    margin-right: 0px;
    color:#fff;
}

/* nav button */
nav .button-collapse {
    float: right;
}


/* Slick nav */


.slicknav_menu ul li {padding:10px;}

.slicknav_menu {
 display:none;/*PC時は非表示*/
}
@media screen and (max-width: 1100px) {
 #gnav {
 display:none;/*モバイル時は非表示*/
}
 .navbar-fixed_ {
 display:none;/*モバイル時は非表示*/
}
 .slicknav_menu {
 display:block;/*モバイル時は表示*/}
}

/*LOGO + Slicknav */
.slicknav_menu:before {
/*    width: 180px;
    height: 50px;*/
    float: left;
    margin-left: 6px;
    margin-top: 6px;
/*    margin-bottom: 6px;*/
/*  content:"LOGO" !important;*/
  content:url("../../../files/theme_configs/logo.svg") !important;
    }

/*ハンバーガーメニューのエフェクト*/
.slicknav_icon,
.slicknav_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.slicknav_icon {
    position: relative;
    width: 50px;
    height: 44px;
}
.slicknav_menu .slicknav_icon-bar{
    position: absolute;
    left: 0;
}
.slicknav_icon span:nth-of-type(1) {
    top: 0;
}
.slicknav_icon span:nth-of-type(2) {
    top: 3px;
}
.slicknav_icon span:nth-of-type(3) {
    bottom: 0;
}
.active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0;
}
.active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}


/* Mail form */

label {
    font-size: 1.0rem;
}


.enq-title {
  color: #ffffff;/*文字色*/
  font-size:medium;
  text-align: center;
  margin:15px 0 0 0;
  padding: 0.5em 1em !important;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #333333;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
}

.point-title,.uservoice-title {
  margin:30px 0 !important;
}

.uservoice-org-title {
  font-weight:bold;
  text-decoration:underline;
  text-align:left;
  color:#005CAF;
}

.uservoice {
  position: relative;
  display: inline-block;
  margin: 1.0em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
/*  color: #ffffff;*/
  text-align:left;
  background: #ffcc80;
  border: solid 2px #ffcc80;
  box-sizing: border-box;
  border-radius: 15px;
}
.uservoice:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffcc80;
}

.uservoice p {
  margin: 0;
  padding: 0;
}

.uservoice-img {text-align:center;}

.uservoice-org {
  position: relative;
  display: inline-block;
  margin: 0 0 1.0em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  text-align:left;
  background: #FFF;
  border: solid 2px #005CAF;
  box-sizing: border-box;
  border-radius: 15px;
}

table.tbl-price {
  margin: 5px auto;
}

table.tbl-price th {
  background: #bdbdbd;
  border: solid 1px #ffffff;
/*  color: #fff;*/
  text-align:center;
  padding: 10px;
}

table.tbl-price td {
  background: #eeeeee;
  border: solid 1px #ffffff;
  padding: 10px;
  text-align:center;
}

table td.price {
  font-weight:bold;
  font-size:larger;
}

table td.comment {
  background: #fafafa ;
  color:#757575 ;
/*  font-size:smaller;*/
}
 
@media screen and (max-width: 640px) {
  table.last td:last-child {
    border-bottom: solid 1px #ffffff;
    width: 100%;
  }
  table.tbl-price {
    width: 80%;
  }
  table.tbl-price th,
  table.tbl-price td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.modal-content h4 {
color:#005CAF;
}
table.row-table-01 th {
  background: #eeeeee;
  border: solid 1px #eeeeee;
  padding: 10px;
/*  text-align:center;*/
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #eeeeee;
  border-right: solid 1px #eeeeee;
  border-left: solid 1px #eeeeee;
  width:180px;
}
table.row-table-01 td {
  border:1px solid #eeeeee;
  padding:10px;
}

table.row-table-01 tr:last-child td,
table.row-table-01 tr:last-child th {
  border:1px solid #eeeeee; 
}


@media screen and (max-width: 640px) {
table.row-table-01 th {
  background: #eeeeee;
  border: solid 1px #eeeeee;
  padding: 10px;
  text-align:center;
}
  table.last td:last-child {
    border-bottom: solid 1px #eeeeee;
    width: 100%;
  }
  table.row-table-01 {
    width: 100%;
  }
  table.row-table-01 th,
  table.row-table-01 td {
    border-bottom: none;
    display: block;
    width: 100%;
    text-align:left;
  }
}

/* メールフォーム */
h4.mail-header  {
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 5px #005CAF;
}

label {
    color: #005CAF;
}

[type="checkbox"] + label {
    padding-left: 25px;
    line-height: 23px;
}

[type="checkbox"]:checked + label:before {
    border-right: 2px solid #005CAF;
    border-bottom: 2px solid #005CAF;
 }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    background-color: transparent;
    border: 1px solid #9e9e9e;
    margin: 0 5px 0 0;
    padding:5px 0;
    height:auto;
}

.input-field {
    position: relative;
    margin-top: 0rem;
}

input.materialize-zip {
    width:auto;
}

.required {
    margin-left:0.5rem;
    padding:3px 5px;
    background: #ff9100;
    color: #ffffff!important;
    font-size: 12px!important;
/*    border-radius: 3px;*/
    font-weight:normal;
    vertical-align:0.1rem;
    text-align:right;
}


.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:20px 0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #eeeeee ;
/*  padding: 0.5em 0.5em 0.5em 2em;*/
  padding: 1.0em 0.5em 1.0em 1.5em;
  color: #757575 ;
  font-size:smaller;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 45px 0 45px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #eeeeee ;
  border-width: 45px 0 45px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #005CAF;
  font-weight: bold;
  color: #fff;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #005CAF;
}


.teal {
    background-color: #005CAF!important;
}
.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #005CAF;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}
.btn:hover, .btn-large:hover {
    background-color: #2196F3;
}

h3.service-contact {
  font-weight:bold;
  color:#005CAF;
  border:none;
  line-height: 2rem;
  margin-top: 20px;
  margin-bottom: 0;
}

area{
  border:none;
  outline:none;
}

table.blog-calendar th,
table.blog-calendar td {
    text-align: center;
}

footer.page-footer .footer-copyright {
  font-size:smaller;
}

/*event sponsor */

.sponsor p {
 padding-left:1.0rem
}

.sponsor tr:last-child{
  background: #ffffff;
  padding: 0.5em;
}

.sponsor td {
  text-align: left;
  background: #ffffff;
}

.sponsor h5 {
  margin-bottom:3px;
  padding:0 0 10px 5px;
  font-weight:500;
  border-bottom: dotted 1px #005caf;
  text-indent: -0.8rem
}

.sponsor h5:before {
    content: "";
    margin: 3px 5px 0 0;
    padding: 5px 3px;
    background: #005caf;
    border-radius: 3px;
}

.organizer {
background: #9e9e9e;
margin: 0 0.8em;
padding: 0.5em;
color: #f5f5f5;
font-size:0.8rem;
border-radius: 0.5em;
}

h4.tags {
  background: #b24848;
/*  border-radius: 8px 0 0 8px;*/
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 0.5em 0 1.0em;
  position: relative;
}

h4.tags::before {
  border: 20px solid transparent;
  border-left-color: #b24848;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}

.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(0, 92, 175, 0.3);
}
