@charset "utf-8";
/* CSS Document */

/*ベースはじまり*/

body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #000;
  font-size: 16px;
  font-style: normal;
  font-family: Meiryo, "Meiryo UI", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

body .en{ font-family: sans-serif;}

html {
  scroll-behavior: smooth;
}

p,h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
}

.p-section h5,.main-text h3,.p-title,
.iin caption,table {
  font-family: fot-rodin-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h2,h3,h4,.scroll h5,
.gnavi,.menu,.btn-box,
.p-section .p-title,.tab,.p-menu,.period dt,
footer{
  font-family: hiragino-mincho-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h1 {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 70px;
  margin: 30px auto;
  padding: 10px 20px;
  line-height: 0.5;
  color: #fff;
}

h1 .number{
  font-size: 40px;
  vertical-align: middle;
}

h1.en{
  font-size: 40px;
  line-height: 1;
}

h2, .gp-box h4 {
  font-size: 25px;
}

h3, .gp-box h4 span {
  font-size: 20px;
}

h4, .main-text h3 span,.iin caption {
  font-size: 18px;
}

h5{
  font-size: 16px;
}

table {
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: middle;
}

a {
  color: #4271A9;
  text-decoration: underline;
}

a:hover {
  color: #D9411E;
}

a img:hover {
  opacity: 0.8;
}

.bold {
  font-weight: 600;
}

.right{
  text-align: right;
}

.red {
  color: #DC0509;
}

.marker{
  background: linear-gradient(transparent 50%,  rgba(255, 178, 178, 0.5) 50%) ;
}

.center{
  text-align: center;
}

.under{
  text-decoration: underline;
}

.pc {
  display: initial;
}

.sp {
  display: none;
}

/*ベースおわり*/

/*headerはじまり*/

header {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding-bottom: 0;
}

/* .bg {
  min-height: 100%;
} */

.logo {
  text-align: center;
  position: relative;
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
}

.logo img {
  position: relative;
  max-width: 1000px;
  width: 100%;
}

/* .h-slide{
  display: block;
  text-align: center;
  position: relative;
  max-width: 1600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
} */

/*headerおわり*/

/*メインコンテンツ（ベース）はじまり*/

#wrap {
  margin: 0;
}

.content {
  display: flex;
  justify-content: space-around;
  align-content: center;
  max-width: 1600px;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}

/*メインコンテンツ（ベース）おわり*/

/*メインコンテンツはじまり*/

.navi {
  -webkit-flex: 1;
  flex: 0 0 250px;
  display: inline-block;
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
  overflow: hidden;
  top: 0;
  left: 0;
}

/* .n-logo{
  text-align: center;
}

.n-logo img{
  max-width: 120px;
  width: 100%;
  margin: 10px auto;
  border: none;
} */

/* menuはじまり */

.gnavi {
  position: relative;
  border-radius: 0;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  text-align: left;
  /* border: 3px solid #fff; */
}

.gnavi ul{
  margin: 0;
}

.gnavi li {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding: 10px 30px;
  border-bottom: 2px solid #fff;
}

/* .menu li:last-child{
  border-bottom: none;
} */

.gnavi li:hover{
  background: -moz-linear-gradient(top, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  background: -webkit-linear-gradient(top, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  background: linear-gradient(to right, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
}

.gnavi li a {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0;
  text-align: left;
  transition: .2s;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
}

/* .gnavi li a:hover {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
} */

/* 3カラム目はじまり */

.side {
  -webkit-flex: 1;
  flex: 0 0 250px;
  max-width: 250px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
}

.navi-etc,
.side-etc {
  max-width: 250px;
  width: 100%;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.navi-etc h4,
.side-etc h4 {
  letter-spacing: 1px;
  margin: 15px 0 10px;
  padding: 0 0 5px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.navi-etc img,
.side-etc img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

/* main はじまり */

.main {
  -webkit-flex: 1;
  flex: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 20px;
}

.home-image {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 10px;
}

.home-image img{
	max-width: 1600px;
  width: 100%;
}

/* 登録期間 */

.bot {
  display: table;
  margin: 0 auto 50px;
}

.bot table {
  display: table-cell;
  max-width: 900px;
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}

.bot th {
  width: auto;
  color: #fff;
  font-size: 21px;
  padding: 5px 10px;
  letter-spacing: .5rem;
}

.bot td {
  width: auto;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  padding: 5px 20px;
}

/* section はじまり */

section {
  display: block;
  margin: 0 auto 100px;
  padding: 50px 50px;
  /* border-radius: 20px; */
  background: #fff;
}

section a img {
  border: 1px solid #fff;
}

/* 見出し */

.info h2 {
  letter-spacing: 1px;
  margin: 0 auto 20px;
  padding: 0 0 5px;
  /* color: #333; */
  border-bottom: 1px solid #333;
  text-align: center;
}

.grad{
  display: inline-block;
  background: -webkit-linear-gradient(top, #E72C27 10%, #E45835 50%, #FFFF23 100%);
  background: linear-gradient(to right, #E72C27 10%, #E45835 50%, #FFFF23 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .info h2::first-letter {
  color: #F39700;
} */

.info h3 {
  letter-spacing: 1px;
  padding: 10px 0 5px 12px;
  margin: 10px 0;
  border-bottom: 2px solid #D9BB25;
}

/* .info.en h3{
  text-transform: uppercase;
} */

.info h4 {
  letter-spacing: 1px;
  padding: 0 20px;
  margin: 5px 0;
  color: #0C0804;
}

.info h4::before, .link li:before {
  content: "\025c6";
  position: relative;
  color: #E45835;
  top: 0;
  left: -5px;
}

/* ◆不要 */

.gp-box h4::before,
.p-section h4::before,
.regi .important h4::before {
  content: "";
}

/* INFORMATION */

.scroll {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  padding: 0;
  overflow-y: scroll;
}

.scroll h5 {
  display: inline-block;
  color: #fff;
  background-color: #0C0804;
  padding: 5px 15px;
  margin-bottom: 0px;
}

.scroll p{
  margin: 10px 0;
  border-bottom: 1px solid #D9BB25;
}

/* 注意・案内 */

.info-plus{
  max-width: 800px;
  width: 100%;
  margin: 20px auto 30px;
  padding: 10px 15px;
  border: 3px solid #D9BB25;
  background: #fff;
}

 /* 日付・大会長名（あるとき） */
.info-plus .right{
  text-align: right;
}

.info-plus p{
  padding: 0 10px;
  margin: 0;
}

.info-plus.red{
  border: 3px solid #DC0509;
}

/* sub section */

.sub-section{
  margin: 10px auto 20px;
  padding: 10px 0 10px;
}

.sub-section{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.sub-section:last-child{
  margin-bottom: 0;
  border-bottom: none;
}

/* list */

ul,ol {
  margin: 0;
  padding: 0;
}

section li p{ margin-left: 0;}

section li .plus{
  margin-left: 0;
  text-indent: 0;
}

.list ul,
.list ol {
  list-style-position: inside;
  margin: 10px 0 20px;
}

.list li{ margin: 0 20px 0 40px;}
.list li li,.list .period li li{ margin: 0 20px 0 25px;}
.list td li, td p, td p.plus{ margin-left: 0;}

/* box内リスト */

.list .j-box li, .list .e-box li, .list .note li,.list .period li { margin: 0 10px 0 40px;}

/* ● */

.disc,.hex { counter-reset: dec cnt kakko;}

.disc li,.hex li {
  list-style-type: none;
  text-indent: -8px;
}

.disc li::before {
  content: "\025cf";  /* 空の要素作成 */
  display: inline-block;  /* インラインブロックにする */
  color: #E45835; /* 背景色指定 */
  position: relative;  /* 位置調整 */
  top: 0px;  /* 位置指定 */
  left: -5px;
  border-radius: 100%;  /* 要素を丸くする */
}

/* 1) */

.kakko{ counter-reset: kakko;}

.kakko li {
  padding-left: 10px;
  list-style-type: none;
  text-indent: -26px;
}

.kakko li:before {
  counter-increment: kakko;
  content: counter(kakko) "）";
  color: #333;
}

/* (1) */

.cnt,.en .cnt{ counter-reset: cnt;}

.cnt li {
  padding-left: 10px;
  list-style-type: none;
  text-indent: -42px;
}

.cnt li:before {
  counter-increment: cnt;
  content: "（" counter(cnt) "）";
  color: #333;
}

/* 1. */

.decimal{counter-reset: dec;}

.decimal li{
  list-style-type: none;
  text-indent: -18px;
}

.decimal li::before{
  counter-increment: dec;
  content:counter(dec)'. ';
  color: #333;
}

/* none */

.none li {
  list-style: none;
  text-indent: -8px;
}

/* text */

.info p {
  padding: 0 40px;
}

.info p.top {
  margin-top: 0px;
}

.info p.bottom {
  margin-bottom: 10px;
}

.info .plus,
.info .plus.p1,
.info .plus.p2,
.info .plus.p3 {
  position: relative;
  margin: 0 0 0 40px;
}

.info .plus::before,
.info .plus.p1::before,
.info .plus.p2::before,
.info .plus.p3::before {
  position: absolute;
  top: 0;
  left: 0;
}

.info .plus{
  padding-left: 25px;
}

.info .plus::before{
  content: "※";
}

.info .plus.p1::before {
  content: "※1";
}

.info .plus.p2::before {
  content: "※2";
}

.info .plus.p3::before {
  content: "※3";
}

.info li p{
  margin-left: 0;
}

.info li .plus{
  margin-left: 10px;
}

.info table .plus,
.info dl .plus{
  margin: 0;
}

/* Engkish */

.info.en .plus{
  padding-left: 15px;
}

.info.en .plus::before{
  content: "*";
}

.info.en .plus.p2{
  padding-left: 25px;
}

.info.en .plus.p2::before {
  content: "**";
}

.info.en .plus.p3{
  padding-left: 35px;
}

.info.en .plus.p3::before {
  content: "***";
}

/*メインコンテンツおわり*/

/*ボタン設定--まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  /* border-radius: 50px; */
}

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto 20px;
}

.btn-box .btn-w {
  width: 250px;
}

.btn-box a {
  margin-bottom: 10px;
}

.btn-box img {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.btn-box a img {
  border: 1px solid #fff;
}

.btn-1,
a.btn-1,
button.btn-1 {
  background-color: #6FBF8B;
  color: #fff;
  border: 1px solid #fff;
}

.btn-1:hover,
a.btn-1:hover,
button.btn-1:hover {
  background-color: #D9411E;
  color: #fff;
}

.btn-2,
a.btn-2,
button.btn-2 {
  background-color: #0C0804;
  color: #fff;
  border: 1px solid #fff;
}

.btn-2:hover,
a.btn-2:hover,
button.btn-2:hover {
  background-color: #D9BB25;
  color: #fff;
}

.btn-3,
a.btn-3,
button.btn-3 {
  background-color: #E72C27;
  color: #fff;
  border: 2px solid #fff;
}

.btn-3:hover,
a.btn-3:hover,
button.btn-3:hover {
  background-color: #E45835;
  color: #fff;
}

.btn-login,
a.btn-login {
  background: -webkit-linear-gradient(top, #0C0804 10%, #6FBF8B 50%, #FFFF23 100%);
  background: linear-gradient(to bottom, #0C0804 10%, #6FBF8B 50%, #FFFF23 100%);
  color: #fff;
  width: 650px;
  font-size: 3.0rem;
  padding: 2rem 1rem;
  margin: 10px auto 20px;
}

.btn-login:hover,
a.btn-login:hover{
  background: -webkit-linear-gradient(top, #E72C27 10%, #E45835 50%, #FFFF23 100%);
  background: linear-gradient(to bottom, #E72C27 10%, #E45835 50%, #FFFF23 100%);
  color: #fff;
}

.en .btn-login,
.en a.btn-login{
  width: 100%;
}

.btn-login span,
a.btn-login span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

/* .btn .red,
a.btn .red{
  color: #FFB2B2;
}

.btn:hover .red,
a.btn:hover .red{
  color: 	#DC0509;
} */

/* ボタン設定 おわり */

/* icon */

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  vertical-align: middle;
}

/* アイコン装飾用css */
.icon{
  margin: 0 5px;
  padding: 5px;
  text-decoration: none;
}

.icon.i-c{
  color: #fff;
  background-color: #6FBF8B;
  border-radius: 50%;
}

.icon.i-c:hover{
  color: #fff;
  background-color: #D9411E;
}

a.icon.i-c{
  padding: 10px 12px;
  font-weight: 600;
}

.icon.i-c.ja{
  background: #E45835;
}

.icon.i-c.ja:hover{
  background: -webkit-linear-gradient(top, #E72C27 10%, #E45835 50%, #FFFF23 100%);
  background: linear-gradient(to bottom, #E72C27 10%, #E45835 50%, #FFFF23 100%);
}

.icon.i-c.en {
  background: #6FBF8B;
}

.icon.i-c.en:hover {
  background: -webkit-linear-gradient(top, #0C0804 10%, #6FBF8B 50%, #FFFF23 100%);
  background: linear-gradient(to bottom, #0C0804 10%, #6FBF8B 50%, #FFFF23 100%);
}

/* アイコン横並び */

.icon-box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto 20px;
  padding: 0 30px;
}

/* 特定の拡張子の場合自動で表示 */
.btn-box a[href$=".docx"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/word_icon.png");
  vertical-align: middle;
}

.btn-box a[href$=".pdf"]::after {
  padding-left: 10px;
  display: inline-block;
  content: url("img/pdf_icon.png");
  vertical-align: middle;
}

/*メインコンテンツ（gakkai）はじまり*/

.gakkai table,
.iin table {
  max-width: 900px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto 20px;
}

.iin caption{
  color: #0C0804;
}

.gakkai th,
.iin th {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  margin: 10px 0;
  padding: 10px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.gakkai table th:first-child{
  width: 150px;
}

.iin table th:first-child{
  width: 150px;
  border-right: 1px solid #fff;
}

.gakkai table td,
.iin table td {
  width: auto;
  vertical-align: middle;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #D9BB25;
  color: #333;
}

.iin table td:first-child {
  border-bottom: 1px solid #D9BB25;
  text-align: center;
}

/*メインコンテンツ（gakkai）おわり*/

/*メインコンテンツ（greeting）はじまり*/

.g-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 10px auto;
  padding: 0 20px;
  max-width: 1000px;
  width: 100%;
}

.g-box img {
  /* display: block; */
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  /* border-radius: 10px; */
}

.g-box .gp-box {
  max-width: 700px;
  width: 100%;
  line-height: 2;
  padding: 0 20px;
  margin: 10px auto 0;
}

.gp-box h4{
  color: #333;
  border-bottom: 2px solid #333;
  line-height: 1.5;
}

.greeting p {
  text-align: justify;
  line-height: 25px;
}

.greeting p.g-right {
  text-align: right;
}

.greeting .main-text {
  border-top: 1px solid #D9BB25;
  margin: 20px auto;
  padding: 20px 0;
}

.main-text h3{
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.main-text h3 span{
  color: #fff;
}

.en .g-box h4{
  line-height: 1.0;
  padding-bottom: 5px;
}

.en .g-box h4 .small{ font-size: 1.6rem;}

/*メインコンテンツ（greeting）おわり*/

/*メインコンテンツ（program）はじまり*/

/* p-menu */

.p-menu{
  max-width: 630px;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #D9BB25;
}

.p-menu ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.p-menu li{
  width: 200px;
}

.p-menu li a{
  position: relative;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 1.6rem;
  color: #0C0804;
}

.p-menu li a:hover{
  color: #D9411E;
}

.p-menu li a::before{
  content: "\025bc";
  position: absolute;
  top: 3px;
  left: 0;
  color: #6FBF8B;
}

.p-menu li a:hover::before{
  color: #D9BB25;
}

/* p-menu end */

.program h3{
  padding: 10px 20px;
  text-align: left;
  border-bottom: none;
  background: -moz-linear-gradient(top, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  background: -webkit-linear-gradient(top, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  background: linear-gradient(to right, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  color: #fff;
}

/* p-section */
.p-section {
  margin: 0 auto 40px;
}

.p-section h3 {
  padding: 5px 10px;
  background: none;
  border-left: 6px solid #0C0804;
  border-bottom: 1px solid #0C0804;
  color: #333;
}

.p-section h4 {
  padding: 5px 20px;
  color: #D9411E;
  border-bottom: 1px solid #D9BB25;
}

.p-section h5{
  display: inline-block;
  max-width: 240px;
  width: auto;
  height: 40px;
  margin: 10px 0 10px 20px;
  padding: 6px 10px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.p-box .p-section h5{
  margin: 10px 0 10px 0;
}

/* 演題名 */

.p-section .p-title {
  margin-top: 10px;
  font-weight: 600;
  border: none;
  color: #D9411E;
}

/* 座長・演者 */

.p-section dl{
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: 0;
  padding: 0 0 0 40px;
  line-height: 2;
}

.p-section dt{
  display: inline-block;
  max-width: 180px;
  width: 100%;
  height: auto;
  padding: 0 10px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: none;
  border: none;
  color: #333;
}

.p-section dd{
  max-width: 600px;
  width: auto;
  margin: 0 0 0 10px;
  padding: 0 5px;
  font-weight: 300;
  vertical-align: middle;
}

.p-section dd .p-title{
  padding-left: 0;
}

/* 演者・演題名複数 */

.p-box {
  margin: 10px 0;
  padding: 10px 0;
  background-color: rgba(217, 187, 37, 0.2);
  border: 1px solid #fff;
  /* border-radius: 10px; */
}

.p-box dl{
  padding: 5px 40px 5px;
  border-bottom: 1px solid #D9BB25;
}

/* 時計アイコン */

.time{
  text-align: right;
  font-weight: 600;
  vertical-align: middle;
}

.time span{
  color: #6FBF8B;
  margin-right: 5px;
}

/* 顔写真 */

.p-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin: 10px auto 0;
}

.photo-box{
  max-width: 160px;
  width: 100%;
  margin-bottom: 10px;
}

.p-photo img {
  max-width: 160px;
  width: 80%;
  padding: 0 5px;
  border-radius: 50%;
}

.p-photo p{
  margin: 10px 0; /* HP毎に調整 */
  padding: 0;
}

/* 企業展示 */

.ex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 40px;
}

.ex-section {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  vertical-align: middle;
}

.ex-img {
  max-width: 200px;
  width: 100%;
  margin: 10px auto;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
}

.ex-img img {
  max-width: 160px;
  width: 100%;
}

/*メインコンテンツ（program）おわり*/

/*メインコンテンツ（regi）はじまり*/

.regi table {
  max-width: 800px;
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto 20px;
  border-spacing: 0;
}

/* .regi table tr {
  border-bottom: 1px solid #D9BB25;
} */

.regi table th {
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 200px;
  padding: 10px;
  color: #333;
  background-color: rgba(111, 191, 139, 0.5);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.regi table th:first-child{ border-left: none;}

.regi table td {
  width: 200px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  color: #333;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #D9BB25;
}

.regi table tr:nth-child(even) { background-color: rgba(227, 229, 58, 0.3);}

.party table{ max-width: 400px;}
.seminar table{ max-width: 600px;}
.point table{ max-width: 600px;}
.point .regi th:first-child{ width: 400px;}
.point .regi th:last-child{ width: 200px;}

.point .regi td:first-child{
  padding: 10px 20px;
  text-align: left;
}

.point .p-title{ color: #D9411E;}

.tri {
  margin: 0 0 0 40px;
  padding-left: 20px;
  position: relative;
  font-weight: 600;
}

.tri::before {
  content: "▶";
  position: absolute;
  top: 0;
  left: 0;
}

/* 登録期間 */
.period,.qa{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 20px;
  padding-bottom: 5px;
  line-height: 2;
  font-weight: 600;
}

.period dl,.qa dl{
  margin: 5px 0; /* 左寄せの場合はauto→0 */
  padding: 0;
}

.period dt,.qa dt{
  display: inline-block;
  border-radius: 0;
  vertical-align: middle;
}

.period dt{
  padding: 5px 10px;
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}

.period dd,.qa dd{
  display: inline-block;
  margin-left: 0;
  padding: 5px 20px;
  vertical-align: top;
}

/* font-large */

.period.font-l dl{ font-size: 2.0rem;}
.period.font-l dl .small{ font-size: 1.6rem;}
.period.center dl{ margin: 5px auto;}

.e-box .period dt,.point .period dt{
  border: none;
  border-bottom: 1px solid #333;
  background: none;
  color: #000;
}

.period.child{
  font-weight: normal;
}

.period.child dt{
  width: 80px;
  text-align: center;
}

/* Q&A */

.qa dt{
  padding: 2px 10px;
  border-radius: 5px;
}

.qa .q dt{
  background-color: #6FBF8B;
  color: #fff;
}

.qa .a {
  padding: 10px;
  background: rgba(217, 187, 37, 0.2);
}

.qa .a dt{
  background-color: #D9411E;
  color: #fff;
}

/* English */

.en .period dl{
  margin: 0;
}

.en .period dt{
  padding: 0 10px;
  text-align: left;
  background: none;
  color: #000;
}

.en .period.time dt{
  width: 120px;
  background: none;
}

.en .period.party dt{
  width: 150px;
  background: none;
}

.en .period dd{
  padding: 0 20px;
}

.en .period.child dt{
  width: 200px;
}

/*メインコンテンツ（regi）おわり*/

/* 参加登録フロー はじまり */

.important {
  max-width: 650px;
  width: 100%;
  margin: 20px auto 10px;
  border: 2px solid #DC0509;
  display: block;
  word-break: break-all;
  border-radius: 10px;
}

.important h4 {
  color: #DC0509;
  text-align: center;
  padding-top: 10px;
}

.important ul li {
  color: #DC0509;
  font-weight: 600;
}

.important p {
  padding: 10px 20px;
  margin: 0;
  font-weight: 600;
  color: #DC0509;
}

.imp-box{
  max-width: 670px;
  width: 100%;
  margin: 20px auto;
  padding: 10px 20px;
  word-break: break-all;
  line-height: 1.5;
  border-radius: 10px;
  background-color: rgba(217, 187, 37, 0.2);
}

.imp-box dl{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 0;
}

.imp-box dt{
  display: inline-block;
  width: 100px;
  height: auto;
  padding: 0;
  font-weight: 600;
  vertical-align: middle;
}

.imp-box dd{
  /* imp-boxのmax-widthに合わせて調整 */
  width: 560px;
  padding: 0;
  font-weight: 600;
  vertical-align: middle;
}

.flow p {
  line-height: 1.5;
}

.flow {
  max-width: 700px;
  width: 100%;
  margin: 50px auto;
}

.flow-box {
  max-width: 450px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px auto 20px;
}

.flow-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #020873;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 10px auto 20px;
}

.btn-flow,
a.btn-flow,
button.btn-flow {
  background-color: #020873;
  border: none;
  max-width: 450px;
  width: 100%;
  height: 70px;
  font-size: 1.7rem;
  border-radius: 1.0rem;
  font-weight: 600;
  line-height: 20px;
  cursor: default;
}

.btn-flow span,
a.btn-flow span,
button.btn-flow span {
  font-size: 1.3rem;
  font-weight: 500;
}

/* English */

.en .flow{
  max-width: 720px;
  width: 100%;
  text-align: left;
}

.en .flow p{
  text-align: left;
}

.en .flow h4{
  text-align: left;
  text-indent: -22px;
  color: #000;
}

.en .flow h4::before{
  content: none;
}

.en .imp-box{
  text-align: left;
}

.en .flow-box{
  max-width: 1000px;
  width: 100%;
  display: block;
}

/* 参加登録フロー おわり */

/* box */

.j-box, .e-box{
  padding: 10px 30px 5px;
  margin: 20px auto 20px;
  border-radius: 0;
}

.j-box{
  max-width: 600px;
  width: 100%;
  border: 1px solid #D9BB25;
  background: rgba(217, 187, 37, 0.2);
}

.e-box {
  max-width: 800px;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.2);
  border: 1px solid #D9BB25;
}

.e-box h5{
  font-size: 1.8rem;
  padding: 0 20px 5px;
  color: #0C0804;
  border-bottom: 1px solid #D9BB25;
}

.en .j-box, .en .e-box{
  padding: 10px 10px 5px;
}

.en .e-box{
  background-color: rgba(0, 0, 0, 0.1);
}

/*メインコンテンツ（abst）はじまり*/

.e_table {
  padding-left: 25px;
  margin: 0 0 20px 20px;
}

.e_table table {
  border-collapse: collapse;
  /* セルの線を重ねる */
}

.e_table tr:nth-child(odd) {
  background-color: rgba(111, 191, 139, 0.5);
}

.e_table th {
  border: none;
  padding: 5px 10px; /* 余白指定 */
  vertical-align: middle;
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #fff;
}

.e_table td {
  color: #333;
  padding: 5px 10px; /* 余白指定 */
  border-bottom: 1px solid #D9BB25;
}

/* abstract table */
.ab-table table {
  max-width: 800px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto 20px;
}

.ab-table tr{
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.ab-table th{
  text-align: center;
  margin: 10px 20px 0 0;
  padding: 10px;
  color: #000;
  vertical-align: middle;
}

.ab-table td{
  width: auto;
  text-align: left;
  padding: 20px 20px;
  color: #000;
}

.ab-table th{
  width: 150px;
}

#er, #coi{
  margin: 30px auto;
}

/*メインコンテンツ（abst）おわり*/

/* タブメニュー はじまり */

/*tabの形状*/
.tab{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.tab li a{
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  background:#0C0804;
  color: #fff;
  margin:0 2px;
  padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
  color: #0C0804;
  background: rgba(111, 191, 139, 0.5);
}

/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding:30px 0;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* area内見出し */

.endai .area h2{
  padding: 10px 20px;
  text-align: left;
  border-bottom: none;
  background: -moz-linear-gradient(top, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  background: -webkit-linear-gradient(top, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  background: linear-gradient(to right, #0C0804 1%, #6FBF8B 20%, #E3E53A 60%, #D9411E 90%, #0C0804 100%);
  color: #fff;
}

/* タブメニュー おわり */

/*メインコンテンツ（chair）はじまり*/

.coi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.coi-box {
  max-width: 250px;
  width: 100%;
  margin-bottom: 10px;
}

.coi img {
  max-width: 250px;
  width: 100%;
}

.coi p {
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: -5px;
  /* HP毎に調整 */
  margin-left: -20px;
  /* HP毎に調整 */
}

/*メインコンテンツ（chair）おわり*/

/*メインコンテンツ（access）はじまり*/

.map {
  display: block;
  margin: 10px auto;
  text-align: center;
}

.map iframe {
  width: 90%;
  height: 450px;
}

/*メインコンテンツ（guide）おわり*/

/*メインコンテンツ（movie) はじまり*/

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 5px auto 30px;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

.movie-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 15px auto;
}

.movie-flex h3{
  font-size: 15px;
  letter-spacing: 0;
  padding-left: 0;
  margin: 5px 0;
  border-bottom: 1px solid #9acdcd;
}

.movie-box{
  margin: 0 5px;
  width: 45%;
}

.iframe-wrap-flex {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 5px auto 20px;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.iframe-wrap-flex iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/*メインコンテンツ（movie) おわり*/

/*メインコンテンツ（sp-link）はじまり*/

.sp-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.bn-box {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}

.sp-bn img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
}

.sp-bn p {
  font-weight: 600;
  margin-bottom: 10px;  /* HP毎に調整 */
  margin-left: -10px;  /* HP毎に調整 */
}

/*メインコンテンツ（sp-link）おわり*/

/*メインコンテンツ（sp-link）はじまり*/

.tour-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.tour-box {
  max-width: 900px;
  width: 100%;
  margin-bottom: 10px;
}

.tour-bn img {
  max-width: 900px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

.tour-bn img.c{
  max-width: 250px;
}

.tour-bn img.w{
  background-color: #fff;
}

.tour-bn p {
  font-weight: 600;
  margin-bottom: 10px;  /* HP毎に調整 */
  margin-left: -10px;  /* HP毎に調整 */
}

/*メインコンテンツ（sp-link）おわり*/

/* link はじまり */

.link a {
  text-decoration: none;
}

.link ul {
  margin: 20px 0 20px -40px;
}

.link li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 5px 10px 5px 15px;
  border-bottom: 1px solid #D9BB25;
}

/* link おわり */

/* arrowはじまり */

/*リンクを右下に固定*/
#arrow {
  position: fixed;
  bottom: 8%;
  right: 1%;
  z-index: 2;
   /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#arrow a {
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*円の形状*/
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #0C0804 10%, #6FBF8B 50%, #FFFF23 100%);
  background: linear-gradient(to bottom, #0C0804 10%, #6FBF8B 50%, #FFFF23 100%);
  color: #fff;
  outline: 1px solid #fff;
}

#arrow a:hover {
  background: -webkit-linear-gradient(top, #E72C27 10%, #E45835 50%, #FFFF23 100%);
  background: linear-gradient(to bottom, #E72C27 10%, #E45835 50%, #FFFF23 100%);
  color: #fff;
}

/*　上に上がる動き　*/

#arrow.upmove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#arrow.downmove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

/* arrowおわり */

/*footerはじまり*/

footer {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  left: 0;
  bottom: 0;
}

footer small {
  font-size: 15px;
}

/*footerおわり*/

@media screen and (max-width: 1250px) {

  .bot th {
    display: block;
    width: 100%;
  }

  .bot td {
    display: block;
    width: 100%;
  }
    
  .flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
  }

  .side {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    align-self: stretch;
  }

  .side-etc{
    max-width: 400px;
    margin: 0 auto 50px;
    padding: 0;
  }

  .side-etc h4{
    font-size: 16px;
    border-bottom: 1px solid #fff;
  }

  section{
    padding: 20px 20px;
  }

  /* greeting */

  .g-box .gp-box {
    line-height: 1.5;
    text-align: center;
  }

  .g-box .gp-box p{
    padding: 0;
    text-align: center;
  }

}

@media screen and (max-width: 1050px) {

  body{
    font-size: 14px;
  }

  h1 {
    font-size: 50px;
    text-align: left;
    line-height: 1;
    margin: 20px;
  }
  
  h2, .gp-box h4 {
    font-size: 18px;
  }
  
  h3, .gp-box h4 span,.iin caption {
    font-size: 16px;
  }
  
  h4, h5, .main-text h3 span {
    font-size: 14px;
  }

  .side-etc h4{
    font-size: 14px;
  }
  
  .pc {
    display: none;
  }

  .sp {
    display: initial;
  }

  .content {
    flex-direction: column;
    height: 100%;
  }

  .navi {
    flex: 1 0 1000;
    margin: 0 auto;
    align-self: stretch;
  }

  /* ハンバーガー はじまり */

  /* ハンバーガーアイコンの設置スペース */
  .menu-btn {
    height: 50px;
    width: 55px;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    top: 10px;
    right: 10px;
  }

  /* ×に変化 */
  .menu-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    width: 50%;
    height: 3px;
    border-radius: 2px;
    background-color: #D9411E;
  }

  .menu-btn span:nth-of-type(1){
    top: 15px;
  }

  .menu-btn span:nth-of-type(2){
    top: 23px;
  }

  .menu-btn span:nth-of-type(3){
    top: 31px;
  }

  .menu-btn.active span:nth-of-type(1){
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

  .menu-btn.active span:nth-of-type(2){
    opacity: 0;
  }

  .menu-btn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  /* ナビゲーション（メニュー） */

  .menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0; /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    /*動き*/
    transition: all 0.3s;
    font-size: 14px;
  }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  .menu.panelactive{
    opacity: 1;
    z-index: 999;
  }

  /*ナビゲーションの縦スクロール*/
  .menu.panelactive .menu-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  .menu ul{
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }

  .menu.panelactive ul{
    display: block;
  }

 /*リストのレイアウト設定*/

 .menu li{
  list-style: none;
  text-align: center;
  padding: 5px 10px;
 }

 .menu li a{
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0.1em;
 }

 /* .menu li a:hover::before{
  left: -15px;
  padding: 5px 0;
 } */

 .menu.grad-menu li a:hover{
  display: inline-block;
  background: -webkit-linear-gradient(top, #6FBF8B 10%, #E3E53A 50%, #D9411E 100%);
  background: linear-gradient(to right, #6FBF8B 10%, #E3E53A 50%, #D9411E 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ナビゲーション（メニュー）おわり */

/* menuおわり */

/* main */

  .bg{
    background-position: center center, center top;
    background-size: cover, cover;
  }

  .main {
    align-self: stretch;
    margin: 0 auto;
    padding: 0 10px;
  }

  .home-image img {
    width: 100%;
  }

  section{
    padding: 50px 50px;
  }

  .en .j-box p{
    padding: 0;
  }

  /* 登録期間 */

  .bot {
    margin: 0 auto 20px;
  }

  .bot table {
    max-width: 700px;
  }

  .bot th {
    display: block;
    width: 100%;
    font-size: 16px;
  }

  .bot td {
    display: block;
    width: 100%;
    font-size: 22px;
  }

  /* ボタン */

  .btn-box{
    margin: 10px auto;
  }

  .btn,
  a.btn,
  button.btn {
    font-size: 1.8rem;
  }

  .btn-login,
  a.btn-login {
    font-size: 2.3rem;
    padding: 2rem 1rem;
    margin: 10px 10px;
  }

  .btn-login span,
  a.btn-login span{
    font-size: 1.4rem;
    line-height: 2.5rem;
  }

  /* icon */

  .icon-box{
    justify-content: center;
    margin: 10px auto 0;
  }

  /* プログラム */
  .p-section dl{
    padding: 0 0 0 30px;
  }

  .p-box dl {
    padding: 5px 30px;
  }
}

@media screen and (max-width: 700px) {

   /* 登録期間 */

  .bot {
      margin: 0 auto 10px;
    }
  
    .bot th {
      font-size: 12px;
    }
  
    .bot td {
      font-size: 15px;
    }

   /*  main */

   .main {
    padding: 0 20px;
  }

  .menu-top{
    margin-top: 0;
  }

  section {
    margin: 50px auto;
    padding: 20px 20px;
  }

  /* list*/
  .list ul,
  .list ol {
    list-style-position: inside;
    margin: 10px 0 20px;
  }

.list li{
  margin-left: 15px;
}

/* box内リスト */

.list .j-box ul li, .list .e-box ul li, .list .info-plus ul li {
  margin: 10px 0 10px 22px;
}

.list .j-box ol li, .list .e-box ol li, .list .info-plus ol li{
  margin: 10px 0 10px 18px;
}

  /* text */

  .info h4 {
    padding: 5px;
  }

  .info ul,
  .info ol {
    margin: 10px 10px;
  }

  .info p {
    padding: 0 10px;
  }

  .info .plus,
  .info .plus.p1,
  .info .plus.p2,
  .info .plus.p3 {
    position: relative;
    margin: 0 0 0 10px;
  }

  /* ボタン */

  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
  }

  .btn-login,
  a.btn-login {
    font-size: 2.0rem;
    margin: 20px 10px 30px;
  }

  /* greeting */

  .g-box, .g-box .gp-box {
    padding: 0;
  }

  /* gakkai */

  .gakkai table th:first-child {
    display: block;
    width: 100%;
  }
  
  .gakkai table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .iin table th:first-child{
    width: auto;
  }

  /* box */
  .e-box,.j-box{
    padding: 10px 5px;
  }

  /* プログラム */

  .p-section h5{
    margin: 0 0 5px 0;
    padding: 6px 10px;
  } 

  .p-section dl{
    padding-left: 5px;
  }

  .p-section dt,.p-section dd{
    display: block;
    width: auto;
    padding: 0;
  }

  /* 時計アイコン */

  .time{
    text-align: left;
  }

  /* 参加登録 */

  .tri {
    margin: 0 0 0 20px;
  }

  .imp-box dl{
    flex-direction: column;
    flex-wrap: wrap;
  }

  .imp-box dd{
    width: auto;
  }

  .flow {
    max-width: 720px;
    margin: 30px auto 20px;
    padding: 0 10px;
  }

  .en .flow h4{
    text-indent: -18px;
  }

  .btn-flow,
  a.btn-flow,
  button.btn-flow{
    height: auto;
    padding: 2rem 4rem;
  }

  /* 期間 */
  .period dl{
    padding: 10px 0;
  }

  .period dd{ 
    margin-left: 0;
  }

  /* font-large */

  .period.font-l dl{
    font-size: 1.8rem;
  }

  .period.font-l dl span{
    font-size: 1.4rem;
  }

  /* abst */

  .e_table{
    margin-left: 0;
  }

  /* リンク */

  .link ul {
    margin: 20px 0 20px -40px;
  }

}