@charset "utf-8";
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body {
  counter-reset: titleNum;
}

html {
	-webkit-text-size-adjust: none;
}

img {
	vertical-align: bottom;
}

h1,h3,h5,h6{
text-align: center;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
font-weight: bold;
}

h1{
color: #ffffff;
font-size: 28px;
letter-spacing: 5px;
}
    
h2,h4{
color: #ffffff;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; 
}

h2{
font-size: 20px;
line-height: 1.3em;
}

h4{
font-size: 16px;
line-height: 1.3em;
}

h3{
letter-spacing: 3px;
font-size: 18px;
color: #ffffff;
}

h5{
color: #ffffff;
font-size: 16px;
letter-spacing: 1px;
}

h6{
color: #145d94;
font-size: 22px;
line-height: 1.5;
}


strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


a:link { color:#145d94; text-decoration: none;}
a:visited {  color:#145d94;text-decoration: none;}
a:hover {  color:#145d94;text-decoration: underline; }

option {
	padding-right: 10px;
}

header menu li a:link {
	text-decoration: none;
}

header menu li a:a:visited {
	text-decoration: none;
}

header menu a:hover { 
	text-decoration: none;
}


header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}

@media screen and (max-width: 480px){
h1,h3{
font-size: 16px;
}

h5{
font-size: 14px;
}

}