@font-face {
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
}



body {
color:#000;
font-family: -apple-system, BlinkMacSystemFont, Roboto, Meiryo, "Segoe UI", sans-serif;
}

p, th, td, li, dt, dd, blockquote  {
}

a, a:hover {
text-decoration:none;
}

dl dt, dl dd {
line-height:1.8em;
}



.x {
	color:#ccc;
}

.line {
	text-decoration:line-through;
}
.domain::before {
   content: '@';
}


/*-----------構造--------------*/
@media (min-width: 992px) {
body {
background:url(../images/back.png) repeat-x;
}
}


body div {
text-align:left;
margin:0 auto;
}
div.wrap {
	max-width:1000px; 
	min-height:80vh;
}


header {
	max-width:1000px;
	margin:0 auto;
}
#page {
text-align:center;
background:#fff;
margin:0 auto;
width: 1000px; 
}


footer {
clear:both;
background:#8fc019;

}
small {
display:block;
text-align:right;
font-size:12px;
padding:10px;
color:#fff;

}


/*-----------パンくず-------------*/

#breadcrumb {
	margin: 8px 0px 12px 0;
}

#breadcrumb ul {
	list-style:none;
	margin:0; padding:0;
}

#breadcrumb ul li {
	display:inline;
	margin:0px 5px;
}
#breadcrumb ul li::before {
content:'\003e'
}
#breadcrumb ul li.home::before {
content:''
}


@media (max-width: 768px) {
div.isan {
margin:10px 0;
width:100%;
}

}



/*  メニュー  */
.nav {
font-size:18px;
line-height: 3;

}
@media (max-width: 768px) {
.nav {
font-size:13px;
line-height: 1.5;
}
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #ccc;
  color:#777;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ccc;
/*  border-color: #aaa;*/
  color:#777;
}


.isan-nav {
  background-color: #8fc019;
margin-left:0;
}

.isan-nav > li > a {
  padding: 10px 0;
border-radius:0;
/*border-right:1px solid #aaa;
*/
color:#ffffff;
}

.isan-nav > li > a:hover,
.isan-nav > li > a:focus {
  text-decoration: none;
border-radius:0;
  color: #777;
  background-color: #e5e5e5;
}

.isan-nav-pills > li {
  float: left;
}
.isan-nav-pills > li > a {
  border-radius: 0;
}
.isan-nav-pills > li + li {
  margin-left: 2px;
}
.isan-nav-pills > li.active > a,
.isan-nav-pills > li.active > a:hover,
.isan-nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #2b71ae;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0;

}


.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav-justified {
  width: 100%;
white-space:nowrap;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 0;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #f9be0a;
  opacity:0.9; 
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0;
  border-radius:0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e8791d;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #cccccc;
  text-decoration: none;
  background-color: #f9be0a;
  outline: 0;

}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
.nav-justified {
  width: 100%;
white-space:nowrap;
}
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }

  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}





/* タイポグラフィ */

.domain::before {
   content: '@';
}


h1,
.h1 {
 font-weight:normal;
 font-size: 24px;
padding:5px 15px;
line-height:26px;
color:#ade51e;
  background-color: #000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 0;
  border-radius:0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

h2::first-letter {
font-weight:normal;
color: #fac523;
font-size: 180%;
padding-right:0.1em;}
h2,
.h2 {
  font-size: 20px;
color:#444;
border-bottom:2px solid #fac523;
margin:1em 0 1em 0 ;
padding:5px 0;
}


h3,
.h3 {
font-weight:normal;
font-size:20px;

margin:0;
padding:0.5em 0;
color:#2b71ae;
line-height: 1.2;
color:#e8791d;
}
h3::before,
.h3::before {
font-size:20px;
content: ':: ';
}



h4,
.h4 {
font-weight:bold;
 font-size: 16px;
 margin:0.5em 0;
line-height:1.8;
padding:0 0 0 10px;
color:#000;
}

p {
  margin: 1em 10px;
  text-align:justify;
}

blockquote {
  padding: 10px 20px;
  margin: 20px;
  font-size: inherit;
border-left:1px solid #ade51e;}

ul {
margin-left:20px;
list-style:outside disc;
}


ul.ul_decimal {
list-style:outside decimal-leading-zero;
}
ul.ul_decimal li {
margin-bottom:0.5em;
}

ul.ul_none {
list-style:outside none;
}

ul.ul_none li {
margin-bottom:0.5em;
}


.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 20px;
	}

@media (max-width: 767px) {
.dl-horizontal dt {
margin:0 0 0 20px;
line-height: 1.5;
}

.dl-horizontal dd {
margin:0 0 10px 20px;
line-height: 1.5;}

}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
overflow: visible;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;

}

.dl-130 dt {
width: 130px;
padding-right: 10px;
margin-bottom:0.5em;
border-right:1px solid #ade51e;
}
.dl-130 dd {
margin-left: 150px;
}
.dl-250 dt {
	font-weight:normal;
width:250px;
padding-right: 10px;
border-right:0;
background:#fff;
}
.dl-250 dd {
margin-left: 230px;
}

.dl-250 dt:after {
content:" -";

}


}

@media (min-width: 992px) {

.col-np {
  padding-right: 0;
  padding-left: 0;
}

}

red, .red {
color: red;
}

.help-block {
color:#1d71ba;
}


lth {
	text-decoration: line-through;
	color: inherit;
}