﻿@charset "utf-8";

/*--------------------------------------------------*/
/* block -------------------------------------------*/
/*--------------------------------------------------*/

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

section {
  position: relative;
}

footer {
  background-color: #234;
  color: #fff;
}
.fb-page {
  padding: 1em;
  width: 100%;
  text-align: center;
}

.image_area {
  padding: 1em;
}

.image_area img {
  width: 100%;
}

.text_area {
  padding: 0 1em;
}

.header_inner,
.footer_inner,
.content_inner {
  width: 1100px;
  margin: auto;
}

.footer_inner,
.content_inner {
  padding: 50px;
}

/*--------------------------------------------------*/
/*-- pageTop ---------------------------------------*/
/*--------------------------------------------------*/

.pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}

.pageTop a {
  position: fixed;
  bottom: 23px;
  right: 30px;
  width: 26px;
  height: 26px;
  margin-left: -21px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*--------------------------------------------------*/
/* ページタイトル ------------------------------------*/
/*--------------------------------------------------*/

#top {
  height: 200px;
}

.bg_area {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9cc url(../images/home/topbg.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.bg_area figure {
  position: relative;
  height: 100%;
  animation: rotate 30s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bg_area figure span {
  display: block;
  position: absolute;
  width: 700px;
  height: 700px;

  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.bg_area figure #bg1 {
  right: 50%;
  bottom: 50%;
}

.bg_area figure #bg2 {
  right: 48%;
  bottom: 46%;
}

.bg_area figure #bg3 {
  right: 52%;
  bottom: 54%;
}

#top .title {
  position: relative;
  width: 1100px;
  margin: auto;
  padding-top: 60px;
  padding-left: 260px;
}

#top .title a {
  display: table-cell;
  height: 140px;
  padding-top: 0.5em;
  vertical-align: middle;
  pointer-events: none;
  font-size: 3rem;
  line-height: 1em;
  color: #000;
  text-decoration: none;
}

#top .title a span {
  display: block;
  margin-left: 0.5em;
  font-size: 1.3rem;
  font-weight: normal;
  color: #89a;
}

/*--------------------------------------------------*/
/* パンくずリスト ------------------------------------*/
/*--------------------------------------------------*/

#breadcrumb {
  background-color: #fff;
  border-bottom: 1px solid #dee;
}

#breadcrumb .content_inner {
  padding-top: 0;
  padding-bottom: 0;
}

#breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 1.2em;
  font-size: 1.3rem;
}

#breadcrumb li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 3px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

#breadcrumb li a {
  text-decoration: none;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------*/
/* 見出し -------------------------------------------*/
/*--------------------------------------------------*/

.content_inner h2.heading {
  position: relative;
  margin: 0;
  padding: 15px;
  border-top: 15px solid #369;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-radius: 60px 0 0 60px;
}

.content_inner h2.heading span {
  position: absolute;
  bottom: 100%;
  right: 10px;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.content_inner h2.heading2 {
  position: relative;
  margin: 0;
  padding: 15px;
  border-top: 5px solid #369;
  border-left: 5px solid #ccc;
  border-bottom: 5px solid #69c;
  border-right: 5px solid #ccc;
  border-radius: 60px;
  font-size: 2.2rem;
}

.content_inner h3.heading {
  position: relative;
  margin-top: 2em;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------*/
/* header ------------------------------------------*/
/*--------------------------------------------------*/

h1.logo {
  position: relative;
}

h1.logo a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 215px;
  padding: 0 10px 10px;
  background: #fff;
  border-radius: 0 0 140px 140px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

h1.logo img {
  width: 100%;
}

.reduce h1.logo a {
  width: 110px;
}

/* メインメニュー */

.mainMenu {
  background-color: #fff;
  /*background-color: #234;*/
}

#globalNav > ul {
  display: none;
  margin: 0;
  margin-left: auto;
}

#globalNav > ul > li {
  display: table-cell;
  width: 110px;
  height: 60px;
  vertical-align: top;
}

#globalNav .lv1,
#globalNav .lv1 a {
  display: table-cell;
  width: 110px;
  height: 60px;
  padding: 0 5px;
  vertical-align: middle;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}

#globalNav .lv1 {
  padding: 0;
  cursor: pointer;
  border-left: 1px solid #ddd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#globalNav .lv1 span {
  display: block;
  font-size: 1.1rem;
  color: #89a;
}

#globalNav .lv1:hover,
#globalNav .lv1 a:hover {
  background-color: rgba(34, 51, 68, 0.95);
  color: #fff;
}

#globalNav .lv2 {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 30px 0 30px 280px;
  background-color: rgba(34, 51, 68, 0.95);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#globalNav li:hover .lv1 + .lv2 {
  opacity: 1;
  visibility: visible;
}

#globalNav .lv2 ul {
  width: 1100px;
  margin: auto;
  padding-left: 150px;
}

#globalNav .lv2 li {
  margin: 1em 0;
}

#globalNav .lv2 a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
}

#globalNav .lv2 a:hover,
#globalNav .lv2 a:hover:before {
  color: #0ff;
}

/* アクティブページ */
body#home #globalNav #g00,
body#greeting #globalNav #g01,
body#outline #globalNav #g02,
body#education #globalNav #g03,
body#enterprise #globalNav #g04,
body#seminar #globalNav #g05,
body#schedule #globalNav #g06,
body#contact #globalNav #g07 {
  background-color: rgba(34, 51, 68, 0.1);
}

/*--------------------------------------------------*/
/* footer ------------------------------------------*/
/*--------------------------------------------------*/

.footer_area a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.footer_area a:hover,
.footer_area a:hover:before {
  color: #0ff;
}

.footer_area h2 {
  line-height: 1em;
}

.footer_area h2 span {
  font-weight: normal;
  font-size: 1.5rem;
}

#quickNav {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#quickNav dl {
  display: table-cell;
  padding: 1em;
}

#quickNav dt {
  padding: 0.5em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.5rem;
  font-weight: bold;
}

#quickNav dd {
  margin-bottom: 1em;
}

#quickNav dd ul {
  margin: 0.5em 0;
}

#footerNav li {
  display: inline-block;
  padding-left: 1em;
}

small.copyright {
  display: block;
  margin-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #abc;
  text-align: center;
  font-size: 1.2rem;
  line-height: 60px;
}

/*--------------------------------------------------*/
/* info event --------------------------------------*/
/*--------------------------------------------------*/

#top_info {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9999;
}

#top_info.active {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#top_info .content_inner {
  padding: 0;
}

.tabMenu {
  position: fixed;
  top: 100%;
  width: 1100px;
  min-height: 340px;
  background: #fff;
  margin-top: -40px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.tabMenu:hover {
  margin-top: -340px;
}

.tabMenu #tabBtn {
  position: relative;
  margin: 0;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.tabMenu #tabBtn li {
  display: block;
  position: relative;
  background-color: #234;
  width: 50%;
  height: 40px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tabMenu #tabBtn li img {
  vertical-align: middle;
  margin: 0 0.5em;
}

.tabMenu #tabBtn li.active {
  color: #444;
  background-color: #fff;
}

.tabMenu #tabBox {
  width: 100%;
  background: #fff;
  padding: 25px 30px;
}

.tabMenu #tab2 {
  display: none;
}

#tabBox ul {
  margin: 0;
  width: 100%;
  height: 170px;
  overflow-y: auto;
}

#tabBox ul li {
  position: relative;
  display: table;
  width: 1000px;
}

#tabBox .top_r {
  position: absolute;
  top: 1em;
  width: 60px;
  height: 60px;
  background-color: #cde;
  border-radius: 50%;
}

#tabBox .top_l {
  margin-left: 70px;
}

#tabBox .toppage_date_m {
  padding-top: 8px;
  color: #666;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}

#tabBox .toppage_date_d {
  color: #333;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

#tabBox .top_lu {
  margin: 0 0 0 10px;
  color: #929292;
  font-size: 0.9em;
  list-style: none;
}

#tabBox .toppage_contents {
  margin: 8px 0 20px 0px;
  color: #333;
  font-size: 1em;
}

/*--------------------------------------------------*/
/* HOME:#main --------------------------------------*/
/*--------------------------------------------------*/

#main {
  height: 60%;
}

#main .bg_area span {
  width: 900px;
  height: 900px;
}

#topSlider {
  height: 100%;
}

#topSlider figure {
  min-width: 1100px;
  height: 100%;
  padding-top: 60px;
}

#topSlider img {
  width: 100%;
  height: 100%;
  margin: auto;
}

/*--------------------------------------------------*/
/* HOME:#banner ------------------------------------*/
/*--------------------------------------------------*/

#banner {
  background-color: #eef6f6;
  border-top: 1px solid #ddd;
}

#banner .content_inner {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
}

#banner .bnr {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#banner .bnr:hover {
  background-color: #dee;
}

#banner .bnr h2 {
  margin: 2em 0;
  font-size: 1.6rem;
  text-align: center;
}

#banner .bnr figure {
  height: 200px;
  overflow: hidden;
  text-align: center;
}

#banner .bnr figure img {
  width: 280px;
  height: auto;
}

#banner .bnr .bracket {
  display: block;
  position: relative;
  padding: 30px 60px;
}

#banner .bnr .bracket:before {
  content: "「";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
}

#banner .bnr .bracket:after {
  content: "」";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 5rem;
}

/*--------------------------------------------------*/
/* HOME:#topics ------------------------------------*/
/*--------------------------------------------------*/

#top_topics > div {
  position: relative;
  padding-top: 130px;
}

#top_topics h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}

#top_topics h2 img {
  width: 1000px;
}

#top_topics .photo_area {
  float: left;
  position: relative;
  width: 50%;
  height: 1020px;
/*  height: 400px;*/
  min-width: 550px;
  overflow: hidden;
}

#top_topics .photo_area img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

#top_tp1 h2 {
  background: url(../images/home/topic1_titlebg.png) repeat-x;
}

#top_tp2 h2 {
  background: url(../images/home/topic2_titlebg.png) repeat-x;
}

#top_topics .text_area {
  margin-left: 500px;
  padding: 0 30px;
}

#top_topics .text_area dt {
  font-weight: bold;
  font-size: 1.6rem;
}

#top_tp1 .download li {
  display: inline-block;
  width: auto;
}

#top_tp1 .download li a {
  display: block;
  width: 100%;
}

/*--------------------------------------------------*/
/* HOME:#coopOrg -----------------------------------*/
/*--------------------------------------------------*/

#coopOrg {
  background-color: #eef6f6;
}

#coopOrg h2 {
  line-height: 1em;
}

#coopOrg h2 span {
  font-weight: normal;
  font-size: 1.5rem;
}

#coopOrg ul {
  margin: 0;
}

#coopOrg .clearfix li {
  float: left;
  width: 20%;
  padding: 1em;
}

#coopOrg .clearfix li a {
  display: block;
}

#coopOrg .clearfix li a img {
  height: 40px;
}

/*--------------------------------------------------*/
/* ごあいさつ ----------------------------------------*/
/*--------------------------------------------------*/

#greeting1 .photo_area {
  float: left;
  width: 280px;
  padding: 1em;
}

#greeting1 .photo_area img {
  width: 100%;
}

#greeting1 .text_area {}

#greeting1 .sign {
  margin-top: 3em;
  text-align: right;
}

#greeting1 .sign strong {
  font-size: 2.5rem;
}

/*--------------------------------------------------*/
/* プラン概要 ----------------------------------------*/
/*--------------------------------------------------*/

#outline2 .image_area,
#outline4 .image_area {
  padding: 1em 80px;
}

#outline3 .column {
  width: 100%;
  table-layout: fixed;
}

#outline3 .column > li {
  padding: 0 1em;
  vertical-align: top;
}

#outline3 .column h3.heading {
  padding-left: 35px;
}

#outline3 h3.heading .icon {
  position: absolute;
  left: -10px;
  display: inline-block;
  padding: 5px;
  background-color: #099;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #fff;
}

#outline3 .clearfix li {
  float: left;
  width: calc(100%/3);
  padding: 1em;
  padding-left: 4em;
}

#outline3 .clearfix li a:hover {
  text-decoration: none;
}

#outline3 .clearfix li a img {
  height: 50px;
}

#outline4 .image_area {
  position: relative;
}

#outline4 .image_area a {
  position: absolute;
  display: block;
  width: 315px;
  height: 50px;
}

#outline4 .image_area #link1 {
  top: 18px;
  left: 343px;
}

#outline4 .image_area #link2 {
  top: 90px;
  left: 165px;
}

#outline4 .image_area #link3 {
  top: 163px;
  left: 343px;
}

/*大学院生募集*/
#recruit1 .photo_area {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding: 1em;
}

#recruit1 .photo_area img {
  width: 100%;
}

#recruit1 .text_area {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}

#recruit2 table .col1 {
  width: 170px;
}

/*--------------------------------------------------*/
/* 教育内容 -----------------------------------------*/
/*--------------------------------------------------*/

#localNav li {
  display: inline-block;
  font-size: 1.5rem;
}

#localNav li:not(:last-child):after {
  content: " ｜ ";
}

/*教育プログラム・コース概要*/
#course h3.heading {
  margin-top: 1em;
  font-size: 1.8rem;
}

#course h3.heading .logo {
  position: absolute;
  top: -16px;
  right: 0;
  height: 40px;
}

#course h3.heading a {
  color: #000;
}

#course h3.heading a:hover {
  color: #f60;
  text-decoration: none;
}

#course h4.heading::before {
  content: "《 ";
}
#course h4.heading::after {
  content: " 》";
}

/*共通特論予定表*/
#program {
  background-color: #dee;
}

#program .clearfix {
  padding-left: 3px;
}

#program li {
  position: relative;
  float: left;
  width: calc(100% / 3);
  margin: -1px 0 0 -1px;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#program li.active {
  background-color: #6ff;
}

#program li.active:after {
  border: none;
}


#program li:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 20px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid #678;
  border-top: 2px solid #678;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

#program li em {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.5rem;
}

.program_area h3 {
  position: relative;
  margin-bottom: 2em;
  padding: 3em 30px 0;
  border-bottom: 1px solid #ccc;
  line-height: 150%;
  font-size: 1.8rem;
}

.program_area h3:before {
  position: absolute;
  left: 0;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-color: #68a;
  border-radius: 50%;
}

.program_area .button:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #cde transparent transparent transparent;
}

.program_area .button .calendar {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2em;
}

.program_area .iframe_area iframe {
  width: 100%;
  height: 450px;
}

.program_area .schedule {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 1em;
}

.program_area .schedule caption {
  text-align: right;
  font-size: 1.2rem;
}

.program_area .schedule th {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #68a;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
}

.program_area .schedule td {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}

.program_area .schedule .cancel,
.program_area .schedule .cancel > * {
  background-color: #ccc;
  color: #777;
}

.program_area .schedule .col1 {
  width: 5em;
}

#past_program_detail .program_area {
  display: none;
}

#past_program_detail section:first-child {
  display: block;
}

#education .body_area {
  display: table;
  width: 100%;
}

#education .image_area {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding-top: 69px;
}

#education .image_area img {
  padding: 1px;
  width: auto;
}

#education .text_area {
  display: table-cell;
  vertical-align: top;
}

#education ul.edu_summary {
  padding-left: 7em;
}

#education ul.edu_summary em {
  position: relative;
  top: 0;
  left: 0;
  margin-left: -7em;
  float: left;
  display: block;
  width: 5em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

#education ul.edu_summary em::after {
  content: "：";
  position: absolute;
  top: 0;
  right: -1.5em;
}

/*--------------------------------------------------*/
/* 講演・セミナー ------------------------------------*/
/*--------------------------------------------------*/
#seminar ul.sem_summary {
  padding-left: 8em;
}

#seminar ul.sem_summary em {
  position: relative;
  top: 0;
  left: 0;
  margin-left: -8em;
  float: left;
  display: block;
  width: 6em;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

#seminar ul.sem_summary em::after {
  content: "：";
  position: absolute;
  top: 0;
  right: -1.5em;
}

#seminar ol.sem_num,
#seminar ol.sem_plist {
  margin: 0;
}

#seminar ol.sem_num li {
  margin-top: 0;
  margin-left: 30px;
  margin-right: 0;
  margin-bottom: 0;
  list-style: decimal;
}

#seminar ol.sem_plist {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
  list-style: none;
}

#seminar .content_inner .image_area {
  text-align: center;
}

#seminar .content_inner .image_area img {
  width: auto;
}

/*--------------------------------------------------*/
/* スケジュール --------------------------------------*/
/*--------------------------------------------------*/

#schedule1 .iframe_area {
  padding: 1em;
}

#schedule1 .iframe_area iframe {
  width: 100%;
  height: 450px;
}

/*--------------------------------------------------*/
/* 事業運営 -----------------------------------------*/
/*--------------------------------------------------*/

#enterprise1 {}

/*--------------------------------------------------*/
/* お問い合わせ --------------------------------------*/
/*--------------------------------------------------*/

#contact .text_area .column {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

#contact .text_area .column > * {
  padding: 1em;
}

#contact .text_area .column > .col1 {
  width: 40%;
}

#contact .text_area .column > .col2 {
  width: 25%;
}

#contact .text_area .column > .col3 {
  width: 35%;
}

/*--------------------------------------------------*/
/* リンク -------------------------------------------*/
/*--------------------------------------------------*/

#link .text_area .column {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

#link .text_area .column > * {
  padding: 1em;
}

#link .text_area .column img {
  border: 1px solid #ccc;
}

#link .text_area .column > .col1 {
  width: 20%;
}

#link .text_area .column > .col2 {}

/*--------------------------------------------------*/
/* プライバシーポリシー -------------------------------*/
/*--------------------------------------------------*/
.toppage_title {
  margin: 1rem 0;
}

.toppage_title a {
  width: 100%;
  font-size: 1.6rem;
  border-bottom: 1px solid #dcdcdc;
  color: #316394;
  display: block;
}

.toppage_date_ymd {
  color: #888;
}

.toppage_new_img img {
  margin: 0 5px;
  vertical-align: middle;
}

#privacy1 .list li {
  margin-top: 2em;
  margin-bottom: 2em;
}

/*--------------------------------------------------*/
/* インフォメーション・イベント ------------------------*/
/*--------------------------------------------------*/



.pg_single_ttl {
  margin: 0;
  padding: 15px;
  border-top: 5px solid #369;
  border-left: 5px solid #ccc;
  border-bottom: 5px solid #69c;
  border-right: 5px solid #ccc;
  border-radius: 60px;
  font-size: 1.8rem;
}

#pg_single {
  padding: 1em;
}

.pg_single_back,
#pg_conf_page {
  margin: 2em 0;
  text-align: center;
}

.pg_single_back a,
#pg_conf_page a {
  border-radius: 4px;
  padding: 5px 20px;
  background-color: #555;
  color: #ccc;
  font-size: 93%;
  text-decoration: none;
}

.pg_single_back a:hover,
#pg_conf_page a:hover {
  color: #fff;
  background: #999;
}

#pg_all_list li {
  /*border-top: 1px solid #ccc;*/
  padding: 1em 0;
}

#pg_single img {
  max-width: 100%;
  height: auto;
}
