html, body {
		width: 100%;
}

.pc_none {
		display: none;
}

body {
	line-height: 180%;
	font-size: 1em;
	color: #333;
	/*background-attachment: fixed,fixed;
	background-image: url('../images/common/sankaku.png'),url('../images/background.png');
	background-position: center center,center center;
	background-repeat: no-repeat,repeat;*/
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	/*font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:600;*/
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'M PLUS 1p', sans-serif;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:700;
}

#wrapper {
 	min-height: 100vh;
    position: relative;
}

.cont_h2 {
		width: 100%;
		text-align: center;
		font-size: 3.2em;
		padding-top: 50px;
		padding-bottom: 50px;
}
.cont_h3 {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 2em;
		color: #394C93;
}
.cont_h4 {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 1.4em;
		color: #394C93;
}
.cont_h5 {
		width: 90%;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 1.2em;
}
.cont_dl {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
}
.cont_dl:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}
.cont_dl dt {
		width: 200px;
		float: left;
		clear: both;
		padding: 15px;
		border-top: 1px dashed #ccc;
}
.cont_dl dd {
		width: 850px;
		padding: 15px;
		float: left;
		border-top: 1px dashed #ccc;
}

.contents_textarea {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}

.contents_textarea2 {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
}

.cont_text {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
}
.cont_table {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
}
.cont_table th {
		padding: 10px;
		background-color: #E0EEF8;
		border: 1px solid #ccc;
		text-align: center;
}
.cont_table td {
		padding: 10px;
		border: 1px solid #ccc;
}
.cont_ul {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
}
.cont_ul li {
		padding-left: 10px;
		list-style: disc;
}
img {
		text-align: center;
		max-width: 100%;
}
.bl1 {
		border-left: 1px solid #ccc;
}
.pl20 {
		padding-left: 20px;
}



#cont_main {
		margin: 0;
		width: 100%;
		height: 160px;
		position: relative;
}

#cont_main img {
		object-fit: cover;
		width: 100%;
		height: 160px;
}

#cont_main h2 {
		top: 80px;
		left: calc(50% - 600px);
		width: 1200px;
		position: absolute;
		color:#fff;
}

/**************************************/

header {
		width: 100%;
		height: 100px;
		position: relative;
		display: flex;
		justify-content:center;
		/*align-items:flex-end;*/
		align-items: center;
		/*border: rgba(217,171,14,1.00) dotted 1px;*/
}

header:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}

header.is-fixed {
  position:  fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 70px;
 /* background-color: rgba(127,106,106,0.7);*/
  background-color: rgba(254,254,254,0.95);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

h1 a {
		background-image: url('../images/common/logo.png');
		background-repeat: no-repeat;
		display: block;
		width: 380px;
		height: 50px;
		text-indent: -9999px;
		z-index:4;
	    /*left: calc(50% - 1200px);*/
}

.is-fixed a h1 {
		background-image: url('../images/common/logo.png');
		background-repeat: no-repeat;
		display: block;
		width: 380px;
		height: 50px;
		text-indent: -9999px;
		z-index:4;
	    /*left: calc(50% - 1200px);*/
}



/**************************************/


#menu {
	width: 1280px;
	height: 60px;
	/*position: absolute;*/
	display: flex;
	flex-wrap:nowrap;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight:600;
	/*border: rgba(11,74,248,1.00) dotted 1px;*/
	/*position: relative;*/	
	/* background: rgba(127,106,106,1);*/
	
}

#menu h1 {
		background-image: url('../images/common/logo.png');
		background-repeat: no-repeat;
		display:block;
	    margin: 0 0 10px 0;
		width: 400px;
		height: 63px;
		text-indent: -9999px;
}

#menu h1 a {
		background-image: url('../images/common/logo.png');
		background-repeat: no-repeat;
		display:block;
		width: 400px;
		height: 63px;
		text-indent: -9999px;
}

#menu nav {
    margin: 0 0 0 auto;
	display:block;
	/*border: rgba(245,190,28,1.00) dotted 1px;*/
	
}

#menu ul {
	width: 760px;
	margin: 0 0 0 100px;
	display: flex;
	flex-wrap:nowrap;
	justify-content: flex-end;
	/*align-items: center;
	justify-content: center;*/
}

#menu  li {
	width: 220px;
	height: 60px;
	display: flex;
	border-right: 1px solid #E3E3E3;
	text-align: center;
	align-items: center;
	justify-content: center;
	/*border: rgba(217,171,14,1.00) dotted 1px;*/
	
}

#menu li a {
	color: #333;	
	width: 220px;
	height: 60px;
	border-right: 1px solid #E3E3E3;
	text-decoration: none;
	display: flex;
	padding: 0 5px;
	align-items: center;
	justify-content: center;
	
	
	/*border: rgba(3,150,243,1.00) solid 1px;*/
}

#menu li:first-child  a {
	border-left: 1px solid #E3E3E3;
}

#menu li a:hover {
	color: #000;
	text-decoration: underline;
	background-color:#F9D949;
}

.drawer-menu {
	display: none;
}

/**************************************/

main {
	width: 1024px;
	padding: 30px 0 10px;
	margin: 0 auto;
}
main:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}

/**************************************/
/* トップ　スライダー関係　 */
/**************************************/

#main-box {
	width: 1024px;
	margin: 0 auto;
	display: flex;
}

#slider {
    width: 600px;
	margin: 0 20px 0 0;
	position: relative;
}

#slider img {
    width: 600px;
    height: 450px;	
	object-fit: cover;
	object-position: 0 0;
	border-radius: 25px 0;
	/*box-shadow: 3px 3px 6px -2px #555,
  	3px 3px 6px rgba(255,255,255,0.8) inset;*/
}

#slider h2 {
	position: absolute;
	display:block;
	left: 0;
	top: 150;
}

#slider-side {
    width: 400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#slider-side h2 {
	text-align: center;
	display: block;
	width: 100%;
	color:#FFF;
	background: #20449C;
	padding: 10px;
}

/**************************************/
/* トップ　お知らせ関係　 */
/**************************************/


.pickup-nav {
	width: 700px;
	margin: 40px auto;
	padding: 10px;
	justify-content: center;
	border: #F02528 solid 2px;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
}

.event-head {
	display: block;
	width: 1024px;
	margin: 3em auto;
	text-align: left;
	color: #000000;
}

.event-head h2 {
	margin: 0.25em;
	padding: 0.25em;
	font-size: 200%;
	border-bottom: #000000 10px solid;
}

.event-head h3 {
	margin: 0.25em;
	padding: 0.25em;
	font-size: 200%;
}

.event-nav {
	width: 1024px;
	margin: 20px auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.event-nav a { 
	text-decoration: none;
	color: #300;
}

.event-nav a:hover {
	/*opacity: 0.9;*/
	/*text-decoration: underline;*/
	
	
}

.event-nav a:hover img {
	
	/*transform: scale(1.025);
    transition-duration: 0.5s;
	transition: all .5s ease-out;*/
  
}


.event-box {
	width: 300px;
	min-height: 380px;
	max-height: 380px;
	display: block;
	margin: 15px 10px;
	border: #000 solid 1px;
	border-radius: 0 0 5px 5px;
	background-color: rgba(255,252,252,.6);
	overflow: hidden;
	position: relative;
}
	
.event-box-b{
    display: inline-block;
    background: #000;
	width: 300px;
	height: 240px;
	margin: 0;
	padding: 0;
}

.event-box img{
	width: 300px;
	height: 240px;
	object-fit: cover;
	position: relative;
}

.event-box h3 {
	margin: -10px 0 0 0;
	padding: 10px;
	color: #000;
	background:#F9D949;
	text-align: center;
	font-size: 1.2rem;
}
.event-box p {
	margin: 10px;
	display: block;
}

.event-box img:hover {
	opacity: 0.5;
}


.separator {
	width:400px;
	display: block;
	height: 2px;
	background-color: #000000;
}



/**************************************/
/* トップ　お知らせ関係　 */
/**************************************/

.news {
	display: flex;
	width: 1024px;
	flex-wrap:wrap;
	padding: 0 0 0 30px;
}

.news dt {
	width: 160px;
	display: block;
	/*
	float: left;
	clear: both;*/
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
}

.news dd {
	width: 820px;
	display: block;
	/*float: left;*/
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 160%;
}

.news dd div {
	color:#FF0000;
}

/*#news dl dt:first-child  {
	border-top: none;
}*/

#news dl dt:first-child + dd {
	border-top: none;
}

.news a {
	text-decoration:none;
}

.news a:hover {
	text-decoration: underline;
}



/* TOPIC */
.icon1 {
	background-image: url("../images/top/icon1.png");
	background-repeat: no-repeat;
	background-position: 50px 0;
}

/* レポート */
.icon1 {
	background-image: url("../images/top/icon2.png");
	background-repeat: no-repeat;
	background-position:70%;
}



/**************************************/
/* コンテンツ */
/**************************************/

#cont_area {
	width: 1024px;
	margin: 0 auto;
	padding: 10px;
	background-color:rgba(255,252,252,0.5);
	/*min-height:  calc(100vh - 50px);*/
	min-height: 55vh;
}

#main_img {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#main_img {
		width: 100%;
		background-image: url("../images/top/main_bg.jpg");
		height: 650px;
		clear: both;
	background-repeat: repeat-x;
	background-color: #093776;
	text-align:center;
}

.content-head {
	display: block;
	width: 1024px;
	margin: 1.5em auto 1em;
	text-align: left;
	color: #005BAC;
}

.content-head h2 {
	margin: 0.25em;
	padding: 0.25em;
	font-size: 200%;
	border-bottom: #005BAC 10px solid;
}

.content-head h3 {
	margin: 0.25em 0.5em ;
	padding: 0.25em;
	font-size: 120%;
}

.content-nav {
	width: 1000px;
	margin: 10px auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}

.content-nav a { 
	text-decoration: none;
	color: #300;
}

.content-nav a:hover {
	opacity: 0.9;
	text-decoration: underline;
}

.content-nav a:hover img {
	/*transform: scale(1.025);
    transition-duration: 0.5s;
	transition: all .5s ease-out;*/
}


.content-box {
	width: 300px;
	min-height: 420px;
	max-height: 450px;
	display: block;
	margin: 5px 15px 10px;
	border: #000 solid 1px;
	border-radius: 0 0 5px 5px;
	background-color: rgba(255,252,252,.6);
	overflow: hidden;
}
	
.content-box-b{
    display: inline-block;
    background: #000;
	width: 300px;
	height: 240px;
	margin: 0;
	padding: 0;
}

.content-box .mimg{
	width: 300px;
	height: 240px;
	object-fit: cover;
}

.content-box .iimg{
	position:relative;
	top:10px;
	padding: 0 15px 0 0;
}

.content-box h3 {
	margin: -10px 0 0 0;
	padding: 10px;
	color: #FFF;
	background:#A68E10;
	text-align: center;
	font-size: 1.2rem;
}
.content-box p {
	margin: 10px;
	display: block;
}

/*.content-box div {
	margin: 5px;
	display: block;
	text-align: right;
}*/

.content-box img:hover {
	opacity: 0.5;
}

.new-mark {
	display: block;
	width: 90%;
	margin: 10px auto 15px;
	padding: 5px;
	justify-content: center;
	border: #F02528 solid 2px;
	color: #ff0000;
	font-weight: bold;
	font-size: 1rem;
	text-align: center;
}

/**************************************/
/* footer */
/**************************************/
footer {
		width: 100%;
		/*height: 120px;*/
		margin: 0;
		padding: 20px 0 0;
		background-color: #6F6D6D;
		line-height: 200%;
		font-size: .9em;
		text-align: center;
		color: #FFF;
		/*position: absolute;*//*←絶対位置*/
		/*bottom: 0;*/ /*下に固定*/
}
footer:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}
#footer , #footer2 {
	width: 1280px;
	margin: 0 auto;
}
#footer a {
		color: #FFF;
}

#footer ul, footer address {
		margin-bottom: 10px;
}

#footer .footer-menu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: right;
		
}

#footer .footer-menu ul {
		display: flex;
		flex-wrap: nowrap;
}

#footer .footer-menu li {
		margin-left: 15px;
		display: block;
		list-style: disc !important;
}

#footer::after {
	content: "";
	display: block;
	border-bottom: #FFF 1px solid;
}

.copyright {
		width: 1280px;
		background-color: #000000;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		/*color: #fff;*/
		margin-top: 60px;
		clear: both;
}
#footer h4 {
		margin-bottom: 10px;
		font-size: 1.2em;
		font-weight: bold;
}

.service3 p {
		padding-bottom: 15px;
}

/**************************************/

.contact {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.contact .dropdown {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 10px;
}


.contact input {
	padding: 5px;
	border: 1px solid #ccc;
	/*width: 80%;*/
	border-radius: 10px;
}


.contact textarea {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 80%;
}

.contact th {
	width: 200px;
	border-top: 1px solid #Ccc;
	padding: 10px;
}

.contact td {
	border-top: 1px solid #Ccc;
	padding: 10px;
}

.submit {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#e9e9e9, #ababab);
	background: -moz-linear-gradient(#e9e9e9, #ababab);
	background: -o-linear-gradient(#e9e9e9, #ababab);
	background: -ms-linear-gradient(#e9e9e9, #ababab);
	background: linear-gradient(#e9e9e9, #ababab);
	text-align: center;
}

.reset {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	text-decoration: none;
	padding: 15px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e9e9e9), color-stop(1.00, #ababab));
	background: -webkit-linear-gradient(#e9e9e9, #ababab);
	background: -moz-linear-gradient(#e9e9e9, #ababab);
	background: -o-linear-gradient(#e9e9e9, #ababab);
	background: -ms-linear-gradient(#e9e9e9, #ababab);
	background: linear-gradient(#e9e9e9, #ababab);
	text-align: center;
}


#topic_path {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#topic_path:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
}

#topic_path li {
	float: left;
	padding: 15px;
}

#topic_path li::after {
	content: "＞";
	padding-left: 15px;
}

#topic_path li:last-child::after{
	content: "";
}

.arrow {
	width: 100%;
	font-size: 10em;
	color: #255298;
	text-align: center;
}


.arrow svg {
	text-align: center;
}







.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}






