@charset "utf-8";

/* ===================
clearfix 
===================*/ 
.clearfix:after {  
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;  
	content: " ";  
	clear: both;  
}  


/* ===================
link
===================*/
a { 
	outline: none; 
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover,
a:hover img{
	text-decoration: none;
	color: #666;
	opacity: 0.8;
	/*	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all 0.4s ease-in-out;
	*/
}
a:active {
	text-decoration: none;
	color: #333;
}

.mainInner a:link {
	text-decoration:underline;
}



/*==========================================
 body
===========================================*/
html { 
	font-size: 62.5%; 
} 
body {
	font-size:1.4rem;
}
p,ul,ol,dl,address{
	font-size:1.4rem;
}
table{
	font-size:1.4rem;
}

@media (min-width: 768px){
	body {
		font-size:1.6rem;
	}
	p,ul,ol,dl,address{
		font-size:1.5rem;
	}
	table{
		font-size:1.5rem;
	}
}

body {
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	color: #222;
}


/*==========================================
[header]
===========================================*/
.logo{
	text-align: center;
}
.logoWrapp {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.logoWrappInner {
	/*position: relative;*/
	width: 100%;
}

@media (max-width: 969px) {
	.logo{
		width: 65%;
		margin-top: 5px;
		margin-left: 10px;
		float: left;
	}
	.logoWrapp {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.txtData {
		display: none;
	}

	/* gNav  */
	.gNavWarpp {
		width: 100%;
		text-align: left;
		margin-top: 0px;
	}
	.gNav {
		background-color: #bdd3e5;
		border-top: 1px solid #000;
	}
	.gNav li.noLink {
		border-bottom: #002455 1px solid;
		font-size: 1.4rem;
		position: relative;
		display: block;
		padding: 15px 25px 15px 15px ;
		color: #005599;
	}
	.gNav li a {
		border-bottom: #002455 1px solid;
		font-size: 1.4rem;
		position: relative;
		display: block;
		padding: 15px 25px 15px 15px ;
		color: #005599;
	}
	.gNav li span{
		font-size:1.2rem;
		line-height: 1.4;
		display: block;
	}
	.gNav li a::before,
	.gNav li a::after{
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.gNav li a::before{
		right: 15px;
		width: 6px;
		height:6px;
		border-top: 2px solid #005599;
		border-right: 2px solid #005599;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gNav li a:hover,
	.gNav li a:active,
	.gNav li .current{
	}
}

@media (min-width: 970px) {
	.gNavWarpp {
		display: none!important;
	}
	.headerInner {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.logo{
		padding: 20px 0px;
		text-align: center;	
	}
	.txtData {
		float: right;
		margin-top: 22px;
	}
	.txtData-main {
		display: none;
	}
}


/*==========================================
 [contents]
===========================================*/
.contents {
	margin-bottom: 40px;
}
@media (max-width: 969px) {
	/*
	.contents {
		background-position: center bottom;
		background-size:contain;
	}
	*/
	.contentsInner {
		padding: 0 15px 15px;
	}
}
@media (min-width: 970px) {
	/*
	.contents {
		background-size:100% auto;
	}
	*/
	.contentsInner {
		padding: 0px 20px 0px;
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
	}
}


/*==========================================
 [main]
===========================================*/
.main {
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 1px;
}
.main p {
	line-height:1.6;
}
.main table{
	line-height:1.6;
}
.main-bg {
	border: 2px solid #fff;
	background-color: #fff;
}

.contactWrapp {
	margin-bottom: 50px;
}

@media (min-width: 970px) {
	.main {
		float: right;
		width: 68.7%;
	}
}

/* pageTitle*/
.pageTitleHeader {
	background-repeat:no-repeat;
	background-position:center right;
	background-image:url(../images/bg_pagetitle.jpg);
	background-color: #8bbce4;
	position: relative;
	/*min-height: 70px;*/
	width: 100%;
}
.pageTitleHeader h1 {
	top: calc(50% - 0.25em);
	left: calc((100vw - 100%) / 0%);
	position: absolute;
	padding: 0.5em 0.5em 0.5em calc((100vw - 100%) / 0%);
	color: #005599;
	line-height: 1;
	margin-left: 30px;
	font-weight: 600;
}
.pageTitleHeader h1 {
  text-shadow: 2px 2px 2px #fff,
               2px -2px 2px #fff,
               -2px 2px 2px #fff,
               -2px -2px 2px #fff;
}

@media (max-width: 767px) {
	.pageTitleHeader {
		background-size:100%;
		height: 75px;
	/*	min-height: 95px;*/
	}
	.pageTitleHeader h1 {
		font-size: 1.8rem;
	}
}
@media (min-width: 768px) {
	.pageTitleHeader {
		background-size:cover;
		height: 150px;
	/*	min-height: 95px;*/
	}
	.pageTitleHeader h1 {
		font-size: 2.6rem;
	}
}


/* title */
.main h2 {
	color: #005599;
	margin-bottom: 20px;
	font-size:2.0rem;
	font-weight: bold;
	border-left: 10px solid #005599;
	padding: 10px 12px 6px;
	clear: both;
	background-color: #e4eaee;
}
body.top .main h2.mainImg {
	padding: 0px;
}

.main h3 {
	color: #005599;
	margin-top: 16px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	font-size:1.7rem;
	font-weight: bold;
	clear: both;
	border-bottom: 1px solid #005599;
}

.main h4 {
	/*color: #005599;*/
	/*margin-top: 16px;*/
	margin-bottom: 10px;
	font-size:1.6rem;
	font-weight: bold;
	clear: both;
}
.main ul h4 {
	margin-bottom: 4px;
}

/*TopicPath*/
.TopicPathWrapp {
	clear: both;
	margin: 8px 0 20px;
}
ul.TopicPath li {
	float:left;
	margin-right:0em;
	font-size:1.4rem;
	padding-bottom:12px;
}
ul.TopicPath li a {
	padding-right: 0.5em;
}
ul.TopicPath li a:after {
	content:">";
	margin-left: 0.7em;
}

/* txt */
.atTxt {
	color: #C4A05B;
}
.bTxt,
p.bTxt {
	font-weight:bold;
}
.sTxt {
	font-size: 1.2rem;
}

/* adjustment */
.ajt-left {
	padding-left:0;
}
.ajt-right {
	padding-right:0;
}
.nonLine {
	border: none!important;	
}

/* img */
.fLeft-img {
	float:left;
}
.fullImg {
	width:100%;
	height:auto;
}

/* list */
.nonMarkList {
	list-style:none;
	margin-bottom:16px;
}
.nonMarkList li{
	margin-bottom:0px;
	line-height:1.6;
}
.nonMarkList li:last-child {
	margin-bottom:0px;
}

.markList {
	list-style:disc;
	margin-left:1.5em;
	margin-bottom:16px;
}
.markList li{
	margin-bottom:0px;
	line-height:1.6;
}
.markList li:last-child {
	margin-bottom:0px;
}

.decimalList {
	list-style: decimal;
	margin-left:1.5em;
	margin-bottom:16px;
}
.decimalList li{
	margin-bottom:0px;
	line-height:1.6;
}

.innerList {
	list-style: circle;
	margin-left: 1.5em;
}


dl dd ol li {
	line-height:1.6;
}

.dfDL dt{
	margin-bottom: 4px;
	color: #aa8d35;
}
.dfDL dd{
	margin-bottom:20px;
	line-height:1.6;
}

/* innderDL */
.innderDL dt{
	margin-top: 5px;
	/*margin-bottom: 8px;	*/
}
.innderDL dt:first-child{
		margin-top: 0px;
}
.innderDL dd{
	line-height: 1.6;
}
@media (min-width:768px) {
	/* innderDL */
	.innderDL dt{
		float: left;
		margin-right: 1em;
	}
	.innderDL dd{
		margin-left: 160px;
	}
}

/* table */
.dfTable {
	width: auto;
}
.dfTable th,
.dfTable td{
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}
.dfTable th {
	background-color: #eee;	
	font-weight: normal;
}
.dfTable {
	width: auto;
}


/* btnBox */
.main .btnBoxWrapp {
	text-align: center;	
}
.main .btnBox {
	text-align: center;
	/*margin-top: 10px;
	margin-bottom: 40px;*/
	display:inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.main .btnBox a {
	text-align: center;
	display:inline-block;
	padding: 14px 20px 14px 40px;
	/*border: #ccc 1px solid;*/
	text-decoration: none;
	color: #fff;
	opacity: 0.75;
	border-radius: 4px!important;
	position: relative;
	line-height: 1.2;
	min-width: 200px;
}
.main .btnBox a:hover {
	opacity: 0.5;
}
.main .btnBox a::before,
.main .btnBox a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	/*right: 15px;*/
	margin: auto;
	content: "";
	vertical-align: middle;
}
.main .btnBox a::before{
	left: 15px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* btnBoxList */
.btnBoxList {
	text-align: center;	
}
.btnBoxList li{
	display: inline-block;
}
.btnBoxList li.btnBox a {
	padding: 16px 10px 16px 35px;
}

/* btn [Light Blue] */
.main .btn_LightBlue a,
.main .btnBox-nolink.btn_LightBlue {
	background-color:#8284ba;
}
/* btn [Dark Blue] */
.main .btn_DarkBlue a,
.main .btnBox-nolink.btn_DarkBlue {
	background-color:#1111cc;
}
/* btn [pink] */
.main .btn_Pink a,
.main .btnBox-nolink.btn_Pink {
	background-color:#dd4097;
}
/* btnBox-nolink */
.main .btnBox-nolinkWrapp {
	text-align: center;	
}
.main .btnBox-nolink {
	text-align: center;
	display: inline-block;
	position: relative;
	padding: 14px 20px 14px 40px;
	text-decoration: none;
	color: #fff;
	opacity: 0.75;
	border-radius: 4px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 250px;
}
.main .btnBox-nolink::before,
.main .btnBox-nolink::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.main .btnBox-nolink::before{
	left: 15px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* cancel */
.bg_cancel {
	background-image:url(../images/bg_cance.png);
	background-repeat: repeat-x;
	background-position: center;
	display: inline-block;
}


/*==========================================
[sider]
===========================================*/
.side {
	background-color: #005599;
	padding: 0 10px;
}
@media (max-width: 969px) {
	.side {
		padding: 16px 10px 1px;
	}
}
@media (min-width: 970px) {
	.side {
		float: left;
		width: 25%;
	}
}

/*sNav*/
.sNav {
	margin-bottom: 20px;
	background-color: #005599;
	/*
	background-image: url("../images/bg_snav.png");
	background-repeat: repeat;
	background-position: left top;
	*/
}
.sNav li{
	font-size:1.5rem;
}
/*
.sNav li.noLink {
	display: block;
	vertical-align: bottom;
	border-bottom:#999 1px solid;
	position: relative;
	line-height: 1.2;
	padding:15px 10px 11px 15px ;
	background-image: url(../images/icon_snav.png);
	background-repeat: no-repeat;
	background-position: left 0px center;
	background-size: auto 12px;
	color: #fff;
}
*/
.sNav li a{
	display: block;
	border-bottom:#999 1px solid;
	position: relative;
	padding:15px 10px 11px 15px ;
	line-height: 1.2;
	background-image: url(../images/icon_snav.png);
	background-repeat: no-repeat;
	background-position: left 0px center;
	background-size: auto 12px;
	color: #fff;
}
.sNav li a:hover,
.sNav li a.current {
	color: #ffff00;
	
/** bg img 
	color:#fff;
	background-image: url(../images/icon_snav_on.png);
	background-repeat: repeat-y;
	background-position: left center;
*/
	
/** bg img *2  */
	background-image:url(../images/icon_snav_on.png),
					 url(../images/bg_snav.png);
	background-repeat:no-repeat,
					  repeat-y;
	background-position:left 0px center,
						left 50px center;
	background-size: auto 12px,
						auto auto;
	margin-right:-10px; 
	padding:15px 0px 11px 15px;
	
/** bg no-img  */
	/*
	color:#ffff00;
	background: #bdd3e5;
	background-image: url(../images/icon_snav_on.png);
	background-repeat: no-repeat;
	background-position: left 0px center;
	background-size: auto 12px;
	*/
}

.sNav li span{
	font-size:1.2rem;
	line-height: 1.4;
	display: block;
	margin-right: -10px;
}
.sNav li a:hover span {
	padding:0px 20px 0px 0px;
}
.sNav li a.current span {
	padding:0px 20px 0px 0px;
}


@media (max-width: 969px) {
	.sNav {
		display: none;
	}
}



/*==========================================
[sideAddWrapp]
===========================================*/
/* AddList */
.sideAddWrapp {
	padding: 0px;
}
.AddList {
	color: #fff;
}
.AddList a {
	color: #fff;
}
.AddList li {
	margin-bottom: 20px;
}
.AddList .addLabel {
	margin-bottom: 8px;
	padding: 4px 5px 2px;
	line-height: 1;
	font-weight:600;
	background-color: #fff;
	color: #000;
	font-size: 1.6rem;
}
.AddList dl dt{
	margin-bottom: 4px;
	line-height: 1.4;
	/*font-weight: normal;*/
	font-size: 1.6rem;
}
.AddList dl dt span{
	font-size: 1.4rem;
	display: block;
}
.AddList dl dd{
	line-height: 1.4;
	font-size: 1.3rem;
}


/*==========================================
[footer]
===========================================*/
#footer {
	clear:both;
}

/* copyright */
.copyright {
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 24px;
	padding-bottom:24px;
	clear:both;
	background-color: #005599;
}
.copyright small {
	font-size: 1.1rem;
	color: #fff;
}

/* pagetop */
.pagetopWrapp {
  position: fixed;
  right: 20px;
	bottom: 0px;	
}
.pagetopWrapp {
	display: none;
}
.fa-angle-up {
	font-size: 5.0rem;	
	color: #005599;
}

@media (min-width: 768px)  {
	.pagetopWrapp {
		display:block;
	}
}
