@charset "UTF-8";

/* =Reset
-------------------------------------------------------------- */

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;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	display: block;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}



/*基本
**********************************************/
body {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif; 
	color: #000000;
	background-color: #ffffff;
	font-size: 100% !important;
	line-height: 1.75em !important;
}

*{
	box-sizing: border-box;
}

body{
	font-size: 1rem !important;
}
p,
ul {
	margin: 1% 0 5% 0;
}

a {
	border: none;
	text-decoration: none;
	color: #0969b3;
}

a:hover{
	color: #77aaff;
}

a:focus{
	outline: none;
}

img{
	width: 100%;
}


/*各ブロック
**********************************************/
/*header*/
header {
	width: 100%;
	overflow: hidden;
}

/*logo*/
#logo{
	float:left;
	overflow: hidden;
	width: 40%;
	max-width: 300px;
}

#header_image{
	width: 100%;
	overflow: hidden;
}

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


/*section*/
section {
	width: 100%;
	max-width: 960px;
	padding: 2%;
	margin: auto;
	overflow: hidden;
}

#image_area{
	width: 100%;
	overflow: hidden;
}


/*svg*/
svg{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/*footer*/
footer {
	width: 100%;
	margin: auto;
	padding-bottom: 30px;
	overflow: hidden;
}

/*link_image
**********************************************/
.link_image{
	position: relative;
	width: 100%;
	max-width: 600px;
	clear: both;
}

.link_image_str{
	margin: 0;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0px 0px 8px #054fed;
	display: block;
	position: absolute;
	top: 8%;
	right: 4%;
	line-height: 1;
}

.small_font{
	font-size: 6vw;
}

.large_font{
	font-size: 9vw;
}


.link{
	display: block;
}

.link_image:hover{
	opacity: 0.7;
}


@media screen and (min-width: 600px){
	.small_font{
		font-size: 36px;
	}
	.large_font{
		font-size: 54px;
	}
}
/*見出し
**********************************************/
h1, h2{
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: auto;
}

h1{
	color: #ffffff;
	background-color: #0969b3;
	
	padding: 1%;
}

h2{
	color: #0969b3;
	border-bottom: solid 1px #0969b3;
	margin-top: 5%;
	margin-bottom: 1%;
}

h3{
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5em;
	margin: auto;
	margin-bottom: 1%;
}

@media screen and (max-width: 799px){
	h1, h2{
		font-size: 1.5rem;
	}
	h3{
		font-size: 1.25rem;
	}
}


/*フッター
********************************************/
.link_list{
	font-size: 1.5rem;
	line-height: 1.5em;
}

.link_list li a{
	display: block;
	margin-bottom: 5%;
	color: #0933cc;
}

.copy{
	float: right;
}
