@charset "UTF-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#000;
}

/*　a　*/

a {
	color:#0C6805;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 300;
	border-radius: 70px;
	border:1px solid #0D664C;
	width: 70px;
	height: 70px;
	background-color:#0D664C;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding:4px 0 0;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
a.link {
	text-decoration: underline !important;
}
a.link a:hover {
	text-decoration: underline !important;
}

/*　layout　*/

.bg-red {
	background-image: url("/common/images/header_back.jpg");
	background-size:cover;
	background-position: top center;
	border-top:15px solid #0D664C;
}
.container {
	max-width:1200px !important;
}
.container-fluid {
	padding:0 !important;
}
#breadcrumb {
	padding:1rem 0;
	font-size:0.8em;
}
.navbar {
	padding:0 !important;
}
.navbar-brand a {
	color:#000;
}
.navbar-dark .navbar-nav .nav-link {
    color:#000;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-color:#FFF;
	border:1px solid #000;
}
.nav-link:hover {
	color:#000 !important;
	font-weight:bold !important;
}
.header_back {
	background-image:url("/common/images/header_back.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	max-height:153px;
	border-top:15px solid #0D664C;
}
.under_key {
	background-image:url("/common/images/under_key.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
}
.w1000 {
	max-width:1000px;
	margin:0 auto;
}
.w850 {
	max-width:850px;
	margin:0 auto;
}
.widthauto {
	width: auto;
	margin:0 auto;
}
.widthauto02 {
	width: auto;
}
footer {
	background-color:#D9EDE7;
}
.top_news01 {
	min-width:227px;
	background-color:#9f1717;
	padding:.2em;
	color:#fff;
	font-weight: bold;
	text-align: center;
}
.box01 {
	border-top:3px solid #0d664C !important;
	border:1px solid #BABABA;
}
.box03 {
	background-color:#E6F2FF;
}
.box04 {
	border:2px solid #FF0000;
}
.box05 {
	border:1px solid #0D664C;
	background-color:#D9EDE7;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.box06 {
	min-height:334px;
}
.carousel-control-prev, .carousel-control-next {
	width:4% !important;
}
.carousel-control-prev-icon {
	width:60px !important;
	height:60px !important;
	background-image:url("/common/images/carousel_control_prev_icon.png") !important;
}
.carousel-control-next-icon {
	width:60px !important;
	height:60px !important;
	background-image:url("/common/images/carousel_control_next_icon.png") !important;
}
.img01 {
	width:236px;
	height:334px;
}
@media (max-width: 575px) {
}
@media (min-width: 576px) {
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color:#000;
	background-color:#011260;
}
input[type="submit"] {
	border:0;
}
.button01 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 7em;
	font-weight: bold;
	background-color: #B4B4B4;
	color:#000;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01:hover {
	background-color: #000000;
	color: #FFF;
	text-decoration: none !important;
}
.button02 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em;
	font-weight: bold;
	background-color: #FFF;
	color:#000;
	border:1px solid #1670D8;
}
.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button02:hover {
	background-color: #1670D8;
	color: #FFF;
	text-decoration: none !important;
}
.button03 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 7em;
	font-weight: bold;
	background-color: #00807D;
	color:#FFF;
}
.button03::before,
.button03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button03,
.button03::before,
.button03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button03:hover {
	background-color: #00371B;
	color: #FFF;
	text-decoration: none !important;
}
.button04 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 3em;
	font-weight: bold;
	background-color: #2BD5D5;
	color:#FFF;
}
.button04::before,
.button04::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button04,
.button04::before,
.button04::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button04:hover {
	background-color: #0000FF;
	color: #FFF;
	text-decoration: none !important;
}
.button05 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin:0 auto;
	padding: .85em 3em;
	font-weight: bold;
	background-color: #F1F1F1;
	color:#000;
}
.button05::before,
.button05::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button05,
.button05::before,
.button05::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button05:hover {
	background-color: #E1E1E1;
	color: #000;
	text-decoration: none !important;
}
.td01 {
	background-color:#D3D3D3;
}

/*　h1　*/

h1.h101 {
	font-size:2.28em;
	color:#d50000;
	text-align:center;
	font-weight:bold;
}
.under_key h1 {
	font-size:2em;
	font-weight:bold;
	text-align:left;
	background-image: url("/common/shimin_images/under_key_h1.png");
	background-repeat: no-repeat;
	background-position: center left;
}
.t-line tr:nth-child(odd) td {  
	background-color: #E9FFE1;  
}
.t-line th {  
	background-color: #D9EDE7;
	font-weight: bold;
}

/*　h2　*/

h2 {
	margin:0 !important;
	padding:0 !important;
}
h2.h201 {
	font-size:1.428em;
	font-weight:bold;
}
h2.h202 {
	font-size:1.428em;
	font-weight:bold;
	border-bottom:3px solid #0D664C;
}
h2.h203 {
	font-size:1.714em;
	font-weight:bold;
	background-color:#DEDEDE;
	background-image: url("/common/images/h203_back.png");
	background-repeat: no-repeat;
	background-position: center right;
	min-height:50px;
}
h2.h204 {
	font-size:1.285em;
	font-weight:bold;
	background-color:#D9EDE7;
	background-image: url("/common/images/h204_back.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height:77px;
}
h2.h205 {
	font-size:1.428em;
	font-weight:bold;
	border-bottom:3px solid #0D664C;
	background-image: url(/common/images/h205_back.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding:8px 0 8px 45px !important;
}

/*　h3　*/

h3.h301 {
	font-weight:bold;
	font-size:1.428em;
	background-color:rgba(22,112,216,0.80);
	color:#FFF;
	text-align:center;
}

/*　h4　*/

h4.h401 {
	font-size:1.2em;
	font-weight:bold;
}
h4.h401::first-letter {
	color:#0D664C;
}

/*　h5　*/

h5.h501 {
	font-size:1.428em;
	font-weight:bold;
	background-color:rgba(22,112,216,0.11);
}
h5.h502 {
	font-size:1.428em;
	font-weight:bold;
	background-color:#FFE9E7;
}

/*　装飾　*/

p {
	margin-bottom:0 !important;
}
.dan {
	padding-left:1em;
	text-indent:-1em;
}
.dan02 {
	padding-left:2em;
	text-indent:-1em;
}
.dan03 {
	padding-left:3em;
	text-indent:-1em;
}
.dan1 {
	padding-left:1em;
}
.f16em {
	font-size:1.142em;
}
.f18em {
	font-size:1.285em;
}
.f20em {
	font-size:1.428em;
}
.f22em {
	font-size:1.571em;
}
.f32em {
	font-size:2.28em;
}
.pink {
	color:#f0599f;
}
.red {
	color:#E30303;
}
.blue {
	color: #2E68B7;
}
.redg {
	color:#E30303;
	font-weight:bold;
	text-align: left;
}
.blueg {
	color: #2E68B7;
	font-weight:bold;
	text-align: left;
}
.top a {
	color:#fff;
}
ul {
    list-style: none;
	margin:0 0 0 1em !important;
	padding:0 !important;
}
ol {
	margin:0 0 0 1.5em !important;
	padding:0 !important;
}
ul li {
	margin:0 !important;
	padding:0 !important;
}
ol li {
	margin:0 !important;
	padding:0 !important;
}
ul.sidebar_ul01 li {
    background-image: url("/common/images/link_arrow01.png") !important;
	background-repeat: no-repeat;
	background-position: top 3px left;
	padding:0 0 0 20px !important;
}
ul.sidebar_ul01 li ul li {
    background-image: url("/common/bunka_images/sidebar_pic01.png") !important;
	background-repeat: no-repeat;
	padding:0 0 0 15px !important;
}
ul.link_ul01 li {
	padding:0 0 0 24px !important;
	background-image: url("/common/images/link_arrow01.png");
	background-position: center left;
	background-repeat: no-repeat;
}
ul.link_ul02 {
	padding:0 0 0 24px !important;
}
ul.link_ul02 li {
	padding:0 0 0 24px !important;
	background-image:none;
	background-image: url("/common/images/link_arrow01.png");
	background-position: center left;
	background-repeat: no-repeat;
}

ol.decimal {
	margin:0 !important;
	padding:0 !important;
	list-style-type: decimal !important;
	margin-left: 1.5em !important;
}
ol.kakko {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none !important;
	margin-left: 2em !important;
}
ol.kakko li {
  counter-increment: cnt;
}
ol.kakko li:before {
  content: "(" counter(cnt) ") ";
  display:inline-block;
  margin-left:-2em !important;
  width: 2em !important;
}
.kakko table td {
	margin:0 !important;
	padding:.5rem !important;
}
@media (max-width: 575px) {
	.container {
		padding:0 15px !important;
	}
    .res-table {
        width:100%;
    }
    .res-table th {
        display:block;
    }
    .res-table td {
        display:block;
    }
	.button01,.button02,.button03 {
		padding: .85em 2em;
	}
	h2.h201,h2.h203,h2.h204,h2.h205,h2.h206,h2.h207,h2.h208 {
		font-size:1.3em;
	}
	h3.h301,h3.h302 {
		font-size:1.3em;
		font-weight:bold;
	}
	h4.h401 {
		font-size:1.3em;
		font-weight:bold;
	}
	h5.h501 {
		font-size:1.3em;
		font-weight:bold;
	}
	.f16em {
		font-size:1.1em;
	}
	.f18em {
		font-size:1.2em;
	}
	.f20em {
		font-size:1.3em;
	}
	.f22em {
		font-size:1.4em;
	}
	.f32em {
		font-size:1.6em;
	}
	.w1000 {
		width:100%;
		margin:0 auto;
	}
}
@media (max-width: 767px) {
	.container {
		padding:0 15px !important;
	}
	.w1000 {
		width:100%;
		margin:0 auto;
	}
}

@media (min-width: 320px) {
	.carousel,
	.carousel .item,
	.carousel .item-mask
	.carousel-inner .item .item-mask img {
		bottom: 0!important;
		text-align: center!important;
		object-fit: cover;
	}
}

@media (min-width: 768px) {
	.carousel,
	.carousel .item,
	.carousel .item-mask,
	.carousel-inner .item .item-mask img {
		bottom: 0!important;
		width:100%;
		text-align: center!important;
		object-fit: cover;
	}
}

