body{
    background: #ffffff;
    margin: 0 auto;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    color: #333333;
    font-family: "YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1 {
	font-size:12px; 
	    margin-top: 15px;
		line-height:16px;
		padding-bottom:10px;
		
			color: #878787;
			letter-spacing:0.7px;
	
}
/*ヘッダーフッター*/
CSS
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#F4F4F4;
}
body > .container {
  padding: 30px 20px 0;
 
}
.container .text-muted {
  margin: 24px 0;
}
 
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*／ヘッダーフッター*/

.iro {
	color:#008475;
}
.iro2 {
	color:#e54c17;
}

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

/*xs smでセンター寄せ*/
@media only screen and (min-width: 993px), print {
.sm_center {
	text-align:left;
	margin:0 auto;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .sm_center {
	 width:auto;
	text-align:center;
	margin:0 auto;
}
}

@media only screen and (max-width: 390px) {
.sm_center {
	 width:auto;
	text-align:center;
	margin:0 auto;
}
}
/*／xs smでセンター寄せ*/



/* ページトップ */
@media only screen and (min-width: 993px), print {
 #page-top {
    position: fixed;
    bottom: 65px;
    right: 20px;
    font-size: 80%;
	z-index:50000;
}
#page-top a {    text-decoration: none;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 0px;
    width: 50px;
    height: 50px;

    border-radius: 0px;
    color: #FFF;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
	background:#008475;
    color: #fffffff;

    font-size: 20px;
       
}
#page-top a:hover {
      text-decoration: none;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 0px;
    width: 50px;
    height: 50px;

    border-radius: 0px;
    color: #FFF;
    line-height: 18px;
    text-decoration: none;
    text-align: center;
	background:#454545;
    color: #fffffff;
	opacity:0.8;
    font-size: 20px;
}
}



@media only screen and (max-width: 992px) {
#page-top {
    position: fixed;
    bottom: 30px;
    right: 5px;
    font-size: 8px;
		z-index:50000;
}
#page-top a {
       text-decoration: none;
    width: 30px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 0px;
    width: 30px;
    height: 30px

    border-radius: 0px;
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
	background:#008475;
    color: #fffffff;
		opacity:0.8;
}
#page-top a:hover {
    text-decoration: none;
    width: 30px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 0px;
    width: 30px;
    height: 30px

    border-radius: 0px;
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
	background:#454545;
    color: #fffffff;
	opacity:0.8;
} 
}

/* ／ページトップ */


/*ロゴ画像*/
.navbar-brand {
  background: url("../img/common/logo.png") no-repeat ;
    background-position: 2px 4px;
    background-size: contain;
    height: ;
    width: 220px;
    text-indent: -9999px;
}
/*／ロゴ画像*/
/*フッター*/

@media (min-width: 730px) {
.copyright{
	
    text-align:center;

    display:block;
	padding:20px 0;
	border-top:dotted 1px #ccc;
	padding-bottom: 80px;
}

}

@media only screen and (max-width: 729px) {
.copyright{

    text-align:center;

    display:block;
	padding:20px 0;
	border-top:dotted 1px #ccc;
	padding-bottom: 30px;
}
	
	
}
/*／フッター*/
/*画像枠付き*/
.img-thumbnail-dotted {
  padding: 2px;
  border: 1px dotted #555;
  border-radius: 2px;
}
/*／画像枠付き*/

.gly_bk {
	background-color:#FFF;
	padding:20px;
	border: 2px solid #E5E5E5;
  border-radius: 2px;
}
.gly_bk2 {
	background-color:#FFF;
	padding:5px 15px;
	border: 2px solid #F4F4F4;
	border-radius: 2px;
}
.gly_orange {
	background-color:#FFF;
	padding:20px;
	border: 3px solid #70655F;
  border-radius: 2px;
}


.brdr_bottom{
	border-bottom:1px dotted #cccccc;
	
}
/*キャッチコピーセンター寄せ*/
@media only screen and (min-width: 993px), print {
 .fnt_cntr_cath {
	font-size:22px;
	color:#333;
	text-align:center;
	line-height:40px;
	

}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .fnt_cntr_cath {
	font-size:14px;
	color:#333;
	text-align:center;
}
}

@media only screen and (max-width: 390px) {
 .fnt_cntr_cath {
	font-size:14px;
	color:#333;
	text-align:center;
}
}
/*／キャッチコピーセンター寄せ*/



/*リストスタイル*/
 .list01 {
	 
	 padding:0;
	 margin:0;
 }
 .list01 li {
	 list-style:none;
	 background-image:url(../img/shikaku_arrow.png);
	 background-repeat:no-repeat;
	 background-position:left center;
	 padding:0 0 0 20px;
	 margin:0;
 }
  .list02 {
	 
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 list-style:none;
	 font-size:13px;
	 padding:0 0 0 0px;
	 margin:0;line-height: 20px;
 }

  .list03 {
	 
	 padding:0;
	 margin:0;
 }
 .list03 li {
	 list-style:none;
	 font-size:14px;
	 padding:0 0 0 0px;
	 margin:0;line-height: 28px;
 }
	
	 
/*／リストスタイル*/


/*見だし*/
@media only screen and (min-width: 993px), print {
.mdsmain_bk{
	background-color:#4BB1B5;
	padding:20px 0 10px 0;
}
 .mds01 {
	  text-align:center;
	color:#FFF;
	font-size:30px;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
	.mdsmain_bk{
	background-color:#4BB1B5;
	padding:20px 0 10px 0;
}
  .mds01 {
	  text-align:center;
	color:#FFF;
	font-size:23px;
	
}
}

@media only screen and (max-width: 390px) {
	.mdsmain_bk{
	background-color:#4BB1B5;
	padding:20px 0 10px 0;
}
  .mds01 {
	   text-align:center;
	color:#FFF;
    font-size:14px;
	
}
}
/*見だし*/
/*キャッチ*/
@media only screen and (min-width: 993px), print {

 .catch {
	font-size:26px;
	line-height:140%;
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch {
	font-size:18px;
	
}
}

@media only screen and (max-width: 390px) {
.catch {
    font-size:14px;
	font-weight:bold;
}
}
/*キャッチ*/
/*キャッチ2*/
@media only screen and (min-width: 993px), print {

 .catch2 {
	font-size:21px;
	line-height:160%;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch2 {
	font-size:18px;
	line-height:140%;
}
}

@media only screen and (max-width: 390px) {
.catch2 {
    font-size:14px;
	font-weight:bold;
	line-height:120%;
}
}
/*キャッチ*/
/*キャッチ3*/
@media only screen and (min-width: 993px), print {

 .catch3 {
	font-size:18px;
	line-height:160%;
	
}

}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.catch3 {
	font-size:16px;
	line-height:140%;
}
}

@media only screen and (max-width: 390px) {
.catch3 {
    font-size:14px;
	font-weight:bold;
	line-height:120%;
}
}
/*キャッチ*/
/**/
@media only screen and (min-width: 993px), print {
 
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 
}

@media only screen and (max-width: 390px) {
 
}
/**/
.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 5px 0;
	margin:0;
}

.brdrbtm {
	color:#333;
	font-size:120%;
	border-bottom:#333 dotted 1px;
}

.pad-top20 {
	padding-top:20px;}
	
.pad-top40 {
	padding-top:40px;}
.gly-bk {
	background-color:#F3F3F3;
	padding:10px 10px;
	width:auto;
}

.orng-bk {
	background-color:#ED965A;
	border:solid 1px #E85A24;
	padding:20px;
	color:#FFF;
}
.orng-waku {
	border:solid 1px #E85A24;
	padding:20px;
	color:#333;
}
.sankaku{
	padding:0;
	margin:0 auto;
	text-align:center;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #E85A24;
}

/*** レスポンシブテーブルデザイン ***/
table{
	    font-family: "YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tbl-rsp{
  width:100%;
  /*border: 1px solid #cccccc;*/

  word-break: break-all;
  word-wrap: break-word;    font-family: "YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}
 
.tbl-rsp th{
  /*padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;*/
  width: 30%;

  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  /*background-color: #F4F4F4;*/
}
 
.tbl-rsp td{
/*padding: 5px 10px;*/
text-align: left;
vertical-align: top;
/*background-color: #ffffff;
border-top: dotted 1px #cccccc;
*/overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.tbl-rsp{
  /*border:none;*/
	    font-family: "YuGothic","Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Open Sans","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tbl-rsp th{
	
  width:100%;
  display:block;
  margin: 0 auto;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
}
}
/*** ／レスポンシブテーブルデザイン ***/
/*** レスポンシブテーブルデザイン2 ***/
.tbl-rsp2{
  width:100%;
  /*border: 1px solid #cccccc;*/
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;

   border: 2px solid #ccc;
}
 
.tbl-rsp2 th{
  /*padding: 6px 8px 5px;
  border-top: solid 1px #cccccc;*/
  width: 20%;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align:middle !important;
   border-bottom: 1px solid #ddd;
       color: #fff;
    text-align: center;

  /*background-color: #F4F4F4;*/
}
 
.tbl-rsp2 td{
/*padding: 5px 10px;*/
text-align: left;
vertical-align: top;
/*background-color: #ffffff;
border-top: dotted 1px #cccccc;
*/overflow: hidden;
word-break: break-all;
word-wrap: break-word;
 border-left: none !important;
}
 
@media (max-width: 400px){
.tbl-rsp2{
  /*border:none;*/
}
.tbl-rsp2 th{
	
  width:100%;
  display:block;
  margin: 0 auto;
    border-bottom: none !important;
  /*border:none;
  border-radius: 3px;*/
}
.tbl-rsp2 td{
  display: list-item;
  width: 100%;
  border-top: none !important;
  border-right: none !important;
    border-left: none !important;
	  border-bottom: none !important;
}
}
/*** ／レスポンシブテーブルデザイン ***/
.lineheight140{
	line-height:140%;
}


.leftbrdr_orange{
	border-left:solid 6px #156DB5;
	padding-left:10px;
}
.orange {
	color:#70655F;
}
.kuro
{
	color:#333;
}
hr{
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}
.mds-bk_iro{
	background-color:#434343;
	background-color:#6d6d6d;
	background-color: #02275B;
	   /* font-family: 'ヒラギノ明朝 ProN W3', HG明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 游明朝, YuMincho, serif;*/
	color:#ffffff;
	padding:10px;
	margin:30px 0;
	font-weight: bold;
}

.fadeInUp {
    -webkit-animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
    animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
@keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


.mb-10{
	top:-10px;
}
.mb-15{
	top:-15px;
}
.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}
.mb28{
	margin-bottom:28px;
}


.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}


.mb40{
	margin-bottom:40px;
}


.mb50{
	margin-bottom:50px;
}

.maingazou {

	    margin-right: auto;
    margin-left: auto;
	}
	
.maingazou img {
    width: 100%;
	
}

	
@media (min-width: 1200px)
.maingazou {{
    width: 1000px;
	    margin-right: auto;
    margin-left: auto;
	}
.maingazou img {
    width: 100%;
	
}

}

}


.containermain{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;text-align:center;}

/*@media (min-width:768px){.containermain{width:750px;
margin-right:auto;margin-left:auto;
}}*/

@media (min-width:992px){.containermain{width:970px;
margin-right:auto;margin-left:auto;
}}

@media (min-width:1200px){.containermain{width:1000px;
margin-top:5px;
margin-right:auto;margin-left:auto;}}


.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}




.btn-warning {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #6d6d6d;
}


.btn-warning:hover {
  color: #fff;
  background-color: #db2121;
  border-color: #db2121;
   background-color: #1C1C1C;
  border-color: #1C1C1C;
}



.btn-warningaka {
    color: #fff;
    background-color: #C92847;
    border-color: #C92847;
}


.btn-warningaka:hover {
  color: #fff;
  background-color: #6d6d6d;
    border-color: #6d6d6d;
}



.btn-warningao {
      color: #ffffff;
    background-color: #3972b7;
    border-color: #3972b7;
}


.btn-warningao:hover {
  color: #fff;
     background-color: #666666;
    border-color: #666666;
 
}


.btn-warningao1 {
      color: #008475;
    background-color: #ffffff;
     border: solid 1px #008475;
}


.btn-warningao1:hover {
  color: #fff;
     background-color: #666666;
    border-color: #666666;
 
}

.mb25{
	padding-bottom:25px;
}


.navbar-header{
	background-color:#FFF;
	    height: 60px;
}

.top_concept h2 {
    position: relative;
    color: #484848;
    font-size: 32px;
    line-height: 1em;
    text-align: center;
	    padding: 0 10px 8px;
    border-bottom: 1px solid #222222;
	
}


.text_mincho {
    font-family: 'ヒラギノ明朝 ProN W3', HG明朝E, 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', 游明朝, YuMincho, serif;
	letter-spacing: 1.4px;
}


.top_concept .hr_style1 {
    margin: 25px 0;
    background: #f1f1f1;
	width:100%;
    height: 5px;
}

.top_concept .hr_style1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 66px;
    height: 5px;
    background: #570500;
}
.top_unit_in {
    width: 1000px;
    margin: 0 auto;
}

.top_concept .top_unit_in {
    padding: 0px 60px 40px;
    background: #fdfdfd;
}

.mod-title {
	font-size: 30px;
	text-align: center;
	 color: #484848;
}
.mod-title span {
	display: inline-block;
	padding: 0 10px 8px;
	border-bottom: 1px solid #222222;
}


/*** top concept ***/
@media screen and (max-width: 1000px){

.top_concept .top_unit_in {
  padding: 0% 6% 3%;
     width: 100%;
}

.top_concept h2 {
  position: relative;
  color: #484848;
  font-size: 3rem;
  line-height: 1em;
}

.top_concept .hr_style1 {
  margin: 2rem 0;
}

.top_concept_text {
  margin-left: 0;
}

.top_concept_text p {
  margin-bottom: 1.5em;
  font-size: 1.15rem;
  line-height: 1.7em;
}

.mod-title {
	font-size: 20px;
	text-align: center;
	 color: #484848;
}
.mod-title span {
	display: inline-block;
	padding: 0 10px 8px;
	border-bottom: 1px solid #222222;
}

}

.clear{
	clear:both;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    float: left;
    text-align: left;
}

.hitowaku{
	   padding:15px 45px 0px 35px!important;
    width: 100%!important;
    border: #ddd 6px solid;
    display: block!important;
    overflow: hidden!important;
	    border: 1px solid #999;

    background-color: #F2F2F2;
}
.card {
    position: relative;
    float: left;
    width: 100%;
    height: ;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #aaa;
    border-left: 3px solid #aaa;
}


.card img {
  padding:10px;
  width:90px!important;
  height:90px!important;
    left: 10px;
    top: 10px;
}

.card .title {
    position: absolute;
    left: 88px;
    top: 10px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    cursor: pointer;
	color:#009;
}

.card .title a{

	color:#009;
}

.card .title a:hover{

	color:#009;
	border-bottom:solid 1px #000066;
}




.card  strong {
    position: absolute;
    left: 88px;
    top: 30px;
    display: block;
    padding-right: 10px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: normal;
}

h1 {
    font-size: 12px;
    margin-top: 8px;
    line-height: 16px;
    padding-bottom:4px;
   font-weight: 600;
color: #555;
    letter-spacing: 0.4px;
}

.js .to-animate {
	opacity: 0;
}



#gm {
  
    width: 100%;
    

    margin-bottom: px;
	 background: url(../img/common/ghaikei.png);
	 background: #FA8B06;
	  background: #e56606;
	 
	      background-color: #337ab7;  background: #737373;
		   background: #008475;
		  	
			  font-weight:600;
	     font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
		 

}




@media only screen and (max-width: 768px) {
	#gm {
  
 display:none;
}

}
@media only screen and (min-width: 769px) {
#gm ul {
  width: 1000px;
  margin: 0 auto;
  height: 50px;
 background: url(../img/common/gsen.png) no-repeat right center;
}

#gm li {
  display: block;
  float: left;
  display: inline;
}

#gm li a {
  display: block;
  width: 140px;
  height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;
  color: inherit;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-right: 0px solid #ffffff;
	  
}

#gm li.gm1 a {
	  display: block;
  width: 120px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-left: 0px solid #ffffff;
	   border-right: ;
}
#gm li.gm2 a {
  display: block;
  width: 190px;
  height: 50px;
  padding-top: 15px;
  background: url(../img/common/.png) no-repeat left center;
  color: inherit;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-right: 0px solid #ffffff;
	  
}

#gm li.gm3 a {
  display: block;
  width: 170px;
  height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;
  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: ;
  color:#ffffff;
      border-right: 2px solid #ffffff;
	  
}

}






#gm li.gm4 a {
	  display: block;
  width: 142px;
 height: 50px;
  padding-top: 15px;
  background:none;
  color: inherit;
  font-size: 12.2px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color:#5D4C41;
    background: url(../img/common/gsen.png) no-repeat left center;
}


#gm li.gm8 a {
	  display: block;
  width: 142px;
 height: 50px;
  padding-top: 15px;
  background: url(../img/common/gsen.png) no-repeat left center;

  color: inherit;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}



#gm li a span {
  font-size: 12px;
  color: #959595;
}


#gm li a:hover {
  color: #;
 
  opacity: 0.6; 

  
}

#gm li.gm_sp {
  display: none;
}
@media only screen and (min-width: 769px) {
.sp768{
	display:none;
}
}

#main{
	margin:0 auto;
	background: #f1f1f1;
}


.cmidasi_tab{
	
		
	font-weight:bold;
	text-align:left;
	padding:6px;


	color:#F00;
		padding-bottom:10px;
			padding-top:2px;
	
}


.cmidasi_tab th{
font-size:130%;
	font-weight:bold;
	text-align:left;
	padding:6px;
	padding-left:px;
	border-bottom: 4px solid #F00;
	color:#333333;
		padding-bottom:10px;
		height:6px;
			
	
	
}

.cmidasi_tab td{

	font-weight:normal;
	text-align:left;
	padding:6px;

	border-bottom: 4px solid #bbbbbb;
	vertical-align: top;
		height:6px;
	
}

h6 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-size:186%;
	font-weight:600;
	color:#4D4D4D;
	letter-spacing:1.1px;
    font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;

}
h6::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #71A1D1;
}

.aomozi1{
	color:#009;
	font-size:160%;
	font-weight:600;
	

}
.midasi{
	font-size:34px;
	font-size: 38px;
	text-align:center;
	color:#363636;
	color:#084ea1;
	color:#2c3590;
	letter-spacing:1.4px;
	line-height:34px;
	font-weight:600;
	
	
}

.midasi1{
	font-size:38px;
	
	color:#084ea1;color:#363636;
	letter-spacing:1.4px;
	line-height:34px;
	font-weight:600;

	
}

.midasisab{
	font-size:15px;
	text-align:center;
	color:#008475;
	
	letter-spacing:1.4px;
	line-height:24px;
	font-weight:500;
	
}

.midasisab1{
	font-size:18px;

	color:#084ea1;
	color:#363636;
	letter-spacing:1.4px;
	line-height:24px;
	font-weight:500;
	
}
@media only screen and (max-width: 600px) {
	
	.midasi{
	font-size:22px;
	text-align:center;
	color:#2c3590;
	letter-spacing:1.6px;
	line-height:16px;
	
}

	.midasi1{
	font-size:22px;
	color:#2c3590;
	letter-spacing:1.6px;
	line-height:16px;
	color:#363636;
}


.midasisab{
	font-size:14px;
	text-align:center;
	color:#084ea1;
	
	letter-spacing:1.4px;
	line-height:16px;
	font-weight:500;
	
}

.midasisab{
	font-size:14px;

	color:#2c3590;
	
	letter-spacing:1.4px;
	line-height:16px;
	font-weight:500;
	
}
}


.tophaikei{
	  background: url("../img/top/tophaikei.png") no-repeat ;
	    display: table;
    width: 100%;
 
    background-position: center center;
    background-size: cover !important;
}


.sirowaku{
	
	border:2px solid #FFF;
	z-index:100;
}

.sirowaku p{
	padding:20px;
	font-size:15px;
	z-index:101;
	color:#3F3F3F;
}

.page_title {
    font-size: 2.6rem;
    text-align: center;
background: url("../img/common/common.png") no-repeat ;
background:#ffffff;

    font-weight: 600;
    color: rgb(69, 69, 69);
    font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
    padding: 30px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
	margin-top:-15px;
	background-position: center center;
    background-size: cover !important;
	color:#2c3590;
    margin: 0px;
	    border-bottom: 1px solid #969696;
			    border-bottom: 1px solid #2c3590;
	
}


@media only screen and (max-width: 767px) {
.page_title {
    font-size: 2rem;
    text-align: center;
background: url("../img/common/common.png") no-repeat ;
background:#ffffff;
    font-weight: 600;
    color: rgb(69, 69, 69);
    font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
    padding: 20px;
	    border-bottom: 1px solid #2c3590;
    border-top: ;
    border-bottom: ;
    margin: 0px;
	margin-top:0px;
		color:#2c3590;
	background-position: center center;
    background-size: cover !important;
	margin-top:59px;
}
}


.hh2 {
    margin-top: 0px;
	position: relative;
	padding: 0 .5em .5em 1.7em;
    margin-bottom: 18px;
    border-bottom: 1px solid #fafafa;
	width:100%;
}

.hh2 i {
    display: inline-block;
    width: 3px;
    height: 24px;
    margin-right: 12px;
	margin-top:0px;
    background: #f19500;
	
}
.hh2 .hhh2{
	position: absolute;
        line-height: 1;
    margin-top: -5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2dcd1;
    font-size: 120%;
    letter-spacing: 0.08em;
	font-weight:600;
	padding: 0 .5em .5em 1.7em;
	
}


.midasinana1 {
	position: relative;
	padding: 0 .5em .5em 1.7em;
	border-bottom: 1px solid #ccc;
}
.midasinana1::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.midasinana {
	position: relative;
	padding: 0 .1em .8em 0em;
	border-bottom: 1px solid #ccc;
	font-size:140%;
	font-weight:600;
	margin-bottom:15px;
}

.cath{
	font-size:23px;
	font-weight:bold;
	color:#333;
	text-align:center;
	line-height:35px;
	letter-spacing:1px;
}

.aka{
	color:#C7151C;
}

.center11{
	margin-left:110px;
}
@media only screen and (max-width: 767px) {
.center11{
	margin-left:0px;
}
}
	
.font-mincho{
	font-weight:bold;
	padding-bottom:6px;
}
.clearfix{
	clear:both;
}

ul, ol, dl, dt, dd {
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


.orenzib{
	color: rgb(252, 123, 0);
	font-weight:;
}







/**
 * Design Shack Respnsive Menu
 */


* {
	padding: 0;
	margin: 0;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav {
	
	
	overflow: hidden;	
}

nav ul {
	list-style: none;
	overflow: hidden;
}
/*
nav li a {
	background: #444;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	float: left;
	font: 400 13px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 12.5%;
	
	/*TRANSISTIONS*/
	-webkit-transition: background 0.5s ease;
	   -moz-transition: background 0.5s ease;
	     -o-transition: background 0.5s ease;
	    -ms-transition: background 0.5s ease;
	        transition: background 0.5s ease;
}*/

/*HOVER
nav li a:hover {
	background: #222;
}

/*SMALL*/
nav small {
	font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
	text-transform: none;
	color: #aaa;
}

/*BORDER FIX*/
nav li:last-child a {
	border: none;
}*/

/*BLUE MENU
nav .blue {
	margin-top: 50px;
}

.blue li a {
	background: #75b1de;
}

.blue small {
	color: white;
}

.blue li a:hover {
	background: #444;
}*/

/*RED MENU

nav .red {
	margin-top: 50px;
}

.red li a {
	background: #5C0002;
}

.red small {
	color: white;
}

.red li a:hover {
	background: #a60306;
}
*/
/* MEDIA QUERIES*/
@media only screen and (max-width : 1220px),
only screen and (max-device-width : 1220px){
	nav li a {
		
	}
	
	nav small {
		
	}
}

@media only screen and (max-width : 930px),
only screen and (max-device-width : 930px){
	nav li a {
		width: 100%;
		;
	}
	
	nav li:last-child a, nav li:nth-child(4) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a, nav li:nth-child(7) a, nav li:nth-child(8) a {
		border-bottom: none;
	}
}
@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){
	nav li a {
		width: 100%;
	}
	
	nav li:nth-child(even) a {
		border-right: none;
	}
	
	nav li:nth-child(5) a, nav li:nth-child(6) a {
		border-bottom: 1px solid #fff;
	}
}
/*

@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	nav li a {
		font: 400 11px/1.4 'Cutive', Helvetica, Verdana, Arial, sans-serif;
	}
}*/


.sensen{
	width:100%;
	border-bottom:#FC7B00 solid 1px;
	padding-top:5px;
	
	
}

.uneicath {
    font-size: 26px;
    /* font-weight: bold; */
    color: #333;
    text-align: center;
    line-height: 36px;
    letter-spacing: 1px;
	
}

@media only screen and (max-width: 600px) {
.uneicath {
    font-size: 26px;
    /* font-weight: bold; */
    color: #333;
    text-align: center;
    line-height: 36px;
    letter-spacing: 1px;
}

}

.fright{
	float:right;
}

.block-container {
    position: relative;
    z-index: 1000;
    top: 50%;
    transform: translateY(-44%);
}

.block-container>.block {
    margin: 0 auto;
    text-align: center;
    max-width: 75%;
}

.typography {
    width: 347px;
    margin: 0 auto;
}


.aspectwrapper-7 {
    background-color: red;
    width: 100%;
}
.aspectwrapper-7 .pic_content {
    text-align: center;
}
.aspectwrapper-7 .pic_content h2 {
    max-width: 100%;
    height: auto;
    padding: 30% 0;
}


.iro_bk {
    background-color: #FFF;
    color: #008475;
    padding: 15px;
    border: #008475 solid 1px;
    text-decoration: none;
}

a .iro_bk:hover {
	background-color:#ffffff;
	color:#;
	padding:15px;
	border:#008475 solid 1px;
	
}

.pad-btm20 {
    padding-bottom: 20px;
}

.topsaisho {
	background-color: #084ea1;
	padding:15px;
	color:#FFF;
}

a .topsaisho:hover {
	background-color:#1da1f2;
	padding:15px;
		color:#FFF;
	
}

.out{
display: table;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #084ea1;

    padding: 0px;
}

a .btn-warningaopdff {
   font-weight: 600;
    color:#084ea1;
    height: auto;
    width: 100%;
	text-align:center;
		font-size:16px;
	padding:16px;
		padding-top:18px;
		border-radius:4px;
			letter-spacing:1.4px;
			    background-color:#ffffff;
    border-color: #084ea1;
}


a .btn-warningaopdff:hover {
  
    font-weight: 600;
    color:#ffffff;
    height: auto;
    width: 100%;
	text-align:center;
		font-size:16px;
	padding:16px;
		padding-top:18px;
		border-radius:4px;
			letter-spacing:1.4px;
			    background-color:#1da1f2;
    border-color: #1da1f2;
}


.btn-warningaopdf1 {
    background-color: #ffffff;
    border-color: #084ea1;
	font-weight:600;
	color:#084ea1;
	width:100%;
	text-align:center;
	font-size:14px;
	padding:20px;
	padding-top:20px;
	border-radius:0px;
	letter-spacing:1.4px;
}



a .btn-warningaopdf1:hover {
  
    font-weight: 600;
    color:#ffffff;

	width:100%;
	text-align:center;
		font-size:14px;
	padding:20px;
		padding-top:20px;
		border-radius:0px;
			letter-spacing:1.4px;
			    background-color:#1da1f2;
    border-color: #1da1f2;
}


.btn-sidemidasi {
    background-color: #008475;
    border-color: #008475;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 14px;
    border-radius: 0px;
    letter-spacing: 1.4px;
}



a .btn-sidemidasi:hover {
    background-color: #008475;
    border-color: #008475;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 14px;
    border-radius: 0px;
	opacity: 0.8;
    letter-spacing: 1.4px;
}


.mds-bk_iro2{
	background-color:#363480;
	font-weight: bold;
	
	color:#FFF;
	padding:7px 10px;
	margin:0 0 10px;
}



    * html div.outer {  
        position: relative; /* ③ */  
    }  
    *+html div.outer {  
        position: relative; /* ③ */  
    }  
div.vertical_middle {  
    display: ;    /* ④ */  
    vertical-align: middle; /* ⑤ */  
	clear: both;
}  
    * html div.vertical_middle {  
        position: absolute; /* ⑥ */  
        top: 50%;           /* ⑥ */  
    }  
    *+html div.vertical_middle {  
        position: absolute; /* ⑥ */  
        top: 50%;           /* ⑥ */  
    }  
div.vertical_middle p.inner {  
    margin: 0;  
}  
    * html div.vertical_middle p.inner {  
        position: relative; /* ⑦ */  
        top: -50%;          /* ⑦ */  
    }  
    *+html div.vertical_middle p.inner {  
        position: relative; /* ⑦ */  
        top: -50%;          /* ⑦ */  
    }  
/*／div中でたてに中央揃え*/
.btnmini a {
	background: #1da1f2;
	border: 1px solid #1da1f2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFF;
	width: auto;
	padding: 5px 10px;
	text-align:center;
	font-weight: bold;
}
.btnmini a:hover {
	background: #FFF;
	border: 1px solid #1da1f2;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #1da1f2;
	width: auto;
	padding: 5px 10px;
	text-align:center;
}
/*チェック見出し*/
.heading2{
	position:relative;
	padding-left:30px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
}
 
.heading2:after, .heading2:before{
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#084ea1; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px; 
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}
 
.heading2:before{
	height:10px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 
	top:16px; 
	left:7px
}/*チェック見出し*/



#fh5co-clients {
    padding: 0.3em 0;
    background: #39aa3b;
	 background: #ffffff;
	border-top:2px solid #84685a;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
	
}

#fh5co-clients img{
	   z-index: 1100;
}


.fh5co-page-heading-lead {
    text-align: center;
    padding: 0px 0 60px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.fh5co-page-heading-lead {
    position: relative;
    padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 5px;
    background: #337ab7;
    margin-left: -25px;
    left: 47%;
    bottom: 0;
    position: absolute;
	
}
.midasisaisho {
    font-size: 42px;
    font-weight: 600;

    color: #222222;
}
}

@media only screen and (max-width: 767px) {
.fh5co-page-heading-lead .fh5co-border {
   width: 100px;
    height: 5px;
    background: #337ab7;
    margin-left: -25px;
    left: 43%;
    bottom: 0;
    position: absolute;
	
}
.midasisaisho {
    font-size: 28px;
    font-weight: 600;

    color: #222222;
}
}
.pad0 {
    padding: 0px;
}


 .pad-left20 {
	padding-left:20px;
}

 .pad-left30 {
	padding-left:30px !important;
}


.pad00{
        padding-right: 0px !important;
    padding-left: 0px !important;
}

@media only screen and (max-width: 991px) {
	
 .pad-left20 {
	padding-left:0px;
}

 .pad-left30 {
	    padding: 10px !important;
}


.pad00{
    padding: 10px !important;
}

}

ul li{
	list-style-type:none !important;
}

.list_none {
    padding: 0;
    margin: 0;
}

.pad0 {
	padding:0px; margin:0;
}

.pad-btm10 {
	padding-bottom:10px;
}
.pad-btm20 {
	padding-bottom:20px;
}
.pad-btm60 {
	padding-bottom:60px;
}
.mrgn-top10 {
	margin-top:10px;
}
.mrgn-top {
	margin-top:20px;
}
.mrgn-btm10 {
	margin-bottom:10px;
}
.mrgn-btm {
	margin-bottom:20px;
}
/**/
@media only screen and (min-width: 993px), print {
 .pad-right {
	padding-right:20px;
}
 .pad-left {
	padding-left:20px;
}
 .mrgn-right {
	margin-right:20px;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .pad-right {
	padding-right:10px;
}
 .pad-left {
	padding-left:10px;
}
 .mrgn-right {
	margin-right:20px;
}
}

@media only screen and (max-width: 390px) {
  .pad-right {
	padding-right:10px;
}
 .pad-left {
	padding-left:10px;
}
 .mrgn-right {
	margin-right:0px;
}
}
/**/

.leftbrdr_midasi {
    border-left: solid 7px #084ea1;
    padding-left: 10px;
	font-size: 23px;
    line-height: 160%;
}

@media only screen and (max-width: 991px) {
	.leftbrdr_midasi {
    border-left: solid 7px #084ea1;
    padding-left: 10px;
	font-size: 18px;
    line-height: 160%;
}

}


.grywaku{
	border:solid 2px #ccc;
	padding:15px;
}

.mizuiro{
	color:#1da1f2;
}

.gly-bk2 {
    background-color: #efefef;
    padding: 10px;
    margin-bottom: 10px;
    width: auto;
    border: solid 0px #3954AA;
}

.btn-defaultcontact {
    color: #084ea1;
    background-color: #ffffff;
    border-color: #084ea1;
}

.btn-defaultcontact:hover {
    color: #333333;
    background-color: #ffffff;
    border-color: #ccc;
}

.midasi22{
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    padding: 8px 15px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 10px;
	border:solid 1px #084ea1;
	font-size:18px;
	font-weight:bold;
}


.midasi23{

    background-color: #ffffff;
color: #454545;
    padding: 8px 15px;

    margin-bottom: 10px;
	border:solid 1px #084ea1;
	font-size:18px;
	font-weight:bold;
}


.mizuirosen{
	    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px dotted #1da1f2;
}


.tbl{
  width:100%;
 border-top: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}
 
.tbl th{
  padding: 5px;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  background-color: #F4F4F4;
  text-align:center;
  font-weight:normal;
}
 
.tbl td{
	padding: 5px 10px;
border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}



.tblao{
  width:100%;
 border-top: 1px solid #156BB8;
 border-right: 1px solid #156BB8;
}
 
.tblao th{
  padding: 5px;
  border-left: solid 1px #156BB8;
  border-bottom: solid 1px #156BB8;
  background-color: #D5F1FF;
  text-align:center;
  font-weight:normal;
  color:#156BB8;
  font-weight:bold;
}
 
.tblao td{
	padding: 5px 10px;
border-left: solid 1px #156BB8;
  border-bottom: solid 1px #156BB8;
}

@media print, screen and (max-width: 749px) {
.tbl th{
  padding: 5px 3px;
}
 
.tbl td{
	padding: 5px 3px;
}

.tblao th{
  padding: 5px 3px;
}
 
.tblao td{
	padding: 5px 3px;
}
}


.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.tokutyou1 {
    background: url(../img/tokutyou/1.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.tokutyou2 {
    background: url(../img/tokutyou/2.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.tokutyou3 {
    background: url(../img/tokutyou/3.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
     font-size: 110%;
    margin-bottom: 10px;
}

.tokutyou4 {
    background: url(../img/tokutyou/4.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.tokutyou5 {
    background: url(../img/tokutyou/5.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}


.tokutyou6 {
    background: url(../img/tokutyou/6.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}


.tokutyou7 {
    background: url(../img/tokutyou/7.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
     font-size: 110%;
    margin-bottom: 10px;
}



.tokutyou8 {
    background: url(../img/tokutyou/8.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
     font-size: 110%;
    margin-bottom: 10px;
}



.tokutyou9 {
    background: url(../img/tokutyou/9.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #1da1f2;
    font-weight: bold;
    color: #555555;
     font-size: 110%;
    margin-bottom: 10px;
}




.youto1 {
    background: url(../img/tokutyou/y1.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.youto2 {
    background: url(../img/tokutyou/y2.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.youto3 {
    background: url(../img/tokutyou/y3.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
      font-size: 110%;
    margin-bottom: 10px;
}


.youto4 {
    background: url(../img/tokutyou/y4.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}


.youto5 {
    background: url(../img/tokutyou/y5.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}


.youto6 {
    background: url(../img/tokutyou/y6.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}


.youto7 {
    background: url(../img/tokutyou/y7.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
      font-size: 110%;
    margin-bottom: 10px;
}

.youto8 {
    background: url(../img/tokutyou/y8.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.youto9 {
    background: url(../img/tokutyou/y9.png) 0 0 no-repeat;
    padding: 0px 10px 10px 38px;
border-bottom: 1px dotted #F7931E;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}


.mokuteki1 {
    background: url(../img/tokutyou/m1.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
border-bottom: 1px dotted #156BB8;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.mokuteki2 {
    background: url(../img/tokutyou/m2.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
border-bottom: 1px dotted #156BB8;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.mokuteki3 {
    background: url(../img/tokutyou/m3.png) 0 0 no-repeat;
    padding: 0px 10px 10px 40px;
border-bottom: 1px dotted #156BB8;
    font-weight: bold;
    color: #555555;
    font-size: 110%;
    margin-bottom: 10px;
}

.tuyomi1 {
    background: url(../img/features/tuyomi1.png) 0 0 no-repeat;
       padding: 12px 32px 12px 66px;
border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
   color: #84685a;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.tuyomi2 {
    background: url(../img/features/tuyomi2.png) 0 0 no-repeat;
       padding: 12px 32px 12px 66px;
border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
   color: #84685a;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.tuyomi3 {
    background: url(../img/features/tuyomi3.png) 0 0 no-repeat;
       padding: 12px 32px 12px 66px;
border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
   color: #84685a;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}


.tuyomi4 {
    background: url(../img/features/tuyomi4.png) 0 0 no-repeat;
       padding: 12px 32px 12px 66px;
border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
   color: #84685a;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.tuyomi5 {
    background: url(../img/features/tuyomi5.png) 0 0 no-repeat;
       padding: 12px 32px 12px 66px;
border-bottom: 1px dotted #666666;
    font-weight: bold;
    color: #555555;
   color: #84685a;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}





.fontcathao{
	color:#3e5faa;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
}




.tyawaku{

    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    border: solid 1px #DECFBF;
    padding: 25px;

}

.tyawakunews {
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    border: solid 2px #cccccc;
    padding: 18px;
	height:240px;
	    overflow: auto;
	    clear: both;
}

.tyawakunews1 {
    width: 100%;
      border: solid 2px #cccccc;   padding: 15px;
}




@media screen and (max-width:480px){/*19*/
.info_box {
	padding:5px 5px 10px 10px;
}
}
/*ã‚·ãƒ£ãƒ‰ã‚¦ãƒœãƒƒã‚¯ã‚¹*/
/*dl li*/
dl.dl01 dt {
     float: left;
     clear: left;
     width: 7em;
	 line-height:1.6em;
	 color:#008475;
	 font-weight:bold;
	 	  padding-bottom:8px;
	   padding-top:8px;
}
dl.dl01 dt:after { content: ''; color:#ccc;}
dl.dl01 dt.new:after { content: 'new';
background:#de0000;
color:#FFF;
padding:0 3px 1px;
font-size:11px;
border-radius:3px;
margin:0 5px; }

dl.dl01 dd {
     border-bottom: 1px dotted #dddddd;
     padding-left: 7em; /* dtã®å¹…ä»¥ä¸Šã®paddingã‚’ã¨ã‚‹*/
	  line-height:1.6em;
	  padding-bottom:8px;
	   padding-top:8px;
}


dl.dl02 dt {
     float: left;
     clear: left;
     width: 8em;
	 line-height:1.6em;
	 color:#1da1f2;
	 font-weight:bold;
	 	  padding-bottom:8px;
	   padding-top:8px;
}
dl.dl02 dt:after { content: ''; color:#ccc;}
dl.dl02 dt.new:after { content: 'new';
background:#de0000;
color:#FFF;
padding:0 3px 1px;
font-size:11px;
border-radius:3px;
margin:0 5px; }

dl.dl02 dd {
     border-bottom: 1px dotted #1da1f2;
     padding-left: 8.5em; /* dtã®å¹…ä»¥ä¸Šã®paddingã‚’ã¨ã‚‹*/
	  line-height:1.6em;
	  padding-bottom:8px;
	   padding-top:8px;
}



/*dl li*/
/*ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«*/
.scroll{overflow-y:scroll;
height:220px;
padding-right:10px;
}
.scroll::-webkit-scrollbar{width:10px;}/*ãƒãƒ¼ã®å¤ªã•*/
.scroll::-webkit-scrollbar-track{background:#dddddd;}/*ãƒãƒ¼ã®èƒŒæ™¯è‰²*/
.scroll::-webkit-scrollbar-thumb{background:#cccccc;}/*ãƒãƒ¼ã®è‰²*/
/*ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«*/

.brdrbtm {
	border-bottom:1px dashed #ccc; margin-bottom:2%; padding-bottom:1%;}
.mds_info {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-bottom:solid 1px #CCC;

}

.mds_info1 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    border: solid 1px #CCC;
	padding: 10px 8px;
}
	
	
	.info_box {
    padding: 0px 10px 0px 15px;
}	


.left20m{
	margin-left:-15px;
}

.f18{
	font-size:18px;
}

.ml10{
	margin-left:10px;
}

.btn1 {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
 
    border-radius: 0px;
}

.aosati{
	line-height:40px;
}

.haikei0 {
  background: url("../img/top/h1.jpg")  ;
      padding: 90px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
    margin-top: -30px;
    background-position: center center;
    background-size: cover !important;

}

.haikei1 {
  background: url("../img/top/hh1.png")  ;
      padding: 80px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
    margin-top: 0px;
    background-position: center center;
    background-size: cover !important;

}


.haikei2{
  background: url("../img/top/hh2.png")  ;
      padding: 80px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
    margin-top: 0px;
    background-position: center center;
    background-size: cover !important;

}


@media only screen and (max-width: 767px) {
	
.haikei0 {
  background: url("../img/top/h1.jpg")  ;
      padding-top: 80px;
	  padding-left:0px;
	  padding-right:0px;
	  padding-bottom:50px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
    margin-top: -30px;
    background-position: center center;
    background-size: cover !important;

}	
	
	
.haikei1 {
  background: url("../img/top/hh1.png")  ;
      padding-top: 62px;
	  padding-left:0px;
	  padding-right:0px;
	  padding-bottom:50px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
    margin-top: px;
    background-position: center center;
    background-size: cover !important;

}

.haikei2 {
  background: url("../img/top/hh.png")  ;
      padding-top: 62px;
	  padding-left:0px;
	  padding-right:0px;
	  padding-bottom:50px;
    border-top: ;
    border-bottom: ;
    margin: 0px;
    margin-top: -30px;
    background-position: center center;
    background-size: cover !important;

}
}

.a1 {
    background: url(../img/top/a1.png) 0 0 no-repeat;
    padding: 5px 10px 20px 44px;
    border-bottom: 0px dotted #ccc;
    font-weight:;
  
    font-size: 100%;
	font-size:23px;
    margin-bottom: 10px;
}


.a2 {
    background: url(../img/top/a2.png) 0 0 no-repeat;
    padding: 5px 10px 20px 44px;
    border-bottom: 0px dotted #ccc;
    font-weight:;
  
    font-size: 100%;
	font-size:23px;
    margin-bottom: 10px;
}


.a3 {
    background: url(../img/top/a3.png) 0 0 no-repeat;
    padding: 5px 10px 20px 44px;
    border-bottom: 0px dotted #ccc;
    font-weight:;
  
    font-size: 100%;
	font-size:23px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	
.a1 {
    background: url(../img/top/a1.png) 0 0 no-repeat;
    padding: 6px 10px 10px 44px;
    border-bottom: 0px dotted #ccc;
    font-weight:;
  
    font-size: 100%;
	font-size:16px;
    margin-bottom: 10px;
}


.a2 {
    background: url(../img/top/a2.png) 0 0 no-repeat;
padding: 6px 10px 10px 44px;
    border-bottom: 0px dotted #ccc;
    font-weight:;
  
    font-size: 100%;
	font-size:16px;
    margin-bottom: 10px;
}


.a3 {
    background: url(../img/top/a3.png) 0 0 no-repeat;
padding: 6px 10px 10px 44px;
    border-bottom: 0px dotted #ccc;
    font-weight:;
  
    font-size: 100%;
	font-size:16px;
    margin-bottom: 10px;
}	
}
.meirio{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.ml10{
	margin-left:-10px;
}
.title1 {
    background-color: #f5f5f5;
    padding: 14px 15px 10px;
    border-top: 2px solid #2c3590;
    border-bottom: 1px solid #e9e9e9;
	font-size:20px;
	font-weight:600;
	color:#00C;
}

.midasi11 {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 3px solid #ccc;
	font-size:26px;
	font-weight:;
}
.midasi11::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #2c3590;
	
}
.sphyouzi{
	display:none;
}

.pchyouzi{
	
}


.sy-veu_leadTxt {
    font-size: 2.6em;
    font-weight: bold;
    text-align: ;
    padding: 0;
    margin-bottom: 0.8em;
}
.dainimozi{
	    font-size: 0.7em !important;
	color:#2c3590;
}

@media only screen and (max-width: 767px) {
.midasi11 {
	position: relative;
	padding-bottom: 3px solid #ccc;
	font-size:18px;
	font-weight:;
}
.midasi11::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #2c3590;

}

.sphyouzi{
	
}

.pchyouzi{
	display:none;
}	



.sy-veu_leadTxt {
    font-size: 1.8em;
    font-weight: bold;
    text-align: ;
    padding: 0;
    margin-bottom: 0.8em;
}
.dainimozi{
	    font-size: 0.6em !important;
	color:#2c3590;
}

}

.aob{
	color:#2c3590;
	font-weight:bold;
}

.l26{
	line-height:26px;
}
.l30{
	line-height:30px !important;
}
.l32{
	line-height:32px;
}

.f18{
	font-size:18px;
}

.mawarisen{
	    border: 3px solid #ddd;
		padding:22px;
}
.clear{
	clear:both;
}

.let04{
	letter-spacing:0.4px;
}

div.scrbox {
width: 100%;
height: 150px;
overflow-y: scroll;
	border: solid #ccc 1px;
	padding: 2%;
	background-color: #F4F4F4;
}

.iroaologo1 {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 23px;
}
.free {
    background: url(../img/common/free.png) 0 0 no-repeat;
    padding: 0px 0px 0px 38px;
	font-size:23px;
    color: #555555;

}
.midori{
	color: #008475;
}


.outer {
    display: ;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #222222;
    border: solid 1px #008475;border: solid 1px #ccc;
    padding: 7px;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}



a .outer:hover  {
    display: ;
    height: auto;
    width: 100%;
    background: #008475;
   color: #222222;
    border: solid 1px #008475;border: solid 1px #ccc;
    padding: 7px;
		background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 47%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
		text-decoration: none  !important;

}


.outershanai {
    display: ;
	text-align: center;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #008475;
    border: solid 1px #ccc;border: solid 1px #008475;
    padding: 30px;
	  background: url(../img/common/shanai.jpg);
	background-size:contain;
}
.outershanai p{
    display: inline;
    padding: 6px;
	width: 100%;
    font-size: 22px;
    color: #008475;
    font-weight: bold;
background: rgba(255,255,255,.8);
	

}
a .outershanai:hover  {
   display: ;
	text-align: center;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #008475;
	
    border: solid 1px #ccc;border: solid 1px #008475;
    padding: 30px;
	  background: url(../img/common/shanai.jpg);
	background-size:contain;
	opacity: 0.8;
}
.midasimidori{
border-bottom: 5px #119A43 solid ;
    padding-bottom: 6px;
    font-weight: normal;
	font-size:170%;
	color:#333;
	font-weight:600;
	text-align:left;
	
}


.midasimidori span {
    margin-left: 20px;
    font-size: 60%;
    color: #ccc;
    position: relative;
    top: -5px;
}


a .boxed-grey {
    background: #f3f3f3;
    padding: 20px;
}

a:hover .boxed-grey {

	opacity:0.7;
    padding: 20px;
}

a .hh5{    color: #008475;
    font-weight: bold;
    font-size: 17px;
}

a:hover .hh5{    color: #333333;
    font-weight: bold;
    font-size: 17px;
}
h5 {
    color: #008475;
    font-weight: bold;
    font-size: 17px;
}
.team p.subtitle {
    font-size: 13px;
    color: #333;
}
.team h5 {
    margin-bottom: 10px;
}
.bgPaleBlue {
    background: #;
		 background-image:url(../img/top/haikei.jpg);
	 background-repeat:repeat;

    padding: 26px 0;
    text-align: center;
	font-size:28px;
	line-height: 40px;
	font-weight: bold;
	color:#ffffff;
}
.boxArea {
    width: 100%;
}

.boxArea a {
	height: 100%;
	text-decoration: none;
	display: block;
}

.boxArea:after { content: "";display: block;clear: both; }
.boxArea .box {
	width: 50%;
	float: left;
	    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.thumbArea .box {
	width: auto;
}
.txtBox {
	padding: 30px 50px;
}
.txtBox p {
	line-height: 24px!important;
	overflow: hidden;
}
p.txtBox {
	margin-bottom: 0!important;
}

.boxArea.thumbArea.x3 li {
	width: 33.3%;
}



.midori_bk {
    background-color: #FFF;
    color: #;
    padding: 15px;
	height: 325px;
    border: #008475 solid 1px;
    text-decoration: none;
}

a .midori_bk:hover {
	background-color:#b2d0cc;
	color:#;
	padding:15px;
	border:#008475 solid 1px;
	
}

.business_title{
	font-size:16px;
	font-weight:600;
	color: #008475;
	text-align: center;
	padding-bottom:10px;
}
.f12 {
    font-size: 13px;
}
.f16{
	font-size:16px;
}
.min {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", メイリオ, Meiryo, serif;
}
.right{
	text-align: right;
}
.bold{
	font-weight:bold;
}

.qmozi{
	    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar_box {
	width: 100%;
	border: 1px solid #cccccc;
}

.sidebar_box li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    padding-left: 39px;
    background-position: 15px center;
	background-color: #fff;
	font-size: 1em;
	color: #232323;
}
.sidebar_box li a:hover {
	background-color: #F8F1F2;
}

.f33{
	font-size: 33px;	
}
.f50{
	font-size: 50px;	
}
.borderkasen{
	border-bottom:2px solid #cccccc;
	padding-top:10px;
	margin-bottom:12px;
}
@media only screen and (min-width: 992px) {
#gm1 {
    width: 100%;
    background: url(../img/common/.png);
	padding-bottom:1px;
}
}
@media only screen and (max-width: 991px) {
#gm1 {
visibility: hidden;
}	
}
