/* 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: #000;
    -webkit-font-smoothing: antialiased;
    font: 15px "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    *: ;
	
}

a {
	color: #d6d6d6;
	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: 100%;
	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 {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.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 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;
}	


@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{


}

.waku2 {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #EC6C00;border-color: #272726;
    border-image: initial;
    border-radius: 2px;    line-height: 31px;
	font-size: 16px !important;
	font-weight: 600;
}
.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: 270px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
.waku_kousei {
    height: 310px;
}
	.pchyouzi{
		
	}	
}
@media only screen and (max-width: 991px) {
.waku_kousei {
    height: 190px;
}
	.pchyouzi{
display: none;
	}
	h2{
		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%, #ffe2c9 50%);
		font-weight: 600;
	color: #EC6C00;
	font-size:17px;
	
  }
.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;
}


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

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

.btn-default:hover {
    background-color: #333333;
    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; 
}

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