@charset "UTF-8";
/*
Theme Name: neuroworks
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* for WP */
#wpadminbar {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

/*---------------利用者の声---------------*/

#program .heading-lv04{
  text-align: center;
}

#program .program-sec3{
  background: #dcf4fc;
}
#program .program-sec3 .inner{
  padding: 50px 0;
}
#program .heading-lv04.bluebk_white span{
  background-color: #202f7b;
  color: #ffffff;
}
#program .program-sec3 .content_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#program .program-sec3 .content_wrap img{
  width: auto;
  height: 314px;
}
#program .program-sec3 .inner .txt-block{
  font-size: 16px;
  line-height: 1.6em;
  width: 430px;
  background: #ffffff;
  padding: 20px 40px;
  margin-bottom: 50px;
  color: #041d89;
}
#program .program-sec3 .inner .txt-block.block02{
  line-height: 1.5em;
}
#program .program-sec3 .inner .txt-block.block03{
  line-height: 1.36em;
  background: #ffffff;
  color: #cc5b07;
}
#program .program-sec3 .inner .t_bold{
  font-weight: bold;
}
#program .program-sec3 .inner .t_black{
  color: #000000;
}
#program .program-sec3 .border-box{
   margin-top: 20px;
   padding: 25px 30px;
   border: solid 1px #202f7b;
   font-size: 16px;
   text-align: center;
   color: #202f7b;
   text-align: center;
}
@media screen and (max-width: 750px){
  #program .program-sec3 .border-box{
    font-size: 12px;
    margin: 30px 20px 0;
    text-align: left;
  }
}


#program .heading-lv04.orangebk_white span{
  background: #dc5f03;
  color: #ffffff;
}

#program .heading-lv04.orangebk_white{
  padding-top: 20px;
}

#program{
  padding-top: 0 !important;
  background-color: #dcf4fc;
}
/*
#program .program-sec1 .inner{
  height: 100%;
  background: url(https://neuroworks.jp/lp/img/bg-program@2x.png) no-repeat left 50%;
  background-size: 435px;
}*/

#program .program-sec1 .heading-block-fukidashi{
  padding: 52px 0 25px;
}/*
#program .heading-block-fukidashi .fukidashi{
  position: reltaive;
    display: -moz-inline-box;
    display: inline-block;
    background-color: #3b4b99;
    line-height: 1.2;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 0.15em;
    position: relative;
    margin-bottom: 15px;
}
#program .heading-block-fukidashi .fukidashi:before{
  content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: auto;
    width: 16px;
    height: 11px;
    background: url(https://neuroworks.jp/lp/img/fukidashi.png) no-repeat center center;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
#program .heading-lv04 span{
    font-size: 36px;
    font-size: 2.5714285714rem;
    font-weight: bold;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    padding: 1px 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #a7c000;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
  margin: 0 -2px 3px;
}

#program img.sp{
  display: none;
}

@media screen and (max-width: 980px) {
  #program .program-sec3 .content_wrap img{
    width: auto;
    height: 240px;
  }
  #program .program-sec3 .inner .txt-block{
    font-size: 14px;
    line-height: 1.34em;
    width: 421px;
    background: #ffffff;
    padding: 20px 10px;
    margin-bottom: 50px;
    color: #041d89;
  }
  #program .program-sec3 .inner .txt-block.block02{
    line-height: 1.8em;
  }
  #program .program-sec3 .inner .txt-block.block03{
    line-height: 1.142em;
  }

}

@media screen and (max-width: 750px) {
  #program img.sp{
    display: block;
  }
  #program img.pc{
    display: none;
  }
  #program .program-sec3 .inner .txt-block{
    width: 80%;
    padding: 20px 20px;
    margin: 0 auto 20px;;
    line-height: 1.6em !important;
  }
  #program .program-sec3 .content_wrap img{
    margin: 0 auto 15px;
  }
  #program .heading-lv04 span {
    margin: 0 1px;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    padding: 1px 3px;
    width: 27px;
    height: 27px;
    margin-bottom: 3px;
  }
	.kanshu {
		display: block !important;
	}
	.kanshu img {
		width: 120px !important;
		height: 120px !important;
		margin: 0 0 6px !important;
	}
	.kanshu p {
		width: 100%;
	}
	.kanshu br {
		display: none;
	}
}
.kanshu>p{
	margin-bottom:0 !important;
}
