/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { height: 100%; }

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

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    
    background: #fff;
    font-weight: 300;
    font-size: 15px;
    color: #333;
  font-family: Lato, 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

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

.container {
	/*width: 100%;
	position: relative;*/
}

.container.demo-1 {
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.demo-1 .codrops-demos {
	position: absolute;
	z-index: 2000;
	top: 30px;
	left: 30px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}



.sl-slider-wrapper {
	


}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}



.tyawaku{

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

}

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

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




@media screen and (max-width:480px){/*19*/
.info_box {
	padding:5px 5px 10px 10px;
}

}
/*Ã£â€šÂ·Ã£Æ’Â£Ã£Æ’â€°Ã£â€šÂ¦Ã£Æ’Å“Ã£Æ’Æ’Ã£â€šÂ¯Ã£â€šÂ¹*/
/*dl li*/

@media screen and (min-width:480px){/*19*/
dl.dl01 dt {
     float: left;
     clear: left;
     width: 8em;
	 line-height:1.6em;
	 color:##428bca;
	 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 #084ea1;
     padding-left: 8.5em; /* dtÃ£ÂÂ®Ã¥Â¹â€¦Ã¤Â»Â¥Ã¤Â¸Å Ã£ÂÂ®paddingÃ£â€šâ€™Ã£ÂÂ¨Ã£â€šâ€¹*/
	  line-height:1.6em;
	  padding-bottom:8px;
	   padding-top:8px;
}
}

@media screen and (max-width:479px){/*19*/
dl.dl01 dt {
     float: left;
     clear: left;
     width: 100%;
	 line-height:1.6em;
	 color:#428bca;
	 font-weight:bold;
	 	  padding-bottom:8px;
	   padding-top:8px;
}
dl.dl01 dt:after { content: ''; color:#ccc;}
dl.dl01 dt.new:after { content: 'new';
background:;
color:#FFF;
padding:0 3px 1px;
font-size:11px;
border-radius:3px;
margin:0 5px; }
dl.dl01 dd {
     border-bottom: 1px dotted #084ea1;
     padding-left: 0em; /* dtÃ£ÂÂ®Ã¥Â¹â€¦Ã¤Â»Â¥Ã¤Â¸Å Ã£ÂÂ®paddingÃ£â€šâ€™Ã£ÂÂ¨Ã£â€šâ€¹*/
	  line-height:1.6em;
	  padding-bottom:8px;
	   padding-top:8px;
}
}


dl.dl03 dt {
     float: left;
     clear: left;
     width: 100%;
	 line-height:1.6em;
	 color:#084ea1;
	 font-weight:bold;
	 	  padding-bottom:8px;
	   padding-top:8px;
}
dl.dl03 dt:after { content: ''; color:#ccc;}
dl.dl03 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 #084ea1;
     padding-left: 0em; /* 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';

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 solid #ddd; 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;
}	


@media screen and (min-width:480px){/*19*/
dl.dl01 dt {
     float: left;
     clear: left;
     width: 6.6em;
	 line-height:1.6em;
	color:#428bca;
	 font-weight:bold;
	 	  padding-bottom:8px;
	   padding-top:8px;
}
dl.dl01 dt:after { content: ''; color:#ccc;}
dl.dl01 dt.new:after { content: 'new';

color:#FFF;
padding:0 3px 1px;
font-size:11px;
border-radius:3px;
margin:0 5px; }	
	
	
	
dl.dl01 dd {
     border-bottom: 1px dotted #084ea1;
     padding-left: 8.5em; /* dtÃ£ÂÂ®Ã¥Â¹â€¦Ã¤Â»Â¥Ã¤Â¸Å Ã£ÂÂ®paddingÃ£â€šâ€™Ã£ÂÂ¨Ã£â€šâ€¹*/
	  line-height:1.6em;
	  padding-bottom:8px;
	   padding-top:8px;
}
}

@media screen and (max-width:479px){/*19*/
dl.dl01 dt {
     float: left;
     clear: left;
     width: 100%;
	 line-height:1.6em;
	 color:#9c823f;
	 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 #084ea1;
     padding-left: 0em; /* dtÃ£ÂÂ®Ã¥Â¹â€¦Ã¤Â»Â¥Ã¤Â¸Å Ã£ÂÂ®paddingÃ£â€šâ€™Ã£ÂÂ¨Ã£â€šâ€¹*/
	  line-height:1.6em;
	  padding-bottom:8px;
	   padding-top:8px;
}
}


dl.dl03 dt {
     float: left;
     clear: left;
     width: 100%;
	 line-height:1.6em;
	 color:#084ea1;
	 font-weight:bold;
	 	  padding-bottom:8px;
	   padding-top:8px;
}
dl.dl03 dt:after { content: ''; color:#ccc;}
dl.dl03 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 #084ea1;
     padding-left: 0em; /* dtÃ£ÂÂ®Ã¥Â¹â€¦Ã¤Â»Â¥Ã¤Â¸Å Ã£ÂÂ®paddingÃ£â€šâ€™Ã£ÂÂ¨Ã£â€šâ€¹*/
	  line-height:1.6em;
	  padding-bottom:8px;
	   padding-top:8px;
	    font-size: 14px;
}


dl.dl02 dt {
     float: left;
     clear: left;
     width: 8em;
	 line-height:1.6em;
	 color:#004a82;
	 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;
}

.news_haikei {
    background-color: #f4f3f3;
	clear: both;
	padding-bottom: 5em;
    padding-top: 1em;	
}


.nihontizu_haikei {
    background-color: #f4f3f3;
	clear: both;
	padding-bottom: 5em;
    padding-top: 1em;	
		background: url(../img/top/nihon.png) no-repeat top center #f4f3f3;
}

.hutu_haikei {
    background-color: #ffffff;
	clear: both;
    padding-bottom: 5em;
    padding-top: 1em;
		background: url(../img/top/haikei1.jpg) no-repeat top center;

}

.siro_haikei {
    background-color: #ffffff;
	clear: both;
	padding-bottom: 5em;
    padding-top: 1em;	
}

@media (min-width:481px) {
.topmessage{
    line-height: 42px;
    font-weight: normal;
	text-align: center;
}
}
@media (max-width:480px) {
.topmessage{
    line-height: 34px;
    font-weight: normal;
	text-align: center;
}
}
.f_right_hgp {
   text-align: center;
    font-family: HGP教科書体;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.4px;
}
.boxsiro{
    background-color: rgba(255, 255,255, 0.7);
	padding:20px;
}
@media (min-width:480px){
.boxArea .box {
    width: 50%;
    float: left;
}
	
.boxArea .box5 {
    width: 20%;
    float: left;
}
		
.boxArea .box6 {
    width: 20%;
    float: left;
}
}
@media (max-width:479px){
	.boxArea .box {
    width: 100%;
    float: left;
}
.boxArea .box5 {
    width: 50%;
    float: left;
}
		
.boxArea .box6 {
    width: 100%;
    float: left;
}	
}
figure {
    overflow: hidden;
}

figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


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

.topsaisho {
	background-color:#004a82;
	padding:10px;
		color:#FFF;
	font-size: 18px;
	
}

a .topsaisho:hover {
	background-color:#000000;
	padding:10px;
	color:#ffffff;
	font-size: 18px;
}

.topsaisho1 {
	background-color:#006837;
	padding:10px;
		color:#FFF;
	font-size: 18px;

}

a .topsaisho1:hover {
	background-color:#000000;
	padding:10px;
	color:#ffffff;
	font-size: 18px;
}

.midasi1 {
    font-size: 24px;
    color: #363636;
    color: #084ea1;
    letter-spacing: 1.4px;
      line-height: 32px;
    font-weight: 600;
    background: #dedede;
    padding: 8px;
    padding-top: 11px;
    padding-left: 15px;
}


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

a .btn-sidemidasi{
	background: rgb(48,160,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(48,160,226,1) 1%, rgba(28,42,83,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(48,160,226,1) 1%,rgba(28,42,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(48,160,226,1) 1%,rgba(28,42,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a0e2', endColorstr='#1c2a53',GradientType=0 ); /* IE6-9 */
background:#004a82;
    color: #ffffff;
    width: 100%;
	border:solid 1px  #1C2A53;
    text-align: center;
    font-size: 16px;
    padding: 14px;
    border-radius: 0px;
    letter-spacing: 1.4px;
}

a:hover .btn-sidemidasi{
	background: rgb(48,160,226); /* Old browsers */
background: -moz-linear-gradient(top, rgba(48,160,226,1) 1%, rgba(28,42,83,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(48,160,226,1) 1%,rgba(28,42,83,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(48,160,226,1) 1%,rgba(28,42,83,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a0e2', endColorstr='#1c2a53',GradientType=0 ); /* IE6-9 */
background:#004a82;
    color: #ffffff;
    width: 100%;
	border:solid 1px  #1C2A53;
    text-align: center;
    font-size: 16px;
    padding: 14px;
    border-radius: 0px;
    letter-spacing: 1.4px;
	opacity: 0.8;
}

a .outer {
    display: ;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #222222;
    border: solid 1px #dddddd;
    padding: 10px;
	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:hover .outer {
    display: ;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #222222;
    border: solid 1px #dddddd;
    padding: 10px;
	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 */
	
}
a .outer1 {
    display: ;
    height: auto;
    width: 100%;
    background: #FFF;
    color: #222222;
    border: solid 1px #dddddd;
    padding: 1px;
	background: rgb(255,255,255); /* Old browsers */

}


.list_none li {
    list-style-type: none;
    padding: 0 0 5px 0 !important;
    margin: 0;
}
.tyawakucontact {
    width: 100%;
    text-align: left;
    background-color: #FFFFFF;
    border: solid 1px #dddddd;
    padding: 22px;
 
}
.mf {
    width: 100%;
}


.hdS {
  border-top: 1px solid #221714;
  border-bottom: 1px solid #221714;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  padding: 8px 0;
	font-family: "Frank Ruhl Libre","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","Yu Mincho","HG明朝B","ＭＳ Ｐ明朝","MS PMincho",serif;
}
.hdL {
	background: #221714;
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.24;
  font-weight: bold;
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.hdL:before {
	border: 1px solid #fff;
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
}
p{
	    font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;

}

.waku2 {
    background-color: #ffffff;
    padding: 20px;
    color: #333333;
    border-image: initial;
    border-radius:0px;   
	font-size: 16px !important;
	font-weight: 400;	border: 4px solid #1d8f59;
}
.waku3{
	border: 2px solid #EC6C00;
	padding: 20px;
	background: #ffffff;
}
.waku4{
	border: 2px solid #999999;
	padding: 20px;
	background: #ffffff;
}

@media only screen and (min-width: 1200px) {
.waku_kousei {
    height: 240px;
}
.waku_kousei0 {
    height: 240px;
}	
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
.waku_kousei {
    height: 270px;
}
.waku_kousei0 {
    height: 270px;text-align: center;
}	
	.pchyouzi{
		
	}	
}
@media only screen and (max-width: 991px) {
.waku_kousei {
    height: 160px;
}
.waku_kousei0 {
    height: 225px;
	text-align: center;
}	
	.pchyouzi{
display: none;
	}
	h2{
		font-size:24px;
		line-height: 36px;
	}
	.f26{
		font-size:24px;
	}
}
.mrgn-btm20 {
    margin-bottom: 20px;
}

.high_light {
    color: #fff;
    background-color: #3a424a;

    padding: 3px 3px 3px 3px;
}

.under {
  background: linear-gradient(transparent 50%, #da8909 50%);
		font-weight:400;
	color: #ffffff;
	font-size:;
	
  }
.w80px{
	width: 140px;    float: left;
	    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.rana{
	    font-family: 'Raleway',serif;
}
.fa-24x {
    font-size: 2.4em;
}
#fh5co-clients {
    padding: 0.5em 0;
    background: #ffffff;
background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #eaeaea;
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.gly-bk {
border: solid 1px #ccc;
    background-color: #e7e9ee;
    padding: 25px;
    margin-bottom: 10px;
    width: auto;
}

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

.btn-default:hover {
    background-color: #e74c3c;
    color: #ffffff;
	opacity: 0.8;
}

.fo13{
	font-size:1em;
	font-weight:500;
	line-height: 36px;
}


@media only screen and (min-width: 768px) {
#p_flow{
	text-align: center;
	margin-bottom: 50px;
}

#content dl.fl_dl{
	border:2px solid #ccc;
	box-sizing: border-box;
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 66px;
	height: 208px;       font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}

#content dl.fl_dl dt{
	float: left;
	text-align: center;
	background: #222222;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 8px 0;
}

#content dd.fl_ti{
	text-align: left;
	color: #003e70;
	font-size: 24px;
	font-size: 2.1rem;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 65px;
}

#content  dd.fl_p{
	text-align: left;
	font-size: 16px;
	font-size: 1.4rem;
	margin-left: 20px;
}

#content dd.fl_img{
	float: right;
	margin-bottom: 0;
    line-height: 0;
    margin-left: 20px;
}


#content dl.fl_dl dt.blue{
	background: #0092d6;
}

#content dl.fl_dl:last-child:after{
	content: none;
}



#content dd.fl_ti{
	text-align: left;
	color: #EC6C00;
	font-size: 2rem;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 58px;
}

#content  dd.fl_p{
	text-align: left;
	font-size: 16px;
	font-size: 1.4rem;
	margin-top:4px;
	margin-left: 20px;
}

#content dd.fl_img{
	float: right;
	margin-bottom: 0;
    line-height: 0;
    margin-left: 20px;
}


#content dl.fl_dl dt.blue{
	background: #0092d6;
}

#content dl.fl_dl:last-child:after{
	content: none;
}
}
/* æ–½å·¥ã®æµã‚Œ
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
#content #p_flow p{
	text-align: justify;
}

#content dd.fl_img{
	float: none;
	margin-left: 0;
	width: 100% !important;
	height: auto;
}

#content dl.fl_dl{
	height: auto;
	border: 1px solid #ccc;        font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;   position: relative;
    margin-bottom: 50px;
}



#content dl.fl_dl dt{
	float: left;
	text-align: center;
	background: #222222;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 8px 0;
}

#content dd.fl_ti{
	text-align: left;
	color: #EC6C00;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 65px;
}

#content  dd.fl_p{
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 20px;
}
#content dd.fl_ti{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	font-size: 1.8rem;
}

#content  dd.fl_p{
	font-size: 14px;
	font-size: 1.4rem;
	margin-right: 20px;
	margin-bottom: 10px;
}
.page img {
    width: 100%;
    height: auto;
}

.w800 {
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
	display: block;
	clear: both;
	position: relative;
}
}

#content dl.fl_dl:after{
	content: '\f063' ;
    font-family: "Font Awesome 5 Free" ;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    position: absolute;
    margin: 0 auto;
    font-size: 26px;
    font-size: 2.6rem;
    color: #EC6C00;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: -51px;
font-weight: 900;
    text-align: center;
	
}

@media only screen and (min-width: 700px) {
.abouthaikei{
	  background: url("../img/about/haikei.png") no-repeat ;
   background-position: top left;
	float: left;

    height: 510px;
	width: 100%;

}
.aboutmawari{
	padding:20px;
	margin-left:20px;
	margin-right:20px;

}
	
	.aboutimg{
		display: none;
	}
	.mozinasi699{
		
	}
}

.f400{
	    font-weight: 400;
}
.hiragino{
	 font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif; 
}


.site-footer {padding-bottom: 50px;}
#footfix {position: fixed;
    bottom: 0;
    width: 100%;
   background: rgba(59, 65, 62, 0.9); background: rgba(29, 143, 89, 0.9); 
z-index: 2;
/*border-top:solid 1px #87d2e7;*/}
#footfix_in {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center; /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
    align-items: center;  /* å­è¦ç´ ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */

}
.footfix_in_1{font-size: 1.2em;
    color: #FFF;
    border: solid 1px #FFF;
    padding: 5px 15px;
    vertical-align: middle;}
.footfix_in_2 a {font-size: 27px; padding: 0 20px 0 ;color: #FFF;font-weight: 600; text-decoration: none; font-family: "Lato", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
line-height: 1em;}

.footfix_in_3 a{

background:#1d8f59; 
    color: #FFF;
    padding: 5px 50px;
    border: solid 2px #FFF;
    border-radius: 2px;
    font-size: 16px;

    font-weight: 400;
text-decoration: none;
font-family: "Lato", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;

}
.footfix_in_3 a:hover{
	background:#FFF; 
    color: #1d8f59;
    padding: 5px 50px;
    border: solid 2px #FFF;
    border-radius: 2px;
    font-size: 16px;
font-weight: 600; text-decoration: none; font-family: "Lato", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
text-decoration: none;
}

/*ãƒ•ãƒƒã‚¿ãƒ¼å›ºå®š*/
/*----------------------------------------------------------------*/
/* ãƒ•ãƒƒã‚¿ãƒ¼ ã‚¹ãƒžãƒ›ç”¨é›»è©± */
/*----------------------------------------------------------------*/
@media screen and (max-width:1200px) {
.site-footer {padding-bottom: 80px;}
#sp-footer-tel {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:3;
	background: #CCCCCC;
}

#sp-footer-tel ul {
	font-size:0;
}

#sp-footer-tel li {
	text-align:center;
width: 49.9%;
	box-sizing:border-box;
	display:inline-block;
}

#sp-footer-tel li:last-child {
	border:none;
}

#sp-footer-tel a {
	display:block;
	font-size:20px;
	font-size:1.5rem;
	line-height:60px;
	background:#1d8f59;
	color:#fff;
	text-decoration:none;
    text-align: center;
}

#sp-footer-tel li:last-child a {
	background:#CCCCCC;
    color:#1d8f59;
}
#sp-footer-tel a .fas,
#sp-footer-tel a .far {
	margin:0 5px 0 0;
}
}
#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 0px;
    opacity: 1;
    z-index: 2;
}
#page_top a{
  position: relative;
  display: block;
    width: 60px;
    height: 100px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  color: #FFF;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::afterBK{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 13px;
  color: #FFF;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
.sp-hide {
	display: inline !important;
}

.pc-hide {
	display:none !important;	
}
}
@media only screen and (max-width: 1200px) {


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

.pc-hide {
	
    display: inline !important;
}
}
.balloon_3 {
 	position: relative;
	display: inline-block;
	border-bottom: solid 2px #264206;
	padding: 16px;    color: #264206;
	font-size: 30px;font-weight: 600;
 	max-width: 100%;

}
.mmmmozi {
 	position: relative;
	display: inline-block;
	padding: 16px;    color: #111111;
	font-size: 30px;font-weight: 600;
 	max-width: 100%;
	text-align: center;
}
@media only screen and (max-width: 1200px) {
.balloon_3 {
 	position: relative;
	display: inline-block;
	border-bottom: solid 2px #264206;
	padding: 16px;
	font-size: 16px;font-weight: 700;
 	max-width: 100%;

}
.mmmmozi {
 	position: relative;
	display: inline-block;
	padding: 16px;
	font-size: 16px;font-weight: 700;
 	max-width: 100%;
	text-align: center;
}		
}
.balloon_3:before,
.balloon_3:after {
	content: "";
	position: absolute;
    top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}
.balloon_3:before {
	border: 0px solid transparent;
	border-top: 0px solid #264206;
}
.balloon_3:after {
	border: 14px solid transparent;

	margin-top: -5px;
}
.balloon_3 p {
	margin: 0;
	padding: 0;    font-weight: 450;
}
.reasonLink{ letter-spacing:-0.4em; margin-top:2.0em; text-align:center;}
.reasonLink { width:32%; display:inline-block; vertical-align:top; letter-spacing:0; position:relative;}
.reasonLink {
    display: block;
    font-size: 2.5rem;
    line-height: 1.2;
    text-align: center;
    position: relative;
    background: #CEDEED;
    border-radius: 300px;
    height: 313.6px;
    color: rgba(21,68,143,1);
    border: solid 3px #CEDEED;
}



.reasonLink span{ display:block; padding: 0 2.0em; position:absolute; top:50%; transform:translateY(-50%); left:0px;}
.reasonLink li:nth-child(1) a:before{ content:"01"; font-family:"phone"; font-size:3.0rem; line-height:1.1; position:absolute; top:2.5em; left:50%; transform:translateX(-50%); display:inline-block;}
.reasonLink li:nth-child(2) a:before{ content:"02"; font-family:"phone"; font-size:3.0rem; line-height:1.1; position:absolute; top:2.5em; left:50%; transform:translateX(-50%); display:inline-block;}
.reasonLink li:nth-child(3) a:before{ content:"03"; font-family:"phone"; font-size:3.0rem; line-height:1.1; position:absolute; top:2.5em; left:50%; transform:translateX(-50%); display:inline-block;}



@media print, screen and (min-width: 992px){
.headTitle, .headTitle .headbg {
    height: 340px;
}
}
.headTitle {
    padding: 0 0 0 0;
    background-size: cover;
    background-position: center 30%;
    height: 240px;
    position: relative;
}
.headbg {
       background-image: url(../img/daini.jpg);
}
.headTitle, .headTitle .headbg {
    height: 340px;
}
.headTitle h2 span.en {
    font-size: 2.8rem;
    /* color: #fff; */
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: .3em;
line-height: 1.2;
    display: block;
}
.headTitle h2 span.en {
    font-size: 4.2rem;
    padding-right: 50%;
}
.basewidth {
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translate(0, -50%);
}
.basewidth, .breadcrumb ul {
    width: 100%;
    padding: 0 7%;
    margin: auto;
}
.headTitle h2 span.ja {
    display: inline-block;
    font-size: 1.4rem;    font-family: 'lato',sans-serif;
    letter-spacing: .1.4em;
    font-weight: 500;
    margin-top: .2em;
    vertical-align: middle;
    border-top: 1px solid #151b28;
    padding-top: .5em;
}

@media print, screen and (max-width: 991px){
	.headTitle, .headTitle .headbg {
    height: 240px;
}
.headTitle {
    padding: 0 0 0 0;
    background-size: cover;
    background-position: center 30%;
    height: 240px;
    position: relative;
}


.headTitle h2 span.en {
    font-size: 2.2rem;
    /* color: #fff; */
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    letter-spacing: .3em;
line-height: 1.4;
    display: block;
}
.headTitle h2 span.en {
    font-size: 3.2rem;
    padding-right: 50%;
}
.basewidth {
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translate(0, -50%);
}
.basewidth, .breadcrumb ul {
    width: 100%;
    padding: 0 7%;
    margin: auto;
}	
	
	.headTitle h2 span.ja {
    display: inline-block;
    font-size: 1.1rem;    font-family: 'lato',sans-serif;
    letter-spacing: .1.1em;
    font-weight: 500;
    margin-top: .2em;
    vertical-align: middle;
    border-top: 1px solid #151b28;
    padding-top: .5em;
}
.headTitle .headbg {
    background-size: cover;
    background-position: center 30%;
    width: 100%;
    height: 240px;
    z-index: -1;
}	
}

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

.tuyomi {
    border-bottom: 1px dotted #666666;
    font-weight: bold;
    font-size: 16px;    line-height: 2;
    font-weight: bold;
    margin-bottom: 10px;
}
.flowBlk .txtBlk {
    font-size: 14px;
    margin-left: 25px;
    margin-bottom: 12px;
    padding-left: 58px;
    padding-bottom: 75px;
    border-left: 1px dotted #808080;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 1px;
}
.flowBlk h3 em {
    display: table-cell;
    vertical-align: middle;
    color: #1d8f59;
    font-size: 52px;
    padding-right: 34px;
}
.flowBlk h3 span {
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
}

	.txtBlk{
			font-size: 14px;
			margin-left: 25px;
			margin-bottom: 12px;
			padding-left: 58px;
			padding-bottom: 75px;
			border-left: 1px dotted #808080;
			line-height: 25px;
			text-align: justify;
		letter-spacing: 1px;}

	.txtBlk:last-child{
				border-left:0;
			}
.blk{
			margin-bottom: 88px;
	}
.titleBlk1 {
    position: relative;
    width: 100%;
    margin-bottom: 46px;
}
.titleBlk1 h4 {
    display: table;
    background: #fff;
}
.numBox{
color: #1d8f59;
						line-height: 1px;
						font-size: 58px;
						display: table-cell;
						vertical-align: middle;
						padding-right: 21px;
					}
					.jpBox{
						font-size: 22px;
						display: table-cell;
						vertical-align: middle;
						padding-right: 16px;
					}
	.jpBox:after{
					position: absolute;
					content: "";
					top: 12px;
					left: 0;
					width: 100%;
					border-top: 1px dotted #808080;
					z-index: -1;
				}
					.enBox{
						font-size: 14px;
						display: table-cell;
						vertical-align: middle;
						letter-spacing: 2px;
						padding-right: 20px;
						padding-top: 5px;
					}