@charset "UTF-8";
/* CSS Document */






/*________ menu SP*/

.header {
    position: relative;
    width: 100%;
    height: 500px;
    top: 0;
    z-index: 50;
    background-color: #563c7d;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.headerLogo {
position: absolute;
width:50%;
right:10%;
top:35%;
}

.headerLogo2 {
  width: 100%;
  max-width: 200px;
}


@media (max-width: 767px) {
  .header {
    height: 35vh;
    background-position: 0% top;
    background-size: auto 100%;
}  
    
    .headerLogo {
        width:60%;
  max-width: auto;
        right:2%;
top:35%;
}
	
	.headerLogo2 {
  width: 100%;
  max-width: 150px;
}

    
}


@media (max-width: 480px) {
    
    .header {
    height: 35vh;
    background-position: 13% top;
    background-size: auto 100%;
}  
}



/*______________sp burger menu*/
.gMenu-sp-entry-area {
  margin: 2rem 0 2rem;
    width: 100%;
}
.nav-toggle {
  display: none;
}

a.nav-toggle {
	border:none;
}

@media (max-width: 767px) {
  .nav-toggle {
    position: fixed;
    display: block;
    border-radius: 0px;
    height: 100%;
    width: 70px;
    cursor: pointer;
    padding: 9px 15px 4px;
    position: absolute;
    z-index: 9;
    right: 0px;
    top: 0px;
      background-color: #573E80;
  }
  .nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(8px, 8px);
  }
  .nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(8px, -8px);
  }
  .nav-toggle span {
    position: relative;
    display: block;
    height: 3px;
    width: 100%;
    margin-top: 8px;
    background-color: #fff;
    transition: all .25s;
  }
    
    .nav-toggle:after{
 /*   position: absolute;
    font-size: 0.75rem;
    content: "メニュー";
    letter-spacing:-0.04rem;
    left: 0px;
    top: 55px;
    padding: 0;
    color: hsla(0,0%,100%,0.8);
    text-align: center;
    width:100%;
        font-weight: bold;*/
}
}
.gMenu-sp {
  display: none;
  position: fixed;
  background-color: #573E80;
  line-height: 0;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
  left: -100%;
  z-index: 100;
  padding: 0px 0;
  margin: 0;
  top: 60px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .gMenu-sp {
    display: block;
  }
  .gMenu-sp.collapse {
    left: 0%;
  }
}
.gMenu-modalArea {
  position: relative;
  margin: 0 0 0rem 0;
}
.acArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1100px;
  padding: 0 0rem;
  margin: auto;
}
.acMenu {
  width: 100%;
}
.ac {
  line-height: 2.1em;
  position: relative;
  margin: 0 0 0.5em 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.ac-trigger {
  font-size: 95%;
  font-weight: 600;
  line-height: 1.2rem;
  padding-bottom: 0.5rem;
}
.ac-noTrigger {
  font-size: 100%;
  font-weight: 600;
  color: #fff;
}
.ac-target {
  position: relative; /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;*/
}
.ac-sub {
  font-size: 90%;
  font-weight: 500;
/*  width: 100%;*/
  /*line-height: 1rem;
  padding: 0.4rem 0;*/
}
.ac .ac-trigger:after {
  content: '';
}
.ac.is-active .ac-trigger:after {
  content: '';
}
.ac-sub-child {
  text-indent: 1rem;
}
.ac-sub-child:before {
  font-family: 'fontello';
  content: '\E803';
  /* content: '>';*/
  position: absolute;
  left: 6px;
  color: #6B6B6B;
  font-weight: 900;
  font-size: 12px;
}

  .ac {
    padding: 0 0px;
  }
  .ac-trigger {
    margin: 0 0px;
    padding: 0 20px;
  }

.ac-noTrigger {
    margin: 0 0px;
    padding: 0 0px;
  }

 .ac-noTrigger a {
	 display: block; 
        width: 100%;
	 font-size: 90%;
	 padding: 0rem 10px;
}


  .ac-sub a {
    display: block;
    /*margin: 0 10px;*/
      
      line-height: 1rem;
  padding: 0.5rem 20px;
        width: 100%;
      
   border-bottom: 0px dotted #573E80;

  }
.ac-sub a:hover {
    color: #fff;
    background-color: hsla(0,0%,100%,0.1);
}



  .subsub a{
      font-size: 0.8rem; 
      padding-left:40px;
 
    }

@media (max-width: 767px) {
  .footerMenuArea {
    padding: 0px 0;
  }
  .acArea {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ac {
    line-height: 4.1em;
    position: relative;
    /*background-color: #7c0113;*/
    margin: 0 0 0em 0;
    border-bottom: 1px solid #018c48;
  }
  .ac.first {
    border-top: 1px solid #018c48;
  }
  .ac-trigger {
    font-size:1.1rem;
    font-weight: 600;
    line-height: 3.5rem;
    padding-bottom: 0rem;
      padeing:0 0rem;
    background-color: #573E80;
    color: #fff;
   /* text-align: center;*/
    letter-spacing: 0.1rem;
  }
  .ac .ac-trigger:before {
    /*   font-family: 'Font Awesome 5 Free';
    content: '\f067';*/
    font-family: 'fontello';
    content: '\e802';
    position: absolute;
    /*  top: 0;*/
    right: 22px;
    color: #fff;
    font-size: 1.2rem;
  }
  .ac .ac-noTrigger:before {
    font-family: 'fontello';
    content: '\E801';
    position: absolute;
    /*  top: 0;*/
    right: 24px;
    color: #fff;
    font-size: 1rem;
  }
  .ac .ac-noTrigger {
     font-size:1.1rem;
    font-weight: 600;
    line-height: 3.2rem;
    padding-bottom: 0rem;
      padeing:0 0rem;
    background-color: #573E80;
    color: #fff;
   /* text-align: center;*/
   /* letter-spacing: 0.1rem;*/
  }
  .ac .ac-noTrigger a {
    display: block;
    color: #fff;
	  font-weight: 700;
     font-size: 85%; 
         border-bottom: 0px dotted #573E80;
    padding-bottom: 0;
  }
  .ac .ac-target {
    display: none;
	 
  }
  .ac.is-active .ac-trigger:before {
    /*   font-family: 'Font Awesome 5 Free';
    content: '\f068';*/
    font-family: 'fontello';
    content: '\e803';
    right: 24px;
    color: #fff;
    font-size: 1.2rem;
  }
  .ac.is-active .ac-target {
    display: block;
  }
  .ac-sub {
    border-top: 1px solid hsla(0, 0%, 0%, 0.20);
    /* border-bottom: 1px solid #d9d9d9;*/
    font-size: 0.9rem;
    line-height: 2rem;
    background-color: #fff;
  }
  .ac-sub a {
  /*  margin: 0 20px;*/
    color: #000;
      padding:1rem 20px;
      
         border-bottom: 0px dotted #573E80;

  }
    

    
    .ac-sub a:hover {
    color: #fff;
    background-color: hsla(151,100%,33%,1.00);
}
    
  .awesome {
    /*    font-family: 'Font Awesome 5 Free';*/
    font-family: 'fontello';
  }
  .ac .ac-sub:before {
    /*  content: '\f054';*/
    font-family: 'fontello';
    content: '\E801';
    /*content: '>';*/
    position: absolute;
    right: 26px;
    color: #573E80;
    font-weight: 900;
    font-size: 13px;

padding:1rem 0;
   line-height: 1rem; 
}
    
    
     .subsub a{
      font-size: 0.8rem; 
      padding-left:40px;
 
    }
    
    

    
    
}
.sp-underMenu-area {
  padding: 0 20px;
  margin: 2rem 0 20rem;
}
.sp-underMenu-area a {
  color: #fff;
  display: block;
  line-height: 1.2rem;
  margin: 1rem 0;
    
       border-bottom: 0px dotted #573E80;
    padding-bottom: 0;
}


/*_______ac-left-menu-item*/

.left-menu-item .ac-trigger{
    background-color: #573E80;  
    margin-bottom: 0rem;
}



.left-menu-item .ac-trigger {
    font-size:1.1rem;
    font-weight: 600;
    line-height: 3.5rem;
    background-color: #573E80;
    color: #fff;
   /* text-align: center;*/
    letter-spacing: 0.1rem;
  }

.left-menu-item .ac-trigger a {
     color: #fff;
    
       border-bottom: 0px dotted #573E80;
    padding-bottom: 0;
}

.left-menu-item .ac .ac-trigger:before {
    /*   font-family: 'Font Awesome 5 Free';
    content: '\f067';*/
    font-family: 'fontello';
     content: '\e804';
    position: absolute;
    /*  top: 0;*/
    right: 13px;
    color: #fff;
    font-size: 0.7rem;
  }

 .left-menu-item .ac-sub {
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.20);
    /* border-bottom: 1px solid #d9d9d9;*/
    font-size: 0.9rem;
    background-color: hsla(0,0%,0%,0.05);
  }
.left-menu-item .ac-sub a {
    /*margin: 0 20px;*/
    color: #000;
 display: block;
      line-height: 1rem;
    padding-left: 20px;
    padding:1rem 20px;
    
       border-bottom: 0px dotted #573E80;

  }

.left-menu-item .ac-sub a:hover {
    color: hsla(0,0%,0%,1);
    background-color: hsla(0,0%,0%,0.05);
}

.left-menu-item .ac .ac-sub:before {
    /*  content: '\f054';*/
    font-family: 'fontello';
    content: '\E801';
    /*content: '>';*/
    position: absolute;
    right: 0px;
    color: #573E80;
    font-weight: 900;
    font-size: 10px;
     line-height: 1rem;
    padding:1rem 1rem 20px 0;
    

  }

.left-menu-item .subsub{
   background-color: hsla(0,0%,0%,0.00);  
}


 .left-menu-item .subsub a{
    font-size: 0.8rem;
    padding-left: 2.3rem;
    
    }

 .ac-sub.subsub a:before{
   font-family: 'fontello';
    content: '\E809';
    /*content: '>';*/
    position: absolute;
    left: 0px;
    color: #3C3C3C;
    font-weight: 900;
    font-size: 10px;
     line-height: 1rem;
    padding:0rem 1rem 2rem 1.5rem;
    }



@media (max-width: 767px) {
  .left-menu-item .ac .ac-trigger:before {
       content: '\E802';
      font-size: 1.2rem;
   right:22px;
    }
    
    .left-menu-item .ac .ac-sub:before {

    content: '\E801';

        right: 10px;

    font-weight: 900;
    font-size: 13px;
  }
    
    .left-menu-item .ac.is-active .ac-trigger:before {
    content: '\e803';
		

  }
    
     .left-menu-item .ac-sub {
    border-bottom: 0px solid hsla(0, 0%, 0%, 0.20);
       
  }
    

}




/*pc-header*/

.header-right{
/*    background-color: hsla(77,81%,69%,1.00);*/
    /*width:100%;*/
    height: 100%;
    right:20px;
  /*  max-width: 550px;*/
}

.header-right .btn-base a{
     width: 110px;
     height: 45px;
    
    /*   border-bottom: 0px dotted #573E80;*/
    padding-bottom: 0;
}

.header-bt-img{
    max-width: 210px;
      display: inline-block;
}



/*sub-header*/

.sub-header{
position: fixed;
height:50px;
width: 100%;
background-color:#573E80;
top:90px;
    z-index: 45;
}

@media (max-width: 767px) {
  .header-bt-img-sp{
      height:100%;
      right:80px;
      position: absolute;
    }
    

    
}

@media (max-width: 1099px) {

    
    .header-right{
      right:0px;  
    }
    
}




/*____________breadcrumb*/

.breadcrumb {
    top: 140px;
    position: fixed;
    height: 40px;
    background-color: #40BD7F;
	width:100%;
	z-index: 10;
}

.breadcrumb ul{
   padding-left:20px;  
}

.breadcrumb li{
  display:inline;
  list-style: none;
     font-size: 12px;
 line-height: 40px;
  font-weight: 700;
	 color: #fff;
}

.breadcrumb li:after{
      font-family: 'fontello';
  content: '\E801';
  padding: 0 5px 0 10px;
 font-size: 0.5rem;
	 color: #fff;
}

.breadcrumb li:last-child:after{
  content: '';}

.breadcrumb li a {
    text-decoration: none;
   color: #fff;
	border-bottom: 1px dotted #fff;
}

.breadcrumb li a:hover {
  /*  text-decoration: underline;*/
   /* color: #7c0113;*/
}


  .homeIcon img{
      top:5px;
       width:24px;
    }

/*.breadcrumb li:first-child:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 10px;
    background-image: url(../img/common/icon_home.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}*/

/*.breadcrumb li:first-child:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f015';
    position: absolute;
    margin-left: -1.4em;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}*/




@media (max-width: 559px) {
    
     .homeIcon img{
      top:5px;
       width:20px;
    }
    
    .breadcrumb {
    top: 60px;
}

.breadcrumb ul{
   padding-left:10px;  
}
    
   .breadcrumb li{
     font-size: 12px;
    line-height: 40px;
} 
       
}


.main-contents{
	 width: 100%;
    position: relative;
  
}

.main-contents.top{
	margin-top:140px;
}


.main-text-contents{
   /* background-color: hsla(0,0%,100%,0.80);	*/
	padding:3rem 5rem;
	min-height: 70vh;
}


.figure-area{
    position: relative;
 padding: 2rem 2rem ;
    border: 2px solid hsla(151,100%,33%,1);
    border-radius: 17px;
    background-color: hsla(0,0%,100%,1.00);
}

.figure-area.transparent{
    position: relative;
 padding: 2rem 2rem ;
    border: 2px solid hsla(151,100%,33%,0);
    border-radius: 17px;
    background-color: hsla(0,0%,100%,0);
   
}

.figure-text{
	font-size: 80%;
	margin: 1rem 0 0;
	line-height: 1rem;
	text-align: right;
}


.pdf-thumb{
    position: relative;
 padding: 0;
    border: 1px solid hsla(151,100%,33%,1);
   width:60%;
   margin:auto;
}




@media (max-width: 767px) {
	
	
	.main-contents{
	 width: 100%;
    position: relative;
/*    background-color: #CBE5CC;  */
	/*margin-top:60px;*/
}

.main-contents.top{
	margin-top:60px;
}
	
	.main-text-contents{

	padding:2rem 1rem;
	
}
	
	.figure-area{
 padding: 0.5rem ;
    border: 1px solid hsla(151,100%,33%,1.00);
    border-radius: 8px;
    background-color: hsla(0,0%,100%,1.00);
}
	
	.figure-text{
	font-size:70%;
	margin: 0.5rem 0 0;
	line-height: 1rem;

}
	.figure-area.transparent{
  
 padding: 0rem ;

   
}
	
	
}




/*header slide*/



.top-slide-item{
	position: relative;
	width:66.5%;
}

.top-news-item{
    width: 33.5%;
    position: relative;
    background-color: hsla(0,0%,100%,1.00);
    padding: 1rem;
 
}


.top-news-item .title{
	text-align: center;
	position: relative;
	/*font-size: 90%;*/
	/*font-weight: 700;*/
}

.top-news-list-area .news-list{
	    padding: 0.25rem 0rem;
}

.top-news-list-area .news-date{
	 font-size: 75%;
    line-height: 1.2rem; 
}

.top-news-list-area .news-title{
	 font-size: 80%;
    line-height: 1.1rem; 
}



@media (max-width: 767px) {
	
	.top-slide-item{
	width:100%;
}

.top-news-item{
    width: 100%;
    padding: 1rem5
 
}
	
	
	.top-news-list-area .news-date{
	 font-size: 86%;
    line-height: 1.2rem; 
}

.top-news-list-area .news-title{
	 font-size: 100%;
    line-height: 1.1rem; 
}
	
}




.headerSlideArea {
    /*padding-top:140px;*/
    position: relative;
    width: 100%;
    /* max-width: 1400px;*/
    margin: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 9;
   /*cursor: pointer;*/
  /*height: 100vh;*/
}

.headerSlide {
  /*width: 100vw;*/
   
  /*height:calc(100vh - 32px);*/
  /*height: 100vh;*/
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
    
    background-color: #000;
}

.slick-slide:not(.slick-current) {
  opacity: .7;
}

.slick-dots{
    /*background-color: hsla(0,0%,100%,1.00);*/
}


/*slick loading*/
.headerSlide {
    display: none;
}
.headerSlide.slick-initialized {
    display: block;
}


/*headerSlide-inside*/


.headerSlide-inside{
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 1px solid hsla(0,0%,54%,1.00);*/
    background-color: hsla(0,0%,100%,1.00);
	
	
	
}

.hsi-baseImg{
	 position: relative;
    z-index: 5;
}

.hsi-wrapper{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: hsla(0,0%,82%,1.00);*/
    color: hsla(0,0%,0%,1.00);
	 z-index: 0;
	/*padding:5% 10%;*/
	
	 display: flex;
  justify-content: center;
 /* align-items: center;*/
	padding-top:20px;
}

.hsi-wrapper2{
	 width: 90%;
}


.hsi-title-wrpper{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;  
	
		
}

.hsi-mb{
	margin-bottom: 20px;
}




.hsi-title{
    position: relative;
   
    text-align: left;
    width: 85%;
	/*top:5%;
    right: 5%;*/
    line-height: 1.7rem;
    font-size: 130%;
    font-weight: bold;	
	/*background-color: hsla(0,0%,90%,1.00);	*/
}

.hsi-icon{
	 position: relative;
	width:13%;
	/*top:5%;
	left:5%;*/
}


.hsi-text-wrpper{
     position: relative;
    display: flex;
    flex-wrap: nowrap;
   /* align-items: center;*/
    justify-content: space-between;
 
    overflow: hidden;
		 height:100%;
}


.hsi-text-set{
    position: relative;
    width: 63%;

}


.hsi-text{
    position: relative;
   
    text-align: left;
  
    line-height: 1.6rem;
    font-size: 100%;
  
	/*background-color: hsla(0,0%,90%,1.00);	*/
	margin-bottom: 30px;

}

.hsi-readbt{
	position: relative;
	width:70%;
	max-width: 180px;
	margin:auto;
}

.hsi-img{
    position: relative;
    width: 35%;
	/*height:100%;*/
    /*top:5%;
	left:5%;*/

   object-fit:cover;
}

.hsi-img img{
 border: 1px solid hsla(0,0%,80%,1.00);	
}


.hsi-img-cap{
	position: relative;
	line-height:1rem;
	font-size: 70%;
	padding-top: 5px;
	text-align: left;
}

@media (max-width: 1400px) {
	.hsi-title{
    line-height: 1.4rem;
    font-size: 115%;
}
	
	.hsi-mb{
	margin-bottom: 10px;
}
	
	.hsi-text{
       line-height: 1.3rem;
    font-size: 90%;
	margin-bottom: 20px;
}
	
	.hsi-img-cap{
	position: relative;
		line-height:1rem;
	font-size: 70%;
	padding-top: 5px;
}
	
}

@media (max-width: 1130px) {
	.hsi-title{
    line-height: 1.3rem;
    font-size: 100%;
}
	
	.hsi-mb{
	margin-bottom: 5px;
}
	
	.hsi-text{
    line-height: 1.1rem;
    font-size: 80%;
	margin-bottom: 10px;
}
	
	.hsi-img-cap{
	position: relative;
	line-height:0.9rem;
	font-size: 65%;
	padding-top: 5px;
}
	

	
	
}

@media (max-width: 1024px) {
	
.hsi-title{
    line-height: 1rem;
    font-size: 75%;
}
	

	
.hsi-text{
    line-height: 0.9rem;
    font-size: 60%;
	margin-bottom: 10px;
}
	
	.hsi-readbt{
	max-width: 130px;
}
	
		.hsi-img-cap{
	position: relative;
	line-height:0.9rem;
	font-size: 55%;
	padding-top: 3px;
}
	
	.hsi-wrapper{
		padding-top:10px;
		
	}
	
}


@media (max-width: 767px) {
	
	.hsi-wrapper{
		padding-top:15px;
		
	}
	
	
	.hsi-title{
    line-height: 1.5rem;
    font-size: 150%;
}
	

	
.hsi-text{
    line-height: 1.5rem;
    font-size: 110%;
	margin-bottom: 20px;
}
	
	.hsi-readbt{
	max-width: 200px;
		
}
	
		.hsi-img-cap{
	position: relative;
	line-height:1.2rem;
	font-size: 90%;
	padding-top: 3px;
}
	
	
	
  .headerSlideArea {
    height: auto; 
    /* padding-top:60px;*/
      
    }
	
	
	
	
	
}

@media (max-width: 550px) {  /*iphone*/
	
	
	.hsi-title{
    line-height: 1.2rem;
    font-size: 110%;
}
	

	
.hsi-text{
    line-height: 1.1rem;
    font-size: 85%;
	margin-bottom: 10px;
}
	
	.hsi-readbt{
	max-width: 150px;
		
}
	
		.hsi-img-cap{
	position: relative;
	line-height:0.8rem;
	font-size: 65%;
	padding-top: 3px;
}
	
		.hsi-mb{
	margin-bottom: 5px;
}

	
}

@media (max-width: 370px) {
	
	
	.hsi-title{
    line-height: 1rem;
    font-size: 100%;
}
	

	
.hsi-text{
    line-height: 0.9rem;
    font-size: 80%;
	margin-bottom: 5px;
}
	
	.hsi-readbt{
max-width: 130px;
		
}
	

	
		.hsi-mb{
	margin-bottom: 2px;
}

	
}




@media (max-width: 350px) {
	
		.hsi-wrapper{
		padding-top:5px;
		
	}
	
	
	.hsi-title{
    line-height: 1rem;
    font-size: 90%;
}
	

	
.hsi-text{
    line-height: 1rem;
    font-size: 80%;
	margin-bottom: 10px;
}
	
	.hsi-readbt{
max-width: 130px;
		
}
	
		.hsi-img-cap{
	position: relative;
	line-height:0.9rem;
	font-size: 70%;
	padding-top: 3px;
}
	
		.hsi-mb{
	margin-bottom: 2px;
}

	
}


@media (max-width: 350px) {
	
	.hsi-text{
	margin-bottom: 3px;
}
}


/*index*/

.full-gray{
    padding:2rem 0;
    width: 100%;
    position: relative;
    background-color: hsla(0,0%,94%,1.00);    
}

.full-green{
    padding:2rem 0;
    width: 100%;
    position: relative;
    background-color: #CBE5CC;    
}

.full-white{
    padding:2rem 0;
    width: 100%;
    position: relative;
    background-color:#fff;    
}


.top-main-menu{
	flex-wrap: nowrap;	
}

.top-sub-menu{
	flex-wrap: nowrap;	
}


.main-bt-item{
	
	
}

.sub-bt-item{
	
	
}





.sub_bt-item{
    width:32%;
    margin-bottom: 15px;
	
	
}

@media (max-width: 767px) {
	
	
	.top-main-menu{
	flex-wrap: wrap;
		margin: 1rem 0 1rem 0;
}

.top-sub-menu{
	flex-wrap: wrap;
}


.main-bt-item{
	width:80%;

	margin:0.5rem auto;
}

.sub-bt-item{
	width:50%;
/*	margin-bottom: 0.25rem;*/
}
	
	
	
  .sub_bt-item{
    width:32%;
    margin-bottom: 10px;
}  
    
      .sub_bt-item.bnr{
    width:49%;
    margin-bottom: 10px;
} 
    
}


/*news list*/


.news-list{
    position: relative;
     width:100%;
    padding: 0.8rem 1.5rem 0.8rem 0;
    border-bottom: 1px solid hsla(0,0%,75%,1.00);
     transition: all 0.2s;
    cursor: pointer;
 
}

.news-list.nocursor{
     cursor:auto;
}


.news-list.arrow:before {
    font-family: 'fontello';
    content: '\E801';
    /* content: '>';*/
    position: absolute;
    right: 6px;
    color: #A9A9A9;
    font-weight: 900;
    font-size: 12px;
    bottom: 40%;
    font-size: 13px;

   line-height: 1rem; 
}

.news-list.arrow:hover{
    background-color: hsla(0,0%,0%,0.03);    
}


.news-list.archivePage{
    width:49%;
}

.news-date{
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: hsla(0,0%,0%,0.5);
   /* margin-bottom: 0rem;*/
}

.news-title{
    font-size: 1rem;
    line-height: 1.4rem; 
   /* color: #000;*/
    font-weight: 400;
       color: #573E80;
}


.news-title a{
        border-bottom: 0px dotted #573E80;
     display: block;
  width: 100%;
  height: 100%;  
    

}


.stretched-link::after{
  position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    pointer-events:auto;
    content:"";
   /* background-color:rgba(0,0,0,0)*/
}

.news-title.large{
    font-size: 140%;
     line-height:1.5rem; 
    margin-bottom: 0.5rem;
}

.top-newsText{
    font-size:0.80rem;
    line-height:1.25rem;   
}

.top-newsText.large{
    font-size:1rem;
    line-height:1.5rem;   
}


.news-title-item{
    width: 100%; 
}



/*footer*/

.footer-logo{
    width: 100%;
    max-width: 200px;
    margin-bottom: 1rem;
    

}

.footer-logo2{
    width: 100%;
    max-width: 500px; 
	margin-top: 1rem;
    margin-bottom: 1rem;
}

.footerMenuArea {
    position: relative;
   /* background-color: #ECECEC;*/
    padding: 30px 0;
}
.footerMenuArea a {
    border-bottom: none;
    /*    color: #fff;
    
       border-bottom: 0px dotted #573E80;*/
  /*  padding-bottom: 0;*/
}
.footerMenuArea a:hover {
    color: #fff;
    /*opacity: 0.7;*/
	background-color: #573E80;
}

.ac-trigger{
    font-size: 110%;
 color: #fff; 
margin-bottom:0.5rem;
}

.footerMenu-item{
    width:32%;
}

.footerMenu-item .ac-trigger,
.left-menu-item .ac-trigger{
   pointer-events: none; 
}

@media (max-width: 767px) {
  .footerMenuArea {
    padding: 0px 0;
  }
	
	
	.footer-logo2{
width:80%;
    max-width: 200px;

}
    
    .full-blue{
    padding:1rem 0;
   
}
    
    .footer-logo{
        max-width: 180px;
    margin:0 auto 1rem;
}
    
    .footerMenuArea a {
    color: #000;
}
.footerMenuArea a:hover {
    color: #fff;
 /*   opacity: 0.7;*/
}

.ac-trigger{
 /*   font-size: 100%;*/
 color: #fff; 
margin-bottom:0rem;
}
    
    

.footerMenu-item{
    width:100%;
}
    
.left-menu-item .ac-trigger,
    .footerMenu-item .ac-trigger{
   pointer-events: auto; 
}
    
    }



.full-white{
    padding:2rem 0;
    width: 100%;
    position: relative;
    background-color: #fff;    
}


.footer{
    background-color: #563c7d;
    
     padding:2rem 0;
    width: 100%;
    position: relative;
   
}


.main-contents{
	
}


.copyright{
    font-size: 75%;
    line-height: 1.3rem;
    color: hsla(0,0%,100%,0.50);
}




.left-menu-item{
    width:22%;
}

.right-contents-item{
   width:73%; 
  min-height: 500px; 
}



@media (max-width: 1099px) {
  .right-contents-item{
   padding:0rem 20px 0 0; 
}   
    
    
}


@media (max-width: 767px) {
    
   .left-menu-item{
    width:100%;
}

.right-contents-item{
   width:100%;
   padding:2rem 20px 0; 
} 
}


/*flex btn*/

.btn-base.flex-item{
 margin:0.5rem;
}

.btn-base.flex-item a{
 width: 150px;
      /* border-bottom: 0px dotted #573E80;*/
    padding-bottom: 0;
 
}


.btn-base.tab-item{
 margin:0.1rem;
       
}

.btn-base.tab-item a{
      height:40px;
 /*min-width: 160px;*/
    width:auto;
      /* border-bottom: 0px dotted #573E80;*/
 padding:0 1rem;
  letter-spacing: 0rem;

}

@media (max-width: 767px) {
  .btn-base.flex-item a{
 width: 100px;

}  
    
.btn-base.tab-item{
 margin:0.1rem;
}
    
    .btn-base.tab-item a{
       height:38px;
        font-size: 85%;
 min-width: auto;
    width:auto;
      /* border-bottom: 0px dotted #573E80;*/
 padding:0 0.5rem;

}
}



/*accordion*/

.accordion .ac{

    line-height: 4.1em;
    position: relative;
    /* background-color: #7c0113; */
    margin: 0 0 0em 0;
    border-bottom: 1px solid #018c48;
    padding: 0 0px;
    transition: 0.5s;
}

.accordion .ac .ac-target {
    display: none;
}

.accordion .ac-trigger {
        font-size: 110%;
    color: #fff;
    margin-bottom: 0rem;
    font-weight: 600;
    line-height: 3.5rem;
    padding-bottom: 0rem;
    padeing: 0 0rem;
    background-color: #573E80;
    color: #fff;
    letter-spacing: 0rem;
    cursor: pointer;
}

.accordion .ac .ac-trigger:before {
    font-family: 'fontello';
    content: '\e802';
    position: absolute;
    /* top: 0; */
    right: 22px;
    color: #fff;
    font-size: 1.2rem;
}


.accordion .ac.is-active .ac-trigger:before {
    font-family: 'fontello';
    content: '\e803';
    right: 24px;
    color: #fff;
    font-size: 1.2rem;
}

.accordion .ac-sub{
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    padding:1rem 0.5rem;
}

.accordion .ac .ac-sub:before {

    content: none;


}

@media (max-width: 767px) {
  .accordion .ac-sub{
    line-height: 1.4rem;
    font-size: 0.875rem;

} 
    
}




.accordion2 .ac{

    line-height: 3.5em;
    position: relative;
     background-color: #fff !important;
    margin: 0 0 0em 0;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.30);
    padding: 0px;
    transition: 0.5s;
}

.accordion2 .ac .ac-target {
    display: none;
}

.accordion2 .ac-trigger {
        font-size: 100%;
   /* color: #fff;*/
    margin-bottom: 0rem;
    font-weight: 600;
    line-height: 3.5rem;
    padeing: 0rem;
    /*background-color: #573E80;*/
    color: #000;
    letter-spacing: 0rem;
    cursor: pointer;
    padding: 0;
}

.accordion2 .ac .ac-trigger:before {
    font-family: 'fontello';
    content: '\e802';
    position: absolute;
    /* top: 0; */
    right: 0px;
    color: #573E80;
    font-size: 1.2rem;
        display: inline-block;
 vertical-align: middle;
    
}


.accordion2 .ac.is-active .ac-trigger:before {
    font-family: 'fontello';
    content: '\e803';
  /*  right: 0px;*/
    font-size: 1.2rem;
}

.accordion2 .ac-sub{
    line-height: 1.7;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    padding:1rem 0.5rem;
        border-top: 1px solid hsla(0, 0%, 0%, 0.30);
}

.accordion2 .ac .ac-sub:before {

    content: none;


}

@media (max-width: 767px) {
    
    
    .accordion2 .ac-trigger {
        background-color: #fff;
    }
    
    
  .accordion2 .ac-sub{
    line-height: 1.4rem;
    font-size: 0.875rem;

} 
    
}




/*table*/

table {
    border-collapse: collapse;
    width: 100%;
  
}
table th, table td {
    
    padding: 1rem;
    border: 1px solid #d2d2d2;
}
table th {
    background-color: #ECECEC;
    text-align: center;/*width: 30%;*/
    font-weight: 700;
    min-width: 5rem;
}

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

table td {
    padding: 0.5rem;
    display: block;
    text-align: center;
}
table th {
    padding: 0.5rem;
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
}
}


/*table.type-card*/


table.type-card{
    border-collapse: collapse;
    width: 100%;
  
}
table.type-card th, table.type-card td {
  font-size: 0.8rem;    
 padding: 0.3rem;
    border: 1px solid #d2d2d2;
    line-height: 1.2rem;
}
table.type-card th {
  
      font-size: 70%;   
    background-color: #ECECEC;
    text-align: center;/*width: 30%;*/
    font-weight: normal;
    width: 4rem;
    min-width: 4rem;
   
}

table.type-card td.title{
    font-weight: bold;
    font-size: 0.9rem;
     line-height: 1.2rem;
}

table.type-card td.fulltd{
    width: 100%;
}

@media screen and (max-width: 767px) {
    
    
    table.type-card th, table.type-card td {
        
         padding: 0.3rem;
         display: table-cell;
      
    }
    
    table.type-card td {
     font-size: 0.8rem;
    text-align: left;
}
table.type-card th {
 font-size: 0.65rem;
    width: 10%;
}
    
    table.type-card td.title{

    font-size: 0.9rem;
     line-height: 1rem;
}

}



/*table.type-a*/


table.type-a th, table.type-a td {
    line-height: 1.5rem;
    border-left: 0px solid #B1B1B1;
    border-right: 0px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    border-top: 0px solid #B1B1B1;
}
table.type-a tr:nth-child(1){
border-top: 1px solid #B1B1B1;
}





table.type-a th {
    vertical-align: top;
    background-color: transparent;
    text-align: left;
    width: 20%;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
table.type-a {
    /*font-size: 0.9rem;*/
}
table.type-a th, table.type-a td {
    line-height: 1.5rem;
    border-left: 0px solid #B1B1B1;
    border-right: 0px solid #B1B1B1;
    border-bottom: 0px solid #B1B1B1;
    border-top: 0px solid #B1B1B1;
     text-align: left;
}
table.type-a th {
    vertical-align: middle;
    /* background-color: #ECECEC;*/
   
    
    width: 100%;
    padding-top: 1rem;
    margin-bottom: 0;
    line-height: 1rem;
 /*   border-bottom: 1px solid #d2d2d2;*/
}
table.type-a td:last-child {
    padding: 0 0.5rem 1rem;
    text-align: left;

}
}




/*lecture*/

.flex-lecture{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: hsla(0,0%,100%,1.00);
    padding: 1.5rem;
    /*border: 1px solid hsla(0,0%,0%,0.3);*/
    border: 1px solid hsla(151,100%,33%,1);
    border-radius: 10px;
}

.item-lecture-text{
	position: relative;
	width:78%;
}

.item-lecture-pdf{
    position: relative;
    width: 20%;
   
	
		
}

.waku{
	 border: 1px solid hsla(151,100%,33%,1);
}

.btn-pdf{
	
	position: relative;
	margin: 0.5rem auto 0;
	width:90%;
	/*max-width: 150px;*/
}


.lecture-title{
    color: hsla(151,100%,33%,1.00);
    font-weight: 700;
	font-size: 120%;
}


@media screen and (max-width: 767px) {
	
	
	.lecture-title{

	font-size: 110%;
}
	
	
	.flex-lecture{

	 justify-content: center;
		padding: 1rem;
}
	
	.item-lecture-text{
	position: relative;
	width:100%;
		margin-bottom: 1rem;
}

.item-lecture-pdf{
    position: relative;
    width: 60%;
  
	
		
}
	
}





/*products*/

.products-logo-img{
width:90%;
	max-width: 500px;
    position: relative;
    border: 1px solid hsla(151,100%,33%,1);
    background-color: hsla(0,0%,100%,1.00);
margin:0 auto 4rem;
}




/*profile*/
.profile-flex{
    position: relative;
    display: flex;
    flex-wrap: wrap;
     justify-content: space-between;
}


.profile-img{
    position: relative;
    width: 20%;

}

.profile-img img{

    border: 1px solid rgba(189,189,189,0.5);
}

.profile-text {
    padding:0 2rem 0 0;
     position: relative;
    width:80%;
}

.text-name{
    font-size: 160%;
}



@media screen and (max-width: 767px) {
   .profile-flex{
    position: relative;
    display: flex;
    flex-wrap: wrap;
     justify-content: space-between;
}


.profile-img{
    position: relative;
    width: 70%;
    max-width: 150px;
    margin:0 auto 1rem;

}

.profile-img img{

    border: 1px solid rgba(189,189,189,0.5);
}

.profile-text {
    padding:0 0 2rem 0rem;
     position: relative;
    width:100%;
}

.text-name{
    font-size: 160%;
} 
    
    
}



