@charset "UTF-8";

.point_box .point {
	font-weight: 400;
}
.inner-small {
	width: 570px;
	margin-left: auto;
	margin-right: auto;
}
.table_type th {
	width: 150px;
}
.col_03 {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.col_03 figure {
	border: 1px solid #CECECE;
	display: flex;
	flex-flow: column;
	margin-bottom: 20px;
}
.col_03 img  {
	margin: auto;
	max-width: 90%;
	padding: 10px 0px;
	width: auto;
	max-height: 100px;
}
.col_03 figcaption {
	border-top: 1px solid #CECECE;
	margin-top: auto;
}
.col_03 figcaption a {
	display: block;
	padding: 5px;
}
.logo_border {
	border: 1px solid #CECECE;
}
/* 2023/10 nth-ofでなく明示的かつ汎用的な指定方法追加 */
.pie_chart .box > .col_02 > .col,
section:nth-of-type(1) .box > .col_02 > .col {
	border: 1px solid #CECECE;
	padding: 30px;
}
.pie_chart .col .usage li,
section:nth-of-type(1) .col li {
	margin-left: 22px;
	position: relative;
}
.pie_chart .col .usage li::before,
section:nth-of-type(1) .col li::before {
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 13px;
	position: absolute;
	left: -22px;
	top: 7px;
	width: 13px;
}
.pie_chart .col .usage .li_color_01::before ,
section:nth-of-type(1) .col .li_color_01::before {
	background: #8AC43E;
}
.pie_chart .col .usage .li_color_02::before,
section:nth-of-type(1) .col .li_color_02::before {
	background: #1EA223;
}
.pie_chart .col .usage .li_color_03::before,
section:nth-of-type(1) .col .li_color_03::before {
	background: #2BA3B3;
}
.pie_chart .col .usage .li_color_04::before,
section:nth-of-type(1) .col .li_color_04::before {
	background: #5995D3;
}
.pie_chart .col .usage .li_color_05::before,
section:nth-of-type(1) .col .li_color_05::before {
	background: #A98AC4;
}
.pie_chart .col .usage .li_color_06::before,
section:nth-of-type(1) .col .li_color_06::before {
	background: #DB72AF;
}
.pie_chart .col .usage .li_color_07::before,
section:nth-of-type(1) .col .li_color_07::before {
	background: #D84E00;
}
.pie_chart .col .usage .li_color_08::before,
section:nth-of-type(1) .col .li_color_08::before {
	background: #efb02d;
}
section:nth-of-type(4) .col .lead_01 {
	position: relative;
}
section:nth-of-type(4) .service_type02_02 .col:nth-of-type(1) .ttl::after {
	background: url("/rismon/img/ico_rismon_01.svg") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}
.pie_chart .service_type02_02 .col:nth-of-type(2) .ttl::after,
section:nth-of-type(4) .service_type02_02 .col:nth-of-type(2) .ttl::after {
	background: url("/rismon/img/ico_rismon_02.svg") no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 37px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
}

/* 20230310*/
.bg_img01{
	background-size: contain;
	background-image: url(/common/img/bg_title.png);
	background-repeat-y: repeat;
	padding: 50px 0;
}
@media print, screen and (min-width: 768px){
	.flex_03_02, .flex_03{
		display: flex;
		flex-wrap: wrap;
	}
	.flex_03_02 > .colm{
		width: calc(100% / 3 - 14px);
	}
	.flex_03 > .colm{
		width: calc(100% / 3 - 14px);
	}
	.flex_03_02 > .colm:not(:nth-of-type(3n)) {
		margin-right: 20px;
	}
	.flex_03 > .colm:not(:nth-of-type(3n)) {
		margin-right: 20px;
	}
	.col_case{
		display: flex;
		flex-flow: column;
	}
}

.flex_03_02 > .colm{
	margin-bottom: 5px;
}
.flex_04{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% - 10px);
	margin: 0 auto;
}
.flex_04 > .colm{
	width: calc(100% / 4);
}
.c01{
	background-color: #ffdd02;
}
.c02{
	background-color: #ff9d00;
}
.c03{
	background-color: #ff0000;
}
.c04{
	background-color: #00b050;
}
.c05{
	background-color: #0070c0;
}
.c06{
	background-color: #7030a0;
}
.c07{
	background-color: #cc66ff;
}
.col_case{
	text-align: center;
	border: 1px solid #cecece;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.col_case .head, .col_case .ft_link{
	background-color: #fffbbe;
}
.col_case .head, .col_case .ft_link:hover{
	background-color: #e2efda;
}
.col_case img{
	margin: auto;
	max-width: 90%;
	width: auto;
	max-height: 100px;
}
.col_case .case_logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
	padding: 20px;
}
.col_case .catch{
	padding: 20px 10px;
	flex: 1;
	height: 100%;
	min-height: 0%;
}
.col_case .flex_04{
	align-items: center;
}
.col_case .cat, .mihon .cat{
	font-size: 14px;
}
.cat:not(.c01){
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.col_case .ft_link{
	padding: 10px 0;
	display: block;
	border-top: 1px solid #cecece;
	margin-top: 10px;
}
.col_3_7{
	display: flex;
	font-size: 12px;
}
.col_3_7 dt{
	width: 25%;
	display: flex;
	justify-content: center;
}
.col_3_7 dd{
	width: 75%;
	padding: 0 10px;
}
.col_3_7 span{
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px){
  #problem .sub_navigation_footer .col_l_img {
    display: flex;
  }
  #problem .sub_navigation_footer .col_l_img img {
    width: 68px;
  }
  #problem .sub_navigation_footer .col_l_img .col {
    align-self: center;
    margin-bottom: 0;
  }
  #problem .table_scroll table {
    display: table;
  }
  #problem .logo_border{
    width: auto;
  }
  #problem .sub_navigation_footer .col_l_img .col:last-of-type {
    font-weight: 500;
    margin-left: 20px;
  }
  #problem .sub_navigation_footer li a {
    padding: 10px 15px;
  }
  .table_scroll{
    overflow-x: scroll;
  }
  .table_scroll table{
    display: table;
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
  }
  .col img.logo_border{
    width: auto;
  }
}