@charset "UTF-8";
/* ===== Base Settings ===== */
body {
	font-family : 'Noto Sans JP', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.42857;
	color: #231815;
  background: url("../images/common/bg_body.jpg") no-repeat center top / cover, linear-gradient(to bottom,  #dbe4f0 22%,#bcd0eb 99%);
	background-attachment: fixed;
}

body * {
	margin: 0;
	padding: 0;
}

a, a:active, a:hover, a:visited {
	outline: 0 !important;
}

a {
  color: #cb890d;
	transition: 0.5s;
}

a:focus, a:hover {
  color: #A61D20;
  text-decoration: underline;
}

a:hover img.over {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

del {
	color: #f00;
}

del span{
	color: #999;
}

.container {
	padding: 0;
}

.main_content {
	margin: 1rem 1rem 0 1rem;
	padding: 0 10px 30px 10px;
	background: rgba(0,0,0,0.8);
}

#return {
	position: fixed;
	bottom: 5%;
	right: 10px;
	overflow: hidden;
}

#return a {
	display: inline-block;
	width: 64px;
	padding: 26px 0 12px 0;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: url(../images/common/return.png) no-repeat 50% 5px #333;
	text-decoration: none;
}

#return a:hover {
	background-color: #555;
}

.disabled {
	pointer-events: none;
  cursor: default;
	opacity: 0.5;
}

.red {
  color: #f00;
}

.blue {
  color: #00f;
}


/* ----------------------------clearfix start */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.cf {zoom:1;}
/* ----------------------------clearfix end */

@media print, screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media print, screen and (min-width: 992px) {
	body {
		background: url("../images/common/bg_body.jpg") no-repeat center top / 1024px auto, linear-gradient(to bottom,  #dbe4f0 22%,#bcd0eb 99%);
		background-attachment: fixed;
	}
	
  .contents {
    display: flex;
    flex-wrap: wrap;
  }
  
  .main_content {
		min-height: 415px;
		margin: 0;
    padding: 30px;
  }
	
	.sub {
		padding: 0 40px;
	}
}

@media print, screen and (min-width: 1024px) {
  .contents {
    width: 1024px;
    margin: 0 auto;
  }
}

/* ===== Header Settings ===== */

header {
  width: 100%;
	text-align: center;
  padding: 0.5rem;
}

header h1 {
  font-size: 1rem;
	margin: 0 auto;
}

#header {
	display: none;
}

@media print, screen and (min-width: 576px) {
  header {
    padding: 1rem 2rem;
  }
}

@media print, screen and (min-width: 992px) {
  header {
    display: none;
  }
  
  #header {
		display: block;
	}
	
  #header h1 {
		display: block;
    font-size: 1rem;
		padding: 0 0 2rem 0;
  }
}


/* ===== Navi Settings ===== */

#menu .logo,
#menu dl {
  display: none;
}

#menu .bg-light {
	background: #ffffff !important;
}

#menu .navbar-collapse {
  overflow: hidden;
	margin: 0 -0.5rem;
}

#menu .navbar {
  padding: .5rem;
}

#menu .navbar-light .navbar-brand {
  font-size: 1rem;
  color: #fff;
}

#menu .navbar-light .navbar-toggler {
	background: #fff;
}

#menu .navbar-light .navbar-toggler {
  color: #000;
}

#menu .navbar-nav {
  padding-top: 0.5rem;
}

#menu .navbar-nav li {
	border-bottom: 1px solid #a0bee8;
}

#menu .navbar-nav li:first-of-type {
	border-top: 1px solid #a0bee8;
}

#menu .navbar-nav li:last-of-type {
	border-bottom: none;
}

#menu .navbar-nav li a {
	font-size: 0.9rem;
  font-weight: 500;
	color: #000;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	background: url("../images/common/icon_arrow_blue.png") no-repeat calc(100% - 0.5rem) center;
}

#menu .navbar-nav li a:hover,
#menu .navbar-nav li.active a {
	color: #ffffff;
	background: #6bbedc url("../images/common/icon_arrow_white.png") no-repeat calc(100% - 0.5rem) center;
}

@media print, screen and (min-width: 992px) {
  #menu {
    width: 220px;
		margin: 10px;
		padding-bottom: 5px;
  }

  #menu .logo,
  #menu dl {
    display: inherit;
  }
  
  #menu .logo {
    text-align: center;
		padding: 2rem 3rem;
		background: #fff;
  }
  
  #menu .navbar {
    padding: 0;
  }
	
	#menu .bg-light {
		background: none !important;
	}
	
	#menu .navbar-collapse {
		margin: 0;
	}
  
  #menu .navbar-light .navbar-brand {
    display: none;
  }
  
  #menu .navbar-nav {
    display: inherit;
    width: 100%;
    box-sizing: border-box;
  }
  
  #menu .navbar-expand-lg .navbar-nav {
    flex-direction: column;
		padding: 0;
  }

	#menu .navbar-nav li:last-of-type {
		border-bottom: 1px solid #a0bee8;
	}
  
  #menu .navbar-nav li a {
    font-size: 0.9rem;
    padding: 0.65rem 0.5rem 0.65rem 1.5rem;
		background: rgba(255,255,255,0.8);
  }
	
	#menu .navbar-nav li a span {
		display: block;
		background: url("../images/common/icon_arrow_blue.png") no-repeat right center;
	}

	#menu .navbar-nav li a:hover,
	#menu .navbar-nav li.active a {
		color: #fff;
		background: none;
		position: relative;
	}

	#menu .navbar-nav li a:hover:after,
	#menu .navbar-nav li.active a:after {
		content: " ";
		display: block;
		background: #3bbf98;
		width: 100%;
		height: 100%;
		mix-blend-mode: soft-light;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10
	}
	
	#menu .navbar-nav li a:hover span,
	#menu .navbar-nav li.active a span {
		display: block;
		color: #fff;
		background: url("../images/common/icon_arrow_white.png") no-repeat right center;
		position: relative;
		z-index: 20;
	}
	
	#menu .navbar-nav li a.disabled {
		opacity: 0.8;
	}

  #menu dl {
		font-size: 0.75rem;
		margin: 0;
    padding: 2rem 1.5rem;
		background: rgba(255,255,255,0.8);
  }
  
  #menu dl:last-of-type {
    padding-top: 0;
  }
  
  #menu dl dt {
		font-weight: 500;
    padding: 0 0 0.25rem 0;
  }

	#menu dl dt:before {
		content: " ";
		display: inline-block;
		width: 10px;
		height: 9px;
		vertical-align: middle;
		margin-right: 0.5rem;
		background: url("../images/common/icon_circle.png") no-repeat center center;
	}
  
  #menu dl dd {
    line-height: 1.6;
  }
	
	#menu dl dd p {
		margin-bottom: 0.25rem;
	}
	
	#menu dl dd a {
		color: #01157c;
	}

}


/* ===== Page Content Base Settings ===== */


/* ===== Page Content Settings ===== */

.main {
	color: #fff;
}

.main h2 {
	color: #fff;
	font-family: "Noto Serif", serif;
	font-size: 1.2rem;
  font-weight: 700;
	text-align: center;
	padding: 2rem 1rem;
	margin: 0;
}

.main h2 img {
	vertical-align: middle;
	margin-right: 0.75rem;
}

.main h3 {
	color: #000;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 3rem 0 1rem 0;
	padding: 0.75rem 1.5rem;
	background: #fff;
}

.main h4 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
	margin: 2rem 0 1rem 0;
	padding: 0.5rem;
  border: 1px solid #fff;
}

.main ul.btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	width: 100%;
	margin: auto;
}

.main ul.btn li {
	width: 250px;
	margin: 0.5em;
	padding: 0;
}

.main ul.btn li a {
	display: block;
  color: #fff;
	text-decoration: none;
	padding: 0.8em 0;
  background: #cb890d;
  border-radius: 3px;
	opacity: 1;
	transition:0.5s;
}

.main ul.btn li a:hover {
	opacity: 0.7;
	transition:0.5s;
}

.main ul.btn a.disabled {
  color: #999;
	background: #ccc;
}

.main ul.btn a.disabled:after {
  border-left: 10px solid #999;
}

.main ul.btn li.pdf a:before {
	content: " ";
	display: inline-block;
	width: 17px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0.75rem;
	background: url("../images/common/icon_pdf.png") no-repeat center center;
	position: relative;
	top: -1px;
}

.main ul.btn li.ppt a:before {
	content: " ";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0.75rem;
	background: url("../images/common/icon_ppt.png") no-repeat center center;
	position: relative;
	top: -1px;
}

.main ul.btn li.doc a:before {
	content: " ";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 0.75rem;
	background: url("../images/common/icon_doc.png") no-repeat center center;
	position: relative;
	top: -1px;
}

.main ul.btn a:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.main table {
	width: 100%;
	border-collapse: collapse;
}

.main table th,
.main table td {
	padding: 0.5rem;
	border: 1px solid #ccc;
}

.main table th {
	text-align: center;
	background: #efefef;
}

.mbz { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }

.mtz { margin-top: 0 !important; }
.mt10 { margin-top: 1rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }

.ptz { padding-top: 0 !important; }
.pt10 { padding-top: 1rem !important; }
.pt20 { padding-top: 2rem !important; }
.pt30 { padding-top: 3rem !important; }

@media screen and (max-width: 767px) {
  .pc {display: none;}
	}
  
@media print, screen and (min-width: 768px) {
  .sp {display: none;}
  
	.main h2 {
		font-size: 28px;
	}
  
  .main ul.btn {
    width: 90%;
    display: flex;
    justify-content: space-around;
  }
  
  .main ul.btn li {
    width: 40%;
  }
}

@media print, screen and (min-width: 992px) {
  .main {
    width: calc(100% - 240px);
    padding: 40px 30px 17px 30px;
  }
  
  .main h2 {
    margin: 0 0 1rem 0;
  }
}


/* ===== Page Settings ===== */

/*------ greeting ------*/

.main .greeting .sub img {
  display: table;
	width: 100%;
	max-width: 200px;
  margin: 0 auto 1.5rem;
}

.main .greeting .sub p {
  text-indent: 1em;
  margin-top: 0.75rem;
}

.main .greeting .sub p:last-of-type {
  text-indent: 0;
}

@media print, screen and (min-width: 768px) {
  .main .greeting .sub img {
		float: left;
    margin: 0 2rem 2rem 0;
  }

  .main .greeting .sub p {
		line-height: 1.8;
  }
  
  .main .greeting .sub p b {
    font-size: 1.2rem;
  }
	
  .main .greeting .sub p {
    margin-top: 1rem;
  }
}



/*------ Outline ------*/

.main .outline h3:first-of-type {
	margin-top: 0;
}




/* ===== Contact Settings ===== */

#contact {
	clear: both;
	padding: 1rem;
}

#contact dl {
	padding: 1rem;
	background: rgba(255,255,255,0.8);
}

#contact dl:forst-of-type {
	margin-top: 1.5rem;
}

#contact dl:last-of-type {
	padding-top: 0;
}

#contact dt {
	display: table;
	margin: 0 auto 0.5rem auto;
}

#contact dt:before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 9px;
	vertical-align: middle;
	margin-right: 0.5rem;
	background: url("../images/common/icon_circle.png") no-repeat center center;
}

#contact dl dd {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 0 1em;
}

#contact dl dd a {
	color: #000;
}

@media print, screen and (min-width: 992px) {
  #contact {
    display: none;
  }
}

@media print, screen and (max-width: 991px) {
  .contact {
    display: none;
  }
}



/* ===== Banner Settings ===== */

.banner li {
	width: 235px;
	text-align: center;
	margin-bottom: 0.5em;
}

.banner li a img {
	transition:0.5s;
	opacity: 1;
}

.banner li a:hover img {
	transition:0.5s;
	opacity: 0.7;
}

.banner li.bnr_skgh {
	background: none;
}

@media print, screen and (max-width: 991px) {
	.banner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 1.5em;
	}
	
	.banner li {
		margin: 0.5em;
		background: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	
}


/* ===== Footer Settings ===== */

#footer {
  color: #555555;
	text-align: center;
	padding: 0.5rem;
	background: #0c0919;
}

#footer .container .copyright small {
  display: block;
	font-size: 0.7rem;
}

@media print, screen and (min-width: 768px) {
  #footer {
    width: 100%;
    margin: 0 auto;
    padding: 0.75rem 0.5rem;
  }

  #footer .container .copyright small {
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 1024px) {
  #footer {
		width: 100%;
		max-width: 1024px;
    padding: 0.25rem 0 0.5rem 0;
  }
}

/*# sourceMappingURL=style.css.map */
