@charset "UTF-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html {
	font-size: 80%;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*ページ全体の設定*/
body {
	color: #333333;
	background-color: #ffffff;
}

span.s11 {
  color: #333333;
  font-size:11px
}

/*コンテンツ実際に使うページの設定（ホームページを囲む一番外側のブロック）
--------------------------------------------------------------------------------*/
#contents{
	width:100%;					/*横幅の指定*/
	margin:0 auto;
  padding: 0;
}


/*ヘッダー部分の設定
--------------------------------------------------------------------------------*/
header {
	background-color: #ffffff;
	width: 100%;
	height: 90px;		 /*ヘーダーの高さ*/
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #8c1f31;/*茶色*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8c1f31;/*茶色*/
}
header #info {
	text-align: right;
	font-size: 1.0rem;
	font-size: 10px;
	color: #444;
	line-height: 2.4rem;
	line-height: 24px;
	letter-spacing: 1px;
}
header #info strong {
	font-size: 2.6rem;
	font-size: 26px;
	color: #A91E0E;
	font-family: Arial, Helvetica, sans-serif;
}
header #info span {
	font-size: 1.8rem;
	font-size: 18px;
	color: #505050;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;
	background: #464749;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#464749, #2b2c2e);	/*背景グラデーション*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.2);		/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.2は20%色がついた状態の事。*/
	text-align: center;		/*テキストをセンタリング*/
	padding: 0 4%;			/*上下、左右へのメニューブロック内の余白。*/
	margin-bottom: 0px;	/*メニューブロックの下(外側)に空けるスペース*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	overflow: hidden;
	float: left;		/*左に回り込み*/
	width: 12.5%;			/*メニュー幅。8個なので100÷8=12.5%にする。*/
	line-height: 1.6;	/*行間*/
}
#menubar li a {
	display:  block;text-decoration: none;
	border-right: 1px solid #000;	/*右側の線の幅・線種・色*/
	padding: 12px 0;	/*上下、左右へのメニュー内の余白*/
	color: #fff;		/*文字色*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #000;	/*左側の線の幅・線種・色*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #fff;	/*背景色*/
	color: #333;			/*も地色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*メイン部分の設定
---------------------------------------------------------------------------*/
#main {
	background-color:	#e6e6fa;
	width: 98%;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
}

/*mainのpage-titleタグの設定*/
#page-title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align:center;
	height: 56px;
	line-height: 56px;
	padding: 0 20px;
	margin: 10px 50px 10px;/*上辺・左右の辺・下辺*/
	border-top: solid 5px #8c1f31;/*茶色*/
	border-left: solid 1px #8c1f31;
	border-right: solid 1px #8c1f31;
	border-bottom: solid 1px #8c1f31;
	background-color: #ffffff;
	background-position: left bottom;
}

/*mainのh2タグの設定*/
#main h2 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color: #000000;		/*文字色*/
	padding: 10px 20px;	/*上下、左右への余白*/
	margin-bottom:5px;
	background: #ffffff;	/*背景色*/
	border-left: solid 5px #8c1f31;/*茶色*/
	border-bottom: solid 1px #8c1f31;
}
/*角丸囲み枠(1em=16px)*/
.box1 {
	padding: 8px 16px;
	margin: 32px 0;
	font-weight: bold;
	color: #333;/*文字色*/
	background: #FFF;
	border: solid 1px #6091d3;/*線*/
	border-radius: 10px;/*角の丸み*/
	width: 800px;
}
.box1 p {
	margin: 0; 
	padding: 0;
}
.fonts18 {
  font-size: 18px;
	color: #4676d7;/*文字色=青*/
}
.fonts18r {
  font-size: 18px;
	color: #FF0000;/*文字色=赤*/
}

/*ボタンレイアウト
---------------------------------------------------------------------------*/
.c_button {
  min-width: 350px;
  font-family: inherit;
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #444444;
  color: #ffffff;
  padding: 8px 16px;
	margin-bottom: 20px;
  cursor: pointer;
}

.c_button:hover {
  background: #808080;
}

.c_button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #4676d7;
}
/*ボタンレイアウト　グラデーション（１）　ボタン色：ピンク
---------------------------------------------------------------------------*/
.button_g1 {
	display: inline-block;
  width: 350px;/*幅*/
  height: 54px;/*高さ*/
  text-align: center;
  text-decoration: none;
  outline: none;
	position: relative;
  border-radius: 4px;
  color: #fff;/*文字色*/
	font-weight: bold;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0px 1px 0px #f56778;
	margin-bottom: 20px;
}
.button_g1,
.button_g1:hover {
  border-bottom: 4px solid #cb5462;
  background-color: #f56778;
  background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
  background-image: linear-gradient(to bottom, #f997b0, #f56778);
  box-shadow: inset 1px 1px 0 #fbc1d0;
}
.button_g1::before,
.button_g1::after {
  bottom: -1px;
  left: -1px;
  width: 350px;
  height: 50px;
  border: 1px solid #ee8090;
  border-bottom: 1px solid #b84d5a;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
}
.button_g1::before {
  height: 48px;
  bottom: -4px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px 0px #bfbfbf;
}
.button_g1:hover {
  background: #f56778;
  background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
  background-image: linear-gradient(to bottom, #f56778, #f997b0);
  color: #913944;
  text-shadow: 0px 1px 0px #f9a0ad;
}
.button_g1:active {
  bottom: -4px;
  margin-bottom: 4px;
  border: none;
  box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.button_g1:active::before,
.button_g1:active::after {
  border: none;
  box-shadow: none;
}
/*ボタンレイアウト　グラデーション（２）　ボタン色：グレイ
---------------------------------------------------------------------------*/
.button_g2 {
	display: inline-block;
  width: 350px;/*幅*/
  height: 54px;/*高さ*/
  text-align: center;
  text-decoration: none;
  outline: none;
	position: relative;
  border-radius: 4px;
  color: #fff;/*文字色*/
	font-weight: bold;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
	margin-bottom: 20px;
}
.button_g2,
.button_g2:hover {
  border-bottom: 1px solid #808080;
  background-color: #696969;
  background-image: -webkit-linear-gradient(top, #a9a9a9, #696969);
  background-image: linear-gradient(to bottom, #a9a9a9, #696969);
  box-shadow: inset 1px 1px 0 #c0c0c0;
}
.button_g2::before,
.button_g2::after {
  bottom: -1px;
  left: -1px;
  width: 350px;
  height: 50px;
  border: 1px solid #ee8090;
  border-bottom: 1px solid #808080;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: none;
  transition: none;
}
.button_g2::before {
  height: 48px;
  bottom: -4px;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px 0px #c0c0c0;
}
.button_g2:hover {
  background: #696969;
  background-image: -webkit-linear-gradient(top, #696969, #a9a9a9);
  background-image: linear-gradient(to bottom, #696969, #a9a9a9);
  color: #fff;
}
.button_g2:active {
  bottom: -4px;
  margin-bottom: 4px;
  border: none;
  box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.button_g2:active::before,
.button_g2:active::after {
  border: none;
  box-shadow: none;
}

/*フッター部分設定
---------------------------------------------------------------------------*/
#foot_base {
	background-color:#444444;		/*フッターの背景色の設定*/
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8c1f31;/*茶色*/
	width: 100%;
}
footer{
	color:#ffffff;							/*文字の色がグレーだと見えないので白に変更*/
	width: 98%;
	height: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
footer ul {
	position: absolute;
	left: 0px;
	top: 15px;
	display: block;
	width: 82%;
	line-height: 3.0rem;
	line-height: 30px;
	height: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
}
footer li a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
footer li a:hover {
	color: #000000;
	background-color: #DDD;
}
footer li {
	font-size: 1.2rem;
	font-size: 12px;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
footer #f_logo {
	font-size: 2.0rem;
	font-size: 20px;
	letter-spacing: 1px;
}
footer p {
	font-size: 1.0rem;
	font-size: 10px;
	line-height: 1.6rem;
	line-height: 16px;
}
/*Copyright部分*/
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #555555;
	background-color: #DDD;
	line-height: 3.0rem;
	line-height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	width: 100%;
}

/*ページトップへ戻るレイアウト*/
#pagetop{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 15px;
  background: #ef3f98;
  opacity: 0.7;
}
#pagetop a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
/*===============================
	reCAPTCHA 表示位置
=================================*/
.grecaptcha-badge {
	position: fixed;
	bottom: 80px !important;
}
/*==================================================
　ウィンドウ幅が767px以上の場合に適用
====================================================*/
@media screen and (min-width: 767px) {

#logo {
	clear: both;
	float: left;
	margin-left: 10px;
}

#info {
	float: right;
	margin-right: 10px;
}

#main {
	width: 98%;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
}

footer #f_info {
	float: right;
	margin: 5px;
}

/*-- /max:767px --*/
}
