@charset "utf-8";
/* CSS Document */

/*　タブ切り替え bc-nl3000u2 */
* {
  box-sizing: border-box;
}

.spOnly{
	display:none;
}


.tabBox .tabArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
	gap: 2%;
}

.tabBox .tabArea dl{
	width:48%;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  gap: 10px 2%;
}
.tabBox .tabArea dl dt{
	width:100%;
	font-size: 20px;
	padding: 5px;
}
.ipad_lightning_typec{
	width: 40px !important;
	height: 40px !important;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.tabBox .tabArea dl dd {
	width:49%;
}
.tabBox .tabArea dl dd a {
	padding: 5px;
	width:100%;
	font-size: 14px;
  display: flex;
  justify-content: center;
  align-items:center;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #202020;
  min-height: 60px;
}
.tabBox .tabArea .one_tab a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tabBox .tabArea dl dt{
  background-color: #008eec !important;
  color: #fff;
  text-align:center;
  /*
  background-color: #fff !important;
  color: #202020;
  border: 1px solid #008eec;
  text-align:left;
  display:flex;
  gap: 5px;
  justify-content:center;
  text-align:center;
  align-items:center;
*/
}
.tabBox .tabArea dd p{
	line-height:1.2;
}
.tabBox .tabArea dd img {
	width: 36px !important;
	height:36px;
	margin-right: 5px;
}
.tabBox .tabArea dd .select img {
	filter: invert(100%);
}
.tabBox .tabArea dl dd a span {
/*	display:contents;*/
	font-size:11px;
}

.tabBox .tabArea .one_tab:nth-of-type(1){
  background-color: #f2f2f2;
}
.tabBox .tabArea .one_tab:nth-of-type(2){
  background-color: #f2f2f2;
}
.tabBox .tabArea .one_tab a.select{
  background:#004b96;
  color: #fff;
  position:relative;
}
.tabBox .tabTop .one_tab a.select::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-color: #004b96 transparent transparent transparent;
    border-style: solid;
    border-width: 16px 16px 0 16px;
}

.tabBox .tabBottom .one_tab a.select::before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-color: transparent transparent #004b96 transparent;
    border-style: solid;
    border-width: 0 16px 16px 16px;
}

.tabBox .tabArea .tabBottom {
  align-items: flex-start;
}

.tabContents{
	margin: 30px auto 0;
}


.tabContents .tab_main {
  display: none;
  padding: 50px 25px;
  text-align: left;
  min-height: 280px;
  border: 2px solid #004b96;
  transition-duration: 0.3s;
}



.tabContents .tab_main .innerArea  .tabPoint {
	display: flex;
	gap: 0 2%;
}

.tabContents .tab_main .innerArea .red{
	background:#840808;
	color:#fff;
	padding: 0 0.2em;
}
.tabContents .tab_main .innerArea  .green{
	background:#088414;
	color:#fff;
	padding: 0 0.2em;
}


.tabContents .tab_main .innerArea .tabPoint div:first-child {
	width: 50%;
}
.tabContents .tab_main .innerArea .tabPoint div:first-child a {
	text-align:center;
	font-size:14px;
	color: #202020;
	display:block;
	margin: 0 auto 10px;
}
.tabContents .tab_main .innerArea .tabPoint div:last-child {
	width: 48%;
}
.tabContents .tab_main .innerArea div{
	text-align:left;
}

.tabContents .tab_main .innerArea .text_bg_blue_01{
	margin-top: 0;
}

.tabContents .tab_main .innerArea div .col2Box_list_annotation_img_02{
	text-align:left;
}

.tab_main.is_show {
  display: block;
}
ul.col2Box_list_annotation li{
	text-indent: -1.0rem;
}
.tabInner{
	padding: 30px 20px 0 !important;
}

.tabContents .tab_main .innerArea .fs12px{
	font-size:12px !important;
}
.tabContents .tab_main .innerArea .fs12px li{
	font-size:12px !important;
}


.eventBox{
	background:#f8fafc;
	width: 100%;
	margin: 3rem auto;
	padding: 2rem;
	border:1px solid #e4eaf1;
}
.event{
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: start;
	width: 100%;
	max-width: 950px;
	gap: 3rem;
}
.eventImg{
	width: 326px;
	flex: none;
}
.eventImg img{
	width:100%;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.eventTxt{
	text-align:left;
}
.eventTxt h4{
	font-size: 2.5rem;
	margin-bottom: 0.8rem;
}
.eventTxt h4 span{
	background:#960000;
	color:#fff;
	font-size: 1.2rem;
	display:block;
	padding:0.5rem 1rem;
	line-height:1;
	font-weight:500;
	border-radius: 4px;
	width:fit-content;
	margin-bottom: 0.5rem;
}
.eventTxt h4 + p{
	font-size: 1.5rem;
	line-height: 1.6;
}
.eventDl{
	margin: 1rem auto 0;
	padding: 1rem 1.5rem;
	border:1px solid #e4eaf1;
	width:100%;
	border-radius: 8px;
	background:#fff;
}
.eventDl dt{
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:0.5rem;
}
.eventDl dd{
	font-size:1.4rem;
	margin-bottom:0.5rem;
	text-indent: -1.2rem;
	padding-left: 2.2rem;
}
.eventDl dd:last-child{
	margin-bottom:0;
}

.eventDl dd i{
	color:#1fc45c;
	margin-right:1rem;
}



@media (min-width:320px) and (max-width:728px) {

.event{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto;
	align-items: center;
	width: 100%;
	gap: 3rem;
}
.eventImg{
	width:100%;
}



.tabContents .tab_main {
  display: none;
  padding: 1em;
  text-align: left;
  min-height: 280px;
  border: 2px solid #083484;
  transition-duration: 0.3s;
}

.tabContents .tab_main .innerArea .tabPoint{
	display: block;
	gap: 0 2%;
}

.tabContents .tab_main .innerArea .tabPoint div:first-child {
	width: 100%;
}
.tabContents .tab_main .innerArea .tabPoint div:last-child {
	width: 100%;
}
.tabContents .tab_main .innerArea div{
	text-align:left;
}

.tabBox .tabArea {
  width: 100%;
  display: block;
}

.tabBox .tabArea dl{
	width:100%;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5%;
}
.tabBox .tabArea dl dt{
	width:100%;
	font-size: 16px;
	padding: 0.2em;
}
.tabBox .tabArea dl dt p{
	line-height:12px;
}

.tabBox .tabArea dl dt img{
	max-width:40px !important;
}
.tabBox .tabArea dl dd {
	width:49%;
}
.tabBox .tabArea dl dd a {
	padding: 0.2em;
	width:100%;
	font-size: 14px;
  display: flex;
  justify-content: center;
  align-items:center;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #202020;
  min-height: 60px;
}
.tabBox .tabArea dd img {
	width: 26px !important;
	height:26px;
	margin-right: 5px;
}

.tabBox .tabTop .one_tab a.select::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-color: #083484 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}

.tabBox .tabBottom .one_tab a.select::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-color: transparent transparent #083484 transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}


.tab_main.is_show {
  display: block;
}

.spOnly{
	display:block;
}
}