@charset "utf-8";

#copy {
	background: url(../images/background.jpg) no-repeat center top;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 80px 0;
}
#copy h1 {
	font-weight: bold;
	font-size:3.5vw;
	letter-spacing: 0.075em;
	text-align: center;
	color: #FFFF00;
	text-shadow: 0 5px 10px rgba(0,0,0,1);
	margin-bottom: 12px;
	padding: 15px 0;
	line-height: 1.2;
	display: block;
	margin: 0 0 10px;
	padding: 0;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: 1s;
  animation-delay:1s;
}
#copy h2 {
	display: block;
	font-size: 1.7vw;
	letter-spacing: 0.075em;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 0 0 .5em;;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: 1s;
  animation-delay:1s;
	text-shadow:0 1px 4px rgba(0,0,0,0.65),0 1px 4px rgba(0,0,0,0.65),0 1px 4px rgba(0,0,0,0.65),0 4px 4px rgba(0,0,0,0.65);
}
#copy p {
	display: block;
	font-size: 1vw;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	margin: 0;
	padding: 0;
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  /* 4秒待ってからアニメーションする */
  -webkit-animation-duration: 1s;
  animation-delay:1s;
	text-shadow: 0 2px 4px rgba(0,0,0,1);
	text-shadow:0 1px 3px rgba(0,0,0,0.65),0 1px 3px rgba(0,0,0,0.65),0 1px 3px rgba(0,0,0,0.65),0 1px 3px rgba(0,0,0,0.65);
}
.scroll-down {
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 60px;
	border: 3px solid #fff;
    background: #0069B2;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: block;
	z-index: 101;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.scroll-down span{
    position: relative;
	font-size:16px;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}
@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:5px; opacity: 0;}
}

@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:5px; opacity: 1;}
	100% { top:15px; opacity: 0;}
}
#service .contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 0;
}
#service .contents  .transport {
	width: 47%;
}
#service .contents  .transport .inner {
	background: #70AD47;
	padding: 15px;
	border-radius: 20px;
}
#service .contents  .transport a {
	display: block;
	background: #FFFF00;
	color: #000;
	font-weight: bold;
	font-size:20px;
	padding: 10px 20px;
	border-radius: 36px;
	line-height: 1.2;
	position: relative;
}
#service .contents .overseas {
	width: 47%;
}
#service .contents .overseas .inner {
	background: #0070C0;
	padding: 15px;
	border-radius: 20px;
}
#service .contents  .overseas a {
	display: block;
	background: #FFFF00;
	color:  #000;
	font-weight: bold;
	font-size:20px;
	line-height: 1.2;
	padding: 10px 20px;
	border-radius: 36px;
	position: relative;
}
#service .contents  .transport a span,
#service .contents  .overseas a span {
	display: inline-block;
	font-size: 12px;
	margin-left: 1em;
}
#service .contents  a:after {
	font-family: "FontAwesome";
	content:"\f105";
	position: absolute;
	top:6px;
	right: 18px;
	font-size:28px;
}
#service .contents a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#service .contents h2 {
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: 3px solid #fff;
	font-size: 24px;
	padding-bottom: .25em;
	margin-bottom: .5em;
}
#service .contents p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;;
	padding: 0;
}
#footer-news h3 {
    display: block;
    font-weight: bold;
    font-size:24px;
    line-height: 1.25;
	border-bottom: 1px solid #000;
    margin: 0 0 10px;
	padding: 0 0 10px;
}
#footer-news .title p {
	color: #fff;
	border-top: none;
	padding-top: 0;
}
#footer-news .btn a {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	padding: .5em 3em .5em 3em;
	position: relative;
}
#footer-news .btn a:hover {
	background: #fff;
	color: #0069B2;
	text-decoration: none;
}

.news-content {
	margin-bottom: 20px;
}
#footer-news  dl {
	display: flex;
	justify-content:flex-start;
	font-size:14px;
	line-height: 1.5;
}
#footer-news dl dt {
	width:6em;
	padding: .3em;
}
#footer-news dl dd {
	width:82%;
	padding: .3em;
}
@media (max-width: 767px) {
	#headerWrapper {
		position: relative;
        min-width: 0;
		background-position: center top;
		
	}
	#header .inner {
		margin: 0 auto;
	}

	#copy {
		background: url(../images/background_sp.jpg) no-repeat center top;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 0;
	}
		#copy h1 {
			font-size:6vw;
		}
	#copy h2 {
		display: block;
		font-size: 4.5vw;
	}
	#copy p {
		display: block;
		font-size: 3vw;
		letter-spacing: 0;
		line-height: 1.5;
		font-weight: normal;
	}
	.scroll-down {
		position: absolute;
		left: 50%;
		bottom: 15px;
		border: 2px solid #fff;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		margin-left: -20px;
		display: block;
	    text-align: center;
	}
	.scroll-down span {
		font-size: 13px;
	}
	#service .contents {
		display: block;
		justify-content: space-between;
	}
	#service .contents  .transport {
		width: auto;
		margin: 0 10px 20px;
	}
	#service .contents .overseas {
		width: auto;;
		margin: 0 10px 20px;
	}
}