/*
Theme Name: wish
Description:This theme made by mitsuishi
Theme URI: http:
Author: wish
Author URI:
Version: 0.1
License: Apache License v2.0
License URI:
*/

.megamenu-inner.float-none {
  float: none;
  clear: both!important;
}

#company th {
  white-space: nowrap;
}
/*メガメニューPC1121px以上のとき*/

	div.megamenu {
	display: none;
	overflow: auto;
    position: absolute;
    top: 50px;
    left: 0;
    max-height: calc(100vh - 50px);
    padding: 1.5em 0 3em;
    z-index: 100;
	width: 1180px;
	margin-top:0!important;
}

.megawrapper{
    background: #FFF;
    padding-bottom:1em;
    margin-top: -0.5em;
}

.is-active div.megamenu::before {
  content: '';
  position: absolute;
  z-index: 3000;
  margin-bottom: 0;
  background: none;
  display: inline-block;
  border: 15px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 15px;
  border-bottom: 15px solid #FFF;
  color: #FFF;
  margin-left: 0;
  line-height: 1;
  top: -.8em;
  left: 6.5em;
}
	
	.is-active div.megamenu {
    display: block;
    /*animation: show .5s ease 0s forwards;
    -webkit-animation: show .5s ease 0s forwards;*/
}

.megamenu-inner{
	max-width:1180px;
	margin-top: 2.5em;
	padding-bottom:2em;
	display:grid;
}

.topcategory {
    font-size: 1.5em;
    font-weight: 900;
    border-bottom: 3px solid #318532;
	display: block;
	text-align: left;
}

dl.megamenu-inner dt, .megamenu-inner dd a {
    text-align: left;
}

.megamenu-inner dd a:hover span {
    color: #318532 !important;
}


dl.megamenu-inner dt {
    font-size: 1.1em;
    margin-bottom: .5em;
	
}


.megamenu-inner dd ul li {
    text-align: left;
    float: left;
    line-height: 1.6em;
	list-style-type: none;
width: 16.666%;
box-sizing: border-box;
}

ul.bottom-menu{
	box-sizing:border-box;
}

ul.bottom-menu li {
    width: 50%;
    float: left;
    margin: 0 auto;
    list-style-type: none;
	box-sizing: border-box;
}


ul.bottom-menu li a {
    box-sizing: border-box;
    padding: .5em 3em;
    display: block;
    margin: 2em 6em 0 6em;
    background-color: #318532;
    color: #FFF;
}



a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}


ul.bottom-menu li a:hover {
	color:#FFF;
	background:#333333;
}

ul.bottom-menu li a::after{
  content:' ';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  display: block;
  margin-top: -1.5em
}

.megamenu-inner dd img {
    max-width: 30%;
    display: inline-block;
    vertical-align: middle;
}

dl.megamenu-inner dd ul li span {
    font-size: 1em;
    font-family: inherit;
    display: inline-block;
    line-height: .9em;
    vertical-align: middle;
		color:#121212;
}

.filter-active::before{
	    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    display: block;
    position: absolute;
    z-index: 99;
}

@media only  screen and (min-width:1180px){
header .container{
		max-width:1180px;
	}

}



@media screen and (max-width:1179px){
header .container{
	max-width:100vw;
	width:100vw!important;
	}	
	
.megamenu{
	max-width:none;
	width:100vw!important;
	overflow-x: auto;
	}

	
	
}


	.sp-hide{
		display:block!important;
	}
	
	.pc-hide{
		display:none!important;
	}

/*メガメニュータブレット1120px～970pxまで*/
@media only screen and (min-width:970px) and (max-width:1280px){
.megamenu-inner dd ul li {
width: 33.33333%!important;
}
}

/*メガメニューSP969px以下*/
@media screen and (max-width:969px){

span.navitx{color:#2e842f !important;}

dt.navitx{#404040!important}

	.topcategory{
		display:none;
	}
	
	div.megamenu {
  display: none;
  overflow: auto;
  position: relative;
  top:0!important;
}
	
	.is-active div.megamenu{
		display: block;
		overflow: auto;
		position: relative;
		padding: 1.5em 0 3em;
		background:#007033 !important;
		z-index: 100;
		width: 100%;
        margin-top: 1em;
	}
	
	.megamenu-inner {
  max-width: 969px;
  margin-top: 0em;
  padding-bottom: 0;
  display: grid;
}
	dl.megamenu-inner dt {
  font-size: 1.1em;
  margin-bottom: .5em;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
	.megamenu-inner dd ul li {
  		text-align: left;
  		float: none;
  		line-height: 1.6em;
  		list-style-type: none;
  		width: 100%;
  		box-sizing: border-box;
	}
	
	.megamenu-inner dd ul li a {
  color: #FFF;
  line-height: 3em;
  display: block;
  padding-left:1em;
}
	
	.megamenu-inner dd ul li img {
  		display:none;
	}
	
	dl.megamenu-inner dd ul li span {
  font-size: 1em;
  font-family: inherit;
  display: inline-block!important;
  line-height: 1.2em;
  vertical-align: middle;
  color: #fff;
}
	dl.megamenu-inner dd ul{
		padding-left:0;
	}
	

.is-active .hover-btn::after {
    display:none;
}
	
	.sp-hide{
		display:none!important;
	}
	
	.pc-hide{
		display:block!important;
	}
	
.bottom-menu {
  padding-left: 0;
  margin-right: 1em;
}
	
	ul.bottom-menu li {
  width: 100%;
  float: none;
  margin: 0 auto;
  list-style-type: none;
  box-sizing: border-box;
}
	
ul.bottom-menu li a {
  box-sizing: border-box;
  padding: .5em 3em;
  display: block;
  background-color: #318532;
  color: #FFF;
  margin-right: 1em;
  width: 100%;
  margin-left: 0;
}
}



.my-1{
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.px-1{
	padding-left:0.15em!important;
	padding-right:0.15em!important;
}
.mb-0{
	margin-bottom:0;
	padding-bottom:0;
}

.greenlinebox li:first-child {
    margin-top: 0;
}

header .container{
		max-width:1180px!important;
	}
.swiper-slide a:hover img, .swiper-slide a:focus img{
		opacity: 1!important;
	}	

.swiper-slide a:hover, .swiper-slide a:focus {
    opacity: 1;
    text-decoration: none;
}


/*焼却炉・溶融炉　製品とサービス*/


.seihin-service div a{
    width: 100%;
    box-shadow: 0 3px 0 0 #cccbcb;
    border: 1px solid #cccbcb;
padding:.5em 1em;
background: -webkit-gradient(linear,left bottom,left top,from(#e6e2df),to(#fff));
background: linear-gradient(to top,#e6e2df 0%,#fff 100%);
border-radius: 5px;
display:block;
}

.seihin-service div a::before{
content:' ';
background-image:url(https://mitsuishi-hc.jp/wp-content/themes/mitsuishi/images/icon_arrow.png);
background-repeat:no-repeat;
font-size: 1.8rem;
padding: .5em 1em;
background-size: .8em;
background-position: right 20px center;
}


/*設備機器一覧*/
#s-1:hover,#s-2:hover,#s-3:hover,#s-4:hover,#s-5:hover{
color:#FFF!important;
background:#007033!important;
}
#s-1:before,#s-2:before,#s-3:before,#s-4:before,#s-5:before {
    content: '\025bc';
    color:#007033;
    font-size: 0.6em;
    margin-right: 1em;
    margin-left: 1em;
}

#s-1:before:hover,#s-2:before:hover,#s-3:before:hover,#s-4:before:hover,#s-5:before:hover {
    color:#FFF!important;
}

dl.setsubi {
	display:none;
}

dl.setsubi dt{
margin-bottom:0.8em;
font-size:1.02em;
}

dl.setsubi dt:before {
    content: '〇';
    color: #007033;
    margin-right: 0.3em;
    font-weight:900;
}

dl.setsubi dd{
	padding-left:2.5em;
	margin-bottom:1.5em;
}
dl.setsubi dd:before{
content:'';
padding-right:0.3em;
width: 8px;
height: 1px;
background-color: #666;
display: block;
margin-bottom:-0.6em;
margin-left:-1em;
}



.row.margin0{
margin-left:0;
margin-right:0;
}

.movie-wrap {
     position: relative;
     padding-bottom:24em; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
	margin-bottom:30px;
}
 
.movie-wrap iframe {
     position: absolute; 
     top: 0;
     left: 0;
     width: 100%;
}
/*耐火物についてのページ*/

div.t-menu{padding-bottom:20px;}
div.t-menu a{font-size:0.9em; color:darkgreen;}
a.active{color:#222222!important;border-bottom:2px solid #77cb47;}
span.st{font-size:0.8em;}

table.kikaku{border:1px solid #ECECEC; font-size:0.9em; padding:3px;}
table.kikaku td{border:1px dotted #ECECEC;}
table.kikaku td.gn{background:#00893c; color:#FFF; text-align:center; width:10%;}
table.kikaku td.yw{background:#EDC585; text-align:center; width:20%;}
table.kikaku td.wt{padding-left:1em; width:70%; text-align:left;}

table.kikaku th{background:#00893c; color:#FFF; border:1px dotted #ECECEC;}
table.kikaku td.gry{background:#f9f9f9;}

div.btnrow{display:flex!important;display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex}

div.btn01{
 font-size:14px;text-align:left;
 border:1px solid rgba(0,0,0,0.2);
 width: 31%;
 margin: 1%;
}

div.btn02{
 font-size:14px;text-align:left;
 border:1px solid rgba(0,0,0,0.2);
 width: 31%;
 padding-bottom:2.4em;
 margin: 1%;
}

p.disabled{font-size:14px;
border:1px solid rgba(0,0,0,0.2);
border-radius:2px;
color:rgba(0,0,0,0.5);
width:50%;
text-align:center;
padding:0 5px;
}

p.disabled-next{font-size:14px;
border:1px solid rgba(0,0,0,0.2);
color:rgba(0,0,0,0.5);
width:50%;
border-radius:2px;
text-align:center;
margin-left: auto;
padding:0 5px;
}

p.next{font-size:14px;
border:1px solid #00893c;
border-radius:2px;
background:#00893c;
color:#FFF;
text-align:center;
margin-left: auto;
padding:0 5px;}

p.next a{font-size:14px;
color:#FFF;
}

p.next:hover{font-size:14px;
border:1px solid #00893c;
background:#FFF;
color:#00893c;
text-align:center;
padding:0 5px;
margin-left: auto;
}

p.next a:hover{color:#00893c;}

p.previous{font-size:14px;
border:1px solid #00893c;
border-radius:2px;
background:#00893c;
color:#FFF;
text-align:center;
margin-right: auto;
padding:0 5px;}

p.previous a{font-size:14px;
color:#FFF;
}

p.previous:hover{font-size:14px;
border:1px solid r#00893c;
background:#FFF;
color:#00893c;
text-align:center;
padding:0 5px;

}

p.previous a:hover{color:#00893c;}

    .append-buttons {
      text-align: center;
      margin-top: 20px;
    }


    .append-buttons {
      text-align: center;
      margin-top: 20px;
    }
    .append-buttons a {
      display: inline-block;
      border: 1px solid #007aff;
      color: #007aff;
      text-decoration: none;
      padding: 4px 10px;
      border-radius: 4px;
      margin: 0 10px;
      font-size: 13px;
    }


#f4f3ef


div.left5{padding-left:5px!important;}

ol.ol-taika{padding-bottom:30px;}
ol.ol-taika li{margin:0.3em; font-size:15px;}

@media screen and (min-width:750px) { img.md-float{
float:right;}}

table.koutei{
font-size:0.9em;
border:0.5px solid #cccccc;
}

table.koutei th.left{text-align:left;padding-left:0.5em;background:#f4f3ef!important;color:#222222!important;width:45%;}
table.koutei th.left a{color:#222222!important;}
table.koutei th{padding:0.5em;background:#00893c; color:#FFF;border: 1px solid #c0c0c0;}
table.koutei td {
	border: 1px solid #c0c0c0;
	padding: 6px;
	text-align: center;
	width:27.5%;
}

table.koutei tbody{width:100%;}

p.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;}

p.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;}


p.rdrdrd{
font-weight:600;
color:#E40000;
text-align:center;
}

p.rdrdrd2{
font-weight:600;
color:#E40000;
text-align:right;
}


div.vermid{
display:inline-block;
vertical-align: middle;}

.greentx{
font-size:14px;
border-radius:5px;
margin: 0 20px 13px 0;
padding: 0px 10px;
}

.size14{font-size:14px;}

.smallnt{
border:1px solid #007033;
font-weight:600;
font-size:12px;
color:#007033;
padding:2px 10px;
margin-right:5px;
text-align:center;
border-radius:4px;
}

.d-flex{
	display:flex;
	flex-wrap: nowrap;
}

.waku{
border:1px solid #E6E6E6;
padding:5px;
margin-bottom:15px;
}

.waku p{
	margin-bottom:0;
}

.ftx{
font-size:14px;
color:#111;
}

.web-btn {
    color: #FFF;
    background: #318532;
    font-size: .9em;
    padding: .5em 1em;
    border-radius: 5px;
    margin-bottom: 0;
}

.btreturn{
border:1px solid #007033;
font-weight:600;
font-size:12px;
color:#007033;
padding:2px 10px;
margin-right:5px;
margin-top:10px;
text-align:center;
border-radius:4px;
}

.btnext{
background:#007033;
font-weight:600;
font-size:12px;
color:#FFF;
padding:2px 10px;
margin-right:5px;
text-align:center;
border-radius:4px;
margin-top:10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  overflow-x:hidden!important;
  width:100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size:18px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /*border: 1px solid #c0c0c0;*/
  width:99%;
}

table th{/*border: 1px solid #c0c0c0;*/ text-align:center; background: #F9F9F9;}
table td{/*border: 1px solid #c0c0c0;*/ padding:6px; text-align:center;}

table.history{font-size:0.9em; border: 1px solid #c0c0c0; background: #efefef; margin-top:1.2em; color:#222;}
table.history tr{border-bottom: 1px dotted #c0c0c0; text-align:center; color:#222;}
table.history th{padding:0.2em 0.5em!important; margin:3px; background: #f4f3ef; color:#222;}
table.history td{padding:0.2em 0.2em 0.2em 0.8em !important; margin:3px; text-align:left; background: #FFF; color:#222;}
th.nowrap {white-space:nowrap!important;}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  
  	.TopBlockCol-2 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 20%;
}

	.TopBlockCol-3 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 25%;
}


	.TopMenukCol-4 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 20%;
}
	


/*--------------------margin---------------------*/

img.center{display: block;margin-left: auto;margin-right: auto;clear: both;}
.center{display: block;margin-left: auto;margin-right: auto;clear: both;}
p.center{ text-align:center}

/*--------------------margin---------------------*/

.Mt10{ margin-top:10px;}
.Mt15{ margin-top:15px;}
.Mt18{ margin-top:18px;}
.Mt20{ margin-top:20px;}
.Mt25{ margin-top:25px;}
.Mt30{ margin-top:30px;}
.Mt40{ margin-top:40px;}
.Mt50{ margin-top:50px;}
.Mt80{ margin-top:80px;}
.Mb10{ margin-bottom:10px}
.Mb20{ margin-bottom:20px}
.Mb10-sm{ margin-top:10px; margin-bottom:10px}
.Mb20-sm{ margin-top:20px; margin-bottom:20px}
.Mb30{ margin-bottom:30px}
.Mb50{ margin-bottom:50px}
.Mb80{ margin-bottom:80px}
.Pt20{ padding-top:20px}
.p-1{padding:1em!important;}


/*----------------------------スワイプ ------------------------------*/


/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

/* external css: flickity.css */
* {-webkit-box-sizing: border-box;box-sizing: border-box;}

.gallery {background:url(images/flickity_back.png) !important;}
.gallery img {display: block;height: 260px;}

.bg-pageTop { background: url(css/images/page-bg01.jpg) !important; background-position: center center; background-repeat: no-repeat; height:150px; background-size: cover;} 
.bg-pageTop h1.pageTitle { color: #ffffff !important; font-size:30px; font-weight: bold; margin: 40px 0 0 0;} 

table { width:100%; margin:0 0  30px 0;}
tbody.evenodd tr { }
tbody.evenodd th { color:#ffffff !important; background:#515151 !important; padding: 10px  15px  10px  15px; width:25%; border-bottom: 2px solid rgba(0,0,0,0) !important; border-right: 2px solid rgba(0,0,0,0) !important; background-clip:padding-box;}
tbody.evenodd th { color:#ffffff !important; background:#515151 !important; padding: 10px  15px  10px  15px; width:25%; border-bottom: 2px solid rgba(0,0,0,0) !important; border-right: 2px solid rgba(0,0,0,0) !important; background-clip:padding-box;}
tbody.evenodd td { color: #515151 !important; padding: 10px; width:75%; line-height: 22px;}
tbody.evenodd tr:nth-child(even) td { background-color:#FCFCFC !important; border-bottom: 2px solid rgba(0,0,0,0) !important; background-clip:padding-box;}
tbody.evenodd tr:nth-child(odd) td { background-color:#f4f3ef !important; border-bottom: 2px solid rgba(0,0,0,0) !important; background-clip:padding-box;}

.Tred{ font-weight:bold; background-color:#F00 !important; color:#FFF !important; font-size:14px; padding:5px; margin-bottom:20px}
.Tblack{font-weight:bold; font-size:14px; margin-bottom:20px}
table.qua{ padding:10px; display:none;}

/*--------------------headernav---------------------*/
.navbar {
  background:#F7F7F7 !important;
  height:50px;
}

	#menu-test{
		display:contents;
	}
	#menu-test li{
		width:20%;
	}	
	
.navbar-nav{ margin-top:0px;}

.navbar-nav > li{width:20%;}
.navbar-nav > li > a {border-left:solid 1px #DCDCDD !important;
	font-size:16px;
	text-align:center;
	color:#000;
	margin:0px 0 0px 0;
	height:0px}
	.navbar-nav li.end{border-right:solid 0px #DCDCDD !important;}
	.navbar-nav > li a span{display: none !important;}
	
  .navbar-nav > li {
    float: left; width:20%;
  }
  .navbar-nav > li > a {
    border-radius: 0px;
  }
  .navbar-nav.pull-right {
    float: right;
  }
  .nav-collapse.collapse {
    display: block;
    overflow: visible;
	max-height:30px
  }


/*---------------------------footer------------------------------*/

footer{ background-color:#007033; margin-top:50px; padding:0;}


.FooterLine {
  border-bottom: solid 1px #003a29;
  box-shadow: 0px 1px 0px 0px #00893c;
  margin:0;
  padding: 9px 0 0 0px; 
  color: #fff !important;
  height:50px;}
.FooterLine a {color: #FFF !important;text-decoration: none;font-size: 14px;}

.FooterHeading {
  background: #FFF !important;
  border-radius: 5px;
  color: #1e7b08 !important;
  font-size: 15px;
  margin: 0 20px 13px 0;
  padding: 0px 10px; }


tbody.quality th.one { color:#fff !important; background:#6D6D6D !important; padding: 5px  15px  5px  15px; width:200px; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #fff; background-clip:padding-box;}
tbody.quality th.two { color:#fff !important; background:#6D6D6D !important; padding: 5px  15px  5px  15px; width:200px; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #6D6D6D; background-clip:padding-box;}
tbody.quality th.three { color:#fff !important; background:#6D6D6D !important; padding: 5px  15px  5px  15px; width:200px; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #fff; background-clip:padding-box;}
tbody.quality td { color: #000; padding: 10px 0 10px 0; line-height: 22px; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #6D6D6D !important;border-left: 1px solid #6D6D6D !important; font-size:13px;}
tbody.quality td.image{vertical-align: top;}



}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  font-size: 16px;
  line-height:2.1em;
  color: #000000;
 background:none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #318532;
  text-decoration: none;
}

a:hover{ opacity:0.8;}

a:hover,
a:focus {
	opacity:0.8;
  text-decoration:none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 500px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

p {margin: 0 0 10px; padding-top:8px; padding-bottom:8px; font-size:15px;}

.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {

}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,h2,h3,h4,{line-height: 1.1;}
h1,h2,h3 {margin-top: 0px;margin-bottom: 10px;font-size:18px;}


h1,
.h1 {
  font-size: 30px;
  color: #404040;
}

h1.gt{font-size: 18px; color:#000 !important; margin:0px 0 20px 0; background-color:#fff !important; padding:0px 7px 0px 7px; border: solid 1px #dadbdb !important;border-bottom:solid 2px #00893c;}

h2,
.h2 {

  font-size: 24px; color:#000 !important; margin:45px 0 5px 0; background-color:#fff; padding:7px; border-bottom:solid 2px #00893c !important; font-weight:bold;
}

.headline{font-size: 20px; color:#000 !important; margin:0px 0 5px 0; background-color:#fff; padding:7px;border:solid 1px #ccc; border-bottom:solid 2px #00893c !important; font-weight:bold;}

h2.gt{font-size: 24px; color:#000 !important; margin:0px 0 20px 0; background-color:#fff; padding:0px 7px 0px 7px; border: solid 1px #dadbdb !important;border-bottom:solid 2px #00893c;}

#post-158 h2.gt{font-size: 18px; color:#000 !important; margin:0px 0 20px 0; background-color:#fff; padding:0px 7px 0px 7px; border: solid 1px #dadbdb !important;border-bottom:solid 2px #00893c;}

h3.gt{font-size: 24px; color:#00893c !important; margin:5px 0 0 0; background-color:#fff; padding:0px;}
h3.gg{font-size: 24px; color:#333 !important; margin:5px 0 0 0; background-color:#fff; padding:0px;}


h3,
.h3 {
  font-size: 24px; color:#000 !important; margin:8px 0 8px 0; background-color:#fff !important; padding:5px; line-height:50px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

h1 small,
.h1 small {
  font-size: 24px;
}

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

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

li{ line-height:1.6em; margin:15px 0 15px 0}

ol.nestlist{color:#222222; font-size:16px;}

ol.nestlist li h3{font-size:18px; margin-bottom:0; padding-bottom:0; margin:0;}

ol.nestlist li ol {
         padding-left:0px;
counter-reset:item;
color:#222222;
	}


ol.nestlist li ol li {  
list-style:none;
color:#222222;
margin-top:0.2em;
margin-bottom:0.2em;
}
ol.nestlist li ol li::before{
      margin-right: .2em;
      counter-increment: item;
      content: counter(item);
      display: inline-block;
      line-height: 1.5rem;
      text-align: center;
      height: 1.4rem;
      width: 1.4rem;
      border-radius: 50%;
      font-size: 0.7em;
      border: 1px solid #000;
      font-weight:bold;
	}



ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right; clear:both;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
padding-left:15px!important;
padding-right:15px!important;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

@media print, screen and (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row .row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-25,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}

.col-1 {
  width: 8.333333333333332%;
}

.col-2 {
  width: 16.666666666666664%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-8 {
  width: 66.66666666666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666666%;
}

.col-12 {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-push-1 {
    left: 8.333333333333332%;
  }
  .col-push-2 {
    left: 16.666666666666664%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-4 {
    left: 33.33333333333333%;
  }
  .col-push-5 {
    left: 41.66666666666667%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-7 {
    left: 58.333333333333336%;
  }
  .col-push-8 {
    left: 66.66666666666666%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333333333334%;
  }
  .col-push-11 {
    left: 91.66666666666666%;
  }
  .col-pull-1 {
    right: 8.333333333333332%;
  }
  .col-pull-2 {
    right: 16.666666666666664%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-4 {
    right: 33.33333333333333%;
  }
  .col-pull-5 {
    right: 41.66666666666667%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-7 {
    right: 58.333333333333336%;
  }
  .col-pull-8 {
    right: 66.66666666666666%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-10 {
    right: 83.33333333333334%;
  }
  .col-pull-11 {
    right: 91.66666666666666%;
  }
}

@media print, screen and (min-width: 950px) {
  .container {
    max-width: 950px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-25,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-25 {
    width: 20%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media print, screen and (min-width: 768px) {
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 970px) {
  .container {
    max-width: 970px;
  }
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table thead > tr > th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class^="col-"] {
  display: table-column;
  float: none;
}

table td[class^="col-"],
table th[class^="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

table.santi{font-size:1.4rem; color:#222; border:1px solid #c0c0c0;display:table;}
table.santi th{background:#00893c; color:#FFF; font-weight:600;padding:0.3em 1em;font-size:1.4rem; border:1px solid #c0c0c0;}
table.santi th.left{background:#f4f3ef; text-align:left; color:#222;padding:0.3em 1em;}
table.santi td{text-align:left;font-size:1.4rem; color:#222; border:1px solid #c0c0c0;}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

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

.form-control.input-large {
  height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.form-control.input-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

select.input-large {
  height: 56px;
  line-height: 56px;
}

select.input-small {
  height: 30px;
  line-height: 30px;
}


.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #ffffff;
  background-color: #474949;
  border-color: #474949;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #3a3c3c;
  border-color: #2e2f2f;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #474949;
  border-color: #474949;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #357ebd;
  border-color: #3071a9;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #428bca;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #c9302c;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
}

.btn-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.input-group {
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.input-group-addon.input-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}

.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .control-label {
  padding-top: 9px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media print, screen and (min-width: 768px) {
  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.form-horizontal .form-group .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media print, screen and (min-width: 768px) {/*768pxまで反映（）*/
  .form-horizontal .control-label {
    text-align: right;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 237px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #007033;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.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 {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
  margin-right: -15px;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item .list-group-item-text {
  color: #555555;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text {
  color: #e1edf7;
}

.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 500;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.list-group-flush {
  margin: 15px -15px -15px;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}


.nav {
  padding-left: 0;
  padding:0;
  margin-top:0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 0px 0px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;

}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

.-tabs.-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li > a {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%;
}

.nav-justified > li > a {
  text-align: center;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before,
.tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
position:relative;
min-height:50px;
height:50px;
padding:0px;
margin-top:20px;
margin-bottom:0px;
text-align:center;
background:#F7F7F7;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
display:contents;
}

.navbar-nav li.end{border-right:solid 1px #DCDCDD;}
.navbar-nav li{ padding-top:0px; margin:0px 0 0 0; line-height:38px;width:20%;}
.navbar-nav > li > a{border-left:solid 1px #DCDCDD;
	border-radius:0px;
	margin-left:0px;
	font-size:16px;
	text-align:center;
	padding-top:0px;
	padding-bottom:5px;
	color:#000;
	margin:0px 0 0px 0;
	height:50px}

.navbar-nav > li:last-child > a{
	border-right:solid 1px #DCDCDD;
}
	
.navbar-nav > li a span{ font-family: "メイリオ", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;display:block;font-size:60%;line-height:0; padding-top:0px; color:#007c6e}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {opacity:1; padding:0; margin:0;color:#00893c;}
.navbar-nav > li a:hover span{color:#77cb47}

.navbar-nav.pull-right {
  width: 100%;
}

.navbar-static-top {
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  display: block;
  max-width: 200px;
  padding: 15px 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent;
}

.navbar-toggle {
  position: absolute;
  top:3px;
  right: 10px;
  width: 48px;
  height: 32px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #F7F7F7;
  border-radius: 4px;
  z-index:100;
}

.navbar-toggle:hover,
.navbar-toggle:focus {

}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #00893c;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-form .form-control,
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
}

.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-inverse {
  background-color: #222222;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (min-width: 970px) {
  .navbar-brand {
    float: left;
    margin-right: 5px;
    margin-left: -15px;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0px;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

.navbar-btn {
  margin-top: 6px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.btn .caret {
  border-top-color: #ffffff;
}

.dropup .btn .caret {
  border-bottom-color: #ffffff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active {
  z-index: 2;
}

.btn-group .btn + .btn {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-large .caret {
  border-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
}

.btn-group-vertical .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical .btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical .btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}



@-webkit-keyframes progress-bar-stripes {
from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;clear:both;
}

.pull-left {
  float: left;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}


@-ms-viewport {
  width: device-width;
}



@media print, screen and (max-width: 400px) {
@-ms-viewport {
    width: 320px;
  }
}

/*--------------------margin---------------------*/

img.center{display: block;margin-left: auto;margin-right: auto;clear: both;}
.center{display: block;margin-left: auto;margin-right: auto;clear: both;}
p.center{ text-align:center}

/*--------------------margin---------------------*/

.Mt10{ margin-top:10px;}
.Mt15{ margin-top:15px;}
.Mt18{ margin-top:18px;}
.Mt20{ margin-top:20px;}
.Mt25{ margin-top:25px;}
.Mt30{ margin-top:30px;}
.Mt40{ margin-top:40px;}
.Mt50{ margin-top:50px;}
.Mt80{ margin-top:80px;}
.Mb10{ margin-bottom:10px}
.Mb20{ margin-bottom:20px}
.Mb10-sm{ margin-top:10px; margin-bottom:10px}
.Mb20-sm{ margin-top:20px; margin-bottom:20px}
.Mb30{ margin-bottom:30px}
.Mb50{ margin-bottom:50px}
.Mb80{ margin-bottom:80px}
.Pt20{ padding-top:20px}
@media print, screen and (max-width: 768px) {

.Mt18{ margin-top:3px;}
h3 br{display: none !important; }
}


@media print, screen and (max-width: 415px) {
h2.gt{font-size: 0.9em; color:#000 !important; margin:0px 0 20px 0; background-color:#fff; padding:0px 7px 0px 7px; border: solid 1px #dadbdb !important;border-bottom:solid 2px #00893c;}
.Mb20-sm{ margin-top:0; margin-bottom:10px;}
.Mt18{ margin-top:10px;}

}

/*--------------------header-------------------- */

.HeadLine{ background-color:#00893c !important; height:5px}

/*--------------------main-------------------- */

.TopImageBack{ background-color:#007033 !important;}
.TopBottomImageBack{ background-color:#EEEEEE !important; padding-top: 0;}
p.companyT{ line-height:30px}

.grayback{ background-color:#EEEEEE !important; padding: 0; margin:0; height:auto;}
.FeatureStep{ font-size:20px; color:#000; border-bottom:0px; background-color:transparent; margin:0 15px 0 15px; padding:0 } 
.FeatureStep span{ font-size:36px; color:#00893c !important; padding-right:10px}
p.FeatureText{ font-size:15px; line-height:28px}
p.FeatureText2{ font-size:13px; line-height:27px}
p.greenbox{border: solid 2px #00893c !important; text-align:center; font-weight:bold; color:#00893c !important; font-size:16px; padding: 0 30px 0 30px}
a:hover img.featureimg{opacity:1}

.greentextbox{color:#007033 !important; border:solid 1px #007033 !important; padding:5px 10px 0 10px; font-size:18px }
.backgreentext{ background-color:#00873c !important; color:#FFF !important; padding:5px 10px 5px 10px; font-weight:bold}
.greentext{ background-color:#FFF !important; color:#063 !important; padding:5px 10px 5px 10px; font-weight:bold}
.backgraytext{ background-color:#eeeeee !important; color:#000 !important; padding:5px 5px 5px 5px;}

@media print, screen and (max-width: 420px) {
.FeatureStep{ font-size:16px; color:#000 !important; border-bottom:0px; background-color:transparent; margin:20px 15px 0 15px; padding:0; line-height:25px } 
.FeatureStep span{ font-size:36px;padding-right:0px}

}


@media print, screen and (min-width: 544px) {
.fl-xs{ float: left; margin: 0 15px 10px 0;}
}


@media print, screen and (max-width: 415px) {
.TopBottomImageBack{ background-color:#EEEEEE !important; padding-top: 10px;}
}


@media print, screen and (min-width: 970px) {
	

/*--------------------hide---------------------*/
.hide-for-pc{display: none !important; }
.hide-for-header{display: inherit !important; }

}


@media (max-width: 969px) {

.hide-for-header{display: inherit !important; }
.hide-for-footer{display: none !important; }
.hide-for-pc{display: none !important; }

/*--------------------headernav---------------------*/
.navbar {
  position: relative;
  min-height: 38px;
  height:auto;
  padding-top:00px;
  padding-bottom:25px;
  margin-top:30px;
  margin-bottom:0px;
  behavior: url(“images/PIE.htc”);
  text-align:center;
  border-radius: 4px;
  z-index:1000;
  background:#F7F7F7 !important;
}

.navbar-nav{ margin-top:30px}

.navbar-nav > li{ margin-top:30px;border-left:solid 0px #DCDCDD !important; width:100%!important;}
.navbar-nav > li > a {
	width:100%;
	border-bottom:dotted 1px #dadbdb !important;
	border-radius:0px;
	margin-left:0px;
	font-size:14px;
	text-align:center;
	line-height:0px;
	padding-top:10px;
	padding-bottom:5px;
	color:#000 !important;
	padding:0px;
	margin:0px 0 0px 0;
	height:19px}
	.navbar-nav li.end{border-right:solid 0px #DCDCDD !important;}
	.navbar-nav > li a span{display: none !important;}
	
	.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #007033 !important;
  border: 1px solid #cccccc !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  background-clip: padding-box;
}

.dropdown-.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #F7F7F7 !important;
}

.dropdown-menu > li > a {
  display: block;
  font-size:15px;
  padding: 15px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff !important;
  white-space: nowrap;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #555555 !important;
  background-color: #F7F7F7 !important;
}

}


@media print, screen and (max-width: 767px) {
.hide-for-pc{display: none !important; }
.hide-for-header{display: none !important; }
.hide-for-footer{display: none !important; }
.header_res img{width:320px; height:auto;}

}

@media print, screen and (max-width: 600px) {
.hide-for-small{display: none !important; }
.hide-for-pc{display: inherit !important;  }

}

@media print, screen and (max-width: 480px) {

.hide-for-small{display: none !important; }
h1.biggreen{ color:#339900; font-size:15px; margin:20px 0 10px 0;}

}

@media print, screen and (max-width: 321px) {
h1{ font-size:12px; padding-top:0px;}
.navbar-nav{ margin-top:50px;}
}

@media (max-width: 415px) {
  .container {
    max-width: 728px;
  }
  .most-sm-1,
  .most-sm-2,
  .most-sm-3,
  .most-sm-4,
  .most-sm-5,
  .most-sm-6,
  .most-sm-7,
  .most-sm-8,
  .most-sm-9,
  .most-sm-10,
  .most-sm-11,
  .most-sm-12 {
    float: left;
  }
  .most-sm-1 {
    width: 8.333333333333332%;
  }
  .most-sm-2 {
    width: 16.666666666666664%;
  }
  .most-sm-3 {
    width: 25%;
  }
  .most-sm-4 {
    width: 33.33333333333333%;
  }
  .most-sm-5 {
    width: 41.66666666666667%;
  }
  .most-sm-6 {
    width: 50%;
  }
  .most-sm-7 {
    width: 58.333333333333336%;
  }
  .most-sm-8 {
    width: 66.66666666666666%;
  }
  .most-sm-9 {
    width: 75%;
  }
  .most-sm-10 {
    width: 83.33333333333334%;
  }
  .most-sm-11 {
    width: 91.66666666666666%;
  }
  .most-sm-12 {
    width: 100%;
  }
}


/*------------res-------------*/
.res table img{ width:auto; height:auto;}
.res img{ max-width:100%; height:auto;}
img.res{ max-width:100%; height: auto;}
a:hover img{opacity:0.8}



/*------------pankuzu-------------*/
.Breadcrumb {line-height:30px;padding: 0px 2px; height:30px;margin-top:0px;margin-bottom:-10px;list-style: none;color:#FFF}
.Breadcrumb > li {display: inline-block;font-size:11px; color:#FFF}
.Breadcrumb > li a{color:#036EB8}
.breadCrumbs { margin:0px 0 0px 0; padding:10px 10px 1px 10px; background:#fff; border-radius:5px; }
.breadCrumbs ol { padding:0}
.breadCrumbs ol li { display: inline; font-size: 93%; padding:0 }
.breadCrumbs ol li a { margin-right: 8px; }


ul.post{ margin:0; padding:0; list-style:none}
ul.post{font-weight:bold; color:#F60; font-size:15px;}
.numbergreen{ color:#00873C}

@media print, screen and (min-width: 421px) {
	
ul.feature{ margin:0; padding:0; list-style:none}
ul.feature li{font-weight:bold; color:#000; font-size:19px; border-bottom: dashed 1px #ccc; padding:0px 0 10px 0}
ul.feature li a{color:#515151;}
	
}

@media print, screen and (max-width: 420px) {
	
ul.feature{ margin:0; padding:0; list-style:none}
ul.feature li{font-weight:bold; color:#000; font-size:14px; border-bottom: dashed 1px #ccc; padding:0px 0 10px 0}
ul.feature li a{color:#515151;}

}


/*---------------------------table------------------------------*/
.protable th,
.protable td {
    border: 1px solid #00893c;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem;
    line-height: 1.4;
	text-align: center;
}
.protable th {
    border: 1px solid #c6e6a1;
    background-color:#00893c;
    color: #fff;
    text-align: center;
}

.protable01 th,
.protable01 td {
    border: 1px solid #00893c;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem;
    line-height: 1.4;
	text-align: left;
    font-size:14px;
}
.protable01 th {
    border: 1px solid #c6e6a1;
    background-color:#00893c;
    color: #fff;
    text-align: center;
    font-size:14px;
}


.protable01 th.number{
    width:1em;
    padding-right:0px;
}

.protable01 td.number{
    width:1.2em;
}

.protable td.gn1{
    background-color:#dfeaca;
    color: #1e7b08;
    text-align: center;
}

.protable01 td.gn01{
    background-color:#dfeaca;
    color: #004d34;
    text-align: left;
    font-size:14px;
}


.protable td.we0{
	background:#fff;
	border: 1px solid #ccc;
}


.protable td.gy0{
	background:#EA5414;
    color: #000;
    text-align: center;
	border: 1px solid #EA5414;
}

.protable td.gy{
	background:url(images/tablearrow.png) 0px 0px no-repeat #F8B62C ;
    color: #000;
    text-align: center;
	border: 1px solid #F8B62C;
	
}

.protable td.gy2{
	background:url(images/tablearrow2.png) 0px 0px no-repeat #EDC585 ;
    color: #000;
    text-align: center;
	border: 1px solid #EDC585;
}

.protable a {
    background-color:#060;
    border-radius: .2rem;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: .4rem .8rem;
}


.protable01 a {
    background-color:#060;
    border-radius: .2rem;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: .4rem .8rem;
    font-size:12px;
}

@media print, screen and (min-width: 421px) {p.SPtabletext{display:none !important; }}
@media print, screen and (max-width: 767px) {
  table {
    position: relative;
  }
  table.protable tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  table.protable01 tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table tbody tr {
    margin-right: -5px;
  }
  
  p.SPtabletext{display: inherit !important; font-size:13px}
  
  }

@media print, screen and (max-width: 580px) {
	
	.protable td.gy{
	background:url(images/tablearrow.png) 0px 10px no-repeat #F8B62C ;
    color: #000;
    text-align: center;
	}
	.protable td.gy2{
	background:url(images/tablearrow2.png) 0px 10px no-repeat #EDC585 ;
    color: #000;
    text-align: center;
	}
}
@media print, screen and (max-width: 420px) {
	
  .protable td.gy{
	background:url(images/tablearrow.png) 0px 0px no-repeat #F8B62C ;
    color: #000;
    text-align: center;
	}
	.protable td.gy2{
	background:url(images/tablearrow2.png) 0px 0px no-repeat #EDC585 ;
    color: #000;
    text-align: center;
	}
}

/*---------------------------pagebottom------------------------------*/
.bottom_left{ float:left; font-size:11px; margin-top:10px; margin-bottom:40px;padding:0px;background-color:#fff;border-radius:5px;}
.bottom_left a{color:#000;padding:10px;}
.bottom_right{ float:right; font-size:11px; margin-top:10px; margin-bottom:40px;padding:0px;background-color:#fff;border-radius:5px;}
.bottom_right a{ color:#000;padding:10px;}

/*---------------------------page------------------------------*/

p.blackfont{ color:#000; font-weight:bold; font-size:19px}
.greenlinebox{border:solid 1px #00873C; padding:0px 10px 0px 10px}


/*---------------------------sidebar------------------------------*/
aside ul{padding:5px 0px 5px 0px;}
aside ul li{ background-color:#FFF; margin-bottom:0px; padding:0px 2px 0px 2px;list-style-type: none;text-decoration:none;border-bottom:dotted 1px #dadbdb;}
aside ul li a{color:#333;text-decoration:none; font-size:12px;}
aside ul li a:hover{text-decoration:none;}

/*---------------------------footer------------------------------*/

footer{ background-color:#007033 !important; margin-top:50px; padding:0;}


.FooterLine {
  border-bottom: solid 1px #003a29;
  box-shadow: 0px 1px 0px 0px #00893c;
  margin:0;
  padding: 9px 0 0 0px; 
  color: #fff !important;
  height:50px;}
.FooterLine a {color: #FFF !important;text-decoration: none;font-size: 14px;}

.FooterHeading {
  background: #FFF !important;
  border-radius: 5px;
  color: #1e7b08 !important;
  font-size: 15px;
  margin: 0 20px 13px 0;
  padding: 0px 10px; }

@media print, screen and (max-width: 768px) {.FooterLine a { padding-left:15px}}

footer ul li{background-color:none;font-size:14px;margin-bottom:0px;margin-left:-40px;padding:0px 8px 0px 0px;list-style-type: none;border-radius: 5px;}
footer ul li a{color:#fff !important;text-decoration:none;}
footer ul li a:hover{color:#CCC !important;text-decoration:none;}

.copyrightbox{background-color:#004d34 !important; padding:0; margin:0;}
p.copyright { margin-top:0px; font-size:14px; color:#FFF !important; padding-top:10px;padding-bottom:10px;}
.copyright a{color:#FFF !important;}
.copyrightbox a{color:#FFF !important;}

/*---------------------------tag ------------------------------*/
.tag{ margin-left:15px; font-size:14px;}
.wpcf7 img{ width:10%;}

/*---------------------------blog ------------------------------*/
.post-meta{ float:right; margin-right:20px;}
.clear{ clear:both;}

/*--------------------------- news release ------------------------------*/
.feed{margin:0px 0px 15px 0px; padding:0 0 20px 0;border: solid 1px #dadbdb !important;}
.day{font-size:14px;padding:10px 30px 0px 0px;line-height:15px; color:#666 !important;font-family: "メイリオ", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}
.feed ul{ margin:10px 0 0 0; padding:0}
.feed li{font-size:16px;border-bottom: dashed 1px #dadbdb !important; list-style: none; color:#000 !important; padding:10px 10px 10px 10px;text-decoration: none; margin-bottom:5px}
.feed a{color:#2e842f !important;}
.feed a:hover {color:#1e7b08 !important;}

/*---------------------------message---------------------------*/

.massagebox{ padding:50px}
@media ( max-width: 420px ) {.massagebox{ padding:20px}}
h2.massageh{ text-align:center; font-size:22px; font-weight:bold;  border-bottom:solid 2px #fff !important;}

h3.{font-size:16px; font-weight:bold;}


aside h3{ display:block; clear:both;}

ul.wp-tag-cloud li{ float:left; margin:5px; display: inline-block; border:none;}

.panel-heading {background-color:#339900 !important;}

h3.as-list {margin:35px 0 0 0; display:block;}

.widget ul{ list-style:none;}
.widget ul li { font-size: 14px; border-bottom:none; border-bottom:1px dotted #e5e5e5 !important; padding:5px;}
.widget_categories ul li { font-size: 14px; border-bottom:none; border-bottom:none !important; padding:2px;}
.widget ul li ul li {border-bottom:1px dotted #e5e5e5 !important; padding:0 0 0 10px;}

/*---------------------------blogsidebar---------------------------*/

/*----------------- pagenation -------------------*/

.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999 !important;
    border-radius: 3px;
    color: #FFFFFF !important;
    cursor: not-allowed;
    padding: 1px 7px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC !important;
    border-radius: 3px;
    color: #FFFFFF !important;
    display: block;
    padding: 1px 7px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #339900 !important;
    color: #FFFFFF !important;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* WEB Font Size */
.fa-large-100{font-size: 100px ; text-align:center; margin: 0 auto; color:#1AA0B3 !important}
p.trucktext{ font-size:19px; font-weight:bold; margin:10px 0 0 0; text-align:center}
.fa-large-250{font-size: 250px ; text-align:center; margin: 0 auto; color:#339900 !important;}

/*-----------------slider-------------------*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
/*--.carousel-control.left {
　background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}--*/
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff !important;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media print, screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

/*----------------------------スワイプ ------------------------------*/

/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white !important;
  background: hsla(0, 0%, 100%, 0.75) !important;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white !important; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F !important;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333 !important;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

/* external css: flickity.css */
* {-webkit-box-sizing: border-box;box-sizing: border-box;}

.gallery {background:url(images/flickity_back.png);}
.gallery img {display: block;height: 260px;}
@media print, screen and ( min-width: 768px ) {.gallery img { height: 260px;}}

.bg-pageTop { background: url(css/images/page-bg01.jpg); background-position: center center; background-repeat: no-repeat; height:150px; background-size: cover;} 
.bg-pageTop h1.pageTitle { color: #ffffff; font-size:30px; font-weight: bold; margin: 40px 0 0 0;} 

table { width:100%; margin:0 0  30px 0;}
tbody.evenodd tr { }
tbody.evenodd th { color:#ffffff; background:#515151; padding: 10px  15px  10px  15px; width:25%; border-bottom: 2px solid rgba(0,0,0,0); border-right: 2px solid rgba(0,0,0,0); background-clip:padding-box;}
tbody.evenodd th { color:#ffffff; background:#515151; padding: 10px  15px  10px  15px; width:25%; border-bottom: 2px solid rgba(0,0,0,0) ; border-right: 2px solid rgba(0,0,0,0); background-clip:padding-box;}
tbody.evenodd td { color: #515151; padding: 10px; width:75%; line-height: 22px;}
tbody.evenodd tr:nth-child(even) td { background-color:#FCFCFC; border-bottom: 2px solid rgba(0,0,0,0); background-clip:padding-box;}
tbody.evenodd tr:nth-child(odd) td { background-color:#f4f3ef; border-bottom: 2px solid rgba(0,0,0,0); background-clip:padding-box;}

.Tred{ font-weight:bold; background-color:#F00 !important; color:#FFF !important; font-size:14px; padding:5px; margin-bottom:20px}
.Tblack{font-weight:bold; font-size:14px; margin-bottom:20px}
table.qua{ padding:10px}

tbody.quality th,
tbody.quality td {

    display: table-cell;
    vertical-align: middle;
}

div.qua{ display:none;}

@media ( min-width: 768px ) {

tbody.quality th.one { color:#ffffff !important; background:#6D6D6D !important; padding: 5px  15px  5px  15px; width:50%; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #fff; background-clip:padding-box;}
tbody.quality th.two { color:#ffffff !important; background:#6D6D6D !important; padding: 5px  15px  5px  15px; width:15%; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #6D6D6D; background-clip:padding-box;}
tbody.quality th.three { color:#ffffff !important; background:#6D6D6D !important; padding: 5px  15px  5px  15px; width:35%; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #fff; background-clip:padding-box;}
tbody.quality td { color: #515151; padding: 10px; line-height: 22px; border-bottom: 1px solid #6D6D6D !important; border-right: 1px solid #6D6D6D !important;border-left: 1px solid #6D6D6D !important; font-size:13px;}
tbody.quality td.image{vertical-align: top;}



}

tbody.quality td.hasen { color: #515151 !important; padding: 10px; width:50%; line-height: 22px; border-bottom: 1px solid #6D6D6D !important; border-right: 1px dashed #6D6D6D !important; font-size:13px}

@media screen and (max-width: 767px) {
	
  table tbody.quality {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
tbody.quality th.one { color:#ffffff; background:#6D6D6D; padding: 5px  15px  5px  15px; width:50%; border-bottom: 1px solid #6D6D6D; border-right: 1px solid #fff; background-clip:padding-box;}

tbody.quality th.two { color:#ffffff; background:#6D6D6D; padding: 5px  15px  5px  15px; width:5%; border-bottom: 1px solid #6D6D6D; border-right: 1px solid #6D6D6D; background-clip:padding-box;}
tbody.quality th.three { color:#ffffff; background:#6D6D6D; padding: 5px  15px  5px  15px; width:45%; border-bottom: 1px solid #6D6D6D; border-right: 1px solid #fff; background-clip:padding-box;}
tbody.quality td { color: #515151; padding: 10px; line-height: 22px; border-bottom: 1px solid #6D6D6D; border-right: 1px solid #6D6D6D;border-left: 1px solid #6D6D6D !important; font-size:13px}
tbody.quality td.image{vertical-align: top; }
tbody.quality td.image img{min-width:200px; height:auto;}

  }
@media print (max-width: 767px) {  
    table tbody.quality {
    display:none;
    width: 100px;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
    }
  

@media ( max-width: 420px ) {
table { width:100%; margin:0 0  30px 0;}
tbody.evenodd th {display: block; color:#ffffff !important; background:#515151 !important; padding:0px 15px 0px 15px; width:100%; border-bottom: 2px solid rgba(0,0,0,0) !important; border-right: 2px solid rgba(0,0,0,0) !important; background-clip:padding-box;}
tbody.evenodd td {display: block; color: #515151 !important; padding: 10px; width:100%; line-height: 22px;}

}

    .rang{
        flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }
	
    .rang{
        display: inline;
		margin:30px 0 0 0;
        padding:0.7em 0 0 0;
        max-width: 300px;
    }
    .rang li{
        display: inline;
		float:left;
    }
    .rang a,
    .rang span{
        background-color: #f7f7f7;
         display: inline;
        padding:0.6em 0.6em 0.6em 0.6em;
		margin:0;
		font-size:11px;
    }
    .rang a.stay,
    .rang span{
        background-color: #506a85;
		padding:0.6em 0.6em 0.6em 0.6em;
		margin:0;
        color: #fff;
    }
    .follow .rang{display: none;}
	
	 li.Crang a{ background-color:#007033; color:#fff !important}
	
	@media print, screen and ( max-width: 969px ) {
		
		.rang span{
        background-color: #506a85 !important;
		padding:0px;
		margin:0;
        color: #fff;
    }
	    .rang a,
    .rang span{
        background-color: #f7f7f7;
         display: inline;
        padding:0.6em 0.5em 0.6em 0.5em;
		margin:0;
		font-size:11px;
    }
	
	li.Crang a{ background-color:#007033 !important; color:#fff}
		
		}
	
		@media print, screen and ( max-width: 768px ) {

    .rang{display: block;margin-left: auto;margin-right: auto;clear: both; margin-top:20px;}

	    .rang li{
        display: inline;
		margin:0;
		
    }
		
		}
		@media print, screen and ( max-width: 415px ) {.rang a,.rang span{padding:0.7em;margin:0px 0 0 0;}}
		@media print, screen and ( max-width: 320px ) {.rang a,.rang span{padding:0.6em;margin:0px 0 0 0;}.rang li{float:left;}}
	
	.Rcol-5 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 45%;
}

@media screen and ( min-width: 768px ) {
	.TopBlockCol-2 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 20%;
}

	.TopBlockCol-3 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 25%;
}


	.TopMenukCol-4 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 20%;
}

}

@media screen and ( max-width: 767px ) {
	.TopBlockCol-2 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  width: 50%;
}

	.TopBlockCol-3 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 50%;
}


	.TopMenukCol-4 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 50%;
}

}

.TopBlockContainer {
  margin-right: auto;
  margin-left: auto;
  max-width: 768px;
  }



@media (min-width: 768px) {.TopBlockContainer {max-width: 1180px;}}
@media (min-width: 970px) {.TopBlockContainer {max-width: 1180px;}}
@media (max-width: 415px) {.TopBlockContainer {max-width: 728px;}}


/*先輩からのメッセージ*/



.gntx{
color:#FFF;
background-color:#007033;
font-weight:bold;
padding-left:20px;
font-size:14px;
margin-bottom:10px;
}

.bigtx{
font-size:26px;
font-weight:700;
padding-left:15px;
margin-top:-20px;
}
.smtx{
font-size:10px;
padding-left:20px;
}

.stx{
font-size:12px;
padding-left:20px;
}

.bb{
border-bottom:1px dotted #2E2E2E;
font-size:12px;
padding-left:20px;

}


.box {
    position: relative;
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    padding: 5px;
    background: #fff;
    margin:20px;
    position:relative;
    border:1px solid #fff;
}

.box:after {
    content: '';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    border:1px solid #ddd;
}

img[usemap] {
    max-width: 100%;
    height: auto;}

.btnext{
background:#007033;
font-weight:600;
font-size:17px;
color:#FFF;
padding:5px auto;
margin-right:10px;
}

p.stxt{font-size:12px; line-height:1.2em!important;}

/*スワイパー*/
@media screen and (min-width:1180px){
.swiper-slide img {
    max-width: 1180px;
}}

.swiper-container {
    width: 1200;
    height: 470;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/*スワイパー各画像ごと切り替えボタン*/
#month_list li a{
  color:#ccc;
}
#month_list li.active a{
  color:#f00;
}


.gbox{
	background:#e2f0d9;
	padding:0.5em 1em;
        font-weight:600;
}

p.FeatureStep {
    color: green;
    font-weight: 700;
    margin-top: 1.5em;
    border-bottom: 1px solid green;
}

.incinerator-items h3 {
    background: #00893c !important;
    color: #FFF !important;
    font-weight: 600;
    font-size: 0.9em;
    padding: 1em 0.5em;
    line-height: 1em;
    border-radius: 3px;
    text-align: center;
}

.d-flex{
 display:flex!important;
}

p.mt-auto a {
    position: absolute;
    bottom: 0;
    background:#318532;
   color:#FFF;
left: 5%;
right: 5%;
border-radius: 25px;}

.incinerator-items a{
font-size:0.9em;
white-space:nowrap;
}

.incinerator-items a::after{
content:'>';
margin-left:.5em;
}


@media screen and (max-width:750px) { 
.incinerator-items div{
 padding: 0 5px 0 5px;
}
}

.h160{height:160px!important; margin-top:10px;}

dd p{line-height:2em;}

tfoot{
background:#ECECEC;
}

.graybox {
    background: #ECECEC;
    padding: 1em .5em;
    border-radius: 5px;
}

.tate{writing-mode:vertical-rl;}

.wp-pagenavi{
text-align: center;
padding-top:2em;
}

/*相談事例ページ*/

/*Menu部分*/
.jireinav {
    display: flex;
    margin: 0;
    width: 100%;
padding-left: 0;
height: 150px;
overflow:auto;
}


.jireinav > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.jireinav li {
    list-style: none;
    position: relative;
   margin:0;
}
.jireinav li a {
background: rgba(81, 81, 81, 0.1);
    border-bottom:2px solid #a40a0a;
    border-right:2px solid #fff;
    color: #000;
    display: block;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    padding:1em 0;
margin:0;
height:50px;
font-size:14px;
  }


/*MENU部分　子階層以降共通*/
.jireinav ul{
padding-left:0;
margin:0;
}

.jireinav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    margin:0;
}
.jireinav li li a {
    border-top: 1px solid #eee;
    border-bottom:none;
font-size: .8em;
height: 46px;
}

@media screen and (max-width: 590px) {
.jireinav li li a {
    border-top: 1px solid #eee;
    border-bottom:none;
font-size: .6em;
height: 46px;
}
}

.jireinav li:hover > ul > li {
    overflow: visible;
    margin:0;
    height:3em;
}

.jireinav li:hover > ul > li a {
    overflow: visible;
    display:block;
}

/*相談事例コンテンツ*/
h3.sideline {
    border-left: 3px solid #00873c;
    font-size: 18px;
    padding-left: .5em;
    line-height: 1em;
}

div.results {
    background: rgba(81, 81, 81, 0.1);
    margin-bottom: 1em;
}

div.results dl {
    display:block;
margin: 0;
padding: 1em 0;
}

.taisyou-setsubi {
    background: #00873c;
    color: #FFF;
    padding: .2em 1em;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.setsubi {
    display: inline-block;
    padding: .2em 1em;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ccc;
}

.mx-1{margin:1em 0;}

.kadai {
    float:left;
    background: #00873c;
    color: #FFF;
    padding:5px 10px;
    display: inline-block;
    font-weight: 600;
    margin-right: 1em;
}

.p-5{
padding:5px;}

div.jirei{
background:#FFF;
padding:1em;
margin-top:1em;
overflow:auto;
display:table;
width:100%;
}



div.jirei dt {
    float: left;
    margin-right: 1em;
    display:table-cell;
    width:50px;
}

.jirei dd {
    display: table-cell;
    vertical-align: middle;
text-align: left;
width: 90%;
}

.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}

.bio {
  font-size: 30px;
  font-weight: 600;
text-align:center;
margin-bottom:1em;
}


.bio a {
  color: #404040;
}

.box02 {
  position: relative;
  -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
  -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
  box-shadow: 1px 2px 4px rgba(50,50,50,.5);
  padding: 5px;
  background: #fff;
  margin: 5px;
  position: relative;
  border: 1px solid #fff;}