@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
*/
.c-headLogo {
    height: var(--logo_size_pc);
	text-align:center;
}
.c-headLogo__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    display: inline-block;
    padding-left: 2vw;
}
.l-content {
	padding:0;
}
.top #content {
    padding-top: 0;
}
#main_visual{
	border-bottom:5px solid #1e73be;
}
.post_content hr {
    border: none;
    border-bottom: 3px solid #1e73be;
    margin: 2.5em 0;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #ededed;
	border-left:none;
}
form.post-password-form {
    width: 88%;
    margin: 0 auto;
}
input[type="submit"] {
    width: 50%;
    margin: 10px auto;
    display: block;
}
input#pwbox-325 {
    width: 100%;
}
i.fas.fa-up-right-from-square {
    opacity: 0.5;
	font-size:80%;
}