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

/* header */
.c-gnav>.menu-item>a .ttl {font-size:16px;}
.c-gnav .sub-menu {width:20em;}

/* company */
.lz_company_about_block>.swell-block-dl__dt{width:18.5em;}
.lz_company_about_block>.swell-block-dl__dd{width: calc(100% - 18.5em);}
@media screen and (max-width: 900px) {
  .lz_company_about_block>.swell-block-dl__dt{width:100%;}
  .lz_company_about_block>.swell-block-dl__dd{width:100%;margin:0 0 1em 1em;}
}

.lz_company_member_block>.swell-block-dl__dt{width:18.5em;}
.lz_company_member_block>.swell-block-dl__dd{width: calc(100% - 18.5em);}

/* common */
.page .c-pageTitle{text-align:center;}
.page .c-pageTitle small{display:block;margin-left:0;margin-top:0.75em;font-style:normal;opacity:1;font-size:16px;}
.is-style-onborder_ttl2>.cap_box_ttl, .is-style-onborder_ttl>.cap_box_ttl{font-size:1.1em;}
.lz_button_size100 a{width:100%;}
.is-style-more_btn a{color:var(--color_main); box-shadow:0 0 0 1px var(--color_main);}

  /* 目次の開閉 */
/* 閉じる状態 */
.toc-chk + .p-toc__ttl + ol li,
.toc-chk + .p-toc__ttl + ul li {
	transition: 0.1s;
	height:0px;
	overflow: hidden;
	line-height: 0;
}
/* 開く状態 */
.toc-chk:checked + .p-toc__ttl + ol li,
.toc-chk:checked + .p-toc__ttl + ul li {
	transition: 0.1s;
	height:100%;
	overflow: inherit;
	line-height: 1.5;
}
/* dummyチェックボックス */
.toc-chk {
	display:none;
}
/* 開くor閉じる */
.toc-chk:checked + .p-toc__ttl>.toc-ttl::after {
    content: '[Close]';
}
.toc-ttl::after {
    content: '[Open]';
    cursor: pointer;
    margin-left: .5em;
    font-size: .8em;
}

/* English */
.lz_history_block.is-style-big>.swell-block-step__item>.swell-block-step__number .__label{font-size:18px;font-weight: 700;}
.lz_history_block.is-style-big .swell-block-step__title{font-size:16px;text-align:left;}

/* 印刷用調整 */
@media print {
	:root{--swl-fz--content: 1vw;}
	body{
		margin: 10mm 5mm;
    	width: 210mm;
    	height: 297mm;
	}
	.l-header[data-spfix="1"]{position:relative;}
	.p-fixBtnWrap{display:none;}
	.wp-block-columns{flex-wrap:nowrap !important;}
	.wp-block-columns > .wp-block-column{}
	.wp-block-columns .wp-block-column+.wp-block-column{}
	.l-footer__nav a{font-size:12px;}
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
		margin-left: var(--wp-column-gap);
		margin-top:0;
	}
}











