@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2020 Sketches of Design
     version 2020-12-26
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/
html{
  scroll-behavior: smooth;
 }

/*  General Rules
--------------------------------------*/
body{
  font-family: "Roboto", "Noto Sans JP", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px;
/*  background: #f0f3fa;*/
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
.image{
  margin:0;
  text-indent:0;
}
.copy{
  text-indent:0;
  text-align:center;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.png") 0 0 no-repeat;
	background-size: 40px 40px !important;
	-webkit-background-size: 40px 40px !important;
	-moz-background-size: 40px 40px !important;
	-ms-background-size: 40px 40px !important;
	-o-background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} 
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
  transform: translateY(5px);
}*/
a:link,
a:visited,
a:active{
  color: #0076ba;
  text-decoration: underline;
}
a:hover{
  color: #0076ba;
  text-decoration: none;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul li{
  position: relative;
  padding: 0 0 0 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #004f94;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  margin: 0 auto !important;
  padding: 5px 0;
  width: 960px;
  font-size: 79%;
  list-style: none;
  border-bottom: none;
  text-align: left;
}
ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}
ol.bc li a{
  color: #4d4d4d;
}
ol.bc li{
  display: inline;
  color: #999;
  margin: 0;
  padding: 0;
}
ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
  display: inline;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.5;
  /* \*/
  width: 100%;
  /* */
}
table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
table tr{
  background: #fff;
}
/*table tr:nth-child(odd){
  background: #F7F7F7;
}*/
/*
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #666 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
  text-align: left;
}
table tr th{
  color: #303130;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  font-weight: 700;
}
h1{
  font-size: 5.0rem;
  color: #000;
}
h2{
  margin: 0 0 40px 0;
  font-size: 3.2rem;
  color: #1e1f1e;
  letter-spacing: 0.1em;
}
h3{
  margin: 0 0 20px 0;
  color: #1e1f1e;
  font-size: 2.4rem;
}
h4{
  margin: 0 0 15px 0;
  color: #1e1f1e;
  font-size: 1.8rem;
  text-align: left;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #000;
  font-weight: bold;
  font-style: normal;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.weak{
  font-size: 85%;
  _font-size: small;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus {
  outline: none;
}

/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
////////////////////////////////////////// */
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
/*
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Light'\9;
  font-weight: 300;
}
.more a,
#hdmenu,
h1, h2, h3, h4, h5, h6{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Regular'\9;
  font-weight: 400;
}
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Medium'\9;
  font-weight: 500;
}
{
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'NotoSans-Bold'\9;
  font-weight: 700;
}*/

/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: #fff;
  text-align: center;
  color: #666766;
  word-wrap: break-word;
}
/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
}

/*----- header -----*/
header{
  margin: 0 auto;
  padding: 0;
  width: auto;
  /*height: 140px;*/
}
header .inner{
  position: relative;
  margin: 0 auto;
  padding: 0;
/*  height: 140px;*/
  max-width: 1360px;
}
header #b-logo{
  position: absolute;
  left: 0;
  top: 25px;
  margin: 0;
  z-index: 2;
}
header #b-logo img{
  margin: 0;
}
header #b-logo a{
  display: block;
}
/* hdmenu */
#hdmenu{
  position: fixed;
  width: 100%;
  margin: auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
  background: #fff;
  font-size: 1.3rem;
}
#nav-toggle{
  display: none;
}
nav{
  position: relative;
}
nav ul,
nav ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
/*.menu-container{
  padding-top: 94px;
}*/
.login{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  text-align: right;
}
.login a{
  display: inline-block;
  background: #005c92;
  padding: 0 10px;
  color: #fff !important;
  border-radius: 4px;
  line-height: 30px;
  text-decoration: none;
}
.login a:hover{
  background: #004f94;
}
.menu{
  height: 40px;
}
.menu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  font-weight: 500;
}
.menu > ul > li {
  padding: 0;
  margin: 0 0 0 30px;
}
.menu > ul > li a {
  position: relative;
  text-decoration: none;
  color: #1E1F1E;
  display: block;
/*  height: 46px;*/
}
.menu > ul > li a span{
  position: relative;
  padding: 0 20px 0 0;
}
.menu > ul > li:not(.info) a span::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1E1F1E;
    border-right: 1px solid #1E1F1E;
    transform: translateX(-50%) rotate(135deg);
}
.menu > ul > li a:hover {
  color: #FF0000;
}
.menu > ul > li > div{
  display: none;
  width: 100%;
  background: #fff;
  padding: 40px 0;
  position: absolute;
  z-index: 99;
  top: 40px;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > div ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.menu > ul > li > div ul li{
  margin: 0 40px 0 0;
}
.menu > ul > li > div ul li:last-child{
  margin: 0;
}
.menu > ul > li > div ul a{
  position: relative;
  padding: 0 10px 0 0;
  color: #666;
  font-size: 1.4rem;
  height: auto;
}
.menu > ul > li > div ul a.active::after{
  display: none;
}
.menu > ul > li > div ul a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
  right: 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu > ul > li > div ul a:hover{
  color: #FF0000;
}
#hdmenu #infomenu{
  position: absolute;
  right: 0;
  top: 0;
}
#hdmenu #infomenu ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hdmenu #infomenu ul a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 20px 12px 15px;
  height: auto;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
#hdmenu #infomenu .contribution a{
  background: #960000;
}
#hdmenu #infomenu .contact a{
  background: #FF0000;
}
#hdmenu #infomenu ul img{
  margin: 0 4px 0 0;
}
#hdmenu #infomenu ul span{
  padding: 0;
}
#hdmenu .active,
#hdmenu a:hover{
  color: #303130;
}
#hdmenu .active::after{
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ea1f05;
  width: 100%;
  height: 3px;
}
#hdmenu.fixed{
/*  background: rgba(255,255,255,.8);*/
  background: #fff;
}
#hdmenu.fixed .menu-container{
  padding: 0;
}
/*
#hdmenu.fixed .menu > ul > li{
  font-size: 1.3rem;
  line-height: 50px;
}*/
#hdmenu.fixed .menu > ul{
  align-items: center;
}
#hdmenu.fixed .menu > ul > li a{
  height: auto;
}
#hdmenu.fixed #infomenu ul a{
  padding: 0 20px 2px 20px;
/*  height: 50px;*/
}
#hdmenu.fixed #infomenu img{
  margin: 0;
}
#hdmenu.fixed #infomenu ul span{
  display: none;
}
#hdmenu.fixed .menu > ul > li > div{
/*  top: 50px;*/
  padding: 20px 0;
}
#hdmenu.fixed .menu > ul > li > div ul .title{
  font-size: 1.6rem;
}
#hdmenu.fixed .menu > ul > li > div ul{
  line-height: 1;
}


/*----- content -----*/
#content{
  margin: 0 auto;
  padding: 0;
}
main section .inner{
  margin: auto;
  padding: 60px 0;
  max-width: 1360px;
}
/**/
.more{
  position: relative;
  display: block;
  background: #e63368;
  z-index: 200;
  overflow: hidden;
  margin: 30px 0 0 auto;
  border-radius: 50px; 
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  text-align: right;
  width: 200px;
}
.more a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 5px 20px 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #009fd9;
  transition: all 300ms linear;
}
.more a:hover:before {
  left: 0;
}
.more span{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.more span::before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**/
.effect-fade{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/**/
br.sp{
  display: none;
}



/* diagram */
.diagram .sp,
.diagram .FIR,
.diagram span{
  display: none;
}
.diagram .image{
  margin: 0 !important;
}
.diagram{
  text-align: center;
}

/*----- footer -----*/
footer{
  margin: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
footer .copy{
  margin: 0;
  padding: 10px 4%;
  font-size: 1.2rem;
}

/*  home
////////////////////////////////////////// */
.flex{
  display: flex;
  flex-wrap: wrap;
}
main .ban-live-follow {
  position: fixed;
  right: 60px;
  bottom: 10px;
  z-index: 100;
}
#content .link{
  text-align: center;
}
#content .link a{
  display: inline-block;
  margin: auto;
  border: 1px solid #004f94;
  background: #fff;
  padding: 10px 60px;
  color: #004f94;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.8rem;
}
#content .link a:hover{
  transform: translateY(5px);

}
/*#content .link a,
#about .btn a,
#main-pic .btn a{
  display: block;
  color: #fff;
  font-size: 1.8rem;
}
/*#content .link a,
#about .btn a,
#main-pic .btn a{
  padding: 10px 20px;
  background: #a81647;
}
#main-pic .btn a{
  padding: 10px 20px 10px 30px;
}
#content .link a{
  display: inline-block;
  background: #0076ba;
}
#about .btn a span,
#main-pic .btn a span{
  position: relative;
  padding: 0 20px 0 0;
}
#content .link a span{
  position: relative;
  padding: 0 10px 0 0;
}
#content .link a span::before{
  position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #dca2b5;
	border-right: 1px solid #dca2b5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#content .link a span::before{
  border-top: 1px solid #a6d7ff;
	border-right: 1px solid #a6d7ff;
}
#content .link{
  margin: 0;
  width: 100%;
  text-align: center;
}
#content .link a:hover,
#about .btn a:hover,
#main-pic .btn a:hover{
  transform: translateY(5px);
  opacity:0.75;
}*/
#main-pic .mainpicbtn{
  position: absolute;
  left: 0;
  right: 0;
/*  bottom: -25px;*/
  margin: auto;
  width: 150px;
}
#main-pic .mainpicbtn .btn{
  text-align: center;
  width: 150px;
  height: 150px;
}
#main-pic .btn a{
  position: relative;
  display: block;
  background-image: linear-gradient(149deg, rgba(235, 136, 16, 1), rgba(235, 100, 16, 1));
  color: #fff;
  border-radius: 100vw;
  text-decoration: none;
}
#main-pic .mainpicbtn .btn a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 5px solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
  height: 100%;
}
#main-pic .btn a span::before{
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  bottom: 20px;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
#main-pic .ban-live-follow .btn a{
  padding: 20px 38px 20px 30px;
  font-size: 2rem;
  text-align: center;
}
#main-pic .ban-live-follow a span::before{
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  transform: translateX(-50%) rotate(45deg);
}
#main-pic .btn a:hover{
  transform: translateY(5px);
}
/*#main-pic .mainpicbtn .btn a em{
  font-size: 1.8rem;
  color: #fff;
}
#main-pic .ban-live-follow .btn{
  width: 260px;
}
.ban-live-follow .btn em{
  font-size: 1.5rem;
  color: #fff;
}*/
/*#main-pic .ban-live-follow .btn span,
#main-pic .mainpicbtn .btn a span{
  display: block;
}*/

/**/
#main-pic{
  position: relative;
  padding: 90px 0 80px 0;
  background: url("../img/bg-main-pic.jpg") center center no-repeat;
  background-size: cover;
}
#main-pic .inner{
  position: relative;
  margin: 0 auto;
/*  padding-top: 50px;*/
  max-width: 1360px;
}
#main-pic .text-area h1{
  margin: 40px 0 0 0;
  color: #0076ba;
  font-weight: 700;
  text-align: left;
  font-size: 9.0rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#main-pic .text-area .catch{
  align-items: center;
  font-size: 5.0rem;
  color: #002033;
  letter-spacing: 0.09em;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
#main-pic ul,
#main-pic li{
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-pic .inner > .flex{
  margin: 60px 0 0 0;
  justify-content: space-between;
  align-items: flex-end;
  color: #002033;
  font-weight: 500;
  font-size: 1.8rem;
}
#main-pic .flex .data{
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 30px 30px 0;
}
#main-pic .flex .data::after{
  position: absolute;
  content: "";
  top: 0;
  left: calc((1360px - 100vw) / 2);
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: calc((100vw - 1360px) / 2);
  height: 100%;
}
#main-pic .flex.place{
  align-items: center;
  line-height: 1;
}
#main-pic .flex .place span{
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px;
  color: #fff;
}
#content .offline,
#main-pic .flex .place .offline{
  background: #004f94;
}
#content .online,
#main-pic .flex .place .online{
  background: #17877a;
}
#main-pic .flex .date{
  margin: 10px 0 0 0;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#main-pic .flex em{
  font-style: normal;
  color: #002033;
}
#main-pic .flex .date em{
  font-size: 5.0rem;
}
#main-pic .flex .deadline em{
  font-size: 2.6rem;
}
#main-pic .flex .company-list .title{
  background-image: linear-gradient(90deg, rgba(42, 176, 160, 1), rgba(0, 79, 148, 0.5));
  padding: 4px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}
#main-pic .flex .company-list ul{
  justify-content: center;
  background: #fff;
  padding: 20px;
}
#main-pic .flex .company-list li{
  margin: 0 15px;
}
#main-pic .flex .company-list .company{
  margin-bottom: 1px;
}
#main-pic .flex .company-list img{
  margin: 0;
  max-width: 100%;
  height: auto;
}
#main-pic .flex .company-list img{
  vertical-align: bottom;
  max-height: 130px;
}
#main-pic .flex .company-list .whi img{
  width: auto;
  height: 24px;
}
#main-pic .flex .company-list .company .text{
  position: relative;
  text-align: center;
  align-items: center;
  line-height: 1.5;
  color: #0076ba;
  font-weight: 700;
}
#main-pic .flex .company-list .company span{
  position: absolute;
  left: 0;
  right: 0;
}


/* news */

#news-area{
  align-items: center;
  margin: 100px auto 40px auto;
  padding-right: 10px;
  background: #f1f5f8;
  max-width: 1360px;
}
#news-area h2{
  align-items: center;
  margin: 0;
  padding: 20px;
  width: 210px;
  letter-spacing: 0.05em;
  line-height: 1;
}
#news-area h2 em{
  margin: 0 10px 0 0;
  font-size: 2.4rem;
  color: #004f94;
}
#news-area h2 span{
  font-size: 1.6rem;
  color: #1e1f1e;
}
#news-area dl{
  margin: 0;
  padding: 20px;
  border-left: 1px solid #fff;
  height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 210px) ;
  font-size: 1.4rem;
}
#news-area dl dt,
#news-area dl dd{
  line-height: 1.6em;
}
#news-area dl dt{
  font-size: 1.4rem;
}
#news-area dl dd{
  border-bottom: 1px solid #ccc;
  margin: -1.6em 0 10px 0;
  padding: 0 0 10px 6.5em;
}
#news-area dl::-webkit-scrollbar{
  overflow:hidden;
  width:8px;
  background:#C6C9C6;
  -webkit-border-radius:10px;
  border-radius:10px;
}
#news-area dl::-webkit-scrollbar-button{
  display:none;
}
#news-area dl::-webkit-scrollbar-piece,
#news-area dl::-webkit-scrollbar-piece:start{
  background:#eee;
}
#news-area dl::-webkit-scrollbar-thumb,
#news-area dl::-webkit-scrollbar-corner{
  overflow:hidden;
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#1E1F1E;
}

/**/
/*
#content .box.info{
  margin: 40px auto !important;
  background: #fff0f5;
  max-width: 1360px;
}
#content .box.info p{
  color: #1E1F1E;
}
#content .box.info p:last-child{
  margin-bottom: 0;
}
.slick-slide{
  margin: 20px;
}
#js-slick .slide{
  background: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  transition: .3s;
}
#js-slick .slide:hover{
  transform: translateY(5px);
}
#js-slick .slide a{
  display: block;
  text-decoration: none;
  color: #1e1f1e;
}
#js-slick .slide p{
  margin: 0;
}
#js-slick .slide .pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  border: 1px solid #e0e0e0;
  height: 202px;
}
#js-slick .slide .pic.wp{
  padding: 0 40px;
}
#js-slick .slide .pic img{
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
#js-slick .slide .time{
  align-items: center;
}
#js-slick .slide .time img{
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}
#js-slick .slide .title{
  margin: 10px 0;
  color: #1e1f1e;
  font-size: 1.8rem;
  font-weight: 700;
}
#js-slick .slide .name{
  font-size: 1.2rem;
  color: #666;
}
#js-slick .slide .link{
  margin: 20px auto 0 auto;
  background: #0076ba;
  color: #fff;
  padding: 5px 10px;
  width: 200px;
  border-radius: 100vw;
  transition: .3s;
}
#js-slick .slide:hover .link{
  background: #a81647;
}
*/




/* menuarea */
#content #menuarea{
  position: relative;
  justify-content: center;
  margin: 60px auto 0 auto;
  background: #0076ba;
  border-radius: 100vw;
  max-width: 1360px;
  z-index: 2;
}
#content #menuarea li{
  margin: 0 20px;
}
#content #menuarea li::before{
  display: none;
}
#content #menuarea a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px 15px 20px 0;
  font-weight: 700;
}
#content #menuarea li a::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#content #menuarea li a:hover{
  transform: translateY(5px);
}


/* timetable */
#timetable{
  margin-top: -30px;
  background: url("../img/bg-timetable.jpg") 0 bottom repeat;
	background-size: 1000px 1727px;
}
#timetable .inner{
  padding-top: 100px;
}
#timetable .wrap .time img{
  margin: 0 10px 0 0;
}
#timetable .wrap .time{
  font-size: 2.0rem;
  color: #004f94;
  font-weight: 700;
}
#timetable .detail .text-area,
#timetable .col2,
#timetable .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#timetable .detail .text-area{
  margin-bottom: 20px;
}
#timetable .time{
  border-right: 1px solid #000;
  width: 200px;
}
#timetable .detail{
  margin: 0 0 20px 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  width: calc(100% - 200px);
}
#timetable .col2{
    width: calc(100% - 200px);
}
#timetable .col2 .detail{
  width: calc(50% - 10px);
}
#timetable .detail .tag{
  padding: 3px 5px 0 0;
}
#timetable .detail .tag span{
  margin: 0 5px 0 0;
  padding: 3px;
  color: #fff;
  font-size: 1.5rem;
}
#timetable .detail h3{
  text-align: left;
}
#timetable .detail .title h3{
  width: 100%;
}
#timetable .detail .title .sub{
  display: block;
  margin: 0 0 20px 0;
  color: #1e1f1e;
  font-size: 1.8rem;
  font-weight: 700;
/*  line-height: 1.8;*/
}
#timetable .detail .speakers,
#timetable .detail .flex .image,
#timetable .detail .flex .text{
  width: calc(50% - 20px);
}
#timetable .detail .people{
  justify-content: space-between;
  flex-direction: row-reverse;
}
#timetable .col2 .detail .speakers{
  margin: 20px 0 0 0;
  width: 100%;
}
#timetable .col2 .detail .speakers .people{
  margin: 0 0 20px 0;
}
#timetable .detail .speakers .image,
#timetable .detail .speakers .image img{
  margin: 0;
  width: 150px;
}
#timetable .detail .speakers .namearea{
  width: calc(100% - 170px);
}
#timetable .detail .speakers img{
  border-radius: 100vw;
}
#timetable .detail .speakers .speaker{
  display: block;
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
}
#timetable .detail .speakers .name{
  color: #000;
  font-size: 2.0rem;
  font-weight: 700;
}
#timetable .detail .speakers .name span{
  font-size: 80%;
}

/* ucinfo-area */
#ucinfo-area{
  background: url("../img/bg-ucinfo.jpg") 0 0 repeat;
	background-size: 1000px 1727px;
  min-height: 500px;
}
#ucinfo-area .box{
  border: 1px solid #ccc;
/*  background: #fff;*/
}

/*
#ucinfo-area h2{
  width: 100%;
}
#ucinfo-area .flex .block,
#ucinfo-area .inner{
  justify-content: space-between;
}
#ucinfo-area h3{
  margin: 0;
  background: #004f94;
  padding: 10px;
  color: #fff;
  font-size: 2.0rem;
}
#ucinfo-area #after h3{
  background: #d2ebff;
  color: #004f94;
}
#ucinfo-area h4{
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
#ucinfo-area h5{
  margin: 30px 0 10px 0;
  text-align: left;
  color: #004f94;
  font-size: 1.7rem;
}
#ucinfo-area .application .block:first-of-type h5{
  margin-top: 0;
}
#ucinfo-area #before h5{
  padding: 0 0 0 35px;
  background-size: 30px;
  line-height: 30px;
}
#ucinfo-area .application .on h5{
  background: url("../img/nav-application-on.svg") left center no-repeat;
}
#ucinfo-area .application .off h5{
  background: url("../img/nav-application-off.svg") left center no-repeat;
}
#ucinfo-area p:first-child{
  color: #1e1f1e;
  text-align: center;
}
#ucinfo-area section .inner{
  padding: 20px;
}
#ucinfo-area #after,
#ucinfo-area #before{
  margin-bottom: 40px;
}
#ucinfo-area #before{
  background: #dceeff;
  width: calc(60% - 30px);
}
#ucinfo-area #after{
  width: 40%;
  background: #f1f5f8;
}
#ucinfo-area .participation,
#ucinfo-area .application{
  background: #fff;
  padding: 20px;
}
#ucinfo-area .application{
  margin-bottom: 20px;
}
#ucinfo-area #after p{
  font-size: 1.4rem;
}
#ucinfo-area #before .link a{
  padding: 10px 30px;
}
#ucinfo-area p em{
  color: #000;
}

*/

/* about */
#about .text{
  margin: 0 auto;
}
/*
#about .btn a{
  margin: 0 auto;
  padding: 10px 20px;
  width: 200px;
  font-size: 1.8rem;
  text-align: center;
}*/
#about .ucinfo{
  justify-content: space-between;
  margin-top: 60px;
}
#about .ucinfo .block{
  justify-content: space-between;
  background: #f1f2ff;
  padding: 30px;
  width: calc(50% - 20px);
}
#about .ucinfo h3{
  font-size: 2.0rem;
  width: 100%;
}
#about .ucinfo .block div{
  width: calc(100% - 150px);
}
#about .ucinfo .link{
  width: 100%;
}



/* QA */
#qa-area{
  background: #f1f2ff;
}
#qa-area .link span{
  font-size: 2.6rem;
}


#qa-area .qa-list a::before {
  left: 0;
  right: auto;
}
#qa-area .qa-list a::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#qa-area .qa-list li::before{
  display: none;
}
#qa-area .box{
	margin: 0 0 30px 0 !important;
	padding: 30px;
  background: #fff;
}
#qa-area .box h3{
	margin: 0;
	border-bottom: 1px solid #c6c9c6;
  padding: 0 0 20px 0;
}
#qa-area .qa-list{
	padding: 30px 30px 20px 30px;
}
#qa-area .qa-list ul{
  margin: 0;
}
#qa-area .qa-list ul li{
	position: relative;
	margin: 0 25px 0 0;
	padding: 0 0 0 15px;
}
#qa-area .qa-list ul li a::before{
	left: 0;
	right: auto;
}
#qa-area .qa-list ul li a{
	color: #004f94;
}
#qa-area .qa-list ul li a:hover{
	text-decoration: none;
}
#qa-area dl{
	margin: 0;
}
#qa-area dt,
#qa-area dd{
  position: relative;
	background-size: 30px 30px !important;
	padding: 0 0 0 40px;
	min-height: 30px;
}
#qa-area dt{
	margin: 20px 0;
	line-height: 30px;
	color: #004f94;
	font-weight: 700;
}
#qa-area dd{
	margin: 0;
	border-bottom: 1px solid #c6c9c6;
	padding-bottom: 20px;
}
#qa-area dd:last-child{
	border: none;
	padding-bottom: 0;
}
#qa-area dd p{
	margin: 0 0 0.6em 0;
}
#qa-area dt::before,
#qa-area dd::before{
  display: block;
  position: absolute;
  left: 0;
  color: #fff;
  border-radius: 100vw;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
#qa-area dt::before{
  content: "Q";
  background: #004F94;
}
#qa-area dd::before{
  content: "A";
  background: #eb6400;
}

