/*--------------------
General
--------------------*/

body {
	margin: 0px;
	font-family: "Open Sans", Sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	letter-spacing: 0.4px;
	font-family: 'Open Sans', Sans-serif;
	color: #232323;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.2px;
	color: #444444;
}

.dark-bg p {
color: #B1B1B1;	
}

a:hover, a:focus, a:active, a.active {
	color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
	text-shadow: none;
	background: #fed136;
}
.btn{
	white-space:normal;
}

@media (min-width: 768px) {
	section {
		padding: 150px 0;
	}
}

section {
	padding: 90px 0;
}

ul {
	padding-left: 0;
	padding-top: 10px;	
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.2px;
    color: #000000;
	padding-left:0px;
	display:block;
}

/*--------------------
 Navigation
--------------------*/

.navbar-default {
	background-color: #99CC00;
	border-color: transparent
}
.navbar-default .navbar-brand {
	color: #fff;
	font-family: "Open Sans",sans-serif;
	padding: 0px;
	margin-left: 10px;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #fec503
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #fed136;
	border-color: #fed136
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #fed136
}
.navbar-default .nav li a {
	font-family: "Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #FFF;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #3300CC;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #fed136
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #fec503
}
.drop{
	display:none;
}

.drop-down i{
	display:none;
}

@media (min-width:768px) {
	.navbar-default	{
		background-color:rgba(153,204,0,0.65);
		padding: 5px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
		margin-top: 10px;
	    margin-left: 10px;
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #99CC00;
		padding: 5px 0;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em;
		margin-top: 10px;
	}
	.drop-down i{
		display:inline;
	}
	.drop{
		position:absolute;
		background-color:black;
		width:100%;
	}
	.drop li a{
		font-size: 12px;
		color: #fff;
		display:inline-block;
		width:100%;
		padding-left:8px;
	}
}
@media (min-width:768px) and (max-width:1119px){
	.navbar-default .nav li a{
		font-size:11px;
		padding:15px 3px;
	}
	.navbar-default .nav li .drop > li a{
		font-size:11px;
		padding:0;
		padding-bottom:5px;
		padding-left:3px;
	}

}
.section-title h2 {
	font-size: 50px;
	color: #B3B3BB;
	font-weight: 900;
	letter-spacing: -0.6px;
	position: relative;
	margin: 0 0 50px 0;
	padding-bottom: 15px;
}

.section-title h2:after {
	left: 50%;
	z-index: 1;
	width: 60px;
	height: 3px;
	content: " ";
	bottom: -5px;
	margin-left: -30px;
	text-align: center;
	position: absolute;
	background: #D4D4D4;
}

.dark-bg .section-title h2 {
	color: #fff;
}

.section-title p {
	font-size: 18px;
	font-weight: 300;
	line-height: 31px;
	margin: 20px 100px 60px 100px;
}

/*--------------------
 Header
--------------------*/

header {
    margin-top: 80px;
}
@media (max-width:768px){
	header{
		margin-top:50px;
	}
}

.owl-slider-item {
	position: relative;
	background-color: #000;
}
.owl-slider .owl-controls {
	position: absolute;
	left: 0;
	top: 38%;
	width: 100%;	
}

.owl-slider .owl-controls .owl-nav [class*=owl-] {
	padding: 30px 40px;
	background: rgba(0, 0, 0, 0.26);
	border-radius: 0;
	margin: 0;
	font-size: 30px;
	z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
	float: left;
}

.owl-slider .owl-controls .owl-next {
	float: right;
}
/*--------------------
 index
--------------------*/
.sp-index section{
	padding:70px 0;
}
/*--------------------
 News
--------------------*/
	
#news-contents {
	display:block;
	height:200px;
	max-height:200px;
	overflow-y:scroll;
}

/*-----------------------
Topics
-------------------------*/
#topics .button-cta {
	background:#555555;
	margin:5px;
}
#topics .button-cta:hover{
	background:#C0C0C0;
}
#topics h3{
	font-size:30px;
}
#topics p {
	font-size:20px;
}
#topics img{
	margin-bottom:20px;
	border:2px solid transparent;
	padding:0px;
	max-width:500px;
}
.topics_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #99CC00;
    color: #FFF;
    box-shadow: 0px 0px 0px 5px #99CC00;
    border: dashed 1px #FFF;
	font-size:20px;
	margin-bottom:10px;
}

.topics_btn:hover{
	text-decoration: none;
	background: #009900;
	box-shadow: 0px 0px 0px 5px #009900;
	color:#FFF;
}
/*-----------------------
Information
-------------------------*/

.kusei-content {
	margin:0 auto;
	max-width:900px;
}
.kusei-content .carousel-indicators {
	border-radius:10px;
	background-color:rgba(0,0,0,0.5);
	bottom:-30px;	
}
.kusei-content .img_block {
	display: block;
	float: left;
	margin-left: 15px;
}
.kusei-content .img-carousel {
	width: 275px;
	height: auto;
	padding:10px;
}
.kusei-content .carousel-control.right, .kusei-content .carousel-control.left {
	background-image: none;
}
.kusei-content .carousel-control {
	width: 5px;
}
#reportCarousel {
	margin-top: 10px;
	margin-bottom: 50px;
}
.kusei-content .carousel-inner>.item {
	margin-left: 28px;
}
@media screen and (max-width: 999px) and (min-width: 600px) {
	.kusei-content {
		margin:0 auto;
		max-width:600px;
	}
	.kusei-content .img-carousel {
		width: 180px;
	}
}
@media screen and (max-width: 599px) and (min-width:451px) {
	.kusei-content {
		margin:0 auto;
		max-width:480px;
	}
	.kusei-content .img-carousel {
		width: 130px;
	}
	.kusei-content .carousel-inner>.item {
		margin-left: 20px;
	}
}

#siryou h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left:solid 6px #FF5F00;
	
}
#siryou h4{
	color:#000080;
	font-weight:bold;
	border-bottom:solid 1px #000080;	
	font-family:'Open Sans', sans-serif;
}
#siryou .backnumber{
	max-width:420px;
	width:100%;
	height:auto;
	white-space:normal;
	text-align:left;
	margin-bottom:10px;
}
.backnumber-menu li{
	cursor:pointer;
	background-color:#EEEEEE;
	border-radius:6px;
	padding:5px;
	line-height:1.5em;
	margin-bottom:3px;
}
#information h3{
	padding: 0.4em 0.5em;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #6EB377;
	border-bottom: solid 3px #d7d7d7;
}
#kouho-h4{
	border-top: double 5px #6EB377;
	border-bottom: double 5px #6EB377;
	padding:10px 0;
}
#kouho-h4 + h5{
	margin-top:20px;
}
#information h4:not(#kouho-h4){
	border-bottom: solid 3px #6EB377;
	max-width:630px;
	margin-left:15px;
}
#information h5{
	border-bottom: solid 3px #6EB377;
	max-width:500px;
	margin-left:15px;
}
#information #report-carousel h4{
	border:none;
}
#information .info {
	max-width:780px;
}
#information h4{
	margin-left:10px;
}
#information p{
	margin-left:15px;
}
#poster-carousel{
	padding:0;
	width:30%;
	margin-right:auto;
	margin-left:auto;
}
#poster-carousel .carousel-control{
	width:5%;
	background-image:none;
}
#poster-carousel .right span{
	right:-42px;
}
#poster-carousel .left span{
	left:-28px;
}
#kouho-btn{
	margin-top:20px;
}

/*-----------------------
Profile
-------------------------*/
#profile .well > div{
	margin-bottom:5px;
}
#profile-page{
	display:none;
}
#profile-page .profile-contents > div{
	margin-bottom:30px;
}
#profile-page .menu{
	margin-top:30px;
}

.profile-contents > div{
	display:none;
}

.profile-contents > div:first-child{
	display:block;
}

#profile-page h3 {
position: relative;
padding-left: 25px;
font-size:30px;
}

#ito-kouichi h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px blue;
}
#ito-kouichi h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px blue;
}

#wakabayashi-hiroki h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px green;
}
#wakabayashi-hiroki h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px green;
}

#takeuchi-shinobu h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #336666;
}
#takeuchi-shinobu h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #336666;
}

#asano-hiroyuki h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #330099;
}
#asano-hiroyuki h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #330099;
}

#konno-takako h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #FFCCCC;
}
#konno-takako h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #FFCCCC;
}

#tsukamoto-yoshihiro h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #FF0099;
}
#tsukamoto-yoshihiro h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #FF0099;
}

#akutsu-hiroo h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #FF9900;
}
#akutsu-hiroo h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #FF9900;
}

#tsuru-shinichirou h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #00CCCC;
}
#tsuru-shinichirou h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #00CCCC;
}

#niizuma-saeko h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #CC6600;
}
#niizuma-saeko h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #CC6600;
}

#yukita-masaharu h3:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #7ab4ff;
}
#yukita-masaharu h3:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #7ab4ff;
}

.twitter-icon{
	background-color:#55acee;
	padding:5px 60px;
	display:inline-block;
	margin-top:5px;
}
.fa-twitter {
	font-size:22px;
	color:#FFF;
	vertical-align:middle;
}
.facebook-icon{
	background-color:#315096;
	padding:5px 60px;
	display:inline-block;
	margin-top:5px;
}
.fa-facebook-f{
	font-size:22px;
	color:#FFF;
	vertical-align:middle;
}
.instagram-icon{
	background-color:#E1306C;
	padding:5px 60px;
	display:inline-block;
	margin-top:5px;
}
.fa-instagram{
	font-size:22px;
	color:#FFF;
	vertical-align:middle;
}
/*-----------------------
Profile Akutsu
-------------------------*/
#p-akutsu h3{
	color:red;
	font-size:2.2em;
	font-weight:bold;
}
#p-akutsu h4{
	color:red;
	font-size:1.3em;
	font-weight:bold;
}

#p-akutsu .photo img{
	max-width:300px;
	width:100%;
}
#p-akutsu .link{
	margin-top:20px;
}
/*-----------------------
Profile Tsuru
-------------------------*/
#p-tsuru h3{
	color:#0000FF;
	font-size:1.5em;
	font-weight:bold;
}
#p-tsuru .color-blue{
	color:#0000FF;
}
#p-tsuru .photo {
	max-width:200px;
	width:100%;
	margin-bottom:5px;
}
#p-tsuru .fb{
	font-size:1.8em;
	font-weight:bold;
}
#p-tsuru hr{
	border-color:#aaa;
}
#p-tsuru .link{
	margin-top:20px;
}
/*-----------------------
Profile Niizuma
-------------------------*/
#p-niizuma .link{
	margin-top:20px;
}
/*-----------------------
Profile Konno
-------------------------*/
#p-konno h3{
	font-size:1.3em;
	background: -moz-linear-gradient(left, #CCFF67 50%, #FFF); 
	background: -webkit-linear-gradient(left, #CCFF67 50%, #FFF); 
	background: linear-gradient(to right, #CCFF67 50%, #FFF); 
}
#p-konno .btn-success{
	margin:3px;
	max-width:380px;
	width:100%;
	text-align:left;
	display:block;
}
#p-konno .fa{
	color:#328B30;
	padding-right:20px;
	padding-left:5px;
}
#p-konno .link{
	margin-top:20px;
}
/*-----------------------
Link
-------------------------*/
#link h3 {
padding: 0.4em 0.5em;
color: #494949;
background: #f4f4f4;
border-left: solid 5px #6EB377;
border-bottom: solid 3px #d7d7d7;
}
#link p{
	margin-left:5px;
	font-size:20px;
}
.link-btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #99CC00;
    color: #FFF;
    box-shadow: 0px 0px 0px 5px #99CC00;
    border: dashed 1px #FFF;
	font-size:13px;
	margin-left:10px;
}

.link-btn:hover{
	text-decoration: none;
	background: #009900;
	box-shadow: 0px 0px 0px 5px #009900;
	color:#FFF;
}
/*-----------------------
Poster
-------------------------*/
.poster-contents > div{
	display:none;
}

.poster-contents > div:first-child{
	display:block;
}
.poster-contents .row div{
	margin-top:20px;
}
.poster-menu {
	margin-top:40px;
}
#poster h3{
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left:solid 6px #FF5F00;
	
}
#poster h4{
	margin-left:7px;
	color:#000000;
	font-weight:bold;
	border-bottom:solid 1px #000080;	
	font-family:'Open Sans', sans-serif;
}
#poster h3{
	padding: 0.4em 0.5em;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #6EB377;
	border-bottom: solid 3px #d7d7d7;
	margin-bottom:20px;
}
#poster h4{
	border-bottom: solid 3px #6EB377;
	max-width:800px;
	font-weight:bold;
}
.poster-menu img{
	max-width:150px !important;
	max-height:200px !important;
}
#koukousei .pull-left{
	width:85px;
	
}
#koukousei .pull-left:nth-of-type(2){
	letter-spacing:11px;
}
#koukousei .pull-left:nth-of-type(4){
	letter-spacing:0.3em;
}
#koukousei .pull-left:nth-of-type(8){
	letter-spacing:16px;
}
.poster-btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #99CC00;
    color: #FFF;
    box-shadow: 0px 0px 0px 5px #99CC00;
    border: dashed 1px #FFF;
	font-size:13px;
	width:150px;
}

.poster-btn:hover{
	text-decoration: none;
	background: #009900;
	box-shadow: 0px 0px 0px 5px #009900;
	color:#FFF;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.row-eq-height li{
	padding:5px 0px;
	max-wifth:50px;
}
.row-eq-height li:nth-child(odd){
	text-align:justify;
}
/*-----------------------
walk
-------------------------*/
#walk h3 {
	padding: 0.4em 0.5em;
	color: #494949;
	background: #f4f4f4;
	border-left: solid 5px #6EB377;
	border-bottom: solid 3px #d7d7d7;
}
#walk img{
	max-width:500px;
	margin-top:10px;
	margin-bottom:10px;
}
#walk .contents {
	max-width:780px;
}
#walk .contents .naiyou {
	margin-left:5px;
	margin-right:5px;
}

#walk img {
	width:100%;
}
#walk .break-word{
	 word-wrap : break-word;
	 overflow-wrap : break-word;

}
#walk h4{
	color: #505050;
	padding: 0.5em;
	line-height: 1.3;
	background: #99FF66;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
}

#walk h4:before {
content: '●';
color: white;
margin-right: 8px;
}

#walk p{
	font-size:20px;
}
/*--------------------
 Contact
--------------------*/
#contact button{
	float:right;
}
.req {
	color:red;
}
/*--------------------
Sitemap
--------------------*/
#sitemap .contents a{
	height:100px;	
	-webkit-display: flex;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
}

/*-----------------------
403
-------------------------*/
#page-403 p{
	font-weight:bold;
}
/*-----------------------
404
-------------------------*/
#page-404 p{
	font-weight:bold;
}
/*-----------------------
500
-------------------------*/
#page-500 p{
	font-weight:bold;
}

/*-----------------------
Footer
-------------------------*/
footer {
	padding: 30px;
	background-color: #DADADA;	
}

footer ul li{
	color:#000;
	display:inline;
	padding:0px 5px;
	border-left:1px #000 solid;
}
footer ul li:first-child{
	border-left:none;
}
footer .circle{
min-width:30px;
width:30px;
height:30px;
background:#333333;
color:#DADADA;
border-radius:30px;
-webkit-border-radius:30px;
-moz-border-radius:30px;
display: flex;
align-items: center;
justify-content: center;
}
footer .row p{
margin:0px 5px;
margin-top:5px;
overflow:visible;
word-break: keep-all;
text-align:left;
padding-left:30px;
}
footer  div .row .row{
margin-top:5px;
}
/*----------------------------------
Back to top button
---------------------------------- */
#back-top {
	position: fixed;
	z-index: 1000;
	bottom: 40px;
	right: 50px;
}
#back-top a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background: #A9A9B1;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
	margin-top: 15px;
	font-size: 28px;
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
}
#back-top a {
	width: 40px;
	height: 40px;
}
#back-top i {
	margin-top: 7px;
	font-size: 20px;
}
}
