@charset "utf-8";
/* CSS Document */
/*----------------------------------------
	base
----------------------------------------*/
.main
.main > .section{
padding-top:0;
}
.contents__inner{
    width:var(--c_width);
    margin: 0 auto;
}
			@media screen and (max-width: 768px) {
				.main{
				width: 100%;
				padding:0 1%;
				}

			}
			
/*---------------------------------------------
重要なお知らせ　slick
-----------------------------------------------*/
.headerNews {
}
.headerNews__inner{
    background-color: #f9e3d1;
	align-items: center;
    padding: 16px 10px;
    width:var(--c_width);
	display: flex;
    margin: 0 auto;

}
.slick-track{
min-width: 1000px;
}
.slick-list a{
color:#d4722b;
font-weight: 700;
}

.important_notices {
        position: relative;
        /*width: 95%;*/
        width: 100%;
        margin: 0 auto;
        /*padding-left: 200px;*/
		padding-left: 10px;
        padding-right: 200px;
    }

	@media screen and (max-width:480px) {
	.headerNews__inner{
	flex-direction: column;
	}
	.sp-important_notices {
	margin-top:5px;
	padding: 5px;
	background: var(--c_white);
	}
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}


/*-------------*/
.arrow_box{
display: flex;
align-items: center;
justify-content: flex-end;
margin:0;
position: absolute;
top:0px;
right: 120px;
}
.slick_prev,
.slick_next {
    display: block;
    width: 25px;
    height: 25px;
    background: none;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}
.slick_prev {
    transform: rotate(180deg);
    margin-right: 0px;
}
.slick_prev::before,
.slick_next::before{
    position:absolute;
    content: "";
    width:14px;
    height:14px;
    border-right: 2px solid #d4722b;
    border-top: 2px solid #d4722b;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
			  @media screen and (max-width: 768px) {
				  .headerNews{
					  /*display: none;*/
				  }
			  .headerNews__inner {
			  width: 100%;
	flex-direction: column;
			  }	
			  .sp-important_notices {
	margin-top:5px;
	padding: 5px;
	background: var(--c_white);
	}
			  .contents__inner{
			  width: 100%;
			  padding:0 10px;
			  }
			  }

@media screen and (max-width: 480px) {

.slick-list a{
	font-size:1.4rem;
}
	.button-juyo{
		font-size: 1.2rem
	}
}
/*---------------------------------------------
メインビジュアル　headerCarousel
-----------------------------------------------*/

.mainVisual__inner{
  width:var(--c_width);
  margin: 0 auto;
}
			  
#headerCarousel{
	width: 100%;
	margin:0 0 0 0;
	padding:0;
}

#headerCarousel .carousel-inner{
height:450px;
}
.carousel-inner .item  img, 
.carousel-inner .item  a img{
	/*text-align:center;
	width:100%;*/
  /*margin:10px auto;*/
  /*margin:0px auto;
  overflow: hidden;*/
}
.carousel-indicators {
  position:absolute;
  bottom: -30px!important;
  left: 0%;
  width: 100%;
  padding-left: 0;
  margin:0 auto;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 1px 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: #f39815;
  border: 1px solid #f39815;
}
.bgCarousel{
	height:450px;
	/*width: 100vw;*/
}
.item{
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
width:100%;
height:100%;
}

.bgCarousel .item a{
width: 100%;
height: 100%;
background:transparent ;
display: block;
opacity: 0;
}

.item.item1{
background-image: url(../images/slid-01.jpg);
}
.item.item2{
background-image: url(../images/slid-02.jpg?at=r07);
}
.item.item3{
background-image: url(../images/slid-03.jpg);
}
.item.item4{
background-image: url(../images/slid-04.jpg);
}
.item.item5{
background-image: url(../images/slid-05.jpg);
}
.item.item6{
background-image: url(../images/slid-06.png);
}
				@media screen and (max-width: 768px) {
				#headerCarousel .carousel-inner{
				height:auto;
				}
				.mainVisual__inner {
						width: 100%;
						height:auto;
				}
				.bgCarousel .item{
						width: 100%;
						height: 0;
						padding-bottom: 37.5%;
				}
					.bgCarousel .item a{
						padding-bottom: 37.5%;
				}
}

/*---------------------------------------------
メインnavi　
-----------------------------------------------*/
.mainNav {
}
ul.mainNavBtn{
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
ul.mainNavBtn li{
overflow: hidden;
width:calc( (100% - 72px) / 5);
height:150px;
border:2px solid #e18b25;
background: #fff;
border-radius: 6px;
}
ul.mainNavBtn li a{
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content:space-between;
padding:28px;
font-size: 1.6rem;
gap:15px;
}

ul.mainNavBtn li a:hover{
background: #fceed9;
}
						@media screen and (max-width: 768px) {
						ul.mainNavBtn li{
							width:calc( (100% - 10px) / 2);
							height:auto;
							margin-bottom: 1rem;
						}
						ul.mainNavBtn li a {	
							flex-flow: row;
							justify-content:flex-start;
							padding:10px;
						}
						}

						@media screen and (max-width:480px) {
						ul.mainNavBtn{
						justify-content: center;
						}
						ul.mainNavBtn li{
						width: 100%;
						}
						}
/*.link-box, 
.link-box ul.row2 {
    display: flex;
    margin: 5px 0 5px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}*/
.link-box {
    display: flex;
    margin: 5px 0 5px 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.link-box .box {
    /*flex-basis: calc(50% - 4px);*/
	position: relative;
    border: 3px solid #647dc8;
	border-radius: 18px;
    margin: 5px 0px 50px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 6px -6px #cccccc;
    -moz-box-shadow: 0 6px 6px -6px #cccccc;
    box-shadow: 0 6px 6px -6px #cccccc;
	/*width:570px;*/
	
width:calc( (100% - 50px)/ 2);
	height: 250px;
text-align: left;
    text-shadow: 2px 2px  white;
    text-shadow: #fff 2px 0 20px;
    text-shadow: 0px 2px 0px #fff,0px 2px 0px #fff,0px 2px 0px #fff,0px 2px 0px #fff;
	background:var(--c_white);
}
.link-box .box img{
	width: 370px;
	height:250px;
	object-fit: none;
	object-position: 0% 0%;
}
.link-box .box .title{
	position: absolute;
	top:20px;
	right:1.5rem;
	letter-spacing:.07em;
	font-weight: 700;
    color: #647dc8;
    text-align: right;
    font-size:3.6rem;
    padding: 10px 0;
    margin: 0;
}

.link-box .box .body-text{
	position: absolute;
	bottom:20px;
	right:1.5rem;
	font-weight: 700;
	font-size: 1.6rem;
line-height: 1.8;
color: #4b4b4b;
text-align: right;
}

.link-box .box a:hover{
opacity: .8;
}
		@media screen and (max-width: 768px) {
				.link-box{
				justify-content: space-around;
				}
				.link-box .box {
				width:calc( (100% - 0px)/ 1);
				}
				.link-box .box .body-text{
				/*right: 0;*/
				text-align: left;
				background: #fff;
				opacity: .8;
				width:90%;
				padding:1rem;
				line-height: 1.6;
				font-size:1.5rem;
				}
				
		}
					@media screen and (max-width: 480px) {

					}
/*------------------------------------------------　　
会員メニュー
-------------------------------------------------*/
/* クイックリンク */
ul.quickNav{
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
ul.quickNav li{
overflow: hidden;
/*width: 280px;
width:calc((100% - 60px) /4);*/
width:calc((100% - 60px) /5);
height:100px;
border:2px solid #e18b25;
border-radius: 6px;
}

ul.quickNav li a{
width: 100%;
height: 100%;
display: flex;
flex-flow:row;
align-items: center;
justify-content:flex-start;
padding:1.8rem;
font-size: 1.8rem;
background: #fff;
}
ul.quickNav li a img{
margin-right: 1.8rem;
}
ul.quickNav li a:hover{
background: #fceed9;
}
				@media screen and (max-width: 768px) {
				ul.quickNav li{
				width:calc((100% - 20px) /2);
				margin-bottom: 2rem;
				}
				}
				@media screen and (max-width: 480px) {
				ul.quickNav{
				justify-content: center;
				}
				ul.quickNav li{
				width:calc((100% - 20px) /1);
				}
				}

/* 注目コンテンツ */
ul.pickupNav{
display: flex;
flex-flow: wrap;
justify-content: space-between;
gap:30px;

}

ul.pickupNav li{
overflow: hidden;
width: calc((100% - 60px) / 3);
height:100px;
border:2px solid #e18b25;
border-radius: 6px;
}

ul.pickupNav li a{
width: 100%;
height: 100%;
display: flex;
flex-flow:row;
align-items: center;
justify-content:flex-start;
padding:1.8rem;
font-size: 1.8rem;
background: #fff;
}
ul.pickupNav li a img{
margin-right: 1.8rem;
}
ul.pickupNav li a:hover{
background: #fceed9;
}
		@media screen and  (max-width: 768px) {
		ul.pickupNav li{
		width:calc((100% - 30px) /2);
		margin-bottom: 1rem;
		}
		}
				@media screen and (max-width: 480px) {
				ul.pickupNav{
				justify-content: center;
				}
				ul.pickupNav li{
				width:calc((100% - 20px) /1);
				}
				}
		
ul.memBoard{
display: flex;
flex-flow: wrap;
justify-content: space-between;
gap:30px;
}

ul.memBoard li{
overflow: hidden;
/*width: 380px;*/
		width:calc((100% - 60px) /3);
height:150px;
border:3px solid #647dc8;
border-radius: 12px;
position: relative;
background: #fff;
}

ul.memBoard li.new:after{
position: absolute;
content:url("../images/tag-new.png");
top:0;
right: 0;
}
ul.memBoard li:after{
position: absolute;
content:url("../images/tag-new-of.png");
top:0;
right: 0;
}

ul.memBoard p{
font-size:1.4rem;
}
ul.memBoard p.title{
font-size:2.4rem;
color:#647dc8;
margin:0rem;
}

ul.memBoard li a{
width: 100%;
height: 100%;
display: flex;
flex-flow:column;
align-items: flex-start;
justify-content:flex-start;
padding:1.8rem;
font-size: 1.8rem;
}

ul.memBoard li a:hover{
background: #e8ecf7;
}
/*---------------------------------------------
yakuingroup
-----------------------------------------------*/
ul.memBoard li.yakuinPlus{
  height:100px;
  overflow: visible;
  }
  ul.memBoard li.yakuinPlus p.yakuinGrp{
  position: absolute;
  bottom:-50px;
  width: 100%;
  }
  ul.memBoard li.yakuinPlus p.yakuinGrp a.button{
  color:#fff!important;
  font-size: 1.6rem;
  line-height: 1.2;
  padding:8px 20px;
  border-color: #647dc8 ;
  background: #647dc8 ;
  height: 100%;
  width: 100%;
  flex-flow: row;
  }
  ul.memBoard li.yakuinPlus p.yakuinGrp a.button:hover{
  opacity: .3s;
  color:var(--c-main);
  }

				@media screen and  (max-width: 768px) {
				ul.memBoard li{
				width:calc((100% - 30px) /2);
				margin-bottom: 1rem;
				}
				ul.memBoard li.yakuinPlus{
				margin-bottom:50px;
				}
				}
				@media screen and (max-width: 480px) {
				ul.memBoard{
				justify-content: center;
				}
				ul.memBoard li{
				width:calc((100% - 30px) /1);
				margin-bottom: 1rem;
				}
				}
/*---------------------------------------------
bannerBox　
	banner1 日本税理士会連合会
	banner2 国税庁より
	banner3 その他
-----------------------------------------------*/
ul.banner{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.banner-inner a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
}
.banner-inner {
    width: calc((100% - 60px) / 4);
  min-height: 96px; 
  text-align:center;
  align-items: center;
  background:var(--c_white);
  border: 1px solid #85b67d;
}
.banner-inner:nth-of-type(n+5){
margin-top: 20px;
}
.banner::before,
.banner::after { /*最終行を左詰めにする*/
		content: "";
		display: block;
		width: calc((100% - 60px) / 4);
}
.banner::before {
		order: 1;  /*before疑似要素を末尾に移動*/
}

			@media screen and  (max-width: 768px) {					
								.banner-inner{
									flex-basis:calc((100% - 40px) / 3);
									max-width:calc((100% - 40px) / 3);
									}
								.banner::before,
								.banner::after { /*最終行を左詰めにする*/
										content: "";
										display: block;
										width: calc((100% - 40px) / 3);
								}
								.banner-inner:nth-of-type(n+4){
								margin-top: 20px;
								}
									}
/*-----------------------------*/

