<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var
	{font-style:normal;}
ul{list-style:none;}
table
	{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family: ãƒ¡ã‚¤ãƒªã‚ª, Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	background: #fff;
	color: #1a1a1a;

}

@media screen and (min-width: 751px){
  .telLink {
    pointer-events: none;
  }
}

a{
	color: #1869af;
	text-decoration: none;
}

/*a:hover, .active{
  text-decoration: underline;
}
*/
a:active, a:focus,input:active, input:focus{outline:0;}


@media screen and (min-width: 800px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 800px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media screen and (min-width: 800px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 800px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


.no-link {
	pointer-events: auto;
}
@media screen and (max-width: 800px){
.no-link {
	pointer-events: none;
}
}


/* ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------------------*/
#header{
	text-align: center;
}


#header-inner{
		position: relative;
		/*width:100%;*/
		margin-left:15%;
		margin-right:15%;
		height: 130px;
		/*margin:0 auto;*/
}


@media only screen and (max-width: 1100px){

#header-inner{
		position: relative;
		/*width:100%;*/
		margin-left:10%;
		margin-right:10%;
		height: 130px;
		/*margin:0 auto;*/
}
}

@media only screen and (max-width: 800px){

#header-inner{
		position: relative;
		width:100%;
		margin-left:0;
		margin-right:0;
		height: 130px;
		padding:0 15px 0;
		/*margin:0 auto;*/
}
}

#header h1{
	float:left;padding-top:20px;
}

/* ãƒ‘ã‚½ã‚³ãƒ³ã§è¦‹ãŸã¨ãã¯"pc"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
.logo-pc { display: block !important; }
.logo-sp { display: none !important; }
/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ã§è¦‹ãŸã¨ãã¯"sp"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
@media only screen and (max-width: 768px) {
.logo-pc { display: none !important; }
.logo-sp { display: block !important; }
}

#header .address { 
position:absolute;
font-family: 'Roboto', sans-serif;
bottom:15px;
width:260px;
text-align:left;
color:#444444;
right:0;
font-size:12px;
}

#header .address p { 
padding-left:1em;
padding-top:0.3em;
}

#header .address .tel { font-family: 'Roboto', sans-serif;
font-weight:bold;font-size:20px;
color:#1869af;
}


#mainnav a{
	color: #000;
	font-size:15px;
}

#mainnav .panel{
	color: #000;
	/*background:#f2f4f7;*/
	background:#fff;
	border-top:2px #1869af solid;
	border-bottom:2px #1869af solid;
	
	/*background-color: #fcfcfc;*/
/*	background-image: radial-gradient(#f5f7fa 10%, transparent 20%), radial-gradient(#f5f7fa 10%, transparent 20%);*/
	background-position: 0 0, 5px 5px;
	background-size:10px 10px;
	/*min-height:70px !important;*/
}


@media only screen and (max-width:800px){
#header .address { display:none;}

#mainnav .panel{
	color: #000;
	background:rgba(242,244,247,0.9);
	border-top:1px #ccc solid;
	border-bottom:none;
	/*min-height:70px !important;*/
}

}


.btn-blue {
  display:block;
  padding: 0.4em 0 0.8em;
  text-align:center;
  clear:both;
  border:1px #1869af solid;
  text-decoration: none;
  color: #FFF;
  background:#1869af;
  transition: .2s;
}

.btn-blue::before {
content: url(../images/mail.svg);
display:inline-block;
position:relative;
top:3px;
left:-5px;
}

.btn-blue:hover {
  	background-color: #fcfcfc;
	background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
	background-position: 0 0, 5px 5px;
	background-size:10px 10px;
  text-decoration:none;
  color:#1869af;
}

.btn-blue:hover::before {
content: url(../images/mail-b.svg);
}

@media only screen and (min-width: 800px){
	
a#menu{
		display:none;
}	

.panel{
		display:block !important;
	}

#mainnav ul {
font-size:0;
width:80%;
margin:0 auto;}
#mainnav ul li {
	border-left: 1px solid #1869af;
	background-size: 6px 6px;
	margin:0;		
}

#mainnav ul li:last-child {
  border-right: 1px solid #1869af;
}

#mainnav li{
  display: inline-block;
  margin:0;
  position:relative;
  transition: .5s;
}

}

#mainnav li{
  width:16%;
}


@media only screen and (max-width:1500px){
#mainnav ul {
	width:80%;
}

#mainnav li{
  width:18%;

}
}

@media only screen and (max-width:1200px){
#mainnav ul {
	width:95%;
}

#mainnav li{
  width:18%;

}
}

@media only screen and (max-width:980px){
#mainnav ul {
	width:95%;
}

#mainnav li{
  width:18%;

}
}

@media only screen and (max-width:768px){
#mainnav ul {
	width:100%;
}

#mainnav li{
  width:100%;

}
}

.link-pc { display: block !important; }
.link-sp { display: none !important; }
/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ã§è¦‹ãŸã¨ãã¯"sp"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
@media only screen and (max-width: 768px) {
.link-pc { display: none !important; }
.link-sp { display: block !important; }
}


@media only screen and (min-width: 800px){
#mainnav li a {
  display: block;
  font-weight:500;
  color:#1869af;letter-spacing:1.5px;
  height:100%;
  padding: 10px 3px 23px 0;
}

#mainnav li a:hover {
  text-decoration:none;
    color:#fff;
	background:#1869af;
}

#mainnav li:hover {
  /*background:#1869af;*/
 /*opacity: 0.9;*/ 
}

#mainnav li a::before {
	color: #4d4d4d;
	font-size: 8px!important;
	position:absolute;
	margin:auto;
	right:0;
	left:0;
	bottom:9px;
	letter-spacing:0.5px;
}

#mainnav li a:hover::before {
	color:#83c6e3;
}
#mainnav li.home a::before {
	content: "HOME";
}
#mainnav li.company a::before {
	content: "COMPANY";
}
#mainnav li.products a::before {
	content: "PRODUCTS";
}
#mainnav li.terms a::before {
	content: "TERMS";
}
#mainnav li.contact a::before {
	content: "CONTACT";
}


#mainnav li.GE a {
  text-decoration:none;
    color:#1869af;
	background:#f2f4f7;
}


#mainnav li.GE a:hover {
  text-decoration:none!important;
    color:#ffffff!important;
	background:#1869af;
}


#mainnav li.GE a::before {
	color:#039dde;
}


}



/* å…±é€š
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 180px;
}


section h1{
	font-family: "M PLUS 1p";
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight:normal;
	text-align: center;
}

section h2{
	font-family: "M PLUS 1p";
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}



/*ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®é–“ */

.clearFix { clear:both;height:80px; }

.space200 { clear:both; height:0; }
.space80 { clear:both; height:0; }



@media only screen and (max-width: 800px){
.space200 { clear:both; height:200px; }
.space80 { clear:both; height:80px; }
}

/*section h2 span {
	background: #fff;
	padding: 0 80px;
}*/


.wrap{
	clear: both;
	width: 100%;
	margin:0 auto;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

@media only screen and (min-width: 1200px){
	.inner{
		width: 1200px;
	}
}


.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}




/*ã€€ï¼’ã‚«ãƒ©ãƒ&nbsp;
-----------------------------*/

.column-2 { 
	width:50%;
	float:left;
	display: table;
}

.column-2 .column-right { float:right;width:430px;}

@media only screen and (max-width: 1024px){
.column-2 .column-right { float:right;width:400px;}
}


@media only screen and (max-width:1000px){
.column-2 .column-right { float:right;width:90%;}
}

@media only screen and (max-width: 800px){

.wrap{
	clear: both;
	width: 94%;
	margin:0 auto;
}

.column-2 { 
	width:100%;
	margin:0;
	paddng:0;
	position:relative;
}

.column-2 .column-right 
 { float:right;width:100%;}

}



/*ã€€ï¼“ã‚«ãƒ©ãƒ&nbsp;
--------------------------------ã€€*/

.column3 img{
	display: block;
	margin: 0 auto 0;
}

.column3 li{
	line-height: 2.0;
}

.column3 p { 
	margin:10px auto;
}

.column3 .img img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.column3 .img:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media only screen and (min-width: 800px){

.column3{
		text-align: center;
	}

.column3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
}
}

@media only screen and (max-width: 640px){

	.column3 li{
		line-height: 1.7;
	}
	.column3 img{
		margin: 0 auto;
	}
	.column3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 799px){

	.column3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
}



/*ã€€ï¼”ã‚«ãƒ©ãƒ&nbsp;
------------------------------------ã€€*/

.column4 img{
	display: block;
	margin: 0 auto 0;
}

.column4 li{
	line-height: 2.0;
}

.column4 p { 
	margin:10px auto;
}


@media only screen and (min-width: 800px){

	.column4{
		text-align: center;
	}

	.column4 li{
		display: inline-block;
		width: 19%;
		padding: 0 2%;
		vertical-align: top;
		text-align: left;
	}
}


@media only screen and (max-width: 768px){

	.column4{
		text-align: center;
	}

	.column4 li{
		display: inline-block;
		width: 40%;
		padding: 0 2%;
		vertical-align: top;
		text-align: left;
	}
}


@media only screen and (max-width: 767px){

	.column4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
		width:80%;
	}
}






/* ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ã€€-------------------------------- */

/* ãƒˆãƒƒãƒ—ã€€ï¼´ã‚·ãƒ£ãƒ„ã€€*/

#product-t-shirts { position:relative;}

#product-t-shirts::before {
	position:absolute;
	content: "";
	top:50px;
	left:0;
width:700px;
height:700px;
background-color:#f2f4f7;
z-index:-1;
background-position:top;
background-size: cover;
-webkit-background-size: cover;
  	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}


@media only screen and (max-width: 1200px){
#product-t-shirts::before {
width:500px;
height:500px;
}
}

@media only screen and (max-width: 1000px){
#product-t-shirts::before {
width:400px;
height:400px;
}
}

@media only screen and (max-width: 800px){
#product-t-shirts::before {
display:none;
}
}


#product-t-shirts .column-2.t-shirts {
}

#product-t-shirts .column-2 img {
	float:right;
	padding:0
}


#product-t-shirts .column-2 .text {
	width:90%;
	float:right;
	border-top:3px #1869af solid;
	margin-top:100px;
	position:relative;
}

#product-t-shirts .column-2 h2 {
	color:#1869af;
	font-weight:bold;
	margin:30px 0;
	font-size:38px;
	font-weight:800;
	text-align:left;
	letter-spacing:2.5px;
}

#product-t-shirts .column-2 h2::before {
	content: "CUSTOM T-SHIRTS";
	display:block;
	font-size:14px;
	font-family: "M PLUS 1p";
	font-weight:800;
	padding:20px 0;
	letter-spacing:5px;
}

#product-t-shirts .column-2 .text p {
	line-height:2;
}

#product-t-shirts .column-2 .text p span {
	font-size:120%;
}




@media only screen and (max-width: 800px){
#product-t-shirts .column-2 img {
	float:none;
	width:100%;
	margin:0 auto;
	padding:0;
}

#product-t-shirts .column-2 .text {
	width:100%;
	float:none;
	border-top:none;
	margin-top:0;
	margin:0 auto;
}

#product-t-shirts .column-2 h2 {
	margin: 0 0 30px;
	font-size:30px;
	text-align:center;
}

#product-t-shirts .column-2 h2::before {
}

#product-t-shirts .column-2 .text p {
	text-align:center;
	margin-bottom:20px;
}

#product-t-shirts .column-2 .text p span {
}

}


@media only screen and (max-width: 800px){

#product-t-shirts .column-2 .text {

padding-bottom:130px;

}

}


/* ãƒˆãƒƒãƒ—ã€€å°åˆ·ãƒ»æŠœãåŠ&nbsp;å·¥ã€€*/

#product-printing { position:relative;}

#product-printing .column-2 { float:right;}

#product-printing::before {
	position:absolute;
	content: "";
	top:50px;
	right:0;
width:700px;
height:700px;
background-color:#f2f4f7;
z-index:-1;
background-position:top;
background-size: cover;
-webkit-background-size: cover;
}


@media only screen and (max-width: 800px){
#product-printing::before {
display:none;
}
}


#product-printing .column-2 {
}

#product-printing .column-2 img {
	padding:0 0 30px;
}


#product-printing .column-2 .text {
	width:90%;
	border-top:3px #1869af solid;
	margin-top:100px;
}


#product-printing .column-2 h2 {
	color:#1869af;
	font-weight:bold;
	margin:30px 0;
	font-size:38px;
	font-weight:800;
	text-align:left;
	letter-spacing:2.5px;
}

#product-printing .column-2 h2::before {
	content: "PRINTING / DIE-CUTTING";
	display:block;
	font-size:13px;
	font-family: "M PLUS 1p";
	font-weight:800;
	padding:20px 0;
	letter-spacing:4px;
}

#product-printing .column-2 h3 {
	color:#1869af;
	font-family: "M PLUS 1p";
	font-weight:bold;
	margin:30px 0;
	font-size:20px;
	font-weight:800;
	text-align:left;
	letter-spacing:0px;
}

#product-printing .column-2 .text {
position:relative;
}


#product-printing .column-2 .text p {
	line-height:2;
}

#product-printing .column-2 .text p span {
	font-size:120%;
}


@media only screen and (max-width: 800px){


#product-printing .column-2 img {
	float:none;
	width:100%;
	margin:0 auto;
	padding:0;
}

#product-printing .column-2 .text {
	width:100%;
	float:none;
	border-top:none;
	margin-top:0;
	margin:0 auto;
}

#product-printing .column-2 h2 {
	margin: 0 0 20px;
	font-size:30px;
	text-align:center;
}

#product-printing .column-2 h2::before {
}

#product-printing .column-2 h3 {
	text-align:center;
		margin:20px 0;
	font-size:15px;}

#product-printing .column-2 .text p {
	text-align:center;
	margin-bottom:20px;
}

#product-printing .column-2 .text p span {
}

}



/* ãƒˆãƒƒãƒ—ã€€ãã®ä»–ã®å•†å“ã€€*/

section#other-products { 
	background:#f2f4f7;
	clear:both;
	margin-top:150px;
	padding:30px 0;
}

@media only screen and (max-width: 800px){
section#other-products { 
	margin-top:10px;
}

}

section#other-products h2 {
	color:#1869af;
	font-weight:bold;
	margin:30px 0 50px;
	font-size:38px;
	font-weight:800;
	text-align:center;
	letter-spacing:4px;
}
section#other-products h2::before {
	content: "OTHER PRODUCTS";
	font-family: "M PLUS 1p";
	font-weight:800;
	display:block;
	font-size:14px;
	padding:15px 0;
	letter-spacing:4px;
}

.product-item4-top {
	overflow:		hidden;
	position:		relative;
	background:#fff;
	padding:0;margin:0;
}
.product-item4-top .caption {
	font-size:		130%;
	margin:40% auto;
	text-align: 		center;
	color:			#fff;
}

.product-item4-top .caption::before { 
position: absolute;
content:"";
  width: 60px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
bottom:30%;
right:30%;
	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}

.product-item4-top a:hover .caption::before { 
right:20%;
}

.product-item4-top .caption.two {
	line-height:1.5;
	margin:35% auto;
}

.product-item4-top .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(24,106,175,0.8);
	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}
.product-item4-top a:hover .mask {
	opacity:		1;
}

#other-products ul li p {
line-height:1.8;
font-size:13px;

}

@media only screen and (max-width: 800px){

section#other-products h2 {
	font-size:30px;
}
}



/*ã€€è©³ç´°ã¯ã“ã¡ã‚‰ãƒœã‚¿ãƒ³ã€€å·¦  */

.btn-more {
	color:#1869af;
	background:rgba(255,255,255,0.6);
    font-weight: normal;
    right:-250px;
	bottom:-30px;
	position:relative;
    margin: auto;
    width: 120px;
    height: 80px;
    padding:10px 0 25px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	border:1px #1869af solid;
	font-size:13px;
  transition: .2s;
  clear:both;
}

.btn-more::before { 
position: absolute;
content:"";
  width: 60px;
  height: 8px;
  border-bottom: 1px solid #1869af;
  border-right: 1px solid #1869af;
  transform: skew(45deg);
bottom:30px;
left:30px;
  	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}


.btn-more:hover {
  	background-color: #fcfcfc;
	background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
	background-position: 0 0, 5px 5px;
	background-size:10px 10px;
  text-decoration:none;
  color:#1869af;
  transition: .2s;
}

.btn-more:hover::before { 
left:40px;
}


@media only screen and (max-width: 800px){
.btn-more {
margin: 0 auto;
     padding:33px 0 0px;
    bottom: 0;
    position: absolute;
    left: 30%;
    right: 30%;
    text-align: center;
}

}


/*ã€€è©³ç´°ã¯ã“ã¡ã‚‰ãƒœã‚¿ãƒ³ å³ */

.btn-more-right {
	color: #1869af;
	background: rgba(255,255,255,0.6);
	font-weight: normal;
	top:340px;
	right:15px;
	position: absolute;
	margin: auto;
	width: 120px;
	height: 80px;
	padding: 33px 0 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px #1869af solid;
	font-size: 13px;
}

.btn-more-right::before { 
position: absolute;
content:"";
  width: 60px;
  height: 8px;
  border-bottom: 1px solid #1869af;
  border-right: 1px solid #1869af;
  transform: skew(45deg);
bottom:30px;
left:30px;
  	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}


.btn-more-right:hover {
  	background-color: #fcfcfc;
	background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
	background-position: 0 0, 5px 5px;
	background-size:10px 10px;
  text-decoration:none;
  color:#1869af;
}

.btn-more-right:hover::before { 
left:40px;
}

@media only screen and (max-width:1024px){
.btn-more-right {
	top:380px;
}


}
@media only screen and (max-width: 800px){
.btn-more-right {
	margin:-20px auto 0;
	float:none;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
}

/* ä¸€è¦§ã‚’è¦‹ã‚‹ */
.btn-more-info {
	color:#1869af;
	background:rgba(255,255,255,0.6);
    font-weight: normal;
	position:relative;
    margin:0 15px 30px;
	float:right;
    width: 120px;
    height: 80px;
    padding:33px 0 0px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	border:1px #1869af solid;
	font-size:13px;
  transition: .2s;
  clear:both;
}

.btn-more-info::before { 
position: absolute;
content:"";
  width: 60px;
  height: 8px;
  border-bottom: 1px solid #1869af;
  border-right: 1px solid #1869af;
  transform: skew(45deg);
bottom:30px;
left:30px;
  	-webkit-transition:	all 0.5s ease;
	transition:		all 0.5s ease;
}


.btn-more-info:hover {
  	background-color: #fcfcfc;
	background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
	background-position: 0 0, 5px 5px;
	background-size:10px 10px;
  text-decoration:none;
  color:#1869af;
  transition: .2s;
}

.btn-more-info:hover::before { 
left:40px;
}




/* RESPONSIVE è¨­å®š
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}



@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#header-inner{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}
}



/* ãƒ¡ãƒ‹ãƒ¥ãƒ¼
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	
  #mainnav a {
		color: #000;
	}
	
	#mainnav.changeNav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
	}
	
	#mainnav.changeNav li{
		/*padding: 20px 0;*/
	}
	

#mainnav.changeNav ul li {
	border-left: none;
	background-size: 6px 6px;
	margin:0;		
}

#mainnav.changeNav ul li:last-child {
	border-right: none;
}

#mainnav.changeNav li{
  display: inline-block;
  margin:0;
  position:relative;
  transition: .5s;
}

	
#mainnav.changeNav li a {
  display: block;
  font-weight:500;
  color:#1869af;letter-spacing:1.5px;
  height:100%;
  padding: 10px 3px 23px 0;
}

#mainnav.changeNav li a:hover {
  text-decoration:none;
    color:#fff;
}

#mainnav.changeNav li:hover {
  /*opacity: 0.9;*/ 
}


#mainnav.changeNav .panel{
	background:rgba(255,255,255,0.9);
	border-top:none;
	border-bottom:none;
	border-bottom: 1px solid #ccc;
}
	
}


/*** ãƒ‰ãƒ­ãƒƒãƒ—ãƒ€ã‚¦ãƒ³ãƒ¡ãƒ‹ãƒ¥ãƒ¼ ***/

.menu-drop {
	position: relative;
}

.menu-drop &gt; li a {
	display: block;
}

.menu-drop &gt; li a:hover {
	color: #fff!important;
}

.menu__multi:hover {
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__second-level li {
	border-left: 1px solid #1869af!important;
	border-right: 1px solid #1869af!important;
	border-bottom: 1px solid #1869af;
	width:100% !important;
	margin-left:-1px!important;
}

.init-bottom:after {
  content: '';
  position:absolute;
  width: 6px;
  height: 6px;
  top:25px;
  right:15px;
  margin: 0 0 0 15px;
  border-right: 1px solid #1869af;
  border-bottom: 1px solid #1869af;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.init-bottom:hover:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.menu-drop:before,
.menu-drop:after {
  content: "";
  display: table;
}

.menu-drop:after {
  clear: both;
}

.menu-drop {
  *zoom: 1;
}


/** multi menu **/

.menu-drop &gt; .menu__multi {
  position: relative;
}

.menu__multi .menu__second-level {
  position: absolute;
  top: 68px;
  width: 100%!important;
  /*background: #072A24;*/
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index:999;
}

.menu__multi .menu__second-level a {
padding: 18px 0 18px 0 !important;
}

.menu__second-level a { font-size: 14px !important; }

#mainnav li .menu__second-level a::before { display:none; }

#mainnav li .menu__second-level a { 
	background-color:rgba(255,255,255,0.9);
/*	background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);
	background-position: 0 0, 5px 5px;
	background-size:10px 10px;*/
}
#mainnav li .menu__second-level a:hover { 
	color:#fff;
	background:#1869af;
}

.menu__multi:hover .menu__second-level {
  top: 58px;
  visibility: visible;
  opacity: 1;
}

#mainnav.changeNav .menu__multi:hover .menu__second-level {
top: 57px!important;
}

#mainnav li .menu__multi .menu__second-level li {
  position: relative;
  color:#fff!important;
}

#mainnav li .menu__multi .menu__second-level li:hover {
  color:#fff!important;
}



@media only screen and (max-width: 800px){

.menu-drop &gt; li a:hover {
	background:#1869af!important;
	color: #fff!important;
}

.menu__second-level li {
	border-left:none!important;
	border-right:none!important;
	border-bottom:none;
	width:100% !important;
	margin-left:0;
}

.menu__multi .menu__second-level li a {
	    padding: 18px 0 18px 0 !important;
		text-align:center;
}

#mainnav li .menu__second-level a { 
	background-color:none;
	background-image:none;
}

.menu__multi .menu__second-level {
  position: relative;
  top: 0px;
  width: 100%!important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: visible;
  opacity: 1;
  z-index:999;
}

.menu__multi .menu__second-level:hover { 
	color:#000 !important;
}

.menu__multi:hover .menu__second-level {
  top: 0px!important;
}

#mainnav.changeNav .menu__multi:hover .menu__second-level {
top: 0px!important;
}

.init-bottom:after {
  top:20px;
  border-right: 2px solid #1869af;
  border-bottom: 2px solid #1869af;
}


@keyframes tooltipShow {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.menu__multi ul {
  display: none;
}
.menu__multi a:focus ~ ul,
.menu__multi ul:hover {
  animation: tooltipShow .2s ease;
  display: block;
}


}


@media only screen and (max-width: 799px){
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}

	section{
		padding-top: 20px;
	}

section h1{
margin: 0 auto 20px;
}

	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	
}


/* animation */
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing .passing-box {
	display: block;
	position:absolute;
	top:50px;
	left:15%;
}
.passing .passing-bar {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height:100%;
	position: absolute;
	left:0;
	top: 0;
	z-index: 1;
	background:rgba(24,105,172,0.3);
}
.passing .passing-txt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	text-align:left;
}

.passing .passing-txt {	
	font-size: 10rem;
	font-weight: bold;
	line-height:1.2;
	letter-spacing:-1px;
	color:rgba(24,105,172,0.9);
	font-family: 'Teko', sans-serif;}

.passing-box p.copy {
	text-align:left;
	font-family: "M PLUS 1p";
	font-weight:bold;
	font-size: 3rem;
	margin-left:10px;
	font-weight: bold;
	margin-bottom:30px;
	line-height:1.5;
	color:#444;}

.passing-box p.des {	font-size: 1rem;
	line-height:2;
	font-family: "M PLUS 1p";
	font-weight:bold;
	text-align:left;margin-left:10px;
	letter-spacing:-1px;
	color:#444;}

.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}


@-webkit-keyframes passing-bar2{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar2{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt2{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt2{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
/* css */
.passing2 .passing-box2 {
	display: block;
	/*text-align: center;*/
	position:absolute;
	top:50px;
	left:15%;
}
.passing2 .passing-bar2 {
	position: relative;
	display: inline-block;
	/*ã€€å¾Œã»ã©è§£èª¬ã€€*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing2 .passing-bar2:before {
	content: '';
	display: inline-block;
	width: 0;
	height:100%;
	position: absolute;
	left:0;
	top: 0;
	z-index: 1;
	/* ä»»æ„ã®å€¤ */
	background:rgba(24,105,172,0.3);
}
.passing2 .passing-txt2 {
	opacity: 0;
	/* å¾Œã»ã©è§£èª¬ */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
		text-align:left;
	/* ä»»æ„ã®å€¤ */
}
.passing2 .passing-txt2 {	
	font-size: 10rem;
	font-weight: bold;
	line-height:1.2;
	margin-bottom:0;
	letter-spacing:-1px;
	color:rgba(24,105,172,0.9);
	font-family: 'Teko', sans-serif;}
	
.passing2 p.sub-txt {	
	font-size: 1.3rem;
	font-family: "M PLUS 1p";
	font-weight: bold;
	line-height:1.5;
	margin-left:10px;
	margin-bottom:30px;
	margin-top:-30px;
	letter-spacing:1px;
	color:rgba(24,105,172,1.0);}	

.passing-box2 p.copy {
	text-align:left;
	font-family: "M PLUS 1p";
	font-weight:800;
	font-size: 3rem;
	margin-left:10px;
	font-weight: bold;
	margin-bottom:30px;
	line-height:1.5;
	color:#444;}

.passing-box2 p.des {	font-size: 1rem;
	line-height:2;
	text-align:left;margin-left:10px;
	letter-spacing:-1px;
	font-family: "M PLUS 1p";
	font-weight:bold;
	color:#444;}
	

.passing-box2 p {	font-size: 1rem;
	line-height:1.5;
	text-align:left;
	letter-spacing:-1px;
	color:#444;}
	
.passing2.move2 .passing-bar2:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
	animation-delay:7s;
}
.passing2.move2 .passing-txt2 {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
	animation-delay:7s;
}


@media only screen and (max-width:1100px){
.passing .passing-txt,.passing2 .passing-txt2 {	
	font-size:8rem;}
	
.passing-box p.copy,.passing-box2 p.copy {
	font-size: 2.5rem;}
.passing2 p.sub-txt {	}
}


@media only screen and (max-width:1024px){

.passing .passing-box,.passing2 .passing-box2 {
	left:8%;
}
.passing .passing-txt,.passing2 .passing-txt2 {	
	font-size:7.2rem;}
	
.passing-box p.copy ,.passing-box2 p.copy{
	font-size: 2rem;}

.passing2 p.sub-txt {	
	font-size: 1.15rem;}
}

@media only screen and (max-width:800px){
.passing .passing-box,.passing2 .passing-box2 {
	top:25px;
	left:35px;
}
.passing .passing-txt,.passing2 .passing-txt2 {	
	font-size:7rem;line-height:0.8;}
	
.passing-box p.copy,.passing-box2 p.copy {
	font-size: 2rem;
	margin-bottom:5px;}
.passing-box p.des,.passing-box2 p.des { font-size: 0.8rem;}
.passing2 p.sub-txt {	
	font-size: 1.3rem;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:-10px;}
}

@media only screen and (max-width: 768px){
.passing .passing-box,.passing2 .passing-box2 {
	top:35px;
	left:50px;
}
.passing .passing-txt,.passing2 .passing-txt2 {	
	font-size:7rem;line-height:0.8;}
	
.passing-box p.copy,.passing-box2 p.copy {
	font-size: 2.4rem;
	margin-bottom:5px;
	margin-top:5px;}
.passing-box p.des,.passing-box2 p.des { font-size: 1.1rem;line-height:1.7;}
.passing2 p.sub-txt {	
	font-size: 1.3rem;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:-10px;}
}

@media only screen and (max-width:480px){
.passing .passing-box,.passing2 .passing-box2 {
	top:15px;
	left:30px;
}
.passing .passing-txt,.passing2 .passing-txt2 {	
	font-size:4rem;line-height:0.8;}
	
.passing-box p.copy,.passing-box2 p.copy {
	font-size: 1.2rem;}
.passing-box p.des,.passing-box2 p.des {	font-size: 0.4rem;line-height:1.6;}
.passing2 p.sub-txt {	
	font-size: 0.5rem;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;}
}

@media only screen and (max-width:375px){

.passing .passing-txt,.passing2 .passing-txt2 {	
	font-size:3.5rem;line-height:0.8; }
	
.passing-box p.copy,.passing-box2 p.copy {
	font-size: 1rem;}
.passing-box p.des,.passing-box2 p.des {font-size: 0.15rem;}
.passing2 p.sub-txt {	
	font-size: 0.4rem;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;}
}


/* Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 999;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	line-height:40px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF !important;
	background:rgba(255,255,255,0.5);
	border:2px #1869af solid;
	background-image: radial-gradient(#eee 10%, transparent 20%), radial-gradient(#eee 10%, transparent 20%);	background-position: 0 0, 5px 5px;
	background-size:10px 10px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a::after{
    content: '';
    width: 14px;
    height: 14px;
    border-top: solid 2px #1869af;
    border-right: solid 2px #1869af;  
    transform: rotate(-45deg);
    position: absolute;
  top:5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;

}

#back-top a:hover {	
background-image: radial-gradient(#ccc 10%, transparent 20%), radial-gradient(#ccc 10%, transparent 20%);	background-position: 0 0, 5px 5px;
background-size:10px 10px;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}



/* ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã‚¨ãƒ•ã‚§ã‚¯ãƒˆ */

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.To-down {
  -webkit-transition: all 1.5s;
   transition:all 1.5s;
	opacity: 1;
    transform: translate3d(0, 0, 0);
}

.To-down.active3 {
	opacity: 0;
    transform: translate3d(0, 50px, 0);
	  -webkit-transform: translate3d(0, 50px, 0);
}

.To-right {
transform : translate(0, 0);
  -webkit-transition: all 1.5s;
   transition:all 1.5s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.To-right.active {
transform : translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  opacity: 0;
}

.To-left {
transform : translate(0, 0);
  -webkit-transition: all 1.5s;
   transition:all 1.5s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.To-left.active2 {
transform : translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  opacity: 0;
}

@media screen and (max-width: 768px) {

.To-right {
transform :none;
-webkit-transform:none;
}
.To-right.active {
transform :none;
-webkit-transform:none;
}

.To-left {
transform :none;
-webkit-transform:none;
}
.To-left.active2 {
transform :none;
-webkit-transform:none;
}

.To-down {
transform :none;
-webkit-transform:none;
}
.To-down.active3 {
transform :none;
-webkit-transform:none;
}

}



/*ã€€ãŠçŸ¥ã‚‰ã›ã€ãƒˆãƒ”ãƒƒã‚¯ã‚¹*/

section#news {
	padding-top:30px;
	min-height:600px;
}

.news-inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
	clear:both;
}

@media only screen and (min-width: 1200px){
	.news-inner{
		width: 1000px;
	}
}

.news-title { border-top:2px solid #1869af;
	width:24%;
}
/* ã‚¿ã‚¤ãƒˆãƒ«ã€€*/
#news .news-title h2 {
	float:right;
	color:#1869af;
	font-weight:bold;
	margin:30px 0;
	font-size:30px;
	font-weight:800;
	text-align:left;
	letter-spacing:2.5px;
	clear:both;
}

#news .news-title h2::before {
	content: "NEWS";
	display:block;
	font-size:14px;
	font-family: "M PLUS 1p";
	font-weight:800;
	padding:20px 0 10px;
	letter-spacing:5px;
}



/*ã€€ãƒªã‚¹ãƒˆã€€*/
.news-top dl {
 padding:15px 0;position: relative;
 border-top: solid 1px #fafafa;
 font-size:14px;
 letter-spacing:1px;
 color:#444;
}

.news-top dl::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top:-1px;
  border-top: solid 1px #fafafa;
 /* border-top:1px solid rgb(41, 136, 226);*/
  width:10%;
  height: 100%;
 }

.news-top dt {
 padding-bottom: 5px;
 color:#1869af;
  font-family: "M PLUS 1p";
 }

.news-top dd a {
 color:#444;
 line-height:2;
}

.news-top dl:hover {
 background:#fafafa;
}

.cat-1 { background:#2988E2;font-size:12px;padding:2px 8px 3px;margin-right:1em;color:#fff;font-size:11px; }
.cat-0 { background:#276b9e;font-size:12px;padding:2px 8px 3px;margin-right:1em;color:#fff;font-size:11px; }

@media screen and (min-width: 769px) {
.news-top dt {
	clear: left;
	float: left;
	padding-left:5px;
	padding-right:10px;
 }
.news-top dd {
 margin-left: 11%;
}
}

@media screen and (max-width: 768px) {
.news-title { 
	border-top:none;
	width:100%;
}
/* ã‚¿ã‚¤ãƒˆãƒ«ã€€*/
#news h2 {
float:none !important;
text-align:center !important;
clear:both;
}

#news h2::before {
	text-align:center;
}
}


/* ãƒ•ãƒƒã‚¿ãƒ¼
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 0 40px 0;
	text-align: center;
	margin:0;
	font-size: 12px;
	background:#f2f4f7;
}


#footer .address { 
font-family: 'Roboto', sans-serif;
text-align:left;
color:#444444;
right:0;
text-align:center;
}

#footer .address .tel { font-size:16px;font-family: 'Roboto', sans-serif;
font-weight:bold;
}

p.copyright {
width:100%;
font-size:12px;
text-align:center;
margin:0;padding:20px 0;
background:#fff;
}</pre></body></html>