@charset "UTF-8";


/*
	Theme Name: ユーサービス株式会社
	Description: ユーサービス株式会社
	Theme URI: https://www.t-takeuchi.com
	Author: オフィス谷口
	Author URI: https://www.officetaniguchi.com
	Version: 0.0.0
*/


/* コーポレートカラー #c70026 */


/* 共通設定 */

* {
	border-sizing; border-box;
}
a[href^="tel:"] {
	text-decoration: none;
}
body {
	color: #777;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
aside, header, nav, footer {
	display: block;
}
footer > div, #breadcrumb {
	clear: both;
	overflow: auto;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}
hr {
	background-color: #499bea;
	border-style: none;
	height: 7px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}
.boldfont {
	font-weight: bold;
}
.caption {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.redfont {
	color: #f00;
}
.smallfont {
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
.textcenter {
	text-align: center;
}


/* ヘッダー */

header {
	background-color: #fff;
	border-bottom: 2px solid #ccc;
	display: grid;
	grid-template-columns: 45% 1fr;
	height: 75px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
header#faq_header {
	grid-template-columns: 1fr;
}
header h1 {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
header h1 a {
	color: #777;
	text-decoration: none;
}
header h1 a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
}



/* メインメニュー */

nav ul {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 2em;
}
nav li a {
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 40px;
	position: relative;
	text-decoration: none;
}
nav li a::after {
	background-color: #c70026;
	bottom: 20px;
	content: '';
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
}
nav li a:hover::after {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
nav input, nav label {
	display: none;
}



/* フッター */

footer {
	background: #f4f5f6;
	border-top: #eee;
	color: #666;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 2rem 0;
	text-align: center;
	width: 100%;
}
footer > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
}
footer > div > div:first-child p:last-child {
	align-items: center;
	display: flex;
	font-size: 2rem;
	font-weight: bold;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
footer > div > div:first-child p:last-child a {
	color:  #c70026;
}
footer > div > div:first-child p:last-child a::before {
	color:  #c70026;
	content: '\f098';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: 0.3em;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 1em 0 40px;
	row-gap: 1.5em;
}
footer ul li {
	letter-spacing: 0.1em;
	padding: 0 1em;
}
footer p {
	margin-top: 5px;
}



/* メインコンテンツ */

body {
	margin-top: 100px;
}
article section, #notice {
	margin: 6rem auto;
	overflow: hidden;
	width: 1200px;
}
section h2 {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 3rem auto;
	padding: 0;
	text-align: center;
}
#breadcrumb {
	background-color: #000;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 1rem auto;
	padding: 0.4em 15px 0.6em;
}
#breadcrumb li {
	color: #fff;
	margin: 0;
	padding: 0;
	width: auto;
}
#breadcrumb li a {
	color: #fff;
}
#breadcrumb li:first-child::before {
	content: '\f015';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding-right: 0.5em;
}
#breadcrumb li:not(:last-child)::after {
	content: '\f054';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding: 0 0.4em 0 0.7em;
}
#cat_list, #infoarea, #to_newslist {
	margin: 0 auto;
	width: 60%;
}
#cat_list tr > *, #infoarea tr > * {
	border-bottom: 1px dashed #ccc;
	padding: 0.3em 1em;
}
#cat_list tr th. #infoarea tr th {
	width: 20%;
}
#company_info > table {
	margin: 1rem auto;
	width: 90%;
}
#company_info > table td, #company_info > table th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.4em 1em;
}
#company_info > table th {
	background-color: #eee;
	width: 15%;
}
#company_info > table td td, #company_info > table td th {
	background-color: transparent;
	border-top: none;
	width: auto;
}
#company_info > table td th {
	text-align: left;
	vertical-align: top;
}
#consultation {
	list-style-type: none;
	margin: 2em auto;
	padding: 0;
	width: fit-content;
}
#consultation li {
	align-items: flex-start;
	display: flex;
	margin: 1em 0;
}
#consultation li > span:last-child {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#consultation li > span:first-child::before {
	color: #f00;
	content: '\f00c';
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 1.5em;
	font-weight: 900;
	margin-right: 0.7em;
}
#example {
	display: grid;
	grid-row-gap: 4rem;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#example li {
	text-align: center;
}
#example li span {
	display: block;
}
#example li span:last-of-type {
	margin-top: 1em;
}
#faq_caption dl, #mail_form .mw_wp_form_complete {
	text-align: center;
}
#faq_caption dl, #mail_form .mw_wp_form_complete dl {
	margin: 3rem auto 0;
	width: 60%;
}
#faq_caption dd, #mail_form .mw_wp_form_complete dd {
	margin: 1rem;
}
#faq_caption dt, #mail_form .mw_wp_form_complete dt {
	background-color: #eee;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 0.7em 0;
}
#faq_caption dt:not(:first-child), #mail_form .mw_wp_form_complete dt:not(:first-child) {
	margin-top: 2rem;
}
#faq_caption, #personal_info {
	text-align: center;
}
#faq_caption ul:nth-of-type(1) {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 2rem auto;
	text-align: left;
	width: fit-content;
}
#faq_caption ul:nth-of-type(1) li {
	margin-bottom: 1em;
	margin-top: 1em;
}
#faq_caption ul:nth-of-type(2) {
	margin: 4rem auto;
	padding: 0;
	text-align: left;
	width: 70%;
}
#faq_caption ul:nth-of-type(2) li {
	margin: 1rem 0;
}
#faq_step {
	margin: 10rem auto;
	width: 45%;
}
#faq_step ol {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	position: relative;
}
#faq_step ol li {
	color: #c7c7c7;
	position: relative;
	z-index: 1;
}
#faq_step ol li:before {
	background: #c7c7c7;
	border-radius: 100%;
	content: "";
	display: block;
	height: 1.5em;
	margin: 0 auto 1em;
	width: 1.5em;
}
#faq_step ol li#on_state {
	color: #4b4b4b;
	1font-size: 14px;
}
#faq_step ol li#on_state::before {
	background: #4b4b4b;
	1margin: 0 auto 1em;
	1height: 1.8em;
	1width: 1.8em;
}
#faq_step ol::before {
	background: #c7c7c7;
	content: "";
	height: 1px;
	left: 2%;
	position: absolute;
	top: 11px;
	width: 95%;
	z-index: 1;
}
#mail_form table {
	margin: 0 auto;
	width: 80%;
}
#mail_form table td, #mail_form table th {
	border: 1px solid #ccc;
	padding: 0.7em 1em;
	text-align: left;
}
#mail_form table td span {
	font-size: 0.9em;
	color: #ccc;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}
#mail_form table td p {
	margin: 1em;
}
#mail_form table th {
	background-color: #fbfbfb;
}
#mail_form #buttom_area input {
	background-color: #6fa1ff;
	border: 0;
	border-radius: 100vh;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin: 3rem auto;
	padding: 15px;
	text-align: center;
	width: 300px;
}
#mail_form .need {
	background-color: #f00;
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	line-height: 1em;
	margin-left: 1em;
	padding: 0.2em 0.7em;
}
#notice {
	display: grid;
	grid-template-columns: 70% 25%;
	justify-content: space-around;
}
#notice section {
	margin: 0;
	overflow: hidden;
	width: auto;
}
#notice > section h2:first-child {
	margin-top: 0;
}
#notice > div > section {
	border: 1px solid #ccc;
	border-radius: 7px;
}
#notice > div > section:not(:last-child) {
	margin-bottom: 3rem;
}
#notice > div > section h2 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin-bottom: 1em;
	margin-top: 1em;
}
#notice #new_list {
	list-style-type: none;
	margin: 1em auto;
	padding: 0;
	width: 85%;
}
#notice #new_list li {
	display: grid;
	grid-template-columns: 10px 1fr;
	margin: 1rem 0;
}
#notice #new_list li a {
	padding: 0.2em 0 0.3em;
}
#notice #new_list li span:first-child {
	background-color: #c70026;
	display: block;
	grid-row: 1 / 3;
	width: 10px;
}
#notice #new_list li a, #notice #new_list li span:not(:first-child) {
	padding-left: 0.5em;
}
#notice #area_result {
	display: flex; 
	flex-wrap: wrap;
	list-style-type: none;
}
#notice #area_result li {
	margin: 0.7em;
}
#occupation {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 45% 45%;
	justify-content: space-around;
}
#occupation div:not(:last-child) {
	border: 1px solid #ccc;
	border-radius: 5px;
}
#occupation div:last-child {
	grid-column: 1 / 3;
}
#occupation div p {
	margin: 1em;
}
#occupation div p img {
	height: auto;
	width: 100%;
}
#post {
	margin: 0 auto;
	width: 90%;
}
#post p {
	text-align: left;
}
#privacy {
	margin: 0 auto;
	overflow: hidden;
	width: 95%;
}
#privacy dl{
	margin:  3rem auto 0;
}
#privacy dt {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#privacy dd {
	margin: 1em auto 4rem;
	padding: 0;
	width: 90%;
}
#result_img {
	text-align: center;
}
#service {
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 30% 30% 30%;
	justify-content: space-around;
	margin: 5rem 0;
}
#service > div {
	border: 1px solid #ccc;
	border-radius: 7px;
}
#service > div h4 {
	font-size: 1.2rem;
	letter-spacong: 0.1em;
	line-height: 1.5em;
	text-align: center;
}
#service > div p {
	margin: 1em;
}
#to_newslist {
	margin-top: 1em;
	text-align: right;
}
#to_newslist a::before {
	color: #c70026;
	content: '\f138';
	display: inline-block;
	font: var(--fa-font-solid);
	font-family: "Font Awesome 6 Free";
	font-size: 1.2em;
	font-weight: 900;
	margin-right: 5px;
	vertical-align: middle;
}
.newline br {
	display: none;
}
.slider {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



/* 画面サイズ 1280px用 */
@media screen and (max-width: 1280px) {
	header {
		grid-template-columns: 40% 1fr;
	}
}
/* 画面サイズ 1200px用 */
@media screen and (max-width: 1200px) {
	article section, footer > div, #breadcrumb, #notice {
		width: 100%;
	}
	nav li {
		padding: 0 1em;
	}
}

/* 画面サイズ 1080px用 */
@media screen and (max-width: 1080px) {
	section h2 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		width: 90%;
	}
	.newline br {
		display: inline;
	}
}

/* 画面サイズ 960px用 */
@media screen and (max-width: 960px) {
	header {
		grid-template-columns: 40% 1fr;
	}
}

/* 画面サイズ 926px用 */
@media screen and (max-width: 926px) {
	footer > div {
		grid-template-columns: 40% 1fr;
	}
	#service > div h4 {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
}

/* 画面サイズ 854px用 */
@media screen and (max-width: 854px) {
	header {
		display: block;
		margin-top: 50px;
	}
	header#faq_header {
		margin-top: 0;
	}
	header h1 {
		height: 100%;
	}
	nav {
		background-color: #c70026;
		height: 50px;
		overflow: visible;
		position: fixed;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 99999;
	}
	nav > label {
		cursor: pointer;
		display: block;
		float: right;
		height: 30px;
		margin-right: 15px;
		margin-top: 7px;
		position: relative;
		width: 30px;
		z-index: 11;
	}
	nav > label::before {
		box-shadow: #fff 0 12px 0;
		-webkit-box-shadow: #fff 0 12px 0;
	}
	nav > label::after {
		bottom: 0;
	}
	nav > label::before, nav label::after {
		background: #fff;
		content: '';
		display: block;
		height: 6px;
		position: absolute;
		transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
		-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
		width: 30px;
	}
	nav > input:checked ~ label::before {
		-webkit-box-shadow: transparent 0 0 0;
		box-shadow: transparent 0 0 0;
		-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
		transform: rotate(45deg) translate3d(6px, 11px, 0);
	}
	nav > input:checked ~ label::after {
		-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
		transform: rotate(-45deg) translate3d(6px, -11px, 0);
	}
	nav > input:checked ~ ul {
		right: 0;
	}
	nav ul {
		background-color: #c70026;
		box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		-webkit-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		-moz-box-shadow: 8px 0px 8px -1px rgba(0,0,0,0.31);
		display: block;
		height: auto;
		right: -230px;
		margin-top: 45px;
		position: absolute;
		top: 0;
		transition: left 0.4s;
		-webkit-transition: left 0.4s;
		width : 230px;
		z-index: 99999;
	}
	nav li {
		display: block;
		height: auto;
	}
	nav li a {
		border-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1em;
		margin: 0 auto;
		padding: 1em 0;
		position: static;
		text-align: center;
		width: 99%;
	}
	nav li a::after {
		background-color: transparent;
		buttom: auto;
		content: normal;
		height: auto;
		left: auto;
		position: static;
		width: auto;
	}
	nav li:not(:nth-of-type(1)) a {
		border-top: 1px solid #fff;
	}
	#company_info > table {
		display: block;
		width: 90%;
	}
	#company_info > table td, #company_info > table th, #company_info > table tr {
		display: block;
		width: 100%;
	}
	#company_info > table td {
		padding: 1em 1em 4em;
	}
	#company_info > table td dl {
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}
	#company_info > table td table {
		margin: 0 auto;
	}
	#company_info > table td table td, #company_info > table td table th {
		display: table-cell;
		padding: 0.4em 1em;
		width: auto;
	}
	#company_info > table td table tr {
		display: table-row;
		width: auto;
	}
	#company_info > table tr:nth-of-type(1) td, #company_info > table tr:nth-of-type(3) td {
		text-align: center;
	}
	#faq_caption dl, #mail_form .mw_wp_form_complete dl {
		width: 70%;
	}
	#mail_form table td, #mail_form table th {
		display: block;
		text-align: center;
	}
	#mail_form table td {
		padding-bottom: 4em;
		padding-top: 2em;
	}
}

/* 画面サイズ 823px用 */
@media screen and (max-width: 823px) {
	article section {
		width: 95%;
	}
}

/* 画面サイズ 800px用 */
@media screen and (max-width: 800px) {
	#notice > div > section h2 {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	#example, #service {
		grid-template-columns: 47% 47%;
	}
	#faq_caption dl, #mail_form table, #mail_form .mw_wp_form_complete dl {
		width: 90%;
	}
}

/* 画面サイズ 740px用 */
@media screen and (max-width: 740px) {
	section h2 {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
}

/* 画面サイズ 667px用 */
@media screen and (max-width: 667px) {
	footer > div {
		display: block;
	}
}

/* 画面サイズ 640px用 */
@media screen and (max-width: 640px) {
	section h2 {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#company_info > table td table td {
		width: auto;
	}
	#company_info > table td table th {
		width: 40%;
	}
	#consultation li > span:last-child {
		font-size: 1rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
	#faq_caption ul {
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
}

/* 画面サイズ 600px用 */
@media screen and (max-width: 600px) {
	#company_info > table td table td, #company_info > table td table th {
		border: none;
		display: block;
		width: auto;
	}
	#company_info > table td table td {
		padding: 1em 2em 3em;
		text-align: left !important;
	}
	#company_info > table td table th {
		background-color: #ebebeb;
	}
	#notice {
		display: block;
	}
	#notice > div > section {
		margin: 4rem auto;
		width: 80%;
	}
	#occupation {
		display: block;
	}
	#occupation div:not(:last-child) {
		margin: 2em 0;
	}
	#result_img {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	#service {
		grid-row-gap: 2rem;
		grid-template-columns: 1fr;
	}
}

/* 画面サイズ 428px用 */
@media screen and (max-width: 428px) {
	#cat_list, #infoarea {
		width: 85%;
	}
	#cat_list tr, #cat_list td, #cat_list th, #infoarea tr, #infoarea td, #infoarea th {
		display: block;
		width: auto;
	}
	#cat_list td, #infoarea td {
		padding-left: 2em;
		padding-right: 2em;
	}
	#cat_list th, #infoarea th {
		border: none;
		text-align: left;
	}
	#cat_list tr:not(:first-child)) th, #infoarea tr:not(:first-child)) th {
		padding: 2em;
	}
	#example {
		grid-template-columns: 1fr;
	}
	#faq_step {
		width: 80%;
	}
	#mail_form table tr:not(:nth-child(2)) td input, #mail_form table td textarea {
		width: 80%;
	}
}

/* 画面サイズ 320px用 */
@media screen and (max-width: 320px) {
	header h1 {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
	}
}
