@charset "utf-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
    line-height:1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*リストタグ行頭なし*/
ul li{
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
    text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*thの設定を初期化します*/
th{
	text-align:left;
	font-weight:normal;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
    vertical-align:middle;
}

/*フォント初期設定*/
body {
	font-size:15px;
	font-family:arial,helvetica,clean,'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3';
	line-height:1.6;
}

h1, h2, h3, h4, h5, h6{
	font-size:15px;
	font-weight:normal;
}

em{
	font-style:normal;
}

p{ margin-bottom: 1em; font-size: 1.2em;}

body{
	background:url(../img/top_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#c1cf6a;
	height:768px;
	min-width:1324px;
	position:relative;
}

#wrapper{
	width:1022px;
	margin:0 auto;
	position:relative;
	/*height:93%;*/
}

/*footer*/

footer{
	position:fixed;
	bottom:0px;
	left:13%;
    min-height: 50px !important;
	width:980px;
    /*position: relative;
	top:80px;*/
	
}

p.top_bnr{
	float:left;
}


/*汎用パーツ*/
a{
	text-decoration: underline;
}
a:hover{
	
}
a:hover img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.alignC{
	text-align: center;
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}

.w20p {
	width: 20%;
	box-sizing: border-box;
}
.w30p {
	width: 30%;
	box-sizing: border-box;
}
.w40p {
	width: 40%;
	box-sizing: border-box;
}
.w50p {
	width: 50%;
	box-sizing: border-box;
}
.w60p {
	width: 60%;
	box-sizing: border-box;
}
.w70p {
	width: 70%;
	box-sizing: border-box;
}
.w80p {
	width: 80%;
	box-sizing: border-box;
}

table {
	border-collapse: separate;
		border-spacing: 0px 5px;
}

th,td {
	padding: 5px;
}

th {
	background: #FFF3B8;
	vertical-align: middle;
	font-weight:bold;
}

td { background: #FFF;}





.pdL10 {padding-left: 10px;}
.pdL15 {padding-left: 15px;}
.pdL20 {padding-left: 20px;}
.pdL30 {padding-left: 30px;}

.pdR10 {padding-right: 10px;}
.pdR15 {padding-right: 15px;}
.pdR20 {padding-right: 20px;}
.pdR30 {padding-right: 30px;}

.alignC {text-align: center;}

.fs120p {
	font-size: 120%;
}

.red {
	color: #dd2b2b;
}

h3 {
    font-weight: bold;
    color: #b02802;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #37889d;
    margin-bottom: 10px;
}

strong{
	color: #444;
}



/*------------------------------------
全体設定
--------------------------------------*/
.clearfix {
	clear: both;
	overflow: hidden;
}

.link {
    position: absolute;
    top: 50px;
    left: 840px;
    z-index: 15;
}


/*枠付きブロック部分*/
#main_block{

position: relative;
top: 50px;
width: 1000px;
padding-bottom: 50px;

}

#main_block .Inner {
    width: 980px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 5px solid #7EB7C8;
    padding: 50px;
    box-sizing: border-box;
}

.head {

}

.head:before {

}

/*装飾部分*/

h1 {
	position: relative;
	top: 20px;
}

h2.main-title {
	background: none !important;
	padding: 0 !important;
	position: absolute;
	border: 0 !important;
	top: 10px;
	right: 0;
	z-index: 10;
}

p.top_img02 {
    left: -65px;
    position: absolute;
    top: 20px;
    z-index: -1;
}

p.balloon {
    z-index: 10;
    top: -280px;
    right: -250px;
    position: absolute;
}

/*大見出し*/
h2 {
	border-top: solid 3px #FF850B;
	border-bottom: solid 3px #FF850B;
	background: #FFDEBD;
	color: #666;
	font-size: 25px;
	font-weight: bold;
	padding-left: 10px;
}


.point a,
h2 a {
	color: #b02802;
	text-decoration:none;
	font-weight: bold;
}

h2 a {
	display: block;
	padding: 10px;
	color:#666;
}

a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	fillter: alpha(opacity=70);
}

p.to_top {
    z-index: 100;
    top: 50px;
    right: 30px;
    position: absolute;
}

ul li {
    list-style-type: disc;
    list-style-position: inside;
    display: list-item;
    width: 100%;
    float: none;
    min-height: auto;
    font-size: 90%;
    font-weight: normal;
    margin-bottom: 0;
    color: #FFA329;
	font-size: 100%;
	margin-bottom: 5px;
}
	ul li a{
		color: #5286B5;
		text-decoration: none;
	}

p.saibou {
    position: absolute;
    right: 40px;
    bottom: 20px;
}