@charset "utf-8";
/* CSS Document */
/*WEB-------------フォント-------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');* {
  font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
}
body {
  font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  color: #333;
  background-color: transparent;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, td, li {
  font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
}
/*-------------アンカー・ボタン アウトラインなし-------------*/
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus, button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

/* ------フォントサイズ----- */

.f-16{
	font-size: 16px;
}
.f-18{
	font-size: 18px;
}
.f-20{
	font-size: 20px;
}
.f-22{
	font-size: 22px;
}
.f-24{
	font-size: 24px;
}
.f-26{
	font-size: 26px;
}
.f-28{
	font-size: 28px;
}

.font_red{
	color:  #e60012;
}
/* --------タブレット以下は改行--------------------------------------- */
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/*=================================
--------- nav-bar -----------
===============================*/

.navbar {
  padding-top: 10px;
}
.nav-link {
  font-size: 18px;
  color: #7F7F7F;
  min-width: 88px;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 2px;
  text-align: center;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  position: relative;
  color: #e60012;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  outline: 0;
  border: none;
}

.navbar-brand {
  font-size: 30px;
  font-weight: 500;
	padding-right:20px;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(230, 0, 18, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
button[aria-expanded="true"] > span {
  position: relative;
  display: none;
}
button[aria-expanded="true"]::after {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  content: "×";
	color:#e60012; 
}
/* 
=================================
--------- Media Query -----------
===============================*/

/*==============================
---------- Mobile View  --------
==============================*/
@media (min-width: 350px) and (max-width: 1024px) {
  .navbar {
  padding-top: 20px;
}
  
  .social {
    text-align: center;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 20px;
    z-index: 55;
  }

}

/* Mobile -btn */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
  border-color: transparent !important;
  &:focus {
    border-color: transparent !important;
  }
}

/* ========================
-------- Desktop ----------
=========================*/

@media (min-width: 1200px) {
  .navbar {
    width: 1140px;
  }

  .text-white {
    font-family: "Open Sans", sans-serif;
  }
}
/* ========================
-------- コンテンツ ----------
=========================*/
.mt_50{
	margin-top: 80px;
}
@media (max-width: 768px){
.mt_50{
	margin-top: 100px;
}
}
.top_main {
  position: relative;
  }

.top_main_p{
  position: absolute;
  color:#666666;
  top:70%;
  left: 3%;
	font-size: 20px;
  }
@media (max-width: 768px){
	.top_main_p{
		position: absolute;
		color:#666666;
		top:70%;
		left: 5%;
		font-size: 18px;
  }
}
@media (max-width: 768px){
	.announce{
		margin: 50px 10px 0;
	}
}

.announce_a{
	text-decoration: none;
	color:#333333;
}
.announce_a:hover{
	text-decoration: none;
	color:#e60012;
}
.greeting_text{
	margin: auto;
	padding: 10px;
	line-height: 2rem;
}
.text_bg_white{
	background-color: rgba(255,255,255,0.5);
}
.text_bg_white2{
	background-color: rgba(255,255,255,0.9);
}
.title_border_red{
border-bottom: 1px solid #e60012;
}
.border_gry{
	border: 1px solid #999999;
	border-radius: 5px;
}
.border_white{
	border: 1px solid #ffffff;
	border-radius: 5px;
}
.news_back{
	color: #ffffff;	
	background-color:rgb(0, 180, 242,0.6);
}
.dot_hr_wh{
	border-bottom: dotted 2px #ffffff;
}

.footer_back{
	color: #ffffff;	
	background-color:#e60012;
}

.link_white_a{
	color:#ffffff;
}

.link_white_a:hover{
	color: #ffffff;
}


.dr_phot{
	width: 25%;
}
@media (max-width: 768px){
	.dr_phot{
		width: 50%;
	}
}

.chart_back{
	/*background: url( "../img/JBC2018_greeting_img2.png") center;
  background-size: cover;
  width: 100%;
	height: 100%;*/
	color: #ffffff;
	font-size: 18px;
  background-image: url("../img/JBC2018_greeting_img2.png");
  background-position: right 10% bottom 10%;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
@media (max-width: 768px){
.chart_back{
  background-position: right 20% top 10%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
}
.bg-mask {
  height: 100%;
  background-color: rgba(54,54,54,0.72);
  padding: 30px 0;
	margin: 0;
}
.chart_border{
	border:1px solid #ffffff;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.7);
	margin: 0 5px;
	padding: 5px;
}
.char_sec_border{
	border-left:2px dotted #A6A6A6;
}

@media (max-width: 768px){
	.char_sec_border{
		border-top:2px dotted #A6A6A6;
		border-left:0;


	}
}


/*-----------アンカーのづれ防止--------------------------------------------------*/
#section1,#section2,#section3{
  padding-top:70px;
  margin-top:-70px;
}


/*-----------tailwindに移行していく用--------------------------------------------*/

.bg-gray-600	{
  background-color: #6B7280;
}

.text-xl	{
  font-size: 1.25rem;
  line-height:1.75rem;
}