@charset "utf-8";
@import "reboot.css";
@import url('https://fonts.googleapis.com/css?family=Sarabun:600&display=swap');
html {
	overflow-y: scroll;
	width: 100%;
}
body {
	color: #000;
	font-size: 15px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	background-color: #fff;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
@media all and (-ms-high-contrast:none){
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
}
a:link, a:visited {
	color: #232a5e;
	text-decoration: underline;
}
a:active, a:hover {
	color: #232a5e;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
img {
	width: 100%;
}
#sb-site {
	width: 100% !important;
	text-align: center;
	background: #fff;
	margin: 0 auto !important;
}
.sp {
	display: none !important;
}
#toggle, .sb-slidebar {
	display: none;
}
/* header */
header {
	margin: 0 auto;
	padding: 20px 0;
	width: 1200px;
  height: 125px;
  display: flex;
  justify-content: space-between;
}
header h1 {
	margin: 8px 0 0;
	padding: 0;
}
header h1 img {
	width: 600px;
}
header h1.en img {
	width: 790px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
#headerRight {
  text-align: right;
}
#langWrapper {
  display: flex;
  justify-content: flex-end;
}
#langWrapper img {
	width: 134px;
  margin: 0 0 0 10px;
}
#search {
	width: 270px;
	max-height: 42px;
  margin: 0 55px 0 0;
}
#search table, #search td {
	margin: 0;
	padding: 0;
	border: none;
  text-align: left;
}
.gs-title, .gs-fileFormat {
  text-align: left;
}
/* nav */
nav {
	margin: 0;
	padding: 0;
	width: 100%;
  background: #232a5e;
}
ul#menu {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
	list-style-type: none;
	display: flex;
  justify-content: space-between;
  text-align: center;
}
ul#menu li {
	margin: 0;
	padding: 0;
	background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
ul#menu > li {
  border-right: 1px solid #e5e5e5;
}
ul#menu > li:first-child {
  border-left: 1px solid #e5e5e5;
}
ul#menu li a {
	padding: 13px 31px 11px;
	margin: 0 auto;
	line-height: 1.2;
	font-weight: 600;
	text-decoration: none;
	display: block;
  color: #fff;
  white-space: nowrap;
}
ul#menu.en li a {
	padding: 13px 19px 11px;
}
_::-webkit-full-page-media, _:future, :root ul#menu.en li a {
  padding: 13px 12px 11px;
}
ul#menu li ul {
  top: 53px;
  left: -2px;
  position: absolute;
  z-index: 9999;
}
_::-webkit-full-page-media, _:future, :root ul#menu li ul {
  top: 54px;
  left: -1px;
}
ul#menu li ul li {
  overflow: hidden;
  height: 0;
  
}
ul#menu li ul li a {
  border: 1px solid #232a5e;
  color: #232a5e;
  background: #fff;
  padding: 18px 10px 16px;
  width: 155px;
  white-space: pre-wrap;
}
_::-webkit-full-page-media, _:future, :root ul#menu li ul li a {
  width: 164px;
}
ul#menu li:nth-child(3) ul li a {
  width: 170px;
}
_::-webkit-full-page-media, _:future, :root ul#menu li:nth-child(3) ul li a {
  width: 177px;
}
ul#menu li:nth-child(4) ul li a {
  width: 230px;
}
ul#menu li:nth-child(5) ul li a {
  width: 230px;
}
ul#menu.en li ul li a {
  width: 148px;
}
ul#menu.en li:nth-child(3) ul li a {
  width: 172px;
}
ul#menu.en li:nth-child(4) ul li a {
  width: 180px;
}
ul#menu li ul li a:hover {
  color: #fff;
  background: #232a5e;
  opacity: 1;
}
ul#menu li:hover > ul > li {
  overflow: visible;
  height: auto;
}
ul#menu li ul li ul {
  top: 0;
  left: 110px;
}
ul#menu li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
ul#menu li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
ul#menu li ul li ul.left {
    top: 0;
    left: -190px;
  }
ul#menu li ul li ul.left:before,/*layer-2-left▷*/
ul#menu li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
ul#menu li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
  }
ul#menu li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
  }
/* footer */
footer {
	margin: 0;
	padding: 15px 0;
	width: 100%;
  background: #232a5e;
}
footer p {
  text-align: left;
  margin: 0 auto;
  width: 1200px;
  color: #fff;
}
footer p strong {
  font-size: 1.2em;
  font-weight: 900;
}
#copyright {
  margin: 20px auto;
}
/* ページトップへ戻る */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 45px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
}
#page-top:hover {
	opacity: .8;
}
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	top: 20px;
	left: 26px;
	transform: rotate(45deg);
}
@media print {
#page-top {
	display: none;
}
}
/* top */
#mainvisual {
	width: 1200px;
	margin: 30px auto;
  display: flex;
}
#topimg {
  width: 50%;
}
#topimg img {
	width: 100%;
}
#phrase {
  background: linear-gradient(to top right, #005bae, #64d0fa);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
#phrase p {
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin: 0 8%;
}
#phrase p a {
  color: #59c3f3;
  font-weight: 900;
  text-decoration: none;
}
.pop a:hover{
  position: relative;
  top: 0;
  left: 0;
}
.fukidashi {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  padding: 12px 10px 10px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #fff;
  z-index: 9999;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  min-width: 350px;
  text-align: center;
}
a:hover .fukidashi {
  display: block;
}
.pop a:hover {
  opacity: 1;
	transition: none;
}
#subNav {
  width: 1200px;
  margin: 10px auto;
}
#subNav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#subNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: url("../image/menu1.jpg");
  background-size: cover;
  width: 285px;
  height: 211px;
  position: relative;
}
#subNav ul li:nth-child(2) {
  background: url("../image/menu2.jpg");
  background-size: cover;
}
#subNav ul li:nth-child(3) {
  background: url("../image/menu3.jpg");
  background-size: cover;
}
#subNav ul li:nth-child(4) {
  background: url("../image/menu4.jpg");
  background-size: cover;
}
#subNav ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  width: 285px;
  position: absolute;
  bottom: 0;
  display: block;
  padding: 176px 20px 18px;
  text-align: left;
  line-height: 1.1;
}
#subNav ul li.twoline a {
  padding: 170px 20px 9px;
}
main.top {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 50px auto 0;
  width: 1200px;
}
#news {
	width: 890px;
  border-top: 4px solid #232c53;
}
#news h2 {
	padding: 20px 0 0;
	margin: 0;
	font-size: 30px;
	line-height: 1;
  background: #fff;
  color: #222c5f;
  text-align: left;
  font-weight: 600;
  font-family: 'Sarabun', sans-serif;
  border: none;
}
#news ul {
	margin: 20px auto 30px;
  padding: 0 0 0 2px;
  overflow: auto;
  height: 500px;
  text-align: left;
}
#news ul li {
	list-style: none;
  background: none;
  margin: 0 0 20px;
  padding: 0;
}
.date {
  color: #0058af;
  font-size: 14px;
  font-weight: 900;
}
#link {
  width: 282px;
}
#link ul {
  margin: 0;
  padding: 0;
}
#link ul li {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  background: none;
}
#banner {
  width: 100%;
  border-top: 2px solid #232a5e;
}
#banner ul {
  width: 1200px;
  margin: 30px auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
#banner ul li {
  margin: 0 20px;
  padding: 0;
  list-style: none;
  background: none;
}
#banner ul li img {
  height: 55px;
  width: auto;
}
/* main */
.h1wrapper {
  width: 100%;
  background: #f3f3f3;
  border-top: 1px solid #9ca5a1;
  border-bottom: 1px solid #9ca5a1;
  padding: 20px 0;
  margin: 30px 0;
}
.h1wrapper h1 {
	padding: 0;
	margin: 0 auto;
	font-size: 23px;
	line-height: 1;
	font-weight: 900;
  color: #005aad;
  width: 1200px;
  text-align: left;
}
main.contents {
	width: 1200px;
	padding: 0 0 35px;
  margin: 0 auto;
  text-align: left;
  min-height: 500px;
}
h2 {
	margin: 35px auto 20px;
	font-size: 20px;
	line-height: 1.1;
	clear: both;
	padding: 13px 0 0;
  background: #fff;
  color: #222c5f;
  text-align: left;
  font-weight: 600;
  border-top: 4px solid #232c53;
}
h3 {
	margin: 25px 10px 10px;
	padding: 0 0 0 20px;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 600;
	clear: both;
  position: relative;
}
h3::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "";
	width: 15px;
	height: 5px;
	background: #159dda;
}
h4 {
	margin: 15px 20px 10px 25px;
	padding: 5px 0 0;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
}
p {
	margin: 8px 20px 5px 30px;
	padding: 0;
}
/* list */
ul {
	margin: 0 10px 15px 35px;
	padding: 0;
}
ul li {
	list-style: none;
  padding: 2px 0 2px 16px;
  margin: 0 0 0 7px;
  background-image: url(../image/li.png);
  background-position: 0 9px;	
  background-repeat: no-repeat;	
  background-size: 11px 11px;
}
ul ul {
	margin: 5px 0 0;
}
ol {
	margin: 5px 10px 5px 60px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 2px 0;
}
ol li ol {
	margin: 5px 0 0 20px;
}
dl {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 20px auto 30px;
  border-top: 1px solid #182156;
  border-bottom: 1px solid #182156;
  padding: 10px 5px 0;
}
dt {
  margin: 0 0 10px;
  padding: 0;
  width: 10%;
}
dd {
  margin: 0 0 10px;
  padding: 0;
  width: 90%;
}
/* table */
table {
	padding: 0;
	margin: 15px auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
}
table th {
	padding: 7px 5px 5px;
	text-align: center;
	font-weight: 900;
	color: #fff;
  border: 1px solid #fff;
  background: #182156;
}
table td {
	padding: 7px 5px 5px;
	border: 1px solid #182156;
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
/* figure */
figure {
	margin: 10px 15px 15px;
}
figure.center {
	margin: 10px auto 15px;
}
figure.fr {
	float: right;
	margin: 0 45px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 45px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}
/* utility */
a[target="_blank"] {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
a[href$=".pdf"] {
	background: url(../image/ic_pdf.png) right no-repeat;
	padding-right: 24px !important;
	background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(../image/ic_doc.png) right no-repeat;
	padding-right: 24px !important;
	background-size: 20px 18px !important;
}
a.pdf {
	background: url(../image/ic_pdf.png) right no-repeat;
	padding-right: 24px !important;
	background-size: 20px 20px !important;
}
a.blank {
	background: url(../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
.no_icon {
	background-image: none !important;
	padding-right: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.w05 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}
.ml0 {
  margin-left: 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	text-indent: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 0.85em;
}
.large {
	font-size: 1.1em;
}
hr {
	border: 0;
	height: 1px;
	margin: 35px 25px;
	clear: both;
	background: linear-gradient(to right, #fff, #182156, #fff);
}
blockquote {
	margin: 5px 0 5px 15px;
}
.border {
  border: 1px solid #000;
  padding: 20px 30px;
  width: 90%;
  margin: 20px auto;
}
.new {
  color: red;
  font-size: 13px;
  font-weight: 900;
}
.open {
	cursor: pointer;
}
.hidecontent {
  display: none;
}
/*進行中の試験一覧*/
.list {
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  border-collapse: collapse;
}
.list td {
  position: relative;
  padding: 25px 5px;
}
/*.list tr th:nth-child(3), .list tr td:nth-child(2) {
  border-right: none;
}
.list tr th:nth-child(4), .list tr td:nth-child(3) {
  border-right: none;
  border-left: none;
}
.list tr th:nth-child(5), .list tr td:nth-child(4) {
  border-left: none;
}
.list tr th:nth-child(7), .list tr td:nth-child(6) {
  border-right: none;
}
.list tr th:nth-child(8), .list tr td:nth-child(7) {
  border-left: none;
}
.list tr:nth-child(2) td:nth-child(3) {
  border-left: 1px solid #182156;
}
.list tr:nth-child(2) td:nth-child(4) {
  border-right: none;
}
.list tr:nth-child(2) td:nth-child(5) {
  border-right: 1px solid #182156;
  border-left: none;
}
.list tr:nth-child(2) td:nth-child(6) {
  border-right: 1px solid #182156;
}
.list tr:nth-child(2) td:nth-child(7) {
  border-right: none;
}
.list tr:nth-child(2) td:nth-child(8) {
  border-left: none;
}*/
.flex {
  display: flex;
}
.list td .number {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 3px 2px;
  width: 22px;
  color: #fff;
  margin: 0;
}
.list td div, .list th div {
  display: inline-block;
  margin: 0 8px;
}
.list td ul {
  margin: 0;
  text-align: left;
}
.list td li {
  background-position: 0 2px;
}
.list td ul ul {
  margin: 3px 0 0;
}
.list td ul ul li {
  margin: 0;
}
.link {
  position: relative;
}
.link::after {
  position: absolute;
  background: url(../image/ic_blank.png);
	background-size: 18px 17px;
  content: "";
  width: 18px;
  height: 17px;
  bottom: -10px;
  right: -20px;
}
.color01 {
  background: blue;
}
.color02 {
  background: orange;
}
.green {
  width: 30px;
  height: 30px;
  background: green !important;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
  background-image: none !important;
}
.yellow {
  width: 30px;
  height: 30px;
  background: yellow !important;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
}
.black {
  width: 30px;
  height: 30px;
  background: #000 !important;
  border-radius: 50%;
  margin: 0 auto;
  display: inline-block;
}
.white {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #000;
  display: inline-block;
}
#ref {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 10px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  width: 50%;
  margin: auto;
  text-align: center;
  z-index: 9999;
  vertical-align: middle;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}
#ref div {
  display: inline-block;
}
#ref span {
  margin-right: 30px;
}
.modalTable {
  margin: 0;
  width: 100%;
}
.modalTable th {
  white-space: nowrap;
  min-width: 7em;
}
.modalTable td {
  font-size: 13px;
}
.modalTable td ul {
  margin: 0;
  line-height: 1.1;
}
.modalTable td ul li {
  background-position: -3px 0;
  padding: 0 0 0 8px;
  margin: 0;
}
.modaal-content-container ul {
  margin: 10px 0 10px 20px;
}
.modaal-content-container p {
  margin: 0;
}
/*委員会*/
.pageNav {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px auto 40px;
  width: 90%;
}
.pageNav li {
  background: none;
  margin: 0 20px;
  padding: 0;
  line-height: 1;
}
.pageNav a {
  border: 1px solid #232a5e;
  color: #232a5e;
  text-decoration: none;
  display: block;
  padding: 5px 100px 3px;
  text-align: center;
  border-radius: 11px;
}
.pageNav a:hover {
  background: #232a5e;
  color: #fff;
  opacity: 1;
}
table.committee {
  width: 80%;
  margin: 10px auto 60px;
}
table.committee th {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
ul.committee {
  display: flex;
  margin: 10px;
}
ul.committee li {
  margin-right: 20px;
}
/*研究活動*/
ul.activity {
  margin: 40px auto 35px;
  width: 96%;
}
ul.activity li {
  margin: 0 10px 10px;
}
ul.activity a {
  padding: 6px 25px 2px;
}
/*イベントカレンダー*/
.event {
  width: 94%;
  margin: 10px auto;
}
.event th {
  width: 25%;
}
.event h3 {
  margin: 8px 5px 5px;
  padding: 0;
}
.event h3::before {
  display: none;
}
.event p {
  margin:  0 0 5px 12px;
}
/*パブリックコメント*/
.public {
  margin: 20px auto 40px;
  width: 96%;
}
.public li {
  margin: 0 10px;
}
.public a {
  padding: 6px 25px 2px;
}
/*用語集*/
ul.words {
  margin: 40px auto 35px;
  width: 96%;
}
ul.words li {
  margin: 0 10px;
}
ul.words a {
  padding: 6px 25px 2px;
}
table.words1 {
  width: 100%;
  margin: 0 0 50px;
}
table.words1 th:first-child, table.words1 td:first-child {
  width: 20%;
  font-weight: 900;
}
table.words1 th:nth-child(2), table.words1 td:nth-child(2) {
  width: 20%;
}
table.words1 th:last-child, table.words1 td:last-child {
  width: 20%;
  word-break: break-all;
}
table.words2 {
  width: 90%;
  margin: 0 auto 50px;
}
table.words2 th:first-child, table.words2 td:first-child {
  width: 5%;
  text-align: center;
}
table.words2 th:nth-child(2), table.words2 td:nth-child(2) {
  width: 20%;
}
@media screen and (max-width: 480px) {
body {
	min-width: initial;
	min-width: auto;
  font-size: 4vw;
}
#sb-site {
	width: 100% !important;
	background: #fff;
	overflow: hidden;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
header {
	width: 100%;
	padding: 2vw 0;
  height: 18vw;
}
header h1, header h1.en {
	width: 85%;
	margin: 1vw 1%;
}
header h1 img, header h1.en img {
	width: 100%;
}
#headerRight {
	display: none;
}
nav {
	display: none;
}
ul#sp_menu {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
ul#sp_menu li {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
}
ul#sp_menu li a {
	padding: 4vw 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	display: block;
  font-size: 3.5vw;
  color: #fff;
  background: #232a5e;
}
ul#sp_menu li ul {
	display: none;
	position: relative;
	margin: 0;
  padding: 0;
  list-style: none;
}
ul#sp_menu li ul li {
  margin: 0;
  padding: 0;
}
ul#sp_menu li ul li a {
  color: #232a5e;
  background: #fff;
}
#toggle {
	display: block;
	position: absolute;
	top: 4.5vw;
	right: 2%;
	background: #262d63;
	padding: 3px 0 2px;
	cursor: pointer;
	z-index: 9999;
}
#toggle ul {
	margin: 0;
	padding: 0;
}
#toggle ul li {
	margin: 0;
	padding: 0;
	background: none;
	list-style: none;
}
.sb-slidebar {
	display: block;
	background: #fff !important;
	text-align: left;
}
.css-bar {
	display: inline-block;
	position: relative;
	margin: 0 6px 3px;
	padding: 0;
	background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
	width: 30px;
	height: 3px;
}
.css-bar:before, .css-bar:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.css-bar:before {
	margin-top: -8px;
}
.css-bar:after {
	margin-top: 5px;
}
html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
#toggle p {
	margin: 2px auto 2px;
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-indent: 0;
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	text-align: center;
}
footer {
	padding: 2vw 0;
}
footer p {
  margin: 1vw 2%;
  font-size: 3.8vw;
  width: 100%;
}
#copyright {
  margin: 2vw auto;
  font-size: 3vw;
}
#mainvisual {
	width: 100%;
  margin: 2vw 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
#topimg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40vw;
}
#topimg img {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
#phrase {
  width: 100%;
}
#phrase p {
  font-size: 4vw;
  margin: 3vw 8%;
}
.fukidashi {
  position: absolute;
  top: 6vw;
  left: -20vw;
  font-size: 3.5vw;
  min-width: 70vw;
}
#subNav {
  width: 100%;
  margin: 3vw 0;
}
#subNav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#subNav ul li {
  width: 48%;
  height: 37vw;
  margin: 0 0 2vw;
}
#subNav ul li a {
  width: 100%;
  padding: 28vw 2vw 1.5vw;
  font-size: 3.5vw;
}
#subNav ul li.twoline a {
  padding: 27vw 2vw .5vw;
}
main.top {
  margin: 3vw auto;
  flex-wrap: wrap;
  width: 100%;
}
#news {
	width: 100%;
}
#news h2 {
	padding: 3vw 0 0;
	font-size: 6vw;
}
#news ul {
	margin: 2vw auto 3vw;
  height: 70vw;
}
#news ul li {
  margin: 0 0 2vw;
}
#link {
  width: 100%;
}
#link ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#link ul li {
  margin: 2vw 1%;
  width: 48%;
}
#link ul li img {
  width: 100%;
}
#banner ul {
  width: 100%;
  margin: 3vw auto;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#banner ul li {
  margin: 2vw 1%;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner ul li img {
  height: auto;
  width: 100%;
}
.h1wrapper {
  padding: 4vw 0;
  margin: 4vw 0;
}
.h1wrapper h1 {
	font-size: 5.5vw;
  width: 100%;
  padding: 0 1%;
}
main.contents {
	width: 100%;
	min-height: 100%;
	padding: 0 0 5vw;
}
h2 {
	font-size: 5vw;
  width: 98%;
  margin: 5vw auto 3vw;
  padding: 2vw 0 0;
}
h3 {
  font-size: 4.5vw;
  margin: 3vw 1% 2vw;
  padding: 0 0 0 4%;
}
h4 {
	width: 98%;
	margin: 2vw auto 1vw;
  font-size: 4vw;
}
p {
	margin: 1vw 2%;
}
ul {
	margin: 2vw 2% 2vw 3%;
}
ul li {
}
ol {
	margin: 2vw 2% 2vw 8%;
}
table {
	width: 95%;
	margin: 2vw auto;
}
table td {
	word-break: break-all;
}
figure {
	width: 60%;
	margin: 2vw auto;
}
figure.fl, figure.fr, figure.center {
	float: none;
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
figure img, video {
	width: 95%;
	margin: 0 auto 1vw;
}
figcaption {
	padding: 0 2%;
}
.mb0sp {
	margin-bottom: 0 !important;
}
.mb05sp {
	margin-bottom: 5px !important;
}
.mb10sp {
	margin-bottom: 10px !important;
}
.mb15sp {
	margin-bottom: 15px !important;
}
.mb20sp {
	margin-bottom: 20px !important;
}
.mb25sp {
	margin-bottom: 25px !important;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.mb40sp {
	margin-bottom: 40px !important;
}
.mt0sp {
	margin-top: 0 !important;
}
.mt05sp {
	margin-top: 5px !important;
}
.mt10sp {
	margin-top: 10px !important;
}
.mt15sp {
	margin-top: 15px !important;
}
.mt20sp {
	margin-top: 20px !important;
}
.mt25sp {
	margin-top: 25px !important;
}
.mt30sp {
	margin-top: 30px !important;
}
.w05sp {
	width: 05% !important;
}
.w10sp {
	width: 10% !important;
}
.w15sp {
	width: 15% !important;
}
.w20sp {
	width: 20% !important;
}
.w25sp {
	width: 25% !important;
}
.w30sp {
	width: 30% !important;
}
.w35sp {
	width: 35% !important;
}
.w40sp {
	width: 40% !important;
}
.w45sp {
	width: 45% !important;
}
.w50sp {
	width: 50% !important;
}
.w55sp {
	width: 55% !important;
}
.w60sp {
	width: 60% !important;
}
.w65sp {
	width: 65% !important;
}
.w70sp {
	width: 70% !important;
}
.w75sp {
	width: 75% !important;
}
.w80sp {
	width: 80% !important;
}
.w85sp {
	width: 85% !important;
}
.w90sp {
	width: 90% !important;
}
.w95sp {
	width: 95% !important;
}
.w100sp {
	width: 100% !important;
}
#page-top {
	bottom: 25px;
	right: 10px;
}
.xscroll {
	width: 100%;
	overflow-x: auto;
}
.xscroll table {
	width: 1200px;
	margin: 2vw 2%;
}
.pageNav {
  margin: 1vw;
}
.pageNav li {
  width: 23%;
  margin: 1vw 1%;
}
.pageNav a {
  padding: 1vw 0;
}

/*イベントカレンダー*/
.event {
  width: 98%;
  margin: 2vw auto;
}
.event th {
  width: 40%;
}
.event h3 {
  margin: 2vw 1%;
}
.event p {
  margin:  0 0 1vw 3%;
}
/*用語集*/
ul.words {
  margin: 5vw auto;
  width: 90%;
}
ul.words li {
  margin: 0 5% 2vw;
}
ul.words a {
  padding: 1vw 5%;
}
table.words2 {
  width: 98%;
  margin: 0 auto 3vw;
}
table.words2 th:first-child, table.words2 td:first-child {
  width: 10%;
}
table.words2 th:nth-child(2), table.words2 td:nth-child(2) {
  width: 30%;
}
/*進行中の試験一覧*/
.list td .number {
  padding: 1vw;
  width: 7vw;
}
#ref {
  bottom: 3vw;
  padding: 3vw 3%;
  border-radius: 2vw;
  width: 98%;
}
#ref span {
  margin-right: 2%;
}
#ref .green, #ref .yellow, #ref .black, #ref .white {
  width: 5vw;
  height: 5vw;
}
}
