@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
vertical-align: baseline;

outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/*-----------------------------------------------------------------------------*/
/* 基本設定 */
/*-----------------------------------------------------------------------------*/
*, *::before, *::after {
	box-sizing: border-box;
	}

html, body { /*height:100%;*/}

html {
	font-size: 62.5%; /*10px相当*/
	-webkit-font-smoothing: antialiased;
	}

body {
	position: relative;
	color:#000;
	text-align:center;
	font-size: 16px;
	line-height: 1.5;
	background-color:#EDF7FB;
	word-wrap:break-word;
	overflow-wrap:break-word;

	font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN',　Meiryo, sans-serif;
	
	-webkit-text-size-adjust: 100%;　/*　iphoneでの文字拡大禁止　*/
	}

table {
	font-size:inherit;
	border-collapse:collapse;
	border-spacing:0;
	}
	th,td {
	line-height:1.5;
	font-weight: inherit;
	text-align: left;
	}

h1,h2,h3,h4,h5,h6,em,pre {  line-height:1.3;}

img {
	vertical-align: top;
	border:none;
	max-width:100%;
	height:auto;
	}

ul, ol { list-style: none;}
.clear { clear: both;}
.nowrap { white-space: nowrap;}

.txt_c, .txt_c p {	text-align:center !important;}
.txt_r, .txt_r p {	text-align:right !important;}


/*　レスポンシブ切り替え（brなど）　*/
@media screen and (max-width: 767px) {
.pc, .pc_br { display: none !important; }
}
@media screen and (min-width: 768px) {
.sp, .sp_br { display: none !important; }
}

/*　リンク
-----------------------------------------------------------------------------*/
a {
	color: #060E9F;
	outline:none;
	border:none;
	text-decoration: underline;
	}
	a:hover {
	color: #72D0EB;
	}

/*　フォント
-----------------------------------------------------------------------------*/
.font_b {
	font-weight: bold !important;
	}
.font_n{
	font-weight: normal !important;
	font-style: normal !important;
	}

/*　float解除（共通）
-----------------------------------------------------------------------------*/
.cf::after {
	content: "";
	clear: both;
	display: block;
	}

/*　float　
-----------------------------------------------------------------------------*/
.flt_l {float:left;}
.flt_r {float:right;}

img.flt_l { margin-right:10px; margin-bottom:15px;}
img.flt_r { margin-left:10px; margin-bottom:15px;}
	
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*　h2
-----------------------------------------------------------------------------*/
