@charset "utf-8";
/******************************************************* fujizuga.comのCSS ******/
body {
	background: #fee9cc;
	color: #00004f;
	text-align: center;
	font-size: 1em;
	max-width: 920px;
	margin: 0px auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration:none;
	outline: none;
	border: none;
}
a:link {
	color:#00004f;
}

a:hover {
	color:#33cccc;
	text-decoration:none;
	border:none;
	cursor:pointer;
}

a img:hover {
	opacity: 1.0;
	/*filter: brightness(1.50);*/
	/* outline: 4px solid #00004f; */
}

p {
	margin:0px;
}

img {
	border: none;
	width: auto;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
}

h1 {
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size:1.7em;
	font-weight:bold;
	margin:3em 0 0 0;
}

h3{
	font-size:2em;
	font-weight: bold;
}

h4{
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 0 0.5em;
}

ul{
	text-align:left;
	list-style: none;
	margin-top: 4em;
}

li {
	clear: both;
	margin: 2em 1em 2em 0;
}

li a {
	display: inline-block;
	padding: 0.5em;
	/*background-color: #fee9cc;*/
	transition: background-color 0.3s, filter 0.3s;
}

li a:hover {
	display: inline-block;
	background-color: #fbf1e4;
	cursor:pointer;
	/*opacity: 0.8;*/
	filter: brightness(1.2);
}


li a img {
	float: left;
	margin-right:1em;
	margin-bottom: 0.5em;
	box-shadow: 4px 4px 4px #555;
}

li a h3 {
	margin: 0.5em 0 0 0;
}

li a p {
	display: grid;
	/*padding-right: 1em;*/
}

li a:hover {
	color: inherit;
}

input{
	font-size:1em;
}

table{
	border:none;
}

/*　header  *************************/
header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3em;
	color: #fff;
	background-color: #00004f;
	/*border-bottom: 1px solid #00004f;*/
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
}

header .navi{
	display: inline-block;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

header a img{
	display: block;
	float: left;
	transition: filter 0.3s;
}

header a img:hover {
	filter: brightness(1.2);
}

header ul{
	display: block;
	float: left;
	text-align: center;
	list-style: none;
	margin-top: 0.3em;
	padding-left: 0.2em;
}

header li {
	float: left;
	margin: 0em 1.5em 2em 0;
	display: block;
	clear: none;
	font-size: 1.5em;
	font-weight: bold;
}

@media screen and (min-width: 400px) and (max-width: 799px)  {
	header ul { margin: 0.7em 0 0 0; }
	header li { font-size: 1.0em; margin: 0em 1.0em 1.5em 0; }
}

@media screen and (min-width: 200px) and (max-width: 399px)  {
	header ul { margin: 0.8em 0 0 0; }
	header li { font-size: 0.8em; margin: 0em 0.5em 1.0em 0; }
}


header li a {
	display: inline-block;
	padding: 0em 0.5em;
	transition: background-color 0.4s, filter 0.4s;
	color: #fff;
	border-radius: 1em;
}
header li a:link {
	color: #fff;
}

header li a:hover {
	display: inline-block;
	background-color: #5555b7;
	border-radius: 1em;
	cursor:pointer;
	/*opacity: 0.8;*/
	filter: brightness(1.2);
}


header li a img {
	float: left;
	margin-right:1em;
	margin-bottom: 0em;
	box-shadow: 0px 0px 0px #555;
}

.container {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}

.container img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	/*object-fit: contain;*/
}

.margin-bottom4em{
	margin-bottom: 4em;
}

.box01{
	text-align: left;
	width: auto;
	max-width: 400px;
	margin-left: 2em;
}
@media screen and (min-width: 878px) {
	.box01 { margin-left: 2em; }
}
@media screen and (min-width: 200px) and (max-width: 877px)  {
	.box01 { margin-left: 0; }
}

.box01 h1{
	text-align: left;
	margin: 0.5em 0 0;
}

.box01 p{
	font-size: 1em;
	margin: 0.5em 0;
}

.box02{
	text-align: left;
	width: auto;
	max-width: 820px;
}

.box02 h1{
	text-align: left;
}

.box02 p{
	font-size: 1em;
	margin: 1em 0;
}

/*　clearfix  *************************/

.clearfix:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

/* ページタイトル　************************/
.title{
	float:right;
	margin-bottom:80px;
}

/* 真ん中　************************/
#content{
	margin-top:5em;
	width: 100%;
}

/*　フッター・コピーライト表記  *************************/

footer{
	clear:both;
	float:right;
	margin-top:0px;
	padding:0px 0px 10px 10px;
}

footer p{
	text-align:right;
	line-height:1.5;
}

footer h3{
	font-size:1.5em;
	font-weight: bold;
	text-align: right;
}

footer a:hover {
	color:#33cccc;
	text-decoration:none;
	border:none;
	cursor:pointer;
}

footer a:visited {
	color:#00004f;
}

/*　iframe  *************************/

iframe {
	min-height: 100em;
	border: none;
}


/*　ヘッダー  *************************/

#header{width: 100%;height:auto;border-bottom: 4px double #ccc;overflow:hidden;text-align:right;}

/*　Google翻訳  *************************/
.goog-te-gadget {background-color:#eeeeee;}
