@charset "utf-8";
/* CSS Document */
@import url("flexbox.css");
/* Google Font 読み込み */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* ----- フェードインエフェクトに関するcss -----*/
body {
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}
 @keyframes fadeIn {
 0% {
     opacity: 0
}
 100% {
     opacity: 1
}
}
.fadein {
	opacity : 0.01;
	transform : translate(0px, 100px);
	transition : all 1000ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}
#effect2 .fadein:nth-of-type(2) {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
#effect2 .fadein:nth-of-type(3) {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
}
#effect2 .fadein:nth-of-type(4) {
	-moz-transition-delay: 500ms;
	-webkit-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
}
#effect2 .fadein:nth-of-type(5) {
	-moz-transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
}
#effect2 .fadein:nth-of-type(6) {
	-moz-transition-delay: 900ms;
	-webkit-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
} 
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

html, body {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 100%;
}

html {
	box-sizing: border-box;
}
, :before, *:after {
    box-sizing: inherit;
}
/* 基本パーツ
-------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #330000;
}
ul {
	list-style: none;
}
img { /* Fluid-img */
	max-width : 100%;
	display: block;
	margin: 0 auto 0 auto;
	vertical-align: middle;
}

section img { /* Fluid-img */
	max-width : 100%;
	display: inline;
	margin: 0 0 0 0;
	vertical-align: middle;
}

td img {
	vertical-align: baseline;
}
strong {
	font-weight: 800;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height: 1.7;
	word-break: break-all /*行末で改行 （単語の途中であっても改行させる）*/
}
blockquote {
	margin: 0 30px 0 30px;
}
a {
	color: #ff5d5d;
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	transition: all 0.3s;
}
a:hover {
	text-decoration: none;
	color: #999;
}
/*--- clearfix --- */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* floatをクリア */
.clear {
	clear: both;
}
span.main-step {
	white-space: nowrap; /* スマホの時だけ改行させる */
}
/* paddingの部分はみ出し防止 */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
form input, form select, form input, form textarea {
	padding: 5px;
    font-size: 110%;
	border-radius: 2px;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
}
form input[type=checkbox],form label[type=checkbox] form label[type=checkbox] {
    margin: 5px 0 5px 0;
}
form label[type=checkbox] {
    margin: 5px 0 5px 0;
}
form textarea {
	width: 80%;
	margin:0 auto 0 auto;
}
span.em-markerline {
	display: inline;
	font-size: 100%;
	font-weight: 500;
	margin: 0 0 0px 0;
	padding: 0 0px 0 0px;
	/*letter-spacing: 0.1em;*/
	background: linear-gradient(transparent 40%, #faffa8 20%);
}
span.em-l {
    color: #ea2e64;
    font-size: 120%;
}

/* ニュースやイベントのタブ */
span.tab-news, span.tab-event,span.tab-blog {
	border-radius: 6px;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	padding: 4px 8px 4px 8px;
	font-size: 75%;
	font-weight: 600;
	color: #fff;
	line-height: 0.0;
	margin: 0 3px 0 0px;
	text-align: center;
	vertical-align:0.2em;
	font-family: kozuka-gothic-pr6n, sans-serif;
	white-space: nowrap;
}
span.tab-news a, span.tab-event a, span.tab-blog a {
	color: #fff;
}
span.tab-news {background: #1daba9;}
span.tab-event {background: #006dba;}
span.tab-blog {background: #faa82d;}

span.tab-blog:hover {
    background: #ec6d51;
    transition: all 0.3s;
}

/*大きめリンクボタン*/
.linkbtn {
    text-align: center;
    margin: 10px 0 20px 0;
}
.linkbtn a{
    background: #fc6923 url("../../images/common/linkbtn-bg.png") center right no-repeat;
	border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	padding: 4px 48px 7px 18px;
	font-weight: 500;
	color: #fff;
	line-height: 2.0;
	margin: 5px 5px 0 0;
    font-size: 100%;
}
.linkbtn a:hover{
    transition: all 0.3s;
	background: #fdbb31 url("../../images/common/linkbtn-bg.png") center right no-repeat;
}
/* 共通レイアウト
-------------------------------------------- */
body {
	padding: 30px 0 0px 0;
}

/*--- ヘッダー --- */
header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	border-bottom: 0px solid #BBBBBB;
	height: 90px;
    background-image:url("../../images/common/header-bg.png") center top;
}
div.header-flame {
	-webkit-justify-content: space-between;/*左右中央寄せ*/
	justify-content: space-between;/*左右中央寄せ*/
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: flex-start;/*上下中央寄せ*/
	align-items: flex-start;/*上下中央寄せ*/
	-webkit-flex-wrap: wrap;/*折り返し(mac safari用)*/
	flex-wrap: wrap;/*折り返し*/
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 0 0;
}
div.header-logo {
	position: relative;
	width: auto;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div.header-logo h1{
	width: 70%;
	padding: 5px 0;
	margin: 5px 0 0 10px;
}
span.header-logo {
	position: absolute;
	top:10px;
	left: 82px;
	font-size: 13px;
	color: #333;
	font-weight: 400;
}
div.h-menu {
	display: none;
}
/* ヘッダー右サイド */
div.header-btn {
	position: absolute;
	display: none;
	top: 37px;
	right: 0;
}
ul.header-btn {}
ul.header-btn li{
	float: left;
	margin: 0 0 0 18px;
	font-size: 13px;
	font-weight: 500;
}
ul.header-btn li a{
	display: inline-block;
	color: #333;
	padding: 15px 15px 15px 15px ;
	border: 3px solid #333;
	border-radius: 25px;
	 -webkit-border-radius: 25px;
	 -moz-border-radius: 25px;
	background: #fff;
}
ul.header-btn li a:before {
	position:absolute;
	left:33px;
	content:"";
	display:inline-block;
	width:1.4em;
	height:1.4em;
	background-size:contain;
}
ul.header-btn li a:hover{
	color: #78C2C4;
	background: #fff;
	border: 3px solid #F6AA00;
	transition: all 0.3s;
}
ul.header-btn li a:hover:before {
}
/*--- スマホ用メニュー --- */		
div.sp-drawer{
    display: block;
}

/*--- パンくずメニュー --- */
div.pankuzu-body {
	width: 100%;
	margin: 0px auto 10px auto;
}
ul.pankuzu {
	padding: 10px 0 30px 0;
}
ul.pankuzu li {
	float: left;
	color: #161616;
	font-size: 90%;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
ul.pankuzu li a {
	color: #161616;
	margin-right: 5px;
}
ul.pankuzu li a:hover {
	color: #028760;
	transition: all 0.2s;
}
ul.pankuzu li:before {
	content: url(../../images/common/bg-pankuzu.png);
	margin-right: 1px;
}
ul.pankuzu li.home:before {
	content: url(../../images/common/pankuzu-home.png);
	margin-right: 5px;
}
/*--- 見出し --- */
h1 {
	font-family: "M PLUS Rounded 1c";
	font-weight: 700;
}
h2, h3, h4 {
	/*font-family: 'Noto Serif JP', sans-serif;*/
	font-family: "M PLUS Rounded 1c";
	font-weight: 700;
}
h2 {
	font-size: 21px;
	letter-spacing: 0.02em;
	margin: 0 0 23px 0;
	line-height: 1.2em;
}
h3 {
	font-size: 18px;
	padding: 4px 0 4px 12px;
	position: relative;
	line-height: 1.2em;
}
h3 img {
	margin: 0;
}
h4{
	font-size: 18px;
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
/*--- 文字色 文字装飾--- */
.em-001 {
	color: #bf0000;
}
.font-s { font-size: 90%; }
.font-ss { font-size: 80%; }
.font-sss { font-size: 60%; }
.font-l { font-size: 110%; }
.font-ll { font-size: 120%; }
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin: 0 0 40px 0;
}
.br-sp {
	display: block;
}
.br-pc {
	display: none;
}

/* 流れるボタン */
.button {
  width: 95%;
  margin: 5px 0px;
  display: block;
}
.button a {
  display: block;
  text-align: center;
  width: 100%;
  background: #fff;
  border: 5px solid #ccc;
  border-radius: 20px;
  padding: 20px 30px 20px 30px;
  line-height: 0;
  font-weight: 500;
  font-size:1.6rem ;
  vertical-align: middle;
}
.button a img{
	display: inline;
}
.button a:hover {
  border: 5px solid #444;
  transition: all 0.7s;
}
/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #555; /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #333;
}
.btn:hover span {
  color: #333;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #f8ea58; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*-------------------
  コンテンツ 
-------------------- */
section {
	margin: 0 0 0px 0;
    padding: 10px 0 0px 0;
	background: #ffd07c;
}

section a{
	color: blue;
}

.section-body {
	width:95%;
	margin:0 auto 0 auto;
	padding: 0px 0 0px 0;
}
.indent-head {
	width:90%;
	margin:0 auto;
}

/*--- 共通リスト --- */
ul.disc-list{
  counter-reset:list;
  list-style-type:none;
  padding:0;
	margin: 15px 0 15px 10px;
}
ul.disc-list li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 0px 0 10px 0px;
	line-height: 1.5;
}
ul.disc-list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #073d79;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*--- リンクボタン --- */
a span.link-list {
    position: absolute;
    right: -10px;
    top: -18px;
    font-family: 'Noto Sans JP', sans-serif;
	padding: 10px 20px 12px 25px;
	background-position: right 10px center;
	border-radius: 30px;
	border: 2.5px solid #000;
	margin: 0 0 0 0;
	font-weight: 500;
	background-color: #fff;
	font-size: 16px;
	display: block;
	z-index: 100;
}
a span.link-list {
	color: #000;
	text-align: center;
}
a span.link-list:hover{
	color: #78C2C4;
	background: #fff;
	border: 3px solid #F6AA00;
	transition: all 0.3s;
}
div.link-bk {
	width: 80%;
	padding: 15px 10px 10px 10px;
	background-position: right 10px center;
	border-radius: 25px;
	border: 2.5px solid #000;
	margin: 0 auto 20px auto;
	font-weight: 400;
	background-color: #fff;
}
a div.link-bk {
	color: #000;
	text-align: center;
}
a div.link-bk:hover{
	color: #78C2C4;
	background: #fff;
	border: 3px solid #F6AA00;
	transition: all 0.3s;
}
div.link-bnr {
	width: 100%;
	padding: 20px 10px 20px 10px;
	background-position: right 10px center;
    background-color: #faa82d;
	border-radius: 10px;
	border: 2.5px solid #000;
	margin: 0 auto 10px auto;
	font-weight: 400;
}
a div.link-bnr {
	color: #000;
	text-align: center;
}
a div.link-bnr:hover {
	color: #1daba9;
	text-align: center;
	background-color: #fff;
	border: 2.5px solid #1daba9;
	transition: all 0.3s;
}
/*--- フッター --- */
footer {
	background: #ff7b61;
	padding: 20px 0 20px 0;
}
div.footer-sitemap {
	margin: 10px 10px 0 10px;
	padding: 15px 0 10px 0 ;
	border-top: 3px solid #ddd;
}
div.sitemap-list {
    margin-bottom: 10px;
}
div.sitemap-list a{
	color: #c30;
	font-weight: 500;
}
div.sitemap-list a:hover{
	color: #ff7d66;
	transition: all 0.2s;
}
div.sitemap-list-title {
	font-weight: 600;
	float: none;
}
div.sitemap-list-body {
	float: none;
}
ul.footer-sitemap {
    margin: 0px 0 0px 0;
}
ul.footer-sitemap li {
    float: left;
    line-height: 1.2;
}
ul.footer-sitemap li a {
    font-size: 90%;
    font-weight: 400;
}
ul.footer-sitemap li:before{
    content: "・"
}
.copyright {
	text-align: center;
	font-size: 14px;
	padding: 0px 0 5px 0;
	color: #fff;
	font-weight: 500;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #ffce83;
}
.com-id {
    text-align: center;
}
.com-id p{
    line-height: 1.2;
    padding: 5px 0 10px 0;
    }
.com-id > img {
    width: 80%;
    margin: auto;
}
.com-access p{
	font-weight: 500;
	font-size: 80%;
    margin: 15px 15px 10px 15px;
}
/*　UIパーツ
-------------------------- */
#to-top {
	position: fixed;
	right: 5px;
	bottom: 5px;
	margin-left: 50%;
	width: 50px;
}
.fixed-icon li {
	margin: 3px 0 0 0;
}
div.indent01 {
    margin: 0 5px 0 5px;
}
@media print, screen and (max-width : 767px) {
/* ==スマホテーブル用
------------------------------------------------------------------ */
/* テーブル基本設定 */
table.basic {
	margin:20px auto 0 auto;
	background:#fff;
	border:#333 1px solid;
	width: 90%;
	}
	table.basic td{
		border-bottom:#333 1px solid;
		padding:10px;
		vertical-align:top;
		display:block;
		}
	table.basic th{
		background:#ededed;
		vertical-align: middle;
		font-weight:600;
		display:block;
		padding:10px 0px 10px 0px;
		text-indent:0.7em;
		}
}

@media print, screen and (min-width : 768px) {
/* ==共通レイアウト
-------------------------------------------- */
body {
	padding: 100px 0 0px 0;
}
/*--- ヘッダー --- */
header {
	position: fixed;
	top: 0px;
	z-index: 20000;
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
	border-bottom: none;
    background:url("../../images/common/header-bg.png") center top no-repeat ;
}
div.header-flame {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
div.header-logo {
	width: 450px;
	padding: 0 0 0 0px;
	margin: 0px 0px 0px 0px;
}
div.header-logo h1{
	width: 100%;
	padding: 0px 0;
	margin: 0 0 0px 0px;
}
span.header-logo {
	position: absolute;
	top:0px;
	left: 65px;
	font-size: 13px;
	color: #333;
	font-weight: 400;
}
div.h-menu {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 261px;
}
ul.h-menu {
}
ul.h-menu li {
	float: left;
	margin: 0 24px 0px 0;
	font-size: 15px;
	font-weight: 500;
}
ul.h-menu li a{
    display: block;
	color: #333;
	padding: 0 0 6px 0;
	border-bottom: 4px solid #DBDCDC;
}
ul.h-menu li a:hover{
	color: #78C2C4;
	border-bottom: 4px solid #F6AA00;
	transition: all 0.3s;
}
/* ヘッダー右サイド */
div.header-btn {
	position: absolute;
	display: block;
	top: 20px;
	right: 0;
}
ul.header-btn {}
ul.header-btn li{
	float: left;
	margin: 0 0 0 10px;
	font-size: 15px;
	font-weight: 500;
}
ul.header-btn li a{
	display: block;
	color: #333;
	padding: 15px;
	border: 3px solid #333;
	border-radius: 25px;
	 -webkit-border-radius: 25px;
	 -moz-border-radius: 25px;
	background: #fff;
}
ul.header-btn li a:hover{
	color: #78C2C4;
	background: #fff;
	border: 3px solid #F6AA00;
	transition: all 0.3s;
}
/*スクロールしたら指定のサイズまで画像を縮小する方法*/
	.Header-Logo2 {
		margin-left: 0;
		margin-right: auto;
		width: 500px;
		display: block;
		transition: all 0.4s ease;
	}
	.Header-Logo2.isSmall {
		width: 350px !important;
	}
	.Header-Logo2 img {
		width: 100%;
		height: auto;
		display: block;
	}
/*--- スマホ用メニュー --- */		
	div.sp-drawer{
		display: none;
	}	
/*--- パンクズリスト ---
div.pankuzu-body {
	height: 38px;
	width: 1100px;
	margin: 10px auto 15px auto;
	padding: 3px 0 0 0;
} */
ul.pankuzu li a {
	margin-right: 15px;
}
/*--- 見出し --- */
	h2 {
	font-size: 30px;
	letter-spacing: 0.05em;
	margin: 0 0 23px 0;
}
	h3 {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin: 0 0 23px 0;
}
/*--- 文字色 文字装飾--- */
.mincho {
	margin: 0 0 40px 0;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
/*　流れるボタン　*/
.button {
	width: 350px;
	margin: 10px 10px 10px 10px;
}
/*--- コンテンツ --- */
section {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}
.section-body {
	width:1000px;
	margin:0 auto;
}
.indent-head {
	width:50%;
	margin:0 auto;
}
/*--- リンクボタン --- */
div.link-bl {
	width: 312px;
	padding: 15px 10px;
	background-position: right 10px center;
	margin: 0 auto 20px auto;
}
div.link-bk {
	width: 312px;
	padding: 15px 10px;
	background-position: right 10px center;
	margin: 20px auto 20px auto;
}
	div.link-gd {
		margin: 20px 15px;
	}

div.link-bnr {
	width: 95%;
	padding: 25px 10px 25px 10px;
	background-position: right 10px center;
	margin: 5px auto 20px auto;
}

/*--- リンクボタン --- */
a span.link-list {
    position: absolute;
    right: -25px;
    top: -5px;
    font-family: 'Noto Sans JP', sans-serif;
	padding: 10px 20px 12px 25px;
	background-position: right 10px center;
	border-radius: 30px;
	border: 2.5px solid #000;
	margin: 0 0 0 0;
	font-weight: 500;
	background-color: #fff;
	font-size: 16px;
	display: block;
	z-index: 2000;
}
a span.link-list {
	color: #000;
	text-align: center;
}
a span.link-list:hover{
	color: #78C2C4;
	background: #fff;
	border: 3px solid #F6AA00;
	transition: all 0.3s;
}
/*--- フッター --- */
.footer-cominfo {
	/*background: #d8fcf7;*/
	padding: 20px 0 20px 0;
	border-top: 3px solid #ddd;
}
.com-id {
	float: left;
	width: 32%;
}
.com-id > img {
    width: 100%;
}
.com-id > p{
	font-weight: 600;
	line-height: 1.3;
}
.com-access {
	float: right;
	width: 65%;
}
.com-access p{
	font-weight: 500;
	font-size: 120%;
}
div.footer-sitemap {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0 ;
	border-top: 3px solid #ddd;
}
div.sitemap-list {
    margin: 0 0 10px 0 ;
    padding: 0 0 10px 0 ;
    border-bottom: dotted 2px #ddd;
}
div.sitemap-list-title {
    font-size: 17px;
    float: left;
    width: 20%;
	font-weight: 500;
}
div.sitemap-list-body {
	float: right;
	width: 75%;
}
ul.footer-sitemap {}
ul.footer-sitemap li{
	float: left;
	margin: 0 20px 0 0
}
ul.footer-sitemap li:before{
    content: "・"
}
footer {
	padding: 30px 0 30px 0;
}

/*　UIパーツ
-------------------------- */
#to-top {
	position: fixed;
	left: 450px;
	bottom: 65px;
	margin-left: 52%;
	z-index: 100000;
}

/*　テーブルCSS
----------------------------------------　*/
/* テーブル基本設定 */
table.basic {
	margin:20px auto 0 auto;
	background:#fff;
	}
	table.basic td, table.basic th{
		border:#333 1px solid;
		padding:10px;
		vertical-align:top;
		}
	table.basic th{
		background:#ededed;
		vertical-align: middle;
		font-weight:600;
		}

/* ドロップダウンメニュー・CSS */
li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 65px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single ul.menu__second-level li{
	padding: 5px 5px 5px 0px;
	margin: 0px 0 0px 0;
	width: 16em;
	
}
li.menu__single ul.menu__second-level li a{
	/*font-weight: 500;*/
	font-size: 16px;
	background: #fff;
}
li.menu__single:hover ul.menu__second-level {
    top: 56px;
	left:0;
    visibility: visible;
    opacity: 1;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;fdbb31
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
/*大きめリンクボタン*/
.linkbtn {
    text-align: center;
    margin: 35px 0 20px 0;
}
.linkbtn a{
	border-radius: 20px;
	 -webkit-border-radius: 20px;
	 -moz-border-radius: 20px;
	padding: 14px 68px 17px 38px;
	font-weight: 500;
	color: #fff;
	line-height: 2.0;
	margin: 5px 5px 5px 5px;
    font-size: 150%;
}
.linkbtn a:hover{}

div.indent01 {
    margin: 0 25px 0 25px;
}

}
