@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

:root {
  --color_main: #004280;
  --color_header_bg: #004280;
  --color_header_text: #fff;
  --color_footer_bg: #004280;
  --color_footer_text: #fff;
}
.c-postThumb__cat {
    background-image: none;
    background-color: #004280;
}
.p-breadcrumb.-bg-on {
    background: #d6dceb;
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
	display: block;
}

.l-footer__logo img {
    display: block;
    width: 150px;
    margin: 10px auto 15px;
}
@media (min-width:768px) {
    .l-footer__logo img {
        width: 250px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
.l-footer__info {
    margin-top: 1.5em;
    font-size: 12px;
    text-align: center;
}
.l-footer__info p:has(wbr) {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.c-home-btn {
  padding-bottom: 50px;
}
.c-home-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 40px;
  margin: 0 auto;
  border-radius: 7px;
  background-color: #1b5c95;
  text-align: center;
  color: #fff;
}
@media (min-width:768px) {
  .c-home-btn {
    padding-bottom: 80px;
  }
  .c-home-btn__link {
    width: 300px;
    height: 50px;
  }
}
@media not all and (pointer: coarse) {
  .c-home-btn__link:hover {
    opacity: 0.7;
  }
}