@charset "Shift_JIS";

body {
  color: #333333;
  background: #ffffff;
}
a img {
  border: none;
  color: #ffffff;
  background: transparent;
}


/* 20210308 ’Ç‰Á */
.line__dotted__top{
	border-top: 1px dotted #cccccc;
    padding-top: 5px !important;
}
.line__solid__top{
	border-top: 1px solid #c0c0c0;
    padding-top: 8px !important;
}
.cbtblock {
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
	text-align: center;
}
.cbtblock > div {
	    width: 48%;
    background: #fff;
    border: 1px solid #e88301;
    padding-bottom: 5px;
}
.cbtblock > div .ttl {
	    background: #e88301;
    color: #fff;
    padding: 3px;
    margin-bottom: 7px;
}
.cbtblock .txt_l{
	text-align: left;
	padding-left: 12px;
	padding-bottom: 8px;
}