@charset "utf-8";

/* body */
body {
	color:#1a1a1a;
	margin:0px auto;
	padding:200px 0px 0px 0px;      /* ヘッダー固定部分 */
	background:#fff url(../../img/bg1.gif) repeat;
	background-position:center;
	font-family: "Helvetica Neue", Arial, Meiryo, "Meiryo UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", system-ui, sans-serif;
	max-width:1080px;
	line-height:1.4;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: none;
}

/* コンテンツ */
h1 { font-size:40px; font-weight:bold; margin:0px 5px 0px 10px; }
p { font-size:36px; margin:0px 5px 0px 10px; }
header, footer { max-width:1080px; z-index:99; }
ul { font-size:36px; }
.small ul { font-size:32px; }

.header_fix { width: 100%; min-width:300px; position: fixed; top: 0px; }
.title_bar1 { width: 100%; height:120px; text-align:center; border:0px; background:#fff url(../../img/title_bg1_sp.gif) repeat;}
.title_bar2 { width: 100%; height:60px; text-align:center; border:0px; background:#fff url(../../img/title_bg2_sp.gif) repeat;}
.title_logo { margin: 30px 0 0 0; }

.back { margin:5px 0px 5px 20px; text-align:left; float:left; }
.back a{ font-size:28px; font-weight:bold; text-decoration: none; color:white; }
.back img {width:50px; height:50px; vertical-align:middle; }
.back span { vertical-align:middle; }

table { margin:0px auto 30px auto; text-align:justify; border-collapse:collapse }
.td_1 { width:190px; padding:20px 0px; vertical-align:top; }
.td_2 { padding:20px 20px 20px 0px; vertical-align:top; }
.td_2 a { font-size:36px; }
table .left img { float:left; margin:0px 20px 10px 0px; }
table .right img { float:right; margin:0px 0px 10px 20px; }
table tr { border-bottom:10px solid #6cc }

img { padding-left:15px; }

.footer { 
	height:50px;
	font-size:28px;
	font-weight:bold;
	color:white;
	padding:18px;
	text-align:center;
	line-height:40px;
	background-color:#f89;
}


/* 上に戻るボタン */
.pagetop{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0.8;
}
.pagetop a{
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0aa';
  font-size: 80px;
  color: ForestGreen;
}






