@charset "utf-8";

/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
}
a:link{
}
a:visited{
	color:#333;
}
a:hover{
	transition:0.3s;
	opacity:0.5;
	color:#333;
}
section a, section a:hover, section a:visited{
	color:#067ad5;
}
/* layout */
body{
	margin:0;
	text-align:center;
	color:#333;
	font-size:11pt;
	line-height: 1.86em;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 90%;
}


.container{
	margin: auto;
	text-align:left;
}


/* header */
header{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1.0);
	z-index: 9999;
	width: 100%;
    text-align: center;
}
.header_in{
	margin:0 auto;
	overflow: hidden;
	padding: 20px 0 0;
}
.logo{
}
.h_tel{
	padding: 10px 30px 0 0;
    font-weight: bold;
}
.h_tel a{
    font-size: 150%;
    color: #333;
}


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

/* footer */
footer{
	clear:both;
	text-align:center;
	padding:20px  5%;
    background: #067ad5;
    color: #FFF;
    margin-top: 200px;
}
.copy{
	clear:both;
	text-align: center;
	font-size: 90%;	
}
/*-----------------------------------------*/

/*-----------------------
	トップへ戻る�Eタン
-------------------------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
	z-index:9999;
	background: #067ad5;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 80px;
	overflow: hidden;
    border: solid 2px #FFF;
}
#page_top img{
	width: 80px;
	height: auto;
}
#page_top a {
	display: block;
	color:#FFF;
	text-align:center;
	opacity: 0.8;
}
#page_top a:hover {
	text-decoration: none;
	opacity: 1.00;
}

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



/* main */


section{
	margin:0 auto -100px;
	padding-top: 225px;
	clear:both;
}
section h2{
	font-size:170%;
	line-height:1.4;
	margin-bottom:20px;
	clear: both;
    color: #067ad5;
    text-align: center;
    
}
section h3{
	margin:0 0 10px;
	font-size:125%;
	line-height:2.0;
	font-family: "Sawarabi Mincho";
	font-weight: normal;
}
section h4{
	margin:0 0 10px;
	font-size:120%;
}
.min{
	font-family: "Sawarabi Mincho";
	font-weight:bold;
	font-size:150%;
}
section p{
	margin-bottom:20px;
}

.font_red{
	color:#C00;
	font-weight:bold;
}
.font_color{
	color:#067ad5;
}
.font_wight{
	color:#FFF;
}
.scroll{}


.table01{
  width: 100%;
  border-collapse: collapse;
}

.table01 tr{
  border-bottom: solid 2px white;
}

.table01 tr:last-child{
  border-bottom: none;
}

.table01 th{
  position: relative;
  width: 30%;
  background-color: #067ad5;
  color: white;
  text-align: center;
  padding: 10px 0;
    font-weight: normal;
}

.table01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #067ad5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table01 td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 40px;
}
hr{
	border-left:0px none; border-right:0px none; border-bottom:0px none; border-top:1px solid #333; margin-bottom:20px
}

/* index */
.mainimg{
    margin: 280px auto -150px;
}
.bg01{
    background: #067ad5;
    color: #FFF;
    padding: 50px 0;
    text-align: center;
}
.bg01 h2{
    color: #FFF;
}


.center{
	text-align:center;
}
.jasrac{
	margin-top: 80px;
	text-align: center;
}

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

