html{
	font-size: 10px;
}

body{
	margin: 0;
	padding: 0;
    color: #2e2e2e;
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	box-sizing: border-box;
}


.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	}

.marugo{
	font-family:'Tsukushi A Round Gothic',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:normal;
	}

img{
border: 0;
}

a:link, a:visited {
    text-decoration: none;
}
a:hover {
    color: #003366;
}
#container{
	margin: 0 auto;
	padding: 0;
min-width: 930px;}


#header{
	margin-bottom: 10px;
	font-size: 12px;
	width:100%;
	margin: 0 auto 15px;
	z-index:10000;
}
#header .header_top{
	position:relative;
	margin-bottom: 0;
	font-size: 12px;
	width:930px;
	height:30px;
	margin: 0 auto;
	padding:0 0 0 0;
	text-align:center;
}
#header .header_top h1{
	font-size: 12px;
	margin: 0 auto;
	padding:0;
	line-height:30px;
	color:#000;
	font-weight:normal;
	text-align:center;
	display:inline;
}

#header .header_top a{
	position:absolute;
	right:0;
	margin: auto;
	padding:0;
	color:#000;
}
#header .header_navi {
	border-top:1px solid #cccccc;
	padding-top:33px;

}


#header .menu {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#header .menu ul {
    display: flex;
    margin: auto;
    padding: 0;
    text-align: center;
    justify-content: center;
}

#header .menu li{
	list-style-type: none;
	display: block;
	color: #fff;
	margin: 0 10px;
	position:relative;
}
#header .menu li:before{
	content:"";
	display:block;
	height: 16px;
	width: 1px;
	background: #cccccc;
	left: -10px;
	top: 10px;
	position: absolute;
}
#header .menu li:last-child:after{
	content:"";
	display:block;
	height: 16px;
	width: 1px;
	background: #cccccc;
	right: -10px;
	top: 10px;
	position: absolute;
}

#header .menu li a{
	display: block;
	margin: 0 10px;
	height: 32px;
	width:123px;
	text-align:left;
	border-radius: 50px;
	padding: 5px 10px;
}
#header .menu li a img{
	display: block;
	margin: auto;
	height: 32px;
	width:123px;
}
#header .menu li a.slct{
	background: #e6eced;
	display: block;
}



#page_navi{
	background:#e6eced;
    border-top: 1px solid #ccc;
    height: 55px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
#page_navi ul{
    bottom: 0;
    display: inline-block;
    left: 0;
    list-style-type: none;
    margin: auto;
    position: absolute;
    right: 0;
	padding:0;
}
#page_navi ul li{
	width:115px;
	height:40px;
	line-height:40px;
	display:inline-block;
	margin:0 4px;
	font-size: 1.3rem;
}

#page_navi ul li a{
	color: #111;
    display: block;
    font-weight: 500;
    letter-spacing: .2em;	
}

#page_navi ul li a.slct{
	color:#000;
	background-color:#fff;
	
}

#header p{
	padding: 0 5px;
	margin: 0 5px;
	line-height:62px;
	text-align: right;
	 font-size: 12px;
	 color:#fff;
}
#header p a{
	 color:#fff;
}

#header p a:hover{
	 color:#fff;
	 text-decoration:underline;
}

#header .logo{
	width:100px;
	margin:0 auto 20px;
	display:block;
}
#header .logo img{
	width:100%;
	display:block;
}


#contents{
	margin:0 auto;
}
#main{
	margin: 0 auto;	clear:both;

}
#main>h2{
    border-top: 1px solid #ccc;
    height: 55px;
    margin: 0 auto;
	padding:45px 0 0;
    position: relative;
	font-weight:normal;
    text-align: center;
	font-size:24px;
}
#main>h2:before{
	content:"－ ";}
#main>h2:after{
		content:" －";}
.pagetop{
	clear: both;
	display:block;
	margin:0 auto;
	width:60px;
	height:30px;
}

.table{
	margin:0 auto;
	width:700px;
	border-collapse:collapse;
}
.table dl{
	margin:4px auto 0;
	width:100%;
	display: flex;
	padding: 0;
}
.table dt{
	position: relative;
	vertical-align:top;
	padding:10px 5px;
	text-align:left;
	width:12em;
	font-weight:normal;
	margin: 0;
}
	

.table dd{
	position: relative;
	vertical-align:top;
	padding:10px 5px 10px 15px;
	min-height:40px;
	width: calc(100% - 12em);
	margin: 0;

}
.table dd p{
	padding:0;
	margin:0;
}



.table.tp-1{
	border-top:1px solid #ddd;	border-bottom:1px solid #ddd;
width: 700px;
}
.table.tp-1  dl:nth-child(even){
	background: #fafafa;
}
	
.table.tp-1 dt{
}
	

.table.tp-1 dd{
	position: relative;
	padding-left: 15px;
}

.table.tp-1 dd::after{
	content: "";
    width: 1px;
    height: calc(100% - 12px);
    position: absolute;
    left: 0;
    background: #ddd;
    display: block;
    top: 6px;
}


#footer{
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding-top:30px;
	background-color:#dde3e4;
	border-top:1px solid #fff;
}

#footer .address{
	padding:0;
	font-size:14px;
	display: flex;
	margin: 0 auto;
justify-content:space-around;    width: 930px;
}
#footer .address p{
	padding:0;
	font-size:14px;
	text-align: left;
	flex-basis:45%;
	text-indent: -0.5em;
}


#footer .copyright{
	height:40px;
	clear:both;
	line-height:40px;
	margin: 0;
	color:#fff;
	background-color:#7f8080;
	border-top:1px solid #fff;
}

#footer .copyright p{
	margin: 0;
	
}



.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.radius{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.radius-8{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.shadow{
	-moz-box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
	-o-box-shadow:0 0 5px #ddd;
	-ms-box-shadow:0 0 5px #ddd;
	box-shadow:0 0 5px #ddd;
}

iframe{
	clear:both;
	
	border:0;
	margin:0 auto 20px;
	display:block;
	width:100%;
	height:460px;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
	border-radius: 50px;

  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
