@charset "utf-8";



.no-clicks {
  pointer-events: none;
}

/*文字色を赤に*/
.danger {
  color: #f00;
}

/**************************************************/
/********** Responsive Base Font Setting **********/
/**************************************************/

@media screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width:480px) and ( max-width:1024px) {
  html {
    font-size: 56.3%;
  } 
}
@media screen and (max-width: 480px) {
  html {
    font-size: 50.0%;
  }
}



/********** Default **********/

* {
  font-family: Lucida Sans Unicode, sans-serif;
}

::-moz-selection { background: #BBBBBB; color: #FFFFFF; text-shadow: none;}
::selection { background: #BBBBBB; color: #FFFFFF; text-shadow: none;}

::-webkit-input-placeholder {color: #FFFFFF;}
::-moz-placeholder  {color: #FFFFFF;}
:-moz-placeholder {color: #FFFFFF;}
:-ms-input-placeholder  {color: #FFFFFF;} 

p {
  margin: 20px 0;
}
html, body {
  height: 100%;
}
body {
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.3rem;
  line-height: 160%;
  color: #000000;
}
ul, li {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-style: normal;
  clear: both;
}
a {
  color: #2D287F;
  background: none;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
a:hover {
  color: #EDCA50;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
}
a img {
  border: none;
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 0.3s;
}
address {
  font-style: normal;
}
img {
  vertical-align: middle;
}
strong, em {
  font-style: normal;
  font-weight: bold;
}
sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 1.0rem;
}
hr {
  border: none;
  height: 1px;
  background-color: #DDDDDD;
  margin: 30px 0;
  clear: both;
}
figure {
  margin: 0 auto;
}
figure img {
  padding: 2px;
  border: 1px solid #DDDDDD;
  background-color: #FFFFFF;
}
figcaption {
  margin: 10px auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}
table th {
  background: #92d050;
  border: 1px solid #DDD;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
table td {
  border: 1px solid #DDD;
  line-height: 1.6;
  vertical-align: middle;
  padding: 7px 10px;
}
table th a,
table td a {
  line-height: 1.6;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.under {
  text-decoration: underline;
}



@media screen and (min-width: 1024px) {



/********** Common **********/



/* Header */

header {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding: 0 20px;
  width: 940px;
  height: 100px;
  background-color: #FFFFFF;
  color: #000000;
  display: table;
}
header h1 {
  clear: both;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
}
header h1 a {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000000;
  line-height: 130%;
}
header h1 strong {
  font-size: 2.2rem;
  font-weight: bold;
}
header h1 small {
  font-size: 1.3rem;
  font-style: italic;
}
header h1 a:hover {
  color: #000000;
}
header #lang a {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2D287F;
  display: block;
  padding: 10px 25px;
  border-bottom-left-radius: 12px;
}
header #lang a:before {
  content: url("../images/icon03.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}
header #lang a:hover {
  background-color: #EDCA50;
}
header #logo {
  clear: both;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
}
header #trigger {
  display: none;
}



/* Global Menu */

#global-menu {
  clear: both;
  text-align: center;
  margin: 0 auto;
  background-color: #EDCA50;
  width: 100%;
  min-width: 980px;
  position: relative;
  z-index: 9999;
}
#global-menu ul {
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: table;
}
#global-menu ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  font-size: 1.3rem;
  width: 163px;
  width: 140px;
}
#global-menu ul li a {
  display: block;
  margin: 0;
  padding: 8px 0;
  color: #000000;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
#global-menu ul li a:hover {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #2D287F;
}
#global-menu ul li.current a {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #2D287F;
}



/* Footer */

footer {
  clear: both;
  width: 100%;
  min-width: 980px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  background-color: #EDCA50;
  overflow: hidden;
}
footer .contents {
  position: relative;
  width: 940px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px 5px 20px;
}
footer address {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
  line-height: 150%;
}
footer address em {
  font-size: 1.4rem;
  font-weight: bold;
}
footer address span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 180%;
}
footer #pagetop {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
footer #pagetop img {
  margin: 0 0 2px 0;
}
footer #pagetop a {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  color: #000000;
}
footer #pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 0.3s;
}
footer #copyright {
  clear: both;
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  color: #000000;
  text-align: right;
  margin: 0 auto;
}



/* Main */

main {
  clear: both;
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: table;
}



/* Page - Main Image */

.page #main-image {
  clear: both;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #000000;
  overflow: hidden;
}
.page #main-image h2 {
  clear: both;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.8rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  top: 88px;
  left: 38px;
  width: 980px;
}
.page #main-image img {
  margin-top: -22px;
}



/* Home - Image Slider */

#slider {
  clear: both;
  width: 100%;
  text-align: left;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
#slider ul li {
  position: relative;
}
#slider h2 {
  clear: both;
  font-size: 2.0rem;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
  padding: 40px 0 60px 0;
  line-height: 120%;
}
#slider h2 span {
  display: block;
  width: 900px;
  margin: 0 auto;
}
#slider ul,
#slider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
#slider ul li img {
  width: 100%;
  display: none;
}
.slider_base {
  top: 0;
  position: absolute;
}
.slider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev,
.slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background-color: #000;
  background-image: url("../images/prev.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.slider_next {
  background-color: #000;
  background-image: url("../images/next.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.pagination a {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  overflow: hidden;
  background: #FFFFFF;
}
.pagination a.active {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}
.slider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.slider ul {
  display: inline-block;
  overflow: hidden;
}



/* Contents */

#contents {
  clear: both;
  width: 980px;
  text-align: left;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  display: flex;
  background-color: #FFFFFF;
}



/* Content */

#content {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
  width: 680px;
  height: 100%;
}
#content article {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
}
#content article:last-child {
  margin: 0;
}



/* Sidebar */

#sidebar {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0 20px 0 0;
}
#sidebar aside {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 0;
}
#sidebar aside ul {
  margin: 0;
  padding: 0;
}
#sidebar aside ul li {
  margin: 0 0 20px 0;
  padding: 0;
}



/* H-Tag */

main h3 {
  clear: both;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  margin: 0 0 20px 0;
  padding: 0 15px;
  line-height: 160%;
  border-bottom: 3px solid #2D287F;
}
main h4 {
  clear: both;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 20px 0 0 0;
  line-height: 160%;
}



/********** Contents **********/

/* 例外css -追加修正分- */

.seminar-table > p {
  margin-bottom: 5px;
}
.seminar-table table {
  font-size: 92.3%;
  margin-top: 5px;
}
.seminar-table table th, .seminar-table table td {
  text-align: center;
}
.seminar-table table td.td02 {
  background: #f2f2f2;
}
.seminar-table a {
  text-decoration: underline;
}
.seminar-table a:hover {
  text-decoration: none;
}


/* Home */

.home #content dl {
  clear: both;
  margin: 30px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
  display: table;
}
.home #content dl dt {
  display: table-cell;
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  padding: 0 15px;
}
.home #content dl dd {
  display: table-cell;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}
.home #content .archives {
  text-align: right;
  font-size: 1.2rem;
  position: absolute;
  top: 2px;
  right: 0;
}
.home #content .archives:before {
  content: url("../images/icon02.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}



/* Outline */

.page-id-1 #content {
}



/* Members */

.page-id-2 #content dl {
  clear: both;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  display: table;
  border-bottom: 1px dotted #888888;
}
.page-id-2 #content dl dt {
  display: table-cell;
  text-align: left;
  width: 180px;
}
.page-id-2 #content dl dt:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-2 #content dl dd {
  display: table-cell;
  text-align: left;
}



/* Syllabus */

.page-id-3 #content {
}



/* Activity Report */
.page-id-4 #content ul li {
  margin: 20px 0;
  border-bottom: 1px dotted #888888;
}
.page-id-4 #content ul li a {
  display: block;
}
.page-id-4 #content ul li:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-4 #content ul li span {
  color: #888888;
  font-family: Arial;
  font-style: italic;
  margin: 0 0 0 10px;
}
.page-id-4 #content ul li span:before {
  content: "-";
  margin: 0 10px 0 0;
}
.page-id-4 #content dl {
  clear: both;
  margin: 15px 0 0 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
  display: table;
}
.page-id-4 #content dl dt {
  display: table-cell;
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  padding: 10px 15px;
}
.page-id-4 #content dl dd {
  display: table-cell;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}
.page-id-4 .report-block {
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #888888;
}
.page-id-4 .report-block h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.page-id-4 .report-block h4:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
}
.page-id-4 .report-block h5 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.page-id-4 .report-box {
  margin-bottom: 30px;
}
.page-id-4 .report-box .list {
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.page-id-4 .report-box .list:nth-child(even) {
  background: #f2f2f2;
}
.page-id-4 .report-box .list * {
  box-sizing: border-box;
}
.page-id-4 .report-box .name {
  margin-right: auto;
}
.page-id-4 .report-box .link a {
  display: inline-block;
  background: url(../images/icon05.png) no-repeat left center;
  padding-left: 20px;
}
.page-id-4 .report-box .link a:last-child {
  margin-left: 15px;
}
.page-id-4 .img__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.page-id-4 .img__item {
  padding: 20px;
}


/* Links */

.page-id-5 #content ul li {
  margin: 20px 0;
  border-bottom: 1px dotted #888888;
}
.page-id-5 #content ul li a {
  display: block;
}
.page-id-5 #content ul li:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-5 #content ul li span {
  color: #888888;
  font-family: Arial;
  font-style: italic;
  margin: 0 0 0 10px;
}
.page-id-5 #content ul li span:before {
  content: "-";
  margin: 0 10px 0 0;
}



/* News & Topics */

.page-id-6 #content dl {
  clear: both;
  margin: 30px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
  display: table;
}
.page-id-6 #content dl dt {
  display: table-cell;
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  padding: 0 15px;
}
.page-id-6 #content dl dd {
  display: table-cell;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}



/* News & Topics (Detail) */

.page-id-6.page-child #content dl {
  margin: 0;
  padding: 10px;
}
.page-id-6.page-child #content dl dt {
  font-size: 1.4rem;
  color: #000000;
  padding: 0;
  text-align: center;
}
.page-id-6.page-child #content dl dd {
  font-size: 1.4rem;
  color: #000000;
  width: 540px;
}
.page-id-6.page-child #content .archives {
  text-align: right;
  font-size: 1.2rem;
}
.page-id-6.page-child #content .archives:before {
  content: url("../images/icon02.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}



}



@media screen and (max-width: 1023px) {



/********** Common **********/



img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}



/* Header */

header {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
}
header h1 {
  clear: both;
  margin: 60px 20px 20px 20px;
  padding: 0;
}
header h1 a {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000000;
  line-height: 130%;
}
header h1 strong {
  font-size: 2.2rem;
  font-weight: bold;
}
header h1 small {
  font-size: 1.3rem;
  font-style: italic;
}
header h1 a:hover {
  color: #000000;
}
header #lang a {
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2D287F;
  display: block;
  padding: 10px;
  border-radius: 5px;
}
header #lang a:hover {
  background-color: #EDCA50;
}
header #logo {
  position: absolute;
  top: 15px;
  left: 20px;
}
header #logo img {
  width: 70%;
}
header #trigger a {
  position: fixed;
  z-index: 9999;
  right: 80px;
  top: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2D287F;
  display: block;
  padding: 10px;
  border-radius: 50%;
}
header #trigger a:hover {
  background-color: #EDCA50;
}



/* Global Menu */

#global-menu {
  display: none;
}
#modal-window {
  display: none;
}
#modal-window li {
  border-bottom: 1px solid #444444;
  padding: 10px 0 0 0;
}
#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 100px;
  padding: 20px;
  background: rgba(0,0,0,0.9);
  color: #FFFFFF;
  text-align: right;
}
#pageslide a {
  display: block;
  color: #FFFFFF;
}
#pageslide a:hover {
  color: #EDCA50;
}
#pageslide .current a {
  color: #EDCA50;
}



/* Footer */

footer {
  clear: both;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  background-color: #EDCA50;
  overflow: hidden;
}
footer .contents {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 20px 20px 5px 20px;
}
footer address {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  font-size: 1.0rem;
  line-height: 150%;
}
footer address em {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 120%;
}
footer address span {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 120%;
}
footer #pagetop {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
footer #pagetop img {
  margin: 0 0 2px 0;
}
footer #pagetop a {
  font-size: 1.0rem;
  font-weight: bold;
  white-space: nowrap;
  display: block;
  color: #000000;
}
footer #pagetop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: opacity 0.3s;
}
footer #copyright {
  clear: both;
  font-size: 1.0rem;
  color: #000000;
  text-align: center;
  margin: 10px auto 0 auto;
}



/* Main */

main {
  clear: both;
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
}



/* Page - Main Image */

.page #main-image {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #000000;
  position: relative;
}
.page #main-image h2 {
  clear: both;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: absolute;
  bottom: 10px;
  left: 20px;
}



/* Home - Image Slider */

#slider {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 25px 0;
  text-align: center;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#slider ul li {
  position: relative;
}
#slider h2 {
  clear: both;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  background-color: #000000;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.7);
}
#slider h2 span {
  display: block;
  padding: 10px;
}
#slider ul,
#slider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
#slider ul li img {
  width: 100%;
  display: none;
}
.slider_base {
  top: 0;
  position: absolute;
}
.slider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.pagination {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.pagination a {
  margin: 0 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  overflow: hidden;
  background: #000000;
}
.pagination a.active {
  filter:alpha(opacity=100)!important;
  -moz-opacity: 1!important;
  opacity: 1!important;
}




/* Contents */

#contents {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  background-color: #FFFFFF;
}



/* Content */

#content {
  padding: 0;
}
#content article {
  clear: both;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
}
#content article:last-child {
  margin: 0;
}



/* Sidebar */

#sidebar {
  margin: 20px 0 0 0;
  padding: 0;
}
#sidebar aside {
  clear: both;
  margin: 0;
  padding: 0;
}
#sidebar aside ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#sidebar aside ul li {
  margin: 4px;
  padding: 0;
}



/* H-Tag */

main h3 {
  clear: both;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 160%;
  border-bottom: 3px solid #2D287F;
}
main h4 {
  clear: both;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  margin: 0;
  padding: 20px 0 0 0;
  line-height: 160%;
}



/********** Contents **********/



/* Home */

.home #content dl {
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
}
.home #content dl dt {
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  margin: 0;
}
.home #content dl dd {
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  margin: 0;
}
.home #content .archives {
  text-align: right;
  font-size: 1.2rem;
  position: absolute;
  top: 2px;
  right: 0;
}
.home #content .archives:before {
  content: url("../images/icon02.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}



/* Outline */

.page-id-1 #content {
}



/* Members */

.page-id-2 #content dl {
  clear: both;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #888888;
}
.page-id-2 #content dl dt {
  text-align: left;
  white-space: nowrap;
}
.page-id-2 #content dl dt:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-2 #content dl dd {
  text-align: left;
  margin: 10px 15px;
}



/* Syllabus */

.page-id-3 #content {
}



/* Activity Report */
.page-id-4 #content ul li {
  margin: 20px 0;
  border-bottom: 1px dotted #888888;
}
.page-id-4 #content ul li a {
  display: block;
}
.page-id-4 #content ul li:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-4 #content ul li span {
  color: #888888;
  font-family: Arial;
  font-style: italic;
  margin: 0 0 0 10px;
}
.page-id-4 #content ul li span:before {
  content: "-";
  margin: 0 10px 0 0;
}
.page-id-4 #content dl {
  clear: both;
  margin: 15px 0 0 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
  display: table;
}
.page-id-4 #content dl dt {
  display: table-cell;
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  padding: 10px 15px;
}
.page-id-4 #content dl dd {
  display: table-cell;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}
.page-id-4 .report-block {
  box-sizing: border-box;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #888888;
}
.page-id-4 .report-block h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.page-id-4 .report-block h4:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
}
.page-id-4 .report-block h5 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.page-id-4 .report-box {
  margin-bottom: 30px;
}
.page-id-4 .report-box .list {
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.page-id-4 .report-box .list:nth-child(even) {
  background: #f2f2f2;
}
.page-id-4 .report-box .list * {
  box-sizing: border-box;
}
.page-id-4 .report-box .name {
  margin-right: auto;
}
.page-id-4 .report-box .link a {
  display: inline-block;
  background: url(../images/icon05.png) no-repeat left center;
  padding-left: 20px;
}
.page-id-4 .report-box .link a:last-child {
  margin-left: 15px;
}



/* Links */

.page-id-5 #content ul li {
  margin: 20px 0;
  border-bottom: 1px dotted #888888;
}
.page-id-5 #content ul li a {
  display: block;
}
.page-id-5 #content ul li:before {
  content: url('../images/icon02.png');
  margin: 2px 5px 0 0;
  float: left;
}
.page-id-5 #content ul li span {
  color: #888888;
  font-family: Arial;
  font-style: italic;
}
.page-id-5 #content ul li span:before {
  content: "-";
  margin: 0 10px 0 0;
}



/* News & Topics */

.page-id-6 #content dl {
  clear: both;
  margin: 10px 0;
  padding: 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
}
.page-id-6 #content dl dt {
  font-size: 1.2rem;
  color: #555555;
  text-align: left;
  white-space: nowrap;
  margin: 0;
}
.page-id-6 #content dl dd {
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  margin: 0;
}



/* News & Topics (Detail) */

.page-id-6.page-child #content dl {
  margin: 0;
  padding: 10px 0;
}
.page-id-6.page-child #content dl dt {
  font-size: 1.4rem;
  color: #000000;
  padding: 0;
  text-align: left;
}
.page-id-6.page-child #content dl dd {
  font-size: 1.4rem;
  color: #000000;
  margin: 0;
}
.page-id-6.page-child #content .archives {
  text-align: right;
  font-size: 1.2rem;
}
.page-id-6.page-child #content .archives:before {
  content: url("../images/icon02.png");;
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
}



}


/* 募集要項 （追加ページ） */

.style01 {
  margin: 20px 0;
}
.style01 li {
  list-style: disc;
}

.style02 {
  padding-left: 20px;
  margin: 20px 0;
}
.style02 li {
  list-style: "※";
  padding-left: 5px;
}

.style04 {
  padding-left: 20px;
  margin: 20px 0;
}
.style04 li {
  list-style: "*";
  padding-left: 5px;
}

.sub-ttl {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 40px;
}