@charset "UTF-8";


/******************
中ページ共通
******************/
.main {
	background: url(./images/top/top_products_bkg.png) top/200px repeat;
	background-color: transparent;
	color: #323232;
}
.main a {
	color: #323232;
}


#inpage-hero {
	background: url(./images/common/common_hero_bkg.jpg) center/cover no-repeat;
	position: relative;
}
#inpage-hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#inpage-hero .hero-inner {
	width: 90%;
	margin: 0 auto;
	color: #fff;
	padding: 140px 0;
	position: relative;
	z-index: 1;
}
#inpage-hero .hero-inner p {
	text-transform: uppercase;
	font-size: 290%;
	line-height: 150%;
	letter-spacing: .1rem;
}
#inpage-hero .hero-inner h1 {
	font-size: 110%;
	font-weight: 400;
	letter-spacing: .2rem;
	position: relative;
	padding-left: 32px;
}
#inpage-hero .hero-inner h1:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #d71616;
}
#inpage-hero-noimg {
	padding-top: 160px;
	position: relative;
}
#inpage-hero-noimg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: #000;
	
}

#bread-crumb {
	width: 90%;
	max-width: 1300px;
	margin: 20px auto;
}
#bread-crumb p {
	font-size: 90%;
}
#bread-crumb a {
	text-decoration: underline;
}
#contents {
	margin: 80px auto 0;
	padding-bottom: 120px;
}

h2.common {
	font-size: 180%;
	font-weight: 400;
	letter-spacing: .2rem;
	line-height: 180%;
	margin-bottom: 40px;
	padding-left: 20px;
	position: relative;
}
h2.common:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #d71616;
}
h3 {
	
}
h4 {
	
}

.editPostLink{
	clear:both;
	max-width:1100px;
	margin:10px auto 0;
	display:none;
}

.editPostLink a{
	display:inline-block;
	padding:5px;
	background-color:#2466dd;
	color:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.editPostLink a:hover{
	background-color:#4486fd;
	text-decoration:none;
}

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.pagination span, .pagination a {
	display:block;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#3e3e3e;
	background: #dddddd;
}
 
.pagination a:hover{
	color:#fff;
	background: #888888;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #d71616;
	color:#fff;
}

@media screen and (max-width: 960px) {
	#inpage-hero-noimg {
		padding-top: 140px;
	}
	#inpage-hero-noimg:before {
		height: 90px;
	}
	#inpage-hero .hero-inner {
		padding: 120px 0 80px;
	}
	#inpage-hero .hero-inner p {
		font-size: 200%;
	}
	h2.common {
		font-size: 160%;
	}
	h2.common:before {
		top: 17px;
	}
}
@media screen and (max-width: 640px) {
	.main {
		padding-top: 70px;
	}
	.header {
		background: #000;
	}
	#inpage-hero .hero-inner {
		padding: 60px 0;
	}
	#inpage-hero .hero-inner p {
		font-size: 160%;
	}
	#inpage-hero .hero-inner h1 {
		font-size: 100%;
	}
	#bread-crumb {
		margin: 15px auto;
	}
	#bread-crumb p {
		font-size: 85%;
	}
	#contents {
		margin: 60px auto 0;
		padding-bottom: 100px;
	}
	
	#inpage-hero-noimg {
		padding-top: 20px;
	}
	#inpage-hero-noimg:before {
		display: none;
	}
	
	h2.common {
		font-size: 140%;
		letter-spacing: .1rem;
		margin-bottom: 30px;
		padding-left: 17px;
		text-align: center;
		padding-left: 0;
		padding-bottom: 13px;
	}
	h2.common:before {
		top: auto;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 25px;
		height: 2px;
	}
}

/******************
納品事例一覧
******************/
.case-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.case-container .case-item {
	width: calc(33.33% - 26.66px);
}
.case-container .case-item a {
	display: block;
	height: calc(100% - 40px);
}
.case-container .case-item .img {
	aspect-ratio: 4/3;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.4);
}
.case-container .case-item .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.case-container .case-item .ttl {
	font-size: 110%;
}

@media screen and (max-width: 960px) {
	.case-container {
		gap: 40px 30px;
	}
	.case-container .case-item {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 640px) {
	.case-container {
		gap: 40px 20px;
	}
	.case-container .case-item {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 480px) {
	.case-container {
		flex-direction: column;
		gap: 30px 0;
	}
	.case-container .case-item {
		width: 100%;
	}
	.case-container .case-item a {
		height: auto;
	}
}

/******************
納品事例詳細ページ
******************/
.case-single-container {
	display: flex;
	align-items: flex-start;
	margin-bottom: 80px;
}
.case-single-container .case-gallery {
	width: 40%;
	margin-right: 5%;
}
.case-single-container .case-gallery .case-main {
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.4);
}
.case-single-container .case-gallery .case-main img {
	aspect-ratio: 4/3;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.case-single-container .case-gallery .case-thumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.case-single-container .case-gallery .case-thumb li {
	width: calc(25% - 7.5px);
	cursor: pointer;
}
.case-single-container .case-gallery .case-thumb li.active {
	position: relative;
}
.case-single-container .case-gallery .case-thumb li.active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}
.case-single-container .case-gallery .case-thumb li img {
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.case-single-container .case-comment {
	width: 55%;
	background: #fff;
	border-radius: 20px;
}
.case-single-container .case-comment-inner {
	padding: 100px 80px 60px;
	position: relative;
}
.case-single-container .case-comment-inner:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 60px;
	width: 40px;
	height: 30px;
	background: url(./images/common/comment_icon.svg) center/100% no-repeat;
	opacity: .15;
}
.case-single-container .case-comment-inner:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 20%;
	width: 35px;
	height: 20px;
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
.case-single-container .case-comment .name {
	margin-top: 30px;
	text-align: right;
}
.case-single-container .case-comment .name span {
	padding-left: 30px;
	position: relative;
}
.case-single-container .case-comment .name span:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 17px;
	height: 25px;
	background: url(./images/common/profile_icon.svg) center/100% no-repeat;
}


.case-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}
.case-navigation .archive-link {
	width: 140px;
	text-align: center;
	position: relative;
}
.case-navigation .archive-link:before,
.case-navigation .archive-link:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 15px;
	background: #000;
}
.case-navigation .archive-link:before {
	left: 0;
}
.case-navigation .archive-link:after {
	right: 0;
}
.case-navigation .post-link {
	width: 140px;
	text-align: center;
}
.case-navigation .post-link a {
	position: relative;
}
.case-navigation .prev-post a {
	padding-left: 25px;
}
.case-navigation .next-post a {
	padding-right: 25px;
}
.case-navigation .post-link a:before {
	position: absolute;
	top: 6px;
	font-size: 90%;
	line-height: 100%;
}
.case-navigation .prev-post a:before {
	content: "<";
	left: 0;
	
}
.case-navigation .next-post a:before {
	content: ">";
	right: 0;
}

@media screen and (max-width: 960px) {
	.case-single-container .case-comment-inner {
		padding: 80px 50px 40px;
	}
	.case-single-container .case-comment-inner:before {
		top: 35px;
		left: 40px;
		width: 35px;
		height: 26px;
	}
}
@media screen and (max-width: 764px) {
	.case-single-container {
		flex-direction: column;
	}
	.case-single-container .case-gallery {
		width: 100%;
		margin-right: 0;
		order: 2;
	}
	.case-single-container .case-gallery .case-main {
		padding: 20px;
	}
	.case-single-container .case-comment {
		width: 100%;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 640px) {
	.case-single-container .case-comment {
		margin-bottom: 40px;
		border-radius: 15px;
	}
	.case-single-container .case-comment-inner {
		padding: 70px 30px 40px;
	}
	.case-single-container .case-comment-inner:before {
		top: 30px;
		left: 30px;
		width: 30px;
		height: 25px;
	}
	.case-single-container .case-gallery .case-main {
		padding: 0;
	}
	.case-single-container .case-gallery .case-thumb li {
		width: calc(33.33% - 6.66px);
	}
}
@media screen and (max-width: 480px) {
	.case-navigation a {
		font-size: 90%;
	}
	.case-navigation .archive-link {
		width: 120px;
	}
}

/******************
よくあるご質問
******************/
.faq-container {
	margin-top: 40px;
}
.faq-container .faq-item {
	border-bottom: 1px solid #b9b9b9;
}
.faq-container .faq-item button {
	color: #323232;
}
.faq-container .faq-item .answer {
	color: #323232;
}

@media screen and (max-width: 640px) {
	.faq-container {
		margin-top: 20px;
	}
}


/******************
会社概要
******************/
.greeting-container .txt-box p {
	font-size: 110%;
	line-height: 200%;
}
.overview-container table {
	width: 100%;
}
.overview-container table tr {
	border-bottom: 1px solid #b9b9b9;
}
.overview-container table tr:first-child {
	border-top: 1px solid #b9b9b9;
}
.overview-container table th {
	width: 100px;
	padding: 20px 0;
}
.overview-container table td {
	padding: 20px 20px;
}
.overview-container iframe {
	height: calc(100% - 60px);
}
.overview-container .map-link {
	width: 100%;
	max-width: 190px;
	margin-top: 5px !important;
}
.overview-container .map-link a {
	display: block;
	font-size: 80%;
	color: #fff;
	text-align: center;
	background: #d71616;
	border-radius: 50px;
	padding: 10px 0;
}

@media screen and (max-width: 781px) {
	.overview-container iframe {
		height: 340px;
	}
}
@media screen and (max-width: 480px) {
	.overview-container table th {
		width: 80px;
	}
	.overview-container table td {
		padding: 20px 10px 20px 20px;
	}
}

/******************
お知らせ
******************/
/*アーカイブページ*/
.info-container ul li {
	border-bottom: 1px solid #b9b9b9;
}
.info-container ul li .info-title a {
	color: #323232;
}

/*詳細ページ*/
.info-single-container {
	max-width: 800px;
	margin: 0 auto;
}
.info-single-head {
	border-bottom: 1px dashed #b9b9b9;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.info-single-head p {
	font-family: "Manrope", sans-serif;
	letter-spacing: .1rem;
}
.info-single-head h2 {
	font-size: 140%;
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 150%;
}
.common-btn.info-single a {
	margin: 40px auto 0;
}

.info-single-container h2,
.info-single-container h3,
.info-single-container h4 {
	font-weight: 400;
}

@media screen and (max-width: 640px) {
	.info-single-head h2 {
		font-size: 130%;
	}
}


/******************
お問い合わせ
******************/

/*フォーム初期設定*/
#contactForm input, #contactForm textarea {
	width: calc(100% - 32px);
	font-size: 100%;
	padding: 15px 15px;
	background: #fff;
	border: 0;
	outline: none;
	line-height: 150%;
}
#contactForm input {
	border-radius: 5px;
}
#contactForm textarea {
	border-radius: 5px;
}
.has-select .wpcf7-form-control-wrap {
	display: inline-block;
	position: relative;
}
.has-select .wpcf7-form-control-wrap:before {
	content: '';
	position: absolute;
	top: 25px;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 7px solid #555555;
	border-bottom: 0;
	pointer-events: none;
}
.has-select select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	background: #fff;
	border: 0;
	padding: 15px 40px 15px 15px;
	font-size: 100%;
	line-height: 24px;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
}


input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 2px solid #ccc;
	outline: none;
	cursor: pointer;
	margin-right: 3px;
	margin-bottom: 4px;
	padding: 0;
	position: relative;
}
input[type="checkbox"]:checked::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #d60909;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 26%, 84% 6%, 45% 69%);
}
#sendingCheck input[type="checkbox"]:checked::before {
	background: #d60909;
}


.wpcf7-list-item.first {
	margin-left: 0 !important;
}
input[type="radio"] {
	width: auto !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	width: 20px !important;
	height: 16px;
	border-radius: 50%;
	padding: 0 !important;
	border: 0 !important;
	outline: none;
	cursor: pointer;
	position: relative;
	background: transparent !important;
}
input[type="radio"]:checked {
    border-color: #2196F3;
}
input[type="radio"]:checked::before {
    content: '';
    display: block;
	width: 13px;
	height: 13px;
    border-radius: 50%;
    background: #9e9e9e;
    position: absolute;
    top: 3px;
	left: 3px;
	z-index: 5;
}
input[type="radio"]:after {
	content: '';
    display: block;
    width: 15px;
    height: 15px;
	border: 2px solid #cfcfcf;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7-radio .wpcf7-list-item {
	margin-left: 30px;
}


/*フォームレイアウト*/

#contactForm {
	max-width: 900px;
	margin: 0 auto;
}
#contactForm table {
	display: block;
}
#contactForm table tbody {
	width: 100%;
	display: block;
}
#contactForm table tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #b9b9b9;
}
#contactForm table tr:first-child {
	border-top: 1px solid #b9b9b9;
}
#contactForm table tr th {
	display: block;
	width: 250px;
	text-align: left;
	font-weight: 500;
	padding: 20px 0;
}
#contactForm table tr th .required {
	font-size: 70%;
	margin-left: 10px;
	color: #d60909;
}
#contactForm table tr td {
	display: block;
	width: 100%;
	width: calc(100% - 250px);
	padding: 20px 0;
}
#contactForm table tr td.has-number input {
	width: auto;
}
#contactForm table tr td.has-2line {
	display: flex;
}
#contactForm table tr td.has-2line p {
	width: calc(50% - 10px);
}
#contactForm table tr td.has-2line p:first-child {
	margin-right: 20px;
}
#contactForm table tr td.has-2line .name-label {
	display: inline-block;
	font-size: 80%;
	width: 50px;
	text-align: center;
	white-space: nowrap;
}
#contactForm table tr td.has-2line input {
	width: calc(100% - 80px);
}
#contactForm table tr td .zip-head {
	display: inline-block;
	font-size: 80%;
	width: 50px;
	text-align: center;
	white-space: nowrap;
}
#contactForm table tr td .notes {
	font-size: 80%;
	color: #6b6b6b;
	line-height: 150%;
	margin-top: 5px;
}
#contactForm table tr td .has-radio {
	margin-bottom: 15px;
}
#contactForm table tr td.birthday {
	display: flex;
}
#contactForm table tr td.birthday p {
	margin-right: 20px;
	position: relative;
	padding-right: 30px;
}
#contactForm table tr td.birthday p:last-child {
	margin-right: 0;
}
#contactForm table tr td.birthday .year input {
	width: 80px;
}
#contactForm table tr td.birthday .month input,
#contactForm table tr td.birthday .day input {
	width: 40px;
}
#contactForm table tr td.birthday p .label {
	width: 20px;
	display: block;
	font-size: 80%;
	text-align: center;
	position: absolute;
	top: 13px;
	right: 0;
}

#sendingBox {
	text-align: center;
	margin: 40px 0;
}
#sendingBox #sendingTxt {
	font-size: 120%;
	font-weight: 500;
	letter-spacing: .4rem;
	margin-bottom: 15px;
}

#formBtnBox {
	display: flex;
	max-width: 600px;
	margin: 0 auto 70px;
	position: relative;
}
#formBtnBox .returnBtn, #formBtnBox .kakuninBtn {
	width: calc(50% - 10px);
}
#formBtnBox .returnBtn {
	margin-right: 15px;
}
#formBtnBox input {
	width: 100%;
	display: block;
	border: 0;
	border-radius: 5px;
	padding: 20px 0;
	font-size: 100%;
	color: #fff;
	background: #b4b4b4;
	cursor: pointer;
	transition: .3s all ease;
}
#formBtnBox input:hover {
	background: #bfbfbf;
}
#formBtnBox .kakuninBtn input {
	background: #d71616;
}
#formBtnBox .kakuninBtn input:hover {
	background: #d56363;
}

#caveat {
	text-align: center;
	font-size: 90%;
	line-height: 170%;
}

.wpcf7-not-valid-tip {
	font-size: 80% !important;
	color: #d60909 !important;
}
#contactForm table tr td.birthday .month .wpcf7-not-valid-tip,
#contactForm table tr td.birthday .day .wpcf7-not-valid-tip {
	white-space: nowrap;
	position: absolute;
	bottom: -41px;
	left: 0;
}

.wpcf7-spinner {
	position: absolute !important;
	right: 0 !important;
	left: 0 !important;
	bottom: -40px !important;
	margin: auto !important;
}

.wpcf7 form .wpcf7-response-output {
	padding: 15px 20px !important;
	text-align: center;
}

@media screen and (max-width: 800px) {
	#contactForm table tr {
		flex-direction: column;
	}
	#contactForm table tr th {
		width: 100%;
		display: block;
		padding-bottom: 0;
	}
	#contactForm table tr td {
		width: 100%;
		display: block;
		padding: 5px 0 20px;
	}
}
@media screen and (max-width: 640px) {
	#contactForm input,
	#contactForm textarea {
		padding: 10px 15px;
	}
	.has-select .wpcf7-form-control-wrap:before {
		top: 19px;
	}
	.has-select select {
		padding: 10px 40px 10px 15px;
	}
}
@media screen and (max-width: 480px) {
	#contactForm table tr td.has-2line {
		flex-direction: column;
	}
	#contactForm table tr td.has-2line p {
		width: 100%;
	}
	#contactForm table tr td.has-2line p:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#formBtnBox {
		flex-direction: column;
	}
	#formBtnBox .returnBtn, #formBtnBox .kakuninBtn {
		width: 100%;
	}
	#formBtnBox .returnBtn {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.wpcf7-form-control-wrap .wpcf7-radio {
		display: flex;
		flex-direction: column;
	}
	.wpcf7-radio .wpcf7-list-item {
		margin-left: 0;
		margin-top: 5px;
	}
	.wpcf7-list-item.first {
		margin-top: 0 !important;
	}
}


/******************
お問い合わせ完了
******************/
.contact-thanks-wrap {
	text-align: center;
}
.contact-thanks-wrap h2 {
	font-size: 180%;
	font-weight: 500;
	margin-bottom: 40px;
}
.contact-thanks-wrap h2 br {
	display: none;
}
.contact-thanks-wrap .notes {
	background: #fff;
	padding: 20px 40px;
	border-radius: 5px;
	text-align: left;
	margin: 40px auto;
	max-width: 680px;
}
.contact-thanks-wrap .common-btn a {
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.contact-thanks-wrap h2 {
		font-size: 150%;
	}
}
@media screen and (max-width: 640px) {
	.contact-thanks-wrap {
		text-align: left;
	}
	.contact-thanks-wrap h2 {
		text-align: center;
		font-size: 130%;
		line-height: 180%;
	}
	.contact-thanks-wrap .notes {
		padding: 15px 20px;
		margin: 20px auto 40px;
	}
}
@media screen and (max-width: 370px) {
	.contact-thanks-wrap h2 br {
		display: block;
	}
}

/******************
お支払い・配送について
******************/
.payment-table {
	width: 100%;
}
.payment-table tr {
	border-bottom: 1px solid #b9b9b9;
}
.payment-table tr:first-child {
	border-top: 1px solid #b9b9b9;
}
.payment-table th {
	width: 190px;
	padding: 20px 0;
}
.payment-table td {
	padding: 20px 0 20px 20px;
}
.payment-table td .creditcard-img {
	background: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 5px;
}

.payment-postage {
	display: inline-block;
	background: #fff;
	padding: 10px 30px;
	font-size: 110%;
	letter-spacing: .1rem;
	border-radius: 5px;
}
.payment-postage-h3 {
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.payment-postage-h3:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 6px;
	height: 21px;
	background: #d71616;
}
.payment-delivery-table {
	width: 100%;
	text-align: center;
}
.payment-delivery-table tr {
	border-bottom: 1px solid #b9b9b9;
}
.payment-delivery-table th,
.payment-delivery-table td {
	padding: 10px 0;
}

@media screen and (max-width: 640px) {
	.payment-table th {
		padding: 20px 0 0;
		display: block;
		width: 100%;
		text-align: left;
	}
	.payment-table td {
		padding: 5px 10px 20px 10px;
		display: block;
		width: calc(100% - 20px);
	}
	.payment-table td .creditcard-img {
		padding: 5px 0;
	}
	
	.payment-postage {
		display: block;
		text-align: center;
	}
	.payment-postage-h3 {
		font-size: 110%;
	}
	.payment-postage-h3:before {
		height: 18px;
	}
	.payment-delivery-table th,
	.payment-delivery-table td {
		font-size: 90%;
	}
}

/******************
プライバシーポリシー
******************/
.pp-list {
	margin-top: 20px;
	margin-left: 25px;
}
.pp-list li {
	list-style: decimal;
}

/******************
特定商取引法に基づく表記
******************/
.legal-table {
	width: 100%;
}
.legal-table tr {
	border-bottom: 1px solid #b9b9b9;
}
.legal-table tr:first-child {
	border-top: 1px solid #b9b9b9;
}
.legal-table th {
	width: 190px;
	padding: 20px 0;
}
.legal-table td {
	padding: 20px 0 20px 20px;
}
.legal-table td a {
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	.legal-table th {
		padding: 20px 0 0;
		display: block;
		width: 100%;
		text-align: left;
	}
	.legal-table td {
		padding: 5px 10px 20px 10px;
		display: block;
		width: calc(100% - 20px);
	}
}

/******************
404ページ
******************/
.wrap-404 {
	text-align: center;
}
.wrap-404 h1 {
	font-size: 180%;
	font-weight: 500;
	margin-bottom: 60px;
}
.wrap-404 h1 br {
	display: none;
}
.wrap-404 .common-btn {
	margin-top: 60px;
}
.wrap-404 .common-btn a {
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	.wrap-404 h1 {
		font-size: 150%;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
	.wrap-404 h1 {
		font-size: 130%;
		line-height: 180%;
	}
	.wrap-404 p {
		text-align: left;
	}
	.wrap-404 p br {
		display: none;
	}
}
@media screen and (max-width: 400px) {
	.wrap-404 h1 br {
		display: block;
	}
}