@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.l-header__sitename:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  line-height: 1.4;
  margin-right: 1rem;
  padding: 0 1rem;
}
.l-header__sitename a {
    display: unset;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
.ctt table tr:first-child td {
    background: #f5e9c5;
    font-weight: bold;
}

.ctt table tr td:first-child {
    background: #f5e9c5;
    font-weight: bold;
    width: 23%;
}

.ctt table tr td {
    padding: 5px;
    line-height: 1.4;
}

.red{
	font-weight:bold
	color:#f00;
}

/*---oki2022.04.06---*/
.kanren {
    margin:5rem auto;
    padding: 20px;
    border: 3px solid #BDA273;
    width:80%;
}

.midasi {display: table;
    margin: 0 auto 2.2rem;
    color: #BDA273;
    font-weight: 700;
    font-size: 2.2rem;
    padding: 0 15rem 1.2rem;
    text-align: center;
    line-height: 1.5;
    border-bottom: solid 1px #BDA273;
    position: relative;
        }



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 500px) {

.ctt table tr td {
    font-size: 11px;
    line-height: 1.3;
    padding: 6px 2px;
}

.ctt table tr td span {
    font-size: 12px;
}

.ctt table tr td:last-child {
    width: 30%;
}
	

/*---oki2022.04.06---*/
.kanren {
    margin:5rem auto;
    padding: 20px;
    border: 3px solid #BDA273;
    width:100%;
}

.midasi {
     display: table;
    color: #BDA273;
    font-weight: 700;
    text-align: center;
    border-bottom: solid 1px #BDA273;
    position: relative;
    margin: 0 auto 1rem;
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 0 1rem 0;
        }

}
