@charset "utf-8";

/* CSS RESET */
html,body,div,.padder,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img,object,embed{display:block}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
nav ul,nav li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;width:auto}
q:before,q:after{content:"";}
abbr,acronym {font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
a,.no-touch a:hover,.no-touch a:visited:hover,a:active,.no-touch a:active:hover{outline:none}
/* a,.no-touch a:hover,.no-touch a:visited:hover,a:visited{text-decoration: none} */
a {outline: none;}

::selection { background: #000; color: #fff; text-shadow: none; }
::-moz-selection { background: #000; color: #fff; text-shadow: none; }
::-webkit-selection { background: #000; color: #fff; text-shadow: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


img {
  color: transparent;
  font-size: 0;
  border:none;
  outline:none;
  /* max-width: 100%; */
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}


ul {
  list-style: none;
}



/* __Body
----------------------------------------------------------------------*/

* { -webkit-text-size-adjust:100%; }



html, body {
     -webkit-backface-visibility:hidden;
     backface-visibility:hidden;
     height: 100%;
     width: 100%;
}


body {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
	font-size: 1.0vw;
    line-height: 1.6;
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    overflow-x: hidden;
}


p,
a,
li {
	font-size: 18px;
	font-size: 1.3vw;
	line-height: 1.75;
	font-weight: normal;
	word-wrap:break-word;
	}


p.title {
	color: #0000ff;
	font-weight: 700;
	}
	
		

/*__A
------------------------------------*/

a {
	color: #0000ff;
	text-decoration: underline;
	opacity: 1.0;
	}

a:hover {
	text-decoration: none;
	opacity: 0.6;
	}



/*__Wrap
---------------------------------------------------------------------- */

.wrap {
	width: 100%;
}




/* _Main
---------------------------------------------------------------------- */

.main {
	width: 92%;
	margin: 4%;
	height: auto;
}



/* _Home
---------------------------------------------------------------------- */

.section {
	margin-bottom: 3.5em;
}







/* ----------------------------------------------------------------------

Media Queries

---------------------------------------------------------------------- */


@media (max-width: 1280px) {

}	





@media (max-width: 1136px) {

}	




/* Tablet (Landscape) yoko
---------------------------------------------------------------------- */
@media (max-width: 1024px) {

p,
a,
li {
	font-size: 1.9vw;
	line-height: 1.75;
	}

span.pc-only {
	display: none;
	}
	
	
}	





/* Tablet (Portrait) tate
---------------------------------------------------------------------- */
@media (max-width: 768px) and (orientation: portrait) {

p,
a,
li {
	font-size: 2.2vw;
	line-height: 1.75;
	}
	
	
}	





/* Mobile (Landscape) yoko
---------------------------------------------------------------------- */
@media (max-width: 768px) and (orientation: landscape) {

p,
a,
li {
	font-size: 2.2vw;
	line-height: 1.75;
	}
	
	
}	






/* Mobile (Portrait) tate
---------------------------------------------------------------------- */
@media (max-width: 480px) {

p,
a,
li {
	font-size: 2.7vw;
	line-height: 1.75;
	}

}	







	
/* Mobile small (Portrait) tate
---------------------------------------------------------------------- */
@media (max-width: 320px) {

p,
a,
li {
	font-size: 2.9vw;
	line-height: 1.75;
	}
	
}	




	
	

/* __Clearing
--------------------------------------------------------------------- */

.hidden {
	opacity: 0;
	}

.cf:before,
.cf:after {
    content: " ";
    display: table;
	}
.cf:after {
    clear: both;
	}

/* For IE 6/7 (trigger hasLayout) */
.cf { *zoom: 1; }
