@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
	font: 62.5%/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	position: relative;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size: 1.4rem;
	line-height: 2.2rem;

}


ul, li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}

a:hover {
	text-decoration: underline;
}


img {
	width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
}

.cntPc { display: block !important;}
.cntSp { display: none !important;}	

.red { color: #ff0000;}
strong { font-weight: bold;}

/*------------------------------------------
	header / main
-------------------------------------------*/

.about {
	background: #333;
	padding: 5px 0 5px 10px;	
}

.about p { 
	max-width: 1000px;
	margin: 0 auto;
	color: #FFF;
	font-size: 1.2rem;	
}

.mainimg {
	width: 100%;
	background: #eff3f8;
	text-align: center;
}
.mainimg >img {
	max-width: 1000px;
	margin: 0 auto;
}






/*------------------------------------------
	footer
-------------------------------------------*/
footer {
	width: 100%;
	background: #333;
	color: #FFF;
	padding: 5px 0;
	font-size: 1rem;
}
footer p {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;	
}


/*------------------------------------------
	nav
-------------------------------------------*/
.head_wrap {
	overflow: hidden;
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}

.head_wrap h1 {
	width: 290px;
	float: left;
	margin-top: 25px;
	padding-left: 10px;
}

.gnav {
	overflow: hidden;
	float: right;
}
.gnav a {
	display: block;
	height: 90px;
}
.gnav a:hover {
	text-decoration: none;
	background-color: #f2f6f9;
}

.gnav .crnt a {
	background-color: #f2f6f9;	
}

.gnav li span {
	background: url(../images/arw_B01.png) no-repeat right center;
	background-size: 10px auto;
	padding-right: 20px;
}
.gnav li {
	float: left;
	width: 150px;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	line-height: 132px;
	border-right: 1px solid #EDEDED;
}

.gnav li:first-child {
	border-left: 1px solid #EDEDED;	
}

.gnav li:first-child a{ 
	background-image: url(../images/icon_nav01.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size: 40px; 
}
.gnav li:nth-child(2) a{ 
	background-image: url(../images/icon_nav02.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size: 35px; 
}
.gnav li:nth-child(3) a{ 
	background-image: url(../images/icon_nav03.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size: 35px; 
}
.gnav li:nth-child(4) a{ 
	background-image: url(../images/icon_nav04.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	background-size: 35px; 
}



/* new icon */
.new:after {
	content: "NEW";
	background: #e50000;
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	width: 40px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 3px 0 0 0;
	left: 5px;
	top: -4px;
}

/*------------------------------------------
	bottan
-------------------------------------------*/
.btn a{
	display: block;
	width: 100%;
	border-radius: 4px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	background: #2464a7 url(../images/arw_btn01.png) no-repeat 185px center;
	background-size: 6px;
	box-shadow: 0 2px 0 0 #0d2c4c;
}

.btn a:hover {
	background: #0d2c4c url(../images/arw_btn01.png) no-repeat 185px center;
	background-size: 6px;
	box-shadow: 0 2px 0 0 #05111e;
	text-decoration: none;	
}


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

body {
	font-size: 1.2rem;
	line-height: 2.0rem;
}
	
.cntPc { display: none !important;}
.cntSp { display:block !important;}	
	
	
/*------------------------------------------
	header / main
-------------------------------------------*/

.about {}
.about p { 
	padding: 0 2%;
	font-size: 0.9rem;
	line-height: 1.0rem;
	text-align: center;	
}

.mainimg {
	width: 100%;
	background: #eff3f8;
	text-align: center;
}
.mainimg >img {
	max-width: 1000px;
	margin: 0 auto;
}

main {
	animation: none;
    -webkit-animation: none;	
}

/*------------------------------------------
	footer
-------------------------------------------*/
footer {
	font-size: 1rem;
	line-height: 1.5rem;
}
footer p {
	padding: 0 2%;
}


/*------------------------------------------
	nav
-------------------------------------------*/
.head_wrap {
	width: 100%;
	height: auto;
}

.head_wrap h1 {
	margin: 10px 0;
	text-align: center;
	width: 100%;
	float: none;
	padding: 0;
	margin-left: -10px;
}

header h1 img{ 
	width: 180px;
}
.gnav {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	float: none;
	border-top: 1px solid #EDEDED;
}
.gnav a {
	height: 56px;
	font-size: 1.1rem;
}

.gnav li span {
	background: none;
	padding: 0;
}
.gnav li {
	 -webkit-flex-direction: row;
  	flex-direction: row;
	width: 33.333%;
	float: none;
	line-height: 80px;
	border: none;
	border-left: 1px solid #EDEDED;
}

.gnav li:first-child {
	border-left: none;	
}

.gnav li:first-child a{ 
	background-position: center 7px;
	background-size: 23px; 
}
.gnav li:nth-child(2) a{ 
	background-position: center 7px;
	background-size: 23px; 
}
.gnav li:nth-child(3) a{ 
	background-position: center 7px;
	background-size: 23px; 
}
.gnav li:nth-child(4) a{ 
	background-position: center 7px;
	background-size: 23px;
	letter-spacing: -1px;
}


/* new icon */
.new:after {
	content: "NEW";
	background: #e50000;
	font-size: 1.0rem;
	line-height: 1.2rem;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	width: 40px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding: 3px 0 0 0;
	left: 5px;
	top: 0px;
}


/*------------------------------------------
	bottan
-------------------------------------------*/
.btn a{
	font-size: 1.4rem;
	height: 44px;
	line-height: 44px;
	background: #2464a7 url(../images/arw_btn01.png) no-repeat 96% center;
	background-size: 10px;
	box-shadow: 0 3px 0 0 #0d2c4c;
}
.btn a:hover{
	background: #2464a7 url(../images/arw_btn01.png) no-repeat 96% center;
	box-shadow: 0 3px 0 0 #0d2c4c;
	background-size: 10px;	
}



}