@charset "utf-8";

/*============================================================================



	style info : all style 共通



==============================================================================*/


/*============================================================================

	html body

==============================================================================*/

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	text-align: center;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #FFF;
	color: #000;
	text-align: justify;
}

/* ポップアップ等のbody用 */
body#emp {
	background-color: #FFF
}

input, textarea {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.br-sp {
    display: none;
}
.br-pc {
    display: block;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
.br-pc {
    display: none;
}
}

/*============================================================================

	画像

==============================================================================*/

img {
	vertical-align:top;
	max-width: 100%;
}

/*============================================================================

	リンク

==============================================================================*/

a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

.block a:hover {
	color: #000;
	opacity: 0.8;
}

a:active {
	color: #000;
}


/*============================================================================

	汎用

==============================================================================*/

/* Headings
---------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: .8em 0 .8em 0;
}

h1 {
	font-size: 153.9%;
	/*margin: .6em 0 .6em 0;*/
}

h2 {
	font-size: 138.5%;
}

h3 {
	font-size: 123.1%;
}

h4 {
	font-size: 116%;
}

h5 {
	font-size: 108%;
}

h6 {
	font-size: 100%;
}


/* 段落
---------------------------------*/
p {
	line-break: strict;
	margin: .8em 0 .8em 0;
}


/* 画像右
---------------------------------*/
.imgR {
	float: right;
	padding: 0 0 10px 10px;
}


/* 画像左
---------------------------------*/
.imgL {
	float: left;
	padding: 0 15px 10px 0;
}


/* 中央
---------------------------------*/
.tC,
.btnC {
	text-align: center;
}


/* 右揃え pタグ
---------------------------------*/
.tR,
.sign {
	text-align: right;
}


/* 明朝
---------------------------------*/
.mincho {
	font-family: "ＭＳ 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Century, "Times New Roman", Times, serif;
}


/* ドロップシャドウ
---------------------------------*/
.shadow {
	behavior: url(/javascript/PIE.htc); /* for IE */
	box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
}


/* clearfix
---------------------------------*/
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*============================================================================

	ボタン処理

==============================================================================*/

/* へこむ pタグ指定
---------------------------------*/
.btnHollow a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

/* 半透明 pタグ指定
---------------------------------*/
.btnOpacity a:hover {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}


/*============================================================================

	デフォルト テーブル

==============================================================================*/

#defTable table {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	margin-top: 10px;
}

#defTable th, #defTable td {
	padding: 10px;
	border: 1px solid #666;
}

#defTable th {
	padding: 10px;
	border: 1px solid #666;
	background: #222;
	color: #fff
}


/* 偶・奇数
---------------------------------*/

#defTable table tr.odd td {
	background: #efefef;
}

#defTable table tr.even td {
	background: #999999;
}


/*============================================================================

	テキスト サイズ

==============================================================================*/

/* -------------------------------------------------------

 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%

---------------------------------------------------------- */

.std10 { font-size: 77%; }
.std11 { font-size: 85%; }
.std12 { font-size: 93%; }
.std13 { font-size: 100%; }
.std14 { font-size: 108%; }
.std15 { font-size: 116%; }
.std16 { font-size: 123.1%; }
.std17 { font-size: 131%; }
.std18 { font-size: 138.5%; }
.std19 { font-size: 146.5%; }
.std20 { font-size: 153.9%; }
.std21 { font-size: 161.6%; }
.std22 { font-size: 167%; }
.std23 { font-size: 174%; }
.std24 { font-size: 182%; }
.std25 { font-size: 189%; }
.std26 { font-size: 197%; }


/*============================================================================

	テキスト カラー

==============================================================================*/

.white { color: #FFFFFF; }
.black { color: #000000; }
.gray { color: #666666; }
.lgray { color: #999999; }
.red { color: #990000; }
.pink { color: #FF3366; }
.green { color: #006600; }
.orange { color: #FF6600; }
.blue { color: #0066CC; }
.lblue { color: #0099FF; }
.yellow { color: #FFFF00; }
.gold { color: #996633; }


/*============================================================================

	角丸

==============================================================================*/

.rCorner {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rCorner-T {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.rCorner-B {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.rCorner-L {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
}

.rCorner-R {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
}

.rCorner-Tl {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.rCorner-Tr {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}

.rCorner-Bl {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
}

.rCorner-Br {
	position: relative; /* for IE */
	behavior: url(/javascript/PIE.htc); /* for IE */
	border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
}

/* 2023.10.02カレンダー追加
---------------------------------*/
.shiny_btn02 {
	display: inline-block;
	color: #fff; /* 文字色 */
	padding: 1em 2em;
	width: 100%;
	max-width: 350px; /* ボタン幅 */
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	background: #f1e767; /* 背景色 */
	background-image: -webkit-linear-gradient(top, #f1e767, #feb645); /* グラデーション背景色 */
	background-image: -moz-linear-gradient(top, #f1e767, #feb645); /* グラデーション背景色 */
	background-image: -ms-linear-gradient(top, #f1e767, #feb645); /* グラデーション背景色 */
	background-image: -o-linear-gradient(top, #f1e767, #feb645); /* グラデーション背景色 */
	background-image: -webkit-gradient(to bottom, #f1e767, #feb645); /* グラデーション背景色 */
	overflow: hidden;
	position: relative;
	text-align: center;
  }
  .shiny_btn02::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	animation: shiny_btn02 3s ease-in-out infinite;
	transform-origin: unset;
  }
  
  /* マウスオーバーした際のデザイン */
  .shiny_btn02:hover {
	background-image: -webkit-linear-gradient(top, #feb645, #f1e767); /* グラデーション背景色 */
	background-image: -moz-linear-gradient(top, #feb645, #f1e767); /* グラデーション背景色 */
	background-image: -ms-linear-gradient(top, #feb645, #f1e767); /* グラデーション背景色 */
	background-image: -o-linear-gradient(top, #feb645, #f1e767); /* グラデーション背景色 */
	background-image: -webkit-gradient(to bottom, #feb645, #f1e767); /* グラデーション背景色 */
	color: #fff;
  }
  
  /* 光るアニメーション */
  @-webkit-keyframes shiny_btn02 {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
