@charset "utf-8";
@media print, screen and (min-width: 760px) {
.sp-block {
display: none;
}
.ac {
text-align: center;
}
.list-wrap {
display: flex;
align-items: center;
padding: 10px;
border: 2px solid #dcdcdc;
margin: 10px 0;
}
.list-wrap p {
font-size:20px ;
font-weight: bold;
}
.list-wrap em {
font-style: normal;
color: #b60081;
}
.bh-icon {
width: 50px;
margin-right: 10px;
}
.bh-icon .icon {
display: table-cell;
box-sizing: border-box;
width: 50px;
height: 50px;
border-radius: 25px;
background-color: #b60081;
text-align: center;
vertical-align: middle;
}
.bh-icon .icon .text {
color: #fff;
font-size: 10px;
font-weight: bold;
line-height: 1.0;
}
.bh-icon .icon .number {
color: #fff;
font-size: 20px;
font-weight: bold;
line-height: 1.0;
}
.whiteBtn {
border: 1px solid #dcdcdc;
border-radius: 20px;
padding: 10px;
width: 300px;
margin: 20px auto;
}
.whiteBtn a {
text-align: center;
color: #333;
text-decoration: underline;
}
.whiteBtn a:hover{
text-decoration: none;
}
.notes-01 {
margin-bottom: 12px;
margin-top: -5px;
font-size: 70%;
color: #575757;
text-indent: -16px;
}
}

@media only screen and (max-width: 759px) {
.pc-block {
display: none;
}
.ac {
text-align: center;
}
.list-wrap {
display: flex;
align-items: center;
padding: 10px 5px;
border-bottom: 1px solid #dcdcdc;
margin: 10px 0;
}
.list-wrap p {
font-size:14px ;
}
.bh-icon {
width:15%;
margin-right:5px;
}
.list-text {
width: 80%;
}
.bh-icon .icon {
display: table-cell;
box-sizing: border-box;
width: 48px;
height: 48px;
border-radius: 50px;
background-color: #b60081;
text-align: center;
vertical-align: middle;
}
.bh-icon .icon .text {
color: #fff;
font-size: 10px;
line-height: 1.0;
}
.bh-icon .icon .number {
color: #fff;
font-size: 16px;
line-height: 1.0;
}
.whiteBtn {
border: 1px solid #dcdcdc;
border-radius: 20px;
padding: 10px;
width: 300px;
margin: 20px auto;
}
.whiteBtn a {
text-align: center;
color: #333;
text-decoration: underline;
}
.list-notes-01 {
margin-top: 20px;
}
.tm-hdg_title4 {
margin: 50px 0 20px;
padding-top: 5px;
border-top: 2px solid #ff99ee;
font-size: 1.2rem;
font-weight: bold;
line-height: 1.38;
color: #b60081;
position: relative;
}
}
