@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html {
  scroll-behavior: smooth;
}
#main {
  box-sizing: border-box;
  font-size: 1.6rem!important;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
  scroll-behavior: smooth;
}
/*#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}*/
@media screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap.anim_scroll {
  transform: translate(-50%, -20%) scale(.7);
}
.kvTitWrap.anim_scroll.scrollin {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/





/*kvArea
=======================*/
.kvArea {
	position: relative;
}
.kv {
  margin: 0;
}
.kv img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  .kv {
    height: 200px;
  }
}

.kvTitWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1160px;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 5;
  color: #fff;
  display: block;
}
.kvArea h1 {
	position: relative;
	margin: 0;
	font-size: 3.4rem;
  display: inline-block;
}
.kvArea h1::before {
  position: absolute;
  content: "";
  background: url("../img/icon_title.png") no-repeat;
  width: 30px;
  height: 35px;
  top: 15%;
  left: -18%;
}
.kvTitWrap p {
  font-size: 1.4rem;
}
@media screen and (max-width:767.98px) {
  .kvArea h1 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
	.kvArea h1::before {
    width: 28px;
    height: 29px;
    top: 15%;
    left: -14%;
    background: url("../img/icon_title_sp.png") no-repeat;
    background-size: contain;
  }
  .kvTitWrap p {
  font-size: 1.2rem;
}
}

.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
@media screen and (min-width:768px) {
  .main_content_wrap {
  width: 1160px;
  margin: 5px auto 80px;
  }
}
@media screen and (max-width:767.98px) {
  .main_content_wrap {
    margin: 5px auto;
    padding: 0 10px;
  }
}

/*=====================*/

/*blog_inner
=======================*/
@media screen and (min-width:768px) {
  .blog_inner {
    width: 1100px;
  }
}
/*@media screen and (max-width:767.98px) {
  .blog_inner {
    margin: 5px auto;
  }
}*/
/*=====================*/


/*blog_top
=======================*/
.blog_top_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767.98px) {
  .blog_top_wrap {
    margin-top: 30px;
  }
}
.blog_pager {
  display: flex;
  justify-content: space-between;
}
.blog_pager a {
  color: #8a8a8a;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width:768px) {
  .blog_pager a:hover {
    text-decoration: underline;
  }
}
.blog_prev, .blog_next {
  position: relative;
}
.blog_prev {
  padding-left: 2%;
}
.blog_next {
  padding-right: 2%;
}
.blog_prev::before, .blog_next::before {
  position: absolute;
  color: #8a8a8a;
}
.blog_prev::before {
  content: "";
  width: 25px;
  height: 20px;
  top: 30%;
  left: -5px;
  background: url("../img/blog_prev_arrow.png") no-repeat;
}
.blog_next::before {
  content: "";
  width: 25px;
  height: 20px;
  top: 30%;
  right: -5px;
  background: url("../img/blog_next_arrow.png") no-repeat;
}

@media screen and (max-width:767.98px) {
  .blog_prev {
    padding-left: 7%;
  }
  .blog_prev::before {
    content: "";
    width: 18px;
    height: 9px;
    top: 32%;
    left: 5px;
    background: url("../img/blog_prev_arrow_sp.png") no-repeat;
    background-size: contain;
  }
  .blog_next {
    padding-right: 7%;
  }
.blog_next::before {
    content: "";
    width: 18px;
    height: 9px;
    top: 32%;
    right: 5px;
    background: url("../img/blog_next_arrow_sp.png") no-repeat;
    background-size: contain;
  }
}
.blog_top_left {
  display: flex;
}
.blog_top_left p {
  font-size: 1.3rem;
  position: relative;
  padding: 0 0 0 20px;
}
.blog_top_left p::before {
  position: absolute;
  content: "";
  background: url("../img/icon_date.png") no-repeat;
  width: 18px;
  height: 16px;
  top: 0;
  left: 0;
}
.blog_top_left ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 20px;
}
.blog_top_left ul li {
  font-size: 1.4rem;
  color: #6a6a6a;
  background-color: #f1f1f1;
  border-radius: 20px;
  height: 20px;
  padding: 0 5px;
  text-align: center;
}
.blog_top_left ul li {
  margin-left: 10px;
}
.blog_top_right {
  display: flex;
  align-items: center;
}
.blog_top_right img {
  width: 29px;
  height: 29px;
}
.blog_top_right p {
  font-size: 2.0rem;
  line-height: 1.0;
  margin: 0 0 0 10px;
}
@media screen and (max-width:767.98px) {
  .blog_top_wrap {
    flex-direction: column;
    margin: 10px 0;
  }
  .blog_top_left {
    flex-direction: column;
  }
  .blog_top_left p {
    font-size: 1.1rem;
  }
  .blog_top_left p::before {
    content: "";
    background: url("../img/icon_date_sp.png") no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
  }
  .blog_top_left ul {
    margin: 0;
  }
  .blog_top_left ul li {
    margin: 10px 0 0;
    font-size: 1.3rem;
  }
  .blog_top_left ul li + li {
    margin-left: 5px;
  }
  .blog_top_right {
    justify-content: flex-end;
    margin-top: 12px;
  }
  .blog_top_right p {
    font-size: 1.3rem;
  }
}
/*=====================*/


.blog_inner h2 {
  font-size: 3.1rem;
  margin: 15px 0;
}
.blog_inner .tour_date {
  font-size: 1.3rem;
  margin: 10px 0;
}
@media screen and (max-width:767.98px) {
  .blog_inner .tour_date {
    font-size: 1.1rem;
    margin: 0 12px 5px;
  }
}
.blog_inner figure {
  position: relative;
    text-align: center;
}
.blog_inner .idx_box_img{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.blog_inner .idx_box_img_1 figure{
    display: block;
}
.blog_inner .idx_box_img_1{
    display: flex;
justify-content: center;
    margin: 20px 0;
}
.idx_box_img_1 img{
    max-height: 360px;
}
.blog_inner figcaption {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.main_image_txt {
  font-size: 1.3rem;
  color: #8a8a8a;
  text-align: center;
  margin-top: 10px;
    width: 100%;
}
@media screen and (max-width:767.98px) {
  .blog_inner h2 {
    font-size: 2.0rem;
    margin: 0 2px;
  }
  .blog_inner figcaption {
    font-size: 1.0rem;
  }
  .main_image_txt {
    font-size: 1.2rem;
  }
}

.index {
  position: relative;
  border: solid 1px #d9d9d9;
  margin: 20px 0;
}
.index_label {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 20px;
  font-weight: 600;
  padding: 0 10px 0 25px;   /*paddingを左右にいれて消す線の長さを延ばす*/
  transform: translateY(-50%);
}
.index_h {
  position: relative;
  display: inline-block;
}
.index_h::before {
  position: absolute;
  content: "";
  background: url("../img/icon_index.png") no-repeat;
  width: 16px;
  height: 17px;
  top: 15%;
  left: 8%;
  z-index: 3;
}
.index::before {
  position: absolute;
  z-index: -1;  /*何もしないと線が上に来ていたので-1して後ろに回り込ませる*/
  left: 0;
  bottom: 50%;  /*top: 50%だと1pxずれていたのでbottomから計算する*/
  width: 100%;  /*親要素の幅を参照するため必ず文字分は消せる*/
  height: 1px;
  background-color: #fff;
  content: '';
}
.index_content {
  padding: 0 20px 100px;
  max-height: 150px;
  overflow: hidden;
}
.index_content ul {
  margin: 0;
}
.index_content ul li {
  font-size: 2.0rem;
}
.index_content ul li a {
  color: #323232;
}
.index_content ul li span {
  margin-right: 20px;
  padding-right: 15px;
  border-right: 2px solid #d9d9d9;
}
.index_content ul .list_h + .list_h {
  margin-top: 10px;
}
.index_content ul li ul {
  padding-left: 70px;
}
.index_content ul li ul li {
  font-size: 1.6rem;
  position: relative;
}
.index_content ul li ul li::before {
  position: absolute;
    content: "";
    width: 6px;
    height: 10px;
    border: 0;
    border-top: solid 2px #d9d9d9;
    border-right: solid 2px #d9d9d9;
    top: 15px;
    left: -1%;
    margin-top: -10px;
    transform: rotate(180deg);
}

@media screen and (min-width:768px) {
  .index_content ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767.98px) {
  .index_h::before {
  content: "";
  background: url("../img/icon_index_sp.png") no-repeat;
    background-size: contain;
  width: 10px;
  height: 11px;
  top: 25%;
  left: 12%;
  z-index: 3;
}
}
/*readMoreBtn
=======================*/
#index {
  position: relative;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
  /*background: linear-gradient(top, rgba(252, 244, 231, 0) 0%, rgba(252, 244, 231, 0.8) 50%, rgba(252, 244, 231, 0.8) 50%, #fff 100%);*/
  z-index: 2;
}
/*.index_content {
  
}*/
.readMore__button {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
  display: none;
  width: 200px;
  margin: 30px auto;
	z-index: 5;
}
.readMore__button__type {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  position: relative;
  justify-content: center;
  width: 200px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 50px;
  outline: none;
  background-color: #f8f8f8;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  color: #8b8b8b;
  cursor: pointer;
  transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s, border-color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.readMore__button__label {
  padding: 5px 10px;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.label_after {
  position: relative;
}
.label_after:after, .readMore__button__label:before {
  right: 16px;
  width: 12px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 1px;
  background: #6f6f6f;
  content: "";
}
.label_after:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
 
@media screen and (min-width: 768px) {
  .readMore__button__type:hover {
    /*border-color: #313131;
    color: #313131;*/
    border-color: #fff;
    color: #fff;
    background: #9c9c9c;
    transition: 0.6s;
    top: 1px;
    box-shadow: none;
  }
  .readMore__button__type:hover .label_after:after, .readMore__button__type:hover .readMore__button__label:before {
    background: #fff;
    transition: 0.6s;
  }
}
@media screen and (max-width: 767.98px) {
  .readMore__button,
  .readMore__button__type {
    width: 65%;
  }
  .readMore__button {
		margin: 10px 0;
  }
  .readMore__button__type {
    margin: 0 auto;
  }
  .readMore__button__label {
    padding: 5px 20px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .readmore-content::before {
    height: 80px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,0.8) 50%, #fff 60%);
  }
}
/*=======================*/

/*idx_box
=======================*/
.idx_box {
  margin: 45px 0;
}
.idx_box h3 {
  border-top: 2px solid #75bcff;
  border-bottom: 2px solid #75bcff;
  padding: 10px 0 10px 5px;
  margin: 0 0 35px 0;
}
.idx_box_inner {
  margin: 0 18px;
}
p mark {
  background: linear-gradient(transparent 40%, #cce6ff 0%);
}
.idx_box_inner h4 {
  margin: 15px 0 10px;
  font-weight: 700;
  font-size: 1.8rem;
}
.idx_box_inner p + p {
  margin-top: 20px;
}
.idx_box_inner ul {
  background-color: #fff6e8;
  border-radius: 5px;
  padding: 25px 20px;
  list-style-type: disc;
}
.idx_box_inner ul li {
  padding-left: 30px;
  position: relative;
}
.idx_box_inner ul li::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f0af49;
}
.idx_box_inner ul li + li {
  margin-top: 10px;
}
ul .list_p {
  margin-bottom: 10px;
}
.idx_box_img, .idx_box_img_column {
  margin: 30px 0;
}

.idx_box_img_column {
  display: flex;
  justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
}

.img_vertical {
    display: flex;
    justify-content: center;
  text-align: center;
    flex-wrap: wrap;
  margin: 20px 0;
}

.img_vertical figcaption {
  
}
.img_vertical img{
 max-height: 500px;
}
.img_vertical_column {
  display: flex;
    justify-content:space-evenly;
    align-items: top;
    flex-wrap: wrap;
    
  margin: 30px 0;
}

main .img_vertical_column.img_column3 {
  justify-content:space-between;
}

.main_image, .idx_box_inner img {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
}
.idx_box_img_column .img_vertical {
  margin: 0;
}
.idx_box_img_column_02 {
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .idx_box_img_column .img_vertical {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .img_vertical_column img{
    max-height: 500px;
  }
  .idx_box_img_column div {
    width: 45%;
  }

  .img_column3 div{
    width: 33%;
    max-width: 375px;
  }
    .img_column3_in2 div:nth-child(2),.img_column3_in2 div:nth-child(2) div{
    width: auto;
        max-width: auto !important;
  }
     main .img_column3_in2 div:nth-child(2).img_column3_in2_box{
         display: flex;
         flex-wrap: wrap;
         justify-content: space-between;
    width: 66.3%;
         max-width: 66.3%;
  }
    .img_column3_in2 .img_column3_in2_box div{
        width: 100%;
       
    }
     .img_column3_in2 .img_column3_in2_box div{
    max-width: 350px;
       
    }
     .img_column3_in2 .img_column3_in2_box .main_image_txt{
        width: 100%;
       
    }
}
@media screen and (max-width: 767.98px) {
  .idx_box_inner p {
    font-size: 1.5rem;
  }
  .idx_box_inner .main_image_txt {
    font-size: 1.4rem;
  }
  .idx_box_img_column {
    flex-direction: column;
  }
  .idx_box_img_column div + div {
    margin-top: 10px;
  }
  .img_vertical figure img {
    width: 80%;
    text-align: center;
  }
  .img_vertical figcaption {
  right: 12%;
  }
  .img_vertical_column {
    flex-direction: column;
    margin: 20px 0;
      gap:5px;
  }
  .img_vertical_column div {
    display: inline-block;
    text-align: center;
  }
  .img_vertical_column figure {
   /* width: 80%;*/
      max-width: 330px;
    margin: 0 auto;
  }
  .img_vertical_column div + div {
    margin-top: 10px;
  }
}
/*=======================*/



/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d7d7d7;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #323232;
	font-size: 1.8rem;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	left: -8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
	.areaMenu li a:hover {
		background: #fff;
		opacity: .8;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.areaMenu ul {
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.areaMenu li {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.areaMenu li a {
		position: relative;
		padding: 10px 20px 10px 25px;
		font-size: 1.4rem;
	}
	.areaMenu li:first-of-type a::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
	.areaMenu li a span {
		padding-left: 0;
	}
	.areaMenu li a span::after {
		top: 35%;
    left: -15px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}
.areaBlock:first-of-type {
	margin-top: 52px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d7d7d7;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}
.course__card__img__caption {
  position: absolute;
	right: 6px;
  bottom: 2px;
  padding-left: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	/*position: relative;*/
  display: inline-block;
	min-width: 90px;
  padding: 0 10px;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
/*.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}*/
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  background: rgb(0, 88, 164);
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  /*max-width: 250px;*/
  width: 100%;
  /*max-height: 150px;*/
  height: 100%;
  background-size: contain;
}
/*main [class*="js_rweb2404_img_"]::after {
	top: 0;
}*/
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
  main [class*="js_rweb2404_img_"] {
  max-width: 250px;
  width: 100%;
  max-height: 150px;
  height: 100%;
  background-size: contain;
}
}
@media screen and (max-width:767.98px) {
  main [class*="course__card__head"] {
    height: 150px;
  }
  main [class*="js_rweb2404_img_"] {
    width: 100%;
  }
  .course__card__code, .course__card__area__label {
    font-size: 1.2rem;
    min-width: 60px;
  }
  .course__card__title {
    font-size: 1.5rem;
    line-height: 1.05;
  }
  .course__card__unit {
    font-size: 1.2rem;
  }
  .course__card__price {
    font-size: 1.8rem;
  }
  main [class*="js_rweb2404_caption_"] {
    font-size: 1.0rem;
  }
}
.noid_txt{
  padding: 15px;
  text-align: center;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  transition: all .3s;
}
@media (min-width: 768px) {
  .courseItem a:hover .noid_txt {
    color: #cc0d21;
    text-decoration: underline;
    transition: all .3s;
  }
}
@media screen and (max-width:767.98px) {
  .courseItem a {
    background: #fff;
    font-size: 1.8rem;
  }
}
/*@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
}*/
/*=====================*/


/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.form-control {
	background: #ffffff url("../images/pd_black.png") no-repeat 235px 23px / 22px 18px;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 35px auto;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	cursor: pointer;
	z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
	cursor: pointer;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
	position: sticky;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	display: inline-block;
	margin: auto;
	margin-right: 3%;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/


/*themefeaturesArea
=======================*/
/*.themefeaturesArea {
	margin-top: 50px;
}
.themefeaturesArea_inner {
	max-width: 1160px;
	margin: 35px auto 0;
}
.themefeaturesArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.themefeaturesArea h2 span {
	position: relative;
}
.themefeaturesArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.themefeaturesArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.themefeaturesArea {
		margin-top: 50px;
	}
	.themefeaturesArea h2 {
		overflow: hidden;
	}
	.themefeaturesArea h2 span {
		font-size: 2rem;
	}
	.themefeaturesArea h2 span::before,
	.themefeaturesArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.themefeaturesArea h2 span::before {
		left: -370%;
	}
	.themefeaturesArea h2 span::after {
		right: -370%;
	}
}

.slider.slick-initialized {
	display: block;
}*/

/*-----slider-----*/
/*.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}*/
/*----------------*/

/*.relationList {
  display: flex;
  justify-content: center;
  width: 87.4%;
  max-width: 990px;
  margin: 0 auto !important;
}
.relationList li {
  box-sizing: border-box;
  width: 33.3%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .relationList li {
    width: 50%;
  }
}
.relationList li a {
  display: block;
  margin: 0 6%;
  transition: opacity .3s ease-out;
}
.relationList li a:hover {
  opacity: .7;
}
.relationList__nav {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.relationList__nav > div {
  position: relative;
  display: inline-block;
  padding: 0 75px;
}
@media screen and (max-width: 767px) {
  .relationList__nav > div {
    padding: 0 52px;
  }
}
.relationList__nav .slick-arrow {
  width: 35px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .relationList__nav .slick-arrow {
    width: 40px;
  }
}
.relationList__nav .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../img/btn_arrow_01.png) no-repeat 0 0/contain;
  opacity: 1;
}
.relationList__nav .slick-next {
  right: 0;
}
.relationList__nav .slick-next:before {
  transform: rotateZ(180deg);
}
.relationList__nav .slick-prev {
  left: 0;
}
.relationList__nav .slick-dots {
  position: static;
  display: inline-block;
  line-height: 1;
}
.relationList__nav .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
.relationList__nav .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}
.relationList__nav .slick-dots .slick-active button {
  background: #909090; テーマごとの色へ変更
}

.relationList.slider + .relationList__nav {
  display: block;
}

.relationList.slider + .relationList__nav.add_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .relationList.slider + .relationList__nav.add_none{
    display: block;
  }
	.otherFeaturesBox > li {
		width: 168px;
		margin: 2%;
	}
}*/
/*=====================*/


/*recommend_courseArea
=======================*/
.course_box {
  background-color: #ecf6ff;
  padding: 60px 50px;
  margin: 70px 0 100px;
}

@media screen and (min-width:768px) {
  .course_box {
    position: relative;
  }
  .ribbon_wrap {
    position: absolute;
    top: -30px;;
    left: -35px;
    transform: rotate(-4deg);
  }
}
.ribbon {
  display: inline-block;
  /*position: relative;*/
  height: 55px;
  width: 258px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 1.8rem;
  font-weight: 700;
  box-sizing: border-box;
  /*border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  background-color: #fff;*/
  background: url("../img/ribbon_bg.png") no-repeat;
}
/*.ribbon::before, .ribbon::after {
  position: absolute;
  content: "";
  max-width: 35px;
  width: 100%;
  max-height: 35px;
  height: 100%;
  border: 0;
  border-top: solid 1px #232323;
  border-right: solid 1px #232323;
  top: 36%;
  margin-top: -10px;
}
.ribbon::before {
  left: -17px;
  transform: rotate(45deg);
}
.ribbon::after {
  right: -17px;
  transform: rotate(225deg);
}*/
/*.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}*/

@media (min-width: 768px) {
  .courseItemsBox {
    flex-direction: column;
    /*margin-top: 30px;*/
  }
  .courseItem {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
  }
  .course__card {
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
  }
  [class*="course__card__head"] {
    padding-top: 150px;
    background-image: url(/med/app-files/img/tabimono_img.png);
    background-size: 60% auto;
    background-position: center;
    background-color: #C1C1C1;
    background-repeat: no-repeat;
    height: 0;
    position: relative;
    overflow: hidden;
    width: 250px;
    margin: auto;
  }
  

  .course__card__body {
    padding: 20px;
    background: #fff;
    width: 70%;
  }
  .course__card__title {
    margin-top: 10px;
    color: #000000;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    transition: all .3s;
  }
  
  /*.course__card__area__label {
    display: inline-block;
    min-width: 100px;
    margin-left: 10px;
    padding: 2px 15px;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 20px;
  }*/
  .course__card__price {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    color: #cc0d21;
    text-align: right;
  }
  .course__card__sub {
    margin-top: 25px;
  }
}


.comment {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  
}
.comment img {
  width: 73px;
  height: 73px;
}
.comment p {
  padding: 15px;
  background-color: #fff;
  margin-left: 30px;
  width: 80%;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.comment p::before {
  position: absolute;
  content: "";
  top: 35%; 
  left: -8px;
  border: 8px solid transparent;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.conductor_h {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 20px;
  border-bottom: 1px dashed #8a8a8a;
}

.conductor_info {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  align-items: center;
}
.conductor_info img {
  width: 145px;
  height: 145px;
}
.conductor_info_txt {
  width: 80%;
  margin-left: 20px;
}
.conductor_info_txt ul {
  display: flex;
}
.conductor_info_txt ul li {
  background-color: #e1e1e1;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 30px;
}
.conductor_info_txt ul li + li {
  margin-left: 10px;
}
.conductor_info_txt .name {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 20px 0;
}
.conductor_info_txt .name + p {
  margin-bottom: 20px;
}
/*.conductor_info_txt .tour_link_wrap {
  text-decoration: underline;
}*/
.conductor_info_txt .tour_link {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  color: #1f3596;
  text-decoration: underline;
}
.conductor_info_txt .tour_link::before {
  content: "";
  position: absolute;
  top: 50%;   /* 縦軸をセンタリングする */ 
  left: 0;
  transform: translateY(-50%);   /* 縦軸をセンタリングする */  
  border: 5px solid transparent;
  border-left: 8px solid #1f3596;
}
@media (min-width: 768px) {
  .conductor_info_txt .tour_link:hover {
    text-decoration: none;
  }
}
.annotation {
  margin-bottom: 20px;
}
.annotation ul li {
  font-size: 1.2rem;
}

@media screen and (max-width:767.98px) {
  .blog_inner section {
    margin: 50px 0;
  }
  .index_content {
    padding: 0 9px 75px;
  }
  .index_content ul li {
    font-size: 1.5rem;
  }
  .index_content ul li span {
    margin-right: 10px;
  }
  .index_content ul li ul li {
    font-size: 1.3rem;
  }
  .index_content ul li ul li::before {
    top: 10px;
    left: -3%;
  }
  .idx_box h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .idx_box_inner {
    margin: 0;
  }
  .idx_box_inner h4 {
    margin: 40px 10px 10px;
    line-height: 1.0;
  }
  .idx_box_inner ul {
    padding: 10px;
  }
  .idx_box_inner ul li {
    padding-left: 15px;
    font-size: 1.3rem;
  }
  .idx_box_inner ul li::before {
    top: 4px;
    left: 0;
  }
  .idx_box_img, .idx_box_img_column {
    margin: 20px 0;
  }
  .idx_box_inner p + p {
    margin-top: 30px;
  }
  /*.ribbon_wrap {
    transform: none;
    top: -30px;
    left: 18%;
  }*/
  .courseItemsBox {
    margin-top: 40px;
  }
  .course_box {
    position: relative;
    padding: 10px;
  }
  .ribbon_wrap {
    position: absolute;
    top: -5%;
    left: 50%;
    margin: 0 auto;
    transform:translate(-50%,-5%);
  }
  .comment {
    align-items: center;
    margin-top: 10px;
  }
  .comment img {
    width: 70px;
    height: 70px;
  }
  .comment p {
    margin-left: 25px;
    width: 65%;
    font-size: 1.2rem;
    padding: 10px;
  }
  .comment p::before {
    top: 45%;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    border-right: 10px solid #fff;
  }
  .conductor_h {
    font-size: 1.5rem;
    padding-bottom: 10px;
    text-align: center;
  }
  .conductor_info {
    flex-direction: column;
  }
  .conductor_info_txt {
    margin: 0 auto;
    width: 100%;
  }
  .conductor_info_txt ul {
    justify-content: center;
    align-items: center;
  }
  .conductor_info_txt ul li {
    font-size: 1.0rem;
    padding: 4px 16px;
  }
  .conductor_info_txt .name, .conductor_info_txt .name + p {
    margin-bottom: 0;
  }
  
  .conductor_info_txt .name {
    text-align: center;
  }
  .conductor_info_txt .name + p {
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .conductor_info_txt .tour_link_wrap {
    text-align: right;
  }
  .conductor_info_txt .tour_link {
    font-size: 1.2rem;
  }
  .annotation {
    margin: 10px!important;
  }
  .annotation ul {
    margin: 0;
  }
}

/*---reportlist----*/
@media screen and (max-width:767.98px) {
  .reportItem .imgBlock img {
    max-height: 150px!important;
  }
}