@charset "UTF-8";
/*----------------------------------------------------
	☆Uniq Common Rules
	
bgColor #FFFFF3
theme color #FFFFF3
sub color #FFFFF3
color #333
title color #7A99B2
link color #448EE3

masking layer color #fcfff0;

transition:.2s;
	
	
----------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
    margin: 0;
    padding: 0;
    position: relative;
    color: #111;
}
img {
    vertical-align: bottom !important;
}
body {
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #333;
    line-height: 100%;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
a:link {
    color: #fff;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
}
#contents p {
    line-height: 1.7;
}
ul, ol {
    list-style-type: none;
}
ul li, ol li, dl {
    line-height: 1.7;
}
a:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
}
::selection {
    background-color: #888;
    color: #FFFFF3; /* Safari */
}
::-moz-selection {
background-color: #888;
color: #FFFFF3; /* Firefox */
}
h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
    font-size: 15px;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    font-size: 0.1em;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie {
    display: inline !important;
    display: none;
    clear: both;
    line-height: 0px;
}
br.clear_all {
    clear: both;
    line-height: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie {
    display: block!important;
    content: " ";
}
}
div.clear_noie {
    clear: both;
    line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/


#topcontrol {
    z-index: 100;
}
#topcontrol a {
    background: url(../cmn_js/scrolltop/scrollup.png) center center no-repeat;
    background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
 *background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
    _background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
    font-size: 0;
    display: block;
    height: 60px;
    width: 60px;
    background-size: 50px 50px;
    opacity: 0.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
#topcontrol a:hover {
    background-size: 60px 60px;
    opacity: 1;
}
/*----------------------------------------------------
	☆Display None
----------------------------------------------------*/

#sample {
    display: none;
    visibility: hidden;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/

/*-- HEADER --*/






#header {
    position: fixed;
    border-top: 3px solid #8cba28;
    border-bottom: 1px solid #e2e2e2;
    top: 0;
    background: #fff;
    color: #fff;
    padding: 10px 0 10px;
    width: 100%;
    z-index: 999;
}
#header .boxL {
    float: left;
    width: auto;
    padding-top: 10px;
}
#header .boxL ul.leftnav li {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: middle;
}
#header .boxL ul.leftnav li a {
    color: #111;
				border-bottom: 2px solid #93d700;
}
#header .boxL ul.leftnav li.first a {
				border: none;
}
#header .boxL ul.leftnav li a:hover {
    color: #93d700;
}
#header .boxL ul li h1 {
    font-weight: normal;
    font-size: 11px;
    padding-left: 5px;
    color: #fff !important;
}
#header .boxR {
    float: right;
    text-align: right;
    width: auto;
    padding-right: 5px;
}
#header .boxR ul.rightnavone {
    padding-bottom: 5px;
}
#header .boxR ul.rightnavone li {
    background: url(/lib/cmn_img/arrowright.gif) no-repeat scroll 4px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    display: inline;
    font-size: 11px;
    padding-left: 10px;
}
#header .boxR ul.rightnavone li a {
    color: #111;
}
#header .boxR ul.rightnavone li a:hover {
    text-decoration: underline;
}
#header .boxR ul.leftnavtwo {
    width: auto;
}
#header .boxR ul.leftnavtwo li {
    display: inline-block;
}

#header .onlineBanner {
 position: absolute;
	right: 0px;
	bottom: -70px;
	display: none;
}

.navimg {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 161;
    background: #fff;
    height: 90px;
    border-top: 3px solid #8cba28;
    border-bottom: 1px solid #e2e2e2;
}
.navimg ul li.fL {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.navimg ul li.fR {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}
.navimg2 {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 161;
    border-bottom: 1px solid #E3E3E3;
}
.navimg2 ul li.fL {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2.5%;
}
.navimg2 ul li.fR {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2.5%;
}



/*-- actbtn --*/
ul.actbtn{
    width:100%;
    text-align:center;
}

ul.actbtn li{
    display:inline-block;
    width:48%;
    text-align:center;
    font-size:15px;
    font-weight:bold;
}
ul.actbtn li a{
    padding:15px 0;
    border:1px solid #93d700;
    display:block;
    color:#93d700;
}

ul.actbtn li a:hover{
    background:#93d700;
    color:#fff;
}






/*-- footer --*/




#footer {
    background: #111;
    position: relative;
    z-index: 0;
}
#footer .footerin {
    width: 1080px;
    margin: 0 auto;
    padding: 35px 0 60px;
}
#footer .footerin .footerbox {
    width: 200px;
    float: left;
    padding-right: 0;
}

#footer .footerin .footerbox2 {
    width: 325px;
    float: left;
    padding-right: 0;
}


#footer .footerin .footerboxlogo {
    float: left;
    padding-right: 30px;
    text-align: center;
    width: 315px;
}
#footer .footerin .footerboxlogo img {
    padding-bottom: 10px;
}
#footer .footerin .footerboxlogo p.p01 {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
}
#footer .footerin .footerboxlogo p.p02 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 0;
}
#footer .footerin .footerboxlogo p.p03 {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 25px;
}
#footer .footerin .footerbox p.p01 {
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 18px;
    font-weight: bold;
    line-height: 2;
}
#footer .footerin .footerbox p.p02 {
    font-size: 12px;
    line-height: 2.0;
    margin-top: -10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#footer .footerin .footerbox p.p02 a {
    color: #fefefe !important;
    line-height: 1.5;
}
#footer .footerin .footerbox p.p02 a:hover {
    text-decoration: underline;
}
#footer .footerin .footerbox p a {
    color: #fff;
}
#footer .footerin .footerbox p a:hover {
    text-decoration: underline;
}


#footer .footerin .footerbox2 p.p01 {
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 18px;
    font-weight: bold;
    line-height: 2;
}
#footer .footerin .footerbox2 p.p02 {
    font-size: 12px;
    line-height: 2.0;
    margin-top: -10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
#footer .footerin .footerbox2 p.p02 a {
    color: #fefefe !important;
    line-height: 1.5;
}
#footer .footerin .footerbox2 p.p02 a:hover {
    text-decoration: underline;
}
#footer .footerin .footerbox2 p a {
    color: #fff;
}
#footer .footerin .footerbox2 p a:hover {
    text-decoration: underline;
}


address {
    text-align: center;
    color: #fff;
    background: #000;
    padding: 15px 0;
    font-size: 12px;
    font-style: normal;
    border-top: 1px solid #3b3b3b;
    letter-spacing: 0.2em;
}

img.ftimg{
    width:115px;
    height:13px;
}


/*-- performance --*/


ul.tagbox {
    width: 100%;
    max-width:1200px;
    min-width:960px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}
ul.tagbox li {
    display: inline-block;
    background: #ebebeb;
    margin-bottom:5px;
            }
ul.tagbox li a {
    display: block;
    color: #111;
    padding: 6px 0;
    padding:5px 10px;
    width:auto;
-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
ul.tagbox li a:hover {
    background: #111111;
    color: #fff;
}

ul.performancebox {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto 50px;
    text-align: center;
}
ul.performancebox li {
    width: 30%;
    display: inline-block;
    margin: 0 15px 20px;
    vertical-align:top;
}


ul.performancebox li ul.txbox {
    background: #fff;
    padding: 20px 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #acacac #acacac #93d700;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-sizing: border-box;
}


ul.performancebox li ul.txbox li {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size:13px;
    }
ul.performancebox li ul.txbox li h3 {
    font-size: 15px;
}
ul.performancebox li ul.txbox li span {
    width: 85px;
    padding: 2px 0;
    background: #111;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    font-size:12px;
}
/*-- case --*/


ul.casebox {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
    text-align: center;
    margin: 50px auto 0;
    padding-bottom: 50px;
    }
ul.casebox li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 1px;
    margin-bottom: 0.5%;
    text-align: left;
    width: 24%;
    vertical-align:top;
}
ul.casebox li a {
    display: block;
    padding: 20px 0 20px 15px;
    border: 1px solid #f5f5f5;
    background: url(/lib/cmn_img/arrowgreen.png) no-repeat 98% center;
}
ul.casebox li a:hover {
    background: #f5f5f5 url(/lib/cmn_img/arrowgreen.png) no-repeat 98% center;
    border: 1px solid #f5f5f5;
}
ul.casebox li p.caseimg {
    display: inline-block;
    vertical-align: middle;
    width:10%;
}
ul.casebox li p.casetx {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width:80%;
    font-size:13px;
}

ul.casebox li p.casetx span {
    color: #93d700;
    font-family: 'Jockey One', sans-serif;
    letter-spacing:1px;
}
/*-- subnavbox --*/
.subnavbox {
    padding-top: 89px;
}
.subnavbox p.pankuzu {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.subnavbox p.pankuzu a {
    color: #111;
}
.subnavbox p.pankuzu a:hover {
    text-decoration: underline;
}
.subnavbox p.aboutsubindex {
    background: #f6f6f6;
    border-bottom: 1px solid #c7c7c7;
    padding: 15px 0 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.subnavbox p.aboutsubindex a {
    color: #111;
}
.subnavbox p.aboutsubindex a:hover {
    text-decoration: underline;
}



/*-- totaltab --*/

ul.totaltab{
    text-align:center;
    padding:75px 0;
    width:100%;
    max-width:1200px;
    min-width:960px;
    margin:0 auto;
}

ul.totaltab li{
    display: inline-block;
    margin: 0 4px;
    width: 24.35%;
    font-weight:bold;
    font-size:15px;
    line-height:1.3;
    }
ul.totaltab li.first{
    margin-left:0;
}
ul.totaltab li.last{
    margin-right:0;
}


ul.totaltab li span{
    font-family: 'Jockey One', sans-serif;
    font-size:14px;
    font-weight:normal;
    letter-spacing:0.1em;
}

ul.totaltab li a{
    background:#ebebeb;
    display:block;
    color:#111;
    padding:10px 0;
    }
    
ul.totaltab li.selected a {
    background:#93d700;
    color:#fff;
}

ul.totaltab li a:hover{
    background:#93d700;
    color:#fff;
}




/*-- btmindex --*/



.btmindex {
    width: 100%;
}
.btmindex ul.indexul {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    padding: 75px 0;
}
.btmindex ul.indexul li {
    display: inline-block;
    text-align: left;
    width: 32%;
    margin: 0 5px;
}
.btmindex ul.indexul li a {
    color: #111;
}
.btmindex ul.indexul li a:hover {
    color: #93d700;
}
/*-- btn --*/



p.btn01 {
    text-align: center;
    font-size: 15px;
}
.button {
    display: inline-block;
    width: 350px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #93d700;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
}
.button:hover {
    color: #fff;
}
.button::before, .button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button::after {
    top: -100%;
    width: 100%;
    height: 100%;
}
.button, .button::before, .button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button:hover::after {
    top: 0;
    background-color: #111;
}
p.smlbtn {
}
p.smlbtn a {
    background: #111;
    padding: 2px 15px;
}
p.smlbtn a:hover {
    background: #93d700;
}
p.btn01sm {
    text-align: center;
    font-size: 15px;
    width: 100%;
}
p.btn01sm .button2 {
    display: inline-block;
    width: 100% !important;
    height: 50px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #93d700;
    color: #fff;
    line-height: 50px;
    overflow: hidden;
}
p.btn01sm .button2:hover {
    color: #fff;
}
p.btn01sm .button2::before, .button2::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
p.btn01sm .button2::after {
    top: -100%;
    width: 100%;
    height: 100%;
}
p.btn01sm .button2, .button2::before, .button2::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
p.btn01sm .button2:hover::after {
    top: 0;
    background-color: #111;
}



/*-- news --*/

div.box {
    width: 100%;
    max-width:1200px;
    min-width:960px;
    margin: 0 auto;
    padding: 50px 0 75px;
}
div.box div.boxA {
    float: right;
    width: 72%;
    line-height:1.7;
}
div.box div.boxA h2.title{
    font-size:30px;
    font-family: 'Jockey One', sans-serif;
    letter-spacing:3px;
    border-bottom:4px solid #f6f6f6;
}
div.box div.boxA section {
    text-align: left !important;
    padding: 20px 0 20px;
    border-bottom:1px solid #f6f6f6;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
            }
div.box div.boxA section div.newsHead h3 {
    display: block;
    font-size: 120% !important;
    margin-bottom: 20px;
    padding-left: 10px;
    font-weight:normal;
}
div.box div.boxA section div.newsHead h3 a {
    color: #000;
}

div.box div.boxA section div.newsHead h3 a:hover{
    text-decoration:underline;
}

div.box div.boxA section div.newsHead h3 span.date {
    font-size: 85% !important;
    font-weight: normal;
    margin-right: 10px;
}
/*DW0708*/

div.box div.boxA section div.newsHead h3 span.tagside {
    font-size: 85% !important;
    font-weight: normal;
    margin-right: 10px;
    border-bottom: 1px solid #191919;
}
/*DW0708*/




span.taggreen {
    background:#00948f;
    color: #fff;
    width: 10%;
    text-align: center;
    font-size: 85% !important;
    padding: 2px 20px;
}
span.tagblue {
    background:#146de6;
    color: #fff;
    width: 10%;
    text-align: center;
    font-size: 85% !important;
    padding: 2px 20px;
}
span.tagye {
    background:#f6b544;
    color: #fff;
    width: 10%;
    text-align: center;
    font-size: 85% !important;
    padding: 2px 20px;
}

span.tagsk {
    background:#74dde1;
    color: #fff;
    width: 10%;
    text-align: center;
    font-size: 85% !important;
    padding: 2px 20px;
}
span.tagre {
    background:#e04f00;
    color: #fff;
    width: 10%;
    text-align: center;
    font-size: 85% !important;
    padding: 2px 20px;
}

div.pagelist {
    font-weight: bold;
    text-align: center;
}
div.pagelist p a {
    color: #00688f;
    font-size: 120%;
}
ul.pager {
    padding-top: 30px;
    margin: 0 auto;
    width: 315px;
}
ul.pager2 {
    padding-top: 30px;
    margin: 0 auto;
    width: 100px;
}
ul.pager li {
    border: 1px solid #080103;
    display: inline-block;
    margin-right: 10px;
    padding: 7px 0;
    text-align: center;
    }
ul.pager li.next {
    border: medium none;
}

ul.pager li a{
    padding: 10px;
    color:#111;
}
ul.pager2 {
    padding-top: 30px;
    margin: 0 auto;
    width: 100px;
}
ul.pager2 li{
    display:inline-block;
}

div.box div.boxB {
    float: left;
    width: 250px;
}
div.navArea {
    float: right;
    width: 240px;
}
div.navArea p.navHead {
    background: #93d700;
    font-family: 'Jockey One', sans-serif;
    font-size: 120% !important;
    text-align: center !important;
    padding: 20px 13px;
    color: #fff;
    letter-spacing:3px
}
div.navArea ul {
    margin-bottom: 60px;
}
div.navArea ul li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 8px 16px;
    text-align: left;
    background: #fff;
}
div.navArea ul li a {
    color: #000;
}


div.navArea .p03 {
	padding: 10px 0px;
}
div.navArea .map {
 margin: 0px 0px 30px 0px;
}

p.tx{
   line-height: 2;
    padding-top: 30px;}
    
    
    
    
    
    
    
    
    
    

.editor{
	border-bottom: 1px solid #CCC;
	margin-bottom: 40px;
	padding-bottom: 80px;
    padding-top:25px;
}
.editor h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.editor h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.editor h3::before{
	content: '■';
}



.editor table{
	border-collapse:collapse;
	border-left:1px solid #efefef;
	border-top:1px solid #efefef;
	width:100%;
}

.editor table th,
.editor table td{
	background-color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	line-height:1.4;
	padding:20px 20px 17px;
	text-align:left;
}

.editor table th{
	background-color:#e7e7e7;
	font-weight: normal;
}

.editor table tr.head th{
	background-color:#b61f38;
	color:#FFF;
}


.editor ul{
	list-style-type: disc!important;
	padding-left: 1em;
}

.editor ul li{
	list-style-type: disc!important;
	display: list-item;
	line-height:170%;
}

.editor ol{
	list-style-type: decimal!important;
	padding-left: 1.3em;
}

.editor ol li{
	display: list-item;
	line-height:170%;
	list-style-type: decimal!important;
}

.editor span{
	white-space: normal !important;
}

.editor img{
	height: auto !important;
	max-width: 100%;
}

.editor p a{
	text-decoration:underline !important;
    color:#111;
}    
    





.infoL{
    width:auto;
    display:inline-block;
    vertical-align:middle;
}

    
.infoR{
    width:72%;
    display:inline-block;
    vertical-align:middle;
    margin-top:25px;
}




p.primg{
    background:#000;
}





#search_box {
    background-color: #eee;
    border-radius: 8px;
    box-sizing: border-box;
    max-width: 1200px;
    padding: 20px 25px;
    margin-bottom:25px;
}
#search_box p {
    font-weight: bold;
    margin: 0 auto;
    max-width: 660px;
    width: 100%;
    text-align:center;
}
#search_box #search_btn {
    background: #000 url("/lib/cmn_img/icon_search.gif") no-repeat scroll center center;
    border: medium none;
    border-radius: 8px;
    cursor: pointer;
    height: 35px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 80px;
}



/*-- wrap --*/

.wrap {
    width: 100%;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    padding: 50px 0 50px;
    border-bottom: 1px solid #c7c7c7;
}
/*-- toph2 --*/

h2.topmidashi {
    text-align: center;
    font-size: 40px;
    font-family: 'Jockey One', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.1em;
    color: #93d700;
    font-weight: normal;
}
h2.topmidashi span {
    font-size: 15px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
}
h2.topmidashisml {
    text-align: left;
    font-size: 30px;
    font-family: 'Jockey One', sans-serif;
    line-height: 1.0;
    letter-spacing: 0.1em;
    color: #93d700;
    font-weight: normal;
}
h2.topmidashisml span {
    font-size: 13px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 1px;
    font-weight: bold;
    color: #111;
}
/*-- h2 --*/


h2.midashi {
    font-size: 20px;
    border-bottom: 2px solid #c7c7c7;
    border-left: 3px solid #93d700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
    padding-left: 15px;
    margin-bottom: 20px;
}

h2.midashi span{
    font-family: 'Jockey One', sans-serif;
    color:#93d700;
font-weight: normal;
    letter-spacing: 0.1em;}


/*-- h3 --*/
h3.midashi {
    font-size: 18px;
    color: #71a500;
    background: url(/lib/cmn_img/midashilogo.png) no-repeat left top;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom:15px;
}


/*-- h4 --*/
h4.midashi {
    padding:15px 0;
    color:#6B6B6B;
    font-size:16px;
    border-bottom:1px solid #D1D1D1;
    padding:0 0 5px;
}
/*-- h5 --*/
h5.midashi {
    padding:15px 0;
}





/*デバイスの横幅が1024px以下の場合*/
@media only screen and (max-width: 1300px) {
    #spmenu {
    background: #fff none repeat scroll 0 0;
    min-height: 52px;
    position: absolute;
    text-align: left;
    padding-left: 2%;
    width: 100%;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    border-top: 3px solid #93d700;
    border-bottom: 1px solid #f5f5f5;
}
#spmenu p.splogo img {
    height: 35px;
    padding: 8px 0 0;
    width: 132px;
    }
nav.drawer-nav {
    background-color:#111;
}
li.spmenu {
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid #414141;
}
li.btnlast {
    border-bottom: 1px solid #414141 !important;
}
li.spmenu a {
color: #fff;
    display: block;
    font-family: "YuGothic","Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 3;
    text-align: center;
    text-decoration: none;
    }
li.spmenu a span {
    font-size: 10px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 1px;
}
li.spmenu p.spmenup {
    width: 50%;
    float: left;
    background: #fab84c;
    color: #fff;
    padding: 5% 0;
}
li.spmenu p.spmenup a {
    text-align: center;
    padding-left: 0;
    color: #fff;
    display: block;
}
li.spmenu p.spmenup2 {
    width: 50%;
    float: right;
    background: #00aa83;
    color: #fff;
    padding: 5% 0;
}
li.spmenu p.spmenup2 a {
    text-align: center;
    padding-left: 0;
    color: #fff;
    display: block;
}
li.drawer-dropdown .drawer-dropdown-menu li {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #414141
    ;
}

li.drawer-dropdown .drawer-dropdown-menu li.last{
    border:none;
}
}



/*デバイスの横幅が1024px以下の場合*/
@media only screen and (max-width: 1024px) {



ul.tagbox {
    width: 95%;
    padding: 25px 0;
        max-width: inherit;
    min-width: inherit;

}
ul.tagbox li {
    display:inline-block;
    width: auto;
    margin: 0 auto 5px;
    max-width: inherit;
    min-width: inherit;
}
ul.performancebox {
    width: 100%;
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto 25px;
    text-align: center;
}
ul.performancebox li {
    width: 47%;
    display: block;
    margin: 0 auto 15px;
    display:inline-block;
}
ul.performancebox li ul.txbox {
    background: #fff none repeat scroll 0 0;
    border-color: #acacac #acacac #93d700;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-sizing: border-box;
    padding: 20px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
ul.performancebox li ul.txbox li {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
ul.performancebox li ul.txbox li h3 {
    font-size: 18px;
}
ul.performancebox li ul.txbox li span {
    width: 100%;
    padding: 2px 0;
    background: #111;
    color: #fff;
    margin-right: 10px;
    display: block;
    text-align: center;
}
p.btn01 {
    text-align: center;
    font-size: 15px;
}
.button {
    display: inline-block;
    width: 95%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #93d700;
    color: #fff;
    line-height: 60px;
    overflow: hidden;
}


p.btn01sm {
    width: 95%;
    margin:0 auto;
}


/*-- toph2 --*/

h2.topmidashi {
    font-size: 30px;
    padding-top:75px;
}
h2.topmidashi span {
    color: #111;
}
/*----------------------------------------------------
	☆footer
----------------------------------------------------*/



#footer {
    background: #111111;
    position: relative;
    z-index: 0;
}
#footer .footerin {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 25px;
}
#footer .footerin .footerbox {
    width: 100%;
    float: none;
    padding-top: 20px;
}

#footer .footerin .footerbox2 {
    width: 100%;
    float: none;
    padding-top: 20px;
}

#footer .footerin .footerboxlogo {
    float: none;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
#footer .footerin .footerboxlogo img {
    padding-bottom: 10px;
}
address {
    line-height: 1.5;
    font-size: 11px;
    padding-bottom: 65px;
}
/*-- wrap --*/

.wrap {
    width: 95%;
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto;
    padding: 25px 0 50px;
}








/*-- totaltab --*/

ul.totaltab{
    padding:25px 0;
    width:100%;
    max-width:inherit;
    min-width:inherit;
    margin:0 auto;
}

ul.totaltab li{
    display: inline-block;
    margin: 1px;
    width: 49%;
    font-size:15px;
    }
ul.totaltab li.first{
    margin-left:1px;
}
ul.totaltab li.last{
    margin-right:1px;
}


ul.totaltab li span{
    font-family: 'Jockey One', sans-serif;
    font-size:14px;
    font-weight:normal;
    letter-spacing:0.1em;
}

ul.totaltab li a{
    background:#ebebeb;
    display:block;
    color:#111;
    padding:10px 0;
    }
    
ul.totaltab li.selected a {
    background:#93d700;
    color:#fff;
}

ul.totaltab li a:hover{
    background:#93d700;
    color:#fff;
}



/*-- case --*/


ul.casebox {
    width: 100%;
    max-width:inherit;
    min-width:inherit;
    text-align: center;
    padding-bottom: 0;
    margin:0 0 0;
    }
ul.casebox li {
    display: inline-block;
    margin:0 0 1.0% 0;
    text-align: left;
    width: 49%;
}

ul.casebox li p.caseimg {
    display: block;
    vertical-align: middle;
    width:10%;
}
ul.casebox li p.casetx {
    display: block;
    vertical-align: middle;
    margin-left: 0;
    width:80%;
}

ul.casebox li a {
    display: block;
    padding: 10px 0 10px 5px;
    border: 1px solid #f5f5f5;
    background: url(/lib/cmn_img/arrowgreen.png) no-repeat 98% center;
}



/*-- actbtn --*/
ul.actbtn{
    width:100%;
    text-align:center;
}

ul.actbtn li{
    display:inline-block;
    width:49%;
    text-align:center;
    font-size:15px;
    font-weight:bold;
}
ul.actbtn li a{
    padding:15px 0;
    border:1px solid #93d700;
    display:block;
    color:#93d700;
}

ul.actbtn li a:hover{
    background:#93d700;
    color:#fff;
}



/*-- news --*/

div.box {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
    max-width:inherit;
    min-width:inherit;
}
div.box div.boxA {
    float: none;
    width: 95%;
    margin:0 auto;
    padding: 25px 0 0;
}

div.box div.boxA h2{
    font-size:20px;
    margin:0 auto;
}




    




div.box div.boxA section {
    text-align: left !important;
    padding: 20px 0;
}
div.box div.boxA section div.newsHead h3 {
    font-size: 120% !important;
    border-left: none;
}
div.box div.boxA section div.newsHead h3 a {
    color: #000;
}
div.box div.boxA section div.newsHead h3 span.date {
    font-size: 85% !important;
    font-weight: bold;
    margin-right: 10px;
}
div.box div.boxA section div.newsHead h3 span.taggreen {
    color: #fff !important;
    font-size: 85% !important;
    padding: 2px 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
div.box div.boxA section div.newsHead h3 span.taggblue {
    color: #fff !important;
    font-size: 85% !important;
    padding: 2px 20px;
    background: #4c74aa;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
div.box div.boxA section div.newsHead h3 span.tagye {
    color: #fff !important;
    font-size: 85% !important;
    padding: 2px 20px;
    background: #f6b544;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
div.box div.boxA section div.newsHead h3 span.tagre {
    color: #fff !important;
    font-size: 85% !important;
    padding: 2px 20px;
    background: #e04f00;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}
div.box div.boxA section div.newsHead h3 span.tagsk {
    color: #fff !important;
    font-size: 85% !important;
    padding: 2px 20px;
    background: #74dde1;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}




div.pagelist {
    font-weight: bold;
    text-align: center;
    width:100%;
}
div.pagelist p a {
    color: #00688f;
    font-size: 120%;
}
ul.pager {
    padding-top: 30px;
    margin: 0 auto;
    width: 236px;
    text-align:center;
    
}
ul.pager2{
    padding-top: 30px;
    margin: 0 auto;
    width: 65px;
}
ul.pager li {
    border-right: 1px solid #999999;
    float: left;
    margin-right: 10px;
}
ul.pager li.next {
    border-right: medium none;
    margin-right:0;
    
}


ul.pager2 li {
    border-right: 1px solid #999999;
    float: left;
    margin-right: 0;
    padding-right: 10px;
    border-right: medium none;
}
ul.pager2 li.last {
    border-right: medium none;
    padding-right:0;
}

div.box div.boxB {
    float: none;
    width: 95%;
    margin:0 auto;
}
div.navArea {
    float: none;
    width: 100%;
}
div.navArea p.navHead {
    font-family: 'Oswald', sans-serif;
    font-size: 139% !important;
    text-align: center !important;
    padding: 20px 13px;
    color: #fff;
}
div.navArea ul {
    margin-bottom: 60px;
}
div.navArea ul li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding: 8px 16px;
    text-align: left;
    background: #fff;
}
div.navArea ul li a {
    color: #000;
    display: block;
}


ul.pager li a{
    padding: 5px;
}


p.tx{
    width:95%;
    margin:0 auto;
    }
    
    

    
    
    
.editor{
	margin-bottom: 25px;
	padding-bottom: 50px;
    padding-top:25px;
    width:100%;
}
.editor h2{
	font-size: 18px;
}
.editor h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.editor h3::before{
	content: '■';
}



.editor table{
	border-collapse:collapse;
	border-left:1px solid #efefef;
	border-top:1px solid #efefef;
	width:100%;
}

.editor table th,
.editor table td{
	background-color:#FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
	line-height:1.4;
	padding:20px 20px 17px;
	text-align:left;
}

.editor table th{
	background-color:#e7e7e7;
	font-weight: normal;
}

.editor table tr.head th{
	background-color:#b61f38;

	color:#FFF;
}


.editor ul{
	list-style-type: disc!important;
	padding-left: 1em;
}

.editor ul li{
	list-style-type: disc!important;
	display: list-item;
	line-height:170%;
}

.editor ol{
	list-style-type: decimal!important;
	padding-left: 1.3em;
}

.editor ol li{
	display: list-item;
	line-height:170%;
	list-style-type: decimal!important;
}

.editor span{
	white-space: normal !important;
}

.editor img{
	height: auto !important;
	max-width: 100%;
}

.editor p a{
	text-decoration:underline !important; 	
}    
        
    



.infoL{
    width:auto;
    display:inline-block;
    vertical-align:middle;
    
}

    
.infoR{
    width:100%;
    display:block;
    vertical-align:middle;
}




/*-- btmindex --*/



.btmindex {
    width: 100%;
}
.btmindex ul.indexul {
    text-align: center;
    width: 95%;
    max-width: inherit;
    min-width: inherit;
    margin: 0 auto;
    padding: 25px 0;
}
.btmindex ul.indexul li {
    display: inline-block;
    margin: 0 0 10px;
    text-align: left;
    vertical-align: top;
    width: 32%;
}
/*-- h2 --*/


h2.midashi {
    font-size: 18px;
    border-bottom: 2px solid #c7c7c7;
    border-left: 3px solid #93d700;
    padding-left: 5px;
    margin-bottom: 25px;
}






/*search*/
#search_box{
	padding: 20px 1em;
}
#search_box p{
	overflow: hidden;
    line-height:1.5;
    text-align:left;
}
#search_box p span{
	display: block;
}
#search_box #search_tx{
	float: left;
	width: 70%;
}
#search_box #search_btn{
	float: right;
	padding: 7px 0;
	width: 24%;
}





}
