@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------------
  						reset
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {	line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {	border-collapse: collapse;border-spacing: 0;}
/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
body{
	-webkit-text-size-adjust: none;
	font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	color:#202020;
	line-height:1.5;
	}
a{
	color:#333;
	text-decoration:none;
	outline: none;		
}
a:hover{
	text-decoration:underline;
	color:#666;
	}
/*---------------------------------------------------------
  						header
---------------------------------------------------------*/
#header{
	background-color:#FFF;
	border-bottom:solid 1px #e1e1e1;
	width:100%;
	}
#header .logo{
	float:left;
	padding-top:34px;
	}
#header a{
	color:#202020;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	}
#header a:hover{
	color:#ebebeb;
	text-decoration:none;
	}
.header-box{
	width:1150px;
	margin:auto;
	}
.header0{
	background:#0066cc;
	border-bottom:solid 1px #e1e1e1;
	width:100%;
	margin:-20px 0 0 0;
	}
.header-box0{
	width:1150px;
	margin:auto;
	font-size:12px;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
	}
#header .logo h1{
	font-size:24px;
	font-weight:bold;
	margin-bottom:5px;
	}
/*---------------------------------------------------------
  						nav
---------------------------------------------------------*/
#header .head-nav{
	float:right;
	}
ul#menu-headnav{
	position:relative;
	}
ul.menu li{
	float:left;
	position:relative;
	}
ul.menu li a{
	cursor:pointer;
	display:block;
	padding:40px 15px 40px 15px;
	}
/*サブメニュー*/
ul#menu-headnav ul{
	position:absolute;
	background:#06C;
	z-index:99999;
	top:80px;
	width:200px;
	}
ul#menu-headnav ul>li{
	color:#fff;
	line-height:1.3;
	float:none;
	text-align:left !important;
	border:#CCC solid 1px;
	}
ul#menu-headnav ul>li a{
	color:#fff;
	border:none !important;
	display:block;
	zoom: 100%;	
	padding:10px 15px 10px 15px;
	width:auto;
	height:auto !important;
	}
ul#menu-headnav{
	zoom: 100%;	
	}
ul#menu-headnav:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
	}
#menu-headnav ul.sub-menu li{
	position:relative;	
	}
#menu-headnav ul.sub-menu li ul.sub-menu{
	position:absolute;
	background:#202020;
	z-index:9999;
	zoom:100%;
	left:200px;
	top:0;
	}
#menu-headnav ul.sub-menu  ul>li{
	color:#fff;
	line-height:1.5;
	float:none;
	text-align:center !important;
	}
#menu-headnav ul.sub-menu  ul>li a{
	border:none !important;
	display:block;
	padding:10px 40px 10px 40px;
	height:auto !important;
	}

.simple-menu-button{
	text-align:center;
	margin:40px 0;
	}
.simple-menu-button a{
	padding:10px;
	background:#333;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;	
	}
.simple-menu-button a:hover{
	text-decoration:none;
	background:#000;	
	}


#mobile {
    display: none;
}

.bot{
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;}

.waku {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background:url(../img/back.jpg) repeat;
  border:1px #CCC solid;
  box-sizing:border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.waku2 {
  min-height: 20px;
  padding: 19px;
  background:url(../img/back.jpg) repeat;
  border:#CCC double;
  border-radius: 2px;
  box-sizing:border-box;
  border-radius:15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/*---------------------------------------------------------
  						Sidr
---------------------------------------------------------*/
/*Media Queries*/
@media screen and (max-width: 768px) {

#mobile {
        display: block;
		position:relative;
		top:-78px;
		height:0px;
    }
#mobile a{
	display:inline-block;
	padding:10px;
	font-size:21px;
	color:#06C;
	}
.head-nav{
	display:none;	
	}



#header{
	border-bottom:none;	
	}
.header-box0{
	width:auto;	
	}
.header-box{
	width:auto;	
	}
#header .logo{
	float:none;
	text-align:center;
	padding:30px 0;
	}
.content{
	padding:10px;	
	}
}

.imgbor{
	border:5px #fff solid;
	box-sizing:border-box;}

.line1{
	height:10px;
	width:100%;
	background:#CCC;
	margin-top:10px;}

.line2{
	height:10px;
	width:100%;
	background:#CCC;
	padding-bottom:10px;}

.hoka li{
  font-size:14px;
  border-bottom: 1px dotted #666666;
  padding:5px 0 5px 0;
  margin-left:0;
 letter-spacing:1px;
 line-height:200%;
}

.bu1{
	padding-bottom:30px;
	margin:0px;}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.hako{
font-size:36px; background:#0067ac; font-weight:bold; color:#FFF;
padding:0 5px 0 5px;
margin:0 5px 0 0;
text-shadow:none;
	}

.footer-menu {
  padding: 30px 0 10px 0;
  margin: 0 0 0 0;
  text-align: center;
}
.footer-menu li {
  display: inline-block;
  color: #3f3a39;
  font-size: 14px;
  line-height: 15px;
}
.footer-menu li a {
  margin: 0 12px;
  color: #3f3a39;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-menu li:first-child a {
  margin-left: 0;
}
.footer-menu li a:hover,
.footer-menu li a.current {
  text-decoration: underline;
}

.mgb30{margin-bottom:30px;}

.jumbotron {
      background-position: center center;
	  background-repeat:no-repeat;
      background-size: cover;
      color: #333;
	  letter-spacing:2px;
	  box-shadow:1px 2px 20px 1px #ccc;
    }
    
    .jumbotron .container {
      margin-top: 3%;
    }

    .jumbotron .container h2{
		font-size:24px;
		font-weight:bold;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		padding-bottom:10px;
    }
    
    .jumbotron .container p{
		font-size:12px;
		color:#0163ba;
    }
    
    .jumbotron .midashi-btn {
      border: 1px solid #fff;
      color: #fff;
      border-radius: 0;
    }
    
    .jumbotron .midashi-btn:hover {
      color: #0089ff;
      border-color: #0089ff;
    }


@media (min-width: 992px) {
.bosm{
	padding-bottom:20px;}

.no-gutter2 > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
}

.supplement{font-size:12px; color:#999;}
