/*
Theme Name: Base WP Child
Theme URI: https://iograficathemes.com/wordpress-themes/base-wp/
Author: crois
Author URI: https://bstn.jp/
Description: Base WP Child Theme
Template:base-wp
Version: 2.19
*/

body {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Noto, Meiryo, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.9em;
}
.grecaptcha-badge { visibility: hidden; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
.profile{
	width:70%;
	float:left;
}
  #primary-menu,
  .site-content {
    content: "";
    display: table;
    table-layout: fixed;
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .content-area:last-child {
    margin-right: 0;
  }
  .widget-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    padding: 2em 0;
  }
  .widget-area:last-child {
    margin-right: 0;
  }
  .sidebar-left .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 34.11922%;
  }
  .sidebar-left .content-area:last-child {
    margin-right: 0;
  }
  .sidebar-left .widget-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-left: -102.35765%;
  }
  .sidebar-left .widget-area:last-child {
    margin-right: 0;
  }
  .page-template-page-focus .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    margin-left: 8.5298%;
  }
  .page-template-page-focus .content-area:last-child {
    margin-right: 0;
  }
  .sidebar-left .full-width .content-area,
  .full-width .content-area {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
  }
  .sidebar-left .full-width .content-area:last-child,
  .full-width .content-area:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
.profile{
	width:100%;
	float:left;
}
#catc{
 display:none;
}
}

.footer-widget-region,
#primary-menu,
.site-content {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.content-area {
  padding: 2em 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h5 {
  font-size:1.3em !important;
  font-weight:bold !important;
  color: #f20028 !important;
  border-width:0 0 1px 0 !important ;
  border-color:#f20028 !important;
  border-style:dotted !important;
}

h6 {
  color:#016187 !important;
  font-size: 1em !important;
  font-weight:bold !important;
  display:inline-block !important;
  border: 1px solid #016187 !important;
  padding:1px 1px 0 7px !important;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("inc/icons/simple-line-icons/Simple-Line-Icons.eot?v=2.3.2");
  src: url("inc/icons/simple-line-icons/Simple-Line-Icons.eot?v=2.3.2#iefix") format("embedded-opentype"), url("inc/icons/simple-line-icons/Simple-Line-Icons.woff2?v=2.3.2") format("woff2"), url("inc/icons/simple-line-icons/Simple-Line-Icons.ttf?v=2.3.2") format("truetype"), url("inc/icons/simple-line-icons/Simple-Line-Icons.woff?v=2.3.2") format("woff"), url("inc/icons/simple-line-icons/Simple-Line-Icons.svg?v=2.3.2#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

blockquote {
  quotes: "" "";
  margin: 0 0 0.75em 0;
  padding: 20px 25px;
  background: rgba(150, 155, 155, 0.1);
  border-left: 4px solid rgba(100, 105, 105, 0.1);
}

#post-4 h2.entry-title{
 display:none;
}

blockquote:before, blockquote:after {
  content: "";
}

blockquote p {
  margin: 5px 0;
}

hr {
  background-color: #e5e5e5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

hr.white {
  background-color: #fff;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
  padding: 0 0 0 30px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  padding-bottom: 10px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

form ol {
  margin-top: 0;
  margin-bottom: 1.5em;
}

form ol li {
  margin-bottom: 0.3em;
  margin-left: 2.5em;
}

form .kinaka {
  color: #f00;
}

.box01 {
    padding: 1em 1.4em;
    margin: 1.6em 0;
    color: #333;
    background: #FFF;
    border: solid 1px #4e6cad;
    border-radius: 4px;
}
.box01 p {
    margin: 0; 
    padding: 3px;
}

.wpcf7 input[name="your-adress"] {
	min-width: 80%;
	margin-left: 1em;
}
 
.wpcf7 input {
	margin-left: 1em;
}
 
.wpcf7 textarea[name="your-message"]{
	max-width: 80%;
	height: 250px !important;
	margin-left: 1em;
}

input:-webkit-autofill.wpcf7c-conf {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  border: none !important;
  background: #fff !important; }
  input:-webkit-autofill.wpcf7c-conf:focus {
    border: none !important; }

.wpcf7c-conf {
  background: #fff !important;
  border-color: #fff !important; }

.wpcf7c-conf:focus {
    border-color: transparent !important; }

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  image-rendering: -webkit-optimize-contrast; /* Safari (WebKit) */
  image-rendering: -moz-crisp-edges; /* Firefox (Gecko) */
  image-rendering: -o-crisp-edges; /* Opera 12.x */
  image-rendering: pixelated; /* Chrome 41+, Opera 29+ (CSS4) */
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em 0;
  border: 1px solid rgba(100, 105, 105, 0.1);
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 2px 2px rgba(100, 105, 105, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(100, 105, 105, 0.1);
  box-shadow: 0px 2px 2px rgba(100, 105, 105, 0.1);
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  border-bottom: 1px solid rgba(100, 105, 105, 0.1);
  margin: -8px -12px 8px;
  padding: 10px;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li a {
  display: inline-block;
}

.widget ul ul {
  margin: 0;
  padding: 0;
  border: none;
}

.widget ul ul li {
  border-bottom: none;
  padding: 0 12px;
  margin: 0px;
}

.widget ul ul li a {
  padding-left: 20px;
}

.widget-title {
  background: #e3e3e3 !important;
}

h3.widget-title {
  text-shadow: 1px 1px 0 #fff;
  background-color: rgba(230, 230, 230, 0.5);
  margin: -8px -13px 10px;
  padding: 10px;
  border: 1px solid #fff;
  border-bottom: 1px solid rgba(100, 105, 105, 0.1);
}

.header-widget-region {
  margin: 2em 0 3em 0;
  display: inline-block;
  width: 100%;
}

.header-widget-region .widget {
  padding: 0;
}

.footer-widget-region {
  margin-top: 3em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#main h1{
	padding:0 0 0 8px;
	border-bottom:dotted 2px #0062ad ;
	border-left:solid 17px #0062ad ;
	color:#444;
	font-size:1.8em;
	line-height:1.6;
	font-weight:bold;
}
#main h2{
	margin:0 0 10px 0;
	padding:1px 8px;
	border-width:0 0 1px 0 ;
	border-color:#f20028;
	border-style:solid;
	color:#f20028;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.6;
}
#main h3{
	margin:10px 0 10px 0;
	padding: 0.5em;
	color: #fff;
	font-size:1.3em;
	line-height: 1;
	font-weight:bold;
	background: #42b9cf;
	vertical-align: middle;
	border-radius: 25px;
	border-width:0 0 1px 0 ;
	border-color:#0062ad;
	border-style:solid;
}
#main h3:before{
	content: '●';
	color: #fff;
	margin-right: 8px;
}
#main h4 {
	margin:10px 0 6px;
	padding:1px 8px;
	border-bottom:dotted 1px #f20028 ;
	border-left:solid 7px #f20028 ;
	color:#f20028;
	font-weight:bold;
}
#main h5{
	margin:0 0 15px 0;
	padding:0;
	color:#444;
	border-width:0 0 1px 0 ;
	border-color:#999;
	border-style:dotted;
	font-size:1.15em;
	font-weight:bold;
	line-height:1.6;
}

p {
	margin-bottom: 1.5em;
}

.bx-wrapper {
	margin: 0 !important;
	border: 0 !important;
}
.bxslider-wrap {
    visibility: hidden;
}

.entry-content a {
	color: #0062ad !important;
	font-weight:300 !important;
	text-decoration:none !important;
}
.entry-content a:visited {
	font-weight:300 !important;
	color: #0062ad !important;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	font-weight:300 !important;
	color: #F90 !important;
}

.header-content{
	background-color:#0062ad;
}
#site-navigation{
	background-color:#0062ad;
	border:0 !important;
}
#site-navigation .sub-menu{
	background-color:#42b9cf;
}
#site-navigation a {
	font-size:1.05em;
	font-weight:400;
	color:#fff;
}
#site-navigation ul ul li {
	font-size: 0.9em;
}
#site-navigation li:hover > a {
	background: #42b9cf;
	color:#fff;
}
#site-navigation ul ul:hover > a {
	background: #ffa600;
	color:#fff;
}
#site-navigation ul ul a:hover {
	background: #ffa600;
	color:#fff;
}
#site-navigation ul li:hover > ul {
	display: block;
}
.menu-toggle{
	font-size:1.2em;
	font-weight:700;
	color:#fff !important;
}

.midashi01{
	position:relative;
	padding:3px 20px;
	font:bold 28px/1.6 Arial, Helvetica, sans-serif;
	color:#0062ad;
	background:#fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 #999;
	border-top:#0062ad solid 3px;
	border-bottom:#0062ad solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
.midashi01:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#0062ad;
}
.midashi01:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}
#catc{
	margin:0 0 30px 0;
	padding:20px;
	background-color: #feffff;
	border: 5px solid #f00;
	border-radius: 20px;
	color: #000 ;
	line-height: 1.5;
	-moz-box-shadow: 3px 3px 4px #aaa;
	-webkit-box-shadow: 3px 3px 4px #aaa;
	box-shadow: 3px 3px 4px #aaa;
}
#catc h1{
	margin:0;
	padding:0;
	border-bottom:0px ;
	border-left:0px ;
	font-size:1.6em;
	font-weight:900;
	line-height:1.6;
	text-align: center;
	text-shadow: 3px 3px 3px #ddd;
	color:#444;
}
.past{
	background-image:url("https://ttlabo.com/blue/wp-content/uploads/2025/11/news_back2.jpg");
background-size:cover;
background-color:rgba(255,255,255,0.75);
background-blend-mode:lighten;	
	margin:0 0 30px 0;
	padding:20px 10px 20px 0;
	line-height: 1.6emem;
	-moz-box-shadow: 0px 2px 0px #eee;
	-webkit-box-shadow: 0px 2px 0px #eee;
	box-shadow: 0px 2px 0px #eee;
}
.past ul li{
	padding:5px 0 ;
	list-style: none;
	border-bottom: 1px dotted #45ccc8;
}
  /* .past ul li br{
	display: none;
} */
.past ul li a{
	font-weight : bold; 
	color: #00589c;	
}
.past ul li a:hover { 
	text-decoration : none;
	color: #f90;
	}
.past2{
	background-color: #faffea;	
	margin:0 0 30px 0;
	padding:20px 10px 1px 0;
	line-height: 2;
	-moz-box-shadow: 0px 2px 0px #eee;
	-webkit-box-shadow: 0px 2px 0px #eee;
	box-shadow: 0px 2px 0px #eee;
}
.past2 ul li{
	list-style: none;	
	border-bottom: 1px dotted #d0d0d0;
}
.past2 ul li br{
	display: none;
}
.past2 ul li a{
	font-weight : bold; 
	color: #277cbc;	
}
.past2 ul li a:hover { 
	text-decoration : none;
	color: #f90;
	}
#homeentry{
	margin:0 0 40px;
}
#homeentry h1{
	margin:0 0 25px;
	color:#3A64B5;
}
#homeinfo{
	margin:30px 0;
	padding:20px;
	background-color: #fff;	
	border: 1px solid #f00;
	line-height: 1.5;
	-moz-box-shadow: 0px 2px 0px #eee;
	-webkit-box-shadow: 0px 2px 0px #eee;
	box-shadow: 0px 3px 3px #ccc;
}
#homeinfo h3{
	font-size:2.1em;
	color:#f00;
}
#homeinfo h5{
	color:#fff;
	margin:0 0 15px;
	padding:0 0 0 10px;
	border-color:#ccc;
	border-width:0 0 2px 0;
	border-style:solid;
	background:#f00;
}
#homeinfo a{
	color:#ff0;
}
#homeinfo p{
	color:#ff0;
}
#price p{
	margin:0.2em;
}
.captiona{
	font-size:0.8em;
	line-height:1.3;
}
figcaption{
	font-size:0.85em;
	line-height:1.3;
}
#materiel p{
	margin:0;
	font-size:0.95em;
}
#materiel h2{
	margin:20px 0 10px;
	border-width:1px;
}
#post-2844 h2{
	margin:20px 0 10px;
	border-width:1px;
}
.profile{
	margin:-0.8em 0 1em;
}
.profile ul{
	margin:20px;
	font-size:0.95em;
}
.profile li{
	list-style:square;
}
.pill{
	margin:10px 15px 40px 0;
	width:150px;
	border: 1px solid #ccc;
	padding: 4px;
	float:left;
	background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}

img.sum{
	margin:5px;
}

.time-label{
color:#ffa538;
border-bottom:2px dotted #ffa538;
}
.category-label{
  margin:0 3px;
  padding:3px 6px;
  border-radius:20px;
  font-size:0.8em;
}
.category-news {
  background-color: #9ecdff;
}
.category-conventions {
  background-color: #9effe0;
}
.category-organizers {
  background-color: #beff9e;
}
.category-lesson {
  background-color: #d8baff;
}
.category-openday {
  background-color: #ff9eff;
}
.category-session {
  background-color: #ffd59e;
}
.category-classe {
  background-color: #ffbdbd;
}
.category-goods {
  background-color: #fcffad;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header img {
  display: block;
  margin: 0 auto;
  width:100%;
}


.header-content .site-branding {
  display: none;
}
#header-navigation {
  display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #ffffff;
  border-top: 1px solid rgba(100, 105, 105, 0.1);
}

.site-footer:before {
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  height: 5px;
  background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.2), rgba(97, 97, 97, 0) 40%);
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.2), rgba(97, 97, 97, 0) 80%);
}

.site-footer .footer-widget-region {
  clear: both;
  display: block;
}

.site-footer .scroll-top,
.site-footer .social-url {
  clear: both;
  display: block;
  text-align: center;
}

.site-footer .site-info, .site-footer .footer-text {
  text-align: center;
  font-size: .9em;
  padding: 1.5em 0;
}

.site-footer .footer-text {
  border: none;
  padding-top: 0;
}

.site-footer .scroll-top {
  text-align: center;
  margin-top: 1.5em;
}

.site-footer .scroll-top #scrolltop {
  font-size: 1.2em;
  border: 1px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  padding: .2em .4em;
}

.site-footer .social-url a {
  font-size: 1.1em;
  margin: 1em .5em;
  display: inline-block;
}

/*-----------------------------
# Singular
------------------------------*/
article {
  border: 1px solid rgba(100, 105, 105, 0.1);
  padding: 1em;
  background: rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 2px 2px rgba(100, 105, 105, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(100, 105, 105, 0.1);
  box-shadow: 0px 2px 2px rgba(100, 105, 105, 0.1);
}

.entry-title {
  margin-bottom: 15px;
  padding-bottom: 0;
}

h2.entry-title a{
	color:#f20028;
	font-weight:bold;
}
.page .entry-meta, .page .entry-footer {
  display: none;
}

.entry-meta, .entry-footer {
  display: inline-block;
  width: 100%;
  clear: both;
  border-top: 2px dotted rgba(100, 105, 105, 0.1);
  border-bottom: 2px dotted rgba(100, 105, 105, 0.1);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #aaa;
  font-size: 0.8em;
}

.entry-meta .byline, .entry-footer .byline {
  margin-right: 10px;
}

.entry-meta .byline:before, .entry-footer .byline:before {
  font-family: 'simple-line-icons';
  content: '\e005';
  margin-right: 10px;
}

.entry-meta .posted-on, .entry-footer .posted-on {
  margin-right: 10px;
}

.entry-meta .posted-on:before, .entry-footer .posted-on:before {
  font-family: 'simple-line-icons';
  content: '\e075';
  margin-right: 10px;
}

.entry-meta .comments-link, .entry-footer .comments-link {
  margin-right: 10px;
}

.entry-meta .comments-link:before, .entry-footer .comments-link:before {
  font-family: 'simple-line-icons';
  content: '\e07d';
  margin-right: 10px;
}

.entry-meta .edit-link:before, .entry-footer .edit-link:before {
  font-family: 'simple-line-icons';
  content: '\e05f';
  margin-right: 10px;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-footer .tags-links,
.entry-footer .cat-links {
  margin-right: 20px;
}

.featured-img {
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*-----------------------------
# Archives page
------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin-bottom: 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-header {
  margin-top: 1.5em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em;
}

.wp-caption-text {
	font-size:0.75em;
	text-align: left;
	padding-left: 10px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 0px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .2) 60%, transparent);
}

/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
table#tab1 {
	margin: 10px auto 8px;
	background: #fff;
	font-size: 0.9em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	text-align: left;
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
}

table#tab1 caption {
	padding: 3px 5px;
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	border-bottom: 0px;
	border-top: 0px;
	background: #E7E7E7;
}

table#tab1 th {
	padding: 5px;
	font-weight: bold;
	background: #E0F1FF;
	text-align: center;
	border-bottom: solid #ddd 1px;
}

table#tab1 td {
	padding: 5px 20px;
	background: #fff;
	border-bottom: solid #ddd 1px;
}

table#tab2 {
	margin: 3px 0 30px;
	background: #fff;
	text-align: left;
	border-bottom: solid #868686 1px;
}

table#tab2 th {
	padding: 6px 20px;
	border-top: solid #868686 1px;
	border-right: solid #868686 1px;
	font-weight: bold;
	background: #fff;
}

table#tab2 th.wh{
	padding: 6px 20px;
	border-top: solid #868686 1px;
	border-right: solid #fff 1px;
	font-weight: bold;
	background: #fff;
}

table#tab2 td {
	padding: 6px 20px;
	border-top: solid #868686 1px;
	background: #fff;
}

table#tab3 {
	margin: 10px auto 8px;
	font-size: 0.9em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

table#tab3 th {
	padding: 5px;
	font-weight: normal;
	background: #fefefe;
	text-align: right;
	border-left: solid #fff 1px;
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	white-space: nowrap;
}

table#tab3 td {
	padding: 5px 20px;
	background: #fff;
	text-align: left;
	border-left: solid #fff 6px;
	border-right: solid #fff 1px;
	border-top: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
}

table#form {
	border-spacing: 0;
	border-collapse: separate;
	background: #fff;
}

table#form th {
	padding: 2px 0 2px 8px;
	border-top: solid #fff 1px;
	font-weight: bold;
	text-align: center;
}

table#form td {
	padding: 2px 0 2px 2px;
	border-top: solid #fff 1px;
	text-align: left;
	white-space: nowrap;
}

#pc h1{
	margin:0 0 10px 0;
	padding:0 0 0 8px;
	border-bottom:dotted 2px #0062ad ;
	border-left:solid 17px #0062ad ;
	color:#444;
	font-size:1.8em;
	line-height:1.5;
	font-weight:bold;
}
#pc h2{
	margin:0 0 10px 0;
	padding:1px 8px;
	border-width:0 0 1px 0 ;
	border-color:#f20028;
	border-style:solid;
	color:#f20028;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.5;
}
#pc h3{
	margin:15px 0 10px 0;
	padding: 0.5em;
	color: #fff;
	font-size:1.3em;
	line-height: 1;
	font-weight:bold;
	background: #42b9cf;
	vertical-align: middle;
	border-radius: 25px;
	border-width:0 0 1px 0 ;
	border-color:#0062ad;
	border-style:solid;
}
#pc h3:before{
	content: '●';
	color: #fff;
	margin-right: 8px;
}
#pc h4 {
	margin:10px 0 6px;
	padding:1px 8px;
	border-bottom:dotted 1px #f20028 ;
	border-left:solid 7px #f20028 ;
	color:#f20028;
	font-weight:bold;
}
#pc h5{
	margin:0 0 10px 0;
	padding:1px 8px;
	color:#444;
	border-width:0 0 1px 0 ;
	border-color:#999;
	border-style:dotted;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.6;
}
#pc p{
	margin:0 0 10px 0;
	padding:1px 8px 8px;
	color:#444;
	font-size:1em;
	font-weight:200;
	line-height:1.6;
}

.tube {
position: relative;width: 100%;
padding-top: 56.25%;height: 0;overflow: hidden;
}
.tube iframe{
position: absolute;
top: 0;right: 0;
width: 100% !important;
height: 100% !important;
}

.button04 {
  margin: 0;
  text-align:center;
}

.button04 a {
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  margin: 0 .3em 1em;
  padding: .3em .6em;
  color: #2285b1;
  font-size: 18px;
  font-weight: 800;
  border: 3px solid #a0c4d3;
  border-radius: 10px;
}

.button04 a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.ssbtn a {
  display: inline-block;
  justify-content: space-between;
  align-items: center;
  margin: 0 .5em;
  padding: .1em 1em;
  color: #ff6f00 !important;
  font-size: .9em;
  border: 1px solid #ff6f00;
  border-radius: 20px;
}

.ssbtn a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #ff6f00;
}
