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

/* ------------------------------------------------------------
	00. BASE SETTING CSS
   ------------------------------------------------------------ */

body{
	color: #333;
	width:100%;
	background:#FFF;
	font-size:14px;
	line-height:1.6;
}
.fs_16 {
	font-size:16px;
	line-height:1.7;
}

:root * {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
:root * a img {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
:root * img {
	vertical-align: bottom;
}

section {
	padding:20px 0 20px;
}
.imgresponsive {
	width:100%;
max-width: 100%;
height: auto;
margin:2% 0;
}
/* ------------------------------------------------------------
	links
   ------------------------------------------------------------ */

a {outline: none;}

a,
a:link,
a:visited{
	text-decoration: none;
	color: #2E3233;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover{
	opacity:0.5;
}


/* ------------------------------------------------------------
	02. LAYOUT CSS
   ------------------------------------------------------------ */

/* ------------------------------------------------------------
	header
   ------------------------------------------------------------ */
#header{
	width: 100%;
	text-decoration: none;
	background: #FFF;
}
#header .headerInner{
	width: 1070px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}


#header #logo{
	position: absolute;
	top: 10px;
	left: 0;
}
#header #logo img{
	vertical-align: middle;
	width:534px;
	height:auto;
}
	#header #logo a:hover{
		opacity:1.0;
	}
	#header #logo img:hover{
		opacity:1.0;
	}
#header #logo_sp{
	display:none;
}
#header .h1txt{
	position: absolute;
	top: 70px;
	font-size:12px;
	line-height:14px;
	color:#666;
}
#head_tel{
	position: absolute;
	top: 18px;
	right:0;
	font-size:27px;
	font-weight:bold;
}
#head_tel .telbtn {
	background-color:#F4F4F4;
	border-radius:10px;
	padding:6px;
	font-size:14px;
	position:absolute;
	top:4px;
	left:-50px;
}


/* ------------------------------------------------------------
	hamburgerMenu
   ------------------------------------------------------------ */


/* ------------------------------------------------------------
	globalNav
   ------------------------------------------------------------ */
#globalNav{
	position: absolute;
	top: 110px;
	
	
}
#globalNav ul{
	border-left:1px solid #999;
}

#globalNav ul li{
	display: inline-block;
	text-align:center;
	width:auto;
	padding:0 20px;
	border-right:1px solid #999;

}
#globalNav ul li:first-child{
	margin-left:0;
}
#globalNav ul li a{
	position: relative;
	display:block;
	font-size:15px;
	font-weight:bold;
	letter-spacing: .1em;
}
	#globalNav ul li a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 1px;
		background-color: #000;
		transition: .3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

#globalNav ul li a:hover{
	opacity:1.0;
}
	#globalNav ul li a:hover:after {
		width: 100%;
	}
/* ------------------------------------------------------------
	contents
   ------------------------------------------------------------ */
#contents {
	width: 1070px;
	margin: 0 auto 100px;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

#contents #main{
	width: 75%;
	float: right;
    min-height: 128px;
}
#contents #side{
	width: 23%;
	float: left;
}

.ttlarea{
	background-color:#F4F4F4;
	zoom:1;
	height:80px;
	margin-bottom:3%;
}
	.ttlarea:after {
	  content: "";
	  display: block;
	  clear: both;
	  }

.ttlarea .hd_h1{
	
    float: left;
	padding:18px;
	padding-left:30px;
	font-size:28px;
}
.ttlarea .hd_h2{
    float: left;
	line-height: 40px;
}
#main .hd_h2{
	line-height: 1.0;
	margin-bottom:30px;
	text-align:center;
	background-color:#F4F4F4;
	padding:15px 0 12px;
}

/*	breadCrumb
   ------------------------------------------------------------ */
#contents #breadCrumb{
	font-size: 12px;
	margin:20px 0 50px;
}
#contents #breadCrumb li{
	display: inline-block;
	position: relative;
	color:#787a7b;
}
	#contents #breadCrumb li:after{
		content:'>';
		display:inline-block;
		margin:0 5px 0 10px;
	}
	#contents #breadCrumb li:last-child:after{
		content:'';
		display:none;
	}

#contents #breadCrumb li a{
	color:#787a7b;
}



/* ------------------------------------------------------------
	side
   ------------------------------------------------------------ */
#side .side_menu{
}
#side .side_menu li{
	font-size:14px;
	border-top:1px dotted #2E3233;
}
#side .side_menu li:last-child{
	border-bottom:1px dotted #2E3233;
}
#side .side_menu li a{
	display:block;
	padding:7px 5px;
	line-height:1.4em;
}
#side .side_menu li a:hover{
	background: #F0EDD4;
	opacity:1.0;
}

.side_menu li {
	padding:2% 0;
}
.side_menu li img {
	width:100%;
}

/* ------------------------------------------------------------
	footer
   ------------------------------------------------------------ */
#footer{
	width: 100%;
	background:#F4F4F4;
}
#footer .footerInner{
	width: 1070px;
	margin: 0 auto;
	padding: 35px 0 10px;
	position: relative;
}
#footer #footerNav{
	zoom:1;
	margin-bottom:20px;
}
	#footer #footerNav:after {
	  content: "";
	  display: block;
	  clear: both; }


#footer #footerNav dl{
	width:auto;
	float:left;
	margin-right:30px;
}

#footer #footerNav dl dt a{
	width:100%;
	font-size:15px;
	font-weight:bold;
	padding-bottom:8px;
	border-bottom:2px solod #000;
}
#footer #footerNav dl dt{
	border-bottom:1px solid #000;
	margin-bottom:15px;
}

#footer #footerNav dl dd li{
	font-size:12px;
	margin-bottom:5px;
}

#footer .footerInnerBottom{
	background:#fff;
	padding:20px 0;
}

/* ------------------------------------------------------------
	footerInnerBottom
   ------------------------------------------------------------ */
#footerInnerBottom{
	height:50px;
}
.footerInnerBottom{
	width: 1070px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
}
.footerInnerBottom ul{
	float:left;
	border-left:1px solid #999;
}

.footerInnerBottom ul li{
	display: inline-block;
	text-align:center;
	width:auto;
	padding:0 20px;
	border-right:1px solid #999;

}
.footerInnerBottom ul li:first-child{
	margin-left:0;
}
.footerInnerBottom ul li a{
	position: relative;
	display:block;
	font-size:14px;
	letter-spacing: .1em;
}
	.footerInnerBottom ul li a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 1px;
		background-color: #000;
		transition: .3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

.footerInnerBottom ul li a:hover{
	opacity:1.0;
}
	.footerInnerBottom ul li a:hover:after {
		width: 100%;
	}

/*	footerCopyright
   ------------------------------------------------------------ */
#footerInnerBottom #footerCopyright{
	float:right;
	font-size:12px;
}

#pagetop {
	display:none;
}
/*#pagetop {
	position: fixed;
	right: 30px;
	bottom: 45px;
	z-index: 999;
	display: none;
}
#pagetop a {
	display:block;
	width:70px;
	height:70px;
	border-radius:70px;
	background: #91c9d2;
	opacity:0.3;
	text-align:center;
	line-height:40px;
}
#pagetop a img{
	opacity:1.0;
}
#pagetop a:hover {
	opacity:1.0;
}
*/
.name {
	font-size:1.6em;
	font-weight:bold;
}
.name2 {
	font-size:1.1em;
	font-weight:bold;
	color:#C33;
	line-height: 1.2em;
}

.iro {
	color:#C33;
}
.bld {
	font-weight:bold;}
.cntr {
		text-align:center;
		margin:0 auto;}


/*スクロール*/
.scroll{overflow-y:scroll;
height:430px;
padding-right:10px;
}
.scroll::-webkit-scrollbar{width:10px;}/*バーの太さ*/
.scroll::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.scroll::-webkit-scrollbar-thumb{background:#FCBA00;}/*バーの色*/
/*スクロール*/

.padbtm1 {padding-bottom:1%;}
.padbtm2 {padding-bottom:2%;}
.padbtm3 {padding-bottom:3%;}
.padtop1 {padding-bottom:1%;}
.padtop2 {padding-bottom:2%;}
.padtop3 {padding-bottom:3%;}

.mrgnbtm1 {margin-bottom:1%;}
.mrgnbtm2 {margin-bottom:2%;}
.mrgnbtm3 {margin-bottom:3%;}
.mrgntop1 {margin-top:1%;}
.mrgntop2 {margin-top:2%;}
.mrgntop3 {margin-top:3%;}


.shosaibtn {
	display:inline;
	background-color:#C33;
	padding:2% 3% 1%;
	color:#fff;
	font-size:0.9em;
}
.shosaibtn:hover {
	background-color:#C70000;
}
.catch1 {
	font-size:23px;
	line-height:1.4em;}
.mds01 {
	background-color:#999;
	padding:1% 2% 1%;
/*	margin-bottom:2%;
*/	font-size:18px;
	font-weight:bold;
	color:#FFF;
}


a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )"; 
}

.brnone_sp { display:inline; }
@media screen and (max-width:480px){
.brnone_sp { display:none; }
}
.brnone_pc { display:inline; }
/* ▼広い画面用の表示順序(横幅1070px以上の場合に適用) */
@media all and (min-width: 480px) {
	.brnone_pc { display:none; }
}

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}

.catch { font-size:2.2em; line-height:1.6em;}
.catch2 { font-size:1.9em; line-height:1.5em;}
.catch3 { font-size:1.7em; line-height:1.4em;}
.catch4 { font-size:1.3em; line-height:1.3em;}
.catch5 { font-size:1.2em; line-height:1.2em;}
.catch6 { font-size:1.1em; line-height:1.2em;}
@media screen and (max-width:480px){/*19*/
.catch { font-size:1.6em; line-height:1.6em;}
.catch2 { font-size:1.5em; line-height:1.5em;}
.catch3 { font-size:1.3em; line-height:1.4em;}
.catch4 { font-size:1.1em; line-height:1.4em;}
.catch5 { font-size:1.1em; line-height:1.4em;}
.catch6 { font-size:1em; line-height:1.3em;}
}


.mds01{
color: #000000;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
/*display: inline-block;おまじない*/
line-height: 1.3;/*行高*/
background: #FCBA00;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
margin-bottom:2%;
}

.mds01:before {
content: '●';
color: white;
margin-right: 8px;
}

.mds02 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
margin-bottom:3%;
}

.mds02:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;

}
@media screen and (min-width:768px){
.triggerbtn p.menu {
	display:none;
}
}

.gly_waku {
	background-color: #F4F4F4;
	padding: 20px;}
}
.brdr_bottom {
	border-bottom: 1px solid #ccc;
	
}

/*リストスタイいる*/
ul.list1, ol {
  padding: 0;
  position: relative;
}

ul.list1 li, ol li {
  color: black;
  border-left: solid 8px orange;/*左側の線*/
  background: whitesmoke;/*背景色*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
  padding: 0.5em;
  list-style-type: none!important;
}



.glyphicon-check:before {
    content: "\e067";
}


