/*
Theme Name: sanbyakusya-agency2024
Theme URI: 
Author: 株式会社さんびゃくしゃ
Author URI: https://dcs401k.moo.jp/
Version: 1.0
*/




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

リセットCSS

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

*{margin:0;padding:0;line-height:calc(0.25rem + 1em + 0.25rem)}*,::before,::after{box-sizing:border-box}*:where(:not(fieldset,progress,meter)){border-width:0;border-style:solid;background-origin:border-box;background-repeat:no-repeat}html{block-size:100%;-webkit-text-size-adjust:none}@media (prefers-reduced-motion:no-preference){html:focus-within{scroll-behavior:smooth}}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;min-block-size:100%}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,svg,video){block-size:auto;max-inline-size:100%}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(svg):where(:not([width])){inline-size:5rem}:where(input,button,textarea,select),:where(input[type="file"])::-webkit-file-upload-button{color:inherit;font:inherit;font-size:inherit;letter-spacing:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}h1{font-size:2em}:where(ul,ol)[role="list"]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}:where(a[href],area,button,input,label[for],select,summary,textarea,[tabindex]:not([tabindex*="-"])){cursor:pointer;touch-action:manipulation}:where(input[type="file"]){cursor:auto}:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{cursor:pointer}@media (prefers-reduced-motion:no-preference){:focus-visible{transition:outline-offset 145ms cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:0.25s}}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"]),:where(input[type="file"])::-webkit-file-upload-button,:where(input[type="file"])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none;text-align:center}:where(button,button[type],input[type="button"],input[type="submit"],input[type="reset"])[disabled]{cursor:not-allowed}address{font-style:normal}table{border-spacing:0}

:root{
	--font-color:#333333;
	--font-hover-color:#A68053;
}

/*フォント設定*/
@font-face {
	font-family: 'NotoSans';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
}
@font-face {
	font-family: 'NotoSansB';
	src: url('assets/font/NotoSansJP-VariableFont_wght.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'NotoSerifB';
	src: url('assets/font/NotoSerifJP-Bold.otf');
}

html{
	font-size:62.5%;
}

body{
	font-family: 'NotoSans';
	font-optical-sizing: auto;
	font-weight: normal;
	letter-spacing:0.05em;
	line-height: 2;
	color: var(--font-color);
	font-size: 1.5rem;
}

@media(max-width:820px) {
	body{
		font-size: 1.3rem;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}

@media(max-width:820px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

.law{
	padding-left: 30px;
	padding-right: 30px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0;
}

@media(max-width:820px) {
	.law{
		padding-left: 15px;
		padding-right: 15px;
	}
}

nav ul li{
	list-style: none;
	display: inline-block;
}

nav ul li a{
	font-family: 'NotoSansB';
}

@media(max-width:820px) {
	nav ul li{
		display: block;
	}
}

a:hover{
	transition: 0.3s;
}


.w860{
	max-width:880px;
}

.w920{
	max-width:940px;
}

.w1080{
	max-width:1100px;
}

a[href$=".pdf"]::before {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-pdf.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.2em);
	margin-right: 0.4em;
}

a[href$=".doc"]::before,
a[href$=".docx"]::before {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-wd.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.2em);
	margin-right: 0.4em;
}

a[href$=".xls"]::before,
a[href$=".xlsx"]::before,
a[href$=".xlsm"]::before {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-ex.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.2em);
	margin-right: 0.4em;
}

a[href$=".ppt"]::before,
a[href$=".pptx"]::before {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-pptx.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.2em);
	margin-right: 0.4em;
}

a[href$=".jpg"]::before,
a[href$=".png"]::before,
a[href$=".gif"]::before {
    content:'';
    display: inline-block;
    width: min(16px, 1.2em);
    height: min(17px, 1.2em);
	background-image: url("assets/img/icon-img.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: translateY(0.2em);
	margin-right: 0.4em;
}

a{
	color: var(--font-hover-color);
}

.contents ul{
	list-style: none;
}

.contents ul li{
	position: relative;
	padding-left: 1em;
}

.contents ul li::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	background-color: var(--font-color);
	top: 0.5em;
	left: 0.3em;
}

body{
/*	background-color: #F4F4F4;*/
}

header{
	font-family: 'NotoSansB';
	color: #fff;/*var(--font-color);*/
/*	background-color: #fff;*/
	background-color: #03258C;/*#e1eff4;*/
	border-radius: 1px solid #44464C;
	padding: 10px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	z-index: 500;
}

@media(max-width:820px) {
	header{
		position: relative;
	}
}

.header-logo{
	display: inline-block;
	text-decoration: none;
	color: #fff;/*var(--font-color);*/
}

@media(max-width:820px) {
	.header-logo{
		text-align: center;
		font-size: 1.4rem;
	}
}

.header-logo img{
	display: inline-block;
	vertical-align: middle;
}


header .site-title{
	display: inline-block;
	font-size: 1.8rem;
	color: var(--font-color);
	text-decoration: none;
	font-family: 'NotoSansB';
}

@media(max-width:820px) {
	header .site-title{
		font-size: 1.8rem;
	}
	header .site-title span{
		display: block;
		font-size: 1.4rem;
	}
}

header nav{
	float: right;
}

header nav a{
	font-weight: 400;
	color: #fff;/*var(--font-color);*/
	text-decoration: none;
	padding: 1em 0.5em;
	transition: .3s;
}

@media(max-width:820px) {
	header nav a{
		padding: 0.5em;
		color: var(--font-color);
	}
}

header nav a:hover{
	color: var(--font-hover-color);
	transition: .3s;
}

header nav.sp{
	display: none;
	position: absolute;
	top: 65px;
	width: 100%;
	height: auto;
	transform: translateX(-10px);
	background-color: #fff;
	padding: 30px 20px 30px;
	z-index: -1;
	box-shadow: 0px 10px 8px -5px #777777;
}

header nav.sp ul li{
	margin-bottom: 20px;
	font-size: 1.8rem;
}

h2{
	margin-bottom: 15px;
	font-family: 'NotoSansB';
}

.contents{
	padding: 30px 0 60px;
}

.category{
	margin-bottom: 30px;
}

.category ul li{
	display: inline-block;
	margin-bottom:10px;
}

.category ul li a{
	font-weight: 500;
	display: block;
	padding: 0.4em 1.5em;
	background-color: #DBDBDB;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
}

.category ul li.active a{
	background-color: #1243A6;
}

.article-list-wrapper{
	margin-bottom: 50px;
}

.title-wrapper{
	background-color: #44464C;
	padding: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.cattag{
	margin-bottom: 10px;
}

.cattag a{
	font-weight: 500;
	display:inline-block;
	background-color: #1243A6;
	font-size: 1rem;
	padding: 0.4em 1.5em;
    border-radius: 20px;
	margin-right: 10px;
	text-decoration: none;
	color: #fff;
}

.title-wrapper h2{
	color: #fff;
	margin-bottom: 0;
	font-size: 2rem;
}

@media(max-width:820px) {
	.title-wrapper h2{
		font-size: 1.8rem;
	}
	
	.article-body h2{
		font-size: 2rem;
	}
}

.article-list{
	background-color: #fff;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
    overflow: hidden;
	border: 1px solid #44464C;
}

.article-list p{
	margin-bottom: 1em;
}

.page-contents p{
	margin-bottom: 1em;
	font-family: 'NotoSansB';
}

.article-body{
	margin-bottom: 30px;
	padding: 0 20px;
}

.files{
	padding: 0 20px;
}

.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6{
	font-family: 'NotoSansB';
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.page-contents h2,
.page-contents h3,
.page-contents h4,
.page-contents h5,
.page-contents h6{
	font-family: 'NotoSansB';
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.article-body h3,
.page-contents h3{
	font-size: 2rem;
}

@media(max-width:820px) {
	.article-body h3,
	.page-contents h3{
		font-size: 1.7rem;
	}
}

.article-body h4,
.page-contents h4{
	font-size: 1.8rem;
}

@media(max-width:820px) {
	.article-body h4,
	.page-contents h4{
		font-size: 1.6rem;
	}
}

.article-body h5,
.page-contents h5{
	font-size: 1.5rem;
}

.article-body ul{
	list-style: none;
	margin-bottom: 20px;
}

.article-body ul li{
	position: relative;
	padding-left: 1rem;
	margin-bottom: 0.5em;
}

.article-body ul li::before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 10px;
	background-color: var(--font-color);
	position: absolute;
	left: 0.2em;
    top: 0.6em;
}

.files a{
	display: inline-block;
	background-color: #fff;
	color: var(--font-color);
	border: 1px solid #E5E5E5;
	font-family: 'NotoSansB';
	font-size: 1.3rem;
	padding: 0.7em 2.5em 0.7em 1em;
	border-radius: 30px;
	margin-bottom: 10px;
	margin-right: 5px;
	position: relative;
	text-decoration: none;
}

.files a::after{
	content: '';
	display: inline-block;
	position: absolute;
	background-image: url("assets/img/icon-download.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}

.article-list p.update{
	font-size: 1.3rem;
	margin-bottom: 30px;
}

.pagination{
	text-align: center;
}

.pagination *{
	font-family: 'NotoSansB';
	color: var(--font-color);
	font-size: 1.8rem;
}

.nav-links > *{
	border-radius: 5px;
	border: 1px solid #325096;
	display: inline-block;
	text-align: center;
    padding: 6px;
    width: 37px;
    max-height: 37px;
	color: #fff!important;
	background-color: #325096;
	text-decoration: none;
}

.nav-links > .current{
	color: var(--font-color)!important;
	background-color: #fff;
}

.nav-links > .dots{
	border: none;
	color: var(--font-color)!important;
	background-color: #fff;
}


.navtoggle{
	position: relative;
	cursor: pointer;
	width: 45px;
	height: 45px;
	top: 0;
	right: 0;
	background-color: #44464C;
	z-index: 300;
}

.navtoggle span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 8px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	width: 30px;
}

.navtoggle span:nth-of-type(1){
	top:13px; 
}

.navtoggle span:nth-of-type(2){
	top:21px;
}

.navtoggle span:nth-of-type(3){
	top:30px;
}

.navtoggle.active span:nth-of-type(1){
	top: 16px;
    left: 7px;
    transform: translateY(6px) rotate(-30deg);
    width: 70%;
}

.navtoggle.active span:nth-of-type(2) {
	opacity: 0;
}

.navtoggle.active span:nth-of-type(3){
	top: 28px;
    left: 7px;
    transform: translateY(-6px) rotate(30deg);
    width: 70%;
}

.tags-wrapper{
	margin-bottom: 80px;
	list-style: none;
}

@media(max-width:820px) {
	.tags-wrapper{
		margin-bottom: 50px;
	}
}


.tags-wrapper li{
	display: inline-block;
	margin-right: 10px;
	background-color: #193150;
	color: #fff;
	padding: 0.3em 1em;
	border-radius: 40px;
	text-decoration: none;
	font-family: 'NotoSansB';
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.contents ul.tags-wrapper li::before{
	content: inherit;
}

.tags-wrapper li a{
	display: block;
	text-decoration: none;
	color: #fff;
	transition: .3s;
}

.tags-wrapper li a:hover{
	opacity: .7;
	transition: .3s;
}



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

faqページ

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

.faq-list{
	margin-bottom: 30px;
}

.faq-tag-title{
	font-family: 'NotoSansB';
	margin-bottom: 20px;
}

.faq-question-wrapper{
	background-color: #77787B;/*#44464C;*/
	padding: 20px 10px;
	border-radius: 10px;
}

.faq-question-wrapper .tags-wrapper{
	margin-bottom: 10px;
}

.faq-question-wrapper .tags-wrapper li{
/*	background-color: #1243A6;*/
	border: 1px solid #fff;
	background-color: inherit;
	margin-bottom: 0;
}

.faq-question{
	font-family: 'NotoSansB';
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	padding-left: 45px;
}

@media(max-width:820px) {
	.faq-question{
		font-size: 1.6rem;
	}
}

.faq-question::before{
	content: 'Q.';
	position: absolute;
/*	top: 16px;*/
	top: 0;
	left: 10px;
	font-size: 2.3rem;
	color: #fff;
}

.faq-ask{
	position: relative;
	padding: 20px 10px 30px 45px;
	
	border-bottom: 1px solid #CACACA;
}

.faq-ask::before{
	font-family: 'NotoSansB';
	content: 'A.';
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 2.3rem;
	color: #03258C;
}

h1.page-title{
	font-family: 'NotoSansB';
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 2.8rem;
}

@media(max-width:820px) {
	h1.page-title{
		font-size: 2.5rem;
	}
}

.button{
	text-align: center;
	margin: 40px 0;
}

.button a{
	display: inline-block;
	background-color: #A68053;
	padding: 0.7em 2em;
	font-family: 'NotoSansB';
	color: #fff;
	font-size: 1.7rem;
	text-decoration: none;
	border-radius: 50px;
}

.page-contents{
	margin-bottom: 80px;
/*	background-color: #fff;*/
    padding-top: 40px;
    padding-bottom: 60px;
/*
	padding-right: 20px;
	padding-left: 20px;
*/
    border-radius: 10px;
}

table,
table td,
table th{
	border: 1px solid var(--font-color);
	border-collapse: collapse;
	padding: 0.5em 1em;
	width: auto;
	font-family: 'NotoSansB';
}

table{
	border: 2px solid var(--font-color);
}

storong{
	font-family: 'NotoSansB';
}




