.pc {
  display: none;
}

.case img {
  max-width: 100%;
  height: auto;
}

.case__header {
  color: #fff;
	margin-bottom: 60px;
	position: relative;
}

.type-product .case__header {
  background: #da9b00;
}
.type-service .case__header {
  background: #5ab9d9;
}
.type-maintenance .case__header {
  background: #2D84BC;
}
.type-logistic .case__header {
  background: #B6712B;
}
.type-shop .case__header {
  background: #549B35;
}
.type-financial .case__header {
  background: #7D4698;
}
.type-medical .case__header {
  background: #EC7299;
}

.case__nameArea {
  padding: 20px;
}

/*.type-product .case__nameArea {
  background: #DA9B00;
}
.type-service .case__nameArea {
  background: #58C3E5;
}
.type-maintenance .case__nameArea {
  background: #3D97D3;
}
.type-logistic .case__nameArea {
  background: #b6712b;
}
.type-shop .case__nameArea {
  background: #549b35;
}
.type-financial .case__nameArea {
  background: #834f9c;
}
.type-medical .case__nameArea {
  background: #ec7299;
}*/


.case__category {
  display: block;
}
.case__category img{
	max-width: 150px;
}
.type-maintenance .case__category img{
	max-width: 240px;
}
.case__name {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 10px 0 0;
	font-weight: 600;
}

.case__toPdf {
  margin: 40px 0 0;
  padding: 0 20px;
  text-align: center;
}
.case__toPdf.ex{
	padding:0 0px;
}
.profile a {
  color: inherit;
}

.profile__image {
  height: 258px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.profile__image.ex {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.profile__list {
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  letter-spacing: 1px;
  line-height: 1.5;
}

.profile__title {
  width: 30%;
  max-width: 100px;
  padding: 0 15px 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
}

.profile__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: 0;
  background: #fff;
}

.profile__data {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 4px 15px;
}

.commentArea {
  line-height: 1.5;
  padding: 60px 0 60px;
}

.commentArea__catch {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  font-weight: 600;
}

.type-product .commentArea__catch {
  color: #DA9B00;
}

.type-service .commentArea__catch {
  color: #58C3E5;
}
.type-maintenance .commentArea__catch {
  color: #3D97D3;
}
.commentArea__catch.pb {
	padding-bottom: 4%;
}
.commentArea__catch.pt {
	padding-top: 4%;
}
.type-logistic .commentArea__catch {
  color: #b6712b;
}

.type-shop .commentArea__catch {
  color: #549b35;
}

.type-financial .commentArea__catch {
  color: #834f9c;
}

.type-medical .commentArea__catch {
  color: #ec7299;
}


.commentArea--type_A .commentArea__catch {
  padding: 20px 5px;
}

.commentArea--type_A .commentArea__person,.commentArea--type_A.commentArea__person {
  /*background: #89A8CE;
  color: #fff;*/
  margin: 0 0 0px;
}

.commentArea.commentArea--type_A.commentArea__person {
	margin-top: 30px;
    line-height: 1.5;
    padding: 0 0 0px;
	margin-bottom: 45px;
	margin-top: 45px;
}
.commentArea__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 257px;
}

.commentArea__right {
  padding: 0px;
}

.commentArea__text {
  font-size: 24px;
  margin: 0 0 0.7em;
	color:#0D2EA1;
  font-weight: 600;
  line-height: 1.3em;
}

.commentArea__category {
  font-size: 16px;
}

.commentArea--type_B .commentArea__category {
  margin: 15px 0 0;
}

.commentArea__name {
  font-size: 15px;
  padding-bottom: 15px;
}
.commentArea__name span{
	font-size: 12px;
}
.commentArea--type_B .commentArea__name {
  margin: 5px 0 0;
	padding-bottom: 10px;
}

.products {
  padding: 0 0 30px;
}

.products__heading {
  color: #fff;
  font-size: 28px;
  text-align: center;
	background: #1b2d5a;
  padding: 10px;
	font-weight: 600;
}

.products__item {
  padding: 15px 15px 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.products__image {
  width: 40%;
}

.products__right {
	width: 56%;
	margin-left: 2%;
}

.products__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 10px;
}

.products__name {
  font-size: 20px;
	font-weight: 600;
}
.products__name small{
	font-size:70%;
}
.products__btns {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.products__toDetail,
.products__toDetail2,
.products__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content:left;
  padding: 10px 20px;
  text-align: left;
  white-space: nowrap;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products__dl.ptn2{
	padding: 0px 20px;
}
.products__toDetail {
  color: #fff;
  background: #807f80;
  min-width: 200px;
}

.products__toDetail::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/arrow_btn.png) no-repeat;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.products__toDetail2 {
  color: #000;
  background: #FEF102;
  min-width: 200px;
	font-weight: 700;
}

.products__toDetail2::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../img/pdf_btn.png) no-repeat left center /100%;
  margin: 0 10px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.products__dl {
  font-weight: 500;
}

.products__dl::before {
      content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(../img/arrow_dl.png) no-repeat;
    margin: 0 12px 0 6px
}

.reason__heading {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  padding: 20px;
  background: #0D2EA1;
  position: relative;
}


.reason__list {
}

.reason__item {
}

.reason--type_A .reason__item {
  position: relative;
  margin: 0 0 40px;
}

.reason--type_A .reason__item:not(:last-child)::after {
  content: "";
  display: none;
  width: 36px;
  height: 20px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -18px;
  background-repeat: no-repeat;
}



.reason__subHeading {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  background: #1B2D5A;
  font-weight: 700;
}

.reason--type_B .reason__subHeading {
  padding: 15px 5px;
}

.reason--type_B .reason__subHeading .large {
  display: block;
  font-size: 34px;
}

.reason__content {
  color: #595757;
  background: #F7F8F8;
}
.reason__content.mt{
	padding-top: 3%;
}
.reason--type_A .reason__content {
  padding: 20px;
}

.reason__catch {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}

.reason__outline {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 15px 0 0;
}



.reason__outlineItem{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.reason__outlineItem::before {
  content: "・";
  color: #0D2EA1;
}
.reason__item{
	list-style: none;
}
.reason__image {
  height: 258px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.reason__image .caption{
	padding:4% 4%;
	font-size:11px;
	line-height: 18px;
	position: relative;
}
.reason__image .caption.pb{
	padding:4% 4% 8%;
}
.reason__text span{
	font-weight: bold;
}
.reason--type_A .reason__text {
  margin: 15px 0 0;
}

.reason--type_B .reason__text {
  padding: 20px;
}
.pdf__btn {
  font-size: 14px;
  font-weight: bold;
	text-align: center;
}
.pdf__btn .mini{
	font-size:12px;
}

.pdf__btn a,.mod-link6013_button li .pdf__btn a {
  display: block;
  padding: 5px;
  background: #FFF100;
  color: #2F2725;
	margin-left: auto;
	margin-right: auto;
  position: relative;
	text-align: center;
	font-size:18px;
	width: 100%;
}
.pdf__btn .icon{
	display: inline-block;
	width: 8%;
	margin-right: 2%;
	vertical-align: middle;
}
.pdf__btn .icon.ex{
	display: inline-block;
	width: 6%;
	margin-right: 2%;
	vertical-align: middle;
}
.pdf__btn a::before {
  content: "";
	display: block;
	width: 18%;
	height: 0;
	padding: 12% 0 0;
	/*background-image: url(../../img/pdf_icon.png);*/
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 5px;
  left: 10px;
}
.ex-link li{
	width: auto!important;
	margin: 0 0 20px 15px!important;
}
.notes {
    font-size: 10px;
    line-height: 14px!important;
    display: block;
	text-align: left;
}
/*202204修正*/
.mod-headingLv3{
	color: #fff;
    text-align: center;
    background: #27292F;
    padding: 10px;
    font-weight: 600;
}
.mod-headingLv3 h2{
    font-size: 26px;
    font-weight: 600;
}
.mod-freeC652_text p{
	font-size: 18px;
	font-weight: 600;
}

@media screen and (min-width: 901px) {
  .sp {
    display: none;
  }
  .pc {
    display: inline;
  }
  .case__nameArea {
    padding: 20px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .case__category {
    margin: 0 15px 0 0;
  }
  .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 192px;
  }
  .profile__image {
    width: 350px;
    height: auto;
    min-height: 192px;
  }
  .profile__image.ex {
    width: 440px;
    height: auto;
    min-height: 192px;
  }
  .profile__list {
    font-size: 13px;
    width: 442px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
	.profile__list .products__toDetail{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.profile__list .products__toDetail::before{
		line-height: 1;
		margin-bottom: -2px;
	}
  .profile__title {
    width: 100px;
    padding: 0 15px 5px 0;
  }
  .profile__data {
    width: 282px;
    padding: 0 0 5px 15px;
  }
  .commentArea--type_B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
  }
  .commentArea--type_A .commentArea__catch {
    padding: 38px 0;
	font-size:25px;
  }
  .commentArea--type_B .commentArea__catch {
    text-align: left;
	  padding-right: 5%;
  }
  .commentArea__person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .commentArea__text {
	font-size: 23px;
  }
  .commentArea--type_A .commentArea__person {
    margin: 0 0 0px;
  }
  .commentArea--type_A .commentArea__image {
    width:424px;
    height: auto;
	min-height: 138px;
  }
  .commentArea--type_A .commentArea__image.ex {
    width: 295px;
    height: auto;
	min-height: 184px;
  }
  .commentArea--type_A .commentArea__image.ex2 {
    background-position: center center;
  }
  .commentArea--type_A .commentArea__image.ex3 {
    background-position: center 45%;
  }
  .commentArea--type_B .commentArea__image {
    width: 285px;
    height: auto;
  }
  .commentArea--type_A .commentArea__right.ex {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 590px;
    height: auto;
    padding: 0px 20px;
  }
  .commentArea--type_A .commentArea__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 590px;
    height: auto;
    padding: 0px 20px;
  }
	.commentArea--type_A.commentArea__person .commentArea__right {
		padding: 0px 20px;

	}
	.commentArea--type_A.commentArea__person .commentArea__right.ex {
		padding: 0px 20px;

	}
  .commentArea--type_B .commentArea__right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 570px;
    height: auto;
    padding: 0;
  }
  .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
  }
  .products__item {
    width: 420px;
    margin: 0 10px;
    padding: 0;
  }
  .products__btns {
    position: relative;
    display: block;
  }
  .products__toDetail,
	.products__toDetail2,
.products__dl {
    margin: 10px 0 0;
    min-width: unset;
    max-width: 230px;
  }
  .reason__heading {
    margin: 0 0 90px;
  }
  .reason--type_A .reason__item {
    margin: 0 0 114px;
  }
  .reason--type_A .reason__item:not(:last-child)::after {
    bottom: -35px;
  }
  .reason--type_B .reason__subHeading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reason--type_B .reason__subHeading .large {
    display: inline-block;
    margin: -3px 0 3px;
  }
  .reason--type_A .reason__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
  }
  .reason--type_B .reason__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reason__left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .reason__left .h4-txt{
	font-size: 28px;
	line-height: 1.3em;
  }
  .reason--type_B .reason__image {
    width: 294px;
    height: auto;
  }
  .reason__image.pt{
	  padding-top: 25px;
	}
  .reason--type_A .reason__text {
    margin: 0;
    line-height: 1.7;
  }
  .reason--type_B .reason__text {
    margin: 0;
    padding: 25px;
    line-height: 1.7;
    width: 591px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .reason--type_B .reason__text.full {
	  width: 100%;
	}
	.pdf__btn,.mod-link6013_button li .pdf__btn,.con__btn,.con__btn2{
    font-size: 18px;
		line-height: 18px;
		width: 308px;
		margin-left: auto;
		margin-right: auto;
		display: block;
  }
	.pdf__btn.ex{
		width: 368px;
	}
	.pdf__btn .text{
		display: inline-block;
		vertical-align: middle;
		padding-top: 0.5%;
	}
	.pdf__btn .mini{
		font-size:12px;
	}
  .pdf__btn a::before {
    width: 35px;
	height: 40px;
	padding: 0;
	top: 12px;
	left: 11px;
  }
  .pdf__btn a,.mod-link6013_button li .pdf__btn a {
    padding: 15px 4px;
  }
	
	
  /*202204修正*/
  .ex-flex{
      display: flex;
      justify-content: space-between;
  }
  /*.ex-flex .products,.ex-flex .mod-freeC652{
	  width: 49%;
  }*/
	.ex-flex .mod-freeC652{
		margin-top: 0;
	}
	.ex-flex .mod-freeC652_grid{
		display: block;
	}
	.ex-flex .mod-freeC652_item{
		width: calc(100% - 40px);
		box-sizing: border-box;
	}
	
}
@media screen and (max-width: 900px) {
.commentArea__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 60vw;;
}
.reason__outlineItem{
	margin-bottom: 2vw;
}
.reason__image.img{
	height: auto;
}
.reason__image .caption{
	padding:2% 5%;
}
.reason__left .h4-txt{
  font-size: 5.8vw;
  line-height: 1.3em;
}
.pdf__btn a,.mod-link6013_button li .pdf__btn a {
		padding:3%;
	box-sizing: border-box;
	font-size: 4.1vw;
	}
	.pdf__btn a::before {
		background-size:55%;
		background-position: 5% 30%;
	}
	.pdf__btn .text{
		display: inline-block;
		vertical-align: middle;
		padding-top: 0.5%;
		font-size:4.7vw;
	}
.reason__image.ex {

    height: auto;

}
.mod-link6013_button.ex-link li {
    width: auto;
    margin: 10px 0px;
}
.ex-link li {
    width: auto!important;
    margin: 0 10px 15px 10px!important;
}
.case__toPdf.ex{
	margin:14vw auto 0px!important;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	.case__toPdf.ex{
		margin:10vw auto 0px!important;
	}
	.products__image{
		padding-bottom: 5%;
		width: 40%;
	}
	.products__right{
		width: 56%;
		margin-left: 2%;
	}
.products__btns {
  position: relative;
  display: block;
  /*bottom: 0;
  left: 0;
  right:5%;
  width: 63%;*/
	/*margin-left: auto;
	margin-right: auto;*/
}
	.products__toDetail2{
		margin-top: 3vw;
	font-size: 3.3vw;
		padding: 2vw 3vw;
	}
.mod-freeC652_text p{
	font-size: 16px;
}
	.products__right .products__toDetail{
		font-size: 3.3vw;
		padding: 2vw 3vw;
		min-width:inherit;
	}
	.products__right .products__dl.ptn2{
		font-size: 3.3vw;
		padding: 1vw 3vw;
	}
}


.profile__list.ex{
	padding: 36px 36px;
	font-size: 27px;
	line-height: 1.74;
	font-weight: 700;
	width: 535px;
}
.profile__list.ex.ptn2{
	padding: 28px 30px;
	font-size: 27px;
	line-height: 1.74;
	font-weight: 700;
	width: 445px;
}
.reason__content .img-box{
	max-width: 272px;
	margin-top: 18px;
}
.con__btn a, .mod-link6013_button li .con__btn a{
	/*display: block;*/
	padding: 12px 4px;
    background: #f18d00;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    font-size: 23px;
    width: 100%;
	font-weight: 700;
}
.con__btn a::before, .mod-link6013_button li .con__btn a::before{
	content: "";
	background: url("../img/mail_icon.png") no-repeat left center/100%;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 12px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.con__btn a::after, .mod-link6013_button li .con__btn a::after{
	content: "";
	background: url("../img/yajirushi_new.png") no-repeat left center/100%;
	width: 8px;
	height: 16px;
	position: absolute;
	right:20px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.case__header .cat-list{
	width: auto;
	max-width: 160px;
	min-width: 130px;
	margin-right: 30px;
}
.case__header .cat-list li.cat{
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1;
	border-radius: 3px;
	text-align: center;
	color: #4a4b4d;
	background: #fff;
	font-weight: 600;
	/*border: 1px solid #4a4b4d;*/
	font-size: 13px;
	max-width: 130px;
}
.case__header .cat-list li.name{
	line-height: 1.36;
	font-size: 11px;
	color: #fff;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 36.25%;
	margin-top: 7.2vw;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.column__bigimg{
	margin-top: 34px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.con__btn.pl a{
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
}
	.profile__list.ex h1{
		font-weight: bold;
	}
@media screen and (max-width: 900px) {
.case__toPdf{
    padding-left: 0;
    padding-right: 9px;
}
.profile__list.ex{
	padding: 7.2vw 4.8vw;
	font-size: 5.0vw;
	line-height: 1.74;
	font-weight: 700;
	width: 100%;
	box-sizing: border-box;
}
.profile__list.ex.ptn2{
	width: 100%;
	padding: 7.2vw 4.8vw;
	font-size: 6.4vw;
}
.reason__content .img-box{
	max-width: none;
	width: 100%;
	margin-top: 4.8vw;
}
.con__btn a, .mod-link6013_button li .con__btn a{
	display: block;
	padding: 1.8vw 0.5vw!important;
    background: #f18d00;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    font-size: 5.5vw;
    width: 100%;
	font-weight: 700;
}
.con__btn a::before, .mod-link6013_button li .con__btn a::before{
	content: "";
	background: url("../img/mail_icon.png") no-repeat left center/100%;
	width: 7.8vw;
	height: 7.8vw;
	position: absolute;
	left: 3.1vw;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.con__btn a::after, .mod-link6013_button li .con__btn a::after{
	content: "";
	background: url("../img/yajirushi_new.png") no-repeat left center/100%;
	width: 1.9vw;
	height: 3.8vw;
	position: absolute;
	right:4.3vw;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.case__header .cat-list{
	width: 100%;
	min-width: none;
	max-width: none;
	display: flex;
	margin-right:0;
	margin-left: 0;
	justify-content: space-between;
	align-items: center;
	margin-top: 4.3vw;
}
.case__header .cat-list li.cat{
	margin-bottom: 0px;
	padding-top: 1vw;
	padding-bottom: 1vw;
	line-height: 1;
	border-radius: 1vw;
	font-size:3.3vw;
	width: 33%;
	max-width: none;
}
.case__header .cat-list li.name{
	font-size: 2.9vw;
	width: 62.2%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
	.column__bigimg{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 7.2vw;
	}
}

.info-head{
	margin-bottom: 20px;
	text-align: center;
	margin-top: 28px;
}
.info-head .ttl-1{
	font-size: 28px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 600;
}
.info-head .ttl-2{
	line-height: 1;
	color: #fff;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 610px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 600;
}
.info-head .tex{
	font-size: 16px;
	line-height: 1.56;
	text-align: center;
}
.info-head.shop .ttl-1{
	color: #549b35;
}
.info-head.medical .ttl-1{
	color: #EC7299;;
}
.info-head.product .ttl-1{
	color: #da9b00;
}
.info-head.logistic .ttl-1{
	color: #b6712b;
}
.info-head.service .ttl-1{
	color: #5ab9d9;
}
.info-head.financial .ttl-1{
	color: #834f9c;
}
.info-head.maintenance .ttl-1{
	color: #3D97D3;
}
.info-head.shop .ttl-2{
	background: #549b35;
}
.point-list{
	margin-bottom: 90px;
	margin-top: 20px;
}
.point-list li{
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 3px dotted #7d7d7d;
}
.point-list li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.point-list li .li-ttlflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.point-list li .li-ttlflex .p-ttl{
	width: 102px;
}
.point-list li .li-ttlflex .p-obi{
	width: 90px;
	padding: 4px 4px;
	border: 1px solid #231815;
	color: #231815;
	font-size: 11px;
	text-align: center;
	font-weight: 700;
}
.point-list li .li-ttlflex .p-txt{
	width: calc(100% - 210px);
	font-size: 22px;
	font-weight: 700;
	text-align: left;
}
.point-list li .li-ttlflex .p-txt.ptn1{
	color: #18943b;
}
.point-list li .li-ttlflex .p-txt.ptn2{
	color: #009481;
}
.point-list li .li-ttlflex .p-txt.ptn3{
	color: #0096b2;
}
.point-list li .li-ttlflex .p-txt .logo-img{
	width: 130px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.point-list li .li-ttlflex .p-txt .logo-img img{
	display: block;
}
.point-list li .list-boxflex{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.point-list li .list-boxflex .list-img{
	width: 64%;
	display: flex;
	align-items: center;
	text-align: left;
}
.point-list li .list-boxflex .list-txt{
	width: 34%;
	display: flex;
	align-items: center;
	padding: 15px 15px;
	box-sizing: border-box;
	color: #fff;
}
.point-list li .list-boxflex .list-txt.ptn1{
	background: #4da635;
}
.point-list li .list-boxflex .list-txt.ptn2{
	background: #009481;
}
.point-list li .list-boxflex .list-txt.ptn3{
	background: #0096b2;
	padding-top: 8px;
	padding-bottom: 8px;
}
.point-list li .list-boxflex .list-txt .txt-box{
	width: 100%;
}
.point-list li .list-boxflex .list-txt .ttl-text{
	text-align: center;
	font-size: 17px;
	line-height: 1.58;
	margin-bottom: 10px;
	font-weight: 700;
}
.point-list li .list-boxflex .list-txt .sub-txt1{
	text-align: center;
	font-size: 14px;
	line-height: 1.64;
}
.point-list li .list-boxflex .list-txt .sub-txt2{
	text-align:left;
	font-size: 12px;
	line-height: 1.58;
}
.point-list li .list-boxflex .list-txt .txt-box.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.point-list li .list-boxflex .list-txt .txt-box.flex .flex-img{
	width: 24%;
}
.point-list li .list-boxflex .list-txt .txt-box.flex .flex-txt{
	font-size: 17px;
	line-height: 1.4;
	width: 70%;
	font-weight: 700;
	text-align: left;
}
.point-list li .list-boxflex .list-txt .txt-box.flex .flex-txt .en{
	font-size: 21px;
}
@media screen and (max-width: 900px) {
.info-head .ttl-1{
	font-size: 5.7vw;
	text-align: center;
	margin-bottom: 3.5vw;
	line-height: 1.7;
}
.info-head .ttl-1 span{
    font-size: 4.1vw;
}
.info-head .ttl-2{
	line-height: 1.6;
	font-size: 4.3vw;
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: 90%;
	padding-top: 4vw;
	padding-bottom: 4vw;
}
.info-head .tex{
	font-size: 3.8vw;
	line-height: 1.56;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.point-list{
	margin-bottom: 14.5vw;
	margin-top: 9.6vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.point-list li{
	margin-bottom:7.2vw;
	padding-bottom: 7.2vw;
	border-bottom: 3px dotted #7d7d7d;
}
.point-list li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.point-list li .li-ttlflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 3.6vw;
}
.point-list li .li-ttlflex .p-ttl{
	width: 28%;
}
.point-list li .li-ttlflex .p-obi{
	width: 27%;
	margin-right: 37%;
	padding: 2vw 2vw;
	border: 1px solid #231815;
	color: #231815;
	font-size: 2.7vw;
	text-align: center;
	font-weight: 700;
}
.point-list li .li-ttlflex .p-txt{
	width: 100%;
	font-size: 5.3vw;
	font-weight: 700;
	text-align: left;
	margin-top: 4vw;
}
.point-list li .li-ttlflex .p-txt .logo-img{
	width: 41vw;
	margin-left: 2.4vw;
	display: inline-block;
	vertical-align: middle;
}
.point-list li .li-ttlflex .p-txt .logo-img img{
	display: block;
}
.point-list li .list-boxflex{
	display: block;
}
.point-list li .list-boxflex .list-img{
	width: 100%;
	display: block;
	margin-bottom: 5vw;
}
.point-list li .list-boxflex .list-txt{
	width: 100%;
	display: block;
	padding: 4vw 4vw;
	box-sizing: border-box;
	color: #fff;
}
.point-list li .list-boxflex .list-txt .txt-box{
	width: 100%;
}
.point-list li .list-boxflex .list-txt .ttl-text{
	text-align: center;
	font-size: 4.1vw;
	line-height: 1.58;
	margin-bottom: 2vw;
	font-weight: 700;
}
.point-list li .list-boxflex .list-txt .sub-txt1{
	text-align: center;
	font-size: 3.3vw;
	line-height: 1.64;
}
.point-list li .list-boxflex .list-txt .sub-txt2{
	text-align:left;
	font-size: 2.9vw;
	line-height: 1.58;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}
.point-list li .list-boxflex .list-txt .txt-box.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}
.point-list li .list-boxflex .list-txt .txt-box.flex .flex-img{
	width: 24%;
}
.point-list li .list-boxflex .list-txt .txt-box.flex .flex-txt{
	font-size: 4.1vw;
	line-height: 1.4;
	width: 70%;
	font-weight: 700;
	text-align: left;
}
.point-list li .list-boxflex .list-txt .txt-box.flex .flex-txt .en{
	font-size: 5vw;
}
}
.profile__list.ex .sub-txt{
	font-size: 17px;
	margin-top: 20px;
	padding-top: 20px;
	line-height: 1;
	width: 100%;
}
.profile__list.ex .products__toDetail{
	color: #fff;
	display: inline-block;
}
.type-product .profile__list.ex .sub-txt {
  border-top: 1px solid #da9b00;
}
.type-service .profile__list.ex .sub-txt {
  border-top: 1px solid #5ab9d9;
}
.type-maintenance .profile__list.ex .sub-txt {
	border-top: 1px solid #3D97D3;
}
.type-logistic .profile__list.ex .sub-txt {
	border-top: 1px solid #B6712B;
}
.type-shop .profile__list.ex .sub-txt{
	border-top: 1px solid #549b35;
}
.type-financial .profile__list.ex .sub-txt {
	border-top: 1px solid #7D4698;
}
.type-medical .profile__list.ex .sub-txt {
	border-top: 1px solid #EC7299;
}

.osusume-list{
	display: flex;
	justify-content: space-between;
}
.osusume-list li{
	width: 31.6%;
	box-sizing: border-box;
	background: #89a8ce;
	padding: 28px 22px;
	color: #fff;
}
.osusume-list li .osusume-ttl{
	position: relative;
	height: 60px;
}
.osusume-list li .osusume-ttl p{
	line-height: 1.52;
	font-size: 21px;
	width: 100%;
	position: absolute;
    top: 50%;
    left: 0%;
	text-align: center;
	font-weight: 600;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.osusume-list li .osusume-tex{
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #fff;
	font-size: 14px;
	line-height: 1.71;
}
.con__btn2 a, .mod-link6013_button li .con__btn2 a{
	display: block;
	padding: 10px 4px;
    background: #4a4b4d;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    font-size: 17px;
    width: 100%;
	font-weight: 700;
}
.con__btn2 a::after, .mod-link6013_button li .con__btn2 a::after{
	content: "";
	background: url("../img/yajirushi_new.png") no-repeat left center/100%;
	width: 8px;
	height: 16px;
	position: absolute;
	right:20px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
	.products__name{
		font-size: 5.7vw;
	}
	.products__text{
		font-size: 3.6vw;
	}
	.profile__image{
		width: 100%;
		height: 54vw;
	}
	.profile__image.ex{
		width: 100%;
		height: 54vw;
	}
	
	.profile__list.ex .sub-txt{
		font-size: 4.1vw;
		margin-top:5.5vw;
		padding-top: 5.5vw;
		margin-bottom: 5.5vw;
		line-height: 1;
		width: 100%;
	}


.osusume-list{
	display: block;
	justify-content: space-between;
}
.osusume-list li{
	width: 100%;
	box-sizing: border-box;
	background: #89a8ce;
	padding: 4.8vw 4.8vw;
	color: #fff;
	margin-bottom: 2.4vw;
}
	.osusume-list li:last-child{
		margin-bottom: 0;
	}
.osusume-list li .osusume-ttl{
	position: relative;
	height:auto;
}
.osusume-list li .osusume-ttl p{
	line-height: 1.52;
	font-size: 5.2vw;
	width: 100%;
	position: relative;
    top: auto;
    left:auto;
	text-align: center;
	font-weight: 600;
    transform: translateY(-0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(-0%);
}
.osusume-list li .osusume-tex{
	padding-top: 4.8vw;
	margin-top: 4.8vw;
	border-top: 1px solid #fff;
	font-size: 3.38vw;
	line-height: 1.71;
}
.con__btn2 a, .mod-link6013_button li .con__btn2 a{
	display: block;
	padding: 2.4vw 1vw;
    font-size: 4.1vw;
    width: 100%;
	font-weight: 700;
	box-sizing: border-box;
}
.con__btn2 a::after, .mod-link6013_button li .con__btn2 a::after{
	content: "";
	background: url("../img/yajirushi_new.png") no-repeat left center/100%;
	width: 1.9vw;
	height: 3.8vw;
	position: absolute;
	right:4.3vw;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.products__dl.ptn2{
  margin-top: 4vw;
}
.pdf__btn .icon.ex{
    width: 6%;
	margin-top: 2vw;
}
	.products__item{
		padding-left: 0;
		padding-right: 0;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.bottom-link{
		width: 90vw;
		margin-left: auto;
		margin-right: auto;
	}
	.mod-link6013_button li .case__toPdf{
		padding-right: 0;
	}
	.mod-link6013_button li .case__toPdf.ex{
		width: 100%;
		margin:4vw auto 0!important;
	}
	.mod-link6013_button li{
		margin:5px 40px;
	}
}

@media screen and (min-width: 901px) {
	.point-list li .flex-box{
		display: flex;
	}
	.point-list li .flex-box > div{
		width: 46%;
	}
	.point-list li .flex-box > div.img-1{
		margin-right: 3%;
		padding-right: 3%;
		box-sizing: border-box;
		border-right: 1px solid #3785bc;
		width: 49%;
	}
}
.point-list2{
	display: flex;
	margin-top: 38px;
}
.point-list2 li{
	width: 33.0%;
	margin-right: 2.5%;
	padding-right: 2.5%;
	box-sizing: border-box;
	border-right: 1px solid #0064ab;
}
.point-list2 li:last-child{
	width: 31.0%;
	padding-right: 0.6%;
	margin-right: 0;
	border-right: 0;
}
.point-list2 li .point-ttl{
	width: 93%;
	margin-bottom: 22px;
}
.point-list2 li .point-tex{
	font-size: 14px;
	line-height: 1.57;
	min-height: 240px;
	margin-bottom: 10px;
	text-align: justify;
}
.point-list2 li .point-pic img{
	width: 100%;
}
.point-list2 li .ex-caption{
	font-size: 10px;
	margin-top: 5px;
	text-align: left;
}
@media screen and (max-width: 900px) {
.point-list2{
	display: block;
	margin-top: 9.6vw;
}
.point-list2 li{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-right: 0%;
	box-sizing: border-box;
	border-right:0;
	margin-bottom: 8.4vw;
	padding-bottom: 8.4vw;
	border-bottom: 1px solid #0064ab;
}
.point-list2 li:last-child{
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	padding-right: 0;
	border-right: 0;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.point-list2 li .point-ttl{
	width: 77%;
	margin-bottom: 5.7vw;
}
.point-list2 li .point-tex{
	font-size: 3.3vw;
	line-height: 1.57;
	min-height: inherit;
	margin-bottom: 4.8vw;
	text-align: left;
}
.point-list2 li .point-pic img{
	width: 100%;
}
.point-list2 li .ex-caption{
	font-size: 2.7vw;
	margin-top:2vw;
	text-align: left;
}	
}

.ex-box{
	padding-bottom: 45px;
	margin-bottom: 45px;
	border-bottom: 1px solid #00aeca;
}
.ex-box.ptn2{
	border-bottom: 0;
	margin-bottom: 90px;
	padding-bottom: 0;
}
.ex-box .ttl{
	color: #004898;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: left;
}
.ex-box .img-box{
	max-width: 690px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ex-box .img-box .ex-notes{
	font-size: 12px;
	text-align: right;
	margin-top: 14px;
}
.ex-box.first{
	margin-top: 45px;
}
.ex-box .ex-list li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.ex-box .ex-list li:last-child{
	margin-bottom: 0;
}
.ex-box .ex-list li .pic{
	width: 31.3%;
}
.ex-box .ex-list li .text{
	width: 63.2%;
	padding-right: 1%;
	text-align: left;
}
.ex-box .ex-list li .text .nm-text{
	font-size: 14px;
	line-height: 1.85;
}
.ex-box .ex-list li .text dl.ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.ex-box .ex-list li .text dl.ttl dt{
	width: 6%;
}
.ex-box .ex-list li .text dl.ttl dd{
	width: 93%;
	font-size: 23px;
	font-weight: 700;
	color: #004898;
}

.case__header .ex-link{
	position: absolute;
	right:5px;
	bottom: -25px;
	font-size: 12px;
}
.case__header .ex-link .icon{
	width: 12px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 900px) {
.ex-box{
	padding-bottom:7.7vw;
	margin-bottom: 7.7vw;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	border-bottom: 1px solid #00aeca;
}
.ex-box.ptn2{
	border-bottom: 0;
	margin-bottom: 14vw;
	padding-bottom: 0;
}
.ex-box .ttl{
	font-size:5.3vw;
	font-weight: 700;
	margin-bottom: 4.4vw;
	text-align: left;
	line-height: 1.54;
	padding-left: 1em;
	text-indent: -1em;
}
.ex-box .img-box{
	max-width: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ex-box .img-box .ex-notes{
	font-size: 2.3vw;
	text-align: left;
	margin-top: 2.4vw;
}
.ex-box.first{
	margin-top: 5.3vw;
}
.ex-box .ex-list li{
	display: block;
	justify-content: space-between;
	margin-bottom: 6.5vw;
}
.ex-box .ex-list li:last-child{
	margin-bottom: 0;
}
.ex-box .ex-list li .pic{
	width: 100%;
	margin-bottom: 4.8vw;
}
.ex-box .ex-list li .text{
	width: 100%;
	padding-right: 0%;
	text-align: left;
}
.ex-box .ex-list li .text .nm-text{
	font-size:3.3vw;
	line-height: 1.85;
}
.ex-box .ex-list li .text dl.ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.6vw;
}
.ex-box .ex-list li .text dl.ttl dt{
	width: 9%;
}
.ex-box .ex-list li .text dl.ttl dd{
	width: 88%;
	font-size: 4.8vw;
}
.case__header {
  margin-bottom: 10vw;
}
.case__header .ex-link{
	position: absolute;
	right:1vw;
	bottom: -6vw;
	font-size: 3.3vw;
}
.case__header .ex-link .icon{
	width: 3.0vw;
	margin-left: 1vw;
}
	.reason__subHeading{
		font-size: 4.8vw;
	}
	.af-wrap .case__toPdf.ex{
		width: 100%;
	}
	.af-wrap .case__toPdf.pdf__btn .text{
		font-size: 4.1vw;
	}
}
/*202412修正*/
.main.case{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.advice-box{
	position: relative;
}
.advice-flex{
	display: flex;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
.advice-flex .advice-img{
	width: 31%;
}
.advice-flex .advice-img img{
	max-width: 100%;
}
.advice-flex .advice-text{
	text-align: left;
	width: 66%;
	line-height: 1.5;
	font-size: 28px;
	font-weight: 600;
}
.advice-flex .advice-text span{
	background:#FFF100 ;
}
.advice-flex .advice-text p{
	margin-bottom: 12px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 600;
}
.advice-ttl img{
	width: 366px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.point-ttl{
	padding: 11px 49px;
	color: #fff;
	margin-bottom: 25px;
	background: #333;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 600;
}
@media screen and (max-width: 900px) {
	
.advice-flex{
	display: flex;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16vw;
}
	.advice-box {
        position: relative;
        padding: 0 0;
        background: none;
    }.advice-flex{
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	align-items: center;
		margin-top: 6vw;
}
.advice-flex .advice-img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6vw;
}
.advice-flex .advice-text{
	text-align: left;
	width: 100%;
	line-height: 1.3;
	font-size: 5.8vw
}
.advice-flex .advice-text p{
	margin-bottom: 12.8vw;
	padding-left: 1em;
	text-indent: -1em;
}
.point-ttl{
	font-size: 4.2vw;
	padding: 2.6vw 5.3vw;
}
}
/*202412修正ここまで*/

.head-box.case{
	background: #F5F6F7;
	overflow: hidden;
}
.head-box.case .contents{
	display: flex;
	justify-content: space-between;
}
.head-box.case .contents .img-boxwrap-ex{
	width: 48%;
	position: relative;
}
.head-box.case .contents .img-boxwrap-ex img{
	padding-right: 50%;
	margin-right: -50%;
	object-fit: cover;
	max-width: 130%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 0%;
	max-width: 950px;
	object-position: center;
}
.head-box.case .contents .case__header{
	width: 49%;
	margin-bottom: 0;
	padding-top: 98px;
	padding-bottom: 97px;
	position: relative;
}
.item-flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  border: 2px solid #0D2EA1;
  display: flex;
  align-items: center;
  background: #F5F6F7;
}
.item-flex.bottom{
	margin-bottom: 0;
}
  .item-flex .img-box{
	width: 224px;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 1px 3px;
	border-right: 2px solid #0D2EA1;
  }
  .item-flex .img-box img{
	margin-left: auto;
	margin-right: auto;
	display: block;
  }
  .item-flex .text-box{
	width: calc(100% - 224px);
	box-sizing: border-box;
	padding: 30px 32px 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  }
  .item-flex .text-box .item-name{
	margin-bottom: 10px;
	width: 100%;
	font-weight: 600;
  }
  .item-flex .text-box .item-name a{
	color: #0D2EA1;
	font-size: 18px;
	width: 100%;
	line-height: 1;
  }
  .item-flex .text-box .item-name .img{
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-top:2px;
	line-height: 1;
  }
  .item-flex .text-box .item-name .img img{
	width: 100%;
  }
  .item-flex .text-box .item-text{
	font-size: 16px;
	line-height: 1.7;
	width: 100%;
  }
  .case__categoryList{
	margin-top: 24px;
	font-size:0;
  }
  .case__categoryList li{
	display: inline-block;
	padding: 2px 20px;
	background: #fff;
	color: #0D2EA1;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 5px;
	font-weight: 600;
	margin-right: 10px;
  }
  .case__date{
	margin-top: 24px;
	color: #000;
	font-size: 16px;
  }
  .case-obi{
	margin-bottom: 8px;
  }
  .case-obi span{
	display: inline-block;
	background: #0D2EA1;
	color: #fff;
	padding: 4px 20px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 600;
  }
  .case-obi span.case-name{
	background: none;
	color: #0D2EA1;
	padding: 4px 20px;;
	font-size: 20px;
	font-weight: 700;
  }
  .case-imgbox{
	margin-bottom: 114px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
  }
  .case-imgbox img{
	width: 100%;
  }
  .case-imgbox .caption{
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.7;
  }
  .newlink-btn{
	max-width: 400px;
  }
  .reason{
	margin-top: 80px;
  }
  .osusume-textnew{
	margin-top: 24px;
  }
  @media screen and (max-width: 900px) {
	
	.osusume-textnew{
		margin-top: 6.4vw;
	  }
	.case__categoryList li{
		padding: 0.5vw 5.3vw;
		font-size: 3.7vw;
		margin-right: 2.6vw;
		width: auto;
	  }
	.col-obi span{
		padding: 1.6vw 5.3vw;
		font-size: 4.8vw;
		border-radius: 1.2vw;
	}
	.head-box.case{
		background: #F5F6F7;
	}
	.head-box.case .contents{
		display: block;
		width: 100%;
	}
	.head-box.case .contents .img-boxwrap-ex{
		width: 100%;
		height: 50vw;
		overflow: hidden;
	}
	.head-box.case .contents .img-boxwrap-ex img{
		padding-right: 0%;
		margin-right: -0%;
		object-fit: cover;
		max-width:100%;
		top: 50%;
		transform: translateY(-50%);
	}
	.head-box.case .contents .case__header{
		width: 100%;
		padding: 10vw 5.3vw;
		box-sizing: border-box;
	}
	
	.col-obi span{
		padding: 2.6vw 5.3vw;
		font-size: 4.8vw;
	}
	
	.case-obi span.case-name{
		padding-left: 0;
		margin-top: 1vw;
		display: block;
	}
	.item-flex{
		display: block;
		margin-bottom: 13vw;
		border: 2px solid #0D2EA1;
		align-items: center;
		background: #F5F6F7;
	  }
	  .item-flex .img-box{
		width: 100%;
		display: block;
		align-items: center;
		padding: 1vw 1vw;
		box-sizing: border-box;
		border-right: 0;
		border-bottom: 2px solid #0D2EA1;
	  }
	  .item-flex .text-box{
		width: 100%;
		box-sizing: border-box;
		padding: 5.3vw 5.3vw;
	  }
	  .item-flex .text-box .item-name{
		font-size: 5.3vw;
		margin-bottom: 4.6vw;
		width: 100%;
	  }
	  .item-flex .text-box .item-name a{
		font-size: 4.8vw;
		width: 100%;
		line-height: 1;
	  }
	  .item-flex .text-box .item-name .img{
		width: 4.8vw;
		display: inline-block;
		vertical-align: middle;
		margin-left: 1.2vw;
		line-height: 1;
	  }
	  .item-flex .text-box .item-name .img img{
		width: 100%;
	  }
	  .item-flex .text-box .item-text{
		font-size: 4.2vw;
		width: 100%;
	  }
  }
.main.case{
	padding-bottom: 114px;
}
  .bef-box{
	margin-bottom: 60px;
  }
.bef-box .bef-wrap{
	padding: 32px 49px;
	background: #E6E6E6;;
}
.bef-box .products__heading{
	background: #767676;
	text-align: left;
	padding: 19px 48px;
	color: #fff;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 700;
}
.bef-box .bef-wrap .m-text{
	font-size: 18px;
	line-height: 1.65;
	color: #333;
	font-weight: 700;
	margin-bottom: 40px;
}
.bef-box .bef-wrap .img-box{
	margin-bottom: 44px;
	max-width: 615px;
	margin-left: auto;
	margin-right: auto;
}
.bef-box .bef-wrap .img-box img{
	max-width: 100%;
}
.bef-box .sankaku{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bef-box .sankaku{
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #E6E6E6;
}
.af-box .af-wrap{
	padding: 32px 40px;
	margin-bottom: 114px;
	background: #F5F6F7;
}
.af-box .products__heading{
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 44px;
	line-height: 1;
}
.af-box .products__heading {
	background: #0D2EA1;
	padding: 18px 48px;
	color: #fff;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 700;
	text-align: left;
  }
  .af-box .af-wrap .main-txt-box{
	margin-bottom: 40px;
  }
  .af-box .af-wrap .main-txt{
	  font-size: 32px;
	  line-height: 1.51;
	  font-weight: 700;
	  color: #0D2EA1;
	  padding-left: 1em;
	  text-indent: -1em;
	  margin-bottom: 12px;
  }
  .af-box .af-wrap .main-txt span{
	background: #FFF100;
  }
  .af-box .af-wrap .img-box{
	  margin-bottom: 18px;
	  max-width: 615px;
	  margin-left: auto;
	  margin-right: auto;
  }
  .af-box .af-wrap .img-box img{
	max-width: 100%;
  }
  .af-box .products__heading.ex{
	  background: #27292f!important;
	  padding-top: 14px!important;
	  padding-bottom: 14px!important;
	  font-size: 23px;
  }
  .af-box .kakko-ttl{
	  text-align: center;
	  color: #657d9b;
	  font-size: 26px;
	  line-height: 1;
	  margin-bottom: 24px;
	  font-weight: 700;
  }
  .af-box .kakko-ttl img{
	  display: block;
  }
  .af-box .kakko-ttl .kakko1{
	  width: 24px;
	  margin-right: 12px;
	  display: inline-block;
	  vertical-align: middle;
  }
  .af-box .kakko-ttl .kakko2{
	  width: 24px;
	  margin-left: 12px;
	  display: inline-block;
	  vertical-align: middle;
  }
  .kento-box{
	margin-top: 0;
	margin-bottom: 114px;
  }
.osusume-textnew li{
	font-size: 16px;
	margin-bottom: 24px;
}
.osusume-textnew li p{
	line-height: 1.6em;
}
.osusume-textnew li:last-child{
	margin-bottom: 0;
}
  @media screen and (max-width: 900px) {

	.main.case{
		padding-bottom: 26vw;
	}
	.bef-box .bef-wrap{
		padding: 6vw 5vw;
	}
	.products{
		padding-bottom: 0;
	}
	.bef-box .products__heading{
		padding: 5vw 5vw;
		font-size: 5.8vw;
	}
	.af-box .products__heading{
		padding: 5vw 5vw;
		font-size: 5.8vw;
	}
.bef-box .bef-wrap .m-text{
	font-size: 4.8vw;
	line-height: 1.65;
	margin-bottom: 5.7vw;
	text-align: left;
}
.bef-box .bef-wrap .img-box{
	margin-bottom: 0vw;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.bef-box .bef-wrap .sankaku{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bef-box .bef-wrap .sankaku{
  width: 0;
  height: 0;
  border-left: 23vw solid transparent;
  border-right: 23vw solid transparent;
  border-top: 23vw solid #E6E6E6;
}
.af-box .af-wrap{
	padding: 6vw 5vw 6vw;
}
.af-box .products__heading{
	padding-top: 2.8vw;
	padding-bottom: 2.8vw;
	font-size:5.8vw;
}

.af-box .af-wrap .main-txt{
	font-size: 6.4vw;
	line-height: 1.51;
	text-align: left;
	margin-bottom: 5.8vw;
}

.af-box .af-wrap .img-box{
	margin-bottom: 0vw;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.af-box .products__heading.ex{
	padding-top: 3.3vw!important;
	padding-bottom:3.3vw!important;
	font-size: 5.8vw;
}
.af-box .kakko-ttl{
	font-size: 5.3vw;
	line-height: 1;
	margin-bottom: 5.8vw;
	font-weight: 700;
}
.af-box .kakko-ttl img{
	display: block;
}
.af-box .kakko-ttl .kakko1{
	width: 5.3vw;
	margin-right: 3.3vw;
	display: inline-block;
	vertical-align: middle;
}
.af-box .kakko-ttl .kakko2{
	width:  5.3vw;
	margin-left: 3.3vw;
	display: inline-block;
	vertical-align: middle;
}
  }

  
  .casecol-box{
	display: flex;
	justify-content: space-between;
  }
  .casecol-box .left{
	width: 29.6%;
	margin-bottom: 44px;
  }
  .casecol-box .left .caption{
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.6;
  }
  .casecol-box .right{
	width: 68.4%;
	margin-bottom: 44px;
	font-size: 16px;
	line-height: 1.6em;
  }
  .casecol-box .right .name{
	font-weight: 600;
	color: #0D2EA1;
  }
  .reason__heading .sankaku {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	left: 30%;
	width: 60px;
	height: 30px;
  }
  .reason__content{
	padding: 0!important;
	background: none;
	display: block!important;
	color: #333;
  }
  .reason__right{
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 22px;
}
.cat-link{
	color: #fff;
    display: inline-block;
    background: #0D2EA1;
    position: relative;
    text-align: left;
    padding: 14px 20px 13px 10px;
    width: 300px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 3px 3px 3px 3px;
	margin-top: 16px;
}
.cat-link .yajirushi{    position: absolute;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    width: 8px;
}
.cat-link .yajirushi img{
	width: 100%;
	display: block;
}
.com-info-box{
	margin-bottom: 34px;
}
.com-info-box .com-info-ttl{
	text-align: left;
	color: #0D2EA1;
	background: #F5F6F7;
	line-height: 1.3em;
	padding: 18px 40px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 32px;
}
.com-info-box .com-info-txt{
	box-sizing: border-box;
}
.com-info-box .com-info-txt__ttl{
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #333;
}
.com-info-box .com-info-txt dl{
	display: table;
	width: 100%;
	border-top: 1px solid #4c4948;
}
.com-info-box .com-info-txt dl:last-child{
	margin-bottom: 0;
	border-bottom: 1px solid #4c4948;
}
.com-info-box .com-info-txt dl dt,.com-info-box .com-info-txt dl dd{
	font-size: 15px;
	line-height: 1.6;
}
.com-info-box .com-info-txt dl dt{
	width: 200px;
	background: #f7f8f8;
	display: table-cell;
	border-right: 1px solid #4c4948;
	border-left: 1px solid #4c4948;
	padding: 13px 16px;
}
.com-info-box .com-info-txt dl dd{
	width: calc(100% - 200px);
	display: table-cell;
	padding: 13px 16px;
	border-right: 1px solid #4c4948;
}
.com-info-box .com-info-txt dl dd .icon{
	display: inline-block;
	width: 16px;
	margin-left: 4px;
	vertical-align: middle;
}
.com-info-box .com-info-txt dl dd .icon img{
	display: block;
	width: 100%;
}
.topSection__more::before{
	width: calc(100% - 610px);
}
.com-info-wrap{
	margin-top: 70px;
}
.com-info-box{
	margin-bottom: 0;
}
.newlink-btn.ex{
	margin-bottom: 114px;
	margin-top: 0;
}
.head-box.case{
  margin-bottom: 87px;
}

.head-box.case.ptn2{
	margin-bottom: 104px;
  }
  @media screen and (max-width: 900px) {
	.case-info{
		margin-top: 8.5vw;
	}
	.casecol-box{
		margin-top: 6.4vw;
	}
.reason--type_A .reason__item{
	width: 100%;
	margin-bottom: 26vw;
}
	.com-info-wrap{
		margin-top: 12.7vw;
	}
	.head-box.case{
		margin-bottom: 13vw;
	}
	.head-box.case.ptn2{
		margin-bottom: 13vw;
	}
	.reason{
		margin-top: 18vw;
	}
.casecol-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .casecol-box .left{
	width: 100%;
	margin-bottom: 6.5vw;
  }
  .casecol-box .right{
	width: 100%;
	margin-bottom: 6.5vw;
  }
	.reason__heading{
		font-size: 5.8vw;
		margin-bottom: 15vw;
	}
	.reason__heading .sankaku{
		bottom: -6vw;
		left: 30%;
		width: 12vw;
		height: 6vw;
	}
	.com-info-box{
		margin-bottom: 0px;
	}
	.products__heading{
		font-size: 5.4vw;
	}
	.com-info-box .com-info-ttl{
		padding-top: 2.4vw;
		padding-bottom: 2.4vw;
		font-size: 5.7vw;
		letter-spacing: 0.0em;
	}
	.com-info-box .com-info-txt{
		padding:0 0;
	}
	.com-info-box .com-info-txt dl{
		display: flex;
		justify-content: space-between;
		margin-bottom: 0vw;
	}
	.com-info-box .com-info-txt dl:last-child{
		margin-bottom: 0;
	}
	.com-info-box .com-info-txt dl dt,.com-info-box .com-info-txt dl dd{
		font-size: 3.6vw;
		line-height: 1.6;
	}
	.com-info-box .com-info-txt dl dt{
		width: 18vw;
		padding-right: 1vw;
		border-right: 1px solid #4c4948;
	}
	.com-info-box .com-info-txt dl dd{
		width: calc(100% - 22vw);
		padding-left: 3vw;
	}	
	.case__name{
		font-size: 4.8vw;
	}
	.commentArea{
		padding-top: 0vw;
		padding-bottom: 13vw;
	}
	
	.reason__heading .sankaku {
		content: "";
		display: block;
		position: absolute;
		bottom: -6vw;
		left: 30%;
		width: 12vw;
		height: 6vw;
	  }
	  .reason__outline{
		font-size: 4.2vw;
		margin:8vw 0 0;
	  }
	  .reason__content{
		padding: 0!important;
		background: none;
		display: block!important;
		color: #333;
	  }
	  .reason__right{
		font-size: 4.2vw;
		line-height: 1.6;
		margin-top: 6vw;
	}
	.reason--type_A .reason__item{
		width: 100%;
	}
	.cat-link{
		padding: 3.7vw 5.3vw;
        display: block;
        position: relative;
        border-radius: 1vw 1vw;
        font-weight: 600;
        width: 100%;
        font-size: 4.2vw;
		margin-top: 4.2vw;
	}
	.cat-link .yajirushi{    position: absolute;
		top: 50%;
		right: 3.7vw;
		transform: translateY(-50%);
		width: 2.0vw;
	}
	.cat-link .yajirushi img{
		width: 100%;
		display: block;
	}
	.item-flex .img-box img{
	  max-height: 50vw;
	}
	.com-info-box{
		margin-bottom:13vw;
	}
	.com-info-box .com-info-ttl{
		text-align: left;
		line-height: 1;
		padding: 5vw 5vw;
		font-size: 5.8vw;
		font-weight: 700;
		letter-spacing: 0.0em;
		margin-bottom: 8.5vw;
	}
	.com-info-box .com-info-txt{
		box-sizing: border-box;
	}
	.com-info-box .com-info-txt__ttl{
		margin-bottom: 6.4vw;
		font-size: 4.8vw;
		line-height: 1;
		font-weight: 700;
		color: #333;
	}
	.com-info-box .com-info-txt dl{
		display: table;
		width: 100%;
		border-top: 1px solid #4c4948;
	}
	.com-info-box .com-info-txt dl:last-child{
		margin-bottom: 0;
		border-bottom: 1px solid #4c4948;
	}
	.com-info-box .com-info-txt dl dt{
		width: 21vw;
		display: table-cell;
		border-right: 1px solid #4c4948;
		border-left: 1px solid #4c4948;
		padding: 3.2vw 4.2vw;
	}
	.com-info-box .com-info-txt dl dd{
		width: calc(100% - 21vw);
		display: table-cell;
		padding: 3.2vw 4.2vw;
		border-right: 1px solid #4c4948;
	}
	.com-info-box .com-info-txt dl dd .icon{
		display: inline-block;
		width: 4vw;
		margin-left: 4px;
	}
	.commentArea__right{
		padding-top: 6vw;
	}
	.commentArea__text{
		font-size: 5.3vw;
	}
	.commentArea__category{
		font-size: 4.2vw;
	}
	.commentArea__name{
		font-size: 4.2vw;
		padding-bottom: 0;
	}
	.newlink-btn.ex{
		margin-bottom: 26vw;
	}
	.osusume-textnew li{
		font-size: 4.2vw;
		margin-bottom: 6.4vw;
	}
	.bef-box .sankaku{
	  width: 0;
	  height: 0;
	  border-left: 11vw solid transparent;
	  border-right: 11vw solid transparent;
	  border-top: 11vw solid #E6E6E6;
	}
	.bef-box{
		margin-bottom: 13.8vw;
	}
  }