html {  
    background: #FFFFFF;  
}  

.slider {
	/*display: none*/
}

.today_box {
	padding-bottom: 10px;
}
body {
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height:100%;
}
.news_text {
  width:100%;
  padding-left: 65px;
}
.header_area {
  max-width:1366px;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}
.header {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.slick-dots {
	z-index: 3;
}

.main_con {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  float: left;
}

.breadcrumb a {
	color: #3B44AB;		
}

.breadcrumb > .active {
  color: #000;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-default {
	background-color: #FFFFFF;
	border-style: none;
}

.topmenu a,.navbar-default .navbar-nav > li > a {
	color: #4D4D4D;
	font-weight: bold;
}

.topmenu a {
	margin-right: 10px;
	font-size: 84%;
}

.topmenu a.mar0 {
	margin: 0px;
}

.mar0 {
  margin: 0px;
}

.topmenu a:hover,.topmenu a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #090909;
	background-color: transparent;
	font-weight: bold;
}

.navbar-brand {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	/* [disabled]font-size: 18px; */
	/* [disabled]line-height: 20px; */
	/* [disabled]height: 50px; */
}

.header_logo5{
	width: 183px;
	height: 52px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
}

.new{
	font-weight: bold;
	color: #FF0004;
	font-style: italic;
	
}
.slider {
	padding: 0;
	border: 0;
	margin: 0 0 50px;
}
.slider_box {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}


.slider img {
	width: 100%;
	height: auto;
}



.slick-dots {
	bottom:-25px;
}

.navbar-offcanvas {
	z-index: 99999;
}

.slider_box_siryou span {
	width: 100%;
	min-width: 100px;
}

.clear {
	clear: both;
}

.padding_fix{
	padding-left: 0px;
	padding-right: 0px;
}

.slider {
/*	display: none;*/
}

.mt10 {
	margin-top: 10px !important
}

.mt20 {
	margin-top: 20px !important
}
.mt30 {
	margin-top: 30px !important
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.slick-next {
    right: 0px !important;
}

.slick-prev {
    left: 0px !important;
	z-index: 9999;
}

.multiple-items .slick-prev::before,
.multiple-items .slick-next::before {
	color: #fff;
}

.multiple-items2 .slick-prev::before,
.multiple-items2 .slick-next::before {
	color: #677bab;
}

.multiple-items3 .slick-prev::before,
.multiple-items3 .slick-next::before {
	color: #677bab;
}

.multiple-items4 .slick-prev::before,
.multiple-items4 .slick-next::before {
	color: #677bab;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background-color: #677bab;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}


.slick-next:before {
    content: ">";
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "<";
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1.0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before, .slick-next::before {
	font-size: 18px;
	line-height:3px;
}

.slick-dots {
	bottom:-40px;

}

.footer {
  width:100%;
  margin-left: auto;
  margin-right: auto;
	background-color:#0375D6;
}

.topmenu {
	max-width:1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
}
.topmenu td {
	text-align:center;
	font-size:24px;
	color:#333;
}


.pad15 {
  padding-left: 15px;
  padding-right: 15px;
}

.top_box_area {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.w1366 {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
	width:100%;
}

.w1336 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
	width:100%;
}

.about_area {
  min-height: 250px;
  background-image: url(../images/top_takuchikyokai_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: right 0% bottom 0%;
}

.about_head {
  float: left;
  margin-top: 50px;
  margin-left:10%;
}

.about_area > .about_head > h1 {
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  margin:0;
}

.n_btn {
  display: inline-block;
  padding: 7px 60px;
  border-radius: 25px;
  text-decoration: none;
  color: #3774CF;
  background-color: #FFF;
  transition: .4s;
  border: 1px solid #3774CF;
  font-size: 22px;
}

.n_btn:hover {
  background-color: #FF0;
}

.about_btn {
  position: absolute;
  bottom:50px;
	left:10%;
}

.top_menu {
	margin-bottom:30px;
}

.top_menu > h2 {
	font-size:22px;
	margin-top:15px;
	margin-bottom:15px;
	text-align:center
}

.top_menu > p {
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	line-height:1.7;
}

.top_menu > p > a {
	font-size:18px;
}
.top_menu > p > a > i {
	padding-right:5px;
}

.container-fluid {
	padding:0;
}
.pad0 {
  padding-left: 0 !important; 
  padding-right: 0 !important;
}

.jyu_logo {
  background-color: #f4f4f4;
}

.jyu_logo > h1 {
	padding:0;
	margin:0;
	text-align:center;
}

.jyu_logo > p {
	padding:20px;
	text-align:left;
	width:100%;
	font-size:16px;
}

a.btn_area {
  background-color: #ffffff;
  border: 2px solid #3774CF;
  width:100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.bg_glay {
  background-color: #EFEFEF;
}
.nav li > a:hover {
	background-color:#fff100;
}

.navbar-default .navbar-nav > li > a {
  border-top: 2px solid #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
  border-top: 2px solid #0375d6;
}

.navbar-default .navbar-nav > li .active {
  border-top: 2px solid #0375d6;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav > li > a {
	padding-top:16px;
	padding-bottom:16px;
}

#defaultNavbar1 {
  font-size:15px;
}

.dropdown:hover > .dropdown-menu{
  display: block;
}

.dropdown-menu {
    font-size: 13px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: auto;
}

.navbar-brand {
    height: 60px;
}

#defaultNavbar1 {
    clear: both;
    display: table !important;
    margin-left: auto;
    margin-right: auto;
	font-size:18px;
}

.navbar-header {
	width:100%;
}
#defaultNavbar1 > ul > li {
	padding-left:20px;
	padding-right:20px;
} 

.dropdown-menu > li > a {
    display: block;
    padding: 15px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
	font-size:16px;
    white-space: nowrap;
	background-color:#0375d6;
	color:#fff;
	  border-top: 2px solid #fff;
}

.dropdown-menu > li > a:hover {
    background-color:#fff;
	color:#0375d6;
}

.dropdown-menu {
    background-color: #0375d6;
	padding-top:0px;
	margin-top:0px;
}

.info_area > h1 {
  text-align: center;
  padding-top: 30px;
  font-size: 25px;
  border-bottom: 2px solid #3774CF;
  padding-bottom: 20px;
  display:table;
  margin-right: auto;
  margin-left: auto;
}


.info_area2 {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-news-01 {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
	font-size:16px;
	width:100%;
}

.list-news-02 {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
	font-size:16px;
	width:100%;
}

.list-news-01 > li:first-child {
  border-top: 1px solid #000000;
}

.list-news-01 > li {
  border-bottom: 1px solid #000000;
    padding-top: 10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
}

.list-news-02 > li {
    padding-top: 30px;
	padding-bottom:30px;
	padding-right:15px;
	padding-left:15px;
}



.list-news-01 li .date {
    padding-right: 3px;
    width: 9em;
}

.list-news-02 li .date {
	padding-right: 3px;
	width: 9em;
	padding-bottom: 5px;
}





.k_logo {
	display: -webkit-flex;
	display: flex;
	padding:50px;
	align-items: flex-start; 
  justify-content: center;
  align-items: center;
}
.f_area1 {
  padding:40px;
  color:#ffffff;
}

.f_area1 > p {
	font-size:15px;
}

.f_area1 > h3 {
	font-size:22px;
}

.footer_l {
	float:left;
}

.footer_r {
	float:right;
}
.sub_title {
  height:186px;
  position: relative;
}

.sub_title > h1 {
  position: absolute;
  left:20px;
  bottom:66px;
  font-size:30px;
}
.w1000 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

#main {
  max-width: 1000px;
	width:100%;
  margin-right: auto;
  margin-left: auto;
	padding-left:10px;
	padding-right:10px;
	font-size:16px;
}


#main h1 {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:24px;
}

#main p {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:16px;
} 

#main h2 {
	margin:0;
	padding:0;
	line-height:1.5em;
	font-size:22px;
	text-align:center;
}

.tbl1 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.tbl01 {
	max-width:800px;
	margin-right: auto;
	margin-left: auto;
	width:100%;
}

.tbl1 th { 
	font-weight:normal;
	background-color:#EBEBEB;
}

.tbl01 th { 
	font-weight:normal;
}

.tbl1 td,.tbl1 th {
  padding: 10px;
  border: 1px solid #000000;
}

.tbl01 td,.tbl01 th {
  padding: 10px;
  border: 1px solid #000000;
}

.tbl2 th {
	font-weight:normal;
	background-color:#EBEBEB;
}

.tbl2 td,.tbl2 th {
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  border: 1px solid #000000;
}

td {
	
}


.sub_bg1 {
  background-image: url(../images/sub_title_back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0% bottom 0%;
}

.sub_bg2 {
  background-image: url(../images/sub_title_back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0% bottom 0%;
}


.sub_bg3 {
  background-image: url(../images/sub_title_back3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0% bottom 0%;
}

.sub_bg4 {
  background-image: url(../images/sub_title_back4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0% bottom 0%;
}

.sub_bg5 {
  background-image: url(../images/sub_title_back5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0% bottom 0%;
}

.sub_bg6 {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  background-color:#0375D6;
}

.tI1em   { margin-left:   1em !important; text-indent:   -1em !important; }

.tI2em  { margin-left:   2em !important; text-indent:   -2em !important; }

.tI3em  { margin-left:   3em !important; text-indent:   -3em !important; }

.tI4em {
	  margin-left:   4em !important; text-indent:   -4em !important; }
.tI5em {
	  margin-left:   5em !important; text-indent:   -5em !important; }

.ml10 { margin-left: 10px !important; }

.ml20 { margin-left: 20px !important; }

.ml30 { margin-left: 30px !important; }

.ml40 { margin-left: 40px !important; }

.ml60 { margin-left: 60px !important; }


.report{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;	
}

.report2{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 50px;
}

.tbl2 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 0px;	
}



.lsyD{
	list-style-type: disc;
}



.toukei {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 30px;
}

.text_white {
	color: #FFFFFF;	
}




.text_gray {
	color: #9A9595;	
}

.boder_gray {
	border-bottom: 1px solid #484848;
    padding-top: 10px;
	padding-bottom:10px;
}



.member {
	padding-bottom: 50px;
}

ul {
	list-style-type: none;
}

.map {
	max-width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.aisatsu {
	font-size:20px !important;
	line-height: 1.7em !important;
}

.yakkan > ul > li {
	padding-top:3px;
	padding-bottom:3px;
}

.yakkan > ul > ul > li {
	padding-top:2px;
	padding-bottom:2px;
}
.riji {
	margin-top: 5px !important;
}
.riji::before {
	content: "理事長";
	position:relative;
	top:3px;
	right:1em;
}

#page-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
	width:35px;
	height:35px;
}

#page-top a {
    color: #fff;
    padding: 7px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #aaa;
    line-height: 100%;
    border-radius: 4px;
    font-size: 11px;
}

.info_det_col2 {
	font-size:16px;
	line-height:1.7em;
}

.det_comment {
	margin-bottom:0px;
}
.mb00 {
	margin-bottom: 0px !important;
}
