@charset "UTF-8";
@media screen and (min-width: 1080px) {

	
#topContent {
	height: 20vw;/*  2025ch_19.5vw*/
	margin: 10.5vw 0 0vw;
	padding: 0vw 0 0 0vw;/*  2025ch_1vw 0 0 21.5vw*/
}	
#topContentMsg {
	height: 100%;
}
#topContentMsg>h2 {
	text-align: left;
	line-height: 3.6vw;/**/
	font-size: 3vw;
	transform: initial;
	width: 65%;
	height: 100%;
	margin-top: 1.8vw;/*上部マージン*/
	margin-left: 0vw;/*上部マージン*/
}
	
.inner_Content{
	width: 100%;/*  2025ch_79%*/
	margin: 0vw 0vw 0 0vw;
	padding: 5vw 10vw 0vw;/*  2025ch_non*/
	font-size: 1.1vw;
	line-height: 2.2vw;
}

.inner_Content .inside{
	margin: 0vw 5vw 0vw;
}
	
	
	
/* タブ */
.navs{
  width: 100vw;
  height: 6vw;
	margin: 0 0 3vw -10vw;/*  2025ch_0vw*/
  display: flex;
  justify-content: center;
  padding: 0vw 10vw;
  margin-top: 0vw;
  text-align: center;
  border-bottom: 0.25vw solid #202020;
  background-color: #fff;
  position: relative;
}
.navs_item {
	width: calc(81%/3);
	height: 100%;
	padding: 2.2vw 0vw 0vw 0vw;
	/*border-bottom: 0.25vw solid #202020;*/
	font-size: 1.8vw;
	font-weight: bold;
	line-height: 1.2vw;
}
.navs li+li{
    position: relative;
}
.navs li+li::before{
    content: "";
    display: block;
    height: 2.5vw;
    border-left: 0.25vw solid #202020;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.navs li:first-of-type{
  border-left: none;
}
.navs_item_current{	
	width: calc(81%/3);/*  2025ch_(100%/3)*/
	/*border-left: 0.5vw solid #000;*/
	/*border-top: 0.5vw solid #000;*/
	font-weight: bold;
    cursor: pointer;
	background-color: #202020;
  color:#fff;
}
.navs .navs_item_current + li::before {
	display:none;
}
.navs span{
  display: inline-block;
  width: 100%;
  font-size: 100%;
  font-weight: bold;
	line-height: 2.3vw;/*高さ調整*/
	margin-top: -1.5vw;
}
.list-wrap-tab ul.hide{ display: none;}

	
	
	
/*アコーディオン*/
.accordion {
	display: block;
	margin: 0vw 0vw 0 0vw;
	padding: 0 2.6vw 0 7.5vw;
	font-size: 100%;
}
.accordion p{
	padding-bottom: 0vw;
	width: 100%;
}
.toggle {
  display: none;
}
.faq {
  position: relative;
}
.question,.answer {
  transform: translateZ(0);
  transition: all 0.3s;
}
	
.question {
	margin: 0vw 0vw 2.5vw 0vw;
	border-radius: 1vw;
	border: solid 0.2vw #202020;
  padding: 1.5vw 5vw 1.5vw 1.5vw;
  display: block;
  color: #202020;
	background-color: #fff;
	cursor: pointer;
	line-height: 2.5vw;
}
.question > p{
  display: block;
	cursor: pointer;
	line-height: 2vw;
	margin: 1vw 0vw 0 0vw;
}
.question > span {
	display: block;
    font-size: 120%;
	margin: 0 0 0vw;
    line-height: 1.5vw;
  font-weight: 600;	
}
.question:after,.question:before {
  content: "";
  position: absolute;
  right: 2.5vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.2vw;
  height: 2vw;
  background-color: #202020;
  transition: all 0.3s;
}
.question:after {
  transform: rotate(90deg);
}
.answer {
  max-height: 0;
  overflow: hidden;
}
.answer > .answerContent {
  margin: 0vw 0vw 0vw 0vw;
  padding: 0vw 5vw 0vw 0vw;
}
.answer > .answerContent p{
  margin-bottom: 2.5vw;
}
.answer > .answerContent p span{
	display: block;
    font-size: 90%;
	margin: 1vw 0 0vw;
	line-height: 2.5vw;
	font-weight: 400;	
}
.toggle:checked + .question + .answer {
  max-height: 10000px;/*コンテンツ高さ調整*/
  transition: all 1.5s;
}
.toggle:checked + .question:before {
  transform: rotate(90deg) !important;
}	
	

/*スライドスクロール（写真のみ）*/
.slide-scroll2{
	margin: -4vw 0vw 3vw 0vw;
}
/* simplebar用 */
.simplebar-track {
    border-radius: 1vw;/* バーに丸みをもたせる*/
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
  background: #bbb;/* バー色設定 */
}
.scroll-area{
  height:auto;
  padding-bottom:1vw;
}
.flex{
	display:flex;
}
.flex img{
	max-width: 25vw;/*35vw*/
	height: auto;
	margin-right: 1vw;
}	

	
	
	
	

}