@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/************************************************

	共通

*************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 139px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  font-size: 1.6em;
  color: #111;
  background: #fff;
}

button:focus-visible,
a:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px #000, 0px 0px 0px 3px #fff;
}

input:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff inset, 0px 0px 0px 3px #333 inset;
}

ul {
  list-style: none;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  border-radius: 0;
  background: none;
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-transform: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

main {
  display: block;
}

.b-hidden {
  display: none;
}

.b-to_main {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 20;
}
.b-to_main a {
  color: #0c6b0a;
  background: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0;
}
.b-to_main a:focus {
  opacity: 1;
}

.b-pc_br {
  display: inline;
}
@media screen and (max-width: 767px) {
  .b-pc_br {
    display: none;
  }
}

.b-sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-sp_br {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .b-pc_show {
    display: none;
  }
}

.b-sp_show {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-sp_show {
    display: block;
  }
}

.b-link01 {
  color: #2d5cac;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-link01:hover {
    opacity: 0.7;
  }
}

.b-ico.b-ico--link .b-ico__ico {
  background: #0c6b0a;
}
.b-ico.b-ico--link a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-ico.b-ico--link a:hover {
    opacity: 0.7;
  }
}
.b-ico.b-ico--contact .b-ico__ico {
  background: #0e415f;
}
.b-ico.b-ico--entry .b-ico__ico {
  background: #af5c17;
}
.b-ico.b-ico--location .b-ico__ico {
  background: #6b1473;
}
.b-ico .b-ico__ico {
  font-size: 1.2rem;
  background: #444;
  color: #fff;
  line-height: 1.3;
  padding: 3px 10px;
  width: calc(5em + 20px);
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  margin-right: 5px;
  transform: translateY(-0.2em);
}

/************************************************

	文字サイズ

*************************************************/
.theme-fz--b_large .b-header .b-header_logo__sub {
  flex-wrap: wrap;
}
.theme-fz--b_large .b-change_fz {
  justify-content: center;
  flex-wrap: wrap;
}
.theme-fz--b_large .top_ttl01 {
  flex-wrap: wrap;
}
.theme-fz--b_large .top_col01 .top_col01__box:last-child {
  max-width: inherit;
}
.theme-fz--b_large .top_mark_qr {
  align-items: center;
}
.theme-fz--b_large .top_mark_qr .top_mark_code {
  width: 72px;
  margin: 0 auto;
}
.theme-fz--b_large .top_mark_qr .top_mark_code a {
  display: block;
}

/************************************************

	文字サイズ

*************************************************/
.b-change_fz {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 810px) {
  .b-change_fz {
    display: none;
  }
}

.b-change_fz__label {
  margin-right: 15px;
}

.b-change_fz__btns {
  display: flex;
}
.b-change_fz__btns li {
  margin-right: 10px;
}
.b-change_fz__btns li:last-child {
  margin-right: 0;
}
.b-change_fz__btns button {
  background: #2d5cac;
  color: #fff;
  border-radius: 50%;
  line-height: 1.6rem;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-change_fz__btns button:hover {
    opacity: 0.7;
  }
}

/************************************************

	過去号QR

*************************************************/
.b-past_volumes {
  margin-top: 5px;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 810px) {
  .b-past_volumes img {
    display: none;
  }
}
.b-past_volumes .b-past_volumes__qr {
  margin: 10px auto 0;
}
@media screen and (max-width: 810px) {
  .b-past_volumes .b-past_volumes__qr {
    display: none;
  }
}
.b-past_volumes .b-past_volumes__qr a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-past_volumes .b-past_volumes__qr a:hover {
    opacity: 0.7;
  }
}
.b-past_volumes .b-past_volumes__qr.b-ico {
  margin-top: 40px;
}

/************************************************

	パンくずリスト

*************************************************/
.b-header_sp__breadcrumb {
  margin-top: 20px;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_title {
  background: #2d5cac;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_title button {
  display: block;
  color: #fff;
  padding: 15px;
  width: 100%;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_title button span {
  display: block;
  position: relative;
  padding-right: 15px;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_title button span::before, .b-header_sp__breadcrumb .b-header_sp__breadcrumb_title button span::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_title button span::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s all;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_title button span.js-ac_active::after {
  transform: translateY(-1px) rotate(0);
  transition: 0.3s all;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_list {
  display: none;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_list li {
  border-bottom: 1px solid #2d5cac;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_list li a {
  display: block;
  padding: 15px;
}

.breadcrumb {
  border-top: 2px solid #2d5cac;
  border-bottom: 2px solid #2d5cac;
  padding: 15px 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  display: none;
}
.breadcrumb .breadcrumb_title {
  background: #0c6b0a;
  border-radius: 50px;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.breadcrumb .breadcrumb_title a {
  color: #fff;
}
.breadcrumb .breadcrumb_title a:hover {
  color: #ff0;
}
.breadcrumb .breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.breadcrumb .breadcrumb_list li {
  margin-right: 10px;
  line-height: 1.5;
}
.breadcrumb .breadcrumb_list li::after {
  content: "＞";
  margin-left: 10px;
}
.breadcrumb .breadcrumb_list li:last-child {
  margin-right: 0;
}
.breadcrumb .breadcrumb_list li:last-child::after {
  content: none;
}
.breadcrumb .breadcrumb_list li a {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .breadcrumb .breadcrumb_list li a:hover {
    opacity: 0.7;
  }
}

/************************************************

	コンテンツ

*************************************************/
.b-content_wrap {
  margin-top: 230px;
  padding-top: 30px;
}
@media screen and (max-width: 810px) {
  .b-content_wrap {
    margin-top: 90px;
    padding-top: 15px;
  }
}

.b-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.b-content01 {
  display: flex;
  width: 100%;
}
.b-content01 .b-content01_box:first-child {
  width: 23%;
  margin-right: 6%;
}
@media screen and (max-width: 810px) {
  .b-content01 .b-content01_box:first-child {
    display: none;
  }
}
.b-content01 .b-content01_box:last-child {
  width: 77%;
  max-width: 780px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 810px) {
  .b-content01 .b-content01_box:last-child {
    width: 100%;
    margin-left: 0;
  }
}

.b-info_box {
  padding: 20px;
  margin-top: 20px;
  background: rgb(234, 238.7, 246.7);
}

.b-link_box {
  display: flex;
}

/************************************************

	アイコン

*************************************************/
.b-ico_plus {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.b-ico_plus::before, .b-ico_plus::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-ico_plus::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.3s;
}
.b-ico_plus.is-open::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/************************************************

	ナビゲーション

*************************************************/
.b-side_nav {
  border-top: 5px solid #2d5cac;
  border-bottom: 5px solid #2d5cac;
}
.b-side_nav > ul > li {
  border-bottom: 1px solid #2d5cac;
}
.b-side_nav > ul > li:last-child {
  border-bottom: none;
}
.b-side_nav > ul > li > a {
  padding: 25px 10px;
  display: block;
  box-sizing: border-box;
}
.b-side_nav > ul > li > a:hover {
  background: #eaf2ff;
}
.b-side_nav > ul > li > a span {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.b-side_nav > ul > li > a.current {
  background: #eaf2ff;
}
.b-side_nav > ul > li > a.current span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #2d5cac;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-side_nav > ul > li.b-side_nav__has_under {
  padding: 25px 10px 25px 30px;
}
@media (any-hover: hover) {
  .b-side_nav > ul > li.b-side_nav__has_under:hover {
    background: #eaf2ff;
  }
}
.b-side_nav > ul > li.b-side_nav__has_under > span {
  display: block;
}
.b-side_nav > ul > li.b-side_nav__has_under > span button {
  display: block;
  position: relative;
  padding-right: 21px;
  width: 100%;
  text-align: left;
}
.b-side_nav > ul > li.b-side_nav__has_under.is-current {
  background: #eaf2ff;
}
.b-side_nav > ul > li.b-side_nav__has_under.is-current > span {
  position: relative;
}
.b-side_nav > ul > li.b-side_nav__has_under.is-current > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #2d5cac;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.b-side_nav .b-side_nav__under {
  margin-top: 20px;
  padding-left: 1em;
  display: none;
}
.b-side_nav .b-side_nav__under > li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.b-side_nav .b-side_nav__under > li::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #111;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: -0.8em;
}
.b-side_nav .b-side_nav__under > li + li {
  margin-top: 15px;
}
.b-side_nav .b-side_nav__under > li > a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 1px;
}
@media (any-hover: hover) {
  .b-side_nav .b-side_nav__under > li > a:hover {
    text-decoration: none;
  }
}

/************************************************

	フッター

*************************************************/
.b-footer {
  background: #2d5cac;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 70px;
}
@media screen and (max-width: 810px) {
  .b-footer {
    padding: 5px 0;
    margin-top: 35px;
  }
}
.b-footer .b-footer_copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 810px) {
  .b-footer .b-footer_copyright {
    font-size: 1.2rem;
  }
}

/************************************************

	utility

*************************************************/
.b-m0 {
  margin: 0px !important;
}

.b-mt0 {
  margin-top: 0px !important;
}

.b-mb0 {
  margin-bottom: 0px !important;
}

.b-ml0 {
  margin-left: 0px !important;
}

.b-mr0 {
  margin-right: 0px !important;
}

.b-p0 {
  padding: 0px !important;
}

.b-pt0 {
  padding-top: 0px !important;
}

.b-pb0 {
  padding-bottom: 0px !important;
}

.b-pl0 {
  padding-left: 0px !important;
}

.b-pr0 {
  padding-right: 0px !important;
}

.b-m5 {
  margin: 5px !important;
}

.b-mt5 {
  margin-top: 5px !important;
}

.b-mb5 {
  margin-bottom: 5px !important;
}

.b-ml5 {
  margin-left: 5px !important;
}

.b-mr5 {
  margin-right: 5px !important;
}

.b-p5 {
  padding: 5px !important;
}

.b-pt5 {
  padding-top: 5px !important;
}

.b-pb5 {
  padding-bottom: 5px !important;
}

.b-pl5 {
  padding-left: 5px !important;
}

.b-pr5 {
  padding-right: 5px !important;
}

.b-m10 {
  margin: 10px !important;
}

.b-mt10 {
  margin-top: 10px !important;
}

.b-mb10 {
  margin-bottom: 10px !important;
}

.b-ml10 {
  margin-left: 10px !important;
}

.b-mr10 {
  margin-right: 10px !important;
}

.b-p10 {
  padding: 10px !important;
}

.b-pt10 {
  padding-top: 10px !important;
}

.b-pb10 {
  padding-bottom: 10px !important;
}

.b-pl10 {
  padding-left: 10px !important;
}

.b-pr10 {
  padding-right: 10px !important;
}

.b-m15 {
  margin: 15px !important;
}

.b-mt15 {
  margin-top: 15px !important;
}

.b-mb15 {
  margin-bottom: 15px !important;
}

.b-ml15 {
  margin-left: 15px !important;
}

.b-mr15 {
  margin-right: 15px !important;
}

.b-p15 {
  padding: 15px !important;
}

.b-pt15 {
  padding-top: 15px !important;
}

.b-pb15 {
  padding-bottom: 15px !important;
}

.b-pl15 {
  padding-left: 15px !important;
}

.b-pr15 {
  padding-right: 15px !important;
}

.b-m20 {
  margin: 20px !important;
}

.b-mt20 {
  margin-top: 20px !important;
}

.b-mb20 {
  margin-bottom: 20px !important;
}

.b-ml20 {
  margin-left: 20px !important;
}

.b-mr20 {
  margin-right: 20px !important;
}

.b-p20 {
  padding: 20px !important;
}

.b-pt20 {
  padding-top: 20px !important;
}

.b-pb20 {
  padding-bottom: 20px !important;
}

.b-pl20 {
  padding-left: 20px !important;
}

.b-pr20 {
  padding-right: 20px !important;
}

.b-m25 {
  margin: 25px !important;
}

.b-mt25 {
  margin-top: 25px !important;
}

.b-mb25 {
  margin-bottom: 25px !important;
}

.b-ml25 {
  margin-left: 25px !important;
}

.b-mr25 {
  margin-right: 25px !important;
}

.b-p25 {
  padding: 25px !important;
}

.b-pt25 {
  padding-top: 25px !important;
}

.b-pb25 {
  padding-bottom: 25px !important;
}

.b-pl25 {
  padding-left: 25px !important;
}

.b-pr25 {
  padding-right: 25px !important;
}

.b-m30 {
  margin: 30px !important;
}

.b-mt30 {
  margin-top: 30px !important;
}

.b-mb30 {
  margin-bottom: 30px !important;
}

.b-ml30 {
  margin-left: 30px !important;
}

.b-mr30 {
  margin-right: 30px !important;
}

.b-p30 {
  padding: 30px !important;
}

.b-pt30 {
  padding-top: 30px !important;
}

.b-pb30 {
  padding-bottom: 30px !important;
}

.b-pl30 {
  padding-left: 30px !important;
}

.b-pr30 {
  padding-right: 30px !important;
}

.b-m35 {
  margin: 35px !important;
}

.b-mt35 {
  margin-top: 35px !important;
}

.b-mb35 {
  margin-bottom: 35px !important;
}

.b-ml35 {
  margin-left: 35px !important;
}

.b-mr35 {
  margin-right: 35px !important;
}

.b-p35 {
  padding: 35px !important;
}

.b-pt35 {
  padding-top: 35px !important;
}

.b-pb35 {
  padding-bottom: 35px !important;
}

.b-pl35 {
  padding-left: 35px !important;
}

.b-pr35 {
  padding-right: 35px !important;
}

.b-m40 {
  margin: 40px !important;
}

.b-mt40 {
  margin-top: 40px !important;
}

.b-mb40 {
  margin-bottom: 40px !important;
}

.b-ml40 {
  margin-left: 40px !important;
}

.b-mr40 {
  margin-right: 40px !important;
}

.b-p40 {
  padding: 40px !important;
}

.b-pt40 {
  padding-top: 40px !important;
}

.b-pb40 {
  padding-bottom: 40px !important;
}

.b-pl40 {
  padding-left: 40px !important;
}

.b-pr40 {
  padding-right: 40px !important;
}

.b-m45 {
  margin: 45px !important;
}

.b-mt45 {
  margin-top: 45px !important;
}

.b-mb45 {
  margin-bottom: 45px !important;
}

.b-ml45 {
  margin-left: 45px !important;
}

.b-mr45 {
  margin-right: 45px !important;
}

.b-p45 {
  padding: 45px !important;
}

.b-pt45 {
  padding-top: 45px !important;
}

.b-pb45 {
  padding-bottom: 45px !important;
}

.b-pl45 {
  padding-left: 45px !important;
}

.b-pr45 {
  padding-right: 45px !important;
}

.b-m50 {
  margin: 50px !important;
}

.b-mt50 {
  margin-top: 50px !important;
}

.b-mb50 {
  margin-bottom: 50px !important;
}

.b-ml50 {
  margin-left: 50px !important;
}

.b-mr50 {
  margin-right: 50px !important;
}

.b-p50 {
  padding: 50px !important;
}

.b-pt50 {
  padding-top: 50px !important;
}

.b-pb50 {
  padding-bottom: 50px !important;
}

.b-pl50 {
  padding-left: 50px !important;
}

.b-pr50 {
  padding-right: 50px !important;
}

.b-m55 {
  margin: 55px !important;
}

.b-mt55 {
  margin-top: 55px !important;
}

.b-mb55 {
  margin-bottom: 55px !important;
}

.b-ml55 {
  margin-left: 55px !important;
}

.b-mr55 {
  margin-right: 55px !important;
}

.b-p55 {
  padding: 55px !important;
}

.b-pt55 {
  padding-top: 55px !important;
}

.b-pb55 {
  padding-bottom: 55px !important;
}

.b-pl55 {
  padding-left: 55px !important;
}

.b-pr55 {
  padding-right: 55px !important;
}

.b-m60 {
  margin: 60px !important;
}

.b-mt60 {
  margin-top: 60px !important;
}

.b-mb60 {
  margin-bottom: 60px !important;
}

.b-ml60 {
  margin-left: 60px !important;
}

.b-mr60 {
  margin-right: 60px !important;
}

.b-p60 {
  padding: 60px !important;
}

.b-pt60 {
  padding-top: 60px !important;
}

.b-pb60 {
  padding-bottom: 60px !important;
}

.b-pl60 {
  padding-left: 60px !important;
}

.b-pr60 {
  padding-right: 60px !important;
}

.b-m65 {
  margin: 65px !important;
}

.b-mt65 {
  margin-top: 65px !important;
}

.b-mb65 {
  margin-bottom: 65px !important;
}

.b-ml65 {
  margin-left: 65px !important;
}

.b-mr65 {
  margin-right: 65px !important;
}

.b-p65 {
  padding: 65px !important;
}

.b-pt65 {
  padding-top: 65px !important;
}

.b-pb65 {
  padding-bottom: 65px !important;
}

.b-pl65 {
  padding-left: 65px !important;
}

.b-pr65 {
  padding-right: 65px !important;
}

.b-m70 {
  margin: 70px !important;
}

.b-mt70 {
  margin-top: 70px !important;
}

.b-mb70 {
  margin-bottom: 70px !important;
}

.b-ml70 {
  margin-left: 70px !important;
}

.b-mr70 {
  margin-right: 70px !important;
}

.b-p70 {
  padding: 70px !important;
}

.b-pt70 {
  padding-top: 70px !important;
}

.b-pb70 {
  padding-bottom: 70px !important;
}

.b-pl70 {
  padding-left: 70px !important;
}

.b-pr70 {
  padding-right: 70px !important;
}

.b-m75 {
  margin: 75px !important;
}

.b-mt75 {
  margin-top: 75px !important;
}

.b-mb75 {
  margin-bottom: 75px !important;
}

.b-ml75 {
  margin-left: 75px !important;
}

.b-mr75 {
  margin-right: 75px !important;
}

.b-p75 {
  padding: 75px !important;
}

.b-pt75 {
  padding-top: 75px !important;
}

.b-pb75 {
  padding-bottom: 75px !important;
}

.b-pl75 {
  padding-left: 75px !important;
}

.b-pr75 {
  padding-right: 75px !important;
}

.b-m80 {
  margin: 80px !important;
}

.b-mt80 {
  margin-top: 80px !important;
}

.b-mb80 {
  margin-bottom: 80px !important;
}

.b-ml80 {
  margin-left: 80px !important;
}

.b-mr80 {
  margin-right: 80px !important;
}

.b-p80 {
  padding: 80px !important;
}

.b-pt80 {
  padding-top: 80px !important;
}

.b-pb80 {
  padding-bottom: 80px !important;
}

.b-pl80 {
  padding-left: 80px !important;
}

.b-pr80 {
  padding-right: 80px !important;
}

.b-m85 {
  margin: 85px !important;
}

.b-mt85 {
  margin-top: 85px !important;
}

.b-mb85 {
  margin-bottom: 85px !important;
}

.b-ml85 {
  margin-left: 85px !important;
}

.b-mr85 {
  margin-right: 85px !important;
}

.b-p85 {
  padding: 85px !important;
}

.b-pt85 {
  padding-top: 85px !important;
}

.b-pb85 {
  padding-bottom: 85px !important;
}

.b-pl85 {
  padding-left: 85px !important;
}

.b-pr85 {
  padding-right: 85px !important;
}

.b-m90 {
  margin: 90px !important;
}

.b-mt90 {
  margin-top: 90px !important;
}

.b-mb90 {
  margin-bottom: 90px !important;
}

.b-ml90 {
  margin-left: 90px !important;
}

.b-mr90 {
  margin-right: 90px !important;
}

.b-p90 {
  padding: 90px !important;
}

.b-pt90 {
  padding-top: 90px !important;
}

.b-pb90 {
  padding-bottom: 90px !important;
}

.b-pl90 {
  padding-left: 90px !important;
}

.b-pr90 {
  padding-right: 90px !important;
}

.b-m95 {
  margin: 95px !important;
}

.b-mt95 {
  margin-top: 95px !important;
}

.b-mb95 {
  margin-bottom: 95px !important;
}

.b-ml95 {
  margin-left: 95px !important;
}

.b-mr95 {
  margin-right: 95px !important;
}

.b-p95 {
  padding: 95px !important;
}

.b-pt95 {
  padding-top: 95px !important;
}

.b-pb95 {
  padding-bottom: 95px !important;
}

.b-pl95 {
  padding-left: 95px !important;
}

.b-pr95 {
  padding-right: 95px !important;
}

.b-m100 {
  margin: 100px !important;
}

.b-mt100 {
  margin-top: 100px !important;
}

.b-mb100 {
  margin-bottom: 100px !important;
}

.b-ml100 {
  margin-left: 100px !important;
}

.b-mr100 {
  margin-right: 100px !important;
}

.b-p100 {
  padding: 100px !important;
}

.b-pt100 {
  padding-top: 100px !important;
}

.b-pb100 {
  padding-bottom: 100px !important;
}

.b-pl100 {
  padding-left: 100px !important;
}

.b-pr100 {
  padding-right: 100px !important;
}

.b-mt_auto {
  margin-top: auto;
}

.b-mb_auto {
  margin-bottom: auto;
}

.b-ml_auto {
  margin-left: auto;
}

.b-mr_auto {
  margin-right: auto;
}

.b-w_fit {
  width: -moz-fit-content;
  width: fit-content;
}

.b-d_b {
  display: block;
}

.b-d_ib {
  display: inline-block;
}

.b-pc_display {
  display: block;
}
@media screen and (max-width: 767px) {
  .b-pc_display {
    display: none;
  }
}

.b-sp_display {
  display: none;
}
@media screen and (max-width: 767px) {
  .b-sp_display {
    display: block;
  }
}

/************************************************

	text

*************************************************/
.b-center {
  text-align: center !important;
}

.b-left {
  text-align: left !important;
}

.b-right {
  text-align: right !important;
}

.b-small {
  font-size: 0.8em;
}

.b-small03 {
  font-size: 1.4rem;
}

.b-small04 {
  font-size: 1rem;
}

.b-big {
  font-size: 1.2em;
}

.b-normal {
  font-weight: normal;
}

.b-bold {
  font-weight: bold;
}

.b-red {
  color: #d00;
}

.b-blue {
  color: #0069aa;
}

.b-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.b-border_dashed {
  border-bottom: 1px dashed;
  padding-bottom: 3px;
}

.b-border_wavy {
  text-decoration: underline;
  -webkit-text-decoration: underline wavy;
          text-decoration: underline wavy;
  text-underline-offset: 3px;
}

.b-marker {
  background: linear-gradient(transparent 60%, #fff462 60%);
}

.b-marker02 {
  background: linear-gradient(transparent 20%, #fff462 20%);
}

.b-lh-1 {
  line-height: 1;
}

.b-lh-1_3 {
  line-height: 1.3;
}

.b-caption01 {
  text-indent: -1em;
  padding-left: 1em;
}

/************************************************

	list

*************************************************/
.b-check_list01 > li {
  position: relative;
  padding: 0px 0px 0px 1.5em;
  margin: 0px;
}
.b-check_list01 > li::before, .b-check_list01 > li::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  height: 1em;
}
.b-check_list01 > li::before {
  left: 0px;
  transform: translateY(-50%);
  width: 1em;
  border: 1px solid #000;
}
.b-check_list01 > li::after {
  left: 0.3em;
  transform: translateY(-62%) rotate(45deg);
  width: 0.3em;
  height: 0.7em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

/************************************************

	ヘッダー

*************************************************/
.b-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  padding: 0 10px;
}
@media screen and (max-width: 810px) {
  .b-header {
    padding: 0;
  }
}
.b-header .b-header_wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_wrap {
    padding: 10px;
    border-bottom: 2px solid #2d5cac;
    position: relative;
    background: #fff;
  }
}
.b-header .b-header_col {
  display: flex;
  align-items: center;
}
.b-header .b-header_col .b-header_col__box:first-child a {
  display: flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .b-header .b-header_col .b-header_col__box:first-child a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 810px) {
  _:-ms-input-placeholder, :root .b-header .b-header_col .b-header_col__box:first-child a {
    width: 80%;
  }
}
.b-header .b-header_col .b-header_col__box:last-child {
  margin-left: auto;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_logo {
    max-width: 301px;
    width: 45%;
    margin-right: 5%;
    min-width: 160px;
  }
}
.b-header .b-header_logo a:hover {
  opacity: 0.7;
}
.b-header .b-header_logo__sub {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_logo__sub {
    display: block;
    margin-top: 5px;
    max-width: 260px;
  }
}
@media screen and (max-width: 810px) {
  .b-header .b-header_logo__sub p {
    line-height: 0;
  }
}
.b-header .b-header_logo__sub p, .b-header .b-header_logo__sub span {
  line-height: 1;
}
.b-header .b-header_logo__sub span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin-left: 10px;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_logo__sub span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}
.b-header .b-header_date {
  text-align: center;
  margin-left: 20px;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_date {
    margin-top: 5px;
    margin-left: 0;
  }
}
.b-header .b-header_date .b-header_date__calendar {
  line-height: 1;
}
.b-header .b-header_date .b-header_date__calendar > a {
  display: block;
}
.b-header .b-header_date .b-header_date__calendar--year,
.b-header .b-header_date .b-header_date__calendar--en,
.b-header .b-header_date .b-header_date__volume {
  font-size: 1.4rem;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_date .b-header_date__calendar--year,
  .b-header .b-header_date .b-header_date__calendar--en,
  .b-header .b-header_date .b-header_date__volume {
    font-size: 1rem;
  }
}
.b-header .b-header_date .b-header_date__calendar--month {
  display: inline-block;
  font-size: 5rem;
  color: #164f7d;
  margin-top: 5px;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_date .b-header_date__calendar--month {
    font-size: 2rem;
    margin-top: 0;
    margin-top: 1px;
  }
}
.b-header .b-header_date .b-header_date__calendar--month .b-header_date__calendar--month__small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .b-header .b-header_date .b-header_date__calendar--month .b-header_date__calendar--month__small {
    font-size: 1.2rem;
  }
}
.b-header .b-header_date .b-header_date__calendar--en {
  color: #164f7d;
  margin-top: 5px;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_date .b-header_date__calendar--en {
    margin-top: 1px;
    font-size: 1rem;
  }
}
.b-header .b-header_date .b-header_date__volume {
  background: #164f7d;
  color: #fff;
  padding: 5px 10px;
  margin-top: 7px;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_date .b-header_date__volume {
    padding: 2px 7px;
    margin-top: 1px;
    box-sizing: border-box;
    margin-left: 5px;
    font-size: 1rem;
  }
}
.b-header .b-header_sp__btn {
  display: none;
  border: 2px solid #2d5cac;
  margin-left: auto;
  position: relative;
  border-radius: 5px;
  flex-shrink: 0;
  padding: 8px 8px;
  width: calc(4em + 16px);
  text-align: center;
  line-height: 1;
  color: #2d5cac;
  font-weight: bold;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_sp__btn {
    display: block;
  }
}
.b-header .b-header_sp__btn span {
  display: block;
  background: #2d5cac;
  width: 80%;
  height: 3px;
  position: absolute;
  left: 10%;
}
.b-header .b-header_sp__btn span:nth-child(1) {
  top: 20%;
  transform: translateY(0) rotate(0);
  transition: top 0.3s, transform 0.3s;
}
.b-header .b-header_sp__btn span:nth-child(1).js-active {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.b-header .b-header_sp__btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s;
}
.b-header .b-header_sp__btn span:nth-child(2).js-active {
  opacity: 0;
}
.b-header .b-header_sp__btn span:nth-child(3) {
  bottom: 20%;
  transform: translateY(0) rotate(0);
  transition: bottom 0.3s, transform 0.3s;
}
.b-header .b-header_sp__btn span:nth-child(3).js-active {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.b-header .b-header_sp__btn.js-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.b-header .b-header_sp__btn.js-active span:nth-child(2) {
  opacity: 0;
}
.b-header .b-header_sp__btn.js-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.b-header .b-header_sp {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: #fff;
  padding-top: 90px;
  transform: translateY(-100%);
  transition: 0.6s all;
  display: none;
}
@media screen and (max-width: 810px) {
  .b-header .b-header_sp {
    display: block;
  }
}
.b-header .b-header_sp.js-active {
  overflow: scroll;
  height: 100%;
  transition: 0.6s all;
  transform: translateY(0);
}
.b-header .b-header_sp .b-change_fz {
  display: flex;
  justify-content: center;
  padding: 10px;
}
.b-header .b-header_sp__nav > li {
  border-bottom: 1px solid #2d5cac;
}
.b-header .b-header_sp__nav > li > a,
.b-header .b-header_sp__nav > li > button {
  display: block;
  padding: 15px;
}
.b-header .b-header_sp__nav > li > a span,
.b-header .b-header_sp__nav > li > button span {
  position: relative;
  padding-left: 20px;
}
.b-header .b-header_sp__nav > li > a.current,
.b-header .b-header_sp__nav > li > button.current {
  background: #eaf2ff;
}
.b-header .b-header_sp__nav > li > a.current span::after,
.b-header .b-header_sp__nav > li > button.current span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #2d5cac;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.b-header .b-header_sp__nav > li.b-header_sp__nav__has_under {
  padding: 15px 10px 15px 35px;
}
@media (any-hover: hover) {
  .b-header .b-header_sp__nav > li.b-header_sp__nav__has_under:hover {
    background: #eaf2ff;
  }
}
.b-header .b-header_sp__nav > li.b-header_sp__nav__has_under.is-current {
  background: #eaf2ff;
}
.b-header .b-header_sp__nav > li.b-header_sp__nav__has_under.is-current > span {
  position: relative;
}
.b-header .b-header_sp__nav > li.b-header_sp__nav__has_under.is-current > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #2d5cac;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.b-header .b-header_sp__nav > li.b-header_sp__nav__has_under button {
  display: block;
  position: relative;
  padding-right: 21px;
  width: 100%;
  text-align: left;
}
.b-header .b-header_sp__nav .b-header_sp__nav__under {
  margin-top: 25px;
  padding-left: 1em;
  padding-bottom: 15px;
  display: none;
}
.b-header .b-header_sp__nav .b-header_sp__nav__under > li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.b-header .b-header_sp__nav .b-header_sp__nav__under > li::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background: #111;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: -0.8em;
}
.b-header .b-header_sp__nav .b-header_sp__nav__under > li + li {
  margin-top: 25px;
}
.b-header .b-header_sp__nav .b-header_sp__nav__under > li > a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 1px;
}
@media (any-hover: hover) {
  .b-header .b-header_sp__nav .b-header_sp__nav__under > li > a:hover {
    text-decoration: none;
  }
}
.b-header .b-header_sp__past {
  margin: 20px 0;
  text-align: center;
}

/************************************************

	表紙

*************************************************/
/* 吹き出し */
.fukidashi {
  display: inline-block;
  padding: 3px 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0 #111) drop-shadow(-1px -1px 0 #111) drop-shadow(-1px 1px 0 #111) drop-shadow(1px -1px 0 #111);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fukidashi {
    display: block;
    margin-bottom: 10px;
  }
}
.fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .fukidashi::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}
.fukidashi.fukidashi--l::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .fukidashi.fukidashi--l::after {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}
.fukidashi.fukidashi--b::after {
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.fukidashi.fukidashi--t::after {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.fukidashi.fukidashi--t_left::after {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .fukidashi.fukidashi--t_left::after {
    left: 50%;
  }
}
.fukidashi.fukidashi--t_right::after {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  right: 40px;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .fukidashi.fukidashi--t_right::after {
    right: 50%;
    transform: translate(50%, -100%);
  }
}
.fukidashi.fukidashi--blue {
  color: #1172b1;
  filter: drop-shadow(1px 1px 0 #1479bc) drop-shadow(-1px -1px 0 #1479bc) drop-shadow(-1px 1px 0 #1479bc) drop-shadow(1px -1px 0 #1479bc);
}
.fukidashi.fukidashi--pink {
  color: #c0143e;
  filter: drop-shadow(1px 1px 0 #c0143e) drop-shadow(-1px -1px 0 #c0143e) drop-shadow(-1px 1px 0 #c0143e) drop-shadow(1px -1px 0 #c0143e);
}
.fukidashi.fukidashi--bg_no {
  background: rgb(231, 241.5, 248.8);
}
.fukidashi.fukidashi--bg_no::after {
  border-color: transparent transparent transparent rgb(231, 241.5, 248.8);
}

.top_ttl01 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 810px) {
  .top_ttl01 {
    display: block;
  }
}
.top_ttl01 span {
  display: inline-block;
  background: #2d5cac;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 2%;
}
@media screen and (max-width: 810px) {
  .top_ttl01 span {
    font-size: 1.6rem;
  }
}
.top_ttl01 h2 {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 810px) {
  .top_ttl01 h2 {
    margin-top: 5px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_txt01 {
    font-size: 1.4rem;
  }
}

.top_sp_nav {
  display: none;
  margin-top: 20px;
  padding: 10px;
  background: rgb(234, 238.7, 246.7);
}
@media screen and (max-width: 810px) {
  .top_sp_nav {
    display: block;
  }
}
.top_sp_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.top_sp_nav ul li {
  border: 1px solid #adadad;
  margin: 5px;
  background: #fff;
  border-radius: 5px;
}
.top_sp_nav ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #2d5cac;
  font-size: 1.4rem;
}

.top_col01 {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 810px) {
  .top_col01 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_col01 {
    display: block;
  }
}
.top_col01 .top_col01__box {
  margin-right: 2%;
}
.top_col01 .top_col01__box:last-child {
  max-width: 400px;
  width: 100%;
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .top_col01 .top_col01__box:last-child {
    max-width: none;
    margin-left: 0;
  }
}

.top_box01 {
  margin-top: 20px;
  background: #ffe37e;
  padding: 15px;
}
.top_box01 .top_box01_col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_box01 .top_box01_col .top_box01_col__box {
  margin-right: 20px;
}
.top_box01 .top_box01_col .top_box01_col__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_col .top_box01_col__box {
    margin-right: 10px;
  }
  .top_box01 .top_box01_col .top_box01_col__box:last-child {
    font-size: 1.4rem;
  }
}
.top_box01 .top_box01_col .top_box01_col__box.top_box01_img {
  flex-basis: 151px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_box01 .top_box01_col .top_box01_col__box.top_box01_img {
    flex-basis: 91px;
  }
}
.top_box01 .top_box01_dl dl {
  display: flex;
  align-items: center;
}
.top_box01 .top_box01_dl dl dt {
  border-radius: 100%;
  background: #b25a00;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  flex-shrink: 0;
}

.top_bnr01 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_bnr01 {
    margin-top: 15px;
  }
}
.top_bnr01 a {
  transition: 0.3s opacity;
}
@media (any-hover: hover) {
  .top_bnr01 a:hover {
    opacity: 0.7;
  }
}

.top_interview {
  padding: 15px 20px;
  font-size: 1.4rem;
  border: 1px solid #3b3736;
  border-radius: 20px;
  margin-top: 30px;
}
.top_interview .top_interview_col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_interview .top_interview_col {
    display: block;
  }
}
.top_interview .top_interview_col.top_interview_col--center {
  justify-content: center;
}
.top_interview .top_interview_col.top_interview_col--center > div .top_interview_fukidashi {
  margin: 0 auto;
}
.top_interview .top_interview_col > div {
  margin-right: 2%;
}
.top_interview .top_interview_col > div:last-child {
  margin-right: 0;
  flex-basis: 180px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_interview .top_interview_col > div {
    margin-right: 0;
  }
  .top_interview .top_interview_col > div:last-child {
    margin-top: 15px;
  }
}
.top_interview .top_interview_fukidashi {
  filter: none;
  padding: 10px;
  background: #f3d9a3;
  font-size: 1.6rem;
}
.top_interview .top_interview_fukidashi::after {
  border-color: transparent transparent transparent #f3d9a3;
}

.top_date {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 810px) {
  .top_date {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 414px) {
  .top_mark {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.top_mark .topp_mark__box {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .top_mark .topp_mark__box {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.top_mark .topp_mark__box .top_mark_img {
  width: 235px;
  flex-shrink: 0;
  margin-right: 10px;
}
.top_mark .topp_mark__box .top_mark_text {
  font-size: 1.2rem;
}
.top_mark .b-ico {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_mark .b-ico {
    text-align: left;
  }
}

.top_mark_qr {
  display: flex;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .top_mark_qr {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_mark_qr p {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
.top_mark_qr .top_mark_text {
  font-size: 1.2rem;
}
.top_mark_qr .top_mark_code {
  flex-basis: 72px;
  flex-shrink: 0;
}
.top_mark_qr .top_mark_code a {
  display: block;
}

.top_info {
  margin-top: 30px;
  border-top: 1px solid #adadad;
  padding-top: 30px;
  font-size: 1.2rem;
}
.top_info .top_info__text01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_info .top_info__text01 {
    text-align: left;
  }
}

.top_one-health {
  margin-top: 20px;
  background: #e2eae0;
  padding: 15px;
}
.top_one-health .top_one-health_col {
  display: flex;
  align-items: center;
}
.top_one-health .top_one-health_col .top_one-health_col__box {
  margin-right: 20px;
}
.top_one-health .top_one-health_col .top_one-health_col__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .top_one-health .top_one-health_col .top_one-health_col__box:last-child {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.top_one-health .top_one-health_logo {
  flex-basis: 151px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_one-health .top_one-health_logo {
    flex-basis: 91px;
  }
}

.top_caption {
  margin-top: 10px;
}

/************************************************

	特集

*************************************************/
.p-special {
  /* ボックス */
  /* 見出し */
  /* テキスト */
  /* リスト */
  /* 吹き出し */
  /* 画像 */
  /* カラム */
  /* テーブル */
  /* その他 */
}
@media screen and (max-width: 767px) {
  .p-special #main > section {
    padding: 0 10px;
  }
}
.p-special .b-ico.b-ico--link a .b-d_ib {
  text-decoration: underline;
}
.p-special .special_box01 + .special_box01 {
  margin-top: 30px;
}
.p-special .special_box02 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-special .special_box02 {
    margin-top: 40px;
  }
}
.p-special .special_box--border01 {
  margin-top: 20px;
  border: 2px solid #a4152b;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
}
.p-special .special_main_ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-special .special_main_ttl {
    max-width: 80%;
    margin: 0 auto 15px;
  }
}
.p-special .special_ttl01 {
  background: #164f7d;
  border-radius: 2em;
  padding: 5px 30px;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 30px;
}
.p-special .special_ttl02 {
  border-left: 8px solid #3e586b;
  padding: 0 10px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.p-special .special_ttl02::first-letter {
  color: #3e586b;
}
.p-special .sp_lead {
  font-weight: bold;
  margin-top: 15px;
}
.p-special .special_main_text,
.p-special .special_main_caption {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
.p-special .special_main_text {
  margin-top: 5px;
}
.p-special .special_main_caption {
  margin-top: 5px;
}
.p-special .special_caption01 {
  margin-top: 5px;
  display: block;
  font-size: 1.4rem;
  text-align: center;
}
.p-special .special_label {
  font-weight: bold;
}
.p-special .special_label.special_label--chiji {
  color: #00662e;
}
.p-special .special_label.special_label--sasaki {
  color: #a6035d;
}
.p-special .special_text01 {
  margin-top: 15px;
}
.p-special .special_text01 p + p {
  margin-top: 5px;
}
.p-special .special_txt--round {
  border: 1px solid;
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3;
  display: inline-block;
  text-align: center;
}
.p-special .special_red {
  color: #99185b;
}
.p-special .special_blue {
  color: #2c65a4;
}
.p-special .special_list01 li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.p-special .special_list01 li::before {
  content: "・";
}
.p-special .fukidashi {
  display: inline-block;
  padding: 3px 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0 #111) drop-shadow(-1px -1px 0 #111) drop-shadow(-1px 1px 0 #111) drop-shadow(1px -1px 0 #111);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-special .fukidashi {
    display: block;
    margin-bottom: 10px;
  }
}
.p-special .fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-special .fukidashi::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}
.p-special .fukidashi.fukidashi--l::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-special .fukidashi.fukidashi--l::after {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}
.p-special .fukidashi.fukidashi--b::after {
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.p-special .fukidashi.fukidashi--t::after {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.p-special .fukidashi.fukidashi--t_left::after {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .p-special .fukidashi.fukidashi--t_left::after {
    left: 50%;
  }
}
.p-special .fukidashi.fukidashi--t_right::after {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  right: 40px;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 767px) {
  .p-special .fukidashi.fukidashi--t_right::after {
    right: 50%;
    transform: translate(50%, -100%);
  }
}
.p-special .fukidashi.fukidashi--blue {
  color: #1172b1;
  filter: drop-shadow(1px 1px 0 #1479bc) drop-shadow(-1px -1px 0 #1479bc) drop-shadow(-1px 1px 0 #1479bc) drop-shadow(1px -1px 0 #1479bc);
}
.p-special .fukidashi.fukidashi--pink {
  color: #c0143e;
  filter: drop-shadow(1px 1px 0 #c0143e) drop-shadow(-1px -1px 0 #c0143e) drop-shadow(-1px 1px 0 #c0143e) drop-shadow(1px -1px 0 #c0143e);
}
.p-special .fukidashi.fukidashi--bg_no {
  background: rgb(231, 241.5, 248.8);
}
.p-special .fukidashi.fukidashi--bg_no::after {
  border-color: transparent transparent transparent rgb(231, 241.5, 248.8);
}
.p-special .special_img01 {
  text-align: center;
  margin-top: 25px;
  /*figcaption {
  	margin-top: 5px;
  	font-size: 1.4rem;
  	line-height: 1.4;
  }*/
}
@media screen and (max-width: 767px) {
  .p-special .special_img01 {
    margin-top: 20px;
  }
}
.p-special .special_img01 figcaption {
  margin-top: 5px;
  font-weight: bold;
}
.p-special .special_img01 figcaption span {
  font-size: 2rem;
}
.p-special .special_img02 {
  text-align: center;
}
.p-special .special_img02 figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}
.p-special .special_img03 {
  max-width: 400px;
  margin: 0 auto;
}
.p-special .special_img03 figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}
.p-special .special_col01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-special .special_col01 {
    display: block;
  }
}
.p-special .special_col01 .special_col01__box {
  margin-right: 4%;
}
.p-special .special_col01 .special_col01__box:last-child {
  margin-right: 0;
  flex-basis: 350px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_col01 .special_col01__box {
    margin-right: 0;
  }
  .p-special .special_col01 .special_col01__box:last-child {
    max-width: 75%;
    margin: 15px auto 0;
  }
}
.p-special .special_col02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-special .special_col02 {
    display: block;
  }
}
.p-special .special_col02 .special_col02__box {
  width: 48%;
  margin-right: 4%;
}
.p-special .special_col02 .special_col02__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_col02 .special_col02__box {
    width: 100%;
    margin-right: 0;
  }
  .p-special .special_col02 .special_col02__box:last-child {
    margin-top: 15px;
  }
}
.p-special .special_table01 {
  margin-top: 20px;
}
.p-special .special_table01 table {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
.p-special .special_table01 table th,
.p-special .special_table01 table td {
  padding: 5px;
  border: 1px solid;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-special .special_table01 table th,
  .p-special .special_table01 table td {
    font-size: 1.2rem;
  }
}
.p-special .special_table01 table td {
  text-align: center;
}
.p-special .special_table01 table thead th {
  background: #fff100;
}
.p-special .special_table02 {
  margin-top: 20px;
}
.p-special .special_table02 table {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
.p-special .special_table02 table th,
.p-special .special_table02 table td {
  padding: 5px;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .p-special .special_table02 table th,
  .p-special .special_table02 table td {
    font-size: 1.2rem;
  }
}
.p-special .special_table02 table td {
  text-align: center;
}
.p-special .special_table02 table thead th {
  background: #fff100;
}
.p-special .special_table02 table tbody th {
  background: #fff799;
}
.p-special .special_frame01 {
  width: -moz-fit-content;
  width: fit-content;
}
.p-special .special_frame01.special_frame01--right {
  margin-left: auto;
  margin-top: 20px;
}
.p-special .special_interview .special_interview__box {
  border-radius: 10px;
  padding: 15px;
  background: #eaf2fb;
}
.p-special .special_interview .special_interview__box + .special_interview__box {
  margin-top: 30px;
}
.p-special .special_interview .special_interview__box.special_interview__box--orange {
  background: #fff9e8;
}
.p-special .special_interview .special_interview__box.special_interview__box--orange .special_interview__ttl .special_interview__ttl--label {
  background: #7a4923;
}
.p-special .special_interview .special_interview__box.special_interview__box--orange .special_interview__ttl .special_interview__ttl--main {
  color: #8a4721;
}
.p-special .special_interview .special_interview__box.special_interview__box--orange .special_interview_date {
  color: #8a4721;
}
.p-special .special_interview .special_interview__box.special_interview__box--orange .special_interview_history .special_interview_history__ttl {
  border-color: #8a4721;
}
.p-special .special_interview .special_interview__ttl {
  margin-bottom: 10px;
}
.p-special .special_interview .special_interview__ttl .special_interview__ttl--label {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  background: #3e586b;
  color: #fff;
  padding: 5px 10px;
}
.p-special .special_interview .special_interview__ttl .special_interview__ttl--main {
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #164f7d;
}
.p-special .special_interview .special_interview_profile {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-special .special_interview .special_interview_profile {
    display: block;
  }
}
.p-special .special_interview .special_interview_profile > div {
  margin-right: 4%;
}
.p-special .special_interview .special_interview_profile > div:first-child {
  flex-basis: 200px;
  flex-shrink: 0;
}
.p-special .special_interview .special_interview_profile > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_interview .special_interview_profile > div {
    margin-right: 0;
  }
  .p-special .special_interview .special_interview_profile > div:first-child {
    text-align: center;
  }
  .p-special .special_interview .special_interview_profile > div:last-child {
    margin-top: 15px;
  }
}
.p-special .special_interview .special_interview_date {
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  color: #164f7d;
}
.p-special .special_interview .special_interview_date .special_interview_date__name {
  line-height: 1.5;
}
.p-special .special_interview .special_interview_history {
  margin-top: 10px;
}
.p-special .special_interview .special_interview_history .special_interview_history__ttl {
  border-top: 1px solid #164f7d;
  border-bottom: 1px solid #164f7d;
  text-align: center;
  margin-bottom: 10px;
}
.p-special .special_interview .special_interview_history .special_interview_history__list {
  font-size: 1.4rem;
}
.p-special .special_jobs .special_jobs__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame {
    padding: 0 30px;
  }
}
.p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame::before, .p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 2px;
  height: 80%;
  background: #164f7d;
}
@media screen and (max-width: 767px) {
  .p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame::before, .p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame::after {
    height: 50%;
  }
}
.p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame::before {
  left: 0;
  transform: rotate(-25deg);
}
.p-special .special_jobs .special_jobs__ttl .special_jobs__ttl--frame::after {
  right: 0;
  transform: rotate(25deg);
}
.p-special .special_jobs .special_jobs__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-special .special_jobs .special_jobs__list > li {
  width: 14.66%;
  text-align: center;
  margin-right: 2%;
  border: 1px solid #85cbbf;
  background: #fff;
  border-radius: 8px;
  line-height: 1.3;
  padding: 3px 10px;
  margin-bottom: 0.7em;
}
.p-special .special_jobs .special_jobs__list > li:nth-child(2n) {
  border: 1px solid #2eb6aa;
  background: #ebf6f3;
}
.p-special .special_jobs .special_jobs__list > li:last-child, .p-special .special_jobs .special_jobs__list > li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_jobs .special_jobs__list > li {
    width: 48%;
    margin-right: 4%;
  }
  .p-special .special_jobs .special_jobs__list > li:nth-child(2n) {
    margin-right: 0;
  }
  .p-special .special_jobs .special_jobs__list > li:nth-child(3n) {
    border: 1px solid #2eb6aa;
    background: #ebf6f3;
  }
  .p-special .special_jobs .special_jobs__list > li:nth-child(4n) {
    border: 1px solid #2eb6aa;
    background: #fff;
  }
}
.p-special .special_jobs .special_jobs__list.special_jobs__list--alt > li {
  border: 1px solid #2eb6aa;
  background: #ebf6f3;
}
.p-special .special_jobs .special_jobs__list.special_jobs__list--alt > li:nth-child(2n) {
  border: 1px solid #85cbbf;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-special .special_jobs .special_jobs__list.special_jobs__list--alt > li:nth-child(3n) {
    border: 1px solid #85cbbf;
    background: #fff;
  }
  .p-special .special_jobs .special_jobs__list.special_jobs__list--alt > li:nth-child(4n) {
    border: 1px solid #2eb6aa;
    background: #ebf6f3;
  }
}
@media screen and (max-width: 767px) {
  .p-special .special_jobs .special_jobs__list.special_jobs__list--last > li:first-child {
    border: 1px solid #2eb6aa;
    background: #ebf6f3;
  }
  .p-special .special_jobs .special_jobs__list.special_jobs__list--last > li:nth-child(2n) {
    border: 1px solid #85cbbf;
    background: #fff;
  }
  .p-special .special_jobs .special_jobs__list.special_jobs__list--last > li:nth-child(3n) {
    border: 1px solid #85cbbf;
    background: #fff;
  }
  .p-special .special_jobs .special_jobs__list.special_jobs__list--last > li:nth-child(4n) {
    border: 1px solid #2eb6aa;
    background: #ebf6f3;
  }
}
.p-special .special_power .fukidashi {
  padding: 10px;
  filter: drop-shadow(1px 1px 0 #164f7d) drop-shadow(-1px -1px 0 #164f7d) drop-shadow(-1px 1px 0 #164f7d) drop-shadow(1px -1px 0 #164f7d);
  color: #164f7d;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .fukidashi {
    margin: 0 auto 10px;
  }
}
.p-special .special_power .fukidashi.fukidashi--orange {
  filter: drop-shadow(1px 1px 0 #8a4721) drop-shadow(-1px -1px 0 #8a4721) drop-shadow(-1px 1px 0 #8a4721) drop-shadow(1px -1px 0 #8a4721);
  color: #8a4721;
}
.p-special .special_power .fukidashi.fukidashi--fill {
  filter: drop-shadow(1px 1px 0 #3e586b) drop-shadow(-1px -1px 0 #3e586b) drop-shadow(-1px 1px 0 #3e586b) drop-shadow(1px -1px 0 #3e586b);
  background: #3e586b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .fukidashi.fukidashi--fill {
    width: 100%;
  }
}
.p-special .special_power .fukidashi.fukidashi--fill::after {
  border-color: transparent transparent transparent #3e586b;
}
.p-special .special_power .special_power__box + .special_power__box {
  margin-top: 30px;
}
.p-special .special_power .special_power__box02 {
  margin-top: 30px;
}
.p-special .special_power .special_power__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #164f7d;
}
.p-special .special_power .special_power__ttl02 {
  text-align: center;
  border-radius: 2em;
  padding: 10px;
  border: 1px solid #3e586b;
  color: #3e586b;
  line-height: 1.3;
  margin-bottom: 20px;
}
.p-special .special_power .special_power__col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col {
    display: block;
  }
}
.p-special .special_power .special_power__col + .special_power__col {
  margin-top: 20px;
}
.p-special .special_power .special_power__col > div {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col > div {
    margin-right: 0;
  }
}
.p-special .special_power .special_power__col > div:last-child {
  margin-right: 0;
  flex-basis: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col > div:last-child {
    text-align: center;
    max-width: 35%;
    margin: 20px auto 0;
  }
}
.p-special .special_power .special_power__col02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col02 {
    display: block;
  }
}
.p-special .special_power .special_power__col02 > div {
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col02 > div {
    margin-right: 0;
  }
}
.p-special .special_power .special_power__col02 > div:last-child {
  margin-right: 0;
  flex-basis: 300px;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col02 > div:last-child {
    margin-top: 20px;
  }
}
.p-special .special_power .special_power__col03 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col03 {
    display: block;
  }
}
.p-special .special_power .special_power__col03 > div {
  margin-right: 4%;
}
.p-special .special_power .special_power__col03 > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__col03 > div {
    margin-right: 0;
  }
  .p-special .special_power .special_power__col03 > div:last-child {
    margin-top: 20px;
    text-align: center;
  }
}
.p-special .special_power .special_power_closed {
  margin-top: 20px;
  background: #eaf2fb;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power_closed {
    margin-top: 10px;
  }
}
.p-special .special_power .special_power_closed .special_power_closed__inner {
  max-width: 18em;
  text-align: right;
  margin: 0 auto;
}
.p-special .special_power .special_power_closed .special_power_closed__col {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1.5;
}
.p-special .special_power .special_power_closed .special_power_closed__col > div {
  margin-right: 5%;
}
.p-special .special_power .special_power_closed .special_power_closed__col > div:last-child {
  margin-right: 0;
}
.p-special .special_power .special_power_closed .special_power_closed__txt {
  color: #3e586b;
  line-height: 1.3;
}
.p-special .special_power .special_power_closed .special_power_closed__date {
  color: #d00;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1;
}
.p-special .special_power .special_power_closed .special_power_closed__date > span {
  font-size: 150%;
}
.p-special .special_power .special_power__info {
  margin-top: 20px;
  border: 1px solid;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .p-special .special_power .special_power__info {
    padding: 10px 20px;
  }
}
.p-special .special_power .special_power__info .special_power__info__list li {
  position: relative;
  padding-left: 1.2em;
}
.p-special .special_power .special_power__info .special_power__info__list li::before {
  content: "〇";
  position: absolute;
  left: 0;
}
.p-special .special_entry {
  background: #fff9e8;
  padding: 15px;
  border-radius: 10px;
}
.p-special .special_entry .special_entry__box + .special_entry__box {
  margin-top: 30px;
}
.p-special .special_entry .special_entry__ttl {
  font-size: 2rem;
  color: #164f7d;
  line-height: 1.5;
  margin-bottom: 15px;
}
.p-special .special_entry .special_entry__col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-special .special_entry .special_entry__col {
    display: block;
  }
}
.p-special .special_entry .special_entry__col > div {
  margin-right: 4%;
}
.p-special .special_entry .special_entry__col > div:last-child {
  margin-right: 0;
  flex-basis: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_entry .special_entry__col > div {
    margin-right: 0;
  }
  .p-special .special_entry .special_entry__col > div:last-child {
    max-width: 250px;
    margin: 20px auto 0;
  }
}
.p-special .special_info01 {
  margin-top: 20px;
  padding: 20px;
  background: #eef4fb;
}
@media screen and (max-width: 767px) {
  .p-special .special_info01 {
    justify-content: flex-start;
  }
}
.p-special .special_info01 dd a {
  text-decoration: underline;
}
.p-special .special_info01 .special_dl01 {
  display: flex;
}
.p-special .special_info01.special_info01--green {
  background: #ecf4d9;
}

/************************************************

	県政フラッシュ

*************************************************/
.p-flash .b-ico.b-ico--link a .b-d_ib {
  text-decoration: underline;
}

.flash_h2_ttl01 {
  margin: 10px 0 20px;
  text-align: center;
}
.flash_h2_ttl01 span {
  position: relative;
  display: inline-block;
  padding-left: 120px;
}
.flash_h2_ttl01 span::before {
  content: "";
  display: block;
  background: url("../images/flash/ttl-bg.png") no-repeat left center;
  background-size: 90px;
  width: 90px;
  height: 97px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .flash_h2_ttl01 span {
    padding-left: 60px;
  }
  .flash_h2_ttl01 span::before {
    background-size: 45px;
    width: 45px;
    height: 48px;
  }
}

.flash_lead {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flash_lead {
    margin-bottom: 15px;
  }
}

.flash_h3_ttl01 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  /*background: #00a0e9;*/
  background: #2d5cac;
  color: #fff;
  padding: 12px 14px;
  line-height: 1.3;
}

.flash_h4_ttl01 {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 1.3em;
}
.flash_h4_ttl01::before {
  content: "▼";
  color: #00a0e9;
  /*width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.7px 8.5px 0 8.5px;
  border-color: #00a0e9 transparent transparent transparent;*/
  position: absolute;
  left: 0;
}

.flash_h4_ttl02 {
  position: relative;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-left: 1.3em;
}
.flash_h4_ttl02::before {
  content: "▶︎";
  color: #00a0e9;
  /*width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.7px 8.5px 0 8.5px;
  border-color: #00a0e9 transparent transparent transparent;*/
  position: absolute;
  left: 0;
}

.flash_h4_ttl03 {
  color: #e60012;
  margin-bottom: 5px;
}

.flash_h5_ttl01 {
  margin-bottom: 5px;
  line-height: 1.3;
}

.flash_ul_2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.flash_ul_2col li {
  width: 49%;
}
@media screen and (max-width: 810px) {
  .flash_ul_2col {
    display: block;
  }
  .flash_ul_2col li {
    width: 100%;
  }
  .flash_ul_2col li + li {
    margin-top: 10px;
  }
  .flash_ul_2col li + li > figure {
    text-align: center;
  }
}

.flash_dl_2col {
  display: flex;
}
.flash_dl_2col dd a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .flash_dl_2col dd a:hover {
    opacity: 0.7;
  }
}
.flash_dl_2col dd a .b-d_ib {
  text-decoration: underline;
}

.flash_box01 + .flash_box01 {
  margin-top: 50px;
}
@media screen and (max-width: 810px) {
  .flash_box01 + .flash_box01 {
    margin-top: 40px;
  }
}

.flash_box02 + .flash_box02 {
  margin-top: 35px;
}
@media screen and (max-width: 810px) {
  .flash_box02 + .flash_box02 {
    margin-top: 25px;
  }
}

.flash_box03 {
  margin-top: 25px;
}

.flash_block01 {
  background: #eaf2ff;
  padding: 10px;
}

.flash_caption01 {
  margin-top: 10px;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}

.flash_qr01 {
  margin-top: 15px;
}

.flash_qr02 {
  margin-top: 15px;
}

.flash_img_box01 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.flash_img_box01 ul {
  display: flex;
}
.flash_img_box01 ul li {
  width: 49%;
  margin-right: 3%;
}
.flash_img_box01 ul li + li {
  margin-right: 0;
}
@media screen and (max-width: 810px) {
  .flash_img_box01 ul {
    display: block;
  }
  .flash_img_box01 ul li {
    width: 100%;
    margin-right: 0;
  }
  .flash_img_box01 ul li + li {
    margin-top: 10px;
  }
}

.flash_img_box02 {
  margin-top: 15px;
}

/************************************************

	知ってる？福岡県

*************************************************/
.food_h2_ttl01 {
  margin: 10px 0 30px;
  text-align: center;
}

.food_h3_ttl01 {
  text-align: center;
}

.food_dl_2col {
  display: flex;
}

.food_dl_2col02 {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 810px) {
  .food_dl_2col02 {
    display: block;
  }
}

.food_photo_block01 {
  margin-top: 30px;
  text-align: center;
}
.food_photo_block01 figure + figure {
  margin-top: 15px;
}
.food_photo_block01 figure figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 810px) {
  .food_photo_block01 {
    margin-top: 20px;
  }
}

.food_text_block01 {
  margin-top: 30px;
}

.food_text_indent01 {
  margin-top: 5px;
  text-indent: -1em;
  padding-left: 1em;
}

.food_block01 {
  background: #eaf2ff;
  padding: 10px;
  margin-top: 10px;
}

/************************************************

	おでかけクリップ

*************************************************/
.odekake_h2_ttl01 {
  margin: 10px 0 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10%;
  /*@include mq(810) {
  	margin-bottom: 20px;
  	padding-bottom: 0;

  	span{
  		display: none;
  	}
  }	*/
}
.odekake_h2_ttl01 span {
  position: absolute;
  top: 7%;
  right: 10%;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .odekake_h2_ttl01 span {
    right: 8%;
  }
}

.odekake_subtitle01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 9em;
  padding: 3px 10px;
  font-weight: bold;
  border: 2px solid #4f7038;
  color: #4f7038;
  border-radius: 100vh;
  font-size: 1.4rem;
}

.odekake_title_dotunder {
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 0.5em;
  margin-bottom: 1.2em;
  border-bottom: dotted 2px #37862b;
}

.odekake_ttl01 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  /*background: #e0eed5;*/
  background: #f2dce9;
  padding: 12px 14px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.odekake_ttl01 span {
  margin-right: 8px;
  flex-shrink: 0;
}
.odekake_ttl01 .odekake_small01 {
  font-size: 1.4rem;
  margin-right: 0;
}

.odekake_box01 + .odekake_box01 {
  margin-top: 50px;
}
@media screen and (max-width: 810px) {
  .odekake_box01 + .odekake_box01 {
    margin-top: 40px;
  }
}

.odekake_col01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .odekake_col01 {
    display: block;
  }
}
.odekake_col01 .odekake_col01__box {
  margin-right: 4%;
}
.odekake_col01 .odekake_col01__box:last-child {
  margin-right: 0;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .odekake_col01 .odekake_col01__box {
    margin-right: 0;
  }
  .odekake_col01 .odekake_col01__box:last-child {
    margin-top: 15px;
    text-align: center;
  }
}

.odekake_dl_2col {
  display: flex;
}

.odekake_block01 {
  margin-top: 10px;
}

.odekake_photo_block01 {
  margin-top: 10px;
  text-align: center;
}

.odekake_photo_block01_sp {
  display: none;
  text-align: center;
}
.odekake_photo_block01_sp img {
  width: 60%;
}
.odekake_border_box01 {
  border: 1px solid #613e6d;
  padding: 5px 10px;
}

.odekake_notes {
  padding-left: 1em;
  text-indent: -1em;
}

.odekake_schedule {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.odekake_schedule .odekake_schedule_ico {
  background: #164f7d;
  border-radius: 2em;
  color: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.3;
  margin-right: 5px;
}

.odekake_fruits {
  width: -moz-fit-content;
  width: fit-content;
  background: #f2dce9;
  border-radius: 15px;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
_:-ms-input-placeholder, :root .odekake_fruits {
  width: auto;
  display: inline-block;
}

.odekake_fruits dl {
  display: flex;
  align-items: flex-start;
}
.odekake_fruits dl dt {
  width: 5em;
  text-align: right;
}

/************************************************

	情報のひろば

*************************************************/
.p-hiroba .p-mt7 {
  margin-top: 7px !important;
}
.p-hiroba .hiroba_h2_ttl01 {
  margin: 10px 0;
  text-align: center;
  /*background: #e2f1eb;
  padding: 15px;	*/
}
.p-hiroba .hiroba_h3_ttl01 {
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  background: #000;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_h3_ttl01 {
    font-size: 2.4rem;
  }
}
.p-hiroba .hiroba_h4_ttl01 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  background: #eee;
  color: #000;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_h4_ttl01 {
    font-size: 2rem;
  }
}
.p-hiroba .hiroba_h5_ttl01 {
  color: #000;
  margin: 30px 0 10px;
  font-size: 1.8rem;
  text-align: center;
}
.p-hiroba .hiroba_h5_ttl01 span {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.p-hiroba .hiroba_h5_ttl02 {
  /*color: #006ab7;*/
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: center;
}
.p-hiroba .hiroba_h5_ttl02::before, .p-hiroba .hiroba_h5_ttl02::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  /*background: #006ab7;*/
}
.p-hiroba .hiroba_h5_ttl02::before {
  margin-right: 0.5em;
}
.p-hiroba .hiroba_h5_ttl02::after {
  margin-left: 0.5em;
}
.p-hiroba .hiroba_h5_ttl03 {
  font-size: 1.8rem;
  text-align: center;
  background: #eee;
  color: #000;
  padding: 5px;
  margin-bottom: 15px;
}
.p-hiroba .hiroba_h6_ttl01 {
  font-weight: bold;
  color: #007c3f;
}
.p-hiroba .hiroba_title_caption {
  display: flex;
}
.p-hiroba .hiroba_title_caption .hiroba_title_caption__box {
  margin-left: auto;
}
.p-hiroba .hiroba_apology {
  margin-top: 30px;
  border: 1px solid #d00;
  padding: 15px;
}
.p-hiroba .hiroba_apology .hiroba_apology_ttl {
  color: #d00;
  font-size: 1.7rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
.p-hiroba .hiroba_apology .hiroba_apology_text {
  text-align: center;
  line-height: 1.5;
}
.p-hiroba .hiroba_apology .hiroba_apology_box {
  margin-top: 10px;
}
.p-hiroba .hiroba_apology .hiroba_apology_dl {
  display: flex;
  justify-content: center;
}
.p-hiroba .hiroba_apology .hiroba_apology--border {
  border-bottom: 1px solid;
}
.p-hiroba .hiroba_dl01 {
  margin-top: 30px;
}
.p-hiroba .hiroba_dl01 > dt {
  background: #fff;
  border: 1px solid #058284;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  color: #058284;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-hiroba .hiroba_ul01 li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.p-hiroba .hiroba_ul01 li span {
  font-weight: bold;
}
.p-hiroba .hiroba_ul01 li:last-child {
  margin-bottom: 0;
}
.p-hiroba .hiroba_ul01 li::before {
  content: "●";
  color: #e84388;
  margin-right: 5px;
}
.p-hiroba .hiroba_ul02 li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.p-hiroba .hiroba_ul02 li::before {
  content: "・";
}
.p-hiroba .hiroba_ol01 {
  counter-reset: count 0;
  list-style-type: none;
}
.p-hiroba .hiroba_ol01 li::before {
  content: counter(count) " ";
  counter-increment: count 1;
  color: #000;
}
.p-hiroba .hiroba_ul_2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.p-hiroba .hiroba_ul_2col li {
  width: 49%;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_ul_2col {
    display: block;
  }
  .p-hiroba .hiroba_ul_2col li {
    width: 100%;
  }
  .p-hiroba .hiroba_ul_2col li + li {
    margin-top: 10px;
  }
}
.p-hiroba .hiroba_dl_2col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_dl_2col dt {
    flex-basis: 85px;
  }
}
.p-hiroba .hiroba_dl_2col02 {
  display: flex;
  margin-top: 10px;
}
.p-hiroba .hiroba_dl_2col02 dt {
  font-weight: bold;
  /*color: #007c3f;*/
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_dl_2col02 {
    display: block;
  }
}
.p-hiroba .hiroba_dl_2col02.hiroba_dl_2col02--block {
  display: block;
}
.p-hiroba .hiroba_box01 {
  margin-top: 60px;
  /*&:first-of-type {
  	margin-top: 60px;

  	@include mq(810) {
  		margin-top: 40px;
  	}
  }*/
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_box01 {
    margin-top: 40px;
  }
}
.p-hiroba .hiroba_box01 + .hiroba_box01 {
  margin-top: 80px;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_box01 + .hiroba_box01 {
    margin-top: 40px;
  }
}
.p-hiroba .hiroba_box02 + .hiroba_box02 {
  margin-top: 10px;
}
.p-hiroba .hiroba_box03 {
  margin-top: 15px;
}
.p-hiroba .hiroba_box03 + .hiroba_box03 {
  margin-top: 30px;
}
.p-hiroba .hiroba_box04 {
  border-top: 1px dashed;
  margin: 15px 0 0;
}
.p-hiroba .hiroba_s_table01 {
  border: 2px solid #006ab7;
  width: 100%;
}
.p-hiroba .hiroba_s_table01 td {
  border: 1px solid #006ab7;
  padding: 10px;
}
.p-hiroba .hiroba_dyal_box {
  border: 1px solid #006ab7;
  padding: 10px;
  margin-top: 15px;
}
.p-hiroba .hiroba_dyal_box .hiroba_dyal_title {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 5px;
}
.p-hiroba .hiroba_dyal_box .hiroba_dyal_number {
  color: #006ab7;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.p-hiroba .hiroba_dyal_box .hiroba_dyal_caption {
  text-align: center;
  display: block;
}
.p-hiroba .hiroba_hr {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 30px auto;
  background: #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_hr {
    margin: 25px auto;
  }
}
.p-hiroba .hiroba_hr::before, .p-hiroba .hiroba_hr::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 0;
}
.p-hiroba .hiroba_hr::before {
  left: -30px;
}
.p-hiroba .hiroba_hr::after {
  right: -30px;
}
.p-hiroba .hiroba_hr hr {
  display: none;
}
.p-hiroba .hiroba_list01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-hiroba .hiroba_list01 li::before {
  content: "○";
}
.p-hiroba .hiroba_list01.hiroba_list01--no_round li::before {
  content: none;
}
.p-hiroba .hiroba_check_list01 > li {
  position: relative;
  padding: 0px 0px 0px 1.5em;
  margin: 0px;
}
.p-hiroba .hiroba_check_list01 > li::before, .p-hiroba .hiroba_check_list01 > li::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  height: 1em;
}
.p-hiroba .hiroba_check_list01 > li::before {
  left: 0px;
  transform: translateY(-50%);
  width: 1em;
  border: 1px solid #000;
}
.p-hiroba .hiroba_check_list01 > li::after {
  left: 0.3em;
  transform: translateY(-62%) rotate(45deg);
  width: 0.3em;
  height: 0.7em;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}
.p-hiroba .hiroba_pic01 {
  max-width: 195px;
  margin: 0 auto;
  text-align: right;
}
.p-hiroba .hiroba_img01 {
  text-align: center;
}
.p-hiroba .hiroba_img01 figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-hiroba .hiroba_img_col01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-hiroba .hiroba_img_col01 > div {
  margin-right: 2%;
}
.p-hiroba .hiroba_img_col01 > div:last-child {
  margin-right: 0;
}
.p-hiroba .hiroba_notes_list01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-hiroba .hiroba_col02 {
  display: flex;
}
.p-hiroba .hiroba_col02 > div {
  margin-right: 2%;
}
.p-hiroba .hiroba_col02 > div:last-child {
  margin-right: 0;
  flex-basis: 100px;
  flex-shrink: 0;
  flex-basis: 200px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_col02 {
    flex-direction: column;
  }
}
.p-hiroba .hiroba_col02.hiroba_col02--human > div:last-child, .p-hiroba .hiroba_col02.hiroba_col02--photo > div:last-child {
  flex-basis: 195px;
}
.p-hiroba #examination .hiroba_hr {
  background: #007c3f;
}
.p-hiroba #examination .hiroba_hr::before, .p-hiroba #examination .hiroba_hr::after {
  background: #007c3f;
}
.p-hiroba #examination .hiroba_table03 .hiroba_table03--bg_color {
  background: #ecf4d9;
}
.p-hiroba #recruit .recruit_box01 .hiroba_h5_ttl01 {
  margin-top: 10px;
}
.p-hiroba #recruit .hiroba_box04 {
  border-color: #006ab7;
}
.p-hiroba #recruit .hiroba_hr {
  background: #006ab7;
}
.p-hiroba #recruit .hiroba_hr::before, .p-hiroba #recruit .hiroba_hr::after {
  background: #006ab7;
}
.p-hiroba #recruit .hiroba_table03 .hiroba_table03--bg_color {
  background: #dff1ff;
}
.p-hiroba #recruit .hiroba_table03 table th,
.p-hiroba #recruit .hiroba_table03 table td {
  border-color: #006ab7;
}
.p-hiroba #recruit .hiroba_table03 table thead th {
  background: #dff1ff;
}
.p-hiroba #announce .hiroba_h5_ttl03 {
  background: #de0661;
  color: #fff;
}
.p-hiroba #announce .hiroba_h6_ttl01 {
  color: #de0661;
}
.p-hiroba #announce .hiroba_col01 {
  align-items: center;
}
@media screen and (max-width: 810px) {
  .p-hiroba #announce .hiroba_col01 {
    display: block;
  }
}
.p-hiroba #announce .hiroba_col01 .hiroba_col01__box:last-child {
  margin-top: 10px;
  text-align: center;
  flex-basis: 195px;
  flex-shrink: 0;
}
.p-hiroba #announce .hiroba_table03 table th,
.p-hiroba #announce .hiroba_table03 table td {
  border-color: #de0661;
}
.p-hiroba #announce .hiroba_table03 table thead th {
  background: #fbe6ef;
}
.p-hiroba #announce .hiroba_table03 .hiroba_table03--bg_color {
  background: #fbe6ef;
}
.p-hiroba #announce .announce_box01 .hiroba_h5_ttl01 {
  margin-top: 10px;
}
.p-hiroba #announce .announce_box02 {
  margin-top: 15px;
  text-align: center;
  border: 1px solid #de0661;
  padding: 10px;
}
.p-hiroba #announce .announce_box02 .hiroba_h5_ttl01 {
  margin-top: 0;
}
.p-hiroba #announce .announce_box03 {
  margin-top: 15px;
  border: 1px solid #de0661;
  padding: 10px;
}
.p-hiroba #announce .announce_box03 .announce_box03_inner {
  border-bottom: 1px solid #de0661;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-hiroba #announce .announce_box03 .announce_box03_inner + .announce_box03_inner {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-hiroba #announce .announce_box03 .announce_box03__title {
  background: #de0661;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.p-hiroba #announce .announce_box03 .announce_box03__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-hiroba #announce .announce_box03 .announce_box03__box {
  margin-bottom: 15px;
}
.p-hiroba #announce .announce_box03 .announce_box03__box:last-child {
  margin-bottom: 0;
}
.p-hiroba #announce .announce_box03 .hiroba_h5_ttl01 {
  margin-top: 0;
}
.p-hiroba #announce .hiroba_dyal_box {
  border: 1px solid #de0661;
}
.p-hiroba #announce .hiroba_dyal_box .hiroba_dyal_title.hiroba_dyal_title--pink {
  color: #de0661;
}
.p-hiroba #announce .hiroba_dyal_box .hiroba_dyal_number {
  color: #de0661;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-hiroba #announce .hiroba_s_table01 {
  border-color: #de0661;
}
.p-hiroba #announce .hiroba_s_table01 td {
  border-color: #de0661;
}
.p-hiroba #announce .announce_table01 {
  margin-top: 15px;
}
.p-hiroba #announce .announce_table01 .hiroba_table02 {
  width: 100%;
}
.p-hiroba #announce .announce_table01 .hiroba_table02 th,
.p-hiroba #announce .announce_table01 .hiroba_table02 td {
  border: 1px solid #de0661;
}
.p-hiroba #announce .announce_table01 .hiroba_table02 th {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff3f8;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  .p-hiroba #announce .announce_table01 .hiroba_table02 th {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .p-hiroba #announce .announce_table01 .hiroba_table02 td {
    border-top: none;
  }
}
.p-hiroba #announce .announce_table02 {
  margin-top: 15px;
}
.p-hiroba #announce .announce_table02 .hiroba_h5_ttl01 {
  margin-top: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
}
.p-hiroba #announce .announce_table02 .hiroba_table02 {
  width: 100%;
}
.p-hiroba #announce .announce_table02 .hiroba_table02 th,
.p-hiroba #announce .announce_table02 .hiroba_table02 td {
  border: 1px solid #de0661;
}
.p-hiroba #announce .announce_table02 .hiroba_table02 th {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff3f8;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  .p-hiroba #announce .announce_table02 .hiroba_table02 th {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  .p-hiroba #announce .announce_table02 .hiroba_table02 td {
    border-top: none;
  }
}
.p-hiroba #announce .hiroba_hr {
  background: #de0661;
}
.p-hiroba #announce .hiroba_hr::before, .p-hiroba #announce .hiroba_hr::after {
  background: #de0661;
}
.p-hiroba #announce .hiroba_nov-child {
  border: 2px solid #de0661;
}
.p-hiroba #announce .hiroba_nov-child .hiroba_nov-child__ttl {
  background: #de0661;
  color: #fff;
  padding: 6px 8px;
  font-size: 2.5rem;
  text-align: center;
}
.p-hiroba #announce .hiroba_nov-child .hiroba_nov-child__inner {
  padding: 30px 15px;
}
.p-hiroba #event .hiroba_col01 {
  align-items: center;
}
@media screen and (max-width: 810px) {
  .p-hiroba #event .hiroba_col01 {
    display: block;
  }
}
.p-hiroba #event .hiroba_col01 .hiroba_col01__box:last-child {
  margin-top: 10px;
  text-align: center;
  flex-basis: 195px;
  flex-shrink: 0;
}
.p-hiroba #event .table_event01 {
  margin-top: 15px;
}
.p-hiroba #event .table_event01 .hiroba_h5_ttl01 {
  margin-top: 0;
  text-align: left;
}
.p-hiroba #event .table_event01 .hiroba_table02 {
  width: 100%;
}
.p-hiroba #event .table_event01 .hiroba_table02 th,
.p-hiroba #event .table_event01 .hiroba_table02 td {
  border: 1px solid #d23903;
}
.p-hiroba #event .table_event01 .hiroba_table02 th {
  width: 230px;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  .p-hiroba #event .table_event01 .hiroba_table02 th {
    width: 100%;
  }
}
.p-hiroba #event .table_event01 .hiroba_table02 td {
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  .p-hiroba #event .table_event01 .hiroba_table02 td {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 810px) {
  .p-hiroba #event .table_event01 .hiroba_table02 tr:last-child td {
    border-bottom: 1px solid #d23903;
  }
}
.p-hiroba #event .event_box01 {
  text-align: left;
}
.p-hiroba #event .event_box01 .event_title01 {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-hiroba #event .event_box01 .event_title01 {
    display: block;
  }
}
.p-hiroba #event .event_box01 .event_title01 .hiroba_text01 {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-hiroba #event .event_box01 .event_title01 .hiroba_text01 {
    margin-left: 0;
  }
}
.p-hiroba #event .event_box01 .hiroba_h5_ttl01 {
  text-align: left;
}
.p-hiroba #event .hiroba_text01 {
  color: #d23903;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-hiroba #event .hiroba_table03 .hiroba_table03--bg_color {
  background: #fce1d0;
}
.p-hiroba #event .hiroba_table03 .hiroba_table03--bg_color02 {
  background: #feefd4;
}
@media screen and (max-width: 810px) {
  .p-hiroba #event .hiroba_table03 table tr td {
    border-bottom: 1px solid;
  }
}
.p-hiroba #event .hiroba_hr {
  background: #d23903;
}
.p-hiroba #event .hiroba_hr::before, .p-hiroba #event .hiroba_hr::after {
  background: #d23903;
}
.p-hiroba .hiroba_block01 {
  background: #eaf2ff;
  padding: 10px;
  margin-top: 20px;
}
.p-hiroba .hiroba_dl_2col {
  display: flex;
}
.p-hiroba .hiroba_border_box01 {
  border: 1px solid #000;
  padding: 10px;
  margin: 20px 0;
}
.p-hiroba .hiroba_border_box01 h5 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  text-align: center;
}
.p-hiroba .hiroba_border_box02 {
  border: 1px solid #000;
  margin: 20px 0;
}
.p-hiroba .hiroba_border_box02 .hiroba_border_box02__ttl {
  font-size: 1.8rem;
  text-align: center;
  background: #000;
  color: #fff;
}
.p-hiroba .hiroba_border_box02 .hiroba_border_box02__inner {
  padding: 10px;
}
.p-hiroba .hiroba_notes {
  padding-left: 1em;
  text-indent: -1em;
}
.p-hiroba .hiroba_notes02 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8em;
}
.p-hiroba .hiroba_notes03 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.p-hiroba .hiroba_bnr01 {
  border: 10px double #000;
  background: #eee;
  padding: 15px;
  text-align: center;
  color: #000;
  font-size: 130%;
  font-weight: bold;
  margin-top: 30px;
}
.p-hiroba .hiroba_bnr01.hiroba_bnr01--examination {
  background: #f6ffe0;
  color: #007c3f;
  border-color: #007c3f;
}
.p-hiroba .hiroba_bnr01.hiroba_bnr01--announce {
  background: #fff3f8;
  color: #de0661;
  border-color: #de0661;
}
.p-hiroba .hiroba_bnr01.hiroba_bnr01--announce p {
  font-size: 80%;
  font-weight: normal;
  color: #111111;
}
.p-hiroba .hiroba_bnr01.hiroba_bnr01--water {
  background: #fff;
  color: #03628f;
  border-color: #03628f;
}
.p-hiroba .hiroba_bnr01.hiroba_bnr01--water p {
  font-size: 80%;
  font-weight: normal;
  color: #111111;
  text-align: left;
}
.p-hiroba .hiroba_bnr01.hiroba_bnr01--water .hiroba_bnr01__col > div:last-child {
  flex-basis: 125px;
  flex-shrink: 0;
}
.p-hiroba .hiroba_bnr01 .hiroba_bnr01__col {
  display: flex;
  align-items: center;
}
.p-hiroba .hiroba_bnr01 .hiroba_bnr01__col > div {
  margin-right: 4%;
}
.p-hiroba .hiroba_bnr01 .hiroba_bnr01__col > div:last-child {
  margin-right: 0;
}
.p-hiroba .hiroba_bnr02 {
  border: 5px solid #ffe100;
  background: #fff;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
}
.p-hiroba .hiroba_bnr02 p + p {
  margin-top: 10px;
}
.p-hiroba .hiroba_bnr03 {
  margin-top: 30px;
}
.p-hiroba .hiroba_bnr03.speach {
  background: #fff;
  border: 7px solid #ffea0c;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.speach {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.speach .hiroba_bnr03--speach_pic {
    max-width: 70%;
    margin: 0 auto;
  }
}
.p-hiroba .hiroba_bnr03.speach .hiroba_bnr03--speach_txt {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.5;
}
.p-hiroba .hiroba_bnr03.bnr_wages {
  background: #fefcda;
  padding: 15px;
  border-radius: 15px;
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl {
    font-size: 1.8rem;
  }
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl span::before, .p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl span::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 2px;
  height: 25px;
  background: #333;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl span::before, .p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl span::after {
    height: 40px;
  }
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl span::before {
  left: 0;
  transform: rotate(-25deg);
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_ttl span::after {
  right: 0;
  transform: rotate(25deg);
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_price .wages_price__ttl,
.p-hiroba .hiroba_bnr03.bnr_wages .wages_price .wages_price__math {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.bnr_wages .wages_price .wages_price__ttl,
  .p-hiroba .hiroba_bnr03.bnr_wages .wages_price .wages_price__math {
    font-size: 1.8rem;
  }
}
.p-hiroba .hiroba_bnr03.bnr_wages .wages_price .wages_price__math span {
  font-size: 3.5rem;
}
.p-hiroba .hiroba_bnr03.bnr_lottery {
  border: 2px solid;
  padding: 15px;
  text-align: center;
}
.p-hiroba .hiroba_bnr03.bnr_health {
  border: 2px solid #005378;
  padding: 15px;
  text-align: center;
}
.p-hiroba .hiroba_bnr03.bnr_sdgs {
  border: 2px solid #de0661;
  padding: 15px;
  text-align: center;
}
.p-hiroba .hiroba_bnr03.warning {
  background: #ffea0c;
  border-radius: 15px;
  padding: 15px;
}
.p-hiroba .hiroba_bnr03.warning p {
  color: #c00;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.warning p {
    font-size: 2rem;
  }
}
.p-hiroba .hiroba_bnr03.warning p span {
  color: #000;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.warning p span {
    font-size: 2.2rem;
  }
}
.p-hiroba .hiroba_bnr03.warning p .warning_small {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.warning p .warning_small {
    font-size: 1.4rem;
  }
}
.p-hiroba .hiroba_bnr03.no_drug {
  border: 2px solid #ab6316;
  text-align: center;
}
.p-hiroba .hiroba_bnr03.no_drug a {
  display: block;
  padding: 15px 15px 25px;
}
@media (any-hover: hover) {
  .p-hiroba .hiroba_bnr03.no_drug a:hover {
    opacity: 0.7;
  }
}
.p-hiroba .hiroba_bnr03.drunk_drive {
  background: #ffea0c;
  border-radius: 15px;
  padding: 15px;
}
.p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col {
    display: block;
  }
}
.p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div {
  margin-right: 2%;
}
.p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div {
    margin-right: 0;
  }
  .p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_ttl {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_ttl {
    text-align: center;
  }
}
.p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_txt {
  line-height: 1.5;
  font-weight: bold;
  color: #c00;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_txt {
    text-align: center;
  }
}
.p-hiroba .hiroba_bnr03.bnr_table-tennis {
  border: 2px solid #80530b;
}
.p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_inner {
  padding: 15px;
}
.p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_ttl {
  text-align: center;
  background: #80530b;
  color: #fff;
  font-size: 2rem;
  padding: 6px 10px;
}
.p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_col {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_col {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_col > div {
  margin-right: 4%;
}
.p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_col > div:last-child {
  margin-right: 0;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_col > div {
    margin-right: 0;
  }
  .p-hiroba .hiroba_bnr03.bnr_table-tennis .table-tennis_col > div:last-child {
    margin-top: 15px;
  }
}
.p-hiroba .hiroba_bnr03.bnr_sign-language {
  border: 2px solid #005e80;
}
.p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_inner {
  padding: 15px;
}
.p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_ttl {
  text-align: center;
  background: #005e80;
  color: #fff;
  font-size: 2rem;
  padding: 6px 10px;
}
.p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_col {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_col {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_col > div {
  margin-right: 4%;
}
.p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_col > div:last-child {
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_col > div {
    margin-right: 0;
  }
  .p-hiroba .hiroba_bnr03.bnr_sign-language .sign-language_col > div:last-child {
    margin-top: 15px;
  }
}
.p-hiroba .hiroba_bnr03.bnr_braille-record {
  border: 2px solid #ab6316;
  text-align: center;
  padding: 15px;
}
.p-hiroba .hiroba_bnr03.bnr_braille-record h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ab6316;
  margin-bottom: 5px;
}
.p-hiroba .hiroba_bnr03.fake_call {
  border: 2px solid;
  background: #fff78c;
  text-align: center;
}
.p-hiroba .hiroba_bnr03.fake_call a {
  display: block;
  padding: 15px;
}
@media (any-hover: hover) {
  .p-hiroba .hiroba_bnr03.fake_call a:hover {
    opacity: 0.7;
  }
}
.p-hiroba .hiroba_bnr03.fake_call .fake_call__title {
  margin-bottom: 20px;
}
.p-hiroba .hiroba_bnr03.fake_call .fake_call__title h3 {
  font-size: 2.8rem;
  color: #c51567;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.fake_call .fake_call__title h3 {
    font-size: 2.2rem;
  }
}
.p-hiroba .hiroba_bnr03.fake_call .fake_call__title p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.fake_call .fake_call__title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.fake_call .fake_call__img img {
    max-width: 60%;
  }
}
.p-hiroba .hiroba_bnr03.fake_call .fake_call__img figcaption {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 20px;
}
.p-hiroba .hiroba_bnr03.fake_call .fake_call__img figcaption span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr03.fake_call .fake_call__img figcaption {
    font-size: 2.2rem;
  }
}
.p-hiroba .hiroba_bnr--hospital {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_bnr--hospital {
    max-width: 100%;
  }
}
.p-hiroba .hiroba_tv_box01 {
  border: 4px solid #e70d19;
}
.p-hiroba .hiroba_tv_box01 .hiroba_h3_ttl03 {
  background: #e70d19;
  color: #fff;
  padding: 6px 8px;
  border-radius: 0;
  font-size: 2.8rem;
  margin: 0;
  text-align: center;
}
.p-hiroba .hiroba_tv_box01 .hiroba_h4_ttl03 {
  color: #e70d19;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
.p-hiroba .hiroba_tv_box01 .hiroba_tv_box01_inner {
  padding: 30px 10px;
}
.p-hiroba .hiroba_tv_box01 .sns {
  display: flex;
  justify-content: center;
}
.p-hiroba .hiroba_tv_box01 .sns p {
  margin-right: 4%;
}
.p-hiroba .hiroba_tv_box01 .sns p:first-child {
  /*@include mq() {
  	margin-right: 2%;
  }*/
}
.p-hiroba .hiroba_tv_box01 .sns p:last-child {
  margin-right: 0;
}
.p-hiroba .hiroba_tv_text01 {
  line-height: 1.5;
}
.p-hiroba .hiroba_table01 {
  border-top: 1px solid;
  margin-bottom: 30px;
}
.p-hiroba .hiroba_table01 tr {
  border-bottom: 1px solid;
}
.p-hiroba .hiroba_table01 tr th,
.p-hiroba .hiroba_table01 tr td {
  padding: 10px;
}
.p-hiroba .hiroba_table01 tr th {
  border-right: 1px solid;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_table01 tr th,
  .p-hiroba .hiroba_table01 tr td {
    display: block;
  }
  .p-hiroba .hiroba_table01 tr th {
    border-right: none;
    border-bottom: 1px solid;
  }
}
.p-hiroba .hiroba_table02 {
  margin-bottom: 15px;
}
.p-hiroba .hiroba_table02 tr th,
.p-hiroba .hiroba_table02 tr td {
  padding: 10px;
  border: 1px solid;
}
.p-hiroba .hiroba_table02 tr th {
  background: #ecf4d9;
  width: 310px;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_table02 tr th,
  .p-hiroba .hiroba_table02 tr td {
    display: block;
  }
  .p-hiroba .hiroba_table02 tr th {
    width: 100%;
    border-bottom: none;
  }
  .p-hiroba .hiroba_table02 tr td {
    border-bottom: none;
  }
  .p-hiroba .hiroba_table02 tr:last-child td {
    border-bottom: 1px solid;
  }
}
.p-hiroba .hiroba_table03 {
  margin-top: 15px;
}
.p-hiroba .hiroba_table03 .hiroba_h5_ttl01 {
  margin-top: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_table03 table {
    width: 100%;
  }
}
.p-hiroba .hiroba_table03 table thead th:first-child {
  width: 140px;
}
.p-hiroba .hiroba_table03 table thead th:last-child {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_table03 table thead th:first-child {
    width: 110px;
  }
  .p-hiroba .hiroba_table03 table thead th:last-child {
    width: auto;
  }
}
.p-hiroba .hiroba_table03 table tr th,
.p-hiroba .hiroba_table03 table tr td {
  padding: 10px;
  border: 1px solid;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_table03 table tr td {
    border-bottom: none;
  }
  .p-hiroba .hiroba_table03 table tr:last-child td {
    border-bottom: 1px solid;
  }
}
.p-hiroba .hiroba_table03 table tbody th {
  font-weight: normal;
  vertical-align: middle;
}
.p-hiroba .hiroba_table04 th,
.p-hiroba .hiroba_table04 td {
  border: 1px solid;
  padding: 10px;
}
.p-hiroba .hiroba_table04 thead th {
  font-weight: normal;
}
.p-hiroba .hiroba_table04 tbody th {
  font-weight: normal;
}
.p-hiroba .hiroba_table05 {
  width: 100%;
}
.p-hiroba .hiroba_table05 th,
.p-hiroba .hiroba_table05 td {
  border: 1px solid #de0661;
  padding: 10px;
}
.p-hiroba .hiroba_table05 td {
  width: 33%;
}
.p-hiroba .hiroba_table05 thead th {
  background: #fff3f8;
  border-right: 1px solid #de0661;
  vertical-align: middle;
}
.p-hiroba .hiroba_table05 thead th:last-child {
  border-right: 1px solid #de0661;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_table05 thead th:first-child {
    width: 42%;
  }
  .p-hiroba .hiroba_table05 thead th:nth-child(2) {
    width: 20%;
  }
  .p-hiroba .hiroba_table05 thead th:nth-child(3) {
    width: 38%;
  }
}
.p-hiroba .hiroba_table05 tbody th {
  vertical-align: middle;
  font-weight: normal;
}
.p-hiroba #prefectural_assembly .hiroba_h3_ttl01 {
  background: #8d6610;
}
.p-hiroba #prefectural_assembly .hiroba_h4_ttl01 {
  background: #f1f0ee;
  color: #8d6610;
}
.p-hiroba #prefectural_assembly .hiroba_h5_ttl01 {
  color: #8d6610;
}
.p-hiroba #prefectural_assembly .hiroba_dl_2col02 dt {
  color: #8d6610;
}
.p-hiroba #examination .hiroba_h3_ttl01 {
  background: #007c3f;
}
.p-hiroba #examination .hiroba_h4_ttl01 {
  background: #f6ffe0;
  color: #007c3f;
}
.p-hiroba #examination .hiroba_h5_ttl01 {
  color: #007c3f;
}
.p-hiroba #examination .hiroba_dl_2col02 dt {
  color: #007c3f;
}
.p-hiroba #examination .hiroba_bnr01 {
  background: #f6ffe0;
  color: #007c3f;
  border-color: #007c3f;
}
.p-hiroba #recruit .hiroba_h3_ttl01 {
  background: #006ab7;
}
.p-hiroba #recruit .hiroba_h4_ttl01 {
  background: #dff1ff;
  color: #006ab7;
}
.p-hiroba #recruit .hiroba_h5_ttl01 {
  color: #006ab7;
}
.p-hiroba #recruit .hiroba_h5_ttl02 {
  color: #006ab7;
}
.p-hiroba #recruit .hiroba_h5_ttl02::before, .p-hiroba #recruit .hiroba_h5_ttl02::after {
  background: #006ab7;
}
.p-hiroba #recruit .hiroba_border_box01 {
  border-color: #006ab7;
}
.p-hiroba #recruit .hiroba_dl_2col02 dt {
  color: #006ab7;
}
.p-hiroba #recruit .hiroba_table04 th,
.p-hiroba #recruit .hiroba_table04 td {
  border-color: #006ab7;
}
.p-hiroba #announce .hiroba_h3_ttl01 {
  background: #de0661;
}
.p-hiroba #announce .hiroba_h4_ttl01 {
  background: #fff3f8;
  color: #de0661;
}
.p-hiroba #announce .hiroba_h5_ttl01 {
  color: #de0661;
}
.p-hiroba #announce .hiroba_dl_2col02 dt {
  color: #de0661;
}
.p-hiroba #announce .hiroba_border_box01 {
  border-color: #de0661;
}
.p-hiroba #announce .hiroba_border_box01 h5 {
  color: #de0661;
}
.p-hiroba #announce .hiroba_border_box02 {
  border-color: #de0661;
}
.p-hiroba #announce .hiroba_border_box02 .hiroba_border_box02__ttl {
  background: #de0661;
}
.p-hiroba #announce .hiroba_ul01 li::before {
  color: #de0661;
}
.p-hiroba #announce .hiroba_ol01 li::before {
  color: #de0661;
}
.p-hiroba #announce .hiroba_bnr01 {
  background: #fff3f8;
  color: #de0661;
  border-color: #de0661;
}
.p-hiroba #event .hiroba_h3_ttl01 {
  background: #d23903;
}
.p-hiroba #event .hiroba_h4_ttl01 {
  background: #fff9ee;
  color: #d23903;
}
.p-hiroba #event .hiroba_dl_2col02 dt {
  color: #d23903;
}
.p-hiroba #event .hiroba_h5_ttl01 {
  color: #d23903;
}
.p-hiroba #event .hiroba_table02 {
  margin-bottom: 30px;
}
.p-hiroba #event .hiroba_table02 tr th {
  background: #fff9ee;
  width: 220px;
}
@media screen and (max-width: 810px) {
  .p-hiroba #event .hiroba_table02 tr th,
  .p-hiroba #event .hiroba_table02 tr td {
    display: block;
  }
  .p-hiroba #event .hiroba_table02 tr th {
    width: 100%;
    border-bottom: none;
  }
  .p-hiroba #event .hiroba_table02 tr td {
    border-bottom: none;
  }
  .p-hiroba #event .hiroba_table02 tr:last-child td {
    border-bottom: 1px solid;
  }
}
.p-hiroba .hiroba_app_box {
  border: 4px solid #ea5504;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_app_box {
    margin-top: 15px;
  }
}
.p-hiroba .hiroba_app_box .hiroba_app_ttl01 {
  background: #ea5504;
  color: #fff;
  padding: 6px 8px;
  font-size: 2.3rem;
  text-align: center;
}
.p-hiroba .hiroba_app_box .hiroba_app_inner {
  padding: 15px;
}
.p-hiroba .hiroba_app_box .hiroba_app_col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_app_box .hiroba_app_col {
    display: block;
  }
}
.p-hiroba .hiroba_app_box .hiroba_app_col .hiroba_app_col__box {
  margin-right: 4%;
  width: calc(100% - 97.5px);
}
.p-hiroba .hiroba_app_box .hiroba_app_col .hiroba_app_col__box:last-child {
  margin-right: 0;
  flex-basis: 195px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_app_box .hiroba_app_col .hiroba_app_col__box {
    width: 100%;
    margin-right: 0;
  }
  .p-hiroba .hiroba_app_box .hiroba_app_col .hiroba_app_col__box:last-child {
    margin-top: 5px;
    text-align: center;
  }
}
.p-hiroba .hiroba_app_box .hiroba_app_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-hiroba .hiroba_app_box .hiroba_app_list li::before {
  content: "●";
  color: #ea5504;
}
.p-hiroba .hiroba_selection_box {
  border: 4px solid #007c3f;
}
.p-hiroba .hiroba_selection_box .hiroba_selection_ttl01 {
  background: #007c3f;
  color: #fff;
  padding: 6px 8px;
  font-size: 2.3rem;
  text-align: center;
}
.p-hiroba .hiroba_selection_box .hiroba_selection_inner {
  padding: 15px;
}
.p-hiroba .hiroba_selection_box .hiroba_dl_2col02 dt {
  color: #007c3f;
}
.p-hiroba .hiroba_cashless_box {
  border: 4px solid #e7202e;
}
.p-hiroba .hiroba_cashless_box .hiroba_h3_ttl03 {
  background: #e7202e;
  color: #fff;
  padding: 6px 8px;
  border-radius: 0;
  font-size: 2.3rem;
  margin: 0;
  text-align: center;
}
.p-hiroba .hiroba_cashless_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
  font-size: 2.5rem;
  color: #fff100;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_h3_ttl03 {
    font-size: 2rem;
  }
  .p-hiroba .hiroba_cashless_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
    font-size: 2.2rem;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__inner {
  padding: 15px;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__inner .box__2col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box__inner .box__2col {
    display: grid;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__inner .box__2col .box__2col__txt {
  width: 70%;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box__inner .box__2col .box__2col__txt {
    width: 100%;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__inner .box__2col .box__2col__img {
  width: 30%;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box__inner .box__2col .box__2col__img {
    width: 100%;
    order: 2;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__box01 {
  border: 1px solid #017471;
  background: #fffcdb;
  padding: 10px;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__box01 + .hiroba_cashless_box__box01 {
  margin-top: 15px;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__box02 {
  margin-top: 10px;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__box02:first-child {
  margin-top: 0;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box__box02 {
    margin-top: 15px;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_ttl01 {
  font-size: 2rem;
  line-height: 1.3;
  color: #017471;
  margin-bottom: 5px;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box_ttl01 {
    font-size: 1.8rem;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_ttl01 .hiroba_cashless_box__ttl01--ico {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_ttl01 .hiroba_cashless_box__ttl01--ico::before {
  content: "";
  background: url("../images/hiroba/img_corona_ico01.png") no-repeat;
  display: block;
  width: 15px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-10%);
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box_ttl01 .hiroba_cashless_box__ttl01--ico::before {
    transform: translateY(-15%);
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_col {
  display: flex;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box_col {
    display: block;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_col .hiroba_cashless_box__box {
  margin-right: 3%;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_col .hiroba_cashless_box__box:last-child {
  margin-right: 0;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box_col .hiroba_cashless_box__box {
    margin-right: 0;
  }
  .p-hiroba .hiroba_cashless_box .hiroba_cashless_box_col .hiroba_cashless_box__box:last-child {
    margin-top: 10px;
  }
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_contact {
  display: flex;
  margin-top: 10px;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_contact .hiroba_cashless_box_contact__num {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #017471;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box_contact .hiroba_cashless_box_contact__small {
  font-size: 1.4rem;
}
.p-hiroba .hiroba_cashless_box .hiroba_cashless_box__wrap01 {
  margin-top: 15px;
}
.p-hiroba .hiroba_gienkin_box {
  border: 4px solid #005bac;
}
.p-hiroba .hiroba_gienkin_box .hiroba_h3_ttl03 {
  background: #005bac;
  color: #fff;
  padding: 6px 8px;
  border-radius: 0;
  font-size: 2.3rem;
  margin: 0;
  text-align: center;
}
.p-hiroba .hiroba_gienkin_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
  font-size: 2.5rem;
  color: #fff100;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_gienkin_box .hiroba_h3_ttl03 {
    font-size: 2rem;
  }
  .p-hiroba .hiroba_gienkin_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
    font-size: 2.2rem;
  }
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box__inner {
  padding: 15px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box__box01 {
  border: 1px solid #017471;
  background: #fffcdb;
  padding: 10px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box__box01 + .hiroba_gienkin_box__box01 {
  margin-top: 15px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box__box02 {
  margin-top: 10px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box__box02:first-child {
  margin-top: 0;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box__box02 {
    margin-top: 15px;
  }
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_ttl01 {
  font-size: 2rem;
  line-height: 1.3;
  color: #017471;
  margin-bottom: 5px;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_ttl01 {
    font-size: 1.8rem;
  }
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_ttl01 .hiroba_gienkin_box__ttl01--ico {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_ttl01 .hiroba_gienkin_box__ttl01--ico::before {
  content: "";
  background: url("../images/hiroba/img_corona_ico01.png") no-repeat;
  display: block;
  width: 15px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-10%);
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_ttl01 .hiroba_gienkin_box__ttl01--ico::before {
    transform: translateY(-15%);
  }
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_col {
  display: flex;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_col {
    display: block;
  }
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_col .hiroba_gienkin_box__box {
  margin-right: 3%;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_col .hiroba_gienkin_box__box:last-child {
  margin-right: 0;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_col .hiroba_gienkin_box__box {
    margin-right: 0;
  }
  .p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_col .hiroba_gienkin_box__box:last-child {
    margin-top: 10px;
  }
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact {
  margin-top: 10px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact .contact_ul01 li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact .contact_ul01 li bold {
  font-weight: bold;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact .contact_ul01 li:last-child {
  margin-bottom: 0;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact .contact_ul01 li::before {
  content: "●";
  color: #005bac;
  margin-right: 5px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact .contact_ul01 .hiroba_gienkin_box_maker {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(234, 242, 255);
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact .hiroba_gienkin_box_contact__num {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #005bac;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box_contact .hiroba_gienkin_box_contact__small {
  font-size: 1.4rem;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_box__wrap01 {
  margin-top: 15px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 {
  width: 100%;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 th,
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 td {
  border: 1px solid #005bac;
  padding: 10px;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 td {
  width: 33%;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 thead th {
  background: #d3e6f6;
  border-right: 1px solid #005bac;
  vertical-align: middle;
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 thead th:last-child {
  border-right: 1px solid #005bac;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 thead th:first-child {
    width: 104px;
  }
}
.p-hiroba .hiroba_gienkin_box .hiroba_gienkin_table01 tbody th {
  vertical-align: middle;
  font-weight: normal;
}
.p-hiroba .hiroba_corona_box {
  border: 4px solid #017471;
}
.p-hiroba .hiroba_corona_box .b-marker {
  background: linear-gradient(transparent 40%, #fff100 40%);
}
.p-hiroba .hiroba_corona_box .hiroba_h3_ttl03 {
  background: #017471;
  color: #fff;
  padding: 6px 8px;
  border-radius: 0;
  font-size: 2.3rem;
  margin: 0;
  text-align: center;
}
.p-hiroba .hiroba_corona_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
  font-size: 2.5rem;
  color: #fff100;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_corona_box .hiroba_h3_ttl03 {
    font-size: 2rem;
  }
  .p-hiroba .hiroba_corona_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
    font-size: 2.2rem;
  }
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__inner {
  padding: 15px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__box01 {
  border: 1px solid #017471;
  background: #fffcdb;
  padding: 10px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__box01 + .hiroba_corona_box__box01 {
  margin-top: 15px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__box02 {
  margin-top: 10px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__box02:first-child {
  margin-top: 0;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_corona_box .hiroba_corona_box__box02 {
    margin-top: 15px;
  }
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__ttl01 {
  font-size: 2rem;
  line-height: 1.3;
  color: #017471;
  margin-bottom: 5px;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_corona_box .hiroba_corona_box__ttl01 {
    font-size: 1.8rem;
  }
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__ttl01 .hiroba_corona_box__ttl01--ico {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__ttl01 .hiroba_corona_box__ttl01--ico::before {
  content: "";
  background: url("../images/hiroba/img_corona_ico01.png") no-repeat;
  display: block;
  width: 15px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-10%);
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_corona_box .hiroba_corona_box__ttl01 .hiroba_corona_box__ttl01--ico::before {
    transform: translateY(-15%);
  }
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box_col {
  display: flex;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_corona_box .hiroba_corona_box_col {
    display: block;
  }
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box_col .hiroba_corona_box_col__box {
  margin-right: 3%;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box_col .hiroba_corona_box_col__box:last-child {
  margin-right: 0;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_corona_box .hiroba_corona_box_col .hiroba_corona_box_col__box {
    margin-right: 0;
  }
  .p-hiroba .hiroba_corona_box .hiroba_corona_box_col .hiroba_corona_box_col__box:last-child {
    margin-top: 10px;
  }
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box_contact {
  display: flex;
  margin-top: 10px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box_contact .hiroba_corona_box_contact__num {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #017471;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box_contact .hiroba_corona_box_contact__small {
  font-size: 1.4rem;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_box__wrap01 {
  margin-top: 15px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 {
  width: 100%;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 th,
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 td {
  border: 1px solid #017471;
  padding: 10px;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 thead th {
  background: #017471;
  color: #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 thead th:last-child {
  border-right: 1px solid #017471;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_corona_box .hiroba_corona_table01 thead th:first-child {
    width: 104px;
  }
}
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 tbody tr:nth-child(odd) th,
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 tbody tr:nth-child(odd) td {
  background: #d9f3f2;
}
.p-hiroba .hiroba_corona_box .hiroba_corona_table01 tbody th {
  vertical-align: middle;
  font-weight: normal;
}
.p-hiroba .hiorba_youtube_yokaken {
  border: 4px solid #e70d19;
  padding: 30px 15px;
}
.p-hiroba .hiorba_youtube_yokaken .hiroba_h4_ttl03 {
  color: #e70d19;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box01 {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box01 {
    padding: 0;
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box02 {
  border: 1px solid #896c00;
  background: #fff;
  padding: calc(0.9rem + 20px) 15px 15px;
  position: relative;
  margin-top: calc(0.9rem + 20px);
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box02 {
    margin-top: calc(1.5rem + 20px);
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box03 {
  margin-top: 30px;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box04 {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__title01 {
  font-size: 1.8rem;
  text-align: center;
  color: #896c00;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__title01 {
    margin-bottom: 5px;
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__title02 {
  line-height: 1.3;
  color: #fff;
  background: #896c00;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__title02 {
    padding: 5px 13px;
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__colored {
  color: #896c00;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_name p {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_name p {
    font-size: 1.8rem;
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 {
    display: block;
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 .hiorba_youtube_yokaken__col01_box {
  border-right: 1px solid;
  padding-right: 30px;
  margin-right: 30px;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 .hiorba_youtube_yokaken__col01_box:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 .hiorba_youtube_yokaken__col01_box {
    border-right: none;
    border-bottom: 1px solid;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 .hiorba_youtube_yokaken__col01_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl01 {
  display: flex;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl01 dt {
  width: 5em;
  margin-right: 10px;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02 {
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02 {
    display: block;
  }
}
.p-hiroba .hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02 dt {
  width: 4em;
  margin-right: 10px;
  font-weight: bold;
}
.p-hiroba .hiroba_event_yame {
  border: 2px solid #2b7221;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_ttl {
  background: #2b7221;
  color: #fff;
  padding: 15px 10px;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_ttl h4 {
  font-size: 2rem;
  line-height: 1.3;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_ttl02 {
  border: 1px solid #2b7221;
  padding: 2px 10px;
  color: #2b7221;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
_:-ms-input-placeholder, :root .p-hiroba .hiroba_event_yame .hiroba_event_yame_ttl02 {
  width: auto;
  display: inline-block;
}

.p-hiroba .hiroba_event_yame .hiroba_event_yame_inner {
  padding: 10px;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_box01 {
  margin-top: 20px;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_col {
    display: block;
  }
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_col .hiroba_event_yame_col__box {
  margin-right: 4%;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_col .hiroba_event_yame_col__box:last-child {
  margin-right: 0;
  flex-basis: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_col .hiroba_event_yame_col__box {
    margin-right: 0;
  }
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_col .hiroba_event_yame_col__box:last-child {
    margin-top: 15px;
  }
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_col02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_col02 {
    display: block;
  }
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box {
  margin-right: 4%;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box:first-child {
  width: calc(100% - 200px);
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box:last-child {
  margin-right: 0;
  flex-basis: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box {
    margin-right: 0;
  }
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_dl01 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_dl01 {
    display: block;
  }
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_dl01 > dt {
  background: #2b7221;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 1px 10px;
  width: 5em;
  margin-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_dl01 > dt {
    margin-bottom: 5px;
  }
}
_:-ms-input-placeholder, :root .p-hiroba .hiroba_event_yame .hiroba_event_yame_dl01 > dt {
  margin-bottom: 5px;
}

_:-ms-input-placeholder, :root .p-hiroba .hiroba_event_yame .hiroba_event_yame_dl01 > dd {
  width: 100%;
}

.p-hiroba .hiroba_event_yame .hiroba_event_yame_dl01 + .hiroba_event_yame_dl01 {
  margin-top: 15px;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_dl02 {
  display: flex;
  align-items: flex-start;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_dl02 > dt {
  width: 6em;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-character;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_list00 li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_list {
    display: block;
  }
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_list li {
  margin-right: 1em;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_list li::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_event_yame .hiroba_event_yame_list li {
    margin-right: 0;
  }
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_hold {
  margin-top: 20px;
  background: #daefd7;
  border-radius: 10px;
  padding: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
_:-ms-input-placeholder, :root .p-hiroba .hiroba_event_yame .hiroba_event_yame_hold {
  width: auto;
  display: inline-block;
}

.p-hiroba .hiroba_event_yame .hiroba_event_yame_hold .fukidashi {
  display: inline-block;
  padding: 3px 10px;
  background: #2b7221;
  color: #fff;
  border-radius: 2em;
  position: relative;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0 #2b7221) drop-shadow(-1px -1px 0 #2b7221) drop-shadow(-1px 1px 0 #2b7221) drop-shadow(1px -1px 0 #2b7221);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_hold .fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #2b7221;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.p-hiroba .hiroba_event_yame .hiroba_event_yame_contact {
  margin-top: 20px;
}
.p-hiroba .hiroba_syphilis {
  background: #fff;
  border: 2px solid #af2376;
  border-radius: 10px;
}
.p-hiroba .hiroba_syphilis .b-red {
  color: #890c00;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_inner {
  padding: 15px 10px;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_box01 {
  background: #dff2fc;
  border: 1px solid #af2376;
  padding: 10px;
  margin-top: 10px;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_syphilis .hiroba_syphilis_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_ttl .hiroba_syphilis_ttl--big {
  font-size: 2.2rem;
  color: #af2376;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_syphilis .hiroba_syphilis_ttl .hiroba_syphilis_ttl--big {
    font-size: 2rem;
  }
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_ttl .hiroba_syphilis_ttl--border {
  border-bottom: 2px solid #af2376;
  padding-bottom: 5px;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_ttl02 {
  background: #af2376;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_syphilis .hiroba_syphilis_col {
    display: block;
  }
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box {
  margin-right: 4%;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box {
    margin-right: 0;
  }
  .p-hiroba .hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box:last-child {
    display: none;
    margin-top: 15px;
    text-align: center;
  }
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_syphilis .hiroba_syphilis_img--sp {
    display: block;
  }
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_text01 > div {
  position: relative;
  padding-bottom: 1.3em;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_text01 > div::after {
  content: "▼";
  color: #af2376;
  line-height: 1.3;
  position: absolute;
  left: 150px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_syphilis .hiroba_syphilis_text01 > div::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_text01 > div:last-child {
  padding-bottom: 0;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_text01 > div:last-child::after {
  content: none;
}
.p-hiroba .hiroba_syphilis .hiroba_syphilis_contact {
  margin-top: 15px;
}
.p-hiroba .hiroba_phone-call {
  background: #fff;
  border: 2px solid #026e93;
  /*border-radius: 10px;*/
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_inner {
  padding: 15px 10px;
}
.p-hiroba .hiroba_phone-call .hiroba_h3_ttl03 {
  background: #026e93;
  color: #fff;
  padding: 6px 8px;
  border-radius: 0;
  font-size: 2.3rem;
  margin: 0;
  text-align: center;
}
.p-hiroba .hiroba_phone-call .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
  font-size: 2.5rem;
  color: #fff100;
}
@media screen and (max-width: 810px) {
  .p-hiroba .hiroba_phone-call .hiroba_h3_ttl03 {
    font-size: 2rem;
  }
  .p-hiroba .hiroba_phone-call .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
    font-size: 2.2rem;
  }
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl {
  text-align: center;
  font-size: 1.8rem;
  background: #1b5763;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 2rem;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl .hiroba_phone-call_ttl--ico {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl .hiroba_phone-call_ttl--ico::before {
  content: "";
  display: block;
  background: url("../images/hiroba/img_phone01.png") no-repeat left top/contain;
  width: 26px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl .hiroba_phone-call_ttl--big {
  font-size: 2.2rem;
  color: #fdd000;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl .hiroba_phone-call_ttl--big {
    font-size: 2rem;
  }
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl02 {
  text-align: center;
  font-size: 1.8rem;
  background: #1b5763;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 6rem;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl02 {
    font-size: 1.6rem;
  }
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_ttl03 {
  text-align: center;
  margin-bottom: 15px;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_point {
  background: #fff100;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 15px;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col {
    display: block;
  }
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col .hiroba_phone-call_point_col__box {
  margin-right: 4%;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col .hiroba_phone-call_point_col__box:last-child {
  flex-basis: 125px;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col .hiroba_phone-call_point_col__box {
    margin-right: 0;
  }
  .p-hiroba .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col .hiroba_phone-call_point_col__box:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal {
  margin-top: 30px;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_box + .hiroba_phone-call_dyal_box {
  margin-top: 30px;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_ttl {
  font-size: 1.6rem;
  background-color: #d3e6f6;
  /*border: 1px solid;
  border-radius: 5px;*/
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_list li {
  position: relative;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_list li::before {
  content: "●";
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_list li + li {
  margin-top: 10px;
}
.p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_num {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-hiroba .hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_num {
    font-size: 2rem;
  }
}

/************************************************

	ふくおか相談窓口 

*************************************************/
.soudan_h2_ttl01 {
  margin: 10px 0;
  text-align: center;
  /*background: #e2f1eb;
     padding: 15px;	*/
}

.soudan_lead {
  text-align: center;
}

.soudan_title_caption {
  margin-top: 10px;
}

.soudan_box01 {
  margin-top: 60px;
}
@media screen and (max-width: 810px) {
  .soudan_box01 {
    margin-top: 40px;
  }
}
.soudan_box01 + .soudan_box01 {
  margin-top: 80px;
}
@media screen and (max-width: 810px) {
  .soudan_box01 + .soudan_box01 {
    margin-top: 40px;
  }
}

.soudan_box03 {
  border-radius: 10px;
  padding: 10px;
  background: #2b74b4;
  color: #fff;
  text-align: center;
}

.soudan_h3_ttl01 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  background: #fce2ba;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .soudan_h3_ttl01 {
    font-size: 2rem;
  }
}

.soudan_h3_ttl02 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  background: #fbe6ef;
  padding: 10px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .soudan_h3_ttl02 {
    font-size: 2rem;
  }
}
.soudan_h3_ttl02 .b-ico--link {
  font-size: 1.6rem;
}

.soudan_h4_ttl01 {
  color: #d23903;
  margin: 30px 0 10px;
  font-size: 1.8rem;
  text-align: center;
}
.soudan_h4_ttl01 span {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.soudan_block01 {
  background: #eaf2ff;
  padding: 10px;
  margin-top: 20px;
}

.soudan_dl_2col01 {
  display: flex;
  margin-top: 10px;
}
.soudan_dl_2col01 dt {
  font-weight: bold;
  color: #d23903;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 810px) {
  .soudan_dl_2col01 {
    display: block;
  }
}

.soudan_hr {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 30px auto;
  background: #d23903;
  position: relative;
}
@media screen and (max-width: 767px) {
  .soudan_hr {
    margin: 25px auto;
  }
}
.soudan_hr::before, .soudan_hr::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d23903;
  position: absolute;
  top: 0;
}
.soudan_hr::before {
  left: -30px;
}
.soudan_hr::after {
  right: -30px;
}
.soudan_hr hr {
  display: none;
}

.soudan_table01 {
  width: 100%;
}
.soudan_table01 th, .soudan_table01 td {
  padding: 10px;
  border: 1px solid #d23903;
}
.soudan_table01 th {
  background: #fff9ee;
  width: 150px;
}

#consultation .soudan_box03 {
  margin-top: 15px;
}
#consultation .soudan_h3_ttl01 {
  background: #dff1ff;
  color: #006ab7;
}
#consultation .soudan_h4_ttl01 {
  color: #006ab7;
}
#consultation .soudan_dl_2col01 dt {
  color: #006ab7;
}

/************************************************

	プレゼントコーナー

*************************************************/
.p-present .hiroba_present_box01_outer {
  background: #fff7cc;
  margin-top: 25px;
}
.p-present .hiroba_present_box01_outer .hiroba_present_box01 {
  padding: 0 15px 15px;
}
.p-present .hiroba_present_box01_outer .hiroba_present_box01_inner {
  background: #fff;
  padding: 15px 20px;
}
.p-present .hiroba_present_box01_outer .hiroba_present_box01_inner div + div {
  margin-top: 30px;
}
.p-present .hiroba_present_box01_outer .hiroba_h3_ttl02 {
  transform: translate(-10px, -25px);
  margin-bottom: -10px;
}
.p-present .hiroba_present_box01_outer .hiroba_h4_ttl02 {
  margin: 10px 0;
  text-align: left;
  color: #6b5b00;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media screen and (max-width: 810px) {
  .p-present .hiroba_present_box01_outer .hiroba_h4_ttl02 {
    font-size: 2rem;
  }
}
.p-present .hiroba_present_box01_outer .hiroba_h4_ttl02 .num {
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 2em;
  width: 1.5em;
  height: 1.5em;
  margin-right: 5px;
  font-size: 90%;
  line-height: 1.5em;
  background: #6b5b00;
}
.p-present .hiroba_present_box01_outer .hiroba_h4_ttl02 .b-small {
  color: #111;
  font-weight: normal;
}
.p-present .hiroba_present_box01_outer .hiroba_h4_ttl02 .b-small02 {
  font-size: 0.8em;
  font-weight: normal;
}
.p-present .hiroba_present_box01_outer .hiroba_bg_box01 {
  display: flex;
  align-items: center;
  background: #e2ecaf;
  padding: 10px;
  margin: 10px 0;
}
.p-present .hiroba_present_box01_outer .hiroba_bg_box01 p + p {
  margin-left: 10px;
}
@media screen and (max-width: 810px) {
  .p-present .hiroba_present_box01_outer .hiroba_bg_box01 .img {
    width: 40%;
  }
}
.p-present .hiroba_present_box01_outer .hiroba_bg_box02 {
  display: flex;
  align-items: center;
  background: #d3e6f6;
  padding: 10px;
  margin: 10px 0;
}
.p-present .hiroba_present_box01_outer .hiroba_bg_box02 p + p {
  margin-left: 10px;
}
@media screen and (max-width: 810px) {
  .p-present .hiroba_present_box01_outer .hiroba_bg_box02 .img {
    width: 100%;
  }
}
.p-present .present_quize {
  margin-top: 20px;
  border: 1px solid #296480;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.p-present .present_quize .present_quize__title {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.p-present .present_quize .present_quize__title .present_quize__title--orange {
  color: #333;
}
.p-present .present_quize .present_quize__title .present_quize__title--blue {
  color: #296480;
}
.p-present .present_quize .present_quize__text span {
  color: #9a2911;
}
.p-present .present_quize .present_quize__question {
  margin-top: 15px;
  background: #296480;
  border-radius: 10px;
  padding: 10px 30px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .p-present .present_quize .present_quize__question {
    padding: 10px 20px;
  }
}
.p-present .present_quize .present_quize__question span {
  font-size: 2.5rem;
}
.p-present .present_amaou_txt01 {
  color: #164f7d;
}
.p-present .present_apology {
  margin-top: 30px;
  border: 1px solid #d00;
  padding: 15px;
}
.p-present .present_apology .present_apology_ttl {
  color: #d00;
  font-size: 1.7rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
.p-present .present_apology .present_apology_text {
  text-align: center;
  line-height: 1.5;
}
.p-present .present_apology .present_apology_box {
  margin-top: 10px;
}
.p-present .present_apology .present_apology_dl {
  display: flex;
  justify-content: center;
}
.p-present .hiroba_apply_box01 .hiroba_dl_2col03 {
  display: flex;
  margin-top: 10px;
}
.p-present .hiroba_apply_box01 .hiroba_dl_2col03 > dt {
  color: #fff;
  background: #6b5b00;
  padding: 8px;
  font-size: 1.7rem;
  line-height: 1.3;
  flex-shrink: 0;
  width: 100px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-present .hiroba_apply_box01 .hiroba_dl_2col03 > dd {
  padding: 8px 0;
}
@media screen and (max-width: 810px) {
  .p-present .hiroba_apply_box01 .hiroba_dl_2col03 {
    display: block;
  }
  .p-present .hiroba_apply_box01 .hiroba_dl_2col03 > dt {
    width: 100%;
  }
}

/************************************************

	裏表紙

*************************************************/
.p-ura {
  /* 共通 */
  /* コンテンツ */
  /* 見出し */
  /* 見出し */
  /* カラム */
  /* その他 */
}
.p-ura .ura_info_box {
  margin-top: 20px;
  padding: 10px;
  background: #f8d4bd;
}
.p-ura .ura_info_box .ura_info_box_2col {
  display: flex;
}
.p-ura .ura_info_box .ura_info_box_2col dd a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-ura .ura_info_box .ura_info_box_2col dd a:hover {
    opacity: 0.7;
  }
}
.p-ura .ura_info_box .ura_info_box_2col dd a .b-d_ib {
  text-decoration: underline;
}
.p-ura .ura_box02 {
  margin-top: 30px;
}
.p-ura .ura_ttl_wrap {
  background: url("../images/ura/img_bg.png") repeat-y center top/cover;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_ttl_wrap {
    padding: 10px;
  }
}
.p-ura .ura_ttl01 {
  text-align: center;
}
.p-ura .ura_ttl02 {
  text-align: center;
  margin-top: 10px;
  max-width: 80%;
  margin: 10px auto 0;
}
.p-ura .ura_ttl02 span {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_ttl02 span {
    font-size: 1.6rem;
  }
}
.p-ura .ura_ttl03 {
  color: #b55516;
}
.p-ura .ura_ttl03 h3 span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_ttl03 h3 span {
    font-size: 1.8rem;
  }
}
.p-ura .ura_ttl04 {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: 5px;
}
.p-ura .ura_ttl04::before {
  content: "●";
  display: block;
  color: #b55516;
  position: absolute;
  left: 0;
  top: 0;
}
.p-ura .ura_pic_main {
  margin-top: 0;
}
.p-ura .ura_col01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_col01 {
    display: block;
  }
}
.p-ura .ura_col01 .ura_col01__box {
  margin-right: 4%;
}
.p-ura .ura_col01 .ura_col01__box:last-child {
  margin-right: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_col01 .ura_col01__box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-ura .ura_col01 .ura_col01__box:last-child {
    text-align: center;
    margin-bottom: 0;
  }
}
.p-ura .fukidashi {
  display: inline-block;
  padding: 3px 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0 #b55516) drop-shadow(-1px -1px 0 #b55516) drop-shadow(-1px 1px 0 #b55516) drop-shadow(1px -1px 0 #b55516);
  margin-right: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-ura .fukidashi {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.p-ura .fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-ura .fukidashi::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}
.p-ura .fukidashi02 {
  display: inline-block;
  padding: 3px 10px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0 #b55516) drop-shadow(-1px -1px 0 #b55516) drop-shadow(-1px 1px 0 #b55516) drop-shadow(1px -1px 0 #b55516);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-ura .fukidashi02 {
    display: block;
    margin-bottom: 10px;
  }
}
.p-ura .fukidashi02::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.p-ura .ura_fukidashi01 {
  padding: 15px;
}
.p-ura .ura_profile figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
}
.p-ura .ura_cook_point {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_cook_point {
    display: block;
  }
}
.p-ura .ura_cook_point .ura_cook_point__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e11d48;
  width: 7.5em;
  height: 7.5em;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_cook_point .ura_cook_point__ttl {
    display: block;
    border-radius: 2em;
    margin-right: 0;
    width: auto;
    height: auto;
    margin-bottom: 15px;
    padding: 3px;
  }
}
.p-ura .ura_cook_point .ura_cook_point__ttl h4 {
  font-size: 1.8rem;
  line-height: 1.3;
}
.p-ura .ura_cook_point .ura_cook_point__ttl h4 span {
  font-size: 2.3rem;
}
.p-ura .ura_cook_point .ura_cook_point__text {
  font-size: 1.8rem;
  line-height: 1.5;
  background: #fbe1e1;
  padding: 7px;
}
.p-ura .ura_cook_point .ura_cook_point__text span {
  background: #e11d48;
  color: #fff;
  padding: 3px;
}
.p-ura .ura_material {
  background: #fffbc7;
  padding: 15px;
  margin-top: 30px;
}
.p-ura .ura_material .ura_material__box {
  border-bottom: 2px solid #b55516;
  margin-bottom: 15px;
}
.p-ura .ura_material .ura_material__box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.p-ura .ura_material .ura_material__ttl {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.p-ura .ura_material .ura_material__ttl h4 {
  display: inline-block;
  background: #b55516;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.8rem;
}
.p-ura .ura_material .ura_material__name {
  margin-top: 10px;
  color: #b55516;
}
.p-ura .ura_material .ura_material__name.mt15 {
  margin-top: 15px;
}
.p-ura .ura_material .ura_material__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_material .ura_material__list {
    display: block;
  }
}
.p-ura .ura_material .ura_material__list li {
  width: 48%;
  margin-right: 4%;
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-ura .ura_material .ura_material__list li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_material .ura_material__list li {
    width: 100%;
    max-resolution: 0;
  }
}
.p-ura .ura_material .ura_material__box--sub {
  margin-top: 10px;
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #b55516;
  padding: 15px;
}
.p-ura .ura_material .ura_material__box--sub .ura_material__list li:last-child {
  margin-bottom: 0;
}
.p-ura .ura_recipe {
  margin-top: 30px;
}
.p-ura .ura_recipe .ura_recipe__ttl {
  text-align: center;
  background: #b55516;
  border-radius: 2em;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  padding: 5px;
  margin-bottom: 15px;
}
.p-ura .ura_recipe .ura_recipe__name {
  margin-top: 10px;
  color: #b55516;
}
.p-ura .ura_recipe .ura_recipe__name.mt15 {
  margin-top: 15px;
}
.p-ura .ura_recipe .ura_recipe__list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.p-ura .ura_recipe .ura_recipe__list li .ura_recipe__list--num {
  margin-right: 5px;
  color: #b55516;
}
.p-ura .ura_recipe .ura_recipe__list li .ura_recipe__list--num02 {
  color: #b55516;
}
.p-ura .ura_recipe .ura_recipe__col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_recipe .ura_recipe__col {
    display: block;
  }
}
.p-ura .ura_recipe .ura_recipe__col .ura_recipe__col_box {
  margin-right: 4%;
}
.p-ura .ura_recipe .ura_recipe__col .ura_recipe__col_box:last-child {
  margin-right: 0;
  flex-basis: 250px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_recipe .ura_recipe__col .ura_recipe__col_box {
    margin-right: 0;
  }
  .p-ura .ura_recipe .ura_recipe__col .ura_recipe__col_box:last-child {
    margin: 15px auto 0;
  }
}
.p-ura .ura_sozai {
  margin-top: 30px;
}
.p-ura .ura_sozai .ura_sozai_box + .ura_sozai_box {
  margin-top: 20px;
}
.p-ura .ura_sozai .ura_sozai__ttl {
  padding: 5px 15px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  border-radius: 2em;
  background: #996f00;
  color: #fff;
  margin-bottom: 15px;
}
.p-ura .ura_sozai .ura_sozai_col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_sozai .ura_sozai_col {
    display: block;
  }
}
.p-ura .ura_sozai .ura_sozai_col .ura_sozai_col__box {
  margin-right: 4%;
}
.p-ura .ura_sozai .ura_sozai_col .ura_sozai_col__box:first-child {
  margin-right: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_sozai .ura_sozai_col .ura_sozai_col__box {
    margin-right: 0;
    margin-top: 10px;
  }
  .p-ura .ura_sozai .ura_sozai_col .ura_sozai_col__box:first-child {
    text-align: center;
    margin-top: 0;
  }
}
.p-ura .ura_point {
  border: 1px solid #b55516;
  padding: 15px;
}
.p-ura .ura_point .ura_point_ttl {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  color: #b55516;
  margin-bottom: 5px;
}
.p-ura .ura_topics {
  position: relative;
  border: 1px solid #b55516;
  border-radius: 10px;
  padding: 30px 15px 15px 15px;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_topics {
    padding: 15px;
  }
}
.p-ura .ura_topics .ura_topics_ttl {
  position: absolute;
  top: -15px;
  background: #b55516;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_topics .ura_topics_ttl {
    position: static;
    top: 0;
    margin-bottom: 15px;
  }
}
.p-ura .ura_topics .ura_topics_col {
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_topics .ura_topics_col {
    display: block;
    margin-top: 10px;
  }
}
.p-ura .ura_topics .ura_topics_col > div {
  margin-right: 4%;
}
.p-ura .ura_topics .ura_topics_col > div:last-child {
  margin-right: 0;
  flex-basis: 870px;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_topics .ura_topics_col > div {
    margin-right: 0;
  }
  .p-ura .ura_topics .ura_topics_col > div:last-child {
    margin-top: 0;
  }
}
.p-ura .ura_topics .ura_topics_store .ura_topics_store_ttl {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2em;
  background: #fffbc7;
  color: #b55516;
  padding: 3px 30px;
  margin-bottom: 10px;
}
.p-ura .ura_topics .ura_topics_thumb {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_topics .ura_topics_thumb {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
}
.p-ura .ura_topics .ura_topics_thumb > div {
  margin-right: 2%;
}
.p-ura .ura_topics .ura_topics_thumb > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_topics .ura_topics_thumb > div {
    margin-right: 0;
  }
  .p-ura .ura_topics .ura_topics_thumb > div:last-child {
    margin-top: 15px;
  }
}
.p-ura .ura_topics .ura_topics_img01 {
  text-align: center;
}
.p-ura .ura_topics .ura_topics_img01 figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.5;
}

/************************************************

	小特集

*************************************************/
.p-mini_special {
  /* コンテンツ別 css */
}
.p-mini_special .b-ico.b-ico--link a .b-d_ib {
  text-decoration: underline;
}
.p-mini_special .mini_sp-yellow {
  color: #ffec9a;
}
.p-mini_special .mini_sp_contact_dl {
  display: flex;
  align-items: flex-start;
}
.p-mini_special .mini_sp_note01 {
  text-indent: -1em;
  padding-left: 1em;
}
.p-mini_special .mini_sp_box01 {
  margin-top: 50px;
}
.p-mini_special .mini_sp_box01:first-of-type {
  margin-top: 0;
}
.p-mini_special .mini_sp_box01 .mini_sp_box01__2col {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box01 .mini_sp_box01__2col {
    display: block;
  }
}
.p-mini_special .mini_sp_box01 .mini_sp_box01__2col .mini_sp_box01__2col__l,
.p-mini_special .mini_sp_box01 .mini_sp_box01__2col .mini_sp_box01__2col__r {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box01 .mini_sp_box01__2col .mini_sp_box01__2col__l,
  .p-mini_special .mini_sp_box01 .mini_sp_box01__2col .mini_sp_box01__2col__r {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box01 .mini_sp_box01__2col .mini_sp_box01__2col__r {
    margin-top: 20px;
  }
}
.p-mini_special .mini_sp_box02 {
  border-top: 1px solid #0f78c1;
  border-bottom: 1px solid #0f78c1;
  background: #e6f6fd;
  padding: 15px;
  margin-top: 40px;
}
.p-mini_special .mini_sp_box02.mini_sp_box02--red {
  border-top-color: #c0143e;
  border-bottom-color: #c0143e;
  background: #fdeef1;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02.mini_sp_box02--red {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02.mini_sp_box02--red .mini_sp_date01 {
    display: contents;
  }
}
.p-mini_special .mini_sp_box02.mini_sp_box02--red .mini_sp_date01 dl dt {
  border-top-color: #c0143e;
  border-bottom-color: #c0143e;
  color: #c0143e;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02.mini_sp_box02--red .mini_sp_date01 .mini_sp_date01__sp_order4 {
    order: 4;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02.mini_sp_box02--red .mini_sp_date01 .mini_sp_date01__sp_order5 {
    order: 5;
  }
}
.p-mini_special .mini_sp_box02.mini_sp_box02--red .mini_sp_img01 {
  margin-left: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02.mini_sp_box02--red .mini_sp_img01 {
    margin-top: 10px;
    order: 3;
    margin-left: 0;
  }
}
.p-mini_special .mini_sp_box02.mini_sp_box02--red .mini_sp_img01 > span {
  width: -moz-fit-content;
  width: fit-content;
}
.p-mini_special .mini_sp_box02.mini_sp_box02--orange {
  border-top: none;
  border-bottom: none;
  background: #fdf1e6;
  padding: 15px;
}
.p-mini_special .mini_sp_box02.mini_sp_box02--orange .mini_sp_date01 dl dt {
  border-top-color: #a94d00;
  border-bottom-color: #a94d00;
  color: #a94d00;
}
.p-mini_special .mini_sp_box02.mini_sp_box02--green {
  border-top: 1px solid #008831;
  border-bottom: 1px solid #008831;
  background: #f6faf1;
  padding: 15px;
}
.p-mini_special .mini_sp_box02.mini_sp_box02--green .mini_sp_date01 dl dt {
  border-top-color: #008831;
  border-bottom-color: #008831;
  color: #008831;
}
.p-mini_special .mini_sp_box02 .mini_sp_box02__2col {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02 .mini_sp_box02__2col {
    display: block;
  }
}
.p-mini_special .mini_sp_box02 .mini_sp_box02__2col .mini_sp_box02__2col__l,
.p-mini_special .mini_sp_box02 .mini_sp_box02__2col .mini_sp_box02__2col__r {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02 .mini_sp_box02__2col .mini_sp_box02__2col__l,
  .p-mini_special .mini_sp_box02 .mini_sp_box02__2col .mini_sp_box02__2col__r {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_box02 .mini_sp_box02__2col .mini_sp_box02__2col__r {
    margin-top: 20px;
  }
}
.p-mini_special .mini_sp_img02 {
  max-width: 500px;
  margin: 30px auto 0;
}
.p-mini_special .mini_sp_img03 {
  max-width: 540px;
  margin: 20px auto 0;
}
.p-mini_special .mini_sp_box03 {
  border: 2px dotted #c0143e;
  background: #fdeef1;
  border-radius: 20px;
  padding: calc(0.9rem + 20px) 15px 15px;
  position: relative;
  margin-top: calc(0.9rem + 20px);
}
.p-mini_special .mini_sp_box03 h3 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}
.p-mini_special .mini_sp_box03.mini_sp_box03--blue {
  border: 2px solid #0f78c1;
  background: #e6f6fd;
}
.p-mini_special .mini_sp_box03.mini_sp_box03--blue h3 {
  color: #0f78c1;
}
.p-mini_special .mini_sp_box04 {
  border: 2px solid #80d0f4;
  border-radius: 20px;
  background: #e6f6fd;
  border-radius: 20px;
  padding: 15px;
  margin-top: 20px;
}
.p-mini_special .mini_sp_box04 h4 {
  text-align: center;
  font-size: 105%;
  margin-bottom: 10px;
}
.p-mini_special .mini_sp_box05 {
  border: 1px solid #0f78c1;
  background: #e6f6fd;
  border-radius: 20px;
  padding: 20px 15px 15px;
  position: relative;
  margin-top: 35px;
}
.p-mini_special .mini_sp_box05 h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
}
.p-mini_special .mini_sp_box06 {
  padding: 20px;
  background: #fef4e8;
  border-radius: 30px;
  margin-top: 30px;
}
.p-mini_special .mini_sp--marker {
  background: linear-gradient(transparent 60%, #fff799 60%);
}
.p-mini_special .mini_sp_title01 {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title01 {
    font-size: 2.2rem;
  }
}
.p-mini_special .mini_sp_title01 .mini_sp_title01__num {
  display: inline-block;
  flex-shrink: 0;
  padding: 2px 10px;
}
.p-mini_special .mini_sp_title01 .mini_sp_title01__text {
  border-left: 1px dashed;
  padding-left: 15px;
}
.p-mini_special .mini_sp_title01 .mini_sp_title01__text .mini_sp_title01__text--small {
  display: inline-block;
  font-size: 60%;
  line-height: 1;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--d_orange {
  color: #af4126;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--d_orange .mini_sp_title01__text .mini_sp_title01__text--small {
  background: #af4126;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--pink {
  color: #b31a43;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--pink .mini_sp_title01__text .mini_sp_title01__text--small {
  background: #b31a43;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--red {
  color: #e60012;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--red .mini_sp_title01__text .mini_sp_title01__text--ico {
  position: relative;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title01.mini_sp_title01--red .mini_sp_title01__text .mini_sp_title01__text--ico {
    padding-right: 30px;
  }
}
.p-mini_special .mini_sp_title01.mini_sp_title01--red .mini_sp_title01__text .mini_sp_title01__text--ico::after {
  content: "";
  display: block;
  background: url("../images/mini-special/img_ttl01.png") no-repeat right/contain;
  width: 33px;
  height: 29px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title01.mini_sp_title01--red .mini_sp_title01__text .mini_sp_title01__text--ico::after {
    width: 26px;
    height: 22px;
  }
}
.p-mini_special .mini_sp_title01.mini_sp_title01--red .mini_sp_title01__text .mini_sp_title01__text--small {
  background: #e4241a;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--orange {
  color: #df311a;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--orange .mini_sp_title01__text .mini_sp_title01__text--small {
  background: #df311a;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--blue {
  color: #007bbc;
}
.p-mini_special .mini_sp_title01.mini_sp_title01--green {
  color: #008831;
}
.p-mini_special .mini_sp_title01 .mini_sp_title01__ico {
  margin-left: 5px;
  display: inline-block;
  transform: translateY(10%);
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title01 .mini_sp_title01__ico {
    width: 30px;
    flex-shrink: 0;
  }
}
.p-mini_special .mini_sp_title02 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title02 {
    display: block;
    width: calc(100% - 150px);
  }
}
.p-mini_special .mini_sp_title02 h3 {
  color: #096eb3;
  margin-right: 15px;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title02 p {
    margin-top: 10px;
  }
}
.p-mini_special .mini_sp_title03 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #d01e14;
}
.p-mini_special .mini_sp_title03.mini_sp_title03--cow span {
  display: inline-block;
  position: relative;
  padding-right: 55px;
}
.p-mini_special .mini_sp_title03.mini_sp_title03--cow span::after {
  content: "";
  display: block;
  background: url("../images/mini-special/img_ttl01.png") no-repeat right center;
  background-size: 48px;
  width: 48px;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-mini_special .mini_sp_title04 {
  font-size: 1.7rem;
  color: #c31a1f;
  margin-bottom: 5px;
  position: relative;
  padding-left: 1.6em;
}
.p-mini_special .mini_sp_title04.mini_sp_title04--orange {
  color: #855000;
}
.p-mini_special .mini_sp_title04.mini_sp_title04--orange .mini_sp_ico--question::before {
  background: #855000;
}
.p-mini_special .mini_sp_title04.mini_sp_title04--green {
  color: #005e2e;
}
.p-mini_special .mini_sp_title04.mini_sp_title04--green .mini_sp_ico--question::before {
  background: #005e2e;
}
.p-mini_special .mini_sp_title05 {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.5;
  padding: 0 10px;
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title05 {
    font-size: 2.2rem;
  }
}
.p-mini_special .mini_sp_title05 .mini_sp_title05--sub {
  display: inline-block;
  font-size: 60%;
  line-height: 1;
}
.p-mini_special .mini_sp_title--radius {
  background: #888;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  padding: 5px 10px;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_title--radius {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.p-mini_special .mini_sp_title--radius.mini_sp_title--not_arrow::after {
  content: none;
}
.p-mini_special .mini_sp_title--radius::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #888;
  border-bottom: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.p-mini_special .mini_sp_col01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp_col01 .mini_sp_col01__box:first-child {
  width: 150px;
  flex-shrink: 0;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_col01 .mini_sp_col01__box:first-child {
    float: right;
  }
}
.p-mini_special .mini_sp_col01 .mini_sp_col01__box:first-child img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_col01 .mini_sp_col01__box:first-child img {
    position: static;
  }
}
.p-mini_special .mini_sp_info_box {
  margin-top: 20px;
  padding: 20px;
  background: rgb(231, 241.5, 248.8);
}
.p-mini_special .mini_sp_info_box .mini_sp_info_box__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #096eb3;
  margin-bottom: 10px;
}
.p-mini_special .mini_sp_info_box .mini_sp_info_box__2col {
  display: flex;
}
.p-mini_special .mini_sp_info_box .mini_sp_info_box__2col a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-mini_special .mini_sp_info_box .mini_sp_info_box__2col a:hover {
    opacity: 0.7;
  }
}
.p-mini_special .mini_sp_info_box .b-ico.b-ico--link a .b-d_ib {
  text-decoration: underline;
}
.p-mini_special .mini_sp_info_box .fukidashi {
  font-size: 1.6rem;
  transform: translateY(-0.15em);
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--d_orange {
  background: rgb(247, 236, 233.3);
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--red {
  background: rgb(252.5, 229.5, 231.3);
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--pink {
  background: rgb(252.7, 236.4, 240);
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--blue {
  background: rgb(229.5, 241.8, 248.3);
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--orange {
  background: rgb(249.3, 236.4, 231.5);
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--orange .mini_sp_info_box__ttl {
  color: #a94d00;
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--green {
  background: rgb(229.5, 243.1, 234.4);
}
.p-mini_special .fukidashi {
  display: inline-block;
  padding: 3px 10px;
  background: #fbf798;
  border-radius: 2em;
  position: relative;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0 #e94628) drop-shadow(-1px -1px 0 #e94628) drop-shadow(-1px 1px 0 #e94628) drop-shadow(1px -1px 0 #e94628);
  margin-right: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-mini_special .fukidashi {
    display: block;
    margin-bottom: 10px;
  }
}
.p-mini_special .fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fbf798;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mini_special .fukidashi::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}
.p-mini_special .fukidashi.fukidashi--l::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #fbf798 transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mini_special .fukidashi.fukidashi--l::after {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}
.p-mini_special .fukidashi.fukidashi--b::after {
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.p-mini_special .fukidashi.fukidashi--blue {
  color: #1172b1;
  filter: drop-shadow(1px 1px 0 #1479bc) drop-shadow(-1px -1px 0 #1479bc) drop-shadow(-1px 1px 0 #1479bc) drop-shadow(1px -1px 0 #1479bc);
}
.p-mini_special .fukidashi.fukidashi--pink {
  color: #c0143e;
  filter: drop-shadow(1px 1px 0 #c0143e) drop-shadow(-1px -1px 0 #c0143e) drop-shadow(-1px 1px 0 #c0143e) drop-shadow(1px -1px 0 #c0143e);
}
.p-mini_special .fukidashi.fukidashi--bg_no {
  background: rgb(231, 241.5, 248.8);
}
.p-mini_special .fukidashi.fukidashi--bg_no::after {
  border-color: transparent transparent transparent rgb(231, 241.5, 248.8);
}
.p-mini_special .mini_sp_col02 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_col02 {
    display: block;
  }
}
.p-mini_special .mini_sp_col02 .mini_sp_col02__box:first-child {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_col02 .mini_sp_col02__box:first-child {
    width: 100%;
  }
}
.p-mini_special .mini_sp_col02 .mini_sp_col02__box:last-child {
  width: 30%;
  margin-top: 10px;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_col02 .mini_sp_col02__box:last-child {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.p-mini_special .mini_sp_col02 .mini_sp_col02__box:last-child .b-small {
  line-height: 1.5;
  text-align: center;
}
.p-mini_special .mini_sp_sttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #c0143e;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background: #fff;
}
.p-mini_special .mini_sp_col03 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-mini_special .mini_sp_col03 p:first-child {
  margin-right: 30px;
}
.p-mini_special .mini_sp_col04 {
  display: flex;
}
.p-mini_special .mini_sp_date01 {
  /*&.mini_sp_date01--tyle_b {
  	width: 100%;

  	> * {
  		width: ;
  	}
  }*/
}
.p-mini_special .mini_sp_date01 dl dt {
  border-top: 1px solid #006aa3;
  border-bottom: 1px solid #006aa3;
  background: #fff;
  color: #006aa3;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  padding: 10px 10px 5px;
  width: calc(8em + 20px);
  text-align: center;
  margin-right: 15px;
  flex-shrink: 0;
}
.p-mini_special .mini_sp_date01 .mini_sp_date01--col01 {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_date01 .mini_sp_date01--col01 {
    display: block;
  }
}
.p-mini_special .mini_sp_date01 .mini_sp_date01--title span {
  background: #c0143e;
  color: #fff;
  display: inline-block;
  padding: 5px 10px 3px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.p-mini_special .mini-sp_list01 {
  margin-top: 15px;
}
.p-mini_special .mini-sp_list01 li {
  position: relative;
  padding-left: 1em;
}
.p-mini_special .mini-sp_list01 li::before {
  content: "◆";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  color: #0f78c1;
}
.p-mini_special .mini_sp_link01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.p-mini_special .mini_sp_schedule {
  display: inline-block;
  background: #fff;
  padding: 1px 15px;
  font-weight: bold;
  color: #3c7f29;
  border: 1px solid;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_schedule {
    margin-bottom: 10px;
  }
}
.p-mini_special .mini_sp_dl01 {
  display: flex;
  align-items: flex-start;
}
.p-mini_special .mini_sp_dl01 dt,
.p-mini_special .mini_sp_dl01 dd {
  line-height: 1.3;
}
.p-mini_special .mini_sp_dl01 dt {
  background: #963d29;
  border-radius: 2em;
  color: #fff;
  width: 6em;
  font-size: 1.3rem;
  text-align: center;
  padding: 2px 10px;
  flex-shrink: 0;
  margin-right: 15px;
}
.p-mini_special .mini_sp_dl02 {
  display: flex;
  align-items: flex-start;
}
.p-mini_special .mini_sp_dl02 dt,
.p-mini_special .mini_sp_dl02 dd {
  line-height: 1.3;
}
.p-mini_special .mini_sp_dl02 dt {
  background: #fdd03e;
  border-radius: 2em;
  color: #333;
  width: 6em;
  font-size: 1.3rem;
  text-align: center;
  padding: 2px 10px;
  flex-shrink: 0;
  margin-right: 15px;
}
.p-mini_special .mini_sp_caption01 {
  text-indent: -1em;
  padding-left: 1em;
}
.p-mini_special .mini_sp_ico--question {
  position: absolute;
  left: 0;
  z-index: 0;
  color: #fff;
  margin-right: 0.6em;
}
.p-mini_special .mini_sp_ico--question::before {
  content: "";
  background: #c31a1f;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-mini_special .mini_sp_article {
  background: #fcead1;
  border-radius: 10px;
}
.p-mini_special .mini_sp_article .mini_sp_article_title {
  background: #855000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 1.7rem;
  text-align: center;
  padding: 7px;
}
.p-mini_special .mini_sp_article .mini_sp_article_inner {
  padding: 15px;
}
.p-mini_special .mini_sp_article .mini_sp_article_col {
  display: flex;
  /*@include mq() {
  	display: block;
  }*/
}
.p-mini_special .mini_sp_article .mini_sp_article_col > div {
  margin-right: 4%;
}
.p-mini_special .mini_sp_article .mini_sp_article_col > div:last-child {
  margin-right: 0;
  flex-basis: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_article .mini_sp_article_col > div:last-child {
    max-width: 35%;
    margin: 0 auto;
  }
}
.p-mini_special .mini_sp_article .mini_sp_article_dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px dashed #855000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_article .mini_sp_article_dl {
    display: block;
  }
}
.p-mini_special .mini_sp_article .mini_sp_article_dl.mini_sp_article_dl--center {
  align-items: center;
}
.p-mini_special .mini_sp_article .mini_sp_article_dl:last-child {
  border-bottom: none;
}
.p-mini_special .mini_sp_article .mini_sp_article_dl dt,
.p-mini_special .mini_sp_article .mini_sp_article_dl dd {
  line-height: 1.5;
}
.p-mini_special .mini_sp_article .mini_sp_article_dl dt {
  background: #855000;
  border-radius: 2em;
  color: #fff;
  width: 6em;
  font-size: 1.3rem;
  text-align: center;
  padding: 2px 10px;
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_article .mini_sp_article_dl dt {
    margin-bottom: 0.5em;
    margin-right: 0;
  }
}
.p-mini_special .mini_sp_article .mini_sp_article_dl dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp_article .mini_sp_article_dl dd {
    font-size: 1.4rem;
  }
}
.p-mini_special .mini_sp_article .mini_sp_article_s-box {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.4rem;
}
.p-mini_special .mini_sp_list01 li {
  position: relative;
  padding-left: 1em;
}
.p-mini_special .mini_sp_list01 li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #333;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-mini_special.theme-fz--b .mini_sp--ekiden .ekiden_support {
    padding: 3.5em 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special.theme-fz--b .mini_sp--ekiden .ekiden_event {
    padding: 3.5em 20px 15px;
  }
}
.p-mini_special .mini_sp--cycle .cycle_txt--blue {
  color: #164f7d;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
.p-mini_special .mini_sp--cycle .cycle_box01 {
  margin-top: 40px;
}
.p-mini_special .mini_sp--cycle .cycle_box01 + .cycle_box01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--cycle .cycle_box01 {
    margin-top: 20px;
  }
}
.p-mini_special .mini_sp--cycle .cycle_col01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--cycle .cycle_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp--cycle .cycle_col01 > div {
  margin-right: 4%;
}
.p-mini_special .mini_sp--cycle .cycle_col01 > div:last-child {
  margin-right: 0;
  flex-basis: 190px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--cycle .cycle_col01 > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--cycle .cycle_col01 > div:last-child {
    margin-top: 15px;
    max-width: 65%;
    margin: 20px auto 0;
  }
}
.p-mini_special .mini_sp--cycle .cycle_rule {
  background: #fff9ca;
  border-radius: 15px;
  padding: 20px;
}
.p-mini_special .mini_sp--cycle .cycle_rule .cycle_rule__ttl {
  background: #944700;
  color: #fff;
  border-radius: 2em;
  padding: 14px 15px;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--cycle .cycle_rule .cycle_rule__ttl {
    font-size: 1.7rem;
  }
}
.p-mini_special .mini_sp--cycle .cycle_rule .cycle_rule__ttl .cycle_rule__ttl--ico {
  position: relative;
  padding-left: 2.5em;
  display: block;
}
.p-mini_special .mini_sp--cycle .cycle_rule .cycle_rule__ttl .cycle_rule__ttl--ico::before {
  content: "";
  display: block;
  background: url(../images/mini-special/ico_target.svg) no-repeat center/contain;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-mini_special .mini_sp--cycle .cycle_rule .cycle_rule__ttl .cycle_rule__ttl--yellow {
  color: #fcea81;
}
.p-mini_special .mini_sp--cycle .cycle_img01 {
  max-width: 550px;
  margin: 0 auto;
}
.p-mini_special .mini_sp--cycle .cycle_txt {
  color: #164f7d;
}
.p-mini_special .mini_sp--cycle .cycle_list li {
  position: relative;
  padding-left: 1em;
}
.p-mini_special .mini_sp--cycle .cycle_list li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mini_special .mini_sp--cycle .cycle_site {
  border-radius: 10px;
  padding: 15px;
  border: 2px solid #e60012;
}
.p-mini_special .mini_sp--tel .tel_box01 {
  margin-top: 40px;
}
.p-mini_special .mini_sp--tel .tel_box01 + .cycle_box01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_box01 {
    margin-top: 20px;
  }
}
.p-mini_special .mini_sp--tel .tel_img01 {
  max-width: 450px;
  margin: 0 auto;
}
.p-mini_special .mini_sp--tel .tel_col01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp--tel .tel_col01 > div {
  width: 48%;
  margin-right: 3%;
}
.p-mini_special .mini_sp--tel .tel_col01 > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_col01 > div {
    width: 100%;
    margin-right: 0;
  }
  .p-mini_special .mini_sp--tel .tel_col01 > div:last-child {
    margin-top: 20px;
  }
}
.p-mini_special .mini_sp--tel .tel_police {
  border-radius: 20px;
  padding: 35px 15px 0 15px;
  border: 2px solid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_police {
    margin-top: 40px;
    padding: 15px 15px 0;
  }
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl {
  background: #111;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  padding: 5px 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1em;
  width: 23em;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_police .tel_police__ttl {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 {
  text-align: center;
  margin-bottom: 10px;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 .tel_police__ttl02--sub {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 .tel_police__ttl02--sub span {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 .tel_police__ttl02--sub span::before, .p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 .tel_police__ttl02--sub span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 .tel_police__ttl02--sub span::before {
  background: url(../images/mini-special/ico_attention.svg) no-repeat left center;
  left: 0;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 .tel_police__ttl02--sub span::after {
  background: url(../images/mini-special/ico_attention.svg) no-repeat right center;
  right: 0;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__ttl02 .tel_police__ttl02--main {
  font-size: 2rem;
  line-height: 1.5;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_police .tel_police__list {
    display: block;
  }
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__list > li {
  width: 48%;
  margin-right: 4%;
  background: #111;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police__list > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_police .tel_police__list > li {
    width: 100%;
    margin-right: 0;
  }
}
.p-mini_special .mini_sp--tel .tel_police .tel_police_col {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police_col > div {
  text-align: center;
  margin-right: 4%;
}
.p-mini_special .mini_sp--tel .tel_police .tel_police_col > div:last-child {
  margin-right: 0;
}
.p-mini_special .mini_sp--tel .tel_drama {
  background: #ffe469;
  border-radius: 10px;
  padding: 15px;
}
.p-mini_special .mini_sp--tel .tel_drama .tel_drama__col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_drama .tel_drama__col {
    display: block;
  }
}
.p-mini_special .mini_sp--tel .tel_drama .tel_drama__col > div {
  margin-right: 4%;
}
.p-mini_special .mini_sp--tel .tel_drama .tel_drama__col > div:last-child {
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_drama .tel_drama__col > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--tel .tel_drama .tel_drama__col > div:last-child {
    max-width: 40%;
    margin: 15px auto 0;
  }
}
.p-mini_special .mini_sp--tel .tel_drama .tel_drama__ttl {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--tel .tel_drama .tel_drama__ttl {
    padding: 10px 0;
  }
}
.p-mini_special .mini_sp--tel .tel_drama .tel_drama__ttl .tel_drama__ttl--sub {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-mini_special .mini_sp--tel .tel_drama .tel_drama__ttl .tel_drama__ttl--main {
  font-size: 2rem;
  line-height: 1.5;
}
.p-mini_special .mini_sp--tel .tel_drama .tel_drama__ttl .tel_drama__ttl--copy {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}

/************************************************

	知ってる？福岡県

*************************************************/
.doyouknow_h2_ttl01 {
  margin: 10px 0 30px;
  text-align: center;
}

.doyouknow_h3_ttl01 {
  text-align: center;
}

.doyouknow_dl_2col {
  display: flex;
}

.doyouknow_dl_2col02 {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 810px) {
  .doyouknow_dl_2col02 {
    display: block;
  }
}

.doyouknow_photo_block01 {
  margin-top: 30px;
  text-align: center;
}
.doyouknow_photo_block01 figure + figure {
  margin-top: 15px;
}
.doyouknow_photo_block01 figure figcaption {
  margin-top: 10px;
}
@media screen and (max-width: 810px) {
  .doyouknow_photo_block01 {
    margin-top: 20px;
  }
}

.doyouknow_text_block01 {
  margin-top: 30px;
}

.doyouknow_block01 {
  background: #eaf2ff;
  padding: 10px;
  margin-top: 10px;
}

/************************************************

	わがまち通信

*************************************************/
.p-wagamati .wagamati_main_ttl {
  text-align: center;
}
.p-wagamati .wagamati_box01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_box01 {
    margin-top: 20px;
  }
}
.p-wagamati .wagamati_col01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-wagamati .wagamati_col01 .wagamati_col01_box {
  margin-right: 4%;
}
.p-wagamati .wagamati_col01 .wagamati_col01_box:last-child {
  margin-right: 0;
}
.p-wagamati .wagamati_col01 .wagamati_col01_box.wagamati_recommend_img {
  flex-basis: 200px;
}
.p-wagamati .wagamati_col02 {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_col02 {
    display: block;
  }
}
.p-wagamati .wagamati_col02 .wagamati_col02_box {
  margin-right: 2%;
}
.p-wagamati .wagamati_col02 .wagamati_col02_box:first-child {
  width: 100%;
}
.p-wagamati .wagamati_col02 .wagamati_col02_box:last-child {
  margin-right: 0;
  flex-basis: 650px;
  flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_col02 .wagamati_col02_box {
    width: 100%;
    margin-right: 0;
  }
  .p-wagamati .wagamati_col02 .wagamati_col02_box:last-child {
    text-align: center;
  }
}
.p-wagamati .wagamati_name {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_name {
    margin-bottom: 15px;
  }
}
.p-wagamati .wagamati_name .wagamati_name_col {
  display: flex;
}
.p-wagamati .wagamati_name .wagamati_name_area {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  margin-right: 15px;
  flex-shrink: 0;
}
.p-wagamati .wagamati_name .wagamati_name_area > p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_name .wagamati_name_area {
    padding: 0 15px;
  }
  .p-wagamati .wagamati_name .wagamati_name_area > p {
    font-size: 1.6rem;
  }
}
.p-wagamati .wagamati_name .wagamati_name_title span {
  font-size: 1.4rem;
}
.p-wagamati .wagamati_name .wagamati_name_title h3 {
  font-size: 2.3rem;
}
.p-wagamati .wagamati_name .wagamati_name_title h3 span {
  font-weight: normal;
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_name .wagamati_name_title h3 {
    font-size: 2.1rem;
  }
}
.p-wagamati .wagamati_recommend {
  background: #fffddf;
  padding: 15px 30px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_recommend {
    padding: 10px 15px;
  }
}
.p-wagamati .wagamati_recommend .wagamati_recommend_ttl {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_recommend .wagamati_recommend_ttl {
    font-size: 1.8rem;
  }
}
.p-wagamati .wagamati_recommend .wagamati_recommend_text {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_recommend .wagamati_recommend_text {
    font-size: 1.6rem;
  }
}
.p-wagamati .wagamati_text01 {
  margin-top: 20px;
}
.p-wagamati .wagamati_text01 p span {
  font-weight: bold;
  font-size: 130%;
}
.p-wagamati .wagamati_caption01 {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}
.p-wagamati .wagamati_picture01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_picture01 {
    display: block;
    text-align: center;
  }
}
.p-wagamati .wagamati_picture01 .wagamati_picture01_box {
  width: 48%;
  margin-right: 4%;
}
.p-wagamati .wagamati_picture01 .wagamati_picture01_box:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_picture01 .wagamati_picture01_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-wagamati .wagamati_picture01 .wagamati_picture01_box:last-child {
    margin-bottom: 0;
  }
}
.p-wagamati .wagamati_picture01 .wagamati_picture01_img figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
}
.p-wagamati .wagamati_picture02 {
  text-align: center;
  margin-top: 15px;
}
.p-wagamati .wagamati_picture02 .wagamati_picture01_img figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
}
.p-wagamati .wagamati_active .wagamati_active_ttl {
  font-size: 1.8rem;
  border-bottom: 2px solid #FFF462;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_active .wagamati_active_ttl {
    margin-bottom: 10px;
  }
}
.p-wagamati .wagamati_active .wagamati_active_col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_active .wagamati_active_col {
    display: block;
  }
}
.p-wagamati .wagamati_active .wagamati_active_col .wagamati_active_col__box {
  margin-right: 4%;
}
.p-wagamati .wagamati_active .wagamati_active_col .wagamati_active_col__box:last-child {
  margin-right: 0;
  flex-basis: 155px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_active .wagamati_active_col .wagamati_active_col__box {
    margin-right: 0;
  }
  .p-wagamati .wagamati_active .wagamati_active_col .wagamati_active_col__box:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.p-wagamati .wagamati_about .wagamati_about_ttl {
  font-size: 1.8rem;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_about .wagamati_about_ttl {
    margin-bottom: 10px;
  }
}

/************************************************

	みんなでやろうよ！ワンヘルス

*************************************************/
.p-one_health .fukidashi {
  display: inline-block;
  padding: 3px 10px;
  background: #fffabc;
  border-radius: 5px;
  position: relative;
  line-height: 1.5;
  filter: drop-shadow(1px 1px 0 #111) drop-shadow(-1px -1px 0 #111) drop-shadow(-1px 1px 0 #111) drop-shadow(1px -1px 0 #111);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-one_health .fukidashi {
    display: block;
    margin-bottom: 10px;
  }
}
.p-one_health .fukidashi::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #fffabc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-one_health .fukidashi::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}
.p-one_health .fukidashi.fukidashi--l::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 12px 7px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-one_health .fukidashi.fukidashi--l::after {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(90deg);
  }
}
.p-one_health .fukidashi.fukidashi--b::after {
  top: auto;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
}
.p-one_health .fukidashi.fukidashi--t::after {
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 0;
  left: 40px;
  transform: translate(-50%, -100%);
}
.p-one_health .fukidashi.fukidashi--blue {
  color: #1172b1;
  filter: drop-shadow(1px 1px 0 #1479bc) drop-shadow(-1px -1px 0 #1479bc) drop-shadow(-1px 1px 0 #1479bc) drop-shadow(1px -1px 0 #1479bc);
}
.p-one_health .fukidashi.fukidashi--pink {
  color: #c0143e;
  filter: drop-shadow(1px 1px 0 #c0143e) drop-shadow(-1px -1px 0 #c0143e) drop-shadow(-1px 1px 0 #c0143e) drop-shadow(1px -1px 0 #c0143e);
}
.p-one_health .fukidashi.fukidashi--bg_no {
  background: rgb(231, 241.5, 248.8);
}
.p-one_health .fukidashi.fukidashi--bg_no::after {
  border-color: transparent transparent transparent rgb(231, 241.5, 248.8);
}
.p-one_health .one_health_main_ttl {
  text-align: center;
}
.p-one_health .one_health_lead {
  margin-top: 20px;
  font-weight: bold;
}
.p-one_health .one_health_lead .one_health_lead__border {
  border-bottom: 1px solid;
}
.p-one_health .one_health_box01 {
  margin-top: 30px;
}
.p-one_health .one_health_box01 + .one_health_box01 {
  margin-top: 40px;
}
.p-one_health .one_health_notes {
  font-size: 1.4rem;
  color: #1d4b79;
  padding: 10px;
  border: 1px solid #1d4b79;
  margin-top: 20px;
}
.p-one_health .one_health_ttl01 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  background: #006324;
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_ttl01 {
    font-size: 1.8rem;
    padding: 15px;
  }
}
.p-one_health .one_health_ttl02 {
  font-size: 1.8rem;
  border-left: 6px solid #a22810;
  color: #a22810;
  padding-left: 0.3em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_ttl02 {
    font-size: 1.7rem;
  }
}
.p-one_health .one_health__orange {
  color: #a22810;
}
.p-one_health .one_health_col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_col {
    display: block;
  }
}
.p-one_health .one_health_col > div {
  margin-right: 4%;
}
.p-one_health .one_health_col > div:last-child {
  margin-right: 0;
  flex-basis: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_col > div {
    margin-right: 0;
  }
  .p-one_health .one_health_col > div:last-child {
    margin-top: 15px;
  }
}
.p-one_health .one_health_col02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_col02 {
    display: block;
  }
}
.p-one_health .one_health_col02 > div {
  margin-right: 4%;
}
.p-one_health .one_health_col02 > div:last-child {
  margin-right: 0;
  flex-basis: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_col02 > div {
    margin-right: 0;
  }
  .p-one_health .one_health_col02 > div:last-child {
    margin-top: 15px;
  }
}
.p-one_health .one_health_3col {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_3col {
    display: block;
  }
}
.p-one_health .one_health_3col > div {
  width: 32%;
  margin-right: 2%;
}
.p-one_health .one_health_3col > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_3col > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-one_health .one_health_3col > div:last-child {
    margin-bottom: 0;
  }
}
.p-one_health .one_health_pic01 {
  display: flex;
  flex-wrap: wrap;
}
.p-one_health .one_health_pic01 > div {
  width: 48%;
  margin-right: 4%;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_pic01 > div {
    margin-bottom: 15px;
  }
}
.p-one_health .one_health_pic01 > div:nth-child(1), .p-one_health .one_health_pic01 > div:nth-child(2) {
  margin-top: 0;
}
.p-one_health .one_health_pic01 > div:nth-child(2n) {
  margin-right: 0;
}
.p-one_health .one_health_pic01 > div:last-child {
  margin-right: 0;
}
.p-one_health .one_health_img01 {
  text-align: center;
}
.p-one_health .one_health_img01 figcaption {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_img02 {
    max-width: 200px;
    margin: 0 auto;
  }
}
.p-one_health .one_health_available {
  background: #fffabc;
  border: 2px solid #006324;
  padding: 30px 15px;
  position: relative;
  margin-top: 4em;
}
.p-one_health .one_health_available .one_health_available__box + .one_health_available__box {
  margin-top: 0.5em;
}
.p-one_health .one_health_available .one_health_available__ttl {
  background: #006324;
  border-radius: 2em;
  padding: 5px 10px;
  position: absolute;
  width: 15em;
  display: inline-block;
  top: -1.3em;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_available .one_health_available__ttl {
    font-size: 1.7rem;
  }
}
.p-one_health .one_health_available .one_health_available__ttl02 {
  position: relative;
  padding-left: 1.3em;
}
.p-one_health .one_health_available .one_health_available__ttl02::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #006324;
}
.p-one_health .one_health_available .one_health_available_col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_available .one_health_available_col {
    display: block;
  }
  .p-one_health .one_health_available .one_health_available_col > div {
    margin-right: 0;
  }
  .p-one_health .one_health_available .one_health_available_col > div:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.p-one_health .one_health_available .one_health_available_col > div {
  margin-right: 4%;
}
.p-one_health .one_health_available .one_health_available_col > div:last-child {
  margin-right: 0;
  flex-basis: 200px;
  flex-shrink: 0;
}
.p-one_health .one_health_available .one_health_available_col02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_available .one_health_available_col02 {
    display: block;
  }
}
.p-one_health .one_health_available .one_health_available_col02 > div {
  width: 48%;
  margin-right: 4%;
}
.p-one_health .one_health_available .one_health_available_col02 > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_available .one_health_available_col02 > div {
    width: 100%;
    margin-right: 0;
  }
  .p-one_health .one_health_available .one_health_available_col02 > div:last-child {
    margin-top: 15px;
  }
}
.p-one_health .one_health_available .one_health_available_col03 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_available .one_health_available_col03 {
    display: block;
  }
}
.p-one_health .one_health_available .one_health_available_col03 > div {
  margin-right: 4%;
}
.p-one_health .one_health_available .one_health_available_col03 > div:first-child {
  width: calc(100% - 200px);
}
.p-one_health .one_health_available .one_health_available_col03 > div:last-child {
  margin-right: 0;
  flex-basis: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-one_health .one_health_available .one_health_available_col03 > div {
    margin-right: 0;
  }
  .p-one_health .one_health_available .one_health_available_col03 > div:first-child {
    width: 100%;
  }
  .p-one_health .one_health_available .one_health_available_col03 > div:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.p-one_health .one_health_available .one_health_available_col03 .fukidashi {
  padding: 15px 20px;
}
.p-one_health .one_health_available .one_health_available__box02 {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.p-one_health .one_health_info {
  background: #eaf2ff;
  padding: 15px;
}
.p-one_health .one_health_info .disaster_dl01 {
  display: flex;
  align-items: flex-start;
}
.p-one_health .one_health_info .disaster_dl01 a {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .p-one_health .one_health_info .disaster_dl01 a:hover {
    opacity: 0.7;
  }
}
.p-one_health .one_health_info .disaster_dl01 a .b-d_ib {
  text-decoration: underline;
}
.p-one_health .one_health_info .disaster_dl01 + .disaster_dl01 {
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */