@charset "UTF-8";
.yp-custom-midashi2 {
  font-size: 30px;
  background: #f7f6f2;
  border-left: #5a493f 10px solid;
  padding: 20px;
  margin: 40px 0 20px;
  color: #584a3f;
  font-size: 3rem;
  font-weight: normal;
  display: table;
  width: 100%;
  line-height: 1.2; }

.yp-custom-midashi3 {
  font-size: 2.4rem;
  font-weight: normal;
  color: #36A1F0;
  border-top: #36A1F0 1px solid;
  border-bottom: #36A1F0 1px solid;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: normal; }

.yp-custom-ul li {
  font-size: 14px;
  line-height: 1.5em; }
  .yp-custom-ul li::before {
    content: '※';
    color: red;
    display: inline-box; }

.yp-custom-links h3 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  color: #36A1F0;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative; }
  .yp-custom-links h3::before, .yp-custom-links h3::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .yp-custom-links h3::before {
    border-top: 2px solid #36A1F0;
    top: calc(49% - 2px); }
  .yp-custom-links h3::after {
    border-top: 1px solid #36A1F0;
    bottom: calc(49% - 2px); }
  .yp-custom-links h3 span {
    display: inline-block;
    padding: 0 10px;
    background: #fff; }

.yp-custom-links .flex {
  --gap: 5px;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: flex-start; }
  .yp-custom-links .flex a {
    width: 100%;
    min-height: 60px;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
    letter-spacing: .05em;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    flex: 0 0 calc((100% - 2*var(--gap)) / 3);
    border: 1px solid #ccc;
    padding: 8px;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .yp-custom-links .flex a::after {
      content: '';
      position: absolute;
      right: 20px;
      top: 22px;
      width: 10px;
      height: 10px;
      border-top: 2px solid #36A1F0;
      border-right: 2px solid #36A1F0;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }

@media screen and (max-width: 750px) {
  .yp-custom-links .flex a::after {
    position: static; } }

@media screen and (max-width: 750px) {
  .yp-custom-links .flex a {
    flex-direction: column; } }

.yp-custom-table1, .yp-custom-table2, .yp-custom-table3 {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0 0; }
  .yp-custom-table1 thead th, .yp-custom-table2 thead th, .yp-custom-table3 thead th {
    background: #f7f6f2; }
  .yp-custom-table1 tbody th, .yp-custom-table2 tbody th, .yp-custom-table3 tbody th {
    background: #f4fbfb; }
  .yp-custom-table1 th, .yp-custom-table1 td, .yp-custom-table2 th, .yp-custom-table2 td, .yp-custom-table3 th, .yp-custom-table3 td {
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center; }

.no-margin-btm{
  margin-bottom: 0 !important;
}