@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900');
/*------------------------------------base*/
body{
font-family: 'Noto Sans JP', sans-serif;
font-size:122%;
color:#000;	
text-align: left;
position: relative;
	
background: #0086c9;
background: -moz-linear-gradient(left,  #0086c9 0%, #00b6c9 15%, #00b6c9 85%, #0086c9 100%);
background: -webkit-linear-gradient(left,  #0086c9 0%,#00b6c9 15%,#00b6c9 85%,#0086c9 100%);
background: linear-gradient(to right,  #0086c9 0%,#00b6c9 15%,#00b6c9 85%,#0086c9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086c9', endColorstr='#0086c9',GradientType=1 );
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.inner{position:relative;max-width:1200px;padding:5em 6em;	margin: 0 auto;  background: rgba(255,255,255,1)}


@media screen and (max-width: 1200px) {
.inner{width:95%;	padding:2em;	margin: 0 auto; }
}



.flex{display:flex; justify-content: space-between; flex-flow:row wrap;}

img{width:100%;height:auto;}
a{color:#000; display:inline;
 -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover{opacity:0.6;}


/* アスタリスク　注釈用 */
ul.ast {	list-style: none;font-size: 100%;margin: 10px 0 0 0;text-align: left;}
ul.ast li {	margin: 0 0 5px 0;	padding-left: 1em;	text-indent: -1em;}
ul.ast li:before {	content: "\203b";	color: #000;}
ul.ast li.red:before {	content: "\203b";	color: #000;}

/* ドット　 */
ul.dot {	list-style: none;font-size: 100%;margin: 0;text-align: left;}
ul.dot li {	margin: 0;	padding-left: 1em;	text-indent: -1em;}
ul.dot li:before {	content: "\30FB";	color: #000;}
ul.dot ul.ast li:before {	content: "\203b";	color: #000;}


/*まる数字のスタイル*/
ol.num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 0.5em 0;
}
ol.num li {
font-size:100%;
  line-height: 1.5;
  padding-left: 1.25em;
  position: relative;
}
ol.num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000; 
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  font-size: 70%;
	font-weight:500;
  line-height: 1;
  position: absolute;
  top: 0.45em;
  left: 0;
}



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



#header_upper{padding:0.75em;position: absolute;margin:auto;left:0;right:0;top:0;z-index: 1}
#header_upper .inner{justify-content: space-between;z-index:1;}
#logo{width:77px;}


header{ text-align: center;margin:0 0 2em 0;padding:1.5em 1em 0 1em;
background: url( "../img/upperline.png") no-repeat top center;
}
header h1{margin:auto;max-width:940px;}

h2{color:#801528;font-size:111%;margin:1em 0 0.25em 0;font-weight:700;}

.backhome{max-width:696px; margin:5em auto 4em auto;text-align: center; }
.backhome a{color:#000;font-size:123%;font-weight:700;}

.notice{font-size:70%;color:#fff;text-align: center;margin:0 0 3em 0}
p{margin:0 0 1em 0;}

/*フッター*/
footer{padding:2.5em 0;text-align: center; position: relative;color:#fff; background: #000;Z}
footer .bottomline{ background:  url( "../img/bottomline.png") no-repeat center center;	height:	66px;width:100%;position: absolute;top:-34px;
}
footer .inner{}
footer .inner{max-width:1240px;text-align: center;color:#fff; background: none;padding:0;}
footer .jralogo {text-align: center;margin:0 auto 1.5em auto;}
footer .jralogo a{width:100px;display:inline-block;}

footer .footer_link{font-size:65%;margin:0 auto 0 auto;}
footer .footer_link ul{ justify-content:center;align-items: center;}
footer .footer_link a{text-decoration:none;color:#fff;}
footer .footer_link ul li.bar{font-size:122%;}
footer .copyright{font-size:70%;position: absolute;right:0;bottom:0;}


@media screen and (max-width: 1200px) {
footer .copyright{position:relative;right:0;bottom:0;}
}







#totop {z-index: 100;
    position: fixed;
    bottom:2em;
    right: 1em;
}
#totop a {
    width: 40px;
    display: block;
}
