@charset "utf-8";

* {
	word-break: break-word;
}

img.img_sp {
	display: none !important;
}

@media screen and (max-width: 550px) {
img.img_pc {
	display: none !important;
}
img.img_sp {
	max-width: 400px;
	display: block !important;
	margin: 0 auto;
}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
header
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

div#menu {
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

	div#menu > a {
		display: block;
		width: 100%;
		max-width: 180px;
	}
	
	div#menu > a:hover {
		opacity: 0.5;
	}
	
	
		div#menu > a > img {
			width: 100%;
		}
	
	div#menu > div {
		width: calc(100% - 200px);
	}
	
		div#menu > div > p {
			text-align: right;
			font-weight: bold;
			margin: 20px auto 0;
			font-size: 0.8em;
		}
		
			div#menu > div > p > br {
				display: none;
			}
		
		
		div#menu > div > nav {
			width: 100%;
			max-width: 485px;
			display: flex;
			flex-wrap: wrap;
			//20210624justify-content: space-between;
			justify-content: flex-end;
			margin: 15px 0 10px auto;
			font-size: 0.9em;
			align-items: center;
		}
		
			div#menu > div > nav > a {
				display: block;
				border-right: 1px #1a1a1a solid;
				line-height: 1.0em;
				padding: 0 22px;
				color: #1a1a1a;
			}
			
			div#menu > div > nav > a:first-child {
				padding-left: 0;
			}
			
			div#menu > div > nav > a:last-child {
				padding-right: 0;
				border-right: none;
			}
			
			
		
div#bg {
	background-image: url('../img/bg.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 105px 0 10px;
}

	div#bg > img {
		display: block;
		width: calc(100% - 20px);
		max-width: 480px;
		margin: 0 auto;
	}
	
	div#bg > div {
		background-color: rgba(255,255,255,0.57);
		margin: 5px auto 0;
		padding: 4px 0;
	}
	
		div#bg > div > img {
			display: block;
			width: calc(100% - 20px);
			max-width: 590px;
			margin: 0 auto;
		}
	

@media screen and (max-width: 750px) {
	div#menu > a {
		margin: 10px auto 0;
	}
	
	div#menu > div {
		width: 100%;
	}
	
		div#menu > div > p {
			margin: 5px auto 0;
		}
		
		div#menu > div > nav {
			margin: 5px 0 10px auto;
		}
}

@media screen and (max-width: 550px) {
		div#menu > div > p {
			text-align: center;;
		}
		
		div#menu > div > nav {
			margin: 0 auto;
			font-size: 0.9em;
			align-items: center;
		}
		
			div#menu > div > nav > a {
				width: 50%;
				box-sizing: border-box;
				text-align: center;
				margin: 5px 0;
				padding: 3px 0;
			}
			
			div#menu > div > nav > a:nth-child(2) {
				//20210624border-right: none;
			}
			
			div#menu > div > nav > a:nth-child(1) {
				border-right: none;
				width: 100%;
			}

div#bg {
	padding: 40px 0 10px;
}

}

@media screen and (max-width: 400px) {
			div#menu > div > p > br {
				display: inline;
			}
			
			div#menu > div > nav > a:nth-child(1),
			div#menu > div > nav > a:nth-child(3) {
				//20210624width: 35%;
			}
			
			div#menu > div > nav > a:nth-child(2),
			div#menu > div > nav > a:nth-child(4) {
				//20210624width: 65%;
			}
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
content_1
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#content_1 {
	width: calc(100% - 20px);
	max-width: 860px;
	margin: 85px auto 0;
}

	section#content_1 > h2 {
		width: 100%;
		max-width: 440px;
	}
	
		section#content_1 > h2 > img {
			width: 100%;
		}
	
	section#content_1 > h3 {
		width: 100%;
		max-width: 760px;
		margin: 35px auto 0;
	}
		section#content_1 > h3 > img {
			width: 100%;
		}
	
	
	section#content_1 > p {
		margin: 40px auto 0;
		font-size: 1.07em;
		line-height: 1.7em;
	}
	
	section#content_1 > h3 + p {
		margin: 30px auto 0;
	}
	
	

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
content_2
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#content_2 {
	width: calc(100% - 20px);
	max-width: 860px;
	margin: 85px auto 0;
}

	section#content_2 > h2 {
		width: 100%;
		max-width: 440px;
	}
	
		section#content_2 > h2 > img {
			width: 100%;
		}
	
	section#content_2 > h3 {
		font-size: 1.6em;
		font-weight: bold;
		text-align: center;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		border: 1px #005773 solid;
		color: #005773;
		padding: 6px;
		margin: 40px auto 0;
	}
	
		section#content_2 > h3 > br {
			display: none;
		}
	
	section#content_2 > ol {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-betwen;
		margin: 15px auto 0;
	}
	
		section#content_2 > ol > li {
			width: 33.3333%;
			box-sizing: border-box;
			padding: 110px 30px 40px;
			border-right: 1px #005773 solid;
			border-left: 1px #005773 solid;
			background-image: url('../img/service_2.svg');
			background-position: center 10px;
			background-size: 165px auto;
			background-repeat: no-repeat;
			font-size: 1.15em;
			font-weight: bold;
			color: #005773;
		}
		
		section#content_2 > ol > li:first-child {
			border-right: none;
			background-image: url('../img/service_1.svg');
		}
		
		section#content_2 > ol > li:last-child {
			border-left: none;
			background-image: url('../img/service_3.svg');
		}
	

@media screen and (max-width: 600px) {
		section#content_2 > h3 > br {
			display: inline;
		}
		
		
		section#content_2 > ol > li {
			width: 100%;
			border-right: none;
			border-left: none;
			border-bottom: 1px #005773 solid;
		}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
content_3
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#content_3 {
	width: 100%;
	margin: 50px auto 0;
	background-color: #f1f1f1;
	padding: 40px 0 0;
}

	section#content_3 > h2 {
		width: 100%;
		max-width: 710px;
		margin: 0 auto;
	}
	
		section#content_3 > h2 > img {
			width: 100%;
		}

div#map {
	width: 100%;
	max-width: 940px;
	margin: 10px auto 0;
	background-image: url('../img/map.svg?2');
	background-image: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: relative;
}

div#map::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 48%;
}



	div#map > a.map_icon {
		position: absolute;
		display: block;
		width: 76px;
		left: 0;
		top: 0;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		white-space: nowrap;
		text-indent: 100%;
		line-height: 0;
		overflow: hidden;
		font-size: 0;
	}
	
	div#map > a.map_icon::before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 82.90%;
	}
	
	
	div#map > a#country_1 {
		background-image: url('../img/country_1.svg');
		left: calc(10% - 38px);
		top: calc(29.5% - 31px);
	}
	
	div#map > a#country_2 {
		background-image: url('../img/country_2.svg');
		left: calc(16.5% - 38px);
		top: calc(39% - 31px);
	}
	
	div#map > a#country_3 {
		background-image: url('../img/country_3.svg');
		left: calc(34.5% - 38px);
		top: calc(42.5% - 31px);
	}
	
	div#map > a#country_4 {
		background-image: url('../img/country_4.svg');
		left: calc(39% - 38px);
		top: calc(56% - 31px);
	}
	div#map > a#country_5 {
		background-image: url('../img/country_5.svg');
		left: calc(42% - 38px);
		top: calc(36% - 31px);
	}
	
	div#map > a#country_6 {
		background-image: url('../img/country_6.svg');
		left: calc(46% - 38px);
		top: calc(49% - 31px);
	}
	
	div#map > a#country_7 {
		background-image: url('../img/country_7.svg');
		left: calc(47% - 38px);
		top: calc(76% - 31px);
	}
	
	div#map > a#country_8 {
		background-image: url('../img/country_8.svg');
		left: calc(71% - 38px);
		top: calc(27.5% - 31px);
	}
	
	div#map > a#country_9 {
		background-image: url('../img/country_9.svg');
		left: calc(75% - 38px);
		top: calc(40% - 31px);
	}
	
	div#map > a#country_1:hover {
		background-image: url('../img/country_1_on.svg');
	}
	
	div#map > a#country_2:hover {
		background-image: url('../img/country_2_on.svg');
	}
	
	div#map > a#country_3:hover {
		background-image: url('../img/country_3_on.svg');
	}
	
	div#map > a#country_4:hover {
		background-image: url('../img/country_4_on.svg');
	}
	div#map > a#country_5:hover {
		background-image: url('../img/country_5_on.svg');
	}
	
	div#map > a#country_6:hover {
		background-image: url('../img/country_6_on.svg');
	}
	
	div#map > a#country_7:hover {
		background-image: url('../img/country_7_on.svg');
	}
	
	div#map > a#country_8:hover {
		background-image: url('../img/country_8_on.svg');
	}
	
	div#map > a#country_9:hover {
		background-image: url('../img/country_9_on.svg');
	}
	
	div#map > a.map_comment {
		display: block;
		width: 100%;
		position: absolute;
		box-shadow: 2px 2px 15px -5px rgba(0,0,0,0.4);
	}
	
	div#map > a.map_comment.false {
		display: none;
	}
	
		div#map > a > img {
			width: 100%;
		}
	
	div#map > a#map_comment_1 {
		max-width: 130px;
		left: calc(10% + 38px);
		top: calc(29.5% - 31px);
	}
	
	div#map > a#map_comment_2 {
		max-width: 170px;
		left: calc(16.5% + 38px);
		top: calc(39% - 131px);
	}
	
	div#map > a#map_comment_3 {
		max-width: 85px;
		left: calc(34.5% + 38px);
		top: calc(42.5% - 31px);
	}
	
	div#map > a#map_comment_4 {
		max-width: 85px;
		left: calc(39% + 38px);
		top: calc(56% - 31px);
	}
	div#map > a#map_comment_5 {
		max-width: 115px;
		left: calc(42% + 38px);
		top: calc(36% - 31px);
	}
	
	div#map > a#map_comment_6 {
		max-width: 135px;
		left: calc(46% + 38px);
		top: calc(49% - 131px);
	}
	
	div#map > a#map_comment_7 {
		max-width: 85px;
		left: calc(47% + 38px);
		top: calc(76% - 51px);
	}
	
	div#map > a#map_comment_8 {
		max-width: 115px;
		left: calc(71% - 158px);
		top: calc(27.5% - 31px);
	}
	
	div#map > a#map_comment_9 {
		max-width: 175px;
		left: calc(75% - 218px);
		top: calc(40% - 31px);
	}
	
div#country_list {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	top: -35px;
}

	div#country_list > div {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
		div#country_list > div > dl {
			width: calc(20% - 5px);
			max-width: 170px;
			border-top: 5px #005773 solid;
		}
		
			div#country_list > div > dl > dt {
				padding: 8px 0 0;
			}
			
				div#country_list > div > dl > dt > a {
					display: block;
					width: 100%;
					text-align: center;
					color: #005773;
					background-color: #fff;
					background-color: rgba(255,255,255,0.8);
					background-image: url('../img/map_icon_1.svg');
					background-position: right 10px center;
					background-size: 26px auto;
					background-repeat: no-repeat;
					font-size: 1.1em;
					padding: 6px 0;
					letter-spacing: 0.8em;
					text-indent: 0.8em;
				}
				
				div#country_list > div > dl > dt > a:hover {
					text-decoration: none;
					background-color: rgba(3,85,111,0.8);
					color: #fff;
					background-image: url('../img/map_icon_1_on.svg');
				}
				
				div#country_list > div > dl:nth-child(2) > dt > a {
					letter-spacing: 0.3em;
					text-indent: 0.3em;
				}
				
				div#country_list > div > dl:nth-child(5) > dt > a {
					letter-spacing: 0.1em;
					text-indent: -0.8em;
				}
				
			
			div#country_list > div > dl > dd {
				margin: 10px auto 0;
			}
			
				div#country_list > div > dl > dd > a {
					display: block;
					width: 100%;
					color: #1a1a1a;
					background-image: url('../img/map_icon_2.svg');
					background-position: right 10px center;
					background-size: 7px auto;
					background-repeat: no-repeat;
					font-size: 1.1em;
					padding: 0 20px;
					box-sizing: border-box;
					position: relative;
				}
				
				div#country_list > div > dl > dd > a::before {
					content: '';
					display: block;
					width: 12px;
					height: 12px;
					border-radius: 50%;
					background-color: #b3b3b3;
					position: absolute;
					left: 0;
					top: calc(0.75em - 6px);
				}

@media screen and (max-width: 850px) {
	div#map > a.map_icon {
		width: 57px;
	}
	
	div#map > a#country_1 {
		left: calc(10% - 28px);
		top: calc(29.5% - 27px);
	}
	
	div#map > a#country_2 {
		left: calc(16.5% - 28px);
		top: calc(39% - 27px);
	}
	
	div#map > a#country_3 {
		left: calc(34.5% - 28px);
		top: calc(42.5% - 27px);
	}
	
	div#map > a#country_4 {
		left: calc(39% - 28px);
		top: calc(56% - 27px);
	}
	div#map > a#country_5 {
		left: calc(42% - 28px);
		top: calc(36% - 27px);
	}
	
	div#map > a#country_6 {
		left: calc(46% - 28px);
		top: calc(49% - 27px);
	}
	
	div#map > a#country_7 {
		left: calc(47% - 28px);
		top: calc(76% - 27px);
	}
	
	div#map > a#country_8 {
		left: calc(71% - 28px);
		top: calc(27.5% - 27px);
	}
	
	div#map > a#country_9 {
		left: calc(75% - 28px);
		top: calc(40% - 27px);
	}
	
	
	div#country_list > div {
		justify-content:flex-start;
	}
		
		
		div#country_list > div > dl {
			width: calc(33.3333% - 10px);
			max-width: 100%;
			margin: 20px 5px 0;
		}
}

@media screen and (max-width: 700px) {
	div#map > a > img {
		display: none;
	}
	
div#country_list {
	top: -20px;
}
}

@media screen and (max-width: 550px) {
	div#map > amap_icon {
		width: 38px;
	}
	
	div#map > a#country_1 {
		left: calc(10% - 19px);
		top: calc(29.5% - 18px);
	}
	
	div#map > a#country_2 {
		left: calc(16.5% - 19px);
		top: calc(39% - 18px);
	}
	
	div#map > a#country_3 {
		left: calc(34.5% - 19px);
		top: calc(42.5% - 18px);
	}
	
	div#map > a#country_4 {
		left: calc(39% - 19px);
		top: calc(56% - 18px);
	}
	div#map > a#country_5 {
		left: calc(42% - 19px);
		top: calc(36% - 18px);
	}
	
	div#map > a#country_6 {
		left: calc(46% - 19px);
		top: calc(49% - 18px);
	}
	
	div#map > a#country_7 {
		left: calc(47% - 19px);
		top: calc(76% - 18px);
	}
	
	div#map > a#country_8 {
		left: calc(71% - 19px);
		top: calc(27.5% - 18px);
	}
	
	div#map > a#country_9 {
		left: calc(75% - 19px);
		top: calc(40% - 18px);
	}
	
		div#country_list > div > dl {
			width: calc(50% - 10px);
		}
		
				div#country_list > div > dl > dt > a,
				div#country_list > div > dl > dd > a {
					font-size: 0.95em;
				}
		
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
content_4
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#content_4 {
	width: calc(100% - 20px);
	max-width: 940px;
	margin: 50px auto 0;
}

	section#content_4 > h2 {
		width: 100%;
		max-width: 710px;
		margin: 0 auto;
	}
	
		section#content_4 > h2 > img {
			width: 100%;
		}
	
	section#content_4 > h3 {
		height: 17px;
		background-image: url('../img/h3_2.svg');
		background-position: left center;
		background-size: auto 17px;
		background-repeat: no-repeat;
		white-space: nowrap;
		text-indent: 100%;
		line-height: 0;
		overflow: hidden;
		font-size: 0;
		margin: 25px auto 0;
	}
	
	section#content_4 > ul {
		margin: 25px auto 0;
	}
	
		section#content_4 > ul > li {
			background-color: #f7f7f7;
			padding: 18px 18px 18px 95px;
			margin: 10px 0 0;
			background-image: url('../img/q01.svg');
			background-position: 20px 15px;
			background-size: 50px auto;
			background-repeat: no-repeat;
			font-size: 1.1em;
			line-height: 1.75em;
		}
		
			section#content_4 > ul > li > b {
				font-size: 1.2em;
			}
		
		
		section#content_4 > ul > li:first-child {
			margin: 0;
		}
		
		section#content_4 > ul > li:nth-child(2) {
			background-image: url('../img/q02.svg');
		}
		section#content_4 > ul > li:nth-child(3) {
			background-image: url('../img/q03.svg');
		}
		section#content_4 > ul > li:nth-child(4) {
			background-image: url('../img/q04.svg');
		}
		section#content_4 > ul > li:nth-child(5) {
			background-image: url('../img/q05.svg');
		}
		section#content_4 > ul > li:nth-child(6) {
			background-image: url('../img/q06.svg');
		}
		section#content_4 > ul > li:nth-child(7) {
			background-image: url('../img/q07.svg');
		}
		section#content_4 > ul > li:nth-child(8) {
			background-image: url('../img/q08.svg');
		}
		section#content_4 > ul > li:nth-child(9) {
			background-image: url('../img/q09.svg');
		}
		section#content_4 > ul > li:nth-child(10) {
			background-image: url('../img/q10.svg');
		}
		section#content_4 > ul > li:nth-child(11) {
			background-image: url('../img/q11.svg');
		}
		section#content_4 > ul > li:nth-child(12) {
			background-image: url('../img/q12.svg');
		}
		
@media screen and (max-width: 550px) {
		section#content_4 > ul > li {
			font-size: 1.0em;
			padding: 55px 15px 15px;
			background-position: center 15px;
		}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
content_5
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#content_5 {
	width: 100%;
	margin: 60px auto 0;
	padding: 0 0 20px;
	border-bottom: 2px #005773 solid;
}

	section#content_5 > h2 {
		width: 100%;
		position: relative;
	}
	
	section#content_5 > h2::before {
		content: '';
		display: block;
		width: 100%;
		border-top: 2px #005773 solid;
		position: absolute;
		left: 0;
		top: 5px;
		z-index: -1;
	}
	
		section#content_5 > h2 > p {
			width: 100%;
			max-width: 1000px;
			margin: 0 auto;
		}
	
			section#content_5 > h2 > p > img {
				width: 100%;
				max-width: 200px;
			}
	
	section#content_5 > div {
		width: calc(100% - 20px);
		max-width: 850px;
		margin: 30px auto 0;
	}
	
		section#content_5 > div > p {
			font-size: 1.1em;
			color: #005773;
		}
		
		section#content_5 > div > ul {
			margin: 30px auto 0;
		}
		
			section#content_5 > div > ul > li {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				align-items: center;
				padding: 18px 0 18px 75px;
				background-image: url('../img/dash.svg');
				background-position: left bottom;
				background-size: auto 1px;
				background-repeat: repeat-x;
				font-size: 1.1em;
				margin: 15px auto 0;
				position: relative;
			}
			
			section#content_5 > div > ul > li.new::before {
				content: '';
				display: block;
				width: 46px;
				height: 46px;
				position: absolute;
				left: 0;
				top: calc(50% - 23px);
				background-image: url('../img/new.svg');
				background-position: left center;
				background-size: 46px auto;
				background-repeat: no-repeat;
			}
			
				section#content_5 > div > ul > li > a:first-child {
					color: #1a1a1a;
					display: inline-block;
					max-width: calc(100% - 35px);
				}
				
				section#content_5 > div > ul > li > a:last-child {
					display: block;
					width: 26px;
				}
				
				section#content_5 > div > ul > li > a:last-child:hover {
					opacity: 0.5;
				}
				
				
					section#content_5 > div > ul > li > a:last-child > img {
						width: 100%;
					}
				
	section#content_5 > p {
		width: calc(100% - 20px);
		max-width: 950px;
		margin: 45px auto 0;
		text-align: right;
	}
	
		section#content_5 > p > a:hover {
			opacity: 0.5;
		}

@media screen and (max-width: 500px) {
			section#content_5 > div > ul > li {
				padding: 18px 0 18px 45px;
				font-size: 1.0em;
			}
			
			section#content_5 > div > ul > li.new::before {
				width: 30px;
				height: 30px;
				left: 0;
				top: calc(50% - 15px);
				background-size: 30px auto;
			}
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
content_6
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

section#content_6 {
	width: 100%;
	margin: 55px auto 0;
}

div#content_6_1 {
	width: calc(100% - 20px);
	max-width: 920px;
	margin: 0 auto;
	background-image: url('../img/h2_6.svg');
	background-position: left top;
	background-size: 107px auto;
	background-repeat: no-repeat;
}

	div#content_6_1 > img {
		display: block;
		width: 100%;
		max-width: 740px;
		margin: 0 0 0 auto;
	}

	section#content_6 > p {
		width: calc(100% - 20px);
		max-width: 930px;
		margin: 30px auto 0;
	}
	
		section#content_6 > p > a {
			display: block;
			width: 100%;
			max-width: 340px;
			margin: 0 0 0 auto;
		}
		
		section#content_6 > p > a:hover {
			opacity: 0.5;
		}
		
			section#content_6 > p > a > img {
				width: 100%;
			}
		
	
div#content_6_2 {
	margin: 50px auto 0;
	padding: 50px 0;
	background-image: url('../img/stripe.svg');
	background-position: left top;
	background-size: 36px auto;
	background-repeat: repeat;
}

	div#content_6_2 > img {
		display: block;
		width: calc(100% - 20px);
		max-width: 880px;
		margin: 0 auto;
	}

div#content_6_3 {
	width: calc(100% - 20px);
	max-width: 920px;
	margin: 50px auto 0;
}

	div#content_6_3 > img {
		display: block;
		width: 100%;
		max-width: 826px;
		margin: 0;
	}


@media screen and (max-width: 900px) {
div#content_6_1 {
	background-image: url('../img/h2_6_sp.svg');
	background-position: center top;
	background-size: auto 107px;
	padding: 130px 0 0;
}
	
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
footer
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

footer {
	margin: 30px auto 0;
	position: relative;
}

	footer > div {
		background-color: #005773;
		padding: 20px 0;
	}
	
		footer > div > div {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			color: #fff;
			width: calc(100% - 20px);
			max-width: 940px;
			margin: 0 auto;
		}
		
			footer > div > div > div {
				width: calc(50% - 10px);
				max-width: 400px;
			}
	
	footer p.det {
		font-size: 0.8em;
	}
	
		footer p.det > br {
			display: none;
		}
	
	footer p.corp_name {
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	
		footer p.corp_name > span {
			font-size: 1.4em;
			margin: 0 0 0 5px;
			line-height: 1.2em;
		}
	
	footer p.address {
		font-size: 1.1em;
		margin: 10px 0 0 18px;
	}
	
	footer p.address + p.address {
		margin-top: 0;
	}
	
	footer p.mail {
		margin: 10px 0 0 18px;
		padding: 0 0 0 45px;
		background-image: url('../img/mail.svg');
		background-position: left center;
		background-size: 33px auto;
		background-repeat: no-repeat;
	}
	
		footer p.mail > a {
			font-weight: bold;
			color: #fff;
			font-size: 1.4em;
		}

div.footer_right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 25px 0 0;
}

	div.footer_right > a {
		color: #fff;
		margin: 2px 0;
		font-size: 0.9em;
	}
	
	div.footer_right > a:last-child {
		margin-top: 20px;
	}
	

	footer > p {
		padding: 15px;
		text-align: center;
		font-size: 0.9em;
	}
	
a#page_top {
	display: block;
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99999;
	background-color: rgba(0,87,115,0.5);
}

	a#page_top > img {
		width: 100%;
	}


@media screen and (max-width: 850px) {
	div.footer_left {
		width: calc(65% - 10px);
	}
	div.footer_right {
		width: calc(35% - 10px);
	}
	
a#page_top {
	width: 50px;
	height: 50px;
}
}

@media screen and (max-width: 650px) {
	div.footer_left,
	div.footer_right {
		width: 100%;
	}
	
		footer p.det > br {
			display: inline;
		}
		
	footer p.address {
		font-size: 1.0em;
		margin: 10px 0 0 0;
	}
	
	footer p.mail {
		margin: 10px 0 0 0;
		padding: 0 0 0 45px;
	}
}

@media screen and (max-width: 400px) {
	footer > p {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 350px) {
	footer p.address {
		font-size: 0.9em;
	}
}
