@charset "utf-8";
/* Generic Child-musashino-tokushuen : front-page ONLY
    フロントページのみに適用されるスタイル
　　　-body
　　　-コンテナ div id="container" #container
　　　-共通要素 
    　-メインビジュアルスライダー　div id="main-vis" #main-vis （bxslider）
    　-メインカラム（#towerWrapTower）、サイドバー
　　　-メディアクエリ（ブレイクポイントごと）
*/

/*トップページは背景画像無し*/
body {
    background-image: none;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/* コンテナ div id="container" #container
---------------------------------------------------- */
#container {
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
    /* padding-top: 20px; */
}
  /* bx-sliderより下のコンテンツ （#towerWrap）*/
#towerWrap {
    margin: 0 auto;
    padding: 20px 0 0;
    width: 100%;
    max-width: 950px;
    display: grid;
    grid-template-columns: 220px 680px;
    justify-content: space-between;
}


/* メイン上部（スライダー用） 
---------------------------------------------------- */
#topMainBnr {
    background-color: #f5f5f5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.25);
    position: relative;
    display: block;
    overflow: visible;
    padding: 20px 0;
}
#topMainBnrFrame {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border: 4px solid #fff;
    position: relative;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 96%;
    }
    @media (min-width: 970px) {
    #topMainBnrFrame {
        width: 950px;
        min-height: 250px;
    }
}

/* メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
---------------------------------------------------- */
#main-vis{
    margin: 0 ;
    padding: 0;
    position: relative;
    max-width:950px;
}
/*bxslider スタイルリセット*/
#main-vis .bx-wrapper {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
	  overflow: hidden;
    padding: 0;
    position: relative;
}

#main-vis .bx-wrapper .bx-viewport{
	overflow: visible !important;
	width: 100% !important; /* スライド画像の横幅 */
	margin: 0 auto;
}
/*各スライド設定*/
#main-vis .bx-wrapper .bx-viewport .slider > div{
    height: auto;
    overflow: hidden;
    position: relative;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position:center;
}
#next-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -25px;
}
#prev-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -25px;
}
#next-btn a,#prev-btn a{
    color: transparent;
}
#prev-btn img{
  transform: scale(-1, 1);
}
.bx-prev, .bx-next {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
    padding-top: 20px;
    position: absolute;
    bottom: 16px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #666;
}

/* 共通項目
---------------------------------------------------- */
#content h2, #content h1.entryPostTitle {
    text-shadow: 0 1px #ffffff;
    clear: both;
    font-size: 128.6%;
    padding: 15px;
    font-weight: bold;
    color: #333;
    border-top: 3px solid #5ead3c;
    position: relative;
    line-height: 114.3%;
    background: url(./images/common/line_wh.png) left top repeat-x;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
    background-color: #FFF;
}

/* メインカラム （.mainTower）
---------------------------------------------------- */
.mainTower{
    background-color: #fff;
    margin: 0;
}
#topFreeArea {
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
}
#topFreeArea div:first-of-type{
  margin-bottom: 20px;
  padding: 0px 5px;
  text-align: center;
}
.responsive-video {
      width: 100%;
      max-width: 100vw !important;
      height: auto;
      object-fit: contain;
    }

#topFreeArea div:nth-of-type(2){
  text-align: center;
}
#topFreeArea img.tape {
  width: 544px!important;
  max-width: 100vw !important;
  object-fit: contain;
}


/* #お知らせ（#topInfo） --- */
#content #topInfo{
    margin-bottom: 50px;
}


/*.infoList
-------------------------------------------------------------- */
#content .infoList	{
	padding-bottom:20px;

	}
.page #content .infoList	{  }
#content .infoList ul	{ 
	margin:10px 0px 5px;
	list-style:none;
	
}
#content .infoList ul li	{
	border-bottom:1px dotted #ccc;
	padding:12px 10px;
	list-style:none;
	margin-bottom:0px;

	}
	#content .infoList ul li a	{  }
	#content .infoList ul li a:hover	{ 
	color:#f00;
	
}
#content .infoList .infoDate	{ 
	margin-right:8px;
	color:#dd0000;
	font-size: 14px;

}
#content .infoList .infoCate a	{ 
	color:#666;
	margin-right:4px;
	background-color:#efefef;
	padding:1px 5px 2px;
	position:relative;
	border:1px solid #e5e5e5;
	top:-2px;
	
}
#content .infoList .infoCate a	{ 
	font-size:10px;
	line-height:14px;
	text-decoration:none;
	
}
#content .infoList .infoCate a:hover{
	background-color:#5ead3c;
	color:#fff;
	text-decoration:none;

}
#content .infoList ul li .infoTxt{
	margin-top: 3px;
	display:block;
	overflow:hidden;
	clear:both;
	
}
#content .infoList ul li .infoTxt a{
	text-decoration:none;
	color:#333;
	display:block;
	overflow:hidden;
	
}
#content .infoList ul li .infoTxt a:hover{
	color:#5ead3c;
	text-decoration:underline;
	
}
/*				.infoListBox
/*-------------------------------------------*/
#content .infoList .infoListBox {
	display:block;
	overflow:hidden;
	padding:20px 0px;
	border-bottom:1px solid #eeeeee;
	position:relative;
	
}
#content .infoList .infoListBox div.entryTxtBox {
	margin:0px;
display:block;
	overflow:hidden;
	
}
#content .infoList .infoListBox div.entryTxtBox.haveThumbnail{
	float:Left;
	margin-right:100px;
	
}
#content .infoList .infoListBox div.entryTxtBox p {
	margin-bottom:3px;
	padding:0px;
line-height:150%;
	
}
#content .infoList .infoListBox div.entryTxtBox p.entryMeta {
	margin-bottom:4px;
	
}
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate,
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate{
	color:#666;
	
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle {
	border-top: none;
	margin:0px 0px 10px;
	padding:0px 0px 10px;
	display:block;
	line-height:120%;
	font-size:114.3%;
	
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
	color:#5ead3c;
	text-decoration:none;
	
}
#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover {
	text-decoration:underline;
	
}
#content .infoList .infoListBox div.entryTxtBox p.moreLink{
	margin:0px;
	padding:0px;
	
}
#content .infoList .infoListBox div.thumbImage {
	width:35%;
display:block;
	overflow:hidden;
	float:right;
	text-align:right;
	position:absolute;
top:20px;
right:0px;
	
}
#content .infoList .infoListBox div.thumbImage div.thumbImageInner {
	display:block;
	overflow:hidden;
	margin:1px;
	padding: 3px;
	
}
#content .infoList .infoListBox div.thumbImage div.thumbImageInner img{
	width:88px;
	height:auto;
	border: 4px solid #fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	
}
#content .infoList ul li .infoTxt a {
    text-decoration: none;
    color: #333;
    display: block;
    overflow: hidden;
}

/* #banner-- */
#banner {
  margin: 35px 0px 0px 0px;
}
#banner .section-wrap{
  width: 1260px;
  margin: 0 auto;
}
#banner .section-wrap ul{
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .section-wrap ul li {
  width: 30%;
  border: 1px solid #C8C8C8;
  border-radius: 20px;
  margin-bottom: 35px;
}
#banner .section-wrap ul li img {
  border-radius: 20px 0px 0px 20px;
  margin-right:20px;
}
#banner .section-wrap ul li a{
  align-items: center;
  color: #000;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  text-decoration: none;
  margin: 0;
  font-size: 18px;
  width: 100%;
}
#banner .section-wrap ul li:hover {
   background-color: #f7f7f7;
   transition: .5s;
}

/* サイドカラム #sideTower
---------------------------------------------------- */
#sideTower .sideWidget {
    margin:0 0 20px;
} 

#sideTower li.sideBnr#sideContact a {
    display: block;
    overflow: hidden;
    width: auto;
    width: 220px;
    margin: 0px auto;
    text-align: center;
    background-color: #5ead3c;
}

/* 検索ボックス */
form#searchform {
  padding:5px 0px 5px 7px; 
  background-color:#f3f3f3; 
  display:block; 
  overflow:hidden; 
  position:relative;
  max-width: 220px;
  margin: auto;
  }
form#searchform div:first-of-type{
  display: grid;
  grid-template-columns: 120px 1fr;
  justify-content:space-between;
  width: 100%;
}

form#searchform input#s	{ 
  margin:0px 0px 0px 5px; 
  padding:5px; 
  border-radius: 0;
}

form#searchform input#searchsubmit	{ 
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #5ead3c; 
  background-image: none; 
  background-color:#5ead3c; 
  color:#fff;
  font-size:12px;
  border-radius: 0;
}

/*職員専用ページボタン*/
#sideTower p.btn a{
    align-items: center;
    background-color: #fff;
    border: #ddd solid 1px;
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    padding: .5em;
    color: #5ead3c;
    font-size: 14px;
}

.pc-up {
  display: block;
}
/* TOPのみheader高さ調節
---------------------------------------------------- */
#site-title #logo-container {
/*max-height: 0px!important;*/
}

/* メディアクエリ（ブレイクポイントごと）
---------------------------------------------------- */

@media(min-width:1921px){ /*メインビジュアル画像幅（1920px）より広い画面サイズの時*/
    /* メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
    ---------------------------------------------------- */
    /*各スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider > div img{
        width: 100%;
    }
}
@media(max-width:1366px) {}
@media(max-width:1260px) {
/* 各コンテンツ section
---------------------------------------------------- */
    /* common 共通 --- */
    #container .content section{}
    section .section-wrap{
        width: 90%!important;
    }
    /* common 共通 - header h2見出し --- */
    section .section-wrap header h2{
        font-size: 1.5em;
    }
    #news .section-wrap .article-list {

    }
    /* #guide --- */
    #guide .section-wrap {
      padding-bottom: 30px;
    }
    #guide .section-wrap .contents {
      justify-content: space-around;
    }
    #guide .section-wrap .contents .box {
      width: 45%;
      margin-bottom: 100px;
    }
    /* #outline --- */
    #outline .section-wrap .contents .name {
      font-size: 18px;
    }
    /* #recruit --- */
    #recruit .section-wrap .contents .box ul {
      justify-content: space-between;
    }
    #recruit .section-wrap .contents .box ul li{
      width: 45%;
      margin-bottom: 20px;
    }
    #recruit .section-wrap .contents .box ul li a {
      font-size: 16px;
      padding: 1.8rem;
    }
    #banner .section-wrap ul li a {
      font-size: 16px;
    }
    #banner .section-wrap ul li img {
      width: 30%;
    }
    .pc-up {
      display: none;
    }

@media (max-width: 1000px) {
  #next-btn, #prev-btn {
      display: none;
  }
}


}
@media(max-width:1024px) {

    /*トップページの背景画像サイズ指定*/
    body {
        background-size: auto 60vmax;
    }

/* メインビジュアル div id="main-vis" #main-vis
---------------------------------------------------- */
    /*各スライド設定*/
    #main-vis .bx-wrapper .bx-viewport .slider > div{
        height: 60vmax;
        position: relative;
    }
    #main-vis .bx-wrapper .bx-viewport .slider > div img{
        display: none;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide01{
        background: url("../images/front/main-vis/slide01.jpg") center center no-repeat;
        background-size: cover;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide02{
        background: url("../images/front/main-vis/slide02.jpg") center center no-repeat;
        background-size: cover;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide03{
        background: url("../images/front/main-vis/slide03.jpg") center center no-repeat;
        background-size: cover;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide04{
        background: url("../images/front/main-vis/slide04.jpg") center center no-repeat;
        background-size: cover;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide05{
        background: url("../images/front/main-vis/slide05.jpg") center center no-repeat;
        background-size: cover;
    }

/* 各コンテンツ section
---------------------------------------------------- */
    /* common 共通 --- */
    #container .content section{}
    /* common 共通 - .entry-list（お知らせ・ブログ新着表示 共通） --- */
    .entry-list .section-wrap .article-list article{
        border-bottom: #ccc dotted 1px;
        flex-wrap: wrap;
        padding: .5rem 0;
    }
    .entry-list .section-wrap .article-list article::after{
        display: none;
    }
    .entry-list .section-wrap .article-list article .entry-meta ,
    .entry-list .section-wrap .article-list article .entry-title{
        width: 100%;
    }
    .entry-list .section-wrap .article-list article .entry-meta{
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
    .entry-list .section-wrap .article-list article .entry-meta .entry-time{
            padding: 0 .5em;
            width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-meta .category{
            width: auto;
    }
    .entry-list .section-wrap .article-list article .entry-title{
        padding: .5em 0 0;
    }
    .entry-list .section-wrap .article-list article .entry-title::before{
        content: '\e5df';
        display: inline-block;
        font-family: 'Material Icons';
        padding: 0;
    }

    /* #important.entry-list --- */
    #important .section-wrap::after{
        display: none;
    }
    #important .section-wrap h2{
        background-color: transparent;
        color: #fff;
        display: block;
        font-size: 1.14rem;
        font-weight: bold;
        margin: 0;
        padding: 0 0 .5rem;
        text-align: center;
        width: 100%;
    }
    #important .section-wrap h2::before{
        content: "\e000";
        font-family: 'Material Icons';
        font-weight: normal;
        padding: 0 .25rem 0 0;
    }
    #important .section-wrap .post{
        justify-content: center;
        width: 100%;
    }
    #important .section-wrap .post:last-child{
        margin: 0 0rem;
        padding: 0 0rem;
    }

    /* #about --- */
    #about::before {
      display: none;
    }
    #about .section-wrap .contents .right-area {
      margin-top: 0px;
    }
    #about .section-wrap .contents .right-area {
      width: 48%;
    }
    #about .section-wrap .contents .left-area {
      width: 48%;
    }
    /* #introduction --- */
    #introduction::before {
      display: none;
    }
    /* #guide --- */
    #guide::before {
      display: none;
    }
    /* #news --- */
    #news::before {
      display: none;
    }
    #news .section-wrap .header-wrap h2 {
      margin-bottom: 60px
    }
    /* #faq --- */
    #guide .section-wrap{
      display: block;
      display: -webkit-block;
      display: -ms-blockbox;
    }
    #guide .section-wrap .box{
      width: 100%;
    }
    /* #outline --- */
    #outline::before {
      display: none;
    }
    /* #faq --- */
    #faq .section-wrap h2 {

    }
    /* #recruit --- */
    #recruit .section-wrap {
      padding-bottom: 0px;
    }
    section#recruit {
      padding: 0px 0px 10px 0px;
    }
    section#recruit {
      padding: 0px 0px 10px 0px;
    }

    #faq .section-wrap h2 {
      font-size: 16px;
    }
    #recruit .section-wrap .contents .box p {
      font-size: 18px;
    }
    #recruit .section-wrap .contents .box ul li {
      width: 48%;
    }
    #recruit .section-wrap .contents .box ul li a {
      padding: 1.5rem;
    }
    #banner .section-wrap {
      margin: 50px auto 10px auto;
    }
    #banner .section-wrap ul li {
      width: 32%;
    }
    #banner .section-wrap ul li a {
      font-size: 14px;
    }
    #banner .section-wrap ul li img {
      margin-right: 10px;
      width: 25%;
    }

    /* 各カテゴリタブ */
    .tab-label {
        font-size: .875rem !important;
    }

}

@media(max-width:970px) {
  /* bx-sliderより下のコンテンツ （#towerWrap）*/
  #towerWrap {
    grid-template-columns: 1fr;
    row-gap: 30px;
    }
  #towerWrap #mainTower {
      order: 1;   
    }
  #towerWrap #sideTower {
      order: 2;  
      text-align: center; 
    }
  #content #topInfo{
    margin-bottom: 0;
}

}

@media(max-width:930px) {
  #recruit .section-wrap .contents .box ul li {
    margin-bottom: 10px;
  }
  #recruit .section-wrap .contents .box ul li a {
    font-size: 14px;
    padding: 1.5rem 0px;
  }
}
@media(min-width:769px) {}
@media(max-width:768px) {
/* メインビジュアルスライダーdiv id="main-vis" #main-vis （bxslider）
---------------------------------------------------- */
    #main-vis{
        margin: 0;
    }
    /*メインビジュアル内告知エリア.catch.attention*/
    #main-vis .attention{
            top: 80px;
    }
    #main-vis .attention ul li{
        align-items: flex-start;
        flex-direction: column;
    }
    #main-vis .attention ul li h2::after{
        display: none;
    }
    #main-vis .catch h2 {
      font-size: 30px;
    }
    #main-vis .bx-wrapper .bx-viewport .slider .slide01 {
      padding-top: 50px;
    }
    .section-wrap h2 {
      line-height: 30px;
    }

/* 各コンテンツ section
---------------------------------------------------- */
    /* common 共通 - header h2見出し --- */
    section .section-wrap header h2 {
        margin: 0 0 1.5rem;
    }

    /* #important.entry-list --- */
    #important .section-wrap {
      padding: 15px 0px!important;
    }
    #important .section-wrap .post{
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
        display: block;
    }
    #important .section-wrap .post .entry-meta ,
    #important .section-wrap .post h3{
        width: 100%;
        display: block;
    }
    #important .section-wrap .post .entry-meta {
        padding: 0;
    }
    #important .section-wrap .post h3 a {
      display: block;
      margin-top: 20px;
    }
    /* #about --- */
    #about .section-wrap .contents {
      display: block;
      display: -ms-flexbox;
      display: -webkit-block;
    }
    #about .section-wrap .contents .right-area {
      margin-top: 0px;
    }
    #about .section-wrap .contents .right-area {
      width: 100%;
    }
    #about .section-wrap .contents .left-area {
      width: 100%;
      margin-bottom: 20px;
    }
    #about .section-wrap .sbs {
      display: block;
      display: -ms-flexbox;
      display: -webkit-block;
      text-align: center;
    }
    #about .section-wrap .sbs .btn.more-link a {
      width: 80%;
    }
    /* #introduction --- */
    #introduction .section-wrap ul  {
    }
    #introduction .section-wrap ul li {
      width: 40%;
      margin: 0 auto;
      text-align: center;
    }
    #introduction .section-wrap ul li span{
      display: block;
    }
    /* #guide --- */
    #guide .section-wrap .contents .box {
      width: 48%;
    }
    /* #faq --- */
    #faq .section-wrap {
      display: -webkit-block;
      display: -ms-blockbox;
      display:block;
    }
    #faq .section-wrap .box {
      width: 100%;
    }
    #faq .qa-area .acd-content p {
      font-size: 0.95rem;
    }

    /* #outline --- */
    #outline .section-wrap .header-wrap h2 {
      margin-bottom: 70px;
    }
    #outline .section-wrap .contents .name span {
      background: none;
    }
    #outline .section-wrap .contents .name {
      font-size: 16px;
    }
    #outline .section-wrap .contents .tel {
      margin: 10px auto;
      max-width: 100%;
    }
    #outline .section-wrap .contents .tel p span {
      font-size: 16px;
    }
    #outline .section-wrap .contents .form  {
      max-width: 100%;
    }
    #outline .section-wrap .contents .form .inquiry::before {
      display: none;
    }
    #outline .section-wrap .contents .form .faq::before {
      display: none;
    }
    #outline .section-wrap .contents .map {
      display: -webkit-block;
      display: block;
    }
    #outline .section-wrap .contents .map .box {
      width: 100%;
      margin-bottom: 30px;
    }
     #outline .section-wrap .contents .map .box dd {
       width: 67%;
     }

     /* #outline --- */
     #recruit .section-wrap .contents {
       display: -webkit-block;
       display: block;
       justify-content: space-between;
     }
     #recruit .section-wrap .contents .box{
      width: 100%;
     }
     #recruit .section-wrap .contents .box p {
       margin-top: 20px;
     }
     #recruit .section-wrap .contents .box ul li {
       text-align: center;
     }
     #recruit .section-wrap .contents .box ul li a {
       padding: 1.8rem 0px;
       font-size: 14px;
     }
    /* #banner --- */
    #banner .section-wrap ul li {
      width: 48%;
    }
    /* #news --- */
    section#news{
        margin: 0px 0 ;
    }
    #news .section-wrap{
    }
    #news .section-wrap .header-wrap{

    }
    #news .section-wrap .header-wrap header{
    }
    #news .section-wrap .header-wrap header::after{
        display: none;
    }
    #news .section-wrap .header-wrap header h2{
        margin: 0;
    }
    #news .section-wrap .header-wrap p.btn.more-link {
        margin: 0 ;
    }
    #news .section-wrap .article-list{
        padding: 0rem;
        width: 100%;
        margin-top: 50px;
    }
    .tab-content {
      padding:1rem 0rem 0rem 0rem;
    }

    /* #recruit --- */
    section#recruit{
        padding: 0 0 50px;
    }

}




@media(max-width:680px) {

}
@media(max-width:576px) {

  /* TOPのみheader高さ調節
  ---------------------------------------------------- */
  #site-title #logo-container {
  /*  max-height: 0px!important;*/
  }
  /* メインビジュアル div id="main-vis" #main-vis
  ---------------------------------------------------- */
  #main-vis .bx-wrapper .bx-viewport .slider .slide01 {

  }
    /*キャッチコピー*/
    #main-vis .catch{
        text-align: center;
    }

    /*メインビジュアル内告知エリア.catch.attention*/
    #main-vis .attention{
        text-align: left;
    }
    #main-vis .catch h2 {
      font-size: 26px;
    }

/* 各コンテンツ section
---------------------------------------------------- */
    /* common 共通 --- */
    #container .content section{}
    #container .content section .section-wrap{
        width: 94%;
    }
    /* common 共通 - .entry-list（お知らせ・ブログ新着表示 共通） --- */
    .entry-list .section-wrap .article-list article .entry-meta .category{
        line-height: 1;
    }
    .entry-list .section-wrap .article-list article .entry-title{
        font-size: .875rem;
        line-height: 1;
        padding: 0;
    }

    /* common 共通 - h2見出し --- */
    #container .content section .section-wrap > h2{
        font-size: 1.75em;
    }
    .section-wrap {
      padding: 50px 0px!important;
    }
    /* #important.entry-list --- */
    #container .content #important .section-wrap h2{
        font-size: 1.14rem;
    }
    .section-wrap .header-wrap .ttl-bk{
      display: none;
    }


    /* #about --- */
    /*#about .section-wrap {
      padding: 40px 0px!important;
    }*/
    #about .section-wrap .contents .right-area h2 {
      font-size: 16px;
    }
    #about .section-wrap .sbs .btn.more-link a {
      font-size: 16px;
    }
    #about .btn.more-link:last-child {
      margin: 1em 0px 0px 0px;
    }
    #about .section-wrap .contents {
      margin-bottom: 25px;
    }
    /* #introduction --- */
    #introduction {
      margin: 0 0 0 0px;
    }
    #introduction .section-wrap {
      padding: 40px 0px !important;
    }
    #introduction .section-wrap .header-wrap h2 {
      font-size: 20px;
    }
    #introduction .section-wrap .header-wrap p {
      font-size: 1rem;
    }
    #introduction .section-wrap ul li {
      width: 50%;
    }
    #introduction .section-wrap ul li.up.sp-more {
      margin-top: -40px;
    }
    #introduction .section-wrap ul li.down.sp-more {
      margin-top: -20px;
    }
    /* #guide --- */
    #guide .section-wrap .header-wrap h2  {
      font-size:20px;
      margin: 0px 0px 70px 0px;
      padding: 0px;
    }
    #guide .section-wrap .contents .box  {
      width: 100%;
      padding: 15px;
      margin-bottom: 60px;
    }
    #guide .section-wrap .contents .box:last-child {
      margin-bottom: 10px;
    }
    #guide .section-wrap .contents .box .ttl {
      margin-bottom: 0px;
    }
    #guide .section-wrap .contents .box ul li a {
      padding: 15px;
      font-size: 0.95rem;
    }
    #guide .section-wrap .contents .box ul li {
      margin-bottom: 10px;
    }
    #guide .section-wrap .contents .box ul li a img {
      width: 23px;
    }
    /* #news--- */
    #news .section-wrap .header-wrap h2  {
      font-size:20px;
      margin-bottom: 0px!important;
      padding: 0px 0px 0px 10px;
    }
    #news .section-wrap .article-list {
      margin-top: 25px;
    }
    #news p.btn.more-link {
      margin:2rem auto 0rem;
    }
    #important .section-wrap .post time {
      margin-right: 0px;
    }
    /* #faq--- */
    #faq {
      padding: 0px 0px 0px 0px;
    }
    #faq .section-wrap {
      padding-bottom: 40px;
    }
    .qa-area {
      font-size: 0.95rem;
    }
    .user-area {
      font-size: 0.95rem;
    }


    /* #outline--- */
    #outline .section-wrap .header-wrap h2 {
      margin: 0px auto 10px auto;
      padding: 0px;
    }
    #outline .section-wrap .contents .name span {
      padding: 0px;
    }
    #outline .section-wrap .contents .tel {
      display: -webkit-block;
      display: block;
    }
    #outline .section-wrap .contents .tel p{
      width: 70%;
      margin: 0 auto;
    }
    #outline .section-wrap .contents .tel p span {
      font-size: 20px;
    }
    #outline .section-wrap .contents .form  {
      display: -webkit-block;
      display: block;
    }
    #outline .section-wrap .contents .form div{
      width: 100%;
      margin-bottom: 10px;
    }
    #outline .section-wrap .contents .map .box:last-child {
      margin-bottom:0px;
    }
    /* #recruit--- */
    section#recruit {
      padding: 0 0 0px;
    }
    #recruit .section-wrap .header-wrap h2 {
      margin-bottom: 0px;
      padding: 0px;
    }
    #recruit .section-wrap {
      margin: 0 auto;
    }
    #recruit .section-wrap .contents .box ul li:last-child {
    margin: 0 auto;
    }
    /* #banner --- */
    #banner {
      margin: 0px 0px 0px;
    }
    #banner .section-wrap ul li {
      width: 100%;
      margin-bottom: 15px;
      border-radius: 15px;
    }
    #banner .section-wrap ul li:last-child {
      margin-bottom: 0px;
    }
    #banner .section-wrap {
      margin: 0px auto 0px auto;
    }
    #banner .section-wrap ul li img {
      width: 25%;
      border-radius: 15px 0px 0px 15px
    }





    /* #news --- */
    /* 各カテゴリタブ */
    .tab-label {

    }
    /* 各カテゴリタブ コンテンツ */
    .tab-content {

    }
    /* 各カテゴリタブ コンテンツ - アクティブ*/
    .tab-switch:checked+.tab-label+.tab-content ,
    .tab-switch:checked+.tab-label.news+.tab-content ,
    .tab-switch:checked+.tab-label.lecture+.tab-content ,
    .tab-switch:checked+.tab-label.recruit+.tab-content {
        border-top: none;
    }
    .tab-label {
      padding: 10px 0px!important;
      width: 20%;
    }
    .tab-switch:checked+.tab-label.all:before {
      border: 10px solid transparent!important;
      border-top: 10px solid #FFD9DE!important;
      margin-left: -10px!important;
    }
    .tab-switch:checked+.tab-label.news:before {
      border: 10px solid transparent!important;
      border-top: 10px solid #FFF5CA!important;
      margin-left: -10px!important;
    }
    .tab-switch:checked+.tab-label.update:before {
      border: 10px solid transparent!important;
      border-top: 10px solid #EAEFBF!important;
      margin-left: -10px!important;
    }
    .tab-switch:checked+.tab-label.recruit:before {
      border: 10px solid transparent!important;
      border-top: 10px solid #BDE5C0!important;
      margin-left: -10px!important;
    }
    /* #recruit --- */
    #container .content #recruit .section-wrap{
        width: calc( 100% - 4rem);
    }


}
@media(max-width:400px) {
    #main-vis .bx-wrapper .bx-viewport {

    }
    #main-vis .bx-wrapper .bx-viewport .slider > div {
      height: 70vmax;
    }
}
@media(max-width:350px) {
    /* #news --- */
    /* 各カテゴリタブ */
    .tab-label {
        font-size: .875rem;
    }
}
