@charset "UTF-8";
/* CSS Document */

.balloon{
  display: flex;
  margin: 0 0 1.5em 0;
}
.balloonR{
  flex-direction: row-reverse;
    margin-right: 5px;
}
.balloon-img{
  width: 80px;
  height: auto;
  flex-shrink: 0;
}
.balloon-text{
  padding: 0.5em;
  border-radius: 6px;
  position: relative;
  display: flex;
}
.balloon-text-inner{
  margin: auto;
    font-size: 14px;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .balloon-text{
  margin: 0 15px 0 65px;
  background: #fde5e5;
}
.balloonR .balloon-text{
  margin: 0 15px 0;
  background: #f2f3f7;
}
.balloonL .balloon-text::before{
  left: -16px;
  border-right: 16px solid #fde5e5;
}
.balloonR .balloon-text::before{
  right: -16px;
  border-left: 16px solid #f2f3f7;
}

.delica-wrapper {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1100px;
    font-size: 15px;
    line-height: 1.8;
}
.section {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
}
.center { text-align: center;}
.center-spl { text-align: center;}

.section h1 {color: #e6b422;}
.section p { padding:30px 10px; line-height:1.8;}
.section .bold16 { font-size:18px; font-weight:bold;}
.section .mt50 { margin-top: 50px;}
.section img { width: 100%;}
.section h2 { color: #e6b422; font-weight: bold; line-height: 2.0}
.section h3 { color: #e6b422; font-weight: bold; line-height: 2.0}

.delica p { padding:60px 10px; line-height:1.8; color: #332c2f; }
.delica .bold16 { font-size:18px; font-weight:bold;}
.delica .mt50 { margin-top: 50px;}
.delica h3 { color: #e6b422; font-weight: bold;}
.delica h4 { color: #997817; font-weight: bold;}
.delica dl { width: 100%; clear: both; }
.delica dt { float: left; margin-right: 15px;}
.delica dd { margin: 0px; padding: 0px;}
.delica dd p { text-align: left; padding:0px;}
.delica .fw30 { margin: 0px; padding: 0; font-size: 30px;}
.delica .w30 { width: 26%;}
.delica .w70 { width: 70%;}
.delica .txt-l { text-align: left; padding:0px;}
.delica .clear { clear: both; height: 50px; margin: 0; padding: 0;}
.delica .r-txt { width: 100%; padding-left: 10px;}
.delica .fl-r { float: right; width: 26%; margin-left: 15px;}

.head_title {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 40px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
    padding-top: 20px;      /* 余白指定 */
}

.head_title:before {
    content: '';            /* 空の要素を作る */
    width: 150px;           /* 幅指定 */
    height: 150px;          /* 高さ指定 */
    border-radius:  50%;    /* 丸くする */
    border: solid #ccc;     /* 枠線指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    right:  0;              /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    top: 0;                 /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
}
.head_title:after {
    content: '';            /* 空の要素を作る */
    width: 140px;           /* 幅指定 */
    height: 140px;          /* 高さ指定 */
    border-radius:  50%;    /* 丸くする */
    border: 1px solid #ccc; /* 枠線指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    right:  0;              /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    top: 7px;               /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
}

.head_title2 {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 20px;        /* 文字サイズ指定 */
    text-align:  center;    /* 文字位置指定 */
    padding-top: 20px;      /* 余白指定 */
}

.head_title2:before {
    content: '';            /* 空の要素を作る */
    width: 120px;           /* 幅指定 */
    height: 120px;          /* 高さ指定 */
    border-radius:  50%;    /* 丸くする */
    border: solid #ccc;     /* 枠線指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    right:  0;              /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    top: 0;                 /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
}
.head_title2:after {
    content: '';            /* 空の要素を作る */
    width: 110px;           /* 幅指定 */
    height: 110px;          /* 高さ指定 */
    border-radius:  50%;    /* 丸くする */
    border: 1px solid #ccc; /* 枠線指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    right:  0;              /* 位置調整 */
    margin:  auto;          /* 位置調整 */
    top: 7px;               /* 位置調整 */
    z-index: -1;            /* 重なり調整 */
}

	
.table-wrapper {
    clear: both;
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    padding-top: 50px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 0 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(230, 235, 237, 0.25); }
  table td {
    padding: 0.75em 0.75em; width: 50%; text-align: center;}
  table th {
    color: #3d4449;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: center; }
  table thead {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75); }
  table tfoot {
    border-top: solid 2px rgba(210, 215, 217, 0.75); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(210, 215, 217, 0.75);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

@media screen and (max-width: 768px) {
    h1 { font-size: 24px;}
    .center-spl { text-align: left;}
    .delica dl { width: 100%; clear: both; }
    .delica dt { float: none; margin-right: 15px;}
    .delica dd { margin: 0px; padding: 10px;}
    .delica dd p { text-align: left; padding:0px;}
    .delica .w30 { width: 100%;}
    .delica .w70 { width: 70%;}
    .delica .fl-r { float: none; width: 100%; margin-left: 0px;}
    .delica .r-txt { width: 100%; padding-left: 0px;}
    .delica .r-txt p { padding: 10px;}
    .delica .r-txt h3 { padding: 10px;}
    .br-sp { display: none;}
}

@media screen and (min-width: 768px) {
.br-pc { display: none;}
}