@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
/* ===== Base Settings ===== */
body {
	font-family : "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.42857;
	color: #000;
}

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

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

a {
  color: #c45100;
}

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

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

img {
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

.container {
	padding: 0;
}

.contents {
	background: rgba(255,255,255,0.7);
}

.main_content {
	padding: 0 10px 30px 10px;
}

#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;
}

.text-decoration {
  text-decoration: underline;;
}

del {
	color: #f00;
	text-decoration: line-through;
 }
del span {
	color: #999;
 }

/* ----------------------------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) {
  .contents {
    display: flex;
    flex-wrap: wrap;
		box-shadow: 0 0 3px rgba(0,0,0,0.2);
		background: #fff;
  }
  
  .main_content {
    padding: 3rem;
  }
}

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

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

header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0.5rem;
	background: url("../images/common/bg_header.png") no-repeat center center / cover;
	position: relative;
	z-index: 100;
}

header .logo {
	width: 20%;
}


header h1 {
  width: 80%;
  font-size: 1rem;
}

#header {
	display: none;
}

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

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

  #header {
    display: inherit;
		text-align: center;
		padding: 0.75rem 3.5rem 1.5rem 3.5rem;
		background: url("../images/common/bg_header.png") no-repeat center center / cover;
  }
  
  #header h1 {
    font-size: 1rem;
		padding: 0;
  }
	
	#header h1 img:last-of-type {
		margin-top: 1.25rem;
	}
}


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

#menu {
	position: relative;
	z-index: 100;
}

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

#menu .bg-light {
	background: #fff;
}

#menu .navbar-collapse {
  overflow: hidden;
	margin: 1rem 0.5rem 0.5rem 0.5rem;
	border-radius: 6px;
	box-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

#menu .navbar {
  padding: .5rem;
	background: #00478a url("../images/common/bg_navi.png") repeat center top / 100% auto;
}

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

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

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

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

#menu .navbar-nav li a {
	color: #fff;
	line-height: 1.2;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
}

#menu .navbar-nav li a:hover,
#menu .navbar-nav li.active a {
	background: #b4373a url("../images/common/icon_arrow01.png") no-repeat calc(100% - 1rem) center;
}

#menu .navbar-nav li a.disabled:hover {
  border: none;
}

@media screen and (max-width: 991px) {
  #menu .navbar-nav li a br {
    display: none;
  }
}

@media print, screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		display: block!important;
	}
	
	#menu .navbar-collapse {
		margin: 0 0.8rem;
		box-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
		overflow: visible;
	}
	
  #menu {
    width: 220px;
		padding-bottom: 3rem;
		background: #00478a url("../images/common/bg_navi.png") no-repeat left top / auto auto;
  }

  #menu .logo {
    display: inherit;
    text-align: center;
		margin: 0;
  }
  
  #menu .navbar {
    padding: 0;
    background: none;
  }
	
	#menu .bg-light {
		background: none !important;
	}
  
  #menu .navbar-light .navbar-brand {
    display: none;
  }
  
  #menu .navbar-nav {
    display: inherit;
    width: 100%;
		margin-top: 0;
    box-sizing: border-box;
  }
  
  #menu .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
	
	#menu .navbar-nav li {
		font-size: 0.85rem;
		font-weight: 500;
		position: relative;
	}

	#menu .navbar-nav li a {
		position: relative;
	}

	#menu .navbar-nav li a:hover,
	#menu .navbar-nav li.active a {
		background: #b4373a;
	}

	#menu .navbar-nav li:first-of-type a:hover,
	#menu .navbar-nav li.active:first-of-type a {
		border-radius: 6px 6px 0 0;
	}
	
	#menu .navbar-nav li a:hover:after,
	#menu .navbar-nav li.active a:after {
		content: " ";
		display: block;
		width: 20px;
		height: 20px;
		background: url("../images/common/icon_arrow01.png") no-repeat right center;
		position: absolute;
		right: -10px;
		top: calc(50% - 10px);
}
}


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


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

.main h2 {
	font-size: 1.8rem;
  font-weight: 900;
	letter-spacing: 0.15rem;
	color: #fff;
	text-align: center;
	margin: 0 -10px;
	padding: 1rem 0 1.25rem 0;
	background: #111a1e;
}

.main h3 {
	font-size: 1.1rem;
	font-weight: bold;
	color: #00478a;
	margin: 3rem 0 1rem 0;
	padding: 0.75rem 1.5rem;
	border: 1px solid #00478a;
	border-radius: 4px;
}

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

.main ul.btn,
.main p.btn {
  display: table;
	min-width: 80%;
  list-style: none;
  margin: 2rem auto;
  padding: 0;
}

.main ul.btn li {
  margin: 0.25rem 0;
}

.main ul.btn a,
.main p.btn a {
  display: block;
	text-decoration: none;
	color: #b4373a;
  padding: 1rem;
	background: linear-gradient(to right,  rgba(246,175,68,1) 0%,rgba(255,229,134,1) 100%);
  border-radius: 2rem;
	opacity: 1;
	transition:0.5s;
}

.main ul.btn a:hover,
.main p.btn a:hover {
  text-decoration: none;
  opacity: 0.7;
	transition:0.5s;
}

.main ul.btn a:after,
.main p.btn a:after {
  content: " ";
  display: inline-block;
	width: 6px;
	height: 10px;
  vertical-align: middle;
  margin-left: 1rem;
	background: url("../images/common/icon_arrow02.png") no-repeat center center;
}

.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: 2.4rem;
	}
  
  .main ul.btn {
    display: flex;
    width: 80%;
  }
  
  .main ul.btn li {
    width: 50%;
    padding: 0 0.5rem;
  }
}

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



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

/*------ greetings ------*/

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

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

.greetings .sub p b {
	font-size: 1.1rem;
}

.greetings .sub img {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
	.greetings .sub p:last-of-type {
		text-align: right;
	}
	
  .greetings .sub p {
    margin-top: 1rem;
  }
	
  .greetings .sub img {
    float: right;
    margin: 0 0 2rem  2rem;
  }
}


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

.main .outline dl {
  border: 1px solid #ccc;
}

.main .outline dl dt {
  font-weight: 700;
  padding: 0.5rem;
  background: #D9E9C4;
}

.main .outline dl dd {
  padding: 0.5rem;
}

.main .outline dl dd dl {
  border: none;
}

.main .outline dl dd dl dt {
  font-weight: 500;
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media print, screen and (min-width: 768px) {
  .main .outline dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .main .outline dl dt {
    width: 8em;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  
  .main .outline dl dd {
    width: calc(100% - 8em);
    border-bottom: 1px solid #ccc;
  }
  
  .main .outline dl dt:last-of-type,
  .main .outline dl dd:last-of-type {
    border-bottom: none;
  }

  .main .outline dl dd dl dt {
    width: 11em;
    margin-bottom: 0.5rem;
    padding: 0.25rem;
  }

  .main .outline dl dd dl dd {
    width: calc(100% - 11em);
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.25rem 0.25rem 1rem;
    border: none;
  }
  
  .main .outline dl dd dl dd:last-of-type {
    margin-bottom: 0;
  }
}



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

#footer {
  color: #fff;
	text-align: center;
	padding: 0.25rem;
	background: #b4373a;
}

#footer .container small {
  display: block;
	font-size: 0.8rem;
	font-weight: 300;
}

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

}

@media print, screen and (min-width: 1024px) {
  #footer {
    width: 1024px;
  }
}

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