/* CSS Document */

@-ms-viewport {
  width: device-width;
}

body{
	/*font-family: "Noto Sans JP", "Meiryo", "メイリオ", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;*/
	font-weight: 500;
}
.en-font{
	font-family: 'Poppins', sans-serif;
}
.st-siteHeader_2{
	border-bottom: 0;;
}
img{
	max-width: 100%;
}
.potision{
	position: relative;
}
.mod-freeHTML .wrap{
	max-width: 1050px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.mod-freeHTML a{
	/*opacity: 1;*/
}
.pankuzu {
  /*margin-right: calc((100vw - 1052px) / -2);
  margin-left: calc((100vw - 1052px) / -2);*/
}

.pankuzu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pankuzu ul:after {
  content: "";
  display: block;
  clear: both;
}

.pankuzu li {
  float: left;
  margin-right: 8px;
  font-size: 11px;
}

.pankuzu li a {
  white-space: nowrap;
  color: #333;
}

.pankuzu li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
  margin-left: 3px;
}

.pankuzu_inner {
  max-width: 1052px;
  padding: 0 10px;
  margin: 0 auto;
  padding: 10px;
}

@media screen and (max-width: 1072px) {
  .pankuzu {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

.m-ttl{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1;
}
.s-ttl{
	font-size: 17px;
	line-height: 1.64;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.link-btn{
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.link-btn a,.link-btn div,.link-btn button{
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	width: 100%;
	border-radius: 20px;
	line-height: 1;
	color: #000000;
	background: #fff00a;
	position: relative;
	font-weight: 700;
	font-size: 15px;;
}
.link-btn a .sankaku,.link-btn div .sankaku,.link-btn button .sankaku{
	position: absolute;
    top: 50%;
    right:22px;
	width: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.link-btn a .sankaku img,.link-btn div .sankaku img{
	display: block;
}
.no-link{
	opacity: 1;
	pointer-events: none;
}

.foot-link{
	background: #000000;
	color: #fff;
}
.foot-link a{
	color: #fff;
}
.foot-link .wrap{
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
}
.foot-link .wrap .list-ttl{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.25;
}
.foot-link .wrap .list-ttl .icon{
	width: 10px;
	display: inline-block;
	margin-left: 7px;
}
.foot-link .wrap .list-ttl .icon img{
	display: block;
}
.foot-link .wrap .list-ttl.mb,.foot-link .wrap ul.mb{
	margin-bottom: 42px;
}
.foot-link .wrap ul li{
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.25;
	word-break: break-all;
}
.foot-link .wrap .ex-box{
	padding-top: 30px;
	margin-top: 90px;
	border-top: 1px solid #fff;
}
.foot-link .wrap .list-1{
	width: 13%;
	margin-right: 2%;
}
.foot-link .wrap .list-2{
	width: 20.5%;
	margin-right: 2%;
}
.foot-link .wrap .list-3{
	width: 18%;
	margin-right: 2%;
}
.foot-link .wrap .list-4{
	width: 22.1%;
	margin-right: 2%;
}
.foot-link .wrap .list-5{
	width: 18%;
}

/*共通パーツ*/
.g-menu{
	position: relative;
	width: 100%;
	background: #000;
	z-index: 999;
}
.g-menu.fix{
	position: fixed;
	top:0;
	left: 0;
}
.g-menu .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 98%;
}
.g-menu .wrap .logo{
	width: 8%;
}
.g-menu .wrap .nav-area{
	width: 91%;
}
.g-menu .wrap .nav-area ul{
	display: flex;
	align-items: center;
	position: relative;
}
.g-menu .wrap .nav-area ul::before {
    content: "";
    width: 1px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.g-menu .wrap .nav-area ul li{
	display: flex;
	align-items: center;
	position: relative;
}
.g-menu .wrap .nav-area ul li::after {
    content: "";
    width: 1px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.g-menu .wrap .nav-area ul li:last-child:after {
	display: none;
}
.g-menu .wrap .nav-area ul li a{
	display: block;
	padding:  24px 8px;
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
}

.g-menu .wrap .nav-area ul li:nth-child(1) a:hover{ /* 田中追加 */
	text-decoration: underline;
}
.g-menu .wrap .nav-area ul li:nth-child(2) a:hover{ /* 田中追加 */
	text-decoration: underline;
}
.g-menu .wrap .nav-area ul li:nth-child(3) a:hover{
	text-decoration: underline;
}
.g-menu .wrap .nav-area ul li:nth-child(4) a:hover{
	text-decoration: underline;
}
.g-menu .wrap .nav-area ul li:nth-child(7) a:hover{ /* 田中追加 */
	text-decoration: underline;
}
.g-menu .wrap .nav-area ul li:nth-child(8) a:hover{ /* 田中追加 */
	text-decoration: underline;
}
.g-menu .wrap .nav-area ul li:last-child a{
	/*padding-right: 0;*/
	padding-left: 6px;
	padding-right: 6px;
}

.g-menu .wrap .nav-area ul li:hover a{
	background: #40acea;
	color: #fff;
	opacity: 1!important;
}

.g-menu .wrap .nav-area ul li .dropdown__lists {
	visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
	opacity: 0; /*不透明度0*/
	transition: all 0.3s; /*表示の変化を0.3秒に指定*/
	position: absolute;
	top: 60px;
	left: 0;
	display: inline-block;
	padding: 24px 40px 24px 20px ;
	box-sizing: border-box;
	background: #40acea;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists::before{
	display:none;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists.list1{
	width: auto;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists.list2{
	width: auto;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists.list3{
	width: auto;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists.list4{
	width: auto;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists.list5{
	width: auto;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists li {
	display: block;
	margin-bottom: 9px;
	font-weight: 500;
	  white-space: nowrap;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists li::after{
	display: none;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists li:last-child{
	margin-right: 0;
	margin-bottom: 0;
  }
  .g-menu .wrap .nav-area ul li .dropdown__lists li a{
	font-size: 15px;
	line-height: 1;
    display: inline-block;
    text-align: left;
	color: #fff;
	padding: 0;
	padding-bottom: 5px;
	padding-left: 16px;
    text-indent: -16px;
	font-weight: 500;
	opacity: 1!important;
	border-bottom: transparent 1px solid;
	transition: all 0.3s; 
}
.g-menu .wrap .nav-area ul li .dropdown__lists li a:hover{
	border-bottom: 1px solid #fff;
	text-decoration: none!important;
}
.g-menu .wrap .nav-area ul li .dropdown__lists li a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -0.25em;
    margin-right: 8px;
}
  .g-menu .wrap .nav-area ul li:hover .dropdown__lists {
	visibility: visible; /*Gナビメニューにホバーしたら表示*/
	opacity: 1; /*不透明度1*/
  }
  .g-menu .wrap .nav-area ul li:hover .dropdown__lists li::after{
	display: none;
  }
.case-list{
	display: flex;
	flex-wrap: wrap;
}
.case-list li{
	width: 32.3%;
	margin-right: 1.5%;
	margin-top: 15px;
}
.case-list li:nth-child(3n){
	margin-right: 0;
}
.case-list li a{
	display: block;
	background: #fff;
	padding: 15px 15px;
	position: relative;
}
.case-list li a .icon{
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 22px;
}
.case-list li a .pic-box{
	position: relative;
}
.case-list li a .text-box{
	padding: 10px 8px 6px;
}
.case-list li a .text-box .ttl{
	overflow: hidden;
    height: calc(1.6em * 2);
    position: relative;
    line-height: 1.6em;
	font-size: 15px;
	color: #1d1d1d;
	margin-bottom: 10px;
	font-weight: 700;
}
.case-list li a .text-box .name{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #0d2e9b;
	line-height: 1.25;
}
.case-list li a .text-box .day{
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	line-height: 1;

}

.cat-list{
	margin-top: 20px;
}
.navi-list{
	display: flex;
	flex-wrap: wrap;
}
.navi-list li{
	width: 32.3%;
	margin-right: 1.5%;
	margin-top: 15px;
}
.navi-list li:nth-child(3n){
	margin-right: 0;
}
.navi-list li a{
	display: block;
	background: #fff;
	padding: 15px 15px;
	position: relative;
}
.navi-list li a .icon{
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 22px;
}
.navi-list li a .name-box {
    overflow: hidden;
    height: calc(1.6em * 2);
    position: relative;
    line-height: 1.6em;
    margin-bottom: 10px;
	font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-weight: 700;
}
.navi-list li a .text-box {
    padding: 10px 8px 6px;
}
.navi-list li a .info-box {
    overflow: hidden;
    height: calc(1.75em * 2.1);
    position: relative;
    line-height: 1.75em;
	font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin-bottom: 12px;
}
.navi-list li a .info-box.ellipsis::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 0em 0 0.5em;
    background: white;
}
.navi-list li a .day {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    line-height: 1;
}

.bottom-link{
	background: #0d2e9b;
	padding-top: 80px;
	padding-bottom: 80px;
}
.bottom-link .bottom-list{
	display: flex;
	justify-content: space-between;
}
.bottom-link .bottom-list li{
	width: 31.2%;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	position: relative;
	transition: all .3s;
}
.bottom-link .bottom-list li .bg-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: rgba(13,46,155,0.18);
	z-index: 2;
	opacity: 0;
	transition: all .3s;
	pointer-events: none;
	border-radius: 10px;
}
.bottom-link .bottom-list li:hover .bg-box{
	opacity: 1;
}
.bottom-link .bottom-list li a{
	border-radius: 10px;
	padding-top: 46px;
	padding-bottom: 30px;
	display: block;
	transition: all .3s;
	position: relative;
	z-index: 1;
}
.bottom-link .bottom-list li a:hover{
	opacity: 0.6;
}
.bottom-link .bottom-list li .icon{
	width: 50%;
	max-width: 94px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.bottom-link .bottom-list li .name{
	position: relative;
	line-height: 1.5em;
	font-size: 30px;
	font-weight: 700;
	color: #0d2e9b;
	height: calc(1.5em * 2);
	margin-bottom: 14px;
}
.bottom-link .bottom-list li .name p{
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	text-align: center;
	transform: translate(-0%,-50%);
	-webkit-transform: translate(-0%,-50%);
}
.bottom-link .bottom-list li .link-btn{
	max-width: 164px;
}
.bottom-link .bottom-list li .link-btn a,.bottom-link .bottom-list li .link-btn div{
	font-weight: 500;
	font-size: 15px;
}
.bottom-link .bottom-list li .link-btn .sankaku,.bottom-link .bottom-list li .link-btn div .sankaku{
	right: 14px;
	width: 5px;
}
.bottom-link .bottom-list li .link-btn .sankaku.ptn2{
	width: 10px;
}

.ttl-flex{
	margin-bottom: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ttl-left{
	width: 65%;
	display: flex;
}
.ttl-left dt{
	display: inline-block;
	padding: 12px 24px;
	line-height: 1;
	font-size: 20px;
	color: #fff;
	margin-right: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url(../img/common/cat-bg.png) no-repeat center top / 250px;
}
.ttl-left dd{
	display: inline-block;
	padding-top: 11px;
	font-size: 17px;
	color: #0d2e9b;
	font-weight: 500;
}
.ttl-left p{
	font-size: 20px;
	color: #0d2e9b;
	font-weight: 700;
}
.ttl-right{
	width: 30%;
	text-align: right;
}
.ttl-right a{
	display: inline-block;
	padding: 8px 18px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #59a1d9;
	line-height: 1;
}
.ttl-right a .icon{
	display: inline-block;
	width: 16px;
	margin-left: 6px;
}
.slick-wrap {
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
    position: relative;
}
.slide-box{
	margin-bottom: 44px;
}
.slick-list .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
}
.slide-item a{
	background: #fff;
	padding: 14px 14px;
	display: block;
	width: 100%;
	position: relative;
}
.slide-item .name-box {
    overflow: hidden;
    height: calc(1.6em * 2);
    position: relative;
    line-height: 1.6em;
    margin-bottom: 10px;
	font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-weight: 700;
}
.slide-item .text-box {
    padding: 10px 8px 6px;
}
.slide-item .info-box{
    overflow: hidden;
    height: calc(1.75em * 2.1);
    position: relative;
    line-height: 1.75em;
	font-size: 12px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 12px;
}
.ellipsis::after {
	content: "...";
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 0em 0 0;
	background: white; /* 背景色を指定して、テキストの視覚的な切断を防ぐ */
   }
.slide-item .day {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    line-height: 1;
}
.slide-item .icon {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 22px;
}
.slide-item a .text-box .ttl{
	overflow: hidden;
    height: calc(1.6em * 2);
    position: relative;
    line-height: 1.6em;
	font-size: 15px;
	color: #1d1d1d;
	margin-bottom: 10px;
	font-weight: 700;
}
.slide-item a .text-box .name{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #0d2e9b;
	line-height: 1.25;
}
.slide-item a .text-box .day{
	font-size: 12px;
	font-weight: 400;
	color: #808080;
	line-height: 1;

}
.slick-prev{
    width: 40px!important;
    height: 40px!important;
    left: -4%!important;
	z-index: 100;
    top: 45%;
    position: absolute;
	background: url(../img/common/left-icon.png) no-repeat center top / 100%!important;
}
.slick-next{
    width: 40px!important;
    height: 40px!important;
    right: -4%!important;
	z-index: 100;
    top: 45%;
    position: absolute;
	background: url(../img/common/right-icon.png) no-repeat center top / 100%!important;
}
.slick-prev:before, .slick-next:before{
	font-size: 0!important;
	opacity: 0!important;
}

.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
  }
  #paging ul{
	  text-align: center;
	  margin-top: 80px;
  }
  #paging ul li{
	
	display: inline-block;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 4px;
  }
  .pager a.num,.pager a.page-numbers,
  .pager span,#paging ul li a{
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	  line-height: 1;
	  color: #59a1d9;
	border: 1px solid #59a1d9;
	  cursor: pointer;
	  border-radius: 50px;
  }
  #paging .next,#paging .prev{
	background: #ffffff;
	color: #59a1d9;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
  }
  #paging .prev span{
	background: url(../img/common/l-yajirushi.png) no-repeat center top / 100%;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
  }
  #paging .next span{
	background: url(../img/common/r-yajirushi.png) no-repeat center top / 100%;
	width: 8px;
	height: 12px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
  }
  #paging ul li a{
	color: #59a1d9;
  }
  #paging ul li.active,#paging ul li span.current {

	border-radius: 50px;
  }
  #paging ul li:hover{
	border-radius: 50px;
	opacity: 1!important;
  }
  #paging ul li a:hover{
  }
  .pager a.num:hover,
  .pager span.current,#paging ul li.active,#paging ul li.disabled,#paging ul li a:hover{
	color: #fff!important;
	  background: #59a1d9;
	transition: all .3s;
  }
  #paging ul li.disabled{
	background: none;
  }
  #paging ul li a,#paging ul li span,#paging ul li a,.pager a{
	  padding: 12px 0px 12px;
	  display: block;
	  line-height: 1;
		  font-weight: 500;
		  width: 38px;
  }
  #paging ul li span.ex{
	  display: inline-block;
	  padding: 0;
	  transform: scale(-1, 1);
  }
  #paging ul li.active,#paging ul li.disabled{
	  cursor: auto;
  }
  #paging ul li span.ellipse{
	color: #59a1d9;
  }
  .pager a.prev,
  .pager a.next {
	/*border: none;
	margin-top: 5px;*/
  }
  /*.pager a.prev {
	margin-right: 15px;
  }
  .pager a.next {
	margin-left: 15px;
  }*/
  .fl-link{
	position: fixed;
	right: 0;
	top:172.5px;
	width: 140px;
	z-index: 100;
}
.fl-link li{
	margin-bottom: 10px;
	background: #fff;
}
.fl-link li a{
	padding-top: 27px;
	padding-bottom: 24px;
	text-align: center;
	display: block;
	background: #e68000;
	color: #fff;
	transition: all .3s;
}
.fl-link li a:hover{
	opacity: 0.7;
}
.fl-link li:last-child{
	margin-bottom: 0;
}
.fl-link li.ev a{
	background: #0d2e9b;
}
.fl-link li .icon{
	width: 70%;
	max-width: 66px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}
.fl-link li .name{
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.35;
}

.link-area{
	margin-top: -70px;
	padding-top: 70px;
}
.link-area2{
	margin-top: -100px;
	padding-top: 100px;
}
.lity-container{
	width: 90%!important;
	max-width: 1050px!important;
	margin-left: auto;
	margin-right: auto;
	box-shadow: none!important;
	font-family: "Noto Sans JP", "Meiryo", "メイリオ", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif!important;
}
.modal-body{
	padding: 0!important;
}
/*.video-box1{
	width: 90%;
	max-width: 1050px!important;
	margin-left: auto;
	margin-right: auto;
}*/
.video-box1 .flex{
	display: flex;
	justify-content: space-between;
}
.video-box1 .flex .video{
	width: 66%;
}
.video-box1 .flex .text{
	width: 31%;
	color: #000;
	font-size: 15px;
	line-height: 1.55;
}

.lity{
	background: #ebebeb!important;
}
.lity-close{
	color: #000!important;
}
.video-box1 .video-ttl{
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 700;
}
.video-box1 .video-ttl2{
	margin-bottom: 20px;
}
.video-box1 .video-ttl2 span{
	background: #000;
	padding: 10px 10px;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	font-size: 15px;
}
.lity-close{
	position: absolute!important;
	width: 30px!important;
	height: 30px!important;
	line-height: 70px!important;
	color: #000;
	text-shadow: none!important;
	font-family: "Noto Sans JP", "Meiryo", "メイリオ", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif!important;
	font-weight: 100!important;
	font-size: 0!important;
	background: url("../img/batsu.png") no-repeat center center / 100%!important;
}
.video-box2{
	max-width: 800px!important;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.video-box2 video{
	width: 100%;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
  .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
.fancybox-content{
	padding: 0!important;
	background: none!important;
	overflow: visible!important;
}
.fancybox-slide--html .fancybox-close-small{
	top:-75px!important;
	color: #fff!important;
	font-size: 24px!important;
	height: 80px!important;
	width: 80px!important;
	right:-24px!important;
}
.modal-content{
	background: none;
	box-shadow: none!important;
}
.detailClose{
	color: #fff;
	font-size: 16px;
}
.modal-content .close {
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    float: right;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 25px;
    font-size: 38px;
    margin-right: -5px;
}
.lity-container{
	box-shadow: 0!important;
}
@media print, screen and (max-width: 1024px) {
	.g-menu .wrap .nav-area ul li a{
		font-size: 13px;
	}
}
@media print, screen and (min-width : 901px) {
.mod-breadCrumble{
	display: none;
}
}
@media print, screen and (max-width: 900px) {
	
	.mod-freeHTML .wrap{
		max-width: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.sp-pan{
		
	}
	.pankuzu {
		/*margin-right: calc((100vw - 1052px) / -2);
		margin-left: calc((100vw - 1052px) / -2);*/
		padding: 4.3vw 4.8vw;
	  }
	  
	  .pankuzu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	  }
	  
	  .pankuzu ul:after {
		content: "";
		display: block;
		clear: both;
	  }
	  
	  .pankuzu li {
		float: left;
		margin-right: 2.6vw;
		font-size: 2.6vw;
	  }
	  
	  .pankuzu li a {
		white-space: nowrap;
		color: #333;
	  }
	  
	  .pankuzu li a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		text-decoration: none;
		width: 1.4vw;
		height: 1.4vw;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 0;
		margin-left: 3px;
	  }
	  
	  .pankuzu_inner {
		max-width: 1052px;
		padding: 0 10px;
		margin: 0 auto;
		padding: 10px;
	  }
	.m-ttl{
		font-size: 6.2vw;
		font-weight: 700;
		margin-bottom: 4.83vw;
		line-height: 1;
	}
	.s-ttl{
		font-size: 4.1vw;
		line-height: 1.64;
		font-weight: 500;
		letter-spacing: 0.03em;
	}
	.link-btn{
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.link-btn a,.link-btn div,.link-btn button{
		display: block;
		padding-top: 3.3vw;
		padding-bottom:3.3vw;
		text-align: center;
		width: 100%;
		border-radius: 5.8vw;
		line-height: 1;
		position: relative;
		font-weight: 700;
		font-size: 3.6vw;
	}
	.link-btn a .sankaku,.link-btn div .sankaku,.link-btn button .sankaku{
		position: absolute;
		top: 50%;
		right:3.8vw;
		width:1.4vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.link-btn a .sankaku img,.link-btn div img{
		display: block;
	}
	.case-list{
		display: flex;
		flex-wrap: wrap;
	}
	.case-list li{
		width: 100%;
		margin-right: 0%;
		margin-top: 2.4vw;
	}
	.case-list li:first-child{
		margin-top: 0;
	}
	.case-list li:nth-child(3n){
		margin-right: 0;
	}
	.case-list li a{
		padding: 2.4vw 2.4vw;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.case-list li a .icon{
		position: absolute;
		bottom: 2vw;
		right: 2vw;
		width: 4.8vw;
	}
	.case-list li a .pic-box{
		position: relative;
		overflow: hidden;
		width: 37.5%;
		height: 23.3vw;
	}
	.case-list li a .pic-box img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: none;
		height: 100%;
		width: auto;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.case-list li a .text-box{
		padding: 0 0;
		width: 59.6%;
	}
	.case-list li a .text-box .ttl{
		overflow: hidden;
		height: calc(1.6em * 2);
		position: relative;
		line-height: 1.6em;
		font-size: 3.6vw;
		margin-bottom: 2.4vw;
		font-weight: 700;
	}
	.case-list li a .text-box .name{
		font-size:2.9vw;
		font-weight: 700;
		margin-bottom: 3vw;
		line-height: 1.25;
	}
	.case-list li a .text-box .day{
		font-size: 2.9vw;  /* 2.6vw → 2.9vw 田中修正 */
		font-weight: 400;
		line-height: 1;
	
	}
	
	.cat-list{
		margin-top:4.83vw;
	}
	.navi-list{
		display: flex;
		flex-wrap: wrap;
	}
	.navi-list li{
		width: 100%;
		margin-right: 0%;
		margin-top: 2.4vw;
	}
	.navi-list li:first-child{
		margin-top: 0;
	}
	.navi-list li:nth-child(3n){
		margin-right: 0;
	}
	.navi-list li a{
		padding: 2.4vw 2.4vw;
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.navi-list li a .icon{
		position: absolute;
		bottom: 2vw;
		right: 2vw;
		width: 4.8vw;
	}
	.navi-list li a .pic-box{
		position: relative;
		overflow: hidden;
		width: 37.5%;
		height: 25.3vw;
	}
	.navi-list li a .pic-box img {
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: none;
		height: 100%;
		width: auto;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.navi-list li a .text-box{
		padding: 0 0;
		width: 59.6%;
	}
	.navi-list li a .name-box {
		overflow: hidden;
		height: calc(1.6em * 2);
		position: relative;
		line-height: 1.6em;
		margin-bottom: 1vw;
		font-size: 3.6vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-weight: 700;
	}
	.navi-list li a .info-box {
		overflow: hidden;
		height: calc(1.75em * 2.1);
		position: relative;
		line-height: 1.75em;
		font-size:2.9vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: 1.5vw;
	}
	.navi-list li a .day {
		font-size: 2.9vw;
		font-weight: 400;
		line-height: 1;
	}
	

	.ttl-flex{
		margin-bottom: 4.83vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ttl-left{
		width: 100%;
		display: block;
	}
	.ttl-left dt{
		display: inline-block;
		padding: 2.4vw 4.8vw;
		line-height: 1;
		font-size: 4.8vw;
		margin-right: 0px;
		font-weight: 700;
		background: url(../img/common/cat-bg.png) no-repeat center top / 60vw;
	}
	.ttl-left dd{
		display: block;
		padding-top: 2.9vw;
		font-size: 4.1vw;
		font-weight: 500;
	}
	.ttl-left p{
		font-size: 4.1vw;
		font-weight: 700;
	}
	.slide-box .btn-box{
		width: 78%;  /* 68%w → 75% 竹内修正 */
		margin-left: auto;
		margin-right: auto;
		margin-top: 7.25vw;
	}
	.slide-box .btn-box a{
		display: block;
		position: relative;
		padding: 2.9vw 1vw;
		border-radius: 6vw;
		text-align: center;
		font-size: 3.6vw;
		line-height: 1;
		color: #fff;
		background: #59a1d9;
	}
	.slide-box .btn-box .icon{
		display:block;
		position: absolute;
		top: 50%;
		right: 1.5vw;
		width: 4.8vw;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		margin-left: 0px;
	}
	.slick-wrap {
		width: 110%;
		margin-left: -5%;
		margin-right: -5%;
		position: relative;
	}
	.slide-box{
		margin-bottom:14.49vw;
	}
	.slide-box:last-of-type{
		margin-bottom: 9.66vw;
	}
	.slick-list .slick-slide {
		margin-left: 1.9vw;
		margin-right: 1.9vw;
	}
	.slide-item a{
		padding: 3.8vw 3.8vw;
		display: block;
		width: 100%;
		position: relative;
	}
	.slide-item .name-box {
		overflow: hidden;
		height: calc(1.6em * 2);
		position: relative;
		line-height: 1.6em;
		margin-bottom: 2.9vw;
		font-size: 3.6vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-weight: 700;
	}
	.slide-item .text-box {
		padding: 4.3vw 1.9vw 1.6vw;
	}
	.slide-item .info-box {
		overflow: hidden;
		height: calc(1.75em * 2.1);
		position: relative;
		line-height: 1.75em;
		font-size: 2.9vw;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom:3.8vw;
	}
	.slide-item .day {
		font-size: 2.9vw;
		font-weight: 400;
		line-height: 1;
	}
	.slide-item .icon {
		position: absolute;
		bottom: 3.6vw;
		right: 3.6vw;
		width: 6.2vw;
	}
	.slide-item a .text-box .ttl{
		overflow: hidden;
		height: calc(1.6em * 2);
		position: relative;
		line-height: 1.6em;
		font-size: 3.6vw;
		margin-bottom: 2.4vw;
	}
	.slide-item a .text-box .name{
		font-size: 2.9vw;
		font-weight: 700;
		margin-bottom: 3.8vw;
		line-height: 1.25;
	}
	.slide-item a .text-box .day{
		font-size: 2.9vw;
		font-weight: 400;
		line-height: 1;
	
	}
	.slick-prev{
		display: none!important;
	}
	.slick-next{
		
		display: none!important;
	}
	.slick-prev:before, .slick-next:before{
		font-size: 0!important;
		opacity: 0!important;
	}
	
	.pager {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top:9.66vw;
	  }
	  #paging ul{
		  text-align: center;
		  margin-top: 9.66vw;
	  }
	  .pager a.num,.pager a.page-numbers,
	  .pager span,#paging ul li {
		display: inline-block;
		font-weight: bold;
		text-decoration: none;
		vertical-align: middle;
		margin-right: 1.0vw;
		margin-left: 1.0vw;
		  line-height: 1;
		  border-radius: 12vw;
		  font-size: 3.3vw;;
	  }
	  #paging .next,#paging .prev{
		border: 1px solid #fff;
		border-radius: 12vw;
	  }
	  #paging ul li.active,#paging ul li span.current {
	
		border-radius:12vw;
	  }
	  #paging ul li:hover{
		border-radius: 12vw;
	  }
	  .pager a.num:hover,
	  .pager span.current,#paging ul li.active,#paging ul li.disabled,#paging ul li:hover{
		color: #fff;
		  background: #59a1d9;
		transition: all .3s;
	  }
	  #paging ul li.disabled{
		background: none;
	  }
	  #paging ul li a,#paging ul li span,#paging ul li a,.pager a{
		  padding: 2.6vw 0 2.6vw;
		  width: 8.4vw;
		  display: block;
		  line-height: 1;
			  font-weight: 500;
	  }
	  #paging ul li span.ex{
		  display: inline-block;
		  padding: 0;
		  transform: scale(-1, 1);
	  }
	  #paging ul li a{
		color: #59a1d9;
	  }
	  #paging ul li.active,#paging ul li.disabled{
		  cursor: auto;
	  }
	  #paging .prev span{
		background: url(../img/common/l-yajirushi.png) no-repeat center top / 100%;
		width: 1.9vw;
		height: 2.9vw;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	  }
	  #paging .next span{
		background: url(../img/common/r-yajirushi.png) no-repeat center top / 100%;
		width: 1.9vw;
		height: 2.9vw;
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	  }
	  .pager a.prev,
	  .pager a.next {
		/*border: none;
		margin-top: 5px;*/
	  }
	  /*.pager a.prev {
		margin-right: 15px;
	  }
	  .pager a.next {
		margin-left: 15px;
	  }*/
	  .fl-link{
		position: fixed;
		right: 0;
		top:auto;
		bottom: 0;
		width: 100%;
		z-index: 99;
	}
	.fl-link ul{
		display: flex;
	}
	.fl-link li{
		margin-bottom: 0px;
		box-sizing: border-box;
	}
	.fl-link li:nth-child(1){
		width: 30%;
		border-right: 1px solid #fff;
	}
	.fl-link li:nth-child(2){
		width: 35.5%;
		border-right: 1px solid #fff;
	}
	.fl-link li:nth-child(3){
		width: 34.2%;
	}
	.fl-link li:last-child{
		margin-bottom: 0;
	}
	.fl-link li a{
		display: flex;
		justify-content: space-between;
		padding: 3vw 2vw;
		align-items: center;
		min-height: 11.5vw;
	}
	.st-backToTopFixed{
		bottom: 18vw;
		z-index: 901;
	}
	.fl-link li a .icon{
		width: 5.3vw;
		line-height: 1;
	}
	.fl-link li a .icon img{
		display: block;
	}
	.fl-link li:nth-child(2) a .icon img{
		margin-top: -1.5vw;
	}
	.fl-link li .icon{
		margin-bottom: 0;
	}
	.fl-link li a .name{
		width: calc(100% - 8.2vw);
		margin-left: -0.1vw;
	}
	.fl-link li:first-child a .name{
		width: calc(100% - 5.9vw);
		margin-left: -0.5vw;
	}
	.fl-link li:last-child a .name{
		width: calc(100% - 6.9vw);
		margin-left: 0;
	}
	.fl-link li:nth-child(2) a .icon{
		margin-left: 1.5vw;
		width: 6.3vw;
	}
	.fl-link li .icon{
		width: 70%;
		max-width: 66px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}
	.fl-link li .name{
		font-size: 3.3vw;;
		line-height: 1;
		text-align: left;
	}
	
	.link-area{
		margin-top: -18vw;
		padding-top: 18vw;
	}
	.link-area2{
		margin-top: -24vw;
		padding-top: 24vw;
	}
	.video-box1{
		max-width: 1200px!important;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.video-box1 .flex{
		display: block;
		justify-content: space-between;
	}
	.video-box1 .flex .video{
		width: 100%;
	}
	.video-box1 .flex .text{
		width: 100%;
		margin-top: 4.83vw;
		font-size: 3.6vw;
	}
	.video-box1 .video-ttl{
		font-size: 4.6vw;
		margin-bottom:  4.83vw;
	}
	.video-box1 .video-ttl2{
		margin-bottom: 3.8vw;
	}
	.video-box1 .video-ttl2 span{
		padding: 1.8vw 2.8vw;
		display: inline-block;
		font-size: 3.1vw;
		color: #fff;
	}
	.lity-container{	/*西岡追加 20240604*/
		padding-top: 10vw;
	}
	.lity-close{
		position: absolute!important;
		width: 7.7vw!important;
		max-width: 40px;	/*西岡追加 20240604*/
		height: 7.7vw!important;
		font-size: 0!important;
		line-height: 12vw!important;
		top: 2vw !important;	/*西岡追加 20240604*/
		color: #000;
		text-shadow: none!important;
		font-family: "Noto Sans JP", "Meiryo", "メイリオ", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif!important;
		font-weight: 100!important;
	}

	.video-box2{
		max-width: 800px!important;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.video-box2 video{
		width: 100%;
	}
	.youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	  }
	  .youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	  }
	.fancybox-content{
		padding: 0!important;
		background: none!important;
		overflow: visible!important;
	}
	.fancybox-slide--html .fancybox-close-small{
		top:-75px!important;
		color: #fff!important;
		font-size: 24px!important;
		height: 80px!important;
		width: 80px!important;
		right:-24px!important;
	}
	.modal-content{
		background: none;
	}
	.detailClose{
		color: #fff;
		font-size: 3.9vw;
	}
	.modal-content .close {
		border: none;
		margin: 0;
		padding: 0;
		background: transparent;
		float: right;
		width: 35px;
		height: 35px;
		text-align: center;
		line-height: 25px;
		font-size: 38px;
		margin-right: -5px;
	}
	.bottom-link{
		padding-top: 9.66vw;
		padding-bottom: 9.66vw;
	}
	.bottom-link .wrap{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom-link .bottom-list{
		display: block;
	}
	.bottom-link .bottom-list li{
		width: 100%;
		border-radius: 3vw;
		margin-bottom: 4.83vw;
	}
	.bottom-link .bottom-list li .bg-box{
		border-radius: 3vw;
	}
	.bottom-link .bottom-list li:first-child a{
		padding:6vw 8.0vw;
	}
	.bottom-link .bottom-list li:last-child{
		margin-bottom: 0;
	}
	.bottom-link .bottom-list li a{
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-radius: 3vw;
		padding:9.66vw 8.0vw;
	}
	.bottom-link .bottom-list li .icon{
		width: 31.5%;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0px;
	}
	.bottom-link .bottom-list li .text-box{
		width: 60%;
	}
	.bottom-link .bottom-list li .name{
		position: relative;
		line-height: 1.5em;
		font-size: 6.2vw;
		height: auto;
		margin-bottom: 4.8vw;
	}
	.bottom-link .bottom-list li .name p{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		text-align: left;
		transform: translate(-0%,-0%);
		-webkit-transform: translate(-0%,-0%);
	}
	.bottom-link .bottom-list li .link-btn{
		max-width: none;
		width: 100%;
	}
	.bottom-link .bottom-list li .link-btn a,.bottom-link .bottom-list li .link-btn div{
		font-weight: 500;
		font-size: 3.6vw;
		padding-top: 2.4vw;
		padding-bottom: 2.4vw;
	}
	.bottom-link .bottom-list li .link-btn .sankaku,.bottom-link .bottom-list li .link-btn div .sankaku{
		right: 2.9vw;
		width: 1vw;
	}
	.bottom-link .bottom-list li .link-btn .sankaku.ptn2{
		width: 2.4vw;
	}

	.sp-menu {
		color: #fff;
	  }
	  
	  .sp-menu a {
		color: inherit;
	  }
	  
	  .sp-menu a:hover {
		/*opacity: 1;*/
	  }
	  
	  .sp-menu__inner {
		margin: auto;
	  }
	  .sp-menu.head{
		position: relative;
		width: 100%;
		z-index: 999;
	  }
	  .sp-menu.head.fix{
		position: fixed;
		top:0;
		left: 0;
	  }
	  .sp-menu__header {
		height: 13vw;
		padding: 0 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #000;
	  }
	  
	  .sp-menu__open {
		-webkit-appearance: none;
		border: none;
		background: none;
		padding: 0;
		outline: none;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		position: relative;
	  }
	  
	  .sp-menu__open span {
		display: block;
		width: 5vw;
		height: 5vw;
		position: absolute;
		top: 50%;
		right: 0;
		margin: -11px 0 0;
	  }
	  
	  .sp-menu__open span::before,
	  .sp-menu__open span::after {
		content: "";
		display: block;
		position: absolute;
		top: 10px;
		right: 0;
		width: 5vw;
		height: 1px;
		background: #ffffff;
		-webkit-transform-origin: center center;
		transform-origin: center center;
	  }
	  
	  .sp-menu__open span::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	  }
	  
	  .sp-menu__open.open span {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	  }
	  
	  .sp-menu__logo {
		margin: 0;
		line-height: 1;
	  }
	  .sp-menu__logo .sp {
			width: 87px;
		  height: auto;
	  }
	  .sp-menu__logo .pc {
		display: none;
	  }
	  
	  .sp-menu__content {
		background: rgba(42,40,47,0.9);
		position: absolute;
		z-index: 100;
		width: 100%;
		height: 0;
		overflow: hidden;
		/*-webkit-transition: height .3s ease;
		transition: height .3s ease;*/
		  opacity: 0;
		  transition: 1s;
	  }
	  .sp-menu__content2 {
		background: rgba(42,40,47,0.9);
		position: relative;
		z-index: 90;
		width: 100%;
		  transition: 1s;
	  }
	  .sp-menu__content a.no-link,.sp-menu__content2 a.no-link{
		opacity: 0.4;
		pointer-events: none
	  }
	  .sp-menu__content.show {
		height: auto;
		  opacity: 1;
		  overflow-y: auto;
	   height: 100vh;
	  }
	  
	  .sp-menu__main {
		margin: 0;
		padding: 0;
		list-style: none;
		border-top: 1px solid #ffffff;
	  }
	  
	  .sp-menu__mainItem {
		border-bottom: 1px solid #ffffff;
		display: block;
		color: #ffffff;
		font-size: 3.8vw;
		line-height: 13vw;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		background: rgba(42,40,47,1);
	  }
	  
	  .sp-menu__mainItem a {
		display: block;
		padding: 0 4.3vw;
		color: #fff;
	  }
	  .sp-menu__mainItem a:before,.sp-menu__mainItem a:before {
		content: "\f105";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		top: 0px;
		right: 4.83vw;
		font-size: 7.3vw;
		font-weight: 100;
	}
	
	.sp-menu__mainItem2 {
		border-bottom: 1px solid #ffffff;
		display: block;
		color: #ffffff;
		font-size: 3.8vw;
		line-height: 13vw;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		background: rgba(42,40,47,1);
	  }
	  
	  .sp-menu__mainItem2 a {
		display: block;
		padding: 0 4.3vw;
		color: #fff;
		width: 100%;
	  }
	  .sp-menu__mainItem2:before {
		background: url(../../speedio-navi/img/common/out-link-03.png) no-repeat center top / 100%;;
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 3.6vw;
		height: 3.6vw;
		content: "";
	}
	.btn-wrap:before {
		display: none;
	}
	.btn-wrap.active:before {
		display: none;
	}
	.submenu-btn{
		position: relative;
	}
	.submenu-btn:before {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		content: "\f105";
		font-family: FontAwesome;
		display: block;
		position: absolute;
		top: 0px;
		right: 20px;
		font-size: 7.3vw;
		font-weight: 100;
	}
	.submenu-btn.active:before {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
		
	  .sp-menu__subMenu {
		list-style: none;
		padding: 0;
	  }
	  
	  .sp-menu__subMenu a {
		padding: 0 40px;
	  }
	  
	  .sp-menu__subMenuItem {
		border-top:none;
	  }
	  
	  .sp-menu__other {
		margin: 0;
		padding: 0;
		list-style: none;
	  }
	  .sp-menu__subMenu a {
			padding: 0 25px;
		}
	  .sp-menu__otherItem {
		border-bottom: 1px solid #ffffff;
		display: block;
		color: #ffffff;
		font-size: 3.8vw;
		line-height: 13vw;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		background: rgba(42,40,47,1);
	  }
	  
	  .sp-menu__otherItem a {
		display: block;
		padding: 0 25px;
	  }	  
	  .sp-menu_subMenuItem{
		background: #4C4C4E;
	}
	.sp-menu_subMenu.ex,.sp-menu_subMenu.ex.ptn2,.sp-menu_subMenuplus{
		padding: 3.6vw 4.3vw 3.6vw;
		background: #4c4c4e;
			font-size: 3.62vw;
			font-weight: 500;
	}
	.sp-menu_subMenuplus,.sp-menu_subMenu{
		display: none;
	}
	.sp-menu_subMenu.ex a,.sp-menu_subMenuplus a{
		padding: 2.4vw 0px;
		line-height: 1;
	}
	.sp-menu_subMenu.ptn2 ul,.sp-menu_subMenuplus.ptn2 ul{
		display: flex;
		flex-wrap: wrap;
	}.sp-menu_subMenu.ptn2 li.full,.sp-menu_subMenuplus.ptn2 li.full{
		width: 100%;
	}
	.sp-menu_subMenu ul li a::before,.sp-menu_subMenu ul li a::before {
		content: "\f105";
		margin-right: 1vw;
		font-family: FontAwesome;
		display: inline-block;
		position: relative;
		font-size: 3.14vw;
		font-weight: 100;
		top:auto;
		right: auto;
	}
		.sp-menu_subMenu.ptn2 li,.sp-menu_subMenuplus.ptn2 li{
			width: 50%;
			font-size: 3.14vw;
			font-weight: 500;
		}
	.sp-menu_subMenuItemex a::before,.sp-menu_subMenuplus a::before{
		content: "\f105";
		margin-right: 10px;
		font-family: FontAwesome;
		display: inline-block;
	}
	.sp-menu_subMenuItem.ex:before{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.sp-menu_subMenuItem.active:before,.sp-menu_subMenuItem.ex.active:before{
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}
		.sp-menu_content{
			background: none;
		}
		.sp-menu_content.show{
			overflow: scroll;
			background: none;
			max-height: 100vh;
			height: calc(100vh + 30vh);
			padding-bottom:30vh;
		}
		.st-siteFooter_copyright{
			margin-bottom: 15vw;
		}
		.menubottom-flex{
			min-height: 48vw;
		}
		.menubottom-flex ul{
			display: flex;
			padding: 3vw 3vw;
			background: #1F1F23;
			justify-content: space-between;
		}
		.menubottom-flex li{
			width: 30.4%;
			text-align: center;
			font-size: 3.62vw;
			line-height: 1;
		}
		.menubottom-flex li:first-child{
			width: 34.7%;
			text-align: left;
			line-height: 1.53;
		}
		.menubottom-flex li a{
			background: #e68000;
			color: #fff;
			padding-top: 6vw;
			padding-bottom: 6vw;
			display: block;
			width: 100%;
			font-weight: 700;
		}

		.menubottom-flex li:first-child a{
			padding-top: 2.24vw;
			padding-bottom: 2.24vw;
			padding-left: 2.8vw;
		}
		.menubottom-flex li a .icon{
			display: inline-block;
			width: 3.62vw;
			margin-left: 1vw;
		}
		.menubottom-flex li.ex a{
			background: #0d2e9b;
		}
		  .sp-menu__logo {
				width: 17vw;
			  height: auto;
		  }
}
.modal-content.wt{
	background: #fff;
	padding: 1px 50px 50px;
}
.js-modal_trigger:after{
	content: url("https://www.brother.co.jp/K14/Image/modal/icon_modal.png");
}
@media print, screen and (max-width: 900px) {
.modal-content.wt{
	background: #fff;
	padding:1vw 7vw 7vw;
}
	
}
.lity-content:after{
	box-shadow: none!important;
}
.slider{
  opacity: 0;
  transition: opacity .001s linear;
}
.slider.slick-initialized{
  opacity: 1;
}