@charset "UTF-8";

.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.sans-serif{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.awaseLeft{
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
/*タイトル*/
.ttl00{
  font-size: 21px;
	text-align: left;
	width: auto;
	background-image: url(../images/shikakuW10.gif);
	background-repeat: no-repeat;
	background-position: left;
  position: relative;
  border-bottom: 2px solid rgba(41,168,224,0.8);
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  padding:5px 0 5px 30px;
  margin:1em 0 0.6em;
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-weight: bolder;
}

.ttl00:before {
  position: absolute;
  content: "";
  width: 100%;
  min-height: 100%;
  top: -0px;
	left: 0;
  border-bottom: 1px solid rgba(145,72,151,0.8);
  padding-bottom: 4px;
}

.ttl01{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	border-bottom: solid 2px rgba(145,72,151,0.5);
	font-size: 18px;
	background-image: url(../images/shikakuPurple12.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.ttl02{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: rgba(145,72,151,1.0);
	text-align: left;
	font-size:18px;
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.ttl_Box span{
	display: inline-block;
	text-align: center;
	text-shadow:#333 0px 1px 2px;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #fff;
    width: 1.5em;
    height: 1.5em;
    background:rgba(145,72,151,0.8);
padding: 0.15em;
margin:auto 0.5em auto -0.2em;
    box-shadow: 1px 1px 5px #999;
}

.ttl03{
	border-bottom: dotted 2px rgba(145,72,151,1);
	font-size: 1.2rem;
	background-image: url(../images/shikaku4BOX22.gif);
	background-repeat: no-repeat;
	background-position:0 0.1rem;
	margin-bottom: 0.4rem;
	margin-top:2rem;
	padding-bottom: 0.2rem;
	padding-left: 1.8rem;
	color: #111;
	font-weight: bolder;
}
.ttl03 span{
	display: inline-block;
	width: 3em;
	text-align: left;
	margin-right: 0.2rem;
	color: #451451;
	font-weight: normal;
}
.ttl03text{
	padding-left:0.5em;
	padding-right:0.5em;
	margin-left:-0.5em;
	margin-right:0.5em;
	font-size: 1.2rem;
}

.rubi01{
	font-size: 0.9rem;
	text-align: left;
	letter-spacing: 0.02rem;
	color: rgba(0,0,0,0.8);
	margin-top: 0.2rem;
	display: block;
	width: auto;
	margin-left: 3rem;
}
/*--リンクバナー--*/
p.link_ban282{
	width: 282px;
	height: 60px;
	background:rgba(145,72,151,0.8);
	display: block;
	margin: auto;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	vertical-align: middle;
	line-height: 55px;
	position: relative;
	border: solid 1px rgba(145,72,151,0.5);
}

p.link_ban282:before{
  content: "";
  position:absolute;
  width: 100%;
  min-height: 100%;
  background:url(../images/fukusenji_FUJI_white.png) no-repeat;
  background-size: 70px;
  left: 0px;
  top: 0px;
	opacity: 0.5;	
}

a:hover p.link_ban282{
	background:rgba(145,72,151,0.3);
	color: #fff;
	background:#a4abcf;
	transition: all 0.3s linear;

}

/*==========
 Page TOP
============*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

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

/*--注書き--*/
.text_min{
	font-size: 0.9rem;
}
/*---*/