@charset "utf-8";


/*===============================================
●画面の横幅が641px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
main {
    display: block;
}
header.pc {
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 999999;
	background-color: rgba(23,49,102,1.00);
}
header.pc .inner {
	color: #FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 15px;
}
header.pc .inner h1 {
	font-size: 12px;
}
	.sp {
		display: none;
	}
#gnav {
	margin-left: auto;
	margin-right: auto;
	background-color: #173166;
	padding-left: 53px;
}
#gnav ul {
	width: 960px;
}
#gnav ul li {
	padding-left: 42px;
	padding-right: 42px;
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#gnav ul li:nth-of-type(1) {
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 30px;
	margin-top: -22px;
}
#gnav ul li:nth-of-type(2) {
	background-image: url(../images/border.png),url(../images/border.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left center,right center;
}



#gnav ul li a.first  {
	color: #FFFFFF;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 12px;
}
main {
	background-image: url(../images/main_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
	margin-top: 65px;
}
main h2.title {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 20px;
	line-height: 160%;
	padding-left: 30px;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	margin-bottom: 30px;
	padding-bottom: 5px;
}


footer {
	background-color: #173166;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
}
footer.index section {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
footer.index section ul {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	width: 750px;
	text-align: center;
}
footer.all section {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	padding-top: 40px;
	padding-left: 30px;
}
footer.all section div {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
footer.all section div dl {
	font-size: 11px;
	line-height: 140%;
	margin-left: 20px;
	margin-top: 17px;
}
footer.all section div dl dt {
	font-weight: bold;
	font-size: 12px;
}


footer.all section ul {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	width: 390px;
	text-align: center;
}

footer nav {
	clear: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
	padding-top: 30px;
}
footer nav div {
	line-height: 150%;
	float: left;
	width: 180px;
	padding-left: 10px;
}

footer nav h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
footer nav li {
	font-size: 11px;
}
footer nav li a {
	color: #FFFFFF;
	text-decoration: none;
}
footer nav li a:hover {
	text-decoration: underline;
}
footer nav+div {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
footer nav+div ul {
	width: 180px;
	position: absolute;
	right: 0px;
	top: -176px;
}
footer nav+div ul li:nth-of-type(2) {
	margin-top: 30px;
}
footer.all nav {
	width: 860px;
}
footer.all nav div {
	width: 248px;
}
footer.all nav div:nth-of-type(3) {
	width: 162px;
	margin-right: 40px;
}
footer.all nav div:nth-of-type(4) {
	width: 120px;
}
footer .logo {
	clear: both;
	padding-top: 40px;
}
footer address {
	clear: left;
	font-size: 10px;
}
footer.all .logo {
	padding-top: 80px;
}

#inline-content {
	position: relative;
	z-index: 99999;
	width: 917px;
	height: 625px!important;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(35,24,21,0.80);
	padding-top: 35px;
}
#inline-content nav {
	width: 752px;
	height: 550px!important;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid rgba(255,255,255,1.00);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#inline-content nav .box {
	width: 46%;
	text-align: left;
}
#inline-content nav .box ul li {
	margin-bottom: 15px;
	line-height: 150%;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
}
#inline-content nav .box ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 16px;
}
#inline-content nav .box ul li a .cap {
	font-size: 11px;
	display: block;
	line-height: 140%;
}
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(1) {
	margin-bottom: 60px;
}
#inline-content nav .box:nth-of-type(1) ul li .list {
	color: #005bab;
}
#inline-content nav .box:nth-of-type(1) ul li a .list {
	color: #005bab;
}
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(1) li a .list {
	color: #36bdef;
}
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(2) li .list {
	color: #68bd88;
}
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(2) li a .list {
	color: #68bd88;
}
#inline-content nav+p {
	text-align: right;
	margin-right: 53px;
	margin-top: -30px;
}
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 10000;
	text-align: right;
	display: none;
}
#pagetop img:hover {
	opacity: 0.9;
}
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
	
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	.pc {
		display: none;
	}
	header.sp {
	max-width: 640px;
	height: 54px;
	background-color: #002C64;
	}
header.sp p {
	position: absolute;
	z-index: 9999999;
	top: 0px;
	text-align: left;
	}
	header.sp p {
		width: 86%;
	}

#gnav {
	margin-left: auto;
	margin-right: auto;
	background-color: #173166;
}
#gnav ul {
	width: 960px;
}
main {
	background-image: url(../images/main_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
main h2.title {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	margin-right: 2%;
	margin-left: 2%;
	text-align: left;
	padding-top: 20px;
	line-height: 160%;
	padding-left: 2%;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	margin-bottom: 5%;
	padding-bottom: 5px;
}
footer  {
	background-color: #173166;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 12px;
}
footer address {
	padding-top: 0px;
	line-height: 160%;
	font-size: 10px;
	margin-top: 2%;
}
#inline-content {
	position: relative;
	z-index: 99999;
	margin-right: 2%;
	margin-left: 2%;
	background-color: rgba(35,24,21,0.80);
	padding: 2%;
	height: auto!important;
}
#inline-content nav {
	border: 1px solid rgba(255,255,255,1.00);
	padding: 2%;
	height: auto!important;
}
#inline-content nav .box {
	text-align: left;
}
#inline-content nav .box ul li {
	margin-bottom: 20px;
	line-height: 160%;
	color: #fff;
	font-size: 16px;
}
#inline-content nav .box ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-size: 16px;
}
#inline-content nav .box ul li a .cap {
	font-size: 11px;
	display: block;
}
#inline-content nav .box:nth-of-type(1) ul li a .list {
	color: #005bab;
}
#inline-content nav .box:nth-of-type(1) ul li .list {
	color: #005bab;
}
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(1) li .list,
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(1) li a .list
{
	color: #36bdef;
}
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(2) li .list,
#inline-content nav .box:nth-of-type(2) ul:nth-of-type(2) li a .list
{
	color: #68bd88;
}
#inline-content nav+p {
	text-align: right;
	margin-top: 10px;
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp
===============================================*/
#sp320------------------------------------------- {
}
header.sp {
	height: 50px;
}
footer address {
	font-size: 8px;
}
}

footer.all nav {
}
