
/*----------------
導入事例ページ
 -----------------*/

.case {
  width: 1000px;
  margin: auto;
}
.innerbox02 p {
  color: #000;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 150%;
}
.innerbox02 .arrow_box02 .tex01 {
  font-size: 14px;
  line-height: 100%;
  background-color: #000;
  padding: 5px;
  margin: 0;
  color: #FFF;
  text-align: center;
}
.innerbox02 .arrow_box02 .tex02 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.innerbox02 .arrow_box02 .tex02 span {
  font-size: 30px;
  font-weight: bold;
}
.navi ul li a:hover {
  opacity: 0.5;
}
.bg_pink {
  background-color: #e8476a !important;
  color: #fff;
}


.case_tit01 {
  font-size: 24px;
  font-weight: 700;
	  text-align: center;
  margin-bottom: 30px;
	 padding: .8rem 1rem;
  border-top: 3px solid #e8456a;
  background: #f4f4f4;
}
.case_tit01 span {
  font-size: 18px;
  font-weight: normal;
  line-height: 2em;
}
#page_header {
  display: none !important;
}
#article {
  margin-top: 70px;
}
.tex_pink {
  color: #e8456a;
}
.time01 {
  font-size: 50px;
}
.innerbox02 p .tex_pink.tex03 {
  font-size: 20px;
  font-weight: bold;
}
.tex04 {
  font-size: 14px;
  background: linear-gradient(transparent 0%, #fff 0%);
  padding-left: 10px;
  padding-right: 10px;
}
.bold {
  font-weight: bold;
}
.innerbox02 .tex_left {
  text-align: left;
  margin-bottom: 10px;
}
.innerbox02 .cate_box {
  font-size: 14px;
  line-height: 100%;
  font-weight: bold;
  color: #FFF;
  background-color: #7d8c90;
  text-align: center;
  border-radius: 3px;
  float: right;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.innerbox02 .cate_box p {
  color: #FFF;
  text-decoration: none;
  display: block;
  line-height: 100%;
  margin: 5px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.arrow_box02 {
  position: relative;
  text-align: center;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none !important;
  vertical-align: top;
  background-color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.arrow_box02:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  left: 100%;
  top: 50%;
}
.left_box {
  width: 45%;
  float: left;
}
.right_box {
  float: right;
  width: 45%;
  padding-top: 30px;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .left_box {
    width: 100%;
    float: none;
  }
  .right_box {
    width: 100%;
    float: none;
    padding-top: 15px;
  }
  .arrow_box02 {
    position: relative;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .arrow_box02:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(89, 255, 129, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
    top: 107% !important;
    left: 50% !important;
  }
  .tex04 {
    font-size: 14px;
    background: linear-gradient(transparent 0%, #fff 0%);
    padding-left: 0px;
    padding-right: 0px;
  }
}
.case .box01 .tex01 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  /* padding-top: 5px; */
  padding-right: 5px;
  /* padding-bottom: 5px; */
  padding-left: 10px;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #ccc;
  margin-bottom: 10px !important;
}
.case .box01 {
  margin-bottom: 30px;
}
#page_header {
  display: none !important;
}
#article {
  margin-top: 70px;
}
.case_btn {
  margin-top: 60px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.center_box {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
.br-sp {
  display: none;
}
.innerbox02 {
  background-color: #ebebeb;
  padding: 15px;
  margin: auto;
  width: 650px;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .case {
    width: 100% !important;
    margin: auto;
  }

  .innerbox02 .arrow_box02 .tex01 {
    font-size: 12px;
    line-height: 100%;
    background-color: #000;
    padding: 5px;
    margin: 0;
    color: #FFF;
    text-align: center;
    margin-top: 0em !important;
  }
  .innerbox02 .arrow_box02 .tex02 {
    font-size: 16px !important;
    margin-top: 10px;
    margin-bottom: 0px !important;
    line-height: 180%;
  }
  .innerbox02 .tex_time {
    margin-bottom: 10px;
  }
  .innerbox02 p .tex_pink.tex03 {
    font-size: 14px;
    font-weight: bold;
  }
  .time01 {
    font-size: 40px;
    line-height: 120%;
  }

  .innerbox02 .cate_box {
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    background-color: #7d8c90;
    text-align: center;
    border-radius: 3px;
    float: right;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .innerbox02 .cate_box p {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 100%;
    margin: 3px;
    padding: 3px;
  }
  #article {
    margin-top: 30px !important;
  }
  .innerbox02 {
    background-color: #ebebeb;
    padding: 15px;
    margin: auto;
    width: 100%;
  }
  .case_btn {
    margin-top: 40px;
  }
  .btn02 {
    margin-bottom: 40px !important;
  }
}
.case_btn img {
  height: 56px;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
.btn02 {
  margin-bottom: 0px;
}


/*---------------------------------
導入事例→事例３つ横並び
 ----------------------------------*/
.content01 {
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.content01 ul a li {
	display: inline-block;
	margin-bottom: 40px !important;
	background-color: #f5f5f5;
	width: 280px;
	vertical-align: top;
	margin:20px 20px;
}

.content01 ul li .innerbox02 {
  padding: 10px;
}

.content01 ul a:hover li {
  opacity: 0.5;
}

.content01 ul a li .innerbox p {
	color: #000;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 150%;
}
.content01 ul a li .innerbox .arrow_box .tex01 {
	font-size: 14px;
	line-height: 100%;
	background-color: #FFF;
	padding: 5px;
	margin: 0 !important;
}
.content01 ul a li .innerbox .arrow_box .tex02 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 5px !important;
}
.content01 ul a li .innerbox .arrow_box .tex02 span {
	font-size: 30px;
	font-weight: bold;
}



.content01 ul li .innerbox {
	padding: 10px;
}


.content01 ul a:hover li {
	opacity: 0.5;
}

.content01 ul a li .innerbox p .tex_pink.tex03 {
	font-size: 20px;
	font-weight: bold;
}

.content01 ul a li .innerbox .tex_left {
	text-align: left;
	margin-bottom: 10px;
}
.content01 ul a li .innerbox .tex_time {
	margin-bottom: 20px;
	padding-top: 30px;
	text-align: center;
}


.content01 ul a li .innerbox .tex_time {
    margin-bottom: 10px;
    padding-top: 30px;
}
.content01 ul a li .innerbox p .tex_pink.tex03 {
    font-size: 14px;
    font-weight: bold;
}

.content01 ul a li .innerbox .cate_box {
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    background-color: #7d8c90;
    text-align: center;
    border-radius: 3px;
    float: right;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.content01 ul a li .innerbox .cate_box p {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 100%;
    margin: 3px;
    padding: 3px;
}

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

.content01 ul a li {
    margin: 10px auto;
}

	
}



/*作業時間　吹き出し*/
.arrow_box {
	position: relative;
	background: #D4DFE2;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 25px;
	font-weight: normal;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none !important;
	vertical-align: top;
}
.arrow_box:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(212, 223, 226, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-left: -10px;
	border-top-color: #D4DFE2;
	top: 100%;
	left: 50%;
	text-decoration: none !important;
}


/* トップスライド */
/* case slider */


.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 250px;
  height: auto;
  overflow: visible;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mainvisual {
  margin-bottom: 80px;
  position: relative;
}
.swiper-pagination {
  left: 45%;
}
.swiper-pagination-bullet {
  margin-top: 10px !important;
  margin-right: 5px !important;
  margin-left: 5px !importanft;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #e8476a !important;
}
.swiper-button-next, .swiper-button-prev {
  color: #e84769 !important;
}



@media screen and (max-width: 782px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .swiper-pagination {
    left: 42%;
  }
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}














.case_tit_arrow {
  position: relative;
  background: #e8476a;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.case_tit_arrow:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(232, 71, 106, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #E8476A;
  top: 100%;
  left: 50%;
}
@media screen and (max-width: 782px) {
  .case_tit_arrow {
    width: 100%;
  }
}



/* case navi */
.navi {
  text-align: left;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.navi ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 12px;
}
.navi ul li img {
  width: auto;
  height: auto;
}
.case .navi ul li:nth-of-type(2n) {
  margin-left: 20px;
}
.navi ul li a {}
.navi ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 782x) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .navi ul li {
    display: block;
    margin-bottom: 10px;
  }
  .case .navi ul li:nth-of-type(2n) {
    margin-left: 0px !important;
  }
  .navi ul li img {
    width: 100%;
    height: auto;
  }
  .navi ul li {
    margin-right: 0px;
  }
}










/*--------------------------
 セミナーカテゴリー用
------------------------------*/
@media screen and (min-width: 782px) {
  /* 782px以上に適用されるCSS（PC用） */
  .inner_box {
    margin-top: 0px;
    margin-right: auto;
    /* margin-bottom: 50px; */
    margin-left: auto;
    position: relative;
    padding: 0px;
  }
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .inner_box {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 782px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
.seminar_box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.tit01 {
  font-size: 24px;
  color: #FFF;
  background-color: #E85073;
  text-align: center;
  padding: 10px;
  position: relative;
  margin-bottom: 40px;
  font-weight: bold;
}
.tit01:after {
  position: absolute;
  bottom: -9px;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #E85073 transparent transparent transparent;
  left: 50%;
}
@media screen and (max-width: 782px) {
  .tit01 {
    font-size: 22px;
  }
}
.f-container_seminer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-container_seminer .f-item {
  width: 46%;
  margin-bottom: 50px;
}
@media screen and (max-width: 782px) {
  .f-container_seminer .f-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.mgb20 {
  margin-bottom: 20px;
}
.mgt20 {
  margin-top: 20px;
}
.mgb40 {
  margin-bottom: 40px;
}
.center {
  text-align: center;
}
.mgt30 {
  margin-top: 30px;
}
.tex1 {
  font-size: 20px;
  font-weight: 700;
  background-color: #F2F2F2;
  text-align: left;
  padding: 10px;
}
.circle_box {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 120%;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #000;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.circle_box p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 25%;
  width: 80px;
  text-align: center;
}
.circle_box2 {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  line-height: 120%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #FFFFFF;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
  position: relative;
  display: inline-block;
}
.circle_box2 p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 25%;
  width: 80px;
  text-align: center;
  color: #999999;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .circle_box {
    height: 60px;
    width: 60px;
    font-size: 12px;
  }
  .circle_box p {
    width: 60px;
  }
  .circle_box2 {
    height: 60px;
    width: 60px;
    font-size: 14px;
  }
  .circle_box2 p {
    width: 60px;
  }
}
.inner_box_seminer p {
  float: left;
  margin-bottom: 0px;
  width: 50%;
}
.inner_box_seminer figure {
  float: right;
  width: 45%;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .inner_box_seminer p {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .inner_box_seminer figure {
    float: none;
    width: 100%;
  }
}
.btn1 {
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}
.btn1 a {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color: #E8456A;
  text-align: center;
  padding: 10px;
  display: block;
  border-radius: 80px;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .btn1 {
    width: 100%;
  }
}
.icon_box2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.icon_box2 li {
  list-style-type: none;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  margin-right: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.icon_box2 .icon1 {
  color: #F820C3;
  border: 1px solid #F820C3;
  border-radius: 50px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: 100% !important;
}
.icon_box2 .icon2 {
  color: #70B504;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 1px solid #70B504;
  border-radius: 50px;
  line-height: 100% !important;
}
.icon_box2 .icon3 {
  color: #FF8A01;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 1px solid #FF8A01;
  border-radius: 50px;
  line-height: 100% !important;
}
.icon_box2 .icon4 {
  color: #0999CF;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 1px solid #0999CF;
  border-radius: 50px;
  line-height: 100% !important;
}
a:hover {
  opacity: 0.5;
}
/*セミナーカテゴリー用　ここまで*/
/*----レビューページ用 ここから---*/
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
.review_box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .tit01 {
    font-size: 22px;
  }
}
.f-container_review {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.f-container_review2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-container_review .f-item {
  width: 46%;
  margin-bottom: 50px;
}
.f-container_review2 .f-item {
  width: 46%;
  margin-bottom: 50px;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .f-container_review .f-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .f-container_review2 .f-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.f-container_review .f-item .cap_tex {
  font-size: 14px;
}
.f-container_review2 .f-item .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}
.review_tex {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.review_tex span {
  color: #e8456a;
  font-size: 24px;
}
.review_tex_s {
  font-size: 16px;
  font-weight: bold;
}
.review_tex_s span {
  color: #e8456a;
}
.float_l {
  float: left;
  width: auto;
}
.float_r {
  float: left;
  width: auto;
  font-size: 16px;
  margin-left: 25px;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .float_l {
    float: left;
    width: 30%;
  }
  .float_r {
    float: right;
    width: 65%;
    font-size: 14px;
    margin-left: 0px;
  }
}
.review_box .tit02 {
  font-size: 20px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #e8456a;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #e8456a;
}
.review_box .tit03 {
  font-size: 18px;
  font-weight: bold;
  color: #e8456a;
  margin-top: 10px;
  margin-bottom: 5px;
}
.review_inner_box {
  padding: 25px;
  margin-bottom: 40px;
  background-color: #f4f3f3;
  border-radius: 10px;
  box-shadow: 2px 2px 4px gray;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .review_inner_box {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f4f3f3;
    border-radius: 10px;
    box-shadow: 2px 2px 4px gray;
  }
}
.review_tex_s table {
  background-color: #FFF !important;
}
.mgt20 {
  margin-top: 20px;
}
.f-container_review .f-item ol {
  font-weight: bold;
  color: #e8456a;
}
/*----レビューページ用 ここから---*/




/*---------------------------------- 
コラムトップ用
------------------------------------*/
.column_box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
.f_column2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.f_column2 .f-item {
  width: 22%;
  margin-bottom: 50px;
  border-radius: 50px;
  color: #FFF;
  background-color: #919090;
  text-align: center;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: right 10px top 12px;
  background-size: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
.f_column2 .f-item a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
.f_column2 .clm_active {
  color: #000;
  background-color: #FFF;
  border: 2px solid #CCC;
  color: #000;
  display: block;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .f_column2 .f-item {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.f_column {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.f_column .f-item {
  width: 30%;
  margin-bottom: 50px;
  position: relative;
  margin-right: 3%;
}
.f_column .f-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 782px) {
  /* 782px以下に適用されるCSS（スマホ用） */
  .f_column .f-item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0%;
  }
}
.f_column .f-item .column_tex1 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 10px;
}
.f_column .f-item .column_line_box {
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #E8456A;
  background-color: #FFF;
  margin-bottom: 10px;
  padding-top: 5px;
}
.f_column .f-item .icon_box2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.f_column .f-item .icon_box2 li {
  list-style-type: none;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  margin-right: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.f_column .f-item .clm_icon {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  line-height: 100% !important;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
}
.f_column .f-item .clm_days {
  font-size: 14px;
  padding-left: 10px;
  color: #E8456A;
}
.f_column .f-item .column_inner_box {
  background-color: #F7F7F7;
  padding: 15px;
}
.has-secondary-pink-background-color {
  background-color: #dfecee !important;
  padding: 1.25em 2.375em;
}
.article-excerpt {
  line-height: 1em;
  padding: 25px 0px;
}
/*----コラムトップ用 ここまで---*/

/*----------------------------------------
  固定汎用CSS
----------------------------------------*/
/* width */
.w30 {
  width: 30px;
}
.w50 {
  width: 50px;
}
.par5 {
  width: 5%;
}
.par10 {
  width: 10%;
}
.par15 {
  width: 15%;
}
.par20 {
  width: 20%;
}
.par25 {
  width: 25%;
}
.par30 {
  width: 30%;
}
.par33 {
  width: 33%;
}
.par35 {
  width: 35%;
}
.par40 {
  width: 40%;
}
.par45 {
  width: 45%;
}
.par50 {
  width: 50%;
}
.par55 {
  width: 55%;
}
.par60 {
  width: 60%;
}
.par65 {
  width: 65%;
}
.par70 {
  width: 70%;
}
.par75 {
  width: 75%;
}
.par80 {
  width: 80%;
}
.par85 {
  width: 85%;
}
.par90 {
  width: 90%;
}
.par95 {
  width: 95%;
}
.par100 {
  width: 100%;
}
@media only screen and (max-width: 680px) {
  .sp-par100 {
    width: 100% !important;
  }
}
/* margin */
.ma {
  margin: auto;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt65 {
  margin-top: 65px;
}
.mt70 {
  margin-top: 70px;
}
.mt75 {
  margin-top: 75px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mt110 {
  margin-top: 110px;
}
.mt120 {
  margin-top: 120px;
}
.mt-10 {
  margin-top: -10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
@media only screen and (max-width: 680px) {
  .sp-mt0 {
    margin-top: 0px;
  }
  .sp-mt10 {
    margin-top: 10px;
  }
  .sp-mt15 {
    margin-top: 15px;
  }
  .sp-mt20 {
    margin-top: 20px;
  }
  .sp-mt30 {
    margin-top: 30px;
  }
  .sp-mt35 {
    margin-top: 35px;
  }
  .sp-mt40 {
    margin-top: 40px;
  }
  .sp-mt50 {
    margin-top: 50px;
  }
  .sp-mt60 {
    margin-top: 60px;
  }
  .sp-mt70 {
    margin-top: 70px;
  }
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb5 {
    margin-bottom: 5px;
  }
  .sp-mb10 {
    margin-bottom: 10px;
  }
  .sp-mb15 {
    margin-bottom: 15px;
  }
  .sp-mb20 {
    margin-bottom: 20px;
  }
  .sp-mb30 {
    margin-bottom: 30px;
  }
  .sp-mb40 {
    margin-bottom: 40px;
  }
  .sp-mb50 {
    margin-bottom: 50px;
  }
  .sp-ml0 {
    margin-left: 0;
  }
  .sp-ml5 {
    margin-left: 5px;
  }
  .sp-ml10 {
    margin-left: 10px;
  }
  .sp-ml15 {
    margin-left: 15px;
  }
  .sp-mr0 {
    margin-right: 0;
  }
  .sp-mr5 {
    margin-right: 5px;
  }
  .sp-mr10 {
    margin-right: 10px;
  }
  .sp-mr15 {
    margin-right: 15px;
  }
}
/* padding */
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 680px) {
  .sp-pb0 {
    padding-bottom: 0;
  }
}
/* font-size*/
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f17 {
  font-size: 17px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f21 {
  font-size: 21px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f25 {
  font-size: 25px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f33 {
  font-size: 33px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.f50 {
  font-size: 50px;
}
.f60 {
  font-size: 60px;
}
@media only screen and (max-width: 680px) {
  .sp-f10 {
    font-size: 10px;
  }
  .sp-f11 {
    font-size: 11px;
  }
  .sp-f12 {
    font-size: 12px;
  }
  .sp-f13 {
    font-size: 13px;
  }
  .sp-f14 {
    font-size: 14px;
  }
  .sp-f15 {
    font-size: 15px;
  }
  .sp-f16 {
    font-size: 16px;
  }
  .sp-f18 {
    font-size: 18px;
  }
  .sp-f20 {
    font-size: 20px;
  }
  .sp-f22 {
    font-size: 22px;
  }
  .sp-f24 {
    font-size: 24px;
  }
  .sp-f26 {
    font-size: 26px;
  }
  .sp-f28 {
    font-size: 28px;
  }
  .sp-f30 {
    font-size: 30px;
  }
  .sp-f32 {
    font-size: 32px;
  }
}
/* line-height */
.lh10 {
  line-height: 1em;
}
.lh12 {
  line-height: 1.2em;
}
.lh14 {
  line-height: 1.4em;
}
.lh15 {
  line-height: 1.5em;
}
.lh16 {
  line-height: 1.6em;
}
.lh18 {
  line-height: 1.8em;
}
.lh20 {
  line-height: 2em;
}
.lh22 {
  line-height: 2.2em;
}
.lh24 {
  line-height: 2.4em;
}
.lh26 {
  line-height: 2.6em;
}
.lh28 {
  line-height: 2.8em;
}
.lh30 {
  line-height: 3em;
}
@media only screen and (max-width: 680px) {
  .sp-lh10 {
    line-height: 1em;
  }
  .sp-lh12 {
    line-height: 1.2em;
  }
  .sp-lh14 {
    line-height: 1.4em;
  }
  .sp-lh16 {
    line-height: 1.6em;
  }
  .sp-lh18 {
    line-height: 1.8em;
  }
  .sp-lh20 {
    line-height: 2em;
  }
  .sp-lh22 {
    line-height: 2.2em;
  }
  .sp-lh24 {
    line-height: 2.4em;
  }
}
/* font-weight */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
/* text-align */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
@media only screen and (max-width: 680px) {
  .sp-center {
    text-align: center;
  }
  .sp-left {
    text-align: left;
  }
  .sp-right {
    text-align: right;
  }
}
/*----------------------------------------
  固定汎用CSS ここまで
----------------------------------------*/
/*----------------------------------------
  h2 h3 h4
----------------------------------------*/
.h2-bg-color .article-body h2.wp-block-heading:not(.is-style-none), .h3-bg-color .article-body h3.wp-block-heading:not(.is-style-none), .h4-bg-color .article-body h4.wp-block-heading:not(.is-style-none) {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #e8456a;
  color: #ffffff;
}
.h3-bg-color-ribbon .article-body h3:not(.is-style-none):not(.epb-advance-headling__text):not([class*="wp-block-"])::before {
  border-right-color: rgba(157, 156, 156, 0.34);
}
/*---------------------------------- 
 * h2 h3 h4 ここまで
------------------------------------*/
.c-section-widget__btn {
  margin-top: 32px;
  text-align: center;
  margin-bottom: 32px;
}
.header-pagebox-slider__thumbnail {
  bottom: 0;
  padding-top: 50px;
  padding-right: 120px;
  padding-bottom: 50px;
  padding-left: 120px;
}
.header-menu .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 260px;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.08);
  opacity: 0;
  z-index: 9999;
}
.header-menu .sub-menu .menu-item a {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  font-size: .72727rem;
}
@media only screen and (max-width: 750px) {
  .header-pagebox-slider__thumbnail.l-content {
    width: 100%;
    padding: 0px;
  }
}
.header-pagebox-slider__title {
  font-size: 1.0rem;
}
.mail_text {
  border: 1px solid #e8e8e8;
  padding: 30px;
}
.h3-bg-color-ribbon .article-body h3:not(.is-style-none):not(.epb-advance-headling__text):not([class*="wp-block-"])::before {
  border-right-color: rgba(157, 156, 156, 0.34);
}
/*---------------------------------- 
 box 2つ
------------------------------------*/
.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_2 > div {
    width: 100%;
  }
}
/*---------------------------------- 
 box ３つ------------------------------------*/
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div {
  width: 33.33333%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .col_3 > div {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_3 > div {
    width: 100%;
  }
}
/*---------------------------------- 
 box 4つ------------------------------------*/
.col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div {
  width: 23%;
  padding: 15px 30px 15px;
  border: 1px solid #dfdfdf;
  margin: 10px;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .col_4 > div {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .col_4 > div {
    width: 42%;
  }
}
/*---------------------------------- 
 box 5つ------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_5 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div {
  width: 18%;
  padding: 10px 30px 20px;
  border: 1px solid #dfdfdf;
  margin: 10px;
  background: #fff;
}
.col_5 > div > div {
  position: relative;
  overflow: hidden
}
@media screen and (max-width: 960px) {
  .col_5 > div {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .col_5 > div {
    width: 46%;
    margin: 5px;
  }
/*---------------------------------- 
パソコンで見たときは"pc"のclassがついた画像が表示される------------------------------------*/
.pc_img {
  display: block !important;
  width: 100%;
}
.sp_img {
  display: none !important;
}
/*---------------------------------- 
スマートフォンで見たときは"sp"のclassがついた画像が表示される------------------------------------*/
@media only screen and (max-width: 750px) {
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
  }
}
/*---------------------------------- 
スライダー　スマホ
------------------------------------*/

@media only screen and (max-width: 750px) {
  .header-pagebox-slider__title {
    letter-spacing: 0.1em;
    font-size: 0.6rem;
  }
}
/*---------------------------------- 
header-news
------------------------------------*/
.header-news__item {
  list-style: gujarati;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.header-news__label--left .header-news__item {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px dotted #6bbf06;
}
.header-news__slider {
  border-radius: 0 3px 3px 0;
  border: 1px solid #6bbf06;
}
/*---------------------------------- 
header-menu
------------------------------------*/
.header-menu .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 300px;
  transform: translateX(-50%);
  transition: all .3s ease-in;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .08);
  opacity: 0;
  z-index: 9999;
}
	