@charset "utf-8";
/* CSS Document */

html {
	overflow-x : hidden;
	overflow-y : scroll;
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	line-height: 1.8em;
	width: 100%;
	overflow-x : hidden;
	overflow-y : scroll;
	-webkit-overflow-scrolling: touch;
}
/*Googleフォント*/

.noto100 {
	font-weight: 100;
}
.noto300 {
	font-weight: 300;
}
.noto400 {
	font-weight: 400;
}
.noto500 {
	font-weight: 500;
}
.noto700 {
	font-weight: 700;
}
.noto900 {
	font-weight: 900;
}
/*一般設定*/

ul, ol, dl {
	padding: 0;
	margin: 0;
	clear: left;
}
a img {
	border: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom : 24px
}
h1 {
/*clear: both;*/
} /* 48px */
h2 {
	font-size : 100%;
	line-height : 2.25;
	margin: 0px;
	padding: 0px;
} /* 48px */
h3 {
	font-size : 100%;
	line-height : 1.5;
	margin: 0px;
	padding: 0px;
} /* 24px */
h4 {
	font-size : 100%;
	line-height : 1.5;
	margin: 0px;
	padding: 0px;
} /* 24px */
/*ナビゲーション*/

#menu {
	display: none;
}
.js .slicknav_menu {
	display: block;
}
/*住所設定*/

address {
	font-size: 75%;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
	width: 100%;
	background-color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 10px;
}
address ul li {
	list-style-type: none;
}
address br {
	display: none;
}
/*コンテンツ*/

#main_visual img {
	max-width: 100%;
}
#contents {
	width: 95%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#contents h1 {
	font-size : 100%;
	line-height : 2em;
	padding-left: 10px;
	border-left: 10px solid #1d2087;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
#contents h2 {
	background: #1d2087;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#contents h3 {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #888888;
}
#contents p {
	font-size: 85%;
	clear: left;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 96%;
}
#contents img {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#contents ul li {
	font-size: 85%;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
#contents ol li {
	font-size: 85%;
	padding-right: 5px;
	padding-left: 5px;
	list-style-position: inside;
}
#contents .center {
	text-align: center;
}
#contents .right {
	clear: both;
	text-align: right;
}
#news ul li img {
	border: 1px solid #888888;
	margin: 5px;
	padding: 5px;
}

.greeting_inoue {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 250px;
}

table {
	border: 1px solid #888888;
	border-collapse: collapse;
	width: 100%;
	font-size: 85%;
}

table th {
	text-align: left;
	vertical-align: top;
	padding: 3px;
	background: #F2F2F2;
	border: 1px solid #888888;
	width: 20%;
}
table td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #888888;
}
table span, .red {
	color: #F01216;
}
.aboutus iframe {
	height: 300px;
}

/*フッター*/

footer {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #1d2087;
	width: 100%;
	overflow: hidden;
	text-align: center;
	clear: both;
	margin-top: 40px;
}
footer p {
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 1.2em;
	color: #fff;
}
footer ul li {
	font-size: 75%;
	line-height: 1.4em;
}
footer ul li a {
	color: #FFF !important;
}
/*　ページトップ　*/

#pageTop {
	background: #555555;
	border-radius: 5px;
	color: #FFF;
	position: fixed;
	right: 5px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 75%;
	bottom: 45px;
}

@media screen and (min-width: 768px) {
header {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
address {
	display: block;
	position: absolute;
	width: 350px;
	right: 0px;
	top: 25px;
	font-style: normal;
	font-weight: bold;
	list-style-type: none;
	font-size: 16px;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	line-height: 1.2em;
}
address br {
	display: block;
}
/*ナビゲーション*/
	 
.slicknav_menu {
	display: none;
}
nav {
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#menu {
	display: table;
	border-collapse: separate;  /* セルの間隔を空ける */
	/* [disabled]border-spacing: 1px 0;
*/  /* 左右 上下で記述 */
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	/*max-width:1024px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;*/
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	list-style-type: none;
}
#menu li a {
	font-size: 16px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	color: #222;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu li a:hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #AAAAAA;
}
#menu .home {
	display: none;
}
#homelimk a {
	display: block;
	height: 100px;
	width: 401px;
	position: absolute;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 5px;
	top: 0px;
}
#main_visual {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
/*コンテンツ*/
#contents {
	margin-top: 0px;
}
#contents h1, #contents h2, #contents h3 {
	width: 100%;
}
#contents p {
	padding: 0px;
	width: 100%;
	line-height: 1.4em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	
}
#contents img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	padding: 10px
}
#contents .summary_top {
	width: 100% !important;
	padding: 0px !important;
	}

.aboutus iframe {
	height: 400px;
}
	
.greeting_inoue {
	display: block;
	float: right;
	margin-right: 0px;
	padding-right: 0px !important;
}	
	
/*フッター*/
	 
footer p {
	clear: both;
}
footer ul {
	list-style-type: none;
	padding-left: 0;
	overflow: hidden;
	max-width: 1024px;
	margin: auto;
	text-align: center;
}
footer ul li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
}

@media screen and (min-width: 1024px) {
header {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	max-width: 1024px;
}
#menu li a {
	font-size: 18px;
	padding-right: 45px;
	padding-left: 45px;
}
#main_visual {
	max-width: 1260px;
	margin-right: auto;
	margin-left: auto;
}
/*コンテンツ*/
#contents {
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#contents p {
	font-size: 100%;
}
.img-flex {
		display: flex;
		justify-content: space-between;
	}

.img-flex img  {
	padding: 10px !important;
	margin-bottom: 20px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.flexbox{
  display:flex;
  }
.flexbox div{
  padding: 10px;
}
.aboutus iframe {
	height: 500px;
}
	
}

@media screen and (min-width: 1260px) {
	.aboutus iframe {
	height: 600px;
}

}
/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, nav, article, figure {
	display: block;
}
