@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;
  }
}

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

.b-sp_br--w320 {
  display: none;
}
@media screen and (max-width: 320px) {
  .b-sp_br--w320 {
    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 .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 .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: -webkit-flex;
  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: -webkit-flex;
  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 .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 .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: .3s all;
}
.b-header_sp__breadcrumb .b-header_sp__breadcrumb_title button span.js-ac_active::after {
  transform: translateY(-1px) rotate(0);
  transition: .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: -webkit-flex;
  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: -webkit-flex;
  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 .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: -webkit-flex;
  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: #eaeff7;
}

.b-link_box {
  display: -webkit-flex;
  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 .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 13.0px;
  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 13.0px;
  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: .1em;
}
.b-side_nav .b-side_nav__under > li::before {
  content: '';
  display: block;
  width: .4em;
  height: .4em;
  background: #111;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: -.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-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 !important;
  }
}

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

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

	text

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

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

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

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

.b-small02 {
  font-size: 1.5rem;
}

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

.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-marker {
  background: linear-gradient(transparent 60%, #FFF462 60%);
}

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

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

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

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

.b-link_bg {
  background: #fff;
  padding: 7px;
  border-radius: 10px;
}

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

	list

*************************************************/
.b-list01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.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: .3em;
  transform: translateY(-62%) rotate(45deg);
  width: .3em;
  height: .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: -webkit-flex;
  display: flex;
  align-items: center;
}
.b-header .b-header_col .b-header_col__box:first-child a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  transition: opacity .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: .7;
}
.b-header .b-header_logo__sub {
  display: -webkit-flex;
  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: #266399;
  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: #266399;
  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: #266399;
  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 .3s, transform .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 .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 .3s, transform .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: .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: .6s all;
  transform: translateY(0);
}
.b-header .b-header_sp .b-change_fz {
  display: -webkit-flex;
  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 13.0px;
  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: .1em;
}
.b-header .b-header_sp__nav .b-header_sp__nav__under > li::before {
  content: '';
  display: block;
  width: .4em;
  height: .4em;
  background: #111;
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: -.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;
}

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

	表紙

*************************************************/
.top_ttl01 {
  display: -webkit-flex;
  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: #eaeff7;
}
@media screen and (max-width: 810px) {
  .top_sp_nav {
    display: block;
  }
}
.top_sp_nav ul {
  display: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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: .3s opacity;
}
@media (any-hover: hover) {
  .top_bnr01 a:hover {
    opacity: .7;
  }
}

.top_introduction {
  padding: 15px 20px;
  font-size: 1.4rem;
  border: 1px solid #3b3736;
  border-radius: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_introduction {
    margin-top: 20px;
  }
}
.top_introduction .top_introduction__ttl {
  font-size: 1.6rem;
  margin-bottom: .5em;
  position: relative;
}
.top_introduction .top_introduction__ttl::before {
  content: "▲";
}
.top_introduction .top_introduction__offer {
  text-align: right;
  font-size: 1.3rem;
  margin-top: .3em;
}

.top_interview {
  padding: 15px 20px;
  font-size: 1.4rem;
  border: 1px solid #3b3736;
  border-radius: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_interview {
    display: block;
    margin-top: 20px;
  }
}
.top_interview > div {
  margin-right: calc(4% / 2);
}
.top_interview > div:last-child {
  margin-right: 0;
  flex-basis: 180px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_interview > div {
    margin-right: 0;
  }
  .top_interview > div:last-child {
    margin-top: 15px;
  }
}

.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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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;
  }
}

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

	特集

*************************************************/
.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 .b-check_list01 > li::after {
  border-color: #e60012;
}
.p-special .special_dl01 {
  display: -webkit-flex;
  display: flex;
}
.p-special .special_dl01 a {
  transition: .3s opacity;
}
@media (any-hover: hover) {
  .p-special .special_dl01 a:hover {
    opacity: .7;
  }
}
.p-special .special_box01 {
  margin-top: 1.5em;
}
.p-special .special_box01 + .special_box01 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-special .special_box01 + .special_box01 {
    margin-top: 40px;
  }
}
.p-special .special_box02 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-special .special_box02 {
    margin-top: 30px;
  }
}
.p-special .special_box--yellow {
  background: #fefcda;
  border-radius: 20px;
}
.p-special .special_box--yellow + .special_box--yellow {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-special .special_box--yellow + .special_box--yellow {
    margin-top: 20px;
  }
}
.p-special .special_box__inner {
  padding: 20px;
}
.p-special .special_box--border {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-special .special_box--border {
    padding-bottom: 30px;
  }
}
.p-special .special_box--border::after {
  content: "";
  display: block;
  background: url("../images/special/img_border01.png") repeat-x left bottom/17px;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-special .special_sbox01 {
  margin-top: 30px;
}
.p-special .special_sbox01 + .special_sbox01 {
  margin-top: 40px;
}
.p-special .special_sbox02 {
  margin-top: 15px;
}
.p-special .special_sbox02 + .special_sbox02 {
  margin-top: 25px;
}
.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: 5px;
}
@media screen and (max-width: 767px) {
  .p-special .special_main_ttl {
    margin: 0 auto 5px;
  }
}
.p-special .special_main_ttl .special_main_ttl__sub {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: .3em;
}
@media screen and (max-width: 767px) {
  .p-special .special_main_ttl .special_main_ttl__sub {
    font-size: 1.8rem;
  }
}
.p-special .special_ttl01 {
  text-align: center;
  background: #004386;
  color: #fff100;
  font-size: 2rem;
  border-radius: 20px 20px 0 0;
  padding: 15px;
}
.p-special .special_ttl01 {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-special .special_ttl01 {
    font-size: 1.9rem;
  }
}
.p-special .special_ttl01 .ico_flowers {
  display: block;
  position: relative;
  padding-left: 2em;
}
.p-special .special_ttl01 .ico_flowers::before {
  content: "";
  display: block;
  background: url("../images/special/ico_flower.svg") no-repeat left center;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-special .special_ttl02 {
  font-size: 1.9rem;
  color: #004386;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.p-special .special_ttl02::before {
  content: "";
  display: block;
  border-bottom: 4px dotted #004386;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-special .special_ttl02 {
    font-size: 1.8rem;
    margin-bottom: .3em;
  }
}
.p-special .special_ttl02 .b-marker {
  background: linear-gradient(transparent 60%, #f8c499 60%);
}
.p-special .special_ttl02 .special_ttl02--bg {
  background: #fefcda;
  padding: 0 10px;
}
.p-special .special_ttl03 {
  border-left: 6px solid #004386;
  padding: 0 10px;
  font-size: 2rem;
  color: #004386;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-special .special_ttl03 {
    font-size: 1.9rem;
  }
}
.p-special .special_ttl__frame {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  color: #80522a;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-special .special_ttl__frame {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.p-special .special_ttl__frame span {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.p-special .special_ttl__frame span::before, .p-special .special_ttl__frame span::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 2px;
  height: 80%;
  background: #80522a;
  border-radius: 3px;
}
.p-special .special_ttl__frame span::before {
  left: 0;
  transform: rotate(-25deg);
}
.p-special .special_ttl__frame span::after {
  right: 0;
  transform: rotate(25deg);
}
.p-special .special_ttl04 {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-special .special_ttl04 {
    margin-bottom: 15px;
  }
}
.p-special .special_ttl04 .special_ttl04--border {
  background: linear-gradient(transparent 60%, #f9e100 60%);
}
.p-special .special_ttl__label {
  display: inline-block;
  background: #0f58a3;
  color: #fff100;
  font-size: .8em;
  font-weight: bold;
  line-height: 1.3;
  padding: 3px 10px;
  margin-left: 2em;
  margin-bottom: 2px;
}
.p-special .special_ttl--stock {
  color: #0f58a3;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.5;
  text-indent: -1.9em;
  padding-left: 1.9em;
}
.p-special .special_ttl--stock span {
  position: relative;
  padding-left: 1.9em;
}
.p-special .special_ttl--stock span::before {
  content: "";
  display: block;
  background: url("../images/special/ico_light.svg") no-repeat left center/contain;
  width: 1.5em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-special .special_ttl__link {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-special .special_ttl__link {
    font-size: 1.7rem;
  }
}
.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: #005bac;
}
.p-special .special_label.special_label--fukushima {
  color: #696200;
}
.p-special .special_label.special_label--takashima {
  color: #a62355;
}
.p-special .special_label.special_label--norimatsu {
  color: #964400;
}
.p-special .special_label.special_label--kusaba {
  color: #00732a;
}
.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 .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: 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: 40px;
  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: #e7f2f9;
}
.p-special .fukidashi.fukidashi--bg_no::after {
  border-color: transparent transparent transparent #e7f2f9;
}
.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-size: .8em;
}
.p-special .special_img01 figcaption span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-special .special_img02 {
    text-align: center;
    max-width: 60%;
    margin: 30px auto 0;
  }
  .p-special .special_img02 figcaption {
    margin-top: 5px;
    font-size: .8em;
  }
  .p-special .special_img02 figcaption span {
    font-size: 2rem;
  }
}
.p-special .special_col01 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-special .special_col01 {
    display: block;
  }
}
.p-special .special_col01 + .special_col01 {
  margin-top: 20px;
}
.p-special .special_col01.special_col01--reverse {
  flex-direction: row-reverse;
}
.p-special .special_col01.special_col01--reverse > div {
  margin-left: calc(10% / 2);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-special .special_col01.special_col01--reverse > div {
    margin-left: 0;
  }
}
.p-special .special_col01.special_col01--reverse > div:last-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_col01.special_col01--reverse > div:last-child {
    margin-left: auto;
  }
}
.p-special .special_col01 > div {
  margin-right: calc(10% / 2);
}
.p-special .special_col01 > div:last-child {
  margin-right: 0;
  flex-basis: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_col01 > div {
    margin-right: 0;
  }
  .p-special .special_col01 > div:last-child {
    max-width: 75%;
    margin: 15px auto 0;
    text-align: center;
  }
}
.p-special .special_col02 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-special .special_col02 {
    display: block;
  }
}
.p-special .special_col02 > div {
  margin-right: calc(10% / 2);
}
.p-special .special_col02 > div:last-child {
  margin-right: 0;
  flex-basis: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-special .special_col02 > div {
    margin-right: 0;
  }
  .p-special .special_col02 > div:last-child {
    margin: 15px auto 0;
    max-width: 65%;
    text-align: center;
  }
}
.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_sdgs {
  margin-top: 30px;
  background: #d4ecf3;
  padding: 15px;
  border-radius: 15px;
  color: #004386;
  font-weight: bold;
}
.p-special .special_sdgs .special_sdgs_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.p-special .special_sdgs .special_sdgs_col > div {
  margin-left: calc(8% / 2);
}
.p-special .special_sdgs .special_sdgs_col > div:last-child {
  margin-left: 0;
  flex-basis: 100px;
  flex-shrink: 0;
}
.p-special .special_governor {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-special .special_governor {
    margin-top: 30px;
  }
}
.p-special .special_governor .special_governor_text {
  padding: 15px;
}
.p-special .special_governor .special_governor_text.fukidashi {
  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);
}
@media screen and (max-width: 767px) {
  .p-special .special_governor .special_governor_text.fukidashi {
    margin-right: 0;
  }
}
.p-special .special_governor .special_governor_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-special .special_governor .special_governor_col {
    display: block;
  }
}
.p-special .special_governor .special_governor_col .special_governor_col__box {
  margin-right: calc(2% / 2);
}
.p-special .special_governor .special_governor_col .special_governor_col__box:last-child {
  margin-right: 0;
  flex-basis: 190px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-special .special_governor .special_governor_col .special_governor_col__box {
    margin-right: 0;
  }
  .p-special .special_governor .special_governor_col .special_governor_col__box:last-child {
    margin-top: 15px;
    max-width: 60%;
    margin: 15px auto 0;
  }
}
.p-special .special_governor .special_governor_caption {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  margin-top: 5px;
}
.p-special .s-special_clean .special_clean__lead {
  margin-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #004386;
}
.p-special .s-special_clean .special_clean--green {
  color: #0c6b0a;
}
.p-special .s-special_clean .special_clean--orange {
  color: #a94902;
}
.p-special .s-special_clean .special_clean__box {
  margin-top: 20px;
}
.p-special .s-special_clean .special_clean__box + .special_clean__box {
  margin-top: 40px;
}
.p-special .s-special_clean .special_clean__box.special_clean--restore .fukidashi {
  font-size: 1.4rem;
  filter: drop-shadow(1px 1px 0 #87400e) drop-shadow(-1px -1px 0 #87400e) drop-shadow(-1px 1px 0 #87400e) drop-shadow(1px -1px 0 #87400e);
  color: #87400e;
  font-weight: bold;
  margin-left: 2em;
  margin-bottom: 5px;
}
.p-special .s-special_clean .special_clean__box.special_clean--restore .special_clean__list li::before {
  color: #87400e;
}
.p-special .s-special_clean .special_clean__box.special_clean--restore .special_clean_effort {
  background: #fce6cf;
}
.p-special .s-special_clean .special_clean__box.special_clean--restore .special_clean_effort .special_clean_effort__ttl .special_clean_effort__ttl--main {
  color: #87400e;
}
.p-special .s-special_clean .special_clean__ttl {
  color: #004386;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean__ttl {
    display: block;
  }
}
.p-special .s-special_clean .special_clean__ttl .special_clean__ttl--main {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean__ttl .special_clean__ttl--main {
    font-size: 1.8rem;
    margin-bottom: .3em;
  }
}
.p-special .s-special_clean .special_clean__ttl .special_clean__ttl--main .special_clean__ttl--ico {
  position: relative;
  padding-left: 1.5em;
  display: block;
}
.p-special .s-special_clean .special_clean__ttl .special_clean__ttl--main .special_clean__ttl--ico::after {
  content: "";
  display: block;
  background: url("../images/special/ico_star.svg") no-repeat left center/contain;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-special .s-special_clean .special_clean__ttl .special_clean__ttl--sub {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  border: 2px solid #004386;
  padding: 3px 10px;
  border-radius: 2em;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean__ttl .special_clean__ttl--sub {
    margin-left: 2em;
  }
}
.p-special .s-special_clean .special_clean__col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean__col {
    display: block;
  }
}
.p-special .s-special_clean .special_clean__col > div {
  margin-right: calc(8% / 2);
}
.p-special .s-special_clean .special_clean__col > div:last-child {
  margin-right: 0;
  flex-basis: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean__col > div {
    margin-right: 0;
  }
  .p-special .s-special_clean .special_clean__col > div:last-child {
    margin-top: 15px;
    max-width: 65%;
    margin: 15px auto 0;
    text-align: center;
  }
}
.p-special .s-special_clean .special_clean__list li {
  position: relative;
  padding-left: 1.3em;
  color: #004386;
  font-weight: bold;
}
.p-special .s-special_clean .special_clean__list li::before {
  content: "●";
  display: block;
  color: #6fbb4f;
  position: absolute;
  left: 0;
}
.p-special .s-special_clean .special_clean_effort {
  margin-top: 20px;
  background: #d4e8c4;
  border-radius: 15px;
  padding: 20px;
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__ttl {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__ttl {
    display: block;
    margin-bottom: 1em;
  }
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__ttl .special_clean_effort__ttl--sub {
  display: inline-block;
  border: 2px solid #87400e;
  border-radius: 2em;
  background: #fff;
  color: #87400e;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 3px 15px;
  margin-right: .5em;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__ttl .special_clean_effort__ttl--sub {
    margin-right: 0;
    margin-bottom: .5em;
  }
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__ttl .special_clean_effort__ttl--main {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #20470f;
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__col {
    display: block;
  }
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__col > div {
  margin-right: calc(8% / 2);
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__col > div:last-child {
  margin-right: 0;
  flex-basis: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__col > div {
    margin-right: 0;
  }
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__col > div:last-child {
    max-width: 65%;
    margin: 15px auto 0;
    text-align: center;
  }
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__col02 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__col02 {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__col02 > div {
  margin-right: calc(8% / 2);
}
.p-special .s-special_clean .special_clean_effort .special_clean_effort__col02 > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__col02 > div {
    margin-right: 0;
    text-align: center;
  }
  .p-special .s-special_clean .special_clean_effort .special_clean_effort__col02 > div:last-child {
    margin-top: 15px;
  }
}
.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: -webkit-flex;
  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: -webkit-flex;
  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_dl_2col {
  display: -webkit-flex;
  display: flex;
}
.flash_dl_2col dd a {
  transition: opacity .3s;
}
@media (any-hover: hover) {
  .flash_dl_2col dd a:hover {
    opacity: .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: -webkit-flex;
  display: flex;
}
.flash_img_box01 ul li {
  width: 49%;
  margin-right: calc(6% / 2);
}
.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;
}

.flash_topics {
  padding: 15px;
  background: #e6e6e6;
  margin-bottom: 20px;
}

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

	知ってる？福岡県

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

.food_h3_ttl01 {
  text-align: center;
}

.food_dl_2col {
  display: -webkit-flex;
  display: flex;
}

.food_dl_2col02 {
  display: -webkit-flex;
  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 #c31a1f;
  color: #c31a1f;
  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: #fdead2;
  /*background: #e0eed5;*/
  padding: 12px 14px;
  line-height: 1.3;
  display: -webkit-flex;
  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: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .odekake_col01 {
    display: block;
  }
}
.odekake_col01 .odekake_col01__box {
  margin-right: calc(8% / 2);
}
.odekake_col01 .odekake_col01__box:last-child {
  margin-right: 0;
  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: -webkit-flex;
  display: flex;
}
.odekake_dl_2col.odekake_dl_2col--center {
  justify-content: center;
}

.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 #c31a1f;
  padding: 5px 10px;
}

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

.odekake_schedule {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.odekake_schedule .odekake_schedule_ico {
  background: #266399;
  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: fit-content;
  background: #fdead2;
  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: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.odekake_fruits dl dt {
  width: 5em;
  text-align: right;
}

.odekake_topics .odekake_topics_ttl01 {
  background: #595757;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 1.7rem;
}
.odekake_topics .odekake_topics_box {
  padding: 15px 20px;
  background: #eff5f7;
}
.odekake_topics .odekake_topics_box.odekake_topics_box--yellow {
  background: #fff33f;
}
.odekake_topics .odekake_topics_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .odekake_topics .odekake_topics_col {
    display: block;
  }
}
.odekake_topics .odekake_topics_col > div {
  margin-right: calc(2% / 2);
}
.odekake_topics .odekake_topics_col > div:last-child {
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .odekake_topics .odekake_topics_col > div {
    margin-right: 0;
  }
  .odekake_topics .odekake_topics_col > div:last-child {
    max-width: 40%;
    margin: 15px auto 0;
  }
}

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

	情報のひろば 

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

.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) {
  .hiroba_h3_ttl01 {
    font-size: 2.4rem;
  }
}

.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) {
  .hiroba_h4_ttl01 {
    font-size: 2.0rem;
  }
}

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

.hiroba_h5_ttl02 {
  /*color: #006ab7;*/
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: center;
}
.hiroba_h5_ttl02::before, .hiroba_h5_ttl02::after {
  content: '';
  flex-grow: 1;
  height: 1px;
  /*background: #006ab7;*/
}
.hiroba_h5_ttl02::before {
  margin-right: 0.5em;
}
.hiroba_h5_ttl02::after {
  margin-left: 0.5em;
}

.hiroba_h5_ttl03 {
  font-size: 1.8rem;
  text-align: center;
  background: #eee;
  color: #000;
  padding: 5px;
  margin-bottom: 15px;
}

.hiroba_h5_ttl04 {
  color: #000;
  margin: 30px 0 10px;
  text-align: center;
}
.hiroba_h5_ttl04 span {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.hiroba_title_caption {
  display: -webkit-flex;
  display: flex;
}
.hiroba_title_caption .hiroba_title_caption__box {
  margin-left: auto;
}

.hiroba_apology {
  margin-top: 30px;
  border: 1px solid #d00;
  padding: 15px;
}
.hiroba_apology .hiroba_apology_ttl {
  color: #d00;
  font-size: 1.7rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
.hiroba_apology .hiroba_apology_text {
  text-align: center;
  line-height: 1.5;
}
.hiroba_apology .hiroba_apology_box {
  margin-top: 10px;
}
.hiroba_apology .hiroba_apology_dl {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.hiroba_apology .hiroba_apology--border {
  border-bottom: 1px solid;
}

.hiroba_dl01 {
  margin-top: 30px;
}
.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;
}

.hiroba_ul01 li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.hiroba_ul01 li span {
  font-weight: bold;
}
.hiroba_ul01 li:last-child {
  margin-bottom: 0;
}
.hiroba_ul01 li::before {
  content: "●";
  color: #e84388;
  margin-right: 5px;
}

.hiroba_ul02 li {
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.hiroba_ul02 li::before {
  content: "・";
}

.hiroba_ol01 {
  counter-reset: count 0;
  list-style-type: none;
}
.hiroba_ol01 li::before {
  content: counter(count) " ";
  counter-increment: count 1;
  color: #000;
}

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

.hiroba_dl_2col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hiroba_dl_2col dt {
    flex-basis: 85px;
  }
}

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

.hiroba_box01 {
  margin-top: 60px;
  	/*&:first-of-type {
  		margin-top: 60px;
  
  		@include mq(810) {
  			margin-top: 40px;
  		}
  	}*/
}
@media screen and (max-width: 810px) {
  .hiroba_box01 {
    margin-top: 40px;
  }
}
.hiroba_box01 + .hiroba_box01 {
  margin-top: 80px;
}
@media screen and (max-width: 810px) {
  .hiroba_box01 + .hiroba_box01 {
    margin-top: 40px;
  }
}

.hiroba_box02 + .hiroba_box02 {
  margin-top: 10px;
}

.hiroba_box03 {
  margin-top: 15px;
}
.hiroba_box03 + .hiroba_box03 {
  margin-top: 30px;
}

.hiroba_box04 {
  border-top: 1px dashed;
  margin: 15px 0 0;
}

.hiroba_col02 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hiroba_col02 {
    display: block;
  }
}
.hiroba_col02 > div {
  margin-right: calc(8% / 2);
}
.hiroba_col02 > div:last-child {
  flex-basis: 195px;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .hiroba_col02 > div {
    margin-right: 0;
  }
  .hiroba_col02 > div:last-child {
    margin-top: 15px;
  }
}

.hiroba_col03 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .hiroba_col03 {
    display: block;
  }
}
.hiroba_col03 > div {
  margin-right: calc(6% / 2);
}
.hiroba_col03 > div:last-child {
  flex-basis: 125px;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .hiroba_col03 > div {
    margin-right: 0;
  }
  .hiroba_col03 > div:last-child {
    margin-top: 15px;
  }
}

.hiroba_s_table01 {
  border: 2px solid #006ab7;
  width: 100%;
}
.hiroba_s_table01 td {
  border: 1px solid #006ab7;
  padding: 10px;
}

.hiroba_dyal_box {
  border: 1px solid #006ab7;
  padding: 10px;
  margin-top: 15px;
}
.hiroba_dyal_box .hiroba_dyal_title {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 5px;
}
.hiroba_dyal_box .hiroba_dyal_number {
  color: #006ab7;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.hiroba_dyal_box .hiroba_dyal_caption {
  text-align: center;
  display: block;
}

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

.hiroba_list01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.hiroba_list01 li::before {
  content: "○";
}
.hiroba_list01.hiroba_list01--no_round li::before {
  content: none;
}

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

.hiroba_pic01 {
  max-width: 195px;
  margin: 0 auto;
  text-align: right;
}

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

#examination .hiroba_hr {
  background: #007c3f;
}
#examination .hiroba_hr::before, #examination .hiroba_hr::after {
  background: #007c3f;
}
#examination .hiroba_table03 table th, #examination .hiroba_table03 table td {
  border-color: #007c3f;
  font-weight: normal;
}
#examination .hiroba_table03 table thead th {
  background: #ecf4d9;
}
#examination .hiroba_table03 table thead th:last-child {
  width: auto;
}
#examination .hiroba_table03 .hiroba_table03--bg_color {
  background: #ecf4d9;
}

#recruit .recruit_box01 .hiroba_h5_ttl01 {
  margin-top: 10px;
}
#recruit .hiroba_box04 {
  border-color: #006ab7;
}
#recruit .hiroba_hr {
  background: #006ab7;
}
#recruit .hiroba_hr::before, #recruit .hiroba_hr::after {
  background: #006ab7;
}
#recruit .hiroba_table03 table th, #recruit .hiroba_table03 table td {
  border-color: #006ab7;
  font-weight: normal;
}
#recruit .hiroba_table03 table thead th {
  background: #dff1ff;
}
#recruit .hiroba_table03 table thead th:last-child {
  width: auto;
}
#recruit .hiroba_table03 .hiroba_table03--bg_color {
  background: #dff1ff;
}

#announce .hiroba_h5_ttl03 {
  background: #de0661;
  color: #fff;
}
#announce .hiroba_h5_ttl04 {
  color: #de0661;
}
#announce .hiroba_col01 {
  align-items: center;
}
@media screen and (max-width: 810px) {
  #announce .hiroba_col01 {
    display: block;
  }
}
#announce .hiroba_col01 .hiroba_col01__box:last-child {
  margin-top: 10px;
  text-align: center;
  flex-basis: 195px;
  flex-shrink: 0;
}
#announce .hiroba_table02 tbody tr:first-child td {
  border-top: 1px solid #de0661;
}
#announce .hiroba_table03 .hiroba_table03--bg_color {
  background: #fbe6ef;
}
#announce .announce_box01 .hiroba_h5_ttl01 {
  margin-top: 10px;
}
#announce .announce_box02 {
  margin-top: 15px;
  text-align: center;
  border: 1px solid #de0661;
  padding: 10px;
}
#announce .announce_box02 .hiroba_h5_ttl01 {
  margin-top: 0;
}
#announce .announce_box03 {
  margin-top: 15px;
  border: 1px solid #de0661;
  padding: 10px;
}
#announce .announce_box03 .announce_box03_inner {
  border-bottom: 1px solid #de0661;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#announce .announce_box03 .announce_box03_inner + .announce_box03_inner {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#announce .announce_box03 .announce_box03__title {
  background: #de0661;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#announce .announce_box03 .announce_box03__list li {
  text-indent: -1em;
  padding-left: 1em;
}
#announce .announce_box03 .announce_box03__box {
  margin-bottom: 15px;
}
#announce .announce_box03 .announce_box03__box:last-child {
  margin-bottom: 0;
}
#announce .announce_box03 .hiroba_h5_ttl01 {
  margin-top: 0;
}
#announce .hiroba_dyal_box {
  border: 1px solid #de0661;
}
#announce .hiroba_dyal_box .hiroba_dyal_title.hiroba_dyal_title--pink {
  color: #de0661;
}
#announce .hiroba_dyal_box .hiroba_dyal_number {
  color: #de0661;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#announce .hiroba_s_table01 {
  border-color: #de0661;
}
#announce .hiroba_s_table01 td {
  border-color: #de0661;
}
#announce .announce_table01 {
  margin-top: 15px;
}
#announce .announce_table01 .hiroba_table02 th, #announce .announce_table01 .hiroba_table02 td {
  border: 1px solid #de0661;
}
#announce .announce_table01 .hiroba_table02 th {
  width: fit-content;
  background: #fff3f8;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  #announce .announce_table01 .hiroba_table02 th {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  #announce .announce_table01 .hiroba_table02 td {
    border-top: none;
  }
}
#announce .announce_table02 {
  margin-top: 15px;
}
#announce .announce_table02 .hiroba_h5_ttl01 {
  margin-top: 0;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.3;
}
#announce .announce_table02 .hiroba_table02 {
  width: 100%;
}
#announce .announce_table02 .hiroba_table02 th, #announce .announce_table02 .hiroba_table02 td {
  border: 1px solid #de0661;
}
#announce .announce_table02 .hiroba_table02 th {
  width: fit-content;
  background: #fff3f8;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  #announce .announce_table02 .hiroba_table02 th {
    width: 100%;
  }
}
@media screen and (max-width: 810px) {
  #announce .announce_table02 .hiroba_table02 td {
    border-top: none;
  }
}
#announce .hiroba_hr {
  background: #de0661;
}
#announce .hiroba_hr::before, #announce .hiroba_hr::after {
  background: #de0661;
}
#announce .hiroba_txt--colored {
  color: #de0661;
}

#event .hiroba_col01 {
  align-items: center;
}
@media screen and (max-width: 810px) {
  #event .hiroba_col01 {
    display: block;
  }
}
#event .hiroba_col01 .hiroba_col01__box:last-child {
  margin-top: 10px;
  text-align: center;
  flex-basis: 195px;
  flex-shrink: 0;
}
#event .table_event01 {
  margin-top: 15px;
}
#event .table_event01 .hiroba_h5_ttl01 {
  margin-top: 0;
  text-align: left;
}
#event .table_event01 .hiroba_table02 {
  width: 100%;
}
#event .table_event01 .hiroba_table02 th, #event .table_event01 .hiroba_table02 td {
  border: 1px solid #d23903;
}
#event .table_event01 .hiroba_table02 th {
  width: 230px;
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  #event .table_event01 .hiroba_table02 th {
    width: 100%;
  }
}
#event .table_event01 .hiroba_table02 td {
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  #event .table_event01 .hiroba_table02 td {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 810px) {
  #event .table_event01 .hiroba_table02 tr:last-child td {
    border-bottom: 1px solid #d23903;
  }
}
#event .event_box01 {
  text-align: left;
}
#event .event_box01 .event_title01 {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  #event .event_box01 .event_title01 {
    display: block;
  }
}
#event .event_box01 .event_title01 .hiroba_text01 {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #event .event_box01 .event_title01 .hiroba_text01 {
    margin-left: 0;
  }
}
#event .event_box01 .hiroba_h5_ttl01 {
  text-align: left;
}
#event .hiroba_text01 {
  color: #d23903;
  font-weight: bold;
  margin-bottom: 10px;
}
#event .hiroba_table03 .hiroba_table03--bg_color {
  background: #FCE1D0;
}
#event .hiroba_table03 .hiroba_table03--bg_color02 {
  background: #feefd4;
}
#event .hiroba_hr {
  background: #d23903;
}
#event .hiroba_hr::before, #event .hiroba_hr::after {
  background: #d23903;
}

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

.hiroba_dl_2col {
  display: -webkit-flex;
  display: flex;
}

.hiroba_border_box01 {
  border: 1px solid #000;
  padding: 10px;
  margin: 20px 0;
}
.hiroba_border_box01 h5 {
  margin-bottom: 5px;
  font-size: 1.8rem;
  text-align: center;
}

.hiroba_border_box02 {
  border: 1px solid #000;
  margin: 20px 0;
}
.hiroba_border_box02 .hiroba_border_box02__ttl {
  font-size: 1.8rem;
  text-align: center;
  background: #000;
  color: #fff;
}
.hiroba_border_box02 .hiroba_border_box02__inner {
  padding: 10px;
}

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

.hiroba_notes02 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: .8em;
}

.hiroba_notes03 {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.hiroba_bnr01 {
  border: 10px double #000;
  background: #eee;
  padding: 15px;
  text-align: center;
  color: #000;
  font-size: 130%;
  font-weight: bold;
  margin-top: 30px;
}
.hiroba_bnr01.hiroba_bnr01--examination {
  background: #f6ffe0;
  color: #007c3f;
  border-color: #007c3f;
}
.hiroba_bnr01.hiroba_bnr01--announce {
  background: #fff3f8;
  border-color: #de0661;
  font-weight: normal;
  font-size: 100%;
}
.hiroba_bnr01.hiroba_bnr01--announce .hiroba_bnr01--announce_ttl {
  color: #de0661;
  font-size: 130%;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

.hiroba_bnr02 {
  border: 5px solid #ffe100;
  background: #fff;
  padding: 15px;
  text-align: center;
  margin-top: 30px;
}
.hiroba_bnr02 p + p {
  margin-top: 10px;
}

.hiroba_bnr03 {
  margin-top: 30px;
}
.hiroba_bnr03.bnr_sdgs {
  border: 2px solid #de0661;
  padding: 15px;
  text-align: center;
}
.hiroba_bnr03.speach {
  background: #fff;
  border: 7px solid #ffea0c;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.speach {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.speach .hiroba_bnr03--speach_pic {
    max-width: 70%;
    margin: 0 auto;
  }
}
.hiroba_bnr03.speach .hiroba_bnr03--speach_txt {
  margin-top: 10px;
  font-size: .9em;
  line-height: 1.5;
}
.hiroba_bnr03.drunk_drive {
  background: #ffea0c;
  border-radius: 15px;
  padding: 15px;
}
.hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col {
    display: block;
  }
}
.hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div {
  margin-right: calc(4% / 2);
}
.hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div {
    margin-right: 0;
  }
  .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_col > div:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.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) {
  .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_ttl {
    text-align: center;
  }
}
.hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_txt {
  line-height: 1.5;
  font-weight: bold;
  color: #C00;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.drunk_drive .hiroba_bnr03--drunk_drive_txt {
    text-align: center;
  }
}
.hiroba_bnr03.warning {
  background: #ffea0c;
  border-radius: 15px;
  padding: 15px;
}
.hiroba_bnr03.warning p {
  color: #C00;
  text-align: center;
  font-weight: bold;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.warning p {
    font-size: 2rem;
  }
}
.hiroba_bnr03.warning p span {
  color: #000;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.warning p span {
    font-size: 2.2rem;
  }
}
.hiroba_bnr03.warning p .warning_small {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.warning p .warning_small {
    font-size: 1.4rem;
  }
}
.hiroba_bnr03.no_drug {
  border: 2px solid #ab6316;
  text-align: center;
}
.hiroba_bnr03.no_drug a {
  display: block;
  padding: 15px 15px 25px;
}
@media (any-hover: hover) {
  .hiroba_bnr03.no_drug a:hover {
    opacity: .7;
  }
}
.hiroba_bnr03.bnr_sign-language {
  border: 2px solid #005e80;
}
.hiroba_bnr03.bnr_sign-language .sign-language_inner {
  padding: 15px;
}
.hiroba_bnr03.bnr_sign-language .sign-language_ttl {
  text-align: center;
  background: #005e80;
  color: #fff;
  font-size: 2rem;
  padding: 6px 10px;
}
.hiroba_bnr03.bnr_sign-language .sign-language_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.bnr_sign-language .sign-language_col {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.hiroba_bnr03.bnr_sign-language .sign-language_col > div {
  margin-right: calc(8% / 2);
}
.hiroba_bnr03.bnr_sign-language .sign-language_col > div:last-child {
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.bnr_sign-language .sign-language_col > div {
    margin-right: 0;
  }
  .hiroba_bnr03.bnr_sign-language .sign-language_col > div:last-child {
    margin-top: 15px;
  }
}
.hiroba_bnr03.bnr_braille-record {
  border: 2px solid #ab6316;
  text-align: center;
  padding: 15px;
}
.hiroba_bnr03.bnr_braille-record h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ab6316;
  margin-bottom: 5px;
}
.hiroba_bnr03.fake_call {
  border: 2px solid;
  background: #fff78c;
  text-align: center;
}
.hiroba_bnr03.fake_call a {
  display: block;
  padding: 15px;
}
@media (any-hover: hover) {
  .hiroba_bnr03.fake_call a:hover {
    opacity: .7;
  }
}
.hiroba_bnr03.fake_call .fake_call__title {
  margin-bottom: 20px;
}
.hiroba_bnr03.fake_call .fake_call__title h3 {
  font-size: 2.8rem;
  color: #c51567;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.fake_call .fake_call__title h3 {
    font-size: 2.2rem;
  }
}
.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) {
  .hiroba_bnr03.fake_call .fake_call__title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hiroba_bnr03.fake_call .fake_call__img img {
    max-width: 60%;
  }
}
.hiroba_bnr03.fake_call .fake_call__img figcaption {
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 20px;
}
.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) {
  .hiroba_bnr03.fake_call .fake_call__img figcaption {
    font-size: 2.2rem;
  }
}

.hiroba_bnr--hospital {
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hiroba_bnr--hospital {
    max-width: 100%;
  }
}

.hiroba_apply_box01 .hiroba_dl_2col03 {
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.hiroba_apply_box01 .hiroba_dl_2col03 > dt {
  color: #fff;
  background: #285f8f;
  padding: 8px;
  font-size: 1.7rem;
  line-height: 1.3;
  flex-shrink: 0;
  width: 100px;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiroba_apply_box01 .hiroba_dl_2col03 > dd {
  padding: 8px 0;
}
@media screen and (max-width: 810px) {
  .hiroba_apply_box01 .hiroba_dl_2col03 {
    display: block;
  }
  .hiroba_apply_box01 .hiroba_dl_2col03 > dt {
    width: 100%;
  }
}

.hiroba_tv_box01 {
  border: 4px solid #e70d19;
}
.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;
}
.hiroba_tv_box01 .hiroba_h4_ttl03 {
  color: #e70d19;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
.hiroba_tv_box01 .hiroba_tv_box01_inner {
  padding: 30px 10px;
}
.hiroba_tv_box01 .sns {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hiroba_tv_box01 .sns p:first-child {
    margin-right: 2%;
  }
}

.hiroba_tv_text01 {
  line-height: 1.5;
}

.hiroba_table01 {
  border-top: 1px solid;
  margin-bottom: 30px;
}
.hiroba_table01 tr {
  border-bottom: 1px solid;
}
.hiroba_table01 tr th, .hiroba_table01 tr td {
  padding: 10px;
}
.hiroba_table01 tr th {
  border-right: 1px solid;
}
@media screen and (max-width: 810px) {
  .hiroba_table01 tr th, .hiroba_table01 tr td {
    display: block;
  }
  .hiroba_table01 tr th {
    border-right: none;
    border-bottom: 1px solid;
  }
}

.hiroba_table02 {
  margin-bottom: 15px;
}
.hiroba_table02 tr th, .hiroba_table02 tr td {
  padding: 10px;
  border: 1px solid;
}
.hiroba_table02 tr th {
  background: #ecf4d9;
  width: 310px;
}
@media screen and (max-width: 810px) {
  .hiroba_table02 tr th, .hiroba_table02 tr td {
    display: block;
  }
  .hiroba_table02 tr th {
    width: 100%;
    border-bottom: none;
  }
  .hiroba_table02 tr td {
    border-bottom: none;
  }
  .hiroba_table02 tr:last-child td {
    border-bottom: 1px solid;
  }
}

.hiroba_table03 {
  margin-top: 15px;
}
.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) {
  .hiroba_table03 table {
    width: 100%;
  }
}
.hiroba_table03 table thead th:first-child {
  width: 140px;
}
.hiroba_table03 table thead th:last-child {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .hiroba_table03 table thead th:first-child {
    width: 110px;
  }
  .hiroba_table03 table thead th:last-child {
    width: auto;
  }
}
.hiroba_table03 table tr th, .hiroba_table03 table tr td {
  padding: 10px;
  border: 1px solid;
}
@media screen and (max-width: 810px) {
  .hiroba_table03 table tr td {
    border-bottom: none;
  }
  .hiroba_table03 table tr:last-child td {
    border-bottom: 1px solid;
  }
}
.hiroba_table03 table tbody th {
  font-weight: normal;
  vertical-align: middle;
}

.hiroba_table04 th, .hiroba_table04 td {
  border: 1px solid;
  padding: 10px;
}
.hiroba_table04 thead th {
  font-weight: normal;
}
.hiroba_table04 tbody th {
  font-weight: normal;
}

#prefectural_assembly .hiroba_h3_ttl01 {
  background: #8d6610;
}
#prefectural_assembly .hiroba_h4_ttl01 {
  background: #f1f0ee;
  color: #8d6610;
}
#prefectural_assembly .hiroba_h5_ttl01 {
  color: #8d6610;
}
#prefectural_assembly .hiroba_dl_2col02 dt {
  color: #8d6610;
}

#examination .hiroba_h3_ttl01 {
  background: #007c3f;
}
#examination .hiroba_h4_ttl01 {
  background: #f6ffe0;
  color: #007c3f;
}
#examination .hiroba_h5_ttl01 {
  color: #007c3f;
}
#examination .hiroba_dl_2col02 dt {
  color: #007c3f;
}
#examination .hiroba_bnr01 {
  background: #f6ffe0;
  color: #007c3f;
  border-color: #007c3f;
}

#recruit .hiroba_h3_ttl01 {
  background: #006ab7;
}
#recruit .hiroba_h4_ttl01 {
  background: #dff1ff;
  color: #006ab7;
}
#recruit .hiroba_h5_ttl01 {
  color: #006ab7;
}
#recruit .hiroba_h5_ttl02 {
  color: #006ab7;
}
#recruit .hiroba_h5_ttl02::before, #recruit .hiroba_h5_ttl02::after {
  background: #006ab7;
}
#recruit .hiroba_dl_2col02 dt {
  color: #006ab7;
}
#recruit .hiroba_table04 th, #recruit .hiroba_table04 td {
  border-color: #006ab7;
}

#announce .hiroba_h3_ttl01 {
  background: #de0661;
}
#announce .hiroba_h4_ttl01 {
  background: #fff3f8;
  color: #de0661;
}
#announce .hiroba_h5_ttl01 {
  color: #de0661;
}
#announce .hiroba_dl_2col02 dt {
  color: #de0661;
}
#announce .hiroba_border_box01 {
  border-color: #de0661;
}
#announce .hiroba_border_box01 h5 {
  color: #de0661;
}
#announce .hiroba_border_box02 {
  border-color: #de0661;
}
#announce .hiroba_border_box02 .hiroba_border_box02__ttl {
  background: #de0661;
}
#announce .hiroba_ul01 li::before {
  color: #de0661;
}
#announce .hiroba_ol01 li::before {
  color: #de0661;
}
#announce .hiroba_bnr01 {
  background: #fff3f8;
  color: #de0661;
  border-color: #de0661;
}
#announce .announce_table03 + .announce_table03 {
  margin-top: 15px;
}
@media screen and (max-width: 810px) {
  #announce .announce_table03 .announce_table03--small {
    font-size: .8em;
  }
}
#announce .announce_table03 table tr th, #announce .announce_table03 table tr td {
  padding: 10px 15px;
  border: 1px solid #de0661;
}
#announce .announce_table03 table tr th {
  background: #fff3f8;
}
@media screen and (max-width: 810px) {
  #announce .announce_table03 table tr th {
    border-bottom: none;
    vertical-align: middle;
  }
  #announce .announce_table03 table tr th:first-child {
    width: 42%;
  }
  #announce .announce_table03 table tr td {
    padding: 9px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
  }
  #announce .announce_table03 table tr:last-child td {
    border-bottom: 1px solid #de0661;
  }
}
#announce .announce_table03 table tbody tr td:last-child {
  vertical-align: middle;
}
@media screen and (max-width: 810px) {
  #announce .announce_table03 table tbody tr td:last-child {
    width: 27%;
  }
}

#event .hiroba_h3_ttl01 {
  background: #d23903;
}
#event .hiroba_h4_ttl01 {
  background: #fff9ee;
  color: #d23903;
}
#event .hiroba_dl_2col02 dt {
  color: #d23903;
}
#event .hiroba_h5_ttl01 {
  color: #d23903;
}
#event .hiroba_table02 {
  margin-bottom: 30px;
}
#event .hiroba_table02 tr th {
  background: #fff9ee;
  width: 220px;
}
@media screen and (max-width: 810px) {
  #event .hiroba_table02 tr th, #event .hiroba_table02 tr td {
    display: block;
  }
  #event .hiroba_table02 tr th {
    width: 100%;
    border-bottom: none;
  }
  #event .hiroba_table02 tr td {
    border-bottom: none;
  }
  #event .hiroba_table02 tr:last-child td {
    border-bottom: 1px solid;
  }
}

.hiroba_app_box {
  border: 4px solid #ea5504;
}
.hiroba_app_box .hiroba_app_ttl01 {
  background: #ea5504;
  color: #fff;
  padding: 6px 8px;
  font-size: 2.3rem;
  text-align: center;
}
.hiroba_app_box .hiroba_app_inner {
  padding: 15px;
}
.hiroba_app_box .hiroba_app_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hiroba_app_box .hiroba_app_col {
    display: block;
  }
}
.hiroba_app_box .hiroba_app_col .hiroba_app_col__box {
  margin-right: calc(8% / 2);
  width: calc(100% - 195px / 2);
}
.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) {
  .hiroba_app_box .hiroba_app_col .hiroba_app_col__box {
    width: 100%;
    margin-right: 0;
  }
  .hiroba_app_box .hiroba_app_col .hiroba_app_col__box:last-child {
    margin-top: 5px;
    text-align: center;
  }
}
.hiroba_app_box .hiroba_app_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.hiroba_app_box .hiroba_app_list li::before {
  content: "●";
  color: #ea5504;
}

.hiroba_selection_box {
  border: 4px solid #007c3f;
}
.hiroba_selection_box .hiroba_selection_ttl01 {
  background: #007c3f;
  color: #fff;
  padding: 6px 8px;
  font-size: 2.3rem;
  text-align: center;
}
.hiroba_selection_box .hiroba_selection_inner {
  padding: 15px;
}
.hiroba_selection_box .hiroba_dl_2col02 dt {
  color: #007c3f;
}

.hiroba_corona_box {
  border: 4px solid #017471;
}
.hiroba_corona_box .b-marker {
  background: linear-gradient(transparent 40%, #fff100 40%);
}
.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;
}
.hiroba_corona_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
  font-size: 2.5rem;
  color: #fff100;
}
@media screen and (max-width: 810px) {
  .hiroba_corona_box .hiroba_h3_ttl03 {
    font-size: 2rem;
  }
  .hiroba_corona_box .hiroba_h3_ttl03 .hiroba_h3_ttl03--large {
    font-size: 2.2rem;
  }
}
.hiroba_corona_box .hiroba_corona_box__inner {
  padding: 15px;
}
.hiroba_corona_box .hiroba_corona_box__box01 {
  border: 1px solid #017471;
  background: #fffcdb;
  padding: 10px;
}
.hiroba_corona_box .hiroba_corona_box__box01 + .hiroba_corona_box__box01 {
  margin-top: 15px;
}
.hiroba_corona_box .hiroba_corona_box__box02 {
  margin-top: 10px;
}
.hiroba_corona_box .hiroba_corona_box__box02:first-child {
  margin-top: 0;
}
@media screen and (max-width: 810px) {
  .hiroba_corona_box .hiroba_corona_box__box02 {
    margin-top: 15px;
  }
}
.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) {
  .hiroba_corona_box .hiroba_corona_box__ttl01 {
    font-size: 1.8rem;
  }
}
.hiroba_corona_box .hiroba_corona_box__ttl01 .hiroba_corona_box__ttl01--ico {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.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) {
  .hiroba_corona_box .hiroba_corona_box__ttl01 .hiroba_corona_box__ttl01--ico::before {
    transform: translateY(-15%);
  }
}
.hiroba_corona_box .hiroba_corona_box_col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 810px) {
  .hiroba_corona_box .hiroba_corona_box_col {
    display: block;
  }
}
.hiroba_corona_box .hiroba_corona_box_col .hiroba_corona_box_col__box {
  margin-right: calc(6% / 2);
}
.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) {
  .hiroba_corona_box .hiroba_corona_box_col .hiroba_corona_box_col__box {
    margin-right: 0;
  }
  .hiroba_corona_box .hiroba_corona_box_col .hiroba_corona_box_col__box:last-child {
    margin-top: 10px;
  }
}
.hiroba_corona_box .hiroba_corona_box_contact {
  display: -webkit-flex;
  display: flex;
  margin-top: 10px;
}
.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;
}
.hiroba_corona_box .hiroba_corona_box_contact .hiroba_corona_box_contact__small {
  font-size: 1.4rem;
}
.hiroba_corona_box .hiroba_corona_box__wrap01 {
  margin-top: 15px;
}
.hiroba_corona_box .hiroba_corona_table01 {
  width: 100%;
}
.hiroba_corona_box .hiroba_corona_table01 th, .hiroba_corona_box .hiroba_corona_table01 td {
  border: 1px solid #017471;
  padding: 10px;
}
.hiroba_corona_box .hiroba_corona_table01 thead th {
  background: #017471;
  color: #fff;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.hiroba_corona_box .hiroba_corona_table01 thead th:last-child {
  border-right: 1px solid #017471;
}
@media screen and (max-width: 767px) {
  .hiroba_corona_box .hiroba_corona_table01 thead th:first-child {
    width: 104px;
  }
}
.hiroba_corona_box .hiroba_corona_table01 tbody tr:nth-child(odd) th, .hiroba_corona_box .hiroba_corona_table01 tbody tr:nth-child(odd) td {
  background: #d9f3f2;
}
.hiroba_corona_box .hiroba_corona_table01 tbody th {
  vertical-align: middle;
  font-weight: normal;
}

.hiorba_youtube_yokaken {
  border: 4px solid #e70d19;
  padding: 30px 15px;
}
.hiorba_youtube_yokaken .hiroba_h4_ttl03 {
  color: #e70d19;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__box01 {
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box01 {
    padding: 0;
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__box02 {
  border: 1px solid #896c00;
  background: #fff;
  padding: calc(.9rem + 20px) 15px 15px;
  position: relative;
  margin-top: calc(.9rem + 20px);
}
@media screen and (max-width: 767px) {
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken__box02 {
    margin-top: calc(1.5rem + 20px);
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__box03 {
  margin-top: 30px;
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__box04 {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.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) {
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken__title01 {
    margin-bottom: 5px;
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__title02 {
  line-height: 1.3;
  color: #fff;
  background: #896c00;
  text-align: center;
  width: fit-content;
  padding: 5px 30px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken__title02 {
    padding: 5px 13px;
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__colored {
  color: #896c00;
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken_name p {
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken_name p {
    font-size: 1.8rem;
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 {
    display: block;
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 .hiorba_youtube_yokaken__col01_box {
  border-right: 1px solid;
  padding-right: 30px;
  margin-right: 30px;
}
.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) {
  .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;
  }
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken__col01 .hiorba_youtube_yokaken__col01_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl01 {
  display: -webkit-flex;
  display: flex;
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl01 dt {
  width: 5em;
  margin-right: 10px;
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02 {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02 {
    display: block;
  }
}
.hiorba_youtube_yokaken .hiorba_youtube_yokaken_dl02 dt {
  width: 4em;
  margin-right: 10px;
  font-weight: bold;
}

.hiroba_event_yame {
  border: 2px solid #2b7221;
}
.hiroba_event_yame .hiroba_event_yame_ttl {
  background: #2b7221;
  color: #fff;
  padding: 15px 10px;
}
.hiroba_event_yame .hiroba_event_yame_ttl h4 {
  font-size: 2rem;
  line-height: 1.3;
}
.hiroba_event_yame .hiroba_event_yame_ttl02 {
  border: 1px solid #2b7221;
  padding: 2px 10px;
  color: #2b7221;
  width: fit-content;
  margin-bottom: 15px;
}
_:-ms-input-placeholder, :root .hiroba_event_yame .hiroba_event_yame_ttl02 {
  width: auto;
  display: inline-block;
}
.hiroba_event_yame .hiroba_event_yame_inner {
  padding: 10px;
}
.hiroba_event_yame .hiroba_event_yame_box01 {
  margin-top: 20px;
}
.hiroba_event_yame .hiroba_event_yame_col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hiroba_event_yame .hiroba_event_yame_col {
    display: block;
  }
}
.hiroba_event_yame .hiroba_event_yame_col .hiroba_event_yame_col__box {
  margin-right: calc(8% / 2);
}
.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) {
  .hiroba_event_yame .hiroba_event_yame_col .hiroba_event_yame_col__box {
    margin-right: 0;
  }
  .hiroba_event_yame .hiroba_event_yame_col .hiroba_event_yame_col__box:last-child {
    margin-top: 15px;
  }
}
.hiroba_event_yame .hiroba_event_yame_col02 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hiroba_event_yame .hiroba_event_yame_col02 {
    display: block;
  }
}
.hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box {
  margin-right: calc(8% / 2);
}
.hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box:first-child {
  width: calc(100% - 200px);
}
.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) {
  .hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box {
    margin-right: 0;
  }
  .hiroba_event_yame .hiroba_event_yame_col02 .hiroba_event_yame_col02__box:last-child {
    margin-top: 15px;
    text-align: center;
  }
}
.hiroba_event_yame .hiroba_event_yame_dl01 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .hiroba_event_yame .hiroba_event_yame_dl01 {
    display: block;
  }
}
.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) {
  .hiroba_event_yame .hiroba_event_yame_dl01 > dt {
    margin-bottom: 5px;
  }
}
_:-ms-input-placeholder, :root .hiroba_event_yame .hiroba_event_yame_dl01 > dt {
  margin-bottom: 5px;
}
_:-ms-input-placeholder, :root .hiroba_event_yame .hiroba_event_yame_dl01 > dd {
  width: 100%;
}
.hiroba_event_yame .hiroba_event_yame_dl01 + .hiroba_event_yame_dl01 {
  margin-top: 15px;
}
.hiroba_event_yame .hiroba_event_yame_dl02 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.hiroba_event_yame .hiroba_event_yame_dl02 > dt {
  width: 6em;
  margin-right: 10px;
  flex-shrink: 0;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
}
.hiroba_event_yame .hiroba_event_yame_list00 li {
  text-indent: -1em;
  padding-left: 1em;
}
.hiroba_event_yame .hiroba_event_yame_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .hiroba_event_yame .hiroba_event_yame_list {
    display: block;
  }
}
.hiroba_event_yame .hiroba_event_yame_list li {
  margin-right: 1em;
}
.hiroba_event_yame .hiroba_event_yame_list li::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .hiroba_event_yame .hiroba_event_yame_list li {
    margin-right: 0;
  }
}
.hiroba_event_yame .hiroba_event_yame_hold {
  margin-top: 20px;
  background: #daefd7;
  border-radius: 10px;
  padding: 15px;
  width: fit-content;
}
_:-ms-input-placeholder, :root .hiroba_event_yame .hiroba_event_yame_hold {
  width: auto;
  display: inline-block;
}
.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: fit-content;
  margin-bottom: 15px;
}
.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);
}
.hiroba_event_yame .hiroba_event_yame_contact {
  margin-top: 20px;
}

.hiroba_syphilis {
  background: #fff;
  border: 2px solid #AF2376;
  border-radius: 10px;
}
.hiroba_syphilis .b-red {
  color: #890c00;
}
.hiroba_syphilis .hiroba_syphilis_inner {
  padding: 15px 10px;
}
.hiroba_syphilis .hiroba_syphilis_box01 {
  background: #DFF2FC;
  border: 1px solid #AF2376;
  padding: 10px;
  margin-top: 10px;
}
.hiroba_syphilis .hiroba_syphilis_ttl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hiroba_syphilis .hiroba_syphilis_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.hiroba_syphilis .hiroba_syphilis_ttl .hiroba_syphilis_ttl--big {
  font-size: 2.2rem;
  color: #AF2376;
}
@media screen and (max-width: 767px) {
  .hiroba_syphilis .hiroba_syphilis_ttl .hiroba_syphilis_ttl--big {
    font-size: 2rem;
  }
}
.hiroba_syphilis .hiroba_syphilis_ttl .hiroba_syphilis_ttl--border {
  border-bottom: 2px solid #AF2376;
  padding-bottom: 5px;
}
.hiroba_syphilis .hiroba_syphilis_ttl02 {
  background: #AF2376;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.hiroba_syphilis .hiroba_syphilis_col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hiroba_syphilis .hiroba_syphilis_col {
    display: block;
  }
}
.hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box {
  margin-right: calc(8% / 2);
}
.hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box {
    margin-right: 0;
  }
  .hiroba_syphilis .hiroba_syphilis_col .hiroba_syphilis_col__box:last-child {
    display: none;
    margin-top: 15px;
    text-align: center;
  }
}
.hiroba_syphilis .hiroba_syphilis_img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hiroba_syphilis .hiroba_syphilis_img--sp {
    display: block;
  }
}
.hiroba_syphilis .hiroba_syphilis_text01 > div {
  position: relative;
  padding-bottom: 1.3em;
}
.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) {
  .hiroba_syphilis .hiroba_syphilis_text01 > div::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.hiroba_syphilis .hiroba_syphilis_text01 > div:last-child {
  padding-bottom: 0;
}
.hiroba_syphilis .hiroba_syphilis_text01 > div:last-child::after {
  content: none;
}
.hiroba_syphilis .hiroba_syphilis_contact {
  margin-top: 15px;
}

.hiroba_phone-call {
  background: #fff;
  border: 2px solid #1b5763;
  border-radius: 10px;
}
.hiroba_phone-call .hiroba_phone-call_inner {
  padding: 15px 10px;
}
.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) {
  .hiroba_phone-call .hiroba_phone-call_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.hiroba_phone-call .hiroba_phone-call_ttl .hiroba_phone-call_ttl--ico {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.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%);
}
.hiroba_phone-call .hiroba_phone-call_ttl .hiroba_phone-call_ttl--big {
  font-size: 2.2rem;
  color: #fdd000;
}
@media screen and (max-width: 767px) {
  .hiroba_phone-call .hiroba_phone-call_ttl .hiroba_phone-call_ttl--big {
    font-size: 2rem;
  }
}
.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) {
  .hiroba_phone-call .hiroba_phone-call_ttl02 {
    font-size: 1.6rem;
  }
}
.hiroba_phone-call .hiroba_phone-call_ttl03 {
  text-align: center;
  margin-bottom: 15px;
}
.hiroba_phone-call .hiroba_phone-call_point {
  background: #fff100;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 15px;
}
.hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col {
    display: block;
  }
}
.hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col .hiroba_phone-call_point_col__box {
  margin-right: calc(8% / 2);
}
.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) {
  .hiroba_phone-call .hiroba_phone-call_point .hiroba_phone-call_point_col .hiroba_phone-call_point_col__box {
    margin-right: 0;
  }
  .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;
  }
}
.hiroba_phone-call .hiroba_phone-call_dyal {
  margin-top: 30px;
}
.hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_box + .hiroba_phone-call_dyal_box {
  margin-top: 30px;
}
.hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_ttl {
  font-size: 1.6rem;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_list li {
  position: relative;
}
.hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_list li::before {
  content: "●";
}
.hiroba_phone-call .hiroba_phone-call_dyal .hiroba_phone-call_dyal_list li + li {
  margin-top: 10px;
}
.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) {
  .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: 2.0rem;
  }
}

.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: -webkit-flex;
  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: #dbe9f6;
  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 {
  -webkit-transform: translateY(-10px, -30px);
  transform: translate(-10px, -25px);
  margin-bottom: -10px;
}
.p-present .hiroba_present_box01_outer .hiroba_h4_ttl02 {
  margin: 10px 0;
  text-align: left;
  color: #266399;
  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: 2.0rem;
  }
}
.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: #266399;
}
.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: .8em;
  font-weight: normal;
}
.p-present .hiroba_present_box01_outer .hiroba_bg_box01 {
  display: -webkit-flex;
  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: -webkit-flex;
  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 #266399;
  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: #245d8f;
}
.p-present .present_quize .present_quize__title .present_quize__title--blue {
  color: #0c633f;
}
.p-present .present_quize .present_quize__text span {
  color: #c11920;
}
.p-present .present_quize .present_quize__question {
  margin-top: 15px;
  background: #0c633f;
  border-radius: 10px;
  padding: 10px 30px;
  color: #fff;
  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: #266399;
}
.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: -webkit-flex;
  display: flex;
  justify-content: center;
}

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

	裏表紙

*************************************************/
.p-ura {
  /* 共通 */
  /* コンテンツ */
  /* 見出し */
  /* 見出し */
  /* カラム */
  /* その他 */
}
.p-ura .ura_info_box {
  margin-top: 20px;
  padding: 10px;
  background: #F8D4BD;
}
.p-ura .ura_info_box .ura_info_box_2col {
  display: -webkit-flex;
  display: flex;
}
.p-ura .ura_info_box .ura_info_box_2col dd a {
  transition: opacity .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;
}
.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_pic_main {
  margin-top: 0;
}
.p-ura .ura_col01 {
  display: -webkit-flex;
  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: calc(8% / 2);
}
.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;
  }
}
@media screen and (max-width: 767px) {
  .p-ura.theme-fz--b .ura_company {
    padding: 3.3em 15px 15px 15px;
  }
}
.p-ura .ura_lead {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.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: 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 .fukidashi.fukidashi--b::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: 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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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__list {
  display: -webkit-flex;
  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: calc(8% / 2);
  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__list li.ura_material__list--w100 {
  width: 100%;
  margin-right: 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__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: -webkit-flex;
  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: calc(8% / 2);
}
.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: -webkit-flex;
  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: calc(8% / 2);
}
.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: -webkit-flex;
  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: calc(8% / 2);
}
.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: fit-content;
  border-radius: 2em;
  background: #fffbc7;
  color: #b55516;
  padding: 3px 30px;
  margin-bottom: 10px;
}
.p-ura .ura_topics .ura_topics_thumb {
  display: -webkit-flex;
  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: calc(4% / 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 figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: .8em;
  line-height: 1.5;
}
.p-ura .ura_about .ura_about_img {
  max-width: 480px;
  margin: 0 auto;
}
.p-ura .ura_about .ura_about_txt .ura_about_txt--colored {
  color: #b55516;
}
.p-ura .ura_company {
  background: #fcecde;
  padding: 30px 15px 15px 15px;
  margin-top: 45px;
  position: relative;
  border-radius: 5px;
}
.p-ura .ura_company .ura_company__ttl {
  position: absolute;
  left: 15px;
  top: -.8em;
  color: #b55516;
}
@media screen and (max-width: 767px) {
  .p-ura .ura_company .ura_company__ttl {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 90%;
    width: 100%;
  }
}
.p-ura .ura_company .ura_company__ttl.fukidashi {
  margin-right: 0;
}
.p-ura .ura_company .ura_company__ttl02 {
  position: relative;
  margin-bottom: .2em;
  padding-left: 1.3em;
}
.p-ura .ura_company .ura_company__ttl02::before {
  content: "●";
  color: #b55516;
  position: absolute;
  left: 0;
  top: 0;
}

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

	小特集

*************************************************/
.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: -webkit-flex;
  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: -webkit-flex;
  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: -webkit-flex;
  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: 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: -webkit-flex;
  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(.9rem + 20px) 15px 15px;
  position: relative;
  margin-top: calc(.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: -webkit-flex;
  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_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: #e7f2f9;
}
.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: -webkit-flex;
  display: flex;
}
.p-mini_special .mini_sp_info_box .mini_sp_info_box__2col a {
  transition: opacity .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: #f7ece9;
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--red {
  background: #fde6e7;
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--pink {
  background: #fdecf0;
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--blue {
  background: #e6f2f8;
}
.p-mini_special .mini_sp_info_box.mini_sp_info_box--orange {
  background: #f9ece8;
}
.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: #e6f3ea;
}
.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: 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: #e7f2f9;
}
.p-mini_special .fukidashi.fukidashi--bg_no::after {
  border-color: transparent transparent transparent #e7f2f9;
}
.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: 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: -webkit-flex;
  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: -webkit-flex;
  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: #00833d;
  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: -webkit-flex;
  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: .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: -webkit-flex;
  display: flex;
  /*@include mq() {
  	display: block;
  }*/
}
.p-mini_special .mini_sp_article .mini_sp_article_col > div {
  margin-right: calc(8% / 2);
}
.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: -webkit-flex;
  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: .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: .5em;
  height: .5em;
  background: #333;
  position: absolute;
  left: 0;
  top: .6em;
}
@media screen and (max-width: 767px) {
  .p-mini_special.theme-fz--b .mini_sp--global .global_support {
    padding: 3.5em 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special.theme-fz--b .mini_sp--global .global_event {
    padding: 3.5em 20px 15px;
  }
}
.p-mini_special .mini_sp--global .global_box01 {
  margin-top: 40px;
}
.p-mini_special .mini_sp--global .global_box01 + .global_box01 {
  margin-top: 50px;
}
.p-mini_special .mini_sp--global .global_box02 + .global_box02 {
  margin-top: 30px;
}
.p-mini_special .mini_sp--global .global_box_inner {
  padding: 15px;
}
.p-mini_special .mini_sp--global .global_ttl01 {
  font-size: 1.8rem;
  border-left: 6px solid #085e3a;
  color: #085e3a;
  padding-left: .3em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_ttl01 {
    font-size: 1.7rem;
  }
}
.p-mini_special .mini_sp--global .global_col01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp--global .global_col01 > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--global .global_col01 > div:last-child {
  margin-right: 0;
  flex-basis: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_col01 > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--global .global_col01 > div:last-child {
    margin-top: 5px;
    text-align: center;
  }
}
.p-mini_special .mini_sp--global .global_col02 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_col02 {
    display: block;
  }
}
.p-mini_special .mini_sp--global .global_col02 > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--global .global_col02 > div:last-child {
  margin-right: 0;
  flex-basis: 220px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_col02 > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--global .global_col02 > div:last-child {
    margin-top: 15px;
    max-width: 70%;
    margin: 20px auto 0;
  }
}
.p-mini_special .mini_sp--global .global_img_col01 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_img_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp--global .global_img_col01 > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--global .global_img_col01 > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_img_col01 > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--global .global_img_col01 > div:last-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_img01 {
    text-align: center;
  }
}
.p-mini_special .mini_sp--global .global_img01 figcaption {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
.p-mini_special .mini_sp--global .global_start {
  background: #deefe2;
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
}
.p-mini_special .mini_sp--global .global_start .global_start_ttl {
  background: #085e3a;
  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--global .global_start .global_start_ttl {
    font-size: 1.7rem;
  }
}
.p-mini_special .mini_sp--global .global_start .global_start_ttl span {
  position: relative;
  padding-left: 2em;
  display: block;
}
.p-mini_special .mini_sp--global .global_start .global_start_ttl span::before {
  content: "";
  display: block;
  background: url("../images/mini-special/ico_light.svg") no-repeat left center/contain;
  width: 1.5em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-mini_special .mini_sp--global .global_start .global_start_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.p-mini_special .mini_sp--global .global_start .global_start_col > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--global .global_start .global_start_col > div:last-child {
  margin-right: 0;
  flex-basis: 90px;
  flex-shrink: 0;
}
.p-mini_special .mini_sp--global .global_support {
  position: relative;
  border-radius: 15px;
  padding: 35px 20px 15px;
  background: #34638c;
}
.p-mini_special .mini_sp--global .global_support .global_support_ttl {
  background: #fffabe;
  border: 2px solid #34638c;
  border-radius: 2em;
  padding: 5px 15px;
  color: #34638c;
  position: absolute;
  top: -1.2em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_support .global_support_ttl {
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    width: 100%;
    text-align: center;
  }
}
.p-mini_special .mini_sp--global .global_support .global_support_ttl span {
  color: #0a613d;
}
.p-mini_special .mini_sp--global .global_support .b-check_list01 {
  color: #fff;
}
.p-mini_special .mini_sp--global .global_support .b-check_list01 > li + li {
  margin-top: .5em;
}
.p-mini_special .mini_sp--global .global_support .b-check_list01 > li::before {
  border-color: #fff;
  background: #fff;
}
.p-mini_special .mini_sp--global .global_support .b-check_list01 > li::after {
  border-right-color: #1eaf72;
  border-bottom-color: #1eaf72;
}
.p-mini_special .mini_sp--global .global_support .global_support_col {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -55px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_support .global_support_col {
    display: block;
    margin-top: 15px;
  }
}
.p-mini_special .mini_sp--global .global_support .global_support_col > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--global .global_support .global_support_col > div:last-child {
  margin-right: 0;
  flex-basis: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_support .global_support_col > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--global .global_support .global_support_col > div:last-child {
    margin: 15px auto 0;
    text-align: center;
    max-width: 50%;
  }
}
.p-mini_special .mini_sp--global .global_support .global_support_comment.fukidashi {
  background: #fff;
  filter: drop-shadow(1px 1px 0 #34638c) drop-shadow(-1px -1px 0 #34638c) drop-shadow(-1px 1px 0 #34638c) drop-shadow(1px -1px 0 #34638c);
  padding: 15px 20px;
  border-radius: 10px;
  margin-right: 0;
}
.p-mini_special .mini_sp--global .global_support .global_support_comment.fukidashi::after {
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_support .global_support_comment.fukidashi {
    margin: 0 auto 10px;
  }
}
.p-mini_special .mini_sp--global .global_support .global_support_img figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
.p-mini_special .mini_sp--global .global_support .global_support_img figcaption span {
  color: #fffabe;
}
.p-mini_special .mini_sp--global .global_event {
  border: 2px solid;
  padding: 35px 20px 15px;
  position: relative;
  border-radius: 10px;
}
.p-mini_special .mini_sp--global .global_event .global_event_ttl {
  border: 2px solid;
  background: #fff;
  border-radius: 2em;
  padding: 5px 15px;
  position: absolute;
  top: -1.2em;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_event .global_event_ttl {
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    width: 100%;
    text-align: center;
  }
}
.p-mini_special .mini_sp--global .global_event .global_event_ttl span {
  color: #34638c;
}
.p-mini_special .mini_sp--global .global_event .global_event_col {
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_event .global_event_col {
    display: block;
  }
}
.p-mini_special .mini_sp--global .global_event .global_event_col > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--global .global_event .global_event_col > div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_event .global_event_col > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--global .global_event .global_event_col > div:last-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--global .global_event .global_event_img {
    text-align: center;
  }
}
.p-mini_special .mini_sp--global .global_event .global_event_img figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.p-mini_special .mini_sp--earthquake .earthquake_col01 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_col01 > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--earthquake .earthquake_col01 > div:last-child {
  margin-right: 0;
  flex-basis: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_col01 > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--earthquake .earthquake_col01 > div:last-child {
    margin-top: 20px;
    max-width: 70%;
    margin: 20px auto 0;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_box01 {
  margin-top: 40px;
}
.p-mini_special .mini_sp--earthquake .earthquake_box01 + .earthquake_box01 {
  margin-top: 50px;
}
.p-mini_special .mini_sp--earthquake .earthquake_marker {
  display: inline-block;
  background: #fff;
  color: #085e3a;
  border-radius: 3px;
  padding: 3px;
  line-height: 1;
}
.p-mini_special .mini_sp--earthquake .earthquake_column {
  background: #deefe2;
  border-radius: 8px;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .mini_sp_title--radius {
  background: #085e3a;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .mini_sp_title--radius {
    font-size: 1.8rem;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .mini_sp_title--radius .mini_sp_title--radius_sub {
  display: inline-block;
  background: #fff;
  color: #085e3a;
  border-radius: 2em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2px 15px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .mini_sp_title--radius .mini_sp_title--radius_main {
    margin-top: 8px;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .mini_sp_title--radius .mini_sp_title--radius_yellow {
  color: #fffabe;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .mini_sp_title--radius::after {
  content: none;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl {
  background: #fffabe;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 1.7rem;
  line-height: 1.3;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl02 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl02 {
    margin-bottom: 15px;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl02 dt, .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl02 dd {
  font-size: 1.7rem;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl02 dt {
  background: #085e3a;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: .2em .73em;
  font-weight: bold;
  margin-right: .5em;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl02 dd {
  color: #085e3a;
  font-weight: bold;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl03 {
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl03 {
    margin-bottom: 10px;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_ttl03::before {
  content: "●";
  color: #085e3a;
  position: absolute;
  left: 0;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_inner {
  padding: 15px;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_box {
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_box {
    padding: 20px;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_box + .earthquake_column_box {
  margin-top: 1em;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_box + .earthquake_column_box:last-of-type::after {
  content: none;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_box::after {
  content: "";
  display: block;
  background: url("../images/mini-special/ico_arrow02.svg") no-repeat center bottom/contain;
  width: 3em;
  height: 2em;
  position: absolute;
  left: 50%;
  bottom: -1.5em;
  transform: translateX(-50%) rotate(90deg);
  z-index: 1;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_box02 {
  margin-top: 15px;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_col01 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_col01 > div {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_col01 > div {
    margin-left: 0;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_col01 > div:first-child {
  flex-shrink: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_col01 > div:first-child {
    margin-bottom: 15px;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price {
  border-radius: 10px;
  border: 2px solid #085e3a;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price {
    text-align: center;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price dl {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price dl {
    justify-content: center;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price dl dt, .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price dl dd {
  line-height: 1.4;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price dl dt {
  position: relative;
  padding-left: 1em;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price dl dt::before {
  content: "■";
  position: absolute;
  left: 0;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_price dl dd {
  margin-left: 1em;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact {
  line-height: 1.6;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 2px dotted #085e3a;
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl {
    display: block;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dt, .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dd {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dt, .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dd {
    text-align: center;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dt {
  position: relative;
  padding-right: 1.5em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dt {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 1.7em;
  }
}
.p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dt::after {
  content: "";
  display: block;
  background: url("../images/mini-special/ico_arrow.svg") no-repeat right center/contain;
  width: .7em;
  height: 1.7em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dt::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -1.7em;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--earthquake .earthquake_column .earthquake_column_contact02 dl dd > p + p {
    margin-top: 5px;
  }
}
.p-mini_special .mini_sp--gambling .gambling_wrap {
  margin-top: 20px;
  background: #fff685;
  border-radius: 15px;
  padding: 20px;
}
.p-mini_special .mini_sp--gambling .gambling_box01 {
  background: #fff;
  border-radius: 15px;
  padding: 15px;
}
.p-mini_special .mini_sp--gambling .gambling_box01 + .gambling_box01 {
  margin-top: 1em;
}
.p-mini_special .mini_sp--gambling .gambling_box01.gambling--effect {
  border: 6px solid #f6bdc0;
}
.p-mini_special .mini_sp--gambling .gambling_box01.gambling_box--blue .gambling_ttl01 {
  background: #34638c;
}
.p-mini_special .mini_sp--gambling .gambling_ttl01 {
  background: #085e3a;
  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--gambling .gambling_ttl01 {
    font-size: 1.7rem;
  }
}
.p-mini_special .mini_sp--gambling .gambling_ttl01 span {
  position: relative;
  padding-left: 2.5em;
  display: block;
}
.p-mini_special .mini_sp--gambling .gambling_ttl01 span::before {
  content: "";
  display: block;
  background: url("../images/mini-special/ico_attention.svg") no-repeat left center/contain;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-mini_special .mini_sp--gambling .gambling_col01 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--gambling .gambling_col01 {
    display: block;
  }
}
.p-mini_special .mini_sp--gambling .gambling_col01 > div {
  margin-right: calc(8% / 2);
}
.p-mini_special .mini_sp--gambling .gambling_col01 > div:last-child {
  margin-right: 0;
  flex-basis: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--gambling .gambling_col01 > div {
    margin-right: 0;
  }
  .p-mini_special .mini_sp--gambling .gambling_col01 > div:last-child {
    margin-top: 20px;
    max-width: 70%;
    margin: 20px auto 0;
  }
}
.p-mini_special .mini_sp--gambling .gambling_list01 li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
.p-mini_special .mini_sp--gambling .gambling_list01 li::before {
  content: "・";
}
.p-mini_special .mini_sp--gambling .gambling_contact {
  margin-top: 20px;
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_marker {
  display: inline-block;
  background: #34638c;
  color: #fff;
  border-radius: 3px;
  padding: 3px;
  line-height: 1;
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_box + .gambling_contact_box {
  margin-top: 1.3em;
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_box.gambling_contact_box--blue {
  background: #e1e9f6;
  border-radius: 15px;
  padding: 15px;
  position: relative;
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_box.gambling_contact_box--blue::after {
  content: "";
  display: block;
  background: url("../images/mini-special/ico_arrow03.svg") no-repeat left top/contain;
  width: 2em;
  height: 1em;
  position: absolute;
  left: 50%;
  bottom: -.7em;
  transform: translateX(-50%);
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_ttl {
  background: #fff;
  border: 2px solid #34638c;
  color: #34638c;
  border-radius: 2em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2px 15px;
  width: fit-content;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_ttl {
    padding: 2px 30px;
  }
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_tel {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_tel .gambling_contact_tel__ttl {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-mini_special .mini_sp--gambling .gambling_contact .gambling_contact_tel .gambling_contact_tel__num {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

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

	知ってる？福岡県

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

.doyouknow_h3_ttl01 {
  text-align: center;
}

.doyouknow_dl_2col {
  display: -webkit-flex;
  display: flex;
}

.doyouknow_dl_2col02 {
  display: -webkit-flex;
  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: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-wagamati .wagamati_col01 .wagamati_col01_box {
  margin-right: calc(8% /2);
}
.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: -webkit-flex;
  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: calc(4% /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: -webkit-flex;
  display: flex;
}
.p-wagamati .wagamati_name .wagamati_name_area {
  background: #000;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  margin-right: 15px;
}
.p-wagamati .wagamati_name .wagamati_name_area > p {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .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: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-wagamati .wagamati_picture01 {
    display: block;
  }
}
.p-wagamati .wagamati_picture01 .wagamati_picture01_box {
  width: 48%;
  margin-right: calc(8% / 2);
}
.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: -webkit-flex;
  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: calc(8% / 2);
}
.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;
  }
}

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

	令和5年7月大雨により被災された皆さまへ

*************************************************/
.p-disaster .disaster_main_ttl {
  text-align: center;
  background: #428bc4;
  border-radius: 5rem;
  color: #fff;
  padding: 20px 10px;
  font-size: 2.3rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_main_ttl {
    font-size: 2rem;
    padding: 10px;
  }
}
.p-disaster .disaster_box01 + .disaster_box01 {
  margin-top: 30px;
}
.p-disaster .disaster_box02 {
  border: 1px solid #231815;
  padding: 15px;
}
.p-disaster .disaster_box03 + .disaster_box03 {
  margin-top: 20px;
}
.p-disaster .disaster_ms {
  background: #d8ebf5;
  border-radius: 10px;
  padding: 20px;
}
.p-disaster .disaster_ms .disaster_ms_col {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_ms .disaster_ms_col {
    display: block;
  }
}
.p-disaster .disaster_ms .disaster_ms_col .disaster_ms_col__box {
  margin-right: calc(8% / 2);
}
.p-disaster .disaster_ms .disaster_ms_col .disaster_ms_col__box:first-child {
  flex-basis: 200px;
  flex-shrink: 0;
}
.p-disaster .disaster_ms .disaster_ms_col .disaster_ms_col__box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_ms .disaster_ms_col .disaster_ms_col__box {
    margin-right: 0;
  }
  .p-disaster .disaster_ms .disaster_ms_col .disaster_ms_col__box:first-child {
    text-align: center;
  }
  .p-disaster .disaster_ms .disaster_ms_col .disaster_ms_col__box:last-child {
    margin-top: 15px;
  }
}
.p-disaster .disaster_ms .disaster_ms_ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_ms .disaster_ms_ttl {
    font-size: 1.7rem;
  }
}
.p-disaster .disaster_ms .disaster_ms_profile figcaption {
  text-align: center;
  margin-top: 5px;
}
.p-disaster .disaster_ttl01 {
  text-align: center;
  background: #e2e2e3;
  font-size: 1.8rem;
  padding: 5px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_ttl01 {
    font-size: 1.7rem;
  }
}
.p-disaster .disaster_ttl02 {
  position: relative;
  color: #316995;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-left: 1.3em;
  margin-bottom: 5px;
}
.p-disaster .disaster_ttl02::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_ttl02 {
    font-size: 1.6rem;
  }
}
.p-disaster .disaster_notes {
  text-indent: -1em;
  padding-left: 1em;
}
.p-disaster .disaster_dl01 {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.p-disaster .disaster_dl01 a {
  transition: opacity .3s;
}
@media (any-hover: hover) {
  .p-disaster .disaster_dl01 a:hover {
    opacity: .7;
  }
}
.p-disaster .disaster_dl01 a .b-d_ib {
  text-decoration: underline;
}
.p-disaster .disaster_col01 {
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_col01 {
    display: block;
  }
}
.p-disaster .disaster_col01 .disaster_col01__box {
  width: 48%;
  margin-right: calc(8% / 2);
}
.p-disaster .disaster_col01 .disaster_col01__box:last-child {
  margin-right: 0;
  flex-basis: 430px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_col01 .disaster_col01__box {
    width: 100%;
    margin-right: 0;
  }
  .p-disaster .disaster_col01 .disaster_col01__box:last-child {
    margin-top: 15px;
  }
}
.p-disaster .disaster_table01 th, .p-disaster .disaster_table01 td {
  padding: 10px;
  border: 1px solid;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
}
.p-disaster .disaster_table01 th {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-disaster .disaster_table01 thead th:first-child {
    width: 100px;
  }
}
.p-disaster .disaster_support + .disaster_support {
  margin-top: 40px;
}
.p-disaster .disaster_contact {
  margin-top: 10px;
}
.p-disaster .disaster_link {
  background: #d8ebf5;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}
.p-disaster .disaster_link .disaster_link_ttl {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.p-disaster .disaster_link .disaster_dl01 {
  justify-content: center;
}
