.btn_mrt {
  display: inline-block;
  padding: 4px 4px 4px 4px;
  text-decoration: none;
  background:#5fb5de;
  color: #FFF;
  border-radius: 3px;
  transition: .4s;
  font-weight:bold;
  font-size:110%;
  margin-bottom:10px;
}

.btn01 {
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #333;
  transition: .4s;
  font-size:100%;

font-weight:bold;
}

.btn01:hover {
  background: #888;
  color: white;
}


.btn02 {
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #ed9b00;
  border-radius: 3px;
  transition: .4s;
  font-size:120%;
  width:280px;
  margin:10px;
}

.btn02:hover {
  background: #edb650;
  color: white;
}


.btn03 {
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #6d6d6d;
  border-radius: 3px;
  transition: .4s;
  line-height:1.2em;
  margin:10px 0;
}

.btn03:hover {
  background: #333;
  color: #333;
}


.btn_menu:a {
  color: white;
}

.btn_menu2:a {
  color: #333;
}

.btn_menu a:link   {text-decoration:none; color: white;}
.btn_menu a:visited{text-decoration:none; color: white;}
.btn_menu a:hover  {text-decoration:none; color: white;}

.c-block {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;

    &__item {
        width: 33%;//任意
        margin-right: 5%;//任意
        margin-bottom: 5%;//任意

        &:nth-of-type(3n) {//(Xn): X = 右端の列の倍数
          margin-right: 0;
      }
  }
}

.c-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-block__item {
    box-sizing: border-box;
    width: 31%;
    padding: 0.5vw;
    margin: 0.5vw;
}

.c-block__item:nth-of-type(3n) {/* (Xn): X = 右端の列の倍数 */    margin-right: 0;}

.bold{font-weight:bold;}
.small{font-size:85%;}
.mb50{margin-bottom:50px;}

#commu_navi{
	margin-bottom:30px;
}
#commu_navi ul{
	padding:0;
	margin:0;
}
#commu_navi ul li{
	width:323px;
	height:40px;
	line-height:40px;
	float:left;
	display:inline;
	white-space:nowrap;
	border: 1px solid #BBB;
}
#commu_navi ul li.no{
	border-left: none;
}
#commu_navi ul li a{
	background:url(../../../kima_img/sa1/arr_blue.gif) no-repeat 22px 16px;
	text-indent: 30px;
	display: block;
}
#commu_navi ul li a:hover{
	background: url(../../../kima_img/arr_red.gif) no-repeat 22px 16px #DDD;
}

#commu_navi a:link {color:#444444; text-decoration:none;}
#commu_navi a:visited {color:#444444; text-decoration:none;}
#commu_navi a:hover {color:#444444; text-decoration:underline;}
#commu_navi a:active {color:#444444; text-decoration:underline;}

/* アンカー直後の Clear Hack */
#commu_navi { zoom:1; }
#commu_navi:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }








.sol_image1,.sol_image2,.sol_image3,.sol_image4 p {
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding: 25px 0 0 100px;
	color:#fff;
	letter-spacing: 0.05em;
}


.sol_image1 {
        width:100%;
        height:70px;
	background: url(../images/solution1_title.png) no-repeat;
}

.sol_image2 {
        width:100%;
        height:70px;
	background: url(../images/solution2_title.png) no-repeat;
}

.sol_image3 {
        width:100%;
        height:70px;
	background: url(../images/solution3_title.png) no-repeat;
}

.sol_image4 {
        width:100%;
        height:95px;
	background: url(../images/solution4_title.png) no-repeat;
}



.sol_image div {
	font-size: 100%;
	font-weight: bold;
	line-height:20px;
	text-align: center;
	width:160px;
	height:20px;
	background-color: #FFF;
	margin: 35px auto 5px auto;}

.icon_task{background:#8c8c8c; color:#fff; padding:5px 9px; font-weight:bold; font-size:110%;}
.icon_sug{background:#ff0000; color:#fff; padding:5px 9px; border-radius:3px; font-weight:bold; font-size:110%;}
.icon_point{background:#009fe8; color:#fff; padding:5px 6px; border-radius:3px; font-weight:bold; font-size:110%;}
.icon_new{padding:0px 5px;; background:#F4624C; color:#fff; font-weight:bold; font-size:90%;}

.yellow{color:#f4ff00;}
.gr{color:#c1c1c1;}
.pi{color:#ffbdbd;}
.bl{color:#9be0ff;}

.info dl {
padding: 6px 0;

}
.info dt {
clear: left;
float: left;
padding-bottom: 15px;
margin-right:1%;
padding-top:0.5%;
}
.info dd {
margin-left: 10%;
}

.info dd p {
margin-left:1em; text-indent:-1em; font-size:105%;
}

@media (max-width: 767px) {
.info dt {
clear: left;
float: none;
width: 20%;

}
.info dd {
margin-left: 0%;
line-height:1.5em;}
}



