<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Information
Description: taikenページのスタイル指定css
---------------------------------------------------------- */
/* ヘッダーエリア
---------------------------------------------------------- */
#header-wrap {
  border-color: #e6688d;
}

/* メインビジュアルエリア
---------------------------------------------------------- */
#main-visual h1 img {
  vertical-align: top;
}

/* コンテンツエリア
---------------------------------------------------------- */
#content-wrap h2 {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 0 10px;
}
#content-wrap .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  padding: 0 10px;
}

#top-entry-wrap {
  background-color: #fffdfd;
  border: 1px solid #c9caca;
  font-size: 12px;
  line-height: 1.5;
  padding: 20px 20px 20px;
}
#top-entry-btn {
  width: 100%;
  margin-bottom: 10px;
}

#top-entry-btn img {
  width: 100%;
  height: auto;
}

.section {
  margin-bottom: 20px;
}
.section-inner {
  margin-left: 10px;
  margin-right: 10px;
}
.section h3 {
  border-left: 6px solid #fe7192;
  color: #fe7192;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-left: 10px;
}
.section h4 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  
}
.section .section-h4-sub {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 7px;
}
.section .section-lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.section .section-img-right {
  width: 100%;
  margin-bottom: 30px;
}

.section .section-img-right img {
  width: 100%;
  height: auto;
}

.top-flat-btn a,
.top-flat-btn a:hover {
  background-color: #fe7192;
  color: #fff !important;
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 18px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  font-weight: bold;
}

.top-flat-btn2 a,
.top-flat-btn2 a:hover {
  background-color: #19c299;
  color: #fff !important;
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 18px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  font-weight: bold;
}

.top-flat-btn3 a,
.top-flat-btn3 a:hover {
  background-color: #fe7192;
  color: #fff !important;
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin-bottom: 18px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
  font-weight: bold;
}


#section-top-bus {
  position: relative;
  padding-top: 50px;
}

#section-top-bus h3 {
  position: absolute;
  top: 0;
  left: 0;
}

#section-menu {
  position: relative;
  padding-top: 40px;
}

#section-menu h3 {
  position: absolute;
  top: 0;
  left: 0;
}

#section-menu-list-title {
  color: #123da9;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 15px;
}
#section-menu-list ul {
/*   border-top: 1px solid #c9cacb; */
/*   border-left: 1px solid #c9cacb; */
  width: 100%;
}
#section-menu-list li {
  border-right: 1px solid #c9cacb;
  border-bottom: 1px solid #c9cacb;
  display: table;
  float: left;
  width: 49.2%;
}

#section-menu-list li:nth-of-type(1),
#section-menu-list li:nth-of-type(2) {
  border-top: 1px solid #c9cacb;
}

#section-menu-list li:nth-of-type(2n+1) {
  border-left: 1px solid #c9cacb;
}

#section-menu-list li a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
#section-menu-list .section-menu-icon {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
  width: 28px;
}

#section-menu-list .section-menu-icon img {
  width: 100%;
  height: auto;
}

#section-menu-list dl {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
#section-menu-list dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#section-menu-list dd {
  color: #969696;
  font-size: 10px;
}
#section-menu-list #section-menu-btn {
  border: none;
  text-align: center;
  width: 100%;
}
#section-menu-list #section-menu-btn a {
  padding: 12px 0 0;
}

#section-menu-list #section-menu-btn a img {
  width: 100%;
  height: auto;
}

#section-schedule table {
  font-size: 13px;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  line-height: 1.3;
}
#section-schedule table:last-child {
  margin-bottom: 40px;
}
#section-schedule caption {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}
#section-schedule th {
  background-color: #e6e6e6;
  border: 1px solid #b5b5b6;
  font-weight: normal;
  padding: 10px 15px 10px 18px;
  width: 7em;
}
#section-schedule td {
  border: 1px solid #b5b5b6;
  padding: 10px 20px;
  font-size: 14px;
}
#section-schedule td span {
  font-size: 14px;
}

#section-point {
  margin-bottom: 40px;
}
#section-point ul {
/*   display: table; */
/*   margin-bottom: 30px; */
  width: 100%;
}
#section-point li {
/*   display: table-cell; */
  padding: 0 10px;
}
#section-point li.section-point-w33 {width: 100%;}
#section-point li.section-point-w66 {
/*   border-right: 1px solid #c9cacb; */
  width: 100%;
}
#section-point li.section-point-w50 {width: 100%;}
#section-point li.section-point-w50:first-child {
/*   border-right: 1px solid #c9cacb; */
}
#section-point li.section-point-w1-3 {
/*   border-right: 1px solid #c9cacb; */
}
#section-point li.section-point-w3-3 {
/*   border-left: 1px solid #c9cacb; */
}
#section-point dt {
  background-color: #0a4eab;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 10px;
}
#section-point dd {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#section-point dd a {
  text-decoration: none;
}
#section-point .section-point-img {
/*   float: right; */
  width: 100%;
  text-align: center;
}
#section-point .section-point-text {
/*   float: left; */
  width: 100%;
}
#section-point .section-point-link {
  margin-top: 1em;
  text-align: right;
}
#section-point .section-point-em {
  font-size: 18px;
}


#section-point2 {
  margin-bottom: 40px;
}
#section-point2 ul {
/*   display: table; */
/*   margin-bottom: 30px; */
  width: 100%;
}
#section-point2 li {
/*   display: table-cell; */
  padding: 0 10px;
}
#section-point2 li.section-point-w33 {width: 100%;}
#section-point2 li.section-point-w66 {
/*   border-right: 1px solid #c9cacb; */
  width: 100%;
}
#section-point2 li.section-point-w50 {width: 100%;}
#section-point2 li.section-point-w50:first-child {
/*   border-right: 1px solid #c9cacb; */
}
#section-point2 li.section-point-w1-3 {
/*   border-right: 1px solid #c9cacb; */
}
#section-point2 li.section-point-w3-3 {
/*   border-left: 1px solid #c9cacb; */
}
#section-point2 dt {
  background-color: #0a4eab;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 10px;
}
#section-point2 dd {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#section-point2 dd a {
  text-decoration: none;
}
#section-point2 .section-point-img {
/*   float: right; */
  width: 100%;
  text-align: center;
}
#section-point2 .section-point-text {
/*   float: left; */
  width: 100%;
}
#section-point2 .section-point-link {
  margin-top: 1em;
  text-align: right;
}
#section-point2 .section-point-em {
  font-size: 18px;
}




/* 申し込み
---------------------------------------------------------- */
#section-entry-leadx {
  background-color: #efefef;
  margin-bottom: 50px;
  padding: 30px 20px;
}
#section-entry-leadx h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#section-entry-leadx ul {
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: center;
}
#section-entry-leadx li {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
}
#section-entry-leadx li:first-child {
/*   margin-right: 20px; */
  padding: 15px 15px 0;
}
#section-entry-leadx li p:first-child {
  margin-bottom: 10px;
}
#section-entry-leadx li .top-flat-btn a {
  margin: 0 auto;
}
#section-entry-lead-telx {
  font-size: 21px;
  margin-top: 10px;
}
#section-entry-lead-telx img {
  margin-right: 15px;
}



#section-entry-lead {
  background-color: #efefef;
  margin-bottom: 50px;
  padding: 30px 20px;
}
#section-entry-lead h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#section-entry-lead ul {
  margin-bottom: 20px;
  padding: 0 5px;
  text-align: center;
}
#section-entry-lead li {
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
}
#section-entry-lead li:first-child {
/*   margin-right: 20px; */
  padding: 15px 15px 0;
}
#section-entry-lead li p:first-child {
  margin-bottom: 10px;
}
#section-entry-lead li .top-flat-btn a {
  margin: 0 auto;
}
#section-entry-lead-tel {
  font-size: 21px;
  margin-top: 10px;
}
#section-entry-lead-tel img {
  margin-right: 15px;
}
#section-entry-lead-inner {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 5px;
}
#section-entry-lead-inner a {
  text-decoration: none;
}
#section-entry-lead-caution {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1.5em;
}
#section-entry-caution {
  margin-bottom: 40px;
}
#section-entry-caution h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
#section-entry-caution dl {
  border: 1px solid #d4d5d5;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 20px;
}
#section-entry-caution dt {
  font-weight: bold;
}
#section-entry-caution dd {
  margin-bottom: 1em;
}
#section-entry-caution dd:last-child {
  margin-bottom: 0;
}

.section-entry-pink {
  color: #fe7192;
}
#section-entry-contact h4 {
  font-size: 21px;
  margin-bottom: 15px;
}
#section-entry-contact-text {
  font-size: 16px;
  line-height: 1.6;
  width: 100%;
}
#section-entry-contact-btn {
  float: rigth;
  width: auto;
}
#section-entry-contact-tel {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
#section-entry-contact-tel span {
  font-size: 18px;
  margin: 15px auto;
  display: block;
}

#section-entry-contact-tel img {
  margin-right: 15px;
}


/* 体験メニューのご案内
---------------------------------------------------------- */
#section-taiken .section-taiken-list {
}
#section-taiken .section-taiken-list &gt; li {
  width: 100%;
  margin-bottom: 10px;
}
#section-taiken .section-taiken-list &gt; li:first-child {
}


.square-date{
	border:1px solid  #205AB1;
	padding:20px;
	margin-bottom: 20px;
}

.square-date &gt; h5{
	color:#205AB1;
	font-size:18px;
	font-weight:bold;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #205AB1;
}

.square-date &gt; p{
	line-height:1.5;
	font-size:13px;	
	padding-left: 1em;
  text-indent: -1em;
}





.section-taiken-icon {
  font-size: 10px;
  padding: 15px 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.section-taiken-icon li {
  display: inline-block;
  width: 25%;
}
.section-taiken-icon img {
  display: block;
  margin: 0 auto 5px;
}
.section-taiken-img {
  margin-bottom: 5px;
  width: 100%;
}

.section-taiken-img img {
  width: 100%;
  height: auto;
	padding-bottom: 15px;
}

.section-taiken-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
  width: auto;
  text-align: center;
}

.section-taiken-title span.section-taiken-title-it {
  margin: 5px 0 0;
}
.section-taiken-title span.section-taiken-title-it span {
  margin: 5px 0 0;
}
.section-taiken-title span.section-taiken-title-servant {
  font-size: 18px;
  margin: 0;
}
#section-taiken dl {
  clear: both;
  margin-bottom: 5px;
}
#section-taiken dt {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 10px 10px;
  width: 100%;
  background: #ff7101;
  color: #fff;
  margin: 0 auto;
  text-align: left;
}

#section-taiken dd {
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 0 30px 0;
  width: 100%;
  margin: 0 auto;
}

.section-taiken-gray {
  color: #c9caca;
}
.section-taiken-btn a,
.section-taiken-btn a:hover {
  background-color: #fe7192;
  color: #fff !important;
  display: block;
  font-size: 17px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto 18px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}


/* JRなど交通のご案内
---------------------------------------------------------- */
#section-jr {
  margin-bottom: 20px;
}
#section-jr table {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  font-size: 12px;
  margin-bottom: 60px;
  width: 100%;
}
#section-jr td {
  padding: 10px 5px 0;
}
#section-jr .section-jr-underline td {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 15px;
}
#section-jr .section-jr-train {
  color: #407500;
}
#section-jr .section-jr-finish {
  background-color: #c7e16a;
  text-align: center;
  vertical-align: middle;
}
#section-jr .section-jr-change {
  color: #346dbb;
}
#section-jr td.section-jr-underline {
  border-bottom: 1px solid #c1c1c1;
  padding-top: 0;
}
#section-jr .section-jr-img {
  width: 100%;
}

#section-jr .section-jr-img img {
  width: 100%;
  height: auto;
}

#section-jr-map {
  clear: both;
  margin-bottom: 30px;
}
#section-jr-map li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#section-jr-map li:last-child {
  margin-right: 0;
}
#section-jr-map li img {
  display: block;
  margin: 0 auto 10px;
}
#section-jr-map li span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#section-jr h3 {
  color: #3045a2;
  font-size: 24px;
  margin-bottom: 10px;
}
#section-jr p.lead {
  padding: 0;
}
#section-jr a {
  text-decoration: none;
}

#section-car {
  margin-bottom: 0;
}

#section-bus {
  margin: 30px 0;
}
#section-bus .top-flat-btn a {
  width: 100%;
}
#section-bus-link {
  border: 1px solid #c9caca;
  margin-top: 25px;
  padding: 15px;
  width: 100%;
}
#section-bus-link li {
  float: left;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  width: 50%;
}
#section-bus-link li p:first-child {
  margin-bottom: 10px;
}
#section-bus-link li p:first-child:before {
  content: '';
  border: 3px solid transparent;
  border-left-color: #f00;
  display: inline-block;
  margin-right: 6px;
  height: 0;
  width: 0;
  position: relative;
  top: -2px;
}


/*無料送迎バスのご案内
---------------------------------------------------------- */
#h2-taiken-bus {
  font-size: 26px;
  font-weight: bold;
}
#h2-taiken-bus img {
  width: 100%;
  height: auto;
}
#h2-taiken-bus span {
  font-size: 40px;
  line-height: 1.2;
}
.taiken-bus-blue {
  color: #18a2e2;
}
#taiken-bus-h3 {
  background-color: #18a2e2;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  margin-bottom: 40px;
  text-align: center;
}
#section-taiken-bus ol {
  margin-bottom: 30px;
}
#section-taiken-bus li {
  padding-bottom: 50px;
  position: relative;
  width: 100%;
}
#section-taiken-bus #taiken-bus-num1 {
}
#section-taiken-bus #taiken-bus-num2 {
}
#section-taiken-bus li dt {
  border-bottom: 3px solid #fe7192;
  color: #fe7192;
  display: table;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 0 12px 60px;
  position: relative;
  width: 100%;
}
#section-taiken-bus dt:before {
  content: '1';
  color: #666;
  font-size: 56px;
  font-weight: normal;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 5px;
}
#section-taiken-bus #taiken-bus-num2 dt:before {
  content: '2';
}
#section-taiken-bus dt span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}
#section-taiken-bus p.lead {
  padding: 0;
}
#section-taiken-bus .taiken-bus-column {
  background-color: #efefef;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  text-align: center;
  width: 100%;
}

 #taiken-bus-num2 .taiken-bus-column {
   padding: 20px 0;
 }

#section-taiken-bus .taiken-bus-column a {
  margin: 0 auto;
}

#section-link-route {
  margin: 40px 0;
}
#section-link-route .top-flat-btn a {
/*   margin-left: 30px; */
}


/*送迎バス 日程・運行ルート
---------------------------------------------------------- */
#section-route-tab {
  border-bottom: 4px solid #898989;
  margin-bottom: 30px;
  position: relative;
}
#section-route-tab:before {
  content: '';
  background-color: #c9cacb;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
}
#section-route-tab li {
  float: left;
  height: 30px;
  position: relative;
  text-align: center;
  width: 33.33%;
}
#section-route-tab li:after {
  content: '';
  background-color: #c9cacb;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
}
#section-route-tab li.current:after {
  background-color: #0f309a;
}
#section-route-tab li a,
#section-route-tab li a:hover {
  color: #333 !important;
  display: block;
  font-size: 16px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  text-decoration: none !important;
  width: 100%;
}
#section-route-tab li.current a {
  background-color: #0f309a;
  color: #fff !important;
}

#section-route-list .tab-panel {
  display: none;
}
#section-route-list div.current {
  display: block;
}
#section-route-list .route-list-column {
  padding: 0 10px;
}
#section-route-list .route-list-column table {
  width: 100%;
  margin-bottom: 30px;
}
#section-route-list thead th {
  background-color: #1a80cf;
  border: 1px solid #1a80cf;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  height: 38px;
  line-height: 38px;
}
#section-route-list thead td {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 45px;
  text-align: center;
}
#section-route-list thead td .route-list-date {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
#section-route-list thead td .route-list-tag {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 120px;
  margin-left: -60px;
  text-align: center;
}
#section-route-list thead td .route-list-stay {
  background-color: #e5365b;
}
#section-route-list thead td .route-list-aday {
  background-color: #ff8400;
}
#section-route-list tbody th,
#section-route-list td {
  border: 1px solid #c9caca;
  font-size: 14px;
  padding: 10px;
  width: 50%;
}
#section-route-list td dt {
  background-color: #b0dcf6;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 8px 0;
  text-align: center;
}
#section-route-list td dd {
  background: url(/ent/event/img/taiken_bus_route/route_ico_arrow01.png) center bottom no-repeat;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-align: center;
}
#section-route-list td dt.route-list-goal {
  background-color: #ef7000;
  color: #fff;
}
#section-route-list td dd.route-list-last {
  background: none;
  padding-bottom: 0;
}

.ls3 {
  letter-spacing: -3px;
}


/*オープンキャンパス+体験入学 2015 開催日程
---------------------------------------------------------- */
#section-schedule .schedule-list {
  width: 100%;
}
#section-schedule .schedule-list li {
  margin-bottom: 10px;
}
#section-schedule .schedule-list dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#section-schedule .schedule-list .schedule-half {
  float: left;
  width: 50%;
}
#section-schedule .schedule-list dt {
  background-color: #0f309a;
  border: 1px solid #0f309a;
  border-right: none;
  color: #fff;
  display: table-cell;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  width: 4em;
}
#section-schedule .schedule-list dt .schedule-year {
  display: block;
  font-size: 10px;
  margin-bottom: 3px;
}
#section-schedule .schedule-list dt .schedule-num {
  font-size: 16px;
  font-weight: bold;
}
#section-schedule .schedule-list dd {
  border: 1px solid #c9caca;
  border-left: none;
  display: table-cell;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  padding: 10px 5px;
  vertical-align: middle;
  width: auto;
}
#section-schedule .schedule-list dd .schedule-num {
  font-size: 14px;
  font-weight: bold;
}
#section-schedule .schedule-list .schedule-caution {
  display: table-cell;
  padding: 5px 5px 5px 10px;
  vertical-align: middle;
  width: auto;
}
#section-schedule .schedule-list .schedule-caution p {
  font-size: 10px;
  line-height: 1.2;
  padding-left: 1.0em;
  text-indent: -1.0em;
}
#section-schedule .schedule-saturday {
  color: #008ccf;
}
#section-schedule .schedule-sunday {
  color: #f00;
}

/* アコーディオン
---------------------------------------------------------- */

.title{
    position: relative;
	pointer-events: all;
	cursor: pointer;

}


.title:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
}
 

.active:before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f077';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -10px;
}
 

.toggle{
		display: none;
	}

/* 内容リスト
---------------------------------------------------------- */

.menu-list li
{border-top: 1px solid #cccccc;padding: 10px;margin-left: 10px;margin-right: 10px;}

.menu-list li:last-child {
	border-bottom: 1px solid #cccccc;}

.course_back{
background:#094eab;border-radius:5px;padding:5px;color:#fff; font-size:0.7em;
}

.taiken_back_org{
background:#ff671d;border-radius:8px;padding:5px 15px 5px 15px;color:#fff; font-size:1.2em;display: inline-block;margin: 15px 0 10px 0;font-weight: bold;
}

.taiken_back_navy{
background:#012468;border-radius:8px;padding:5px 15px 5px 15px;color:#fff; font-size:1.2em;display: inline-block;margin:  0px 0 10px 0;font-weight: bold;
}

.taiken_menu_nittei{font-size:1.2em;margin: 0px 0px 10px 10px;}

/* 写真リスト
---------------------------------------------------------- */

#section-photo ul {
    margin: 0 auto;
    width: 100%;
    text-align: left;
	padding-bottom: 13%;
	cursor: pointer;
}
 
#section-photo ul li {
    margin: 5px;
    width: 29.7%;
    text-align: left;
    float: left;
	display: none;
}

#section-photo ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#section-photo ul {
    display: inline-block;
    overflow: hidden;
}


.voice {
	position: relative;
	width: 29.7%;
	z-index: auto;
}

.voice .text {
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	top: 10px;
	left: 10px;
	color: #fff;
}

.voice .box {
	position: absolute;
	width: 200%; /* 吹き出しの幅 */
	height: 48px; /* 吹き出しの高さ */
	top: 100%; /* 画像と三角形の高さをプラスした値 */
	left: 5%;
	border-radius: 10px;
	background-color: #009943;
	display: none;
}
.voice .box:after { /* 三角形を作成 */
  content: '';
  position: absolute;
  left: 20px;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #009943;
  border-left: 10px solid transparent;
}

.voice:hover .box {
	z-index: 2;
	display: block;
}


.voice .box_center {
	position: absolute;
	width: 200%; /* 吹き出しの幅 */
	height: 48px; /* 吹き出しの高さ */
	top: 100%; /* 画像と三角形の高さをプラスした値 */
	left:0%;
	border-radius: 10px;
	background-color: #009943;
	display: none;
}

.voice .box_center:after { /* 三角形を作成 */
  content: '';
  position: absolute;
  left: 10%;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #009943;
  border-left: 10px solid transparent;
}

.voice:hover .box_center {
	z-index: 2;
	display: block;
}


.voice .box_2 {
	position: absolute;
	width: 200%; /* 吹き出しの幅 */
	height: 48px; /* 吹き出しの高さ */
	top: 100%; /* 画像と三角形の高さをプラスした値 */
	right:3px;
	border-radius: 10px;
	background-color: #009943;
	display: none;
}

.voice .box_2:after { /* 三角形を作成 */
  content: '';
  position: absolute;
  right: 10%;
  top: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #009943;
  border-left: 10px solid transparent;
}

.voice:hover .box_2{
	z-index: 2;
	display: block;
}




 </pre></body></html>