@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

li{list-style:none;}

a:active,
a:hover {
    outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
   vertical-align: bottom;
}

/* ------------------------ パソコン ------------------------ */
@media screen and (min-width: 640px) {

a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition: 0.8s ;
}

}

/* ------------------------------------------
  STYLES
--------------------------------------------- */



body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #3d3d3d;
	font-size: 16px;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.7;
	letter-spacing:-0.001em;
	word-wrap: break-word;
}


a{
	color: #1c1c1c;
	text-decoration:none;
}

a:hover{
	color:#1bb8ce;
}

article{
	width:100%;
	overflow:hidden;
}

section{
	overflow:hidden;
	padding:0 0 40px 0;
}

section .inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}


.contents{
	padding:0 10px;
}

.bg-color{
	background-color:#ebf7fa;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:640px){

body , header{
	min-width: 340px;
	width:expression(document.body.clientWidth < 322? "320px" : "auto");
}

body {
	background-size:100%;
	font-size: 13px;
}

section{
	width:100%;
	margin-bottom:0;
	padding:0 10px 30px 10px;
}

section .inner{
	width:100%;
}

.contents{
	padding:0;
}

#wrapper{
	width:100%;
	padding:0 10px;
	margin-bottom:50px;
}

}


.pagetop {
	display: none;
	position: fixed;
	bottom: 65px;
	right: 55px;
	z-index:1000;
}
.pagetop a {
	display: block;
	width:50px;
	height:50px;
	border-radius: 50px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#000000;
}

.pagetop img{
	vertical-align:bottom;
	margin-bottom:-3px;
}

/* ------------------------ スマートフォン ------------------------ */
@media only screen and (max-width:770px){
	
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
	
}

/*******************************************************************************************

	汎用CSS
	
*******************************************************************************************/
/*div幅指定用*/

/* ------------------------ スマートフォン ------------------------ */

.w1000{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}

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

.w100 {
	width: 100%;
}

.w1000{
	width: 100%;
}

}

.w70 {width: 70%;}
.w60 {width: 60%;}
.w50 {width: 50%;}
.w40 {width: 40%;}
.w30 {width: 30%;}
.w33 {width: 33%;}

/*マージン調整用*/
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 15px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.mr60 {margin-right: 60px;}
.mr70 {margin-right: 70px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mb10 {margin-bottom: 10px}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}

/*パディング調整用*/
.pt0 {padding-top:0 !important;}
.pb0 {padding-bottom:0 !important;}
.pl20 {	padding-left: 20px;}
/*フォント用*/
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}


.fs11{font-size: 11px;}
.fs12{font-size: 12px;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.fs26{font-size: 26px;}
.fs27{font-size: 27px;}
.fs28{font-size: 28px;}
.fs29{font-size: 29px;}
.fs30{font-size: 30px;}

.mintyo{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}



/*フロート用*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*text-align用*/
.talg_C {
	text-align: center;
}
.talg_R {
	margin-top: 5px;
	float:right;
	margin-right:15px;
}

.clear_both{
	clear:both;
}

.vertical{
	vertical-align:middle;
}

/* 字下げ */
.jisage{
padding-left:1em;
text-indent:-1em;
}

/* スクロールするとふわっと現れる文字や画像 */
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* ------------------------------------------
  ヘッダー
--------------------------------------------- */

header {
	background-image:url(../img/h-bg.jpg);
	padding:10px;
}

header .inner {
	width: 1000px;
	margin: 0 auto;
}

h1{
	color:#FFFFFF;
	font-size:17px;	
	font-weight:bold;
}


footer{
	padding:50px 0;
	margin-bottom:0;
	text-align:center;
	border-top:1px solid #ABABAB;
}

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

header {
	width:100%;
}

header .inner {
	width:100%;
}

h1{
	font-size:14px;
}

footer{
	padding:30px 0;
}
	
}


.pc_see{display:inline !important;}

.sp_see{display:none !important;}

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

.pc_see{display:none !important;}

.sp_see{display:inline !important;}

}
