@font-face {
font-family:-apple-system,BlinkMacSystemFont, Arial, Helvetica, "sans-serif";
}



body {
color:#000;
font-size:16px;
}

p, th, td, li, dt, dd, blockquote  {
font-size:16px;}

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

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

date {font-weight: bold;}
date::after {
   content: ' - ';
}

.x {
	color:#ccc;
}

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


/*-----------構造--------------*/
@media (min-width: 992px) {
body {
}
}


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

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


footer {
clear:both;
background:#0b1739;

}
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:16px;
line-height: 2;

}
@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:#0b1739;
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;
border: 0 solid transparent;
}


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





/* タイポグラフィ */






h2,
.h2 {
color:#892a40;
  font-size: 20px;

    margin: 1em 0;         /* デフォルトCSS打ち消し */
    padding:  0;        /* デフォルトCSS打ち消し */

}


h2 {

}
@media (min-width: 768px) {
h2:before {
    content:  '';                           /* 空白の要素を作る */
    height: 65px;                           /* 高さ指定 */
    width: 45px;                            /* 幅指定 */
    display:  inline-block;                 /* インラインブロックにする */
    background-image:  url("../images/h-bk-1.jpg");  /* 背景画像指定 */
    background-size:  contain;              /* 背景画像サイズ指定 */
    background-repeat:  no-repeat;          /* 背景画像リピート指定 */
    background-position:  center;           /* 背景画像位置指定 */
    vertical-align:  middle;                /* 上下中央揃え */
    margin-right:  10px;                    /* 右側に間を */
}

h2:after {
    content:  '';                           /* 空白の要素を作る */
    height: 60px;                           /* 高さ指定 */
    width: 38px;                            /* 幅指定 */
    display:  inline-block;                 /* インラインブロックにする */
    background-image:  url("../images/h-bk-2.jpg");  /* 背景画像指定 */
    background-size:  contain;              /* 背景画像サイズ指定 */
    background-repeat:  no-repeat;          /* 背景画像リピート指定 */
    background-position:  center;           /* 背景画像位置指定 */
    vertical-align:  middle;                /* 上下中央揃え */
    margin-left:  10px;                    /* 右側に間を */
}

}
@media (max-width: 767px) {

h2,
.h2 {
  font-size: 18px;


}
h2:before {
    content:  '';                           /* 空白の要素を作る */
    height: 48px;                           /* 高さ指定 */
    width: 34px;                            /* 幅指定 */
    display:  inline-block;                 /* インラインブロックにする */
    background-image:  url("../images/h-bk-1.jpg");  /* 背景画像指定 */
    background-size:  contain;              /* 背景画像サイズ指定 */
    background-repeat:  no-repeat;          /* 背景画像リピート指定 */
    background-position:  center;           /* 背景画像位置指定 */
    vertical-align:  middle;                /* 上下中央揃え */
    margin-right:  0px;                    /* 右側に間を */
}

h2:after {
    content:  '';                           /* 空白の要素を作る */
    height: 45px;                           /* 高さ指定 */
    width: 28px;                            /* 幅指定 */
    display:  inline-block;                 /* インラインブロックにする */
    background-image:  url("../images/h-bk-2.jpg");  /* 背景画像指定 */
    background-size:  contain;              /* 背景画像サイズ指定 */
    background-repeat:  no-repeat;          /* 背景画像リピート指定 */
    background-position:  center;           /* 背景画像位置指定 */
    vertical-align:  middle;                /* 上下中央揃え */
    margin-left:  0px;                    /* 右側に間を */
}


}




h3 {
font-weight:normal;
font-size:16px;
color: #892a40;

margin:20px 0;
color:#892a40;
line-height: 1.2;
}
h3::before,
.h3::before {
font-size:36px;
content: '|| ';

}



h4,
.h4 {
font-weight:bold;
 font-size: 16px;
 margin:0;

padding:10px 0;
}

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

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

ul {
margin:20px 0;
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:inside none;
margin:20px 0;
padding:0;
}

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 {
color: red;
}

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


.keshi {
	text-decoration: line-through;
	color: inherit;
}