@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

  -webkit-text-size-adjust: 100%;
  
}
h1.main{
	font-family: 'Secular One', sans-serif;
}

h2.main2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
}
p.desc{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
}


*{margin:0; padding:0;}
li{
	list-style:none;
}
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}
li  {  
    list-style-type: none;  
} 
a, ins {
  text-decoration: none;
}
address, em, cite, dfn, var {
  font-style: normal;
}
img {
  vertical-align: baseline;
}
a img {
  border: none;
}

.right{text-align:right;}

.strong {font-weight:bold}

.pointer {cursor:pointer;}

.under{text-decoration:underline;}

/*回り込み解除*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.red{
	color:#ff0000;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.bg_navy{
	background:#0170b8;
	color:#ffffff;
}
span.yellow{
	color:#ffca38;
}
span.red{
	color:#e93a4c;
}
span.under{
	text-decoration:underline;
}
