@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
*/

.head_title {
	font-size: 40px;
	font-weight: 600;
    color: #000;
}
.c-gnav>.menu-item>a .ttl {
    color: #2e3233;
    font-size: 16px;
    font-weight: bold;
}
.post_content h3 {
	border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 48px 0;
    padding: 8px;
    font-size: 32px;
    font-weight: bold;
	color: #525263;
}
.post_content h3::before {
    content: initial;
    width: initial;
    height: initial;
    background: #fff;
}
.-parallel-bottom .l-header__logo {
    padding: 30px 0;
}
.top #content {
    padding-top: 2em;
}
.c-gnav>.menu-item>a .ttl {
    color: #295890;
}
.l-footer__foot {
    background: repeating-linear-gradient(-45deg, #fff57f, #fff57f 15px, #fff20e 15px, #fff20e 30px);
	color: #000;
}
.l-footer__nav li:first-child a {
	border-left: 0px solid;
}
.l-footer__nav a {
    text-decoration: underline;
	border-right: 0px solid;
}
.l-footer__nav a:hover {
    text-decoration: initial;
}
.copyright {
	padding: 20px 0 20px;
}
.l-footer__nav {
    padding-top: 20px;
}
.l-footer span {
    display: none;
}
.l-header__gnav {
	display: none;
}
.c-iconBtn {
	display: none;
}
.value div {
  white-space: pre-wrap;
}
@media only screen and (max-width: 768px) {
.head_title {
	font-size: 1.8rem;
}
}