@charset "UTF-8";
/* @group Reset */

*{ 
	margin: 0;
	padding: 0;
	box-sizing : border-box;
}
a {
	text-decoration : none;
}
ul, ol {
	list-style : none;
}
img { 
	vertical-align : middle;
	max-width : 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hid {
	position:absolute;
	left:-9999px;
}
a:link {
	color: #0033cc;
	text-decoration: underline;
}
a:visited {
	color: #0033cc;
}
a:hover,
a:active {
	color: #33ccff;
}

/*a:hover img {
	opacity:0.7;
}*/



/* contents   ------------------------------------------------*/
/*go-top */
#page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background-color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 2px;
}
#page-top a:hover {
    text-decoration: none;
   background-color: rgba(0, 0, 0, 0.7);
}
	


/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){	
html {
	font-size : 100%;
	line-height : 1.6;

}
.sp {
	display: none;
}

/* @group Header  ------------------------------------------------*/
#header_bg {
	background: #fff;
	opacity: 1;
	box-shadow: 0px 0px 6px #999;
	}
#header {
	margin: 0px auto;
	padding: 25px 0 15px;
	width: 960px;
}
#header .logo {
	float: left;
	width: 310px;
}
	.logo_txt {
		font-size: 12px;
		text-align: center;
	}
#header .txt {
	padding: 17px 0 0 0; 
	float: left;
	width: 360px;
	text-align: right;
	font-size: 14px;
}	
#header .btn {
	margin: 10px 0 0 150px;
	float: left;
	width: 270px;
}	
#header .btn li {
	text-align: center;	
	background: #f14796;
	border-radius: 3px;	
}		
#header .btn li a {
	padding: 13px 0 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}	
#header .btn li a:hover {
	padding: 13px 0 12px;
	display: block;
	background: #f26aa9;
	border-radius: 3px;
	font-size: 18px;
}
	
	#header .btn02 {
		margin: 10px 0 0 0;	
	float: right;
	width: 190px;
}	
#header .btn02 li {
	text-align: center;	
	background: #4758a6;
	border-radius: 3px;	
}		
#header .btn02 li a {
	padding: 13px 0 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}	
#header .btn02 li a:hover {
	padding: 13px 0 12px;
	display: block;
	background: #6476c9;
	border-radius: 3px;
	font-size: 18px;
}
#header .btn_sns {
margin: 10px 0 0 0;	
float: right;
width: 200px;
}		

#header .btn_sns li {
margin: 10px 0 0 20px;
width: 40px;
float: left;
}
/* ヘッダーの固定 */	
div#header-fixed
{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 100px;              /* 縦幅140px */
	z-index: 10;
}
div#header-bk { 
	/*background-color:#fff;  */   /* 背景色(黒) */
	padding:0;
	height:100px;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
div#body-bk{
    padding:100px 0 0px 0;    /* 上下に160pxを余白を取る */
}



/* contents   ------------------------------------------------*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample5-2::before{
    left: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}	
	
/* footer  ------------------------------------------------*/
#footer {
	margin: 50px auto 40px;
	width: 960px;	
}
	#footer dl{
		margin: 0 0 40px 0;
	}
	#footer dl dt {
		margin: 0 0 15px 0;

	}
	#footer dl dd {
		font-size: 0.813em;
		margin-bottom: 10px;
	}
	#footer .ftr_logo img {
		width:  220px;
	}
	#footer p.add {
		margin-top: 10px;
		font-size: 0.813em;
	}
	#footer p.copy {
		margin-top: 10px;
		font-size: 0.75em;
		color: #999;
	}
	
	
	
}

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

html {
	font-size : 0.938em;
	line-height : 1.6;
}
.pc {
	display: none;
}

/* @group Header  ------------------------------------------------*/
/*#header .logo img {
	width: 96%;
}*/	
#header_bg {
	background: #fff;
	opacity: 1;
	box-shadow: 0px 0px 3px #999;	
	}
#header {
	margin: 0px auto;
	width: 96%;
	padding: 1em 0 1em;
}
#header .left {
	float: left;
	width: 40%;
}	
#header .logo {
	margin: 0.5em 0 0 0;
	width: 80%;
}
#header .txt {
	font-size: 0.625em;
	color: #666;
}
#header .btn {
	float: left;
	width: 32%;

}	
#header .btn li {
	text-align: center;	
	background: #f14796;
	border-radius: 3px;

}		
#header .btn li a {
	padding: 1em 0 ; 
	display: block;
	color: #fff;
	text-decoration: none;
		font-size: 0.68em;
}	

	#header .btn02 {
		
	float: right;
	width:25%;

}	
#header .btn02 li {
	text-align: center;	
	background: #4758a6;
	border-radius: 3px;	
}		
#header .btn02 li a {
	padding: 1em 0 ; 
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.68em;
}
	.logo_txt {
	display: none;
	}
	
	
#header .btn_sns {
margin: 10px 0 0 0;	
float: right;
	width:25%;
}		

#header .btn_sns li {
margin: 0 0 0 1em;
	width:25%;
float: left;
}	
	
	/* ヘッダーの固定 */	
div#header-fixed
{
    position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: auto;              /* 縦幅140px */
	z-index: 10;
}
div#header-bk { 
	/*background-color:#fff;  */   /* 背景色(黒) */
	padding:0;
	height: autox;              /* 縦の高さ110px */
	width:100%;                /* 横の幅を100% */
}
div#body-bk{
    padding:0 0 0px 0;    /* 上下に160pxを余白を取る */
}


/* contents   ------------------------------------------------*/

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 0.5em;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.75em;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample5-2::before{
    left: 1em;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	

/* footer  ------------------------------------------------*/
#footer {
	margin: 2em auto 2em;
	width: 94%;	
	font-weight: normal !important;
}
	#footer dl{
		margin: 0 0 2em 0;
		font-size: 0.813em;
	}
	#footer dl dt {
		margin: 0 0 15px 0;

	}
	#footer dl dd {
		font-size: 0.75em;
		margin-bottom: 3px;
	}
	#footer p.add {
		margin-top: 10px;
		font-size: 0.813em;
	}
	#footer p.add span {
		display: block;
	}
	#footer p.copy {
		margin-top: 10px;
		font-size: 0.75em;
		color: #999;
	}
	
	
}

/*--------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

