.interviewArea {
  background: #80CDE9;
  padding: 20px;
}
.botttom-link{
	margin-top: 7%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-right: 2.65%;
}
.interviewArea__heading {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 41px;
}
.clearfix::after{
	display: block;
	content: "";
	clear: both;
}
.trendArea {
  padding: 35px 0px 100px;
}

.trendArea__heading {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 41px;
}

.columnList__item {
  margin: 0 0 41px;
}

.columnList__item a {
  display: block;
  position: relative;
}
.item-box ul{
	
}
.item-ttl{
	margin-bottom: 1%;
	margin-top: 2%;
}
.item-box ul li{
    width: 266px;
    padding: 15px 15px;
	margin-right: 15px;
	box-sizing: border-box;
	font-size:13px;
	line-height: 18px;
	float: left;
	border: 1px solid #edeff1;
	min-height: 380px;
}
.item-box ul li.no-border{
	border:none;
}
.item-box.ex3 ul li{
    width: 406px;
    padding: 15px 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	font-size:13px;
	line-height: 18px;
	float: left;
	min-height: 280px;
}
.item-box.ex2 ul li img{
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.item-box.ex3 ul li img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.item-box.ex ul li{
    padding: 15px 15px;
	box-sizing: border-box;
	font-size:14px;
	line-height: 20px;
	float: left;
	min-height: 330px;
}
.item-box.ex2 ul li{
    padding: 15px 15px;
	box-sizing: border-box;
	font-size:14px;
	line-height: 20px;
	float: left;
	min-height: 288px;
	margin-bottom: 0;
}
.item-box.ex2 ul li.minh{
	min-height: 260px;
}
.item-box ul li img,.item-box-2 ul li img{
	max-width: 100%;
}
.item-box ul li:last-child{
	margin-right: 0%;
}
.item-box ul li .title{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	padding:1% 1% 2%;
}
.item-box ul li .icon-img{
	width: 80%;
}
.title-tex{
	font-size:20px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	padding:1% 1% 2%;
	margin-top: 2%;
	margin-bottom: 0%;
}
.title-tex.ex2{
	font-size:25px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	padding:1% 1% 2%;
	margin-top: 2%;
	margin-bottom: 0%;
	color: #1d2d57;
}
.title-tex.ex{
	display:block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}
.columnList__item a::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  /*background-image: url(../img/arrow_to_detail.png);*/
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

span.strong{
	font-weight: bold;
}
span.strong2{
	font-weight: bold;
	font-size:16px;
	color:#80CDE9;
}
.columnList__item img {
  width: 100%;
  height: auto;
}

.columnList__thumb {
  height: 185px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.columnList__content {
  background: #fff;
  padding: 20px;
}

.columnList__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.columnList__text {
  color: #4C4948;
  line-height: 1.7;
  margin: 0;
}

.columnList__date {
  color: #989496;
  margin: 20px 0 0;
}

.columnTagList {
  margin: 0 0 10px;
}

.columnTagList__item {
  display: inline-block;
  margin: 0 5px 0 0;
}

.column__headerImage img {
  width: 100%;
  height: auto;
}

.column__headerContent {
  padding: 15px 15px 0;
}

.column__categoryList {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size:0;
}

.column__categoryItem {
  margin: 0 5px 0 0;
  width: 22.9545454545%;
}

.column__categoryItem img {
  width: 100%;
	max-width: 100px;
  height: auto;
}
.column__categoryItem.ex img {
	max-width: 202px;
}
.caption{
	font-size:12px;
	margin-top: 3%;
}
.caption.ex{
	margin-top: 0;
}
.head-title {
    z-index: 0;
    font-size: 25px;
    line-height: 1.5;
    color: #fff;
    background-color: #1d2d57;
    padding: 10px 0px;
    display: inline-block;
    position: relative;
    text-align: center;
	width: 100%;
	margin-bottom: 32px;
	font-weight: bold;
	/*margin-top: 1em;*/
	letter-spacing: 1px;
}
.head-title2 {
	font-size:24px;
	color: #0b2669;
	text-align: center;
	margin-bottom: 2%;
	font-weight: bold;
}
.head-title3 {
    z-index: 2;
    font-size: 25px;
    line-height: 1.5;
	letter-spacing: 1px;
    display: inline-block;
	box-sizing: border-box;
	background-color: #8daed6;
	padding: 10px 5%;
	color: #fff;
    position: relative;
    text-align: center;
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
}
.sub-title {
    position: relative;
    padding-left: 28px;
    margin-top: 28px;
	font-size:18px;
	font-weight: bold;
}
.sub-title span.small{
	margin-bottom: 1%;
	display: block;
}
.column__text .sub-title {
	line-height: 1.3;
	color: #27292F;
}
.sub-title.mth{
	margin-top: 0px!important;
}
.sub-title.mth{
	margin-top: 15px!important;
}
.sub-title.mt2{
	margin-top: 52px!important;
}
.sub-title.mb{
	margin-bottom: 1em;
}
.sub-title.lh{
	line-height: 22px;
	padding-bottom: 10px;
	margin-top: 12px;
}
.mg-box{
	margin-top: 25px;
	margin-bottom: 25px;
}
.mb-only{
	margin-bottom: 20px;
}
.plus .mt-only{
	margin-top: 80px;
}
.mt-only{
	margin-top: 25px;
}
.mt-only.pl{
	margin-top: 65px;
}
.mt-only.ptn2{
	margin-top: 50px;
}
.mt-em{
	margin-top: 20px;
}
.link-line{
	text-decoration: underline;
	font-weight: bold;
}

.center-img{
	text-align: center;
}
.center-img-2 img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.notes{
	font-size:10px;
	line-height: 14px!important;
	display: block;
}
.notes.mt{
	margin-top: 0.7%;
}
.section-list{
	margin-top: 28px;
}
.section-list.nom2{
	margin-top: 12px;
}
.section-list dt {
    /*border-top: 1px solid #A0D8EF;*/
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
	font-feature-settings : "palt";
}
/*.section-list.nom dt {
    border-top: 1px solid #b7c4cd;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 10px;
}
.section-list.nom dd {
    margin-bottom: 20px;
    position: relative;
}*/
.section-list.nom2 dt {
    border-top: 1px solid #b7c4cd;
	font-size: 16px;
	font-weight: bold;
	padding: 24px 0 10px;
	font-feature-settings : "palt";
}
.section-list.nom2 dd {
    margin-bottom: 24px;
    position: relative;
}
.section-list.nom2 dd:last-child{
	margin-bottom: 0;
}
.section-list.nom3 {

    margin-top: 9px;
	margin-bottom: 12px;

}
.section-list.nom3 dt {
    border-top: 1px solid #b7c4cd;
	font-size: 16px;
	font-weight: bold;
	padding: 25px 0 10px;
}
.section-list.nom3 dd {
    padding-bottom: 20px;
    position: relative;
	border-bottom: 1px solid #b7c4cd;
}
.section-list dd {
    margin-bottom: 20px;
    position: relative;
	line-height: 1.8;
}
.section-list dd:last-child{
	margin-bottom: 0;
}
.section-list dd {
    margin-bottom: 30px;
    position: relative;
	line-height: 1.8;
}
.section-list.ex dd:last-child{
	margin-bottom: 0;
}
.section-list dd .bold {
    display: block;
    padding-left: 15px;
	font-weight: bold;
	position: relative;
}
.section-list dd .bold.ex{
	margin:2% 0 0;
}
.section-list dd .indent {
    display: block;
    padding: 0px 0 0 1em;
}
.section-list dd .bold::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #80CDE9;
    border-radius: 50%;
}
.sub-title::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #80CDE9;
    border-radius: 50%;
}

.column__categoryItem--text {
  width: auto;
  font-size: 10px;
  color: #7D7D7D;
}

.column__title {
  font-size: 18px;
  font-weight: bold;
  color: #4C4948;
  line-height: 1.5;
  margin: 20px 0 0;
}

.column__author {
  font-size: 10px;
  font-weight: bold;
  color: #4C4948;
  margin: 15px 0 0;
}
.column__section.new{
	margin-bottom: 110px;
	padding: 0;;
}
.column__text.indent{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 12px;
}
.column__row .column__text.indent:last-child{
	margin-bottom: 0;
}
.column__section,.column__section.first {
  padding: 0px 0px 0px;
}
.column__section.no-border {
  border-bottom: none!important;
}
.column__section:not(:last-child) {
  /*border-bottom: 1px solid #A0D8EF;*/
}
.plus .column__section{
	padding-top: 60px;
	padding-bottom: 70px;
}
.plus .column__section:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.column__heading {
  font-size: 20px;
  font-weight: bold;
  color: #80CDE9;
}
.column__heading.pb{
	padding-bottom: 10px;
}
/*.head-title {
	margin-bottom: 5%;
}
.head-title3 {
	margin-bottom: 3%;
}*/
.head-title3{
	margin-bottom: 0%;
}
.inline.img-res{
	margin-top: 3%;
	margin-bottom: 3%;
}
.keisan-wrap {
    margin-bottom: 40px;
	margin-top: 3px;
}
.keisan-wrap.mtno{
	margin-top: 0!important;
	margin-bottom: 1.5em!important;
}
.keisan-wrap.mtno .keisan-box{
	padding-bottom: 25px;
}
.keisan-wrap:last-child {
    margin-bottom: 40px;
    margin-top: 3px;
}
.keisan-wrap.last {
    margin-bottom: 1em;
    margin-top: 3px;
}
.keisan-box {
    background: #EDEFF1;
    padding: 15px;
    margin-bottom: 2px;
}
.keisan-box .column__text{
	margin-bottom: 0;
}
.column__row,.pd-box {
  padding: 0px 0 0;
}
.column__row.ttl {
  padding: 0px 0 0;
}
.column__row.pd{
	padding-top: 1em;;
}
.column__text {
  color: #595757;
  line-height: 1.6em;
  font-size: 16px;
  margin: 0 0 0em;
}

.column__image img {
  width: 100%;
  height: auto;
}

.recommend {
  padding: 20px 15px;
}
.recommend {
	margin-bottom: 30px;
	margin-top: 30px;
}
.recommend img {
  width: 100%;
  height: auto;
}

.recommend .pc {
  display: none;
}

.recommend--bnr {
  background: #F9F4D4;
	max-width: 860px;
	box-sizing: border-box;
}
.recommend--bnr img{
	max-width: 100%;
}
.recommend--list {
  background: #EDEFF0;
}

.recommend__heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.recommend__list {
  margin: 15px auto;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}

.recommend__item {
  width: 48%;
  /*margin: 0 0 4%;*/
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
  text-align: center;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
}

.recommend__image {
  padding: 5px;
  margin: 0 0 auto;
}
.recommend__list h2{
	text-align: center;
	color:#57c3e5;
	font-size:18px;
	box-sizing: border-box;
	font-weight: bold;
}
.recommend__list.col3 .recommend__item{
	width: 31%;
	margin-right: 3.4%;
	float: left;
	margin-right: 0;
}
.recommend__item img{
	max-width: 100%;
}

.recommend--list.col3 li .item-img{
	text-align: center;
}
.recommend__btn {
  font-size: 12px;
  font-weight: bold;
}

.recommend__btn:not(:last-child) {
  margin: 0 0 5px;
}

.recommend__btn a {
  display: block;
  padding: 5px;
  background: #FFF100;
  color: #2F2725;
  position: relative;
}

.recommend__btn a::before {
  content: "";
  display: block;
  width: 5%;
  height: 0;
  padding: 9.4444444445% 0 0;
  background-image: url(../../img/arrow_recommend_list.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 5px;
}

.bottomBnr {
  padding: 20px 15px;
}

.bottomBnr img {
  width: 100%;
  height: auto;
}
.bubble-box {
    background: #EDEFF1;
    padding: 15px;
    margin-bottom: 2px;
}
.bubble-icon {
    font-size: 18px;

	font-weight: 500;

	color: #fff;

	width: 80px;

	height: 80px;

	padding: 15px;

	margin-left: 8px;

	margin-top: 12px;

	margin-right: 12px;

	display: inline-block;

	box-sizing: border-box;

	vertical-align: top;

	text-align: center;

	border-radius: 50%;

	background-color: #0b2669;
}
.bubble-icon .mini-tex{
	font-size:14px;
	padding-top:3px;
}
.bubble-icon .mini-tex.ex{
	font-size:12px;
}
.bubble-icon .number {
    font-size: 24px;
	padding-top: 4px;
	line-height: 24px;
}
.bubble-icon .number.ex {
    font-size: 30px;
	line-height: 30px;
}
.bubble-tex{
    display: inline-block;
	width: 725px;
	vertical-align: middle;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
}
.bubble-tex .point{
	color: #0b2669;
	font-weight: bold;
}
.col-box .icon-box{
	width: 400px;
	float: left;
	background-color: #eeeff3;
	padding: 30px;
	box-sizing: border-box;
}
.col-box .column__text.fl{
	width: 420px;
	float: left;
}
.col-box .section-list{
	width: 420px;
	float: left;
}
.col-box .img{
	width: 400px;
	float: right;
	padding-top: 30px;
}
.col-box .img.ex{
	padding-top: 0;
}
.col-box .img img{
	max-width: 100%;
}
.col-box .pic-box.odd{
	float: left;
	width: 420px;
	box-sizing: border-box;
	padding:15px;
	background-color: #eeeff3;
}
.col-box .pic-box.even{
	float: right;
	width: 420px;
	box-sizing: border-box;
	padding:15px;
	background-color: #eeeff3;
}
.col-box .pic-box .pic{
	float: left;
	width: 50%;
}
.col-box .pic-box .cap{
	float: right;
	width: 45%;
	line-height: 1.7;
	font-size:12px;
}
.col-box .pic-box .pic img{
	max-width: 100%;
}
.icon-arrow {
    bottom: 30%;
    right: 50%;
    margin-top: 0px;
    margin-right: -8px;
    border-width: 8px 8px 0 8px;
	border-style: solid;
	position: absolute;
    border-color: #282a2f transparent transparent transparent;
}
.icon-arrow-box{
	text-align: center;
	position: relative;
	margin: 0 0;
	padding:5% 0 0;
}
.icon-black,.icon-blue{
	display: inline-block;
	vertical-align: top;
}
.icon-black span {
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
	background-color: #51595f;
}
.icon-blue span {
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
	background-color: #8daed6;
}
.info{
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	width: 235px;
}
.info li {
    position: relative;
    line-height: 1.8;
    padding-left: 15px;
}
.bubble-tex .big{
    font-size:22px;
	font-weight: bold;
	padding-bottom: 0.5%;
	
}
.bubble-tex .big.plus{
	font-feature-settings : "palt";
}
.bubble-tex .big.ex{
	padding-bottom: 10px;
}
.bubble-tex .mini{
    font-size:14px;
}
.sub-title{
	margin-top: 0;
}
/*202204追記*/
.mod-freeTableSet1 th{
	color: #fff;
	background: #1B2D5A;
	width: 40%;
}
.mod-freeTableSet1 td{
	width: 60%;
}


/*202204追記*/
.column__categoryList.taglist li{
	display: inline-block;
	width: 100px;
	margin-right: 5px;
	border-radius: 5px;
	padding:5px 5px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}
.column__categoryList.taglist li.medical{
	background:#EC7299;
}
.column__categoryList.taglist li.product{
	background:#D19811;
}
.column__categoryList.taglist li.logistics{
	background:#B06F2B;
}
.column__categoryList.taglist li.shop{
	background:#519436;
}
.column__categoryList.taglist li.financial{
	background:#7D4698;
}
.column__categoryList.taglist li.other{
	background:#56AFCC;
}
.column__categoryList.taglist li.maintenance{
	background:#3B8EC4;
	width: 150px;
}
.column__categoryList.taglist li.brother{
	background:#004898;
	width: 122px;
}
@media screen and (min-width: 901px) {
  .interviewArea {
    padding: 30px 30px 20px;
  }
  .interviewArea__heading {
    font-size: 17px;
    position: relative;
  }
	.mt-only.ex{
		margin-top: 12px;
	}
	.mg-only2{
		margin-bottom: 24px!important;
	}
	.sub-title.pb{
		padding-bottom: 10px;
		margin-top: 0;
	}
	.column__row.ex{
		padding-top: 20px;
	}
	.sub-title.mtno{
		margin-top: 0;
	}
	.sub-title.mtex{
		margin-top: 50px;
	}
  .interviewArea__heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .interviewArea__heading__inner {
    display: inline-block;
    padding: 0 1em 0 0;
    background: #80CDE9;
    position: relative;
  }
  .trendArea {
    padding: 30px 0px 114px;
  }
  .trendArea__heading {
    font-size: 17px;
    position: relative;
  }
  .trendArea__heading::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .trendArea__heading__inner {
    display: inline-block;
    padding: 0 1em 0 0;
    background: #EDEFF0;
    position: relative;
  }
  .columnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	gap: 1.3%;
  }
  .columnList::after {
    content: "";
    display: block;
    width: 24%;
  }
  .columnList__item a::after {
    right: 10px;
    bottom: 10px;
  }
  .columnList__item {
    width: 24%;
  }
  .columnList__thumb {
    height: 98px;
  }
  .columnList__content {
    padding: 10px;
  }
  .columnList__title {
    font-size: 13px;
  }
  .columnList__text {
    font-size: 12px;
  }
  .columnList__date {
    font-size: 10px;
  }
  .columnTagList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columnTagList__item {
    margin: 0;
  }
  .column__header {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
  }
	.column__header.ex{
		padding: 0px 0px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.column__headerlogo{
		width: 220px;
	}
	.column__headerlogo img{
		width: 100%;
	}
	.head-box{
		padding:0 0px 0px;
		margin-bottom: 60px;
		box-sizing: border-box;
	}
  .column__headerImage {
    width: 416px;
  }
  .column__headerContent {
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
	.column__headerContent.ex{
		width: 580px;
	}
  .column__categoryItem {
    width: auto;
    margin: 0 10px 0 0;
  }
  .column__categoryItem--text {
    font-size: 13px;
	margin: 0 10px 0 0;
  }
	
	.column__categoryItem--text:first-child{
		margin-left: 20px;
	}
  .column__title {
    font-size: 23px;
    margin: 30px 0 0;
  }
  .column__author {
    font-size: 14px;
    margin: 20px 0 0;
  }
  .column__content {
    padding: 10px 25px 0 0;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
  }
  .column__section,.column__section.first{
    padding: 0px 0px 0px;
  }
	.plus2 .column__section,.plus2 .column__section.first{
    padding: 50px 0px 30px;
  }
	.column__section.last{
		padding-bottom: 35px;
	}
  .column__heading {
    font-size: 26px;
  }
  .column__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  clear: both;
	  max-width: none;
	  flex-wrap: wrap;
  }
  table.column__text {
    line-height: 1.9;
	 max-width: 980px;
  }
	span.mini{
		font-size:10px;
	}
	.column__text img{
		max-width: 100%;
	}
	
  .column__image {
    width: 258px;
    margin: 0 0 0 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	  margin-bottom: 1.5em;
  }
	.column__image.ex{
		margin-bottom: 10px;
	}
	.column__image.ex2{
		width:342px ;
	}
  .recommend {
    padding: 35px;
  }
  .recommend .sp {
    display: none;
  }
  .recommend .pc {
    display: inline;
  }
  .recommend__bnr {
    text-align: center;
  }
  .recommend__bnr img {
    width: auto;
  }
  .recommend__heading {
    font-size: 26px;
	line-height: 26px;
  }
  /*.recommend__list {
    margin: 20px auto;
  }
  .recommend__item {
    width: 192px;
    margin: 0;
  }*/
  .recommend--list {
		background: #EDEFF0;
	  max-width: 860px;
	  box-sizing: border-box;
  }
  .recommend__list h2{
		text-align: center;
		color:#57c3e5;
		font-size:16px;
		box-sizing: border-box;
		font-weight: bold;
	}
	.recommend__list .tex{
		font-size:12px;
		line-height: 18px;
		text-align: center;
	}
	.recommend__list.col3 .recommend__item{
		width: 31%;
		margin-right: 3.4%;
		float: left;
	}
	.recommend__list.col2 .recommend__item{
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	.recommend__list.col2 .recommend__item:last-child{
		width: 48%;
		margin-right: 0%;
		float: left;
	}
	.recommend__list.col2 .item-txt{
		float: left;
		width: 45%;
		padding-top: 12%;
	}
	.recommend__list.col2 .item-img{
		float: right;
		width: 50%;
	}
	.recommend__list.col2 .item-img img{
		margin-bottom: 8%;
	}
	.recommend__list.col1 .recommend__item{
		width: 100%;
	}
	.recommend__list.col1 .item-txt{
		float: left;
		width: 30%;
		padding-top: 10%;
	}
	.recommend__list.col1 .item-img{
		width: 35%;
		margin-right: 3%;
		float: left;
	}
	.recommend__list.col1 .item-btn{
		float: right;
		width: 30%;
		float: left;
		padding-top: 8%;
	}
	.recommend__list.col1.ex .item-txt{
		float: left;
		width: 25%;
		margin-right: 3%;
		float: left;
		padding-top: 15%;
	}
	.recommend__list.col1.ex .item-img{
		float: left;
		width: 37%;
		margin-right: 3%;
		float: left;
	}
	.recommend__list.col1.ex .item-btn{
		float: right;
		width: 30%;
		float: left;
		padding-top: 14%;
	}
	.recommend__list.col1.ex2 .item-txt{
		float: left;
		width: 25%;
		margin-right: 3%;
		float: left;
		padding-top: 9%;
	}
	.recommend__list.col1.ex2 .item-img{
		float: left;
		width: 37%;
		margin-right: 3%;
		float: left;
	}
	.recommend__list.col1.ex2 .item-btn{
		float: right;
		width: 30%;
		float: left;
		padding-top: 7%;
	}
	.recommend__list.col2 .item-img img{
		margin-bottom: 8%;
	}
	.recommend__list.col3 .recommend__item:last-child{
		width: 31%;
		margin-right: 0%;
		float: left;
	}
	.recommend__list.col3 img{
		margin-top: 7%;
		margin-bottom: 7%;
	}
	.recommend__item img{
		max-width: 100%;
	}
	.recommend--list.col3 li .item-img{
		text-align: center;
	}
  .recommend__item img {
    width: auto;
  }
  .recommend__image {
    padding: 15px 0 10px;
  }
  .recommend__btn {
    font-size: 14px;
  }
  .recommend__btn a::before {
    width: 9px;
    height: 17px;
    padding: 0;
    top: 7px;
    left: 7px;
  }
  .recommend__btn a {
    padding: 7px;
  }
  .bottomBnr {
    padding: 45px 0;
    text-align: center;
  }
  .bottomBnr img {
    width: auto;
  }
	.notes.maps{
		padding-left: 16%;
		padding-top: 3%;
	}
	.column__bigimg{
		max-width:660px ;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.column__bigimg img{
		width: 100%;
	}
	/*202204追記*/
	.mod-freeTableSet1 th{
		font-size: 16px;
	}
	.mod-freeTableSet1 td{
		font-size: 16px;
	}
}
@media screen and (max-width: 900px) {
	.head-box{
		margin-bottom: 13vw;
	}
	img{
		max-width: 100%;
	}
	.mg-box{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.mb-only{
		margin-bottom: 10px;
	}
	.column__categoryList{
		display: block!important;
	}
	.bubble-box {
		background: #EDEFF1;
		padding: 15px;
		margin-bottom: 2px;
	}
	.bubble-icon {
		display: block;
		margin: 0 auto 10px;
		font-size: 12px;
		width: 60px;
		padding:15px 10px;
		height: 60px;
	}
	.bubble-icon .number {
		font-size: 14px;
	}
	.bubble-icon .mini-tex{
		font-size:9px;
		padding-top:2px;
	}
	.bubble-tex{
		display: inline-block;
		width: 100%;
	}
	.bubble-tex .big{
		font-size:20px;
	}
	.bubble-tex .mini{
		font-size:12px;
	}
	.col-box .icon-box{
		width: 100%;
		float: none;
		background-color: #eeeff3;
		padding: 30px;
		box-sizing: border-box;
	}
	.col-box .column__text,.col-box .column__text.fl{
		width: 100%;
		float: none;
		margin-top: 6.4vw;
	}
	.info {
		display: inline-block;
		vertical-align: top;
		padding-left: 0px;
		padding-top: 5%;
		width: 100%;
	}
	.icon-black, .icon-blue {
		display: block;
	}
	.icon-black span {
		width: 80px;
		height: 80px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		line-height: 80px;
		font-size: 18px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
		background-color: #51595f;
	}
	.icon-blue span {
		width: 80px;
		height: 80px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		line-height: 80px;
		font-size: 18px;
		text-align: center;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
		background-color: #8daed6;
	}
	.col-box .section-list{
		width: 100%;
		float: none;
	}
	.col-box .img{
		width: 100%;
		float: none;
		padding-top: 2%;
	}
	.col-box .pic-box.odd{
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding:5%;
		background-color: #eeeff3;
	}
	.col-box .pic-box.even{
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin-top: 3%;
		padding:5%;
		background-color: #eeeff3;
	}
	.col-box .pic-box .pic img{
		max-width: 100%;
	}
	.col-box .pic-box .pic{
		float: none;
		width: 100%;
		margin-bottom: 2%;
	}
	.mt-em{
		margin-top: 3%;
	}
	.col-box .pic-box .cap{
		float: none;
		width: 100%;
		line-height: 1.9;
	}
	.column__categoryList {
		word-break: break-all;
	}
	.column__categoryItem {
		display: inline-block;
		vertical-align: bottom;
		margin-top: 3%;
		margin-bottom: 1%;
	}
	.column__categoryItem.ex{
		width: 100%;
	}
	.head-title {
		margin-bottom: 3%;
		padding:2% 2%;
		box-sizing: border-box;
	}
	.head-title3 {
		margin-bottom: 2%;
		padding:2% 2%;
		box-sizing: border-box;
	}.item-box ul{
	
}
.user-box .user-name {
	margin-top: 10%;
}
.item-ttl {
    margin-bottom: 2%;
    margin-top: 12%;
}
.item-box ul li,.item-box.ex ul li,.item-box.ex2 ul li,.item-box.ex3 ul li{
    width: 100%;
    padding: 15px 15px;
	margin-right: 0%;
	margin-bottom: 5%;
	box-sizing: border-box;
	font-size:14px;
	line-height: 20px;
	float: none;
	border: 1px solid #edeff1;
	min-height:inherit;
}
.item-box ul li.no-border{
	border:none;
}
.item-box ul li .icon-img {
    width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.item-box.ex2 ul li img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.item-box.ex3 ul li img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.item-box ul li img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.item-box ul li:last-child{
    width: 100%;
    padding: 15px 15px;
	margin-right: 0%;
	margin-bottom: 0;
	float: none;
}
.head-box {
    padding: 0 0% 4%;
    box-sizing: border-box;
    max-width: 100%;
}
.recommend__list h2{
		text-align: center;
		color:#57c3e5;
		font-size:16px;
		box-sizing: border-box;
		font-weight: bold;
	}
	.recommend__list .tex{
		font-size:12px;
		line-height: 18px;
		text-align: center;
	}
	.recommend__list.col1 .recommend__item,.recommend__list.col2 .recommend__item,.recommend__list.col3 .recommend__item{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
		float: none;
	}
	.recommend__list .recommend__item:last-child{
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.recommend__btn a {
		padding:3%;
	}
	.recommend__btn a::before {
		background-size:55%;
		background-position: 5% 30%;
	}
	.recommend__list img{
		margin-top: 7%;
		margin-bottom: 7%;
	}
}

/*ブラザーが聴く*/
.column__mainimg{
	width: 50%;
}
.column__mainimg img{
	max-width: 100%;
}
.column__title-box{
	background:#89A8CE;
	padding:3% 3% 1% 3%;
	width: 50%;
	box-sizing:border-box;
	color:#fff;
}
.column__title-box h1{
	border-bottom: 1px solid #fff;
	font-size:20px;
	line-height: 28px;
	padding-bottom: 6%;
}
.column__title-box h1 span{
	display: block;
}
.column__title-box p{
	font-size:14px;
	line-height: 22px;
	padding-top: 6%;
}
.question{
	padding:1% 1%;
	font-size:19px;
	line-height: 19px;
	font-weight: bold;
	color:#fff;
	background:#1B2D5A;
}
.answer{
	background: #80CDE9;
	padding:1% 1%;
	font-weight: bold;
	font-size:19px;
	line-height: 19px;
	color:#fff;
}
.column__text .blue{
	color:#52B3D6;
}
.about-box{
	border: 1px solid;
	padding:3% 4%;
}
.about-box tr td:first-child{
	width: 68px;
	vertical-align: top;
	position: relative;
}
.about-box.ex tr td:first-child{
	width: 98px;
	vertical-align: top;
	position: relative;
}
.about-box.ex tr td:last-child{
	width: 680px;
}
.about-box tr td:first-child::after{
	content: ":";
	padding-left: 1%;
	height: 100%;
	position: absolute;
	right: 0;
	top:0;
}
.about-box tr td:last-child{
	padding-left: 1%;
}
table.column__text{
	margin-bottom: 0;
}
.img-box img{
	max-width: 100%;
}
/*.caption.tac{
	text-align: center;
}*/
@media screen and (min-width: 901px) {
	.column__title-box.ex h1{
		padding-bottom: 3%;
	}
	.column__title-box.ex p{
		padding-top: 3%;
	}
	.mini-img{
		width: 450px;
	}
	.mini-img img{
		max-width: 100%;
	}
	.mini-img-2{
		width: 300px;
	}
	.mini-img-2 img{
		max-width: 100%;
	}
	.col1-1 img,.col1-2 img,.col1-3 img{
		max-width: 100%;
	}
	.col1-1{
		width: 34%;
		margin-right: 0%;
		margin-left: 3%;
	}
	.col1-2{
		width: 38%;
		margin-right: 5%;
		margin-top: 7%;
	}
	.col1-2.ex{
		margin-top: 3%;
	}
	.col1-3{
		width: 35%;
		padding-right: 5%;
	}
	.col1-3.ex{
		width: 35%;
	}
	.max-img{
		width: 100%;
	}
	
	.plus .item-box.mb{
		margin-bottom: 100px;
	}
}

@media screen and (max-width: 900px) {
.column__mainimg{
	width: 100%;
}
.column__title-box{
	width: 100%;
	padding: 6% 6% 6% 6%;
}
.question,.answer{
	padding:2% 2% 2.5%;
}
table.column__text{
	margin-bottom: 0;
}
.about-box{
	padding: 6% 6% 6% 6%;
}
.about-box tr td:first-child{
	width: 23%;
}
.about-box.ex tr td:first-child{
	width: 32%;
}
.about-box tr td:last-child{
	padding-left: 3%;
}
.pic-cnter{
	text-align: center;
}
.pic-cnter .caption{
	text-align: left!important;
}
	.column__row.no-pd{
		padding-top: 0;
	}
	
.tab1List::after {
　　content: "";
　　width: 48%;
}
.tab1List__item {
	width: 48%;
  　display: inline-block;
}
.tab1List__item:nth-child(odd) {
  　margin-right: 4%;
}
.tab1List__item:nth-child(even) {
  　margin-right: 0%;
}
.plus .column__section {
    padding-top: 20px;
    padding-bottom: 65px;
}
	.plus .mt-only{
		margin-top: 50px;
	}
	.tac{
		text-align: center;
	}
	span.mini{
		font-size:10px;
	}
	.column__headerlogo{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
	}
}

/*202101追記*/
.columnList.new .columnList__item .text-box{
	padding: 10px 0px 15px;
	position: relative;
}

.columnList.new .columnList__item .icon{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 22px;
}
.columnList.new .columnList__item .name-box{
	overflow: hidden;
    height: calc(1.3em * 3);
    position: relative;
	line-height: 1.3em;
	margin-top: 20px;
}
.columnList.new .columnList__item .name-box p{
    /*position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
	font-weight: 700;
}
.columnList.new .columnList__item .info-box{
	overflow: hidden;
    height: calc(1.3em * 4);
    position: relative;
	line-height: 1.3em;
	margin-top: 5px;
}
.columnList.new .columnList__item .info-box p{
	font-size: 12px;
}
.columnList.new .columnList__item .day-box{
	margin-top: 12px;
}
.columnList.new .columnList__item .day-box p{
	color:#ADADAD;
	font-size: 11px;
}
.taglist{
	font-size: 0;
	display: flex;
}
.taglist li{
	display: inline-block;
	width: 49%;
	margin-right: 1.5%;
	border-radius: 3px;
	padding:3px 5px 2px;
	color:#fff;
	font-size: 11px;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
}
.taglist li:last-child{
	margin-right: 0;
}
.taglist li.medical{
	background:#DD6F91;
}
.taglist li.product{
	background:#D19713;
}
.taglist li.logistics{
	background:#B06F2B;
}
.taglist li.shop{
	background:#539435;
}
.taglist li.financial{
	background:#834F9C;
}
.taglist li.other{
	background:#3D97D3;
}
.taglist li.maintenance{
	background:#3D97D3;
}
.taglist li.brother{
	background:#004898;
}
.taglist li.genre{
	background:#7D7D7E;
}
.taglist li.end{
	background:#C9CACA;
	color: #231815;
}
.list-img.ex{
	margin-bottom: -6px;
}
@media screen and (max-width: 900px) {
/*202101追記*/
.columnList.new .columnList__item .text-box{
	padding: 16px 0px 25px;
}

.columnList.new .columnList__item .icon{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 10%;
}
.columnList.new .columnList__item .name-box{
	overflow: hidden;
    /*height: calc(1.8em * 3);*/
    position: relative;
	line-height: 1.8em;margin-top: 5vw;
	margin-bottom: 5vw;
}
.columnList.new .columnList__item .name-box p{
    /*position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
	font-weight: 700;
}
.columnList.new .columnList__item .info-box{
	overflow: hidden;
    height: calc(2.0em * 4);
    position: relative;
	line-height: 2.0em;
	margin-top: 10px;
}
.columnList.new .columnList__item .info-box p{
	font-size: 4.4vw;
}
.columnList.new .columnList__item .day-box{
	margin-top: 12px;
}
.columnList.new .columnList__item .day-box p{
	color:#ADADAD;
	font-size: 3.9vw;
}
.taglist{
	font-size: 0;
}
.taglist li{
	display: inline-block;
	width: 49%;
	margin-right: 1.5%;
	border-radius: 3px;
	padding:3px 5px;
	color:#fff;
	font-size: 5.0vw;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
}
.list-img.ex{
	margin-bottom: -2%;
}
/*202204追記*/
.column__categoryList.taglist.taglist li{
	display: inline-block;
	margin-right: 5px;
	border-radius: 5px;
	padding:5px 5px;
	color:#fff;
	font-size: 14px;
	text-align: center;
}
}

/*目次メニュー*/
.colmenu-ttl{
	padding: 14px 32px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4em;
	background: #0D2EA1;
	font-weight: 600;
	line-height: 1;
}
.colmenu-ttl span.img{
	width: 20px;
	margin-right: 15px;
	display: inline-block;
	line-height: 1.4;
	vertical-align: middle;
}
.colmenu-ttl span.img img{
	width: 100%;
	display: block;
	margin-bottom: 2px;
}
.colmenu-list{
	padding: 24px 32px;
	background: #EDEDED;
}
.colmenu-list li a{
	display: block;
	width: 100%;
}
.colmenu-list li a dl{
	display: flex;
	align-items: center;
	padding-top: 0px;
	padding-bottom: 16px;
}
.colmenu-list li:last-child a dl{
	border-bottom: 0;
	padding-bottom: 0;
}
.colmenu-list li a dl dt{
	display: inline-block;
	font-size: 16px;
	line-height: 1.6em;
	color: #4C4948;
	padding-left: 1em;
	text-indent: -1em;
}
.colmenu-list li a dl .mini-icon{
	margin-left: 6px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.colmenu-list li a dl .mini-icon img{
	display: block;
	width: 100%;
}
.link-area{
	padding-top: 94px;
	margin-top: -94px;
}

.link-btn{
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.link-btn button{
	display: block;
	padding: 14px 20px 13px;
	text-align: center;
	width: 100%;
	line-height: 1;
	border: 1px solid #0D2EA1;
	display: inline-block;
	background: #fff;
	color: #0D2EA1;
	border-radius: 3px;
	position: relative;
	font-weight: 700;
	font-size: 16px;;
	cursor: pointer;
	text-align: left;
}
.link-btn button:hover{
	opacity: 0.6;
}
.link-btn button .sankaku{
	position: absolute;
    top: 50%;
    right:12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5em;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #fff;
	background: #0D2EA1;
	font-size: 14px;
	line-height: 1;
}
.column__text{
	width: 100%;
}
.trendArea .close{
	display: none;
}
.trendArea2 .close{
	display: none;
}
@media screen and (max-width: 900px) {
	.trendArea{
		padding: 10vw 0 26vw;
	}
.colmenu-box{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
.colmenu-ttl{
	padding: 3vw 3vw;
	font-size: 4.8vw;
}
.colmenu-ttl span.img{
	width: 4.8vw;
	margin-right: 3vw;
	display: inline-block;
}
.colmenu-ttl span.img img{
	width: 100%;
}
.colmenu-list{
	padding-left: 5.3vw;
	padding-right: 5.3vw;
	padding-top: 6.4vw;
	padding-bottom: 6.4vw;
}
.colmenu-list li a{
	display: block;
	width: 100%;
}
.colmenu-list li a dl{
	padding-top: 0vw;
	padding-bottom: 3.2vw;
	display: block;
}
.colmenu-list li:last-child a dl{
	border-bottom: 0;
}
.colmenu-list li a dl dt{
	display: inline-block;
	font-size: 4.2vw;
}
.colmenu-list li a dl .mini-icon{
	margin-left: 1vw;
	width: 4.2vw;
	display: inline-block;
}
.colmenu-list li a dl .mini-icon img{
	display: block;
	width: 100%;
}
.link-area{
	padding-top: 12vw;
	margin-top: -12vw;
}
.link-btn{
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.link-btn button{
	display: block;
	padding: 4.2vw 5.7vw;
	width: 100%;
	line-height: 1;
	position: relative;
	font-weight: 700;
	font-size: 4.2vw;
	border-radius: 1vw;
}
.link-btn button .sankaku{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
    right:3.2vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.5em;
	border-radius: 50%;
	width: 5.3vw;
	height: 5.3vw;
	cursor: pointer;
	font-size: 3.9vw;
	line-height: 1;
}

}

.open-box{
	text-align: center;
	margin-top: 24px;
    cursor: pointer;
}
.open-box a {
    display: inline-flex;
    align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #0D2EA1;
}
.open-box a::after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5em;
    border-radius: 50%;
    width: 20px;
    height: 19px;
    cursor: pointer;
    color: #fff;
    background: #0D2EA1;
    font-size: 14px;
}
.open-box.active a::after {
    content: "-";
    height: 18px;
}
.fade-box{
    display: none;
  }
  .column__categoryList{
	margin-top: 24px;
	font-size: 0;
  }
  .column__categoryList li{
	display: inline-block;
	padding: 2px 20px;
	background: #fff;
	color: #0D2EA1;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 5px;
	margin-right: 3px;
	font-weight: 600;
	width: auto;
	margin-right: 10px;
  }
  .column__date{
	margin-top: 24px;
	color: #000;
	font-size: 16px;
  }
  .col-obi{
	margin-bottom: 8px;
  }
  .col-obi span{
	display: inline-block;
	background: #0D2EA1;
	color: #fff;
	padding: 4px 20px;
	border-radius: 3px;
	font-size: 20px;
	line-height: 1;
  }
  .col-imgbox{
	margin-bottom: 114px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
  }
  .col-imgbox img{
	width: 100%;
  }
  .col-imgbox .caption{
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.7;
  }
  .column__image .link-line{
	  color: #0D2EA1!important;
	  text-decoration: none!important;
  }
  .column__image .mod-inIcon{
	  width: 20px!important;
	  display: inline-block;
  }
  @media screen and (max-width: 900px) {

	.column__image .link-line{
		color: #0D2EA1!important;
		text-decoration: none!important;
	}
	.column__image .mod-inIcon{
		width: 4.1vw!important;
		display: inline-block;
	}
  }

  .col-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  .col-box .full{
	width: 100%;
	margin-bottom: 60px;
  }
  .col-box .half{
	width: 49%;
	margin-bottom: 60px;
  }
  .col-box .half2{
	width: 75%;
	margin-bottom: 40px;
  }
  .col-box .half3{
	width: 23%;
	margin-bottom: 40px;
  }
  .col-box .half img{
	width: 100%;
  }
  .col-box .half2 img{
	width: 100%;
  }
  .col-box .half3 img{
	width: 100%;
  }
  
  .br-mini{
	color: #0D2EA1;
  }
  .link-text{
	font-size: 18px;
	margin-bottom: 0px;
	color: #0D2EA1;
  }
  .link-text a{
	color: #0D2EA1;
	text-decoration: none;
  }
  .link-text a .mod-inIcon{
	margin-top: -2px;
  }
  .item-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	border: 2px solid #0D2EA1;
	display: flex;
	align-items: center;
	background: #F5F6F7;
  }
  .item-flex .img-box{
	width: 224px;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 2px 2px;
	border-right: 2px solid #0D2EA1;
	height: auto;
  }
  .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: 34px 32px 34px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
  }
  .item-flex .text-box.ex{
	padding-bottom: 14px;
  }
  .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.6em;
	width: 100%;
  }
.main.column{
	padding-bottom: 114px;
}
.user-box{
	background: #F5F6F7;
}
.user-box .user-name{
	padding:1% 3%;
	color:#fff;
	font-size:24px;
	font-weight: bold;
}
.user-box .user-wrap{
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.user-wrap .user-img{
	width: 43%;
	padding: 32px 32px;
	background:#E6E6E6;
	box-sizing: border-box;
}
.user-wrap .user-img img{
	max-width: 100%;
}
.user-wrap .user-tex{
	width: 56%;
	padding: 32px 32px;
	color: #0D2EA1;
	box-sizing: border-box;
}
.user-wrap .user-tex .column__text{
	margin-bottom: 0;
	color: #0D2EA1;
	font-size: 16px;
	line-height: 1.6em;
}
.user-wrap .user-tex .user-title{
	font-size:24px;
	line-height:1.33;
	margin-bottom: 4.7%;
	margin-bottom: 24px;
	padding-bottom: 24px;
	color: #0D2EA1;
	font-weight: 700;
	border-bottom: 1px solid #0D2EA1;
}
.user-wrap .user-tex .user-title span{
	font-size:18px;
	display: block;
}
.label-flex{
	display: flex;
	justify-content: space-between;
	border: 2px solid #0D2EA1;
	margin-bottom: 100px;
}
.label-text{
	width: calc(100% - 380px);
	padding: 32px 32px;
	box-sizing: border-box;
} 
.label-text-ttl{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
}
.label-text-link{
	color: #fff;
	background: #0D2EA1;
	font-size: 16px;
	font-weight: 700;
	display:block;
	padding: 12px 20px;
	max-width: 396px;
	width: 100%;
	border-radius: 3px;
	position: relative;
}
.label-text-link .yajirushi{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 8px;
}
.label-text-link .yajirushi img{
	width: 100%;
	display: block;
}
.label-img{
	width: 380px;
}
.label-img img{
	width: 100%;
}
.h2-txt.case-ttl{
	margin-top: 114px;
}
.column__row{
	margin-bottom: 60px;
}
.col-imgbox.ex{
	margin-bottom: 60px;
}
.colmenu-box{
	margin-bottom: 114px;
}
.col-box .full.last,.col-box .half.last{
  margin-bottom: 114px;
}
@media screen and (max-width: 900px) {
	.colmenu-box{
		margin-bottom: 28vw;
	}
	.col-imgbox{
		margin-bottom: 28vw;
	}
	.col-imgbox.ex{
		margin-bottom: 13vw;
	}
	.col-imgbox .caption{
	  font-size:4.2vw;
	  margin-top: 3.2vw;
	  line-height: 1.7;
	}
  
	  .col-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	  }
	  .col-box .full{
		width: 100%;
		margin-bottom: 8.5vw;
	  }
	  .col-box .half{
		width: 100%;
		margin-bottom: 8.5vw;
	  }
	  .col-box .half2{
		width: 100%;
		margin-bottom: 8.5vw;
	  }
	  .col-box .full.last,.col-box .half.last{
		margin-bottom: 26vw;
	  }
	  .col-box .half3{
		width: 100%;
		margin-bottom: 8.5vw;
	  }
	  .col-obi span{
		  padding: 1.6vw 5.3vw;
		  font-size: 4.8vw;
		  border-radius: 1.2vw;
	  }
	  .column__categoryList li{
		padding: 0.5vw 5.3vw;
		font-size: 3.7vw;
		margin-right: 2.6vw;
		width: auto;
	  }
  .link-text{
	font-size: 4.2vw;
  }
  .item-flex{
	display: block;
	margin-bottom: 8vw;
	border: 2px solid #0D2EA1;
	align-items: center;
	background: #F5F6F7;
  }
  .item-flex .img-box{
	width: 100%;
	display: block;
	align-items: center;
	text-align: center;
	padding: 1vw 1vw;
	box-sizing: border-box;
	border-right: 0;
	border-bottom:2px solid #0D2EA1;
  }
  .item-flex .img-box img{
	max-height: 50vw;
	
  }
  .item-flex .text-box{
	width: 100%;
	box-sizing: border-box;
	padding: 5.3vw 5.3vw;
  }
  .item-flex .text-box.ex{
	padding: 5.3vw 5.3vw;
  }
  .item-flex .text-box .item-name{
	font-size: 5.3vw;
	margin-bottom: 5.3vw;
	width: 100%;
  }
  .item-flex .text-box .item-name a{
	font-size: 5.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.column{
	padding-bottom: 26vw;
}
.user-box .user-name{
	padding:5.3vw 5.3vw;
	font-size:5.8vw;
	font-weight: bold;
}
.user-box .user-wrap{
	margin-bottom: 0vw;
	display:block;
}
.user-wrap .user-img{
	width: 100%;
	padding: 5.3vw 5.3vw;
}
.user-wrap .user-img img{
	max-width: 100%;
}
.user-wrap .user-tex{
	width: 100%;	
	padding: 5.3vw 5.3vw;

}
.column__text{
	font-size: 4.2vw;
	line-height: 1.6em;
}
.user-wrap .user-tex .column__text{
	margin-bottom: 0;
	font-size: 4.2vw;
	line-height: 1.7;
}
.user-wrap .user-tex .user-title{
	font-size:5.3vw;
	line-height:1.33;
	margin-bottom: 4.7%;
	margin-bottom: 5.3vw;
	padding-bottom: 5.3vw;
}
.user-wrap .user-tex .user-title span{
	font-size:5.3vw;
	display: block;
}
.label-flex{
	display: block;
	border: 2px solid #0D2EA1;
	margin-bottom: 26vw;
}
.label-text{
	width: 100%;
	padding: 5.3vw 5.3vw;
	box-sizing: border-box;
} 
.label-text-ttl{
	font-size:4.8vw;
	font-weight: 700;
	margin-bottom:7.4vw;
}
.label-text-link{
	font-size:4.8vw;
	font-weight: 700;
	display:block;
	padding:3.2vw 12vw 3.2vw 5.3vw;
	max-width: none;
	width: 100%;
	box-sizing: border-box;
	border-radius: 1.2vw;
	position: relative;
}
.label-text-link .yajirushi{
	position: absolute;
	right:7vw;
	top: 50%;
	width: 2vw;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.fade-box{
	display: block;
}
.label-text-link .yajirushi img{
	width: 100%;
}
.label-img{
	width: 100%;
}
.h2-txt.case-ttl{
	margin-top: 26vw;
}
	}