@charset "utf-8";

*{
  box-sizing: border-box;
}

.mt60{
  margin-top: 60px !important;
}
.mb60{
  margin-bottom: 80px !important;
}

ol, ul {
    padding: 0px;
    margin: 0;
}
section{
  margin: 0;
  /* margin-bottom: -20px; */
}
#wrap.myndlift{
	overflow:hidden;
}
#wrap.myndlift #mainv{
  background: none;
	overflow:hidden;
}
#wrap.myndlift .mov{background: #000;overflow: hidden;position: relative;height: 740px;}

#wrap.myndlift .mov::after{
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 150%;
  height: 80px;
  margin: 0% -20% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: 1;
}
/*
#wrap.myndlift .mov::before{
  content: "";
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 120%;
  height: 20%;
  margin: 0% -20% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(6deg);
  z-index: 1;
}
*/

#wrap.myndlift .bg2{position: relative;background: #f5f5f5;/* margin-top: 140px; */}
#wrap.myndlift .bg2::before{
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 150%;
  height: 100px;
  margin: 0% -20% 0;
  background: #f5f5f5;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  z-index: -1;
}



#wrap.myndlift .mov video{
  width: 100%;
  opacity: .4;
}



.i_new{
  background: #8099aa;
  color: #fff;
  padding: 3px 5px;
  font-size: .8rem;
  margin: 0 10px;
}

.center{
  align-items: center;
}

h2{
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
}
h2 small{
  display: block;
  margin-bottom: 10px;
  color: #00AFD7;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.single h2{
  font-size: 2rem;
  border-bottom: 1px solid #00a4d2;
  padding-bottom: 20px;
  margin-bottom: 60px;
}


#wrap.myndlift h2.midashi:before {content: "";position: absolute;background: #9de5ff;width: 50px;height: 50px;border-radius: 50%;top: 20px;/* border: dashed 1px white; */left: -15px;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: -1;}

p{
  font-size: 16px;
  line-height: 1.8;
}


header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100px;
  padding: 0 20px;
}
header .cover{
  position: absolute;
  background: url(./img_braintech/cover@2x.png) no-repeat;
  background-size: cover;
  background-position-x: -140px;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 430px;
  min-height: 840px;
}
header .nav1{left: 32%;position: relative;width: 54%;z-index: 3;}
header .logo{
    margin: 20px 20px 0px 20px;
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 215px;
}
header .logo p{
    color: #fff;
    font-size: .7rem;
    margin-bottom: 10px;
}



header#mynd .logo{margin: 5px auto 0;}
header#mynd .logo p{
    color: #14c6b5;
    line-height: 1;
    margin-bottom: 4px;
    font-size: .6rem;
}
header#mynd .logo img{

}
header#mynd .nav1{
    left: 0;
}
header#mynd .nav2{}

#wrap.news header .logo p{
  color: #00a6d0;
  margin: 0;
  font-size: .6rem;
  text-align: center;
  margin-bottom: 3px;
}
#wrap.news header .logo{margin: 0;width: 210px;}
#wrap.news header .nav1{left: inherit;width: auto;}
#wrap.news header .nav2{

}
.hd_img{
    background-size: cover !important;
    background-position: center right !important;
    position: relative;
    width: 100%;
    height: 300px;
}
.hd_img h1{
  color: #fff;
  z-index: 2;
  position: relative;
  position: absolute;
  top: 30%;
  font-size: 4rem;
  margin: auto;
  left: 12%;
  letter-spacing: 6px;
}
.hd_img h1 small{
  display: block;
  font-size: .8rem;
  margin-bottom: 10px;
  color: #00a6d0;
  background: #fff;
  padding: 2px 5px;
  text-align: center;
}
.hd_img h1 em{
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0;
}
.hd_glossary{
  background: url(./img_braintech/hd_glossary.jpg) no-repeat;
}
.hd_news{
  background: url(./img_braintech/hd_news.jpg) no-repeat;
}
.hd_column{
  background: url(./img_braintech/hd_column.jpg) no-repeat;
}
.hd_img::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 166, 208) 30%,rgba(0, 166, 208, 0.18) 100%);
}

/*-----------------------------------------

nav

/*-----------------------------------------*/
.menu {
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
#ft_menu2 .menu{
  margin: 0px auto 30px;
}
ul.menu li ul{
	/* display: none; */
}
ul.menu li {vertical-align: middle;/* display: table-cell; */padding: 0 5px;list-style-type: none;border-left: solid 1px #eee;}
ul.menu li:first-child{
  border-left: 0;
}
ul.menu li a{
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 3px !important;
    font-size: .8rem;
    color: #444;
}
ul.menu li a span{
    margin-right: 4px;
    vertical-align: middle;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF;
    background: #00AFD7;/*背景色*/
    font-weight: bold;
    font-size: 1.6rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    transition: .5s;
}

.btn:hover {
    background: #00c5f2;
    text-decoration: none;
    color: #fff;
}

.btn_more {
    position: relative;
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF;
    background: #000;/*背景色*/
    font-weight: bold;
    font-size: 1.1rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.btn_more:hover {
    background: #333;
    text-decoration: none;
}
.uk-slider-items li img{
  width: 100%;
}

#mainv {
  text-align: center;
  background: url(img_braintech/mainv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}
#mainv .txt{
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
}
#wrap.myndlift #mainv .txt{
  top: 18%;
}
#mainv .txt2{
  bottom: 140px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#mainv h1{font-size: 4rem;color: #fff;font-weight: 700;line-height: 1.4;}
#mainv h2{font-size: 2rem;color: #fff;font-weight: 600;letter-spacing: 5px;line-height: 1.4;font-feature-settings: "palt";}


#info{
  margin: 40px auto;
}

#info .box{
  width: calc(100%/1);
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
#info .date{
  width: 140px;
  display: inline-block;
}




#ft_menu h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
#ft_menu p{
  color: #fff;
}
#ft_menu ul li{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  list-style-type:none;
  width: calc(100%/2);
}
.ft_menu a{
  background: rgba(0, 0, 0, 0.5);
  display: block;
  text-align: center;
  padding: 80px 0;
  transition: .5s;
}
.ft_menu a:hover{
  opacity: .8;
  text-decoration: none;
}
#ft_menu ul li:nth-child(1){background-image: url(./img_braintech/ft_news.png);}
#ft_menu ul li:nth-child(2){background-image: url(./img_braintech/ft_column.png);}
#ft_menu ul li:nth-child(3){background-image: url(./img_braintech/ft_glossary.png);}
#ft_menu ul li:nth-child(4){background-image: url(./img_braintech/ft_contact.png);}

#ft_contact h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
}
#ft_contact p{
  color: #fff;
}
#ft_contact {background-repeat: no-repeat;background-size: cover;background-position: center;/* padding: 80px 0; */}
#ft_contact { background-image: url(./img_braintech/ft_contact.png);}

#ft_menu2{
  background: #00A3C7;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

#ft_menu2 ul li a{
  color: #fff;
  font-size: 1.2rem;
}
#ft_menu2 p{
  font-size: .8rem;
  margin-bottom: 40px;
}
#ft_menu2 a{
  color: #fff;
}
#ft_menu2 .copy{
  font-size: 0.8rem;
}



/*-------------------------------------------------------------------
column blog
-------------------------------------------------------------------*/
.uk-panel-box {
    border: 1px solid #efefef;
    border-radius: 0;
    background: #fff;
    margin-bottom: 30px;
}
.uk-panel::after {
    content: "";
    background-image: url(img_braintech/i_arrow_list@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
}
#wrap.glossary .uk-panel::after{
  content: none;
}

#wrap.news h3{
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 1.2rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: 600;
  color: #004b5e;
}
#wrap.news a .text{
  color: #333;
}
#wrap.news .uk-panel a:hover{
  text-decoration: none;
  display: block;;
}

#wrap.news h3::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00a6d0;
  bottom: -3px;
  width: 20%;
}


  /*------------------------------------------------

		QA

------------------------------------------------*/
.uk-accordion-title{position: relative;background: #00943e;color: #fff;text-shadow: 0 1px 1px rgba(51, 51, 51, 0.51);padding-right: 40px;}
  .uk-accordion-title::after{
    content: "Q.";
    float: left;
    margin-right: 10px;
  }
  .uk-accordion-content::after{

  }



  /*------------------------------------------------

		widget

------------------------------------------------*/

#widget {
  margin-bottom: 60px;
}

#widget ul li {
    text-align: left;
    background: url(./img_braintech/i_arrow_h4@2x.png) no-repeat;
    background-size: 10px;
    background-position: center left;
    padding-left: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
#widget ul li a{
  color: #333;
  font-size: .9rem;
}

































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


.mt60{
  margin-top: 60px !important;
}
.mb60{
  margin-bottom: 40px !important;
}

ol, ul {
    padding: 0px;
    margin: 0;
}
section{
  margin: 0;
  /* margin-bottom: -20px; */
}

#wrap.myndlift section{
  /* margin-bottom: 60px; */
}
#wrap.myndlift .mov{background: #000;overflow: hidden;position: relative;height: 530px;}
/*
#wrap.myndlift .mov::after{
  content: "";
  display: none;
  position: absolute;
  bottom: -21.5%;
  right: 0;
  width: 120%;
  height: 20%;
  margin: 0% -20% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(-6deg);
  z-index: 1;
}
#wrap.myndlift .mov::before{
  content: "";
  display: none;
  position: absolute;
  bottom: -12.5%;
  left: 0px;
  width: 120%;
  height: 20%;
  margin: 0% -20% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(6deg);
  z-index: 1;
}
*/
#wrap.myndlift .mov video{
  width: 100%;
  opacity: .4;
}



.i_new{
  background: #8099aa;
  color: #fff;
  padding: 3px 5px;
  font-size: .8rem;
  margin: 0 10px;
}

.center{
  align-items: center;
}

h2{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
}
h2 small{
  display: block;
  margin-bottom: 10px;
  color: #00AFD3;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.single h2{
  font-size: 1.8rem;
  border-bottom: 1px solid #00a4d2;
  padding-bottom: 20px;
  margin-bottom: 30px;
}


#wrap.myndlift h2.midashi:before {content: "";position: absolute;background: #9de5ff;width: 50px;height: 50px;border-radius: 50%;top: 10px;/* border: dashed 1px white; */left: -10px;-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);z-index: -1;}

p{
  font-size: 16px;
  line-height: 1.8;
}


header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 50px;
  padding: 0;
}

header#mynd{
  height: 75px;
}
#wrap.news header{
  height: 78px;
}

header .cover{
  position: absolute;
  background: url(./img_braintech/cover@2x.png) no-repeat;
  background-size: cover;
  background-position: 0px -150px;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-height: 500px;
}
header .nav1{left: 32%;position: relative;width: 54%;z-index: 3;}
header .logo{
    margin: 10px 20px 0;
    display: block;
    text-decoration: none;
    width: 35%;
    position: absolute;
}
header .logo p{
    color: #fff;
    font-size: .7rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

header#mynd .logo{margin: 5px auto 0;top: 0;left: 20px;width: 56%;}
header#mynd .logo p{
    color: #14c6b5;
    line-height: 1;
    margin-bottom: 4px;
    font-size: .6rem;
}

header .sp_nav{
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  z-index: 999;
}
header .sp_nav a{
  padding: 0;
  margin: auto;
  height: auto;
  min-height: 30px;
}

header#mynd .logo img{width: 120px;}
header#mynd .nav1{
    left: 0;
}
header#mynd .nav2{}

#wrap.news header .logo p{
  color: #00a6d0;
  margin: 0;
  font-size: .6rem;
  text-align: center;
}
#wrap.news header .logo{margin: 0;width: 60%;position: absolute;top: 10px;left: 10px;}
#wrap.news header .nav1{left: inherit;width: auto;}
#wrap.news header .nav2{

}
.hd_img{
    background-size: cover !important;
    background-position: center right !important;
    position: relative;
    width: 100%;
    height: 220px;
}
.hd_img h1{
  color: #fff;
  z-index: 2;
  position: relative;
  position: absolute;
  top: 30%;
  font-size: 2rem;
  margin: auto;
  left: 12%;
  letter-spacing: 1px;
}
.hd_img h1 small{
  display: block;
  font-size: .8rem;
  margin-bottom: 10px;
  color: #00a6d0;
  background: #fff;
  padding: 2px 5px;
  text-align: center;
}
.hd_glossary{
  background: url(./img_braintech/hd_glossary.jpg) no-repeat;
}
.hd_news{
  background: url(./img_braintech/hd_news.jpg) no-repeat;
}
.hd_column{
  background: url(./img_braintech/hd_column.jpg) no-repeat;
}
.hd_img::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(0, 166, 208) 30%,rgba(0, 166, 208, 0.18) 100%);
}

/*-----------------------------------------

nav

/*-----------------------------------------*/
.menu {
    position: relative;
    margin: 0px auto;
    display: block;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
#ft_menu2 .menu{
  margin: 0px auto 30px;
}
ul.menu li ul{
	/* display: none; */
}
ul.menu li {vertical-align: middle;/* display: table-cell; */padding: 0 8px;list-style-type: none;border-left: solid 0px #eee;}
ul.menu li:first-child{
  border-left: 0;
}
ul.menu li a{
    display: block;
    font-weight: 600;
    text-decoration: none;
    padding: 3px 6px !important;
    font-size: 1.2rem;
    color: #444;
}
ul.menu li a span{
    margin-right: 4px;
    vertical-align: middle;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    text-decoration: none;
    color: #FFF;
    background: #00AFD7;/*背景色*/
    font-weight: bold;
    font-size: 1rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
    transition: .5s;
}

.btn:hover {
    background: #00c5f2;
    text-decoration: none;
    color: #fff;
}

.btn_more {
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    color: #FFF;
    background: #000;/*背景色*/
    font-weight: bold;
    font-size: 1.1rem;
    margin: 30px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.btn_more:hover {
    background: #333;
    text-decoration: none;
}



#my-id button{
  position: absolute;
  top: 10px;
  right: 10px;
}
#my-id .menu{
    margin-bottom: 30px;
}
#my-id .menu li{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#my-id .menu li a{
    color: #00AFD3;
}







/*-----------------------------------------

slider

/*-----------------------------------------*/

.uk-slider-items li img{
  width: 100%;
}

#mainv {text-align: center;background-position: 70% 50%;min-height: 400px;}
#mainv .txt{
  top: 28%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
}
#wrap.myndlift #mainv .txt{
  top: 18%;
}
#mainv .txt2{
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#mainv h1{font-size: 2rem;color: #fff;font-weight: 700;line-height: 1.4;margin: 0;}
#mainv h2{font-size: 0.9rem;color: #fff;font-weight: 600;letter-spacing: 5px;line-height: 1.4;font-feature-settings: "palt";margin-bottom: 10px;}


#info{
  margin: 40px auto;
}
#info .box{
  width: calc(100%/1);
  margin-bottom: 20px;
  display: block;
}

#ft_menu h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
#ft_menu p{
  color: #fff;
}
#ft_menu ul li{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
  list-style-type:none;
  width: calc(100%/1);
}
.ft_menu a{
  background: rgba(0, 0, 0, 0.72);
  display: block;
  text-align: center;
  padding: 60px 50px;
  transition: .5s;
}
.ft_menu a:hover{
  opacity: .8;
  text-decoration: none;
}
#ft_menu ul li:nth-child(1){background-image: url(./img_braintech/ft_news.png);}
#ft_menu ul li:nth-child(2){background-image: url(./img_braintech/ft_column.png);}
#ft_menu ul li:nth-child(3){background-image: url(./img_braintech/ft_glossary.png);}
#ft_menu ul li:nth-child(4){background-image: url(./img_braintech/ft_contact.png);}

#ft_contact h2{
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bolder;
  border: none;
  letter-spacing: 3px;
}
#ft_contact p{
  color: #fff;
}
#ft_contact {background-repeat: no-repeat;background-size: cover;background-position: center;/* padding: 80px 0; */}
#ft_contact { background-image: url(./img_braintech/ft_contact.png);}

#ft_menu2{
  background: #00A3C7;
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

#ft_menu2 ul li a{
  color: #fff;
  font-size: 1.2rem;
}
#ft_menu2 p{
  font-size: .8rem;
  margin-bottom: 40px;
}


/*-------------------------------------------------------------------
column blog
-------------------------------------------------------------------*/
.uk-panel-box {
    border: 1px solid #efefef;
    border-radius: 0;
    background: #fff;
    margin-bottom: 30px;
}
.uk-panel::after {
    content: "";
    background-image: url(img_braintech/i_arrow_list@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#wrap.news h3{
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #004b5e;
}
#wrap.news a .text{
  color: #333;
}
#wrap.news .uk-panel a:hover{
  text-decoration: none;
  display: block;;
}

#wrap.news h3::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00a6d0;
  bottom: -3px;
  width: 20%;
}


  /*------------------------------------------------

		QA

------------------------------------------------*/
.uk-accordion-title{position: relative;background: #00943e;color: #fff;text-shadow: 0 1px 1px rgba(51, 51, 51, 0.51);padding-right: 40px;}
  .uk-accordion-title::after{
    content: "Q.";
    float: left;
    margin-right: 10px;
  }
  .uk-accordion-content::after{

  }



  /*------------------------------------------------

		widget

------------------------------------------------*/

#widget {
  margin-bottom: 60px;
}

#widget ul li {
    text-align: left;
    background: url(./img_braintech/i_arrow_h4@2x.png) no-repeat;
    background-size: 10px;
    background-position: center left;
    padding-left: 15px;
    line-height: 1.4;
    margin-bottom: 8px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 10px;
}
#widget ul li a{
  color: #333;
  font-size: .8rem;
}
}

/**202002**/
.green02{background:#35adae;}
a.green02:hover {
background:#42ccce;
text-decoration: none;
color: #fff;
}
.pb60{padding-bottom: 60px;}

@media screen and (max-width: 949px) {
section.outer a.btn{
	width: 80%;
}
}
@media screen and (min-width:1000px) {
section.outer a.btn{
    width: 55%;
}
section.outer {
    margin-top: -50px;
}	
}

/**202007**/
.mlr30 {
	margin-left: 30px;
	margin-right: 30px;
	width: calc(100% - 60px)!important;
}
.mb_half {
	margin-bottom: .5em;
    display: inline-block;
}
.bold { font-weight: bold; }
.emerald {
background:linear-gradient(90deg, rgba(41, 243, 154, 1), rgba(9, 175, 233, 1));
}
a.emerald:hover {
background:linear-gradient(90deg, rgba(64, 251, 175, 1), rgba(29, 195, 251, 1));
text-decoration: none;
color: #fff;
}
.hd_img_event {
    background-size: 100% auto !important;
    background-position: center right !important;
    position: relative;
    width: 100%;
    height: auto;
}
.hd_img_event img {
	width: 100%;
	height: auto;
}
/*.hd_img_btn {
	margin-bottom: 8px;
}*/
.h3_event, .h3_event + p {
	margin-left: 30px;
	margin-right: 30px;
}
.event-table {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.event-table h4 {
	font-size: 1rem;
	color: #004b5e;
	margin: 0;
}
.detail-icon, .detail-day, .detail-time, .detail-text,
.detail-day-time, .detail-content, .detail-photo, .detail-prof {
	display: inline-block;
	box-sizing: border-box;
	padding: 14px 12px 10px 12px;
}
.detail-icon { width: 10%; padding: 12px; }
.detail-day { width: 24%; }
.detail-time { width: 17%; }
.detail-text { width: 49%; }
.detail-day-time { width: 30%; }
.detail-content { width: 70%; }
.detail-photo { width: 20%; }
.detail-prof { width: 80%; }
.detail-icon img {
	padding: 0 0 20px 20px;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	max-width: 3.5em;
}
.speaker {
	padding: 4px 8px 12px 8px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
}
.detail-content .speaker:last-child {
	margin-bottom: 0px;
}
.speaker p {
	margin-bottom: 0;
}
p.speaker-desc {
	margin-top: 4px;
	font-size: .75em;
	line-height: 1.75em;
}
.speaker img {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}
#sns {
	display: flex;
	overflow: hidden;
}
@media screen and (min-width: 769px) {
.display-sp { display: none; }
#wrap.news header img.logo-mbtw_img {
	margin: 0;
	width: 186px;
}
#sns img {
	width: 48px;
	height: auto;
    margin: 0 0 0 20px;
	box-sizing: border-box;
}
}
@media screen and (max-width: 768px) {
.display-pc { display: none; }
/*.hd_img_btn {
	margin-top: -100px;
	margin-bottom: 12px;
}*/
.detail-icon, .detail-day, .detail-time, .detail-text,
.detail-day-time, .detail-content, .detail-photo, .detail-prof {
	padding: 4px;
}
.detail-icon { width: 15%; padding: 8px; }
.detail-day { width: 45%; }
.detail-time { width: 40%; }
.detail-photo { width: 27.5%; }
.detail-prof { width: 72.5%; }
.detail-text { width: 100%;
	padding: 0 4px 14px calc(15% + 4px);
}
.detail-icon img {
	max-width: calc(1.75em + 20px);
}
.detail-day-time, .detail-content {
	width: 100%;		
}
.speaker {
	padding: 12px;
}
.speaker img {
	margin: 0 8px 0 0;
	width: calc(100% - 8px);
}
#sns img {
	width: 60px;
	height: auto;
    padding: 0 10px 0 0;
	box-sizing: border-box;
}
#wrap.news header img.logo-mbtw_img {
	margin: 0 10px;
	box-sizing: border-box;
	max-width: 40%;
}
}
.grad-btn {
	display: block;
    padding: 8px;
    box-sizing: border-box;
    margin: 0 25%;
    font-weight: bold;
    background: #ddd;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.grad-btn::before {
	content: "▼ MORE"
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 0px;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	/*background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);*/
 	content: "";
}
.grad-trigger {
	display: none;
}
.grad-trigger:checked ~ .grad-btn::before {
	content: "▲ CLOSE"
}
.grad-trigger:checked ~ .grad-item {
	height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
	display: none;
}
