@charset "UTF-8";

.buttons {
	
}
.buttons ul.buttons-items {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}
.buttons ul.buttons-items li {
	
}
.buttons a.buttons-btn {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}



/* ***************************************
 * common
 * **************************************/

.common-title {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 12px 0;
}
.common-subtitle {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 12px 0;
}
.common-box {
	margin-top: 60px;
}
.common-inbox {
	margin-top: 12px;
	
}


.mainTitle {
	text-align: left;
}
.company .mainTitle,
.recruit .mainTitle,
.news .mainTitle {
	font-size: 4rem;
}
.company .mainTitle,
.recruit .mainTitle {
	color: #FFF;
}
.mainTitle span {
	display: block;
	font-size: .4em;
	font-family: sans-serif;
	font-weight: 600;
	margin-left: .2em;
	color: rgba(5, 103, 64, .3);
}
.company .mainTitle span,
.recruit .mainTitle span {
	color: rgba(255, 255, 255, .4);
}


@media screen and (max-width: 1280px) {
	.company .mainTitle,
	.recruit .mainTitle,
	.news .mainTitle {
		font-size: 3.6rem;
	}
}
@media screen and (max-width: 768px) {
	.company .mainTitle,
	.recruit .mainTitle,
	.news .mainTitle {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 559px) {
	.company .mainTitle,
	.recruit .mainTitle,
	.news .mainTitle {
		font-size: 3.2rem;
	}
}


/* ***************************************
 * ホーム
 * **************************************/

.front-page .service-box {
	
}
.front-page ul.service-items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.front-page ul.service-items li {
	overflow: hidden;
    border-radius: 12px;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.15);
	width: calc(100% / 3 - 22px);
	margin-right: 32px;
	margin-top: 32px;
}
.front-page ul.service-items li:nth-child(3n) {
	margin-right: 0;
}
.front-page ul.service-items li .service-item {
	
}
.front-page ul.service-items li .service-itemText {
	padding: 24px;
}
.front-page ul.service-items li .service-itemText .service-itemText-title {
	margin-bottom: 6px;
}
.front-page ul.service-items li .service-itemText-strong {
	font-family: "Shippori Mincho B1", serif;
	font-size: 1.1em;
    line-height: 1.4;
	color: #056740;
}

@media screen and (max-width: 1194px) {
	.front-page ul.service-items {
		
	}
	.front-page ul.service-items li {
		width: calc(100% / 2 - 18px);
	}
	.front-page ul.service-items li:nth-child(odd) {
		margin-right: 36px;
	}
	.front-page ul.service-items li:nth-child(even) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.front-page ul.service-items {
		
	}
	.front-page ul.service-items li {
		width: calc(100% / 2 - 9px);
	}
	.front-page ul.service-items li:nth-child(odd) {
		margin-right: 18px;
	}
}
@media screen and (max-width: 559px) {
	.front-page ul.service-items {
		flex-direction: column;
	}
	.front-page ul.service-items li {
		width: 100%;
		margin-right: 0 !important;
	}
}


/* 会社情報と採用情報
 * **************************************/

.front-page .company.wide-column {
	background: url(../images/front-page/companyBg.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
.front-page .recruit.wide-column {
	margin-top: 30px;
	background: url(../images/front-page/companyBg.webp) no-repeat;
	background-size: cover;
	background-position: center;
}
.front-page .wide-columnContent a.wide-columnMore {
	display: block;
	    width: 100%;
	color: #FFF;
	padding: 45px 45px 65px 45px;
	position: relative;
}
.front-page .wide-columnContent a.wide-columnMore:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 12px;
    right: 12px;
	background: url(../images/icon/arrrowR-FFF.webp) no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
}
.front-page .wide-columnContent {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	width: calc((480/1240) * 100%);
	height: 100%;
	background-color: #056740;
	border-radius: 12px;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.15);
}
.front-page .wide-columnContent.company-columnContent {
	margin-left: auto;
}
.front-page .wide-columnContent.recruit-columnContent {
	margin-right: auto;
}

@media screen and (max-width: 1194px) {
	.front-page .wide-columnContent {
		width: 420px;
	}
}
@media screen and (max-width: 768px) {
	.front-page .company.wide-column {
		background: url(../images/front-page/companyBg_tb.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-bottom: -120px;
	}
	.front-page .recruit.wide-column {
		background: url(../images/front-page/companyBg_tb.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-top: 225px;
		margin-bottom: 110px;
	}
	.front-page .wide-columnContent {
		width: 100%;
		margin-bottom: -120px;
	}
}
@media screen and (max-width: 559px) {
	.front-page .company.wide-column {
		background: url(../images/front-page/companyBg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-bottom: -120px;
	}
	.front-page .recruit.wide-column {
		background: url(../images/front-page/companyBg_sp.webp) no-repeat;
		background-size: cover;
		background-position: center;
		padding-top: 180px;
		margin-top: 225px;
		margin-bottom: 110px;
	}
	.front-page .wide-columnContent {
		width: 100%;
		margin-bottom: -120px;
	}
	.front-page .wide-columnContent a.wide-columnMore {
		padding: 30px 30px 45px 30px;
	}
}


/* お知らせ
 * **************************************/

.news {
	margin-top: 30px;
	padding-bottom: 0;
	background-color: #EFF9F1;
}
.news .news-outline {
	
}
.news .news-flex {
	display: grid;
    grid-auto-flow: row;
    grid-template-columns: max-content 1fr;
	column-gap: 90px;
}
.news .news-flex .news-flex___title {
	
}
.news .news-flex .news-flex___list {

}
.news .btnNews-more {
	display: block;
	background: #FFF;
	padding: 9px 12px;
	font-size: .9em;
	border: 1px solid rgba(5, 103, 64, .3);
	border-radius: 4px;
}
.news .btnNews-more:hover {
	opacity: 1;
	background: #056740;
	color: #FFF;
}


ul.newsList {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #056740;
}
ul.newsList li {
	border-top: 1px solid #056740;
}
ul.newsList li a {
	display: block;
	padding: 2rem;
}
ul.newsList li dl {
	display: grid;
    grid-auto-flow: row;
    grid-template-columns: max-content 1fr;
	column-gap: 60px;
}
ul.newsList li dl dt {
	
}
ul.newsList li dl dd {
	
}

@media screen and (max-width: 768px) {
	.news .news-flex {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 559px) {
	.news .news-flex {
		display: flex;
		flex-direction: column;
	}
	ul.newsList li dl {
		display: flex;
		flex-direction: column;
	}
	ul.newsList li dl dt {
		width: 100%;
		font-size: .8em;
	}
	ul.newsList li dl dd {
		width: 100%;
	}
	ul.newsList li a {
		padding: 1.8rem;
	}
}


/* ***************************************
 * サービス
 * **************************************/

.service-block {
	padding-bottom: 120px;
}
.service-block img.service-imgWide {
	margin-top: 45px;
}
.service-block .service-title {
	width: 100%;
	padding: 120px 0 60px;
	margin-bottom: 75px;
	background: #056740;
}
.service-block .service-title .subTitle {
	max-width: 45vw;
	color: #FFF;
	margin-bottom: 0;
}
.service-block .service-title .subTitle.right {
	margin-left: auto;
}
.service-block .service-box {
	
}
.service-block .service-box img.service-img {
	float: right;
	margin: -150px 0 45px 45px;
}
.service-block .service-box img.service-img.right {
	float: left;
	margin: -150px 45px 45px 0;
}

@media screen and (max-width: 1194px) {
	.service-block .service-title .subTitle {
		
	}
}
@media screen and (max-width: 960px) {
	.service-block .service-box img.service-img {
		width: 320px;
	}
}
@media screen and (max-width: 768px) {
	.service-block {
		padding-bottom: 75px;
	}
	.service-block .service-title {
		padding: 90px 0 120px;
	}
	.service-block .service-title .subTitle {
		max-width: 100%;
	}
	.service-block .service-box img.service-img {
		float: none;
		width: 100%;
		margin: -150px 0 30px;
	}
}
@media screen and (max-width: 559px) {
	.service-block {
		padding-bottom: 60px;
	}
	.service-block .service-title {
		padding: 60px 0 105px;
	}
}




/* ***************************************
 * ご利用実績
 * **************************************/

.achievements-item:not(:first-child) {
	margin-top: 90px;
}
.achievements-item p.achievements-itemNum {
    margin-left: 60px;
    margin-bottom: -32px;
}
.achievements-item p.achievements-itemNum span {
	font-weight: 600;
    font-size: 4em;
    font-style: italic;
	    color: #056740;
    line-height: 1;
}
.achievements-item .achievements-itemBox {
	background: #fafafa;
    padding: 60px;
}
.achievements-item .achievements-itemTitle {
	
}
.achievements-item .achievements-itemTitle p.result {
	    font-family: "Shippori Mincho B1", serif;
    font-size: 3.8rem;
    line-height: 1.6;
}
.achievements-item .achievements-itemTitle p.company {
	padding-left: 75px;
	position: relative;
}
.achievements-item .achievements-itemTitle p.company:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #000;
	width: 62px;
	height: 1px;
}
.achievements-item .achievements-itemExperience {
	margin-top: 45px;
}
.achievements-item .achievements-itemExperience img.photo {
	float: left;
	margin: 0 45px 45px 0;
}
.achievements-item .achievements-itemBox {
	background: #fafafa;
    padding: 60px;
}


@media screen and (max-width: 1194px) {
	
}
@media screen and (max-width: 768px) {
	.achievements-item p.achievements-itemNum {
		margin-left: 45px;
	}
	.achievements-item p.achievements-itemNum span {
		font-size: 3em;
	}
	.achievements-item .achievements-itemBox {
		padding: 45px;
	}
	.achievements-item .achievements-itemTitle p.result {
		font-size: 3rem;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: 37.84vw;
		margin: 0 30px 30px -45px;
	}
}
@media screen and (max-width: 559px) {
	.achievements-item {
		width: calc(100% + 90px);
		margin-left: -45px;
	}
	.achievements-item p.achievements-itemNum {
		margin-left: 30px;
		margin-bottom: -4.2vw;
	}
	.achievements-item p.achievements-itemNum span {
		font-size: 7vw;
	}
	.achievements-item .achievements-itemBox {
		padding: 45px;
	}
	.achievements-item .achievements-itemTitle p.result {
		font-size: 5.6vw;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: calc(100% + 90px);
		max-width: calc(100% + 90px);
		float: none;
		margin: 0 0 30px -45px;
	}
}
@media screen and (max-width: 430px) {
	.achievements-item {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.achievements-item .achievements-itemBox {
		padding: 30px;
	}
	.achievements-item .achievements-itemTitle p.company {
		padding-left: 52px;
	}
	.achievements-item .achievements-itemTitle p.company:before {
		width: 42px;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
		float: none;
		margin: 0 0 30px -30px;
	}
}
@media screen and (max-width: 380px) {
	.achievements-item {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.achievements-item p.achievements-itemNum {
		margin-left: 20px;
	}
	.achievements-item .achievements-itemBox {
		padding: 30px 20px;
	}
	.achievements-item .achievements-itemExperience img.photo {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		float: none;
		margin: 0 0 30px -20px;
	}
}


/* ***************************************
 * 検索
 * **************************************/


/* 検索フォーム */
#searchform{
	position: relative;
	margin-bottom: 5%;
}
#searchform input#s {
	padding: 18px 4em 18px 30px;
	width: 100%;
	border-radius: 3px;
	background: #FFF;
	color: #000;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transition: .3s all;
}
#searchform input#s:focus {
	background: #ededed;
}
#searchform #searchsubmit {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	border: none;
	background: url(../images/icon-film.svg) no-repeat;
	background-size: 100%;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
}

#search p.items {
	text-align: center;
	margin: 30px;
}
#search ul.box-list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -15px;
}
#search ul.box-list li {
	position: relative;
	width: calc(100%/5);
	padding: 0 15px;
	margin-top: 15px;
}
#search ul.box-list li .sub_box .image {
	line-height: 0;
	margin-bottom: 15px;
}
#search ul.box-list li .txt p.category {
	margin: 8px 0;
}
#search ul.box-list li .txt p.category span {
	margin-top: 15px;
	font-size: 12px;
}
#search ul.box-list li .txt p.category span a {
	display: inline-block;
	background: #FFF;
	color: #252c41;
	border: 1px solid #252c41;
	padding: 1px 7px;
	border-radius: 30px;
}
#search ul.box-list li .txt p.category span a:hover {
	background: #252c41;
	color: #FFF;
	border: 1px solid #252c41;
	text-decoration: none;
}
#search ul.box-list li .txt .tag {
	margin-top: 5px;
	line-height: 1;
}
#search ul.box-list li .txt .tag ul.tag-list {
	margin: -5px 0 0;
	font-size: 14px;
}
#search ul.box-list li .txt .tag ul.tag-list li {
	display: inline-block;
	width: auto;
	margin: 8px 8px 0 0;
	padding: 0;
}
#search ul.box-list li .txt .tag ul.tag-list li:before {
	content: "\f02c";
	font-family: FontAwesome;
	font-size: 8px;
	vertical-align: top;
}
#search ul.box-list li .txt .tag ul.tag-list li a {
	display: inline;
}

/* 空欄で検索 */
#search .no-keyword {
	text-align: center;
}

/* 検索結果 */
#search .no-results {
	text-align: center;
}

/* 検索結果のボタン */
#search .button-box {
	text-align: center;
	margin-top: 18px;
}
#search .button-box a.buttons-btn {
    display: block;
    text-align: center;
    background: #000;
    color: #FFF;
    border-radius: 4px;
    padding: 18px 12px;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
	#search ul.box-list li {
		width: calc(100%/4);
	}
}
@media screen and (max-width: 768px) {
	#search ul.box-list li {
		width: calc(100%/3);
	}
}
@media screen and (max-width: 559px) {
	#searchform input#s {
		padding: 18px 3.6em 18px 18px;
	}
}
@media screen and (max-width: 430px) {
	#search ul.box-list li {
		width: calc(100%/2);
	}
}
@media screen and (max-width: 380px) {
	
}


#search .items-block {
	margin-top: 90px;
}
#search .items-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
#search .items-title span {
    font-family: "rift-soft", sans-serif;
    font-weight: 500;
    font-size: .6em;
    color: #aaa;
}
#search .items-title span:before {
	content: "―";
	margin-right: 3px;
}


/* カテゴリ */
#search ul.categories-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	font-size: .9em;
}
#search ul.categories-items li a {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}

/* 制作国 */
#search ul.countries-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	font-size: .9em;
}
#search ul.countries-items li a {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}

/* 制作年 */
#search ul.years-items {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
	font-size: .9em;
}
#search ul.years-items li a {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}

/* 監督 */
/* 俳優 */
#search ul.directors-items,
#search ul.actors-items {
	font-size: .9em;
}
#search ul.actors-items:not(:first-child) {
	margin-top: 30px;
}

/* 映画賞 */
#search ul.awards-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	font-size: .9em;
}
#search ul.awards-items li a {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}

/* アニメ */
#search ul.animation-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	font-size: .9em;
}
#search ul.animation-items li a {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}

/* そのほか */
#search ul.others-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	font-size: .9em;
}
#search ul.others-items li a {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}

/* 映倫 */
#search ul.ratings-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	font-size: .9em;
}
#search ul.ratings-items li a {
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	/* カテゴリ */
	#search ul.categories-items {
		grid-template-columns: repeat(3, 1fr);
	}
	#search ul.categories-items li a {
		padding: 18px 6px;
	}
	
	/* 制作国 */
	#search ul.countries-items {
		grid-template-columns: repeat(3, 1fr);
	}
	#search ul.countries-items li a {
		padding: 18px 6px;
	}

	/* 制作年 */
	#search ul.years-items {
		grid-template-columns: repeat(5, 1fr);
	}
	#search ul.years-items li a {
		padding: 18px 6px;
	}
}
@media screen and (max-width: 559px) {
	/* カテゴリ */
	#search ul.categories-items {
		gap: 12px;
	}
	
	/* 制作国 */
	#search ul.countries-items {
		gap: 12px;
	}
	
	/* 制作年 */
	#search ul.years-items {
		gap: 12px;
	}

	/* 映画賞 */
	#search ul.awards-items {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}

	/* アニメ */
	#search ul.animation-items {
		gap: 12px;
	}

	/* そのほか */
	#search ul.others-items {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}

	/* 映倫 */
	#search ul.ratings-items {
		gap: 12px;
	}
}
@media screen and (max-width: 430px) {
	
	/* 制作年 */
	#search ul.years-items {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 380px) {
	/* カテゴリ */
	#search ul.categories-items {
		grid-template-columns: repeat(2, 1fr);
	}
	
	/* 制作国 */
	#search ul.countries-items {
		grid-template-columns: repeat(2, 1fr);
	}
	
	/* アニメ */
	#search ul.animation-items {
		grid-template-columns: repeat(1, 1fr);
	}
}


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

#contact .contact-msg {
	text-align: center;
	margin-bottom: 30px;
}
#contact .contact-msg .button-box {
	margin-top: 30px;
}
#contact .contact-msg .button-box a.button-home {
	display: block;
    text-align: center;
    background: #000;
    color: #FFF;
    border-radius: 4px;
    padding: 18px 12px;
    line-height: 1;
}
#contact fieldset {
	border: none;
	padding: 0;
}
#contact fieldset legend {
	text-align: center;
}
#contact .form-item {
	position: relative;
}
#contact .form-item:not(:first-child) {
	margin-top: 12px;
}
#contact .form-label {
	    position: absolute;
    z-index: 1;
    top: 50%;
    left: 1.2em;
    transform: translateY(-50%);
	font-family: sans-serif;
	width: 128px;
	text-align: left;
}
#contact .form-label:after {
	content: ":";
	position: absolute;
	right: 0;

}
#contact .form-input {
	flex: 1;
	padding: 0 16px;
}
#contact .form-input input {
	width: 100%;
	border: none;
	outline: none;
	background: transparent;
}

#contact input,
#contact textarea {
	padding-left: 10em;
}
#contact textarea {
	max-height: 180px;
}
#contact .send-button {
	text-align: center;
    margin-top: 18px;
}
#contact .send-button a.tab {
	text-decoration: underline;
}
#contact .send-button input.send {
	position: relative;
    max-width: 320px;
    width: 80%;
	background: #000;
	color: #FFF;
	border-radius: 4px;
	padding: 18px 12px;
	margin: 30px 0 0;
	border: none;
	font-size: 1.1em;
	font-family: "rift-soft", sans-serif;
	font-weight: 500;
	line-height: 1;
	transition: all .3s ease;
}
#contact .send:hover {
	opacity: .7;
}


/*送信完了*/
#contact .summary_coution {
	width: 860px;
	margin: 45px auto 0;
	border-top: 1px dotted #ededed;
	border-bottom: 1px dotted #ededed;
	padding: 30px 30px;
}
#contact .summary_coution p.summary_coution_title {
	font-weight: bold;
	font-size: 1.1rem
}


#inquiry input[type="text"],
#inquiry input[type="tel"],
#inquiry input[type="email"],
#inquiry textarea {
	border-radius: 4px;
	padding: 12px;
	background: #FFF;
    border: 1px solid #999;
	outline: none;
}
#inquiry input[type="text"]:focus,
#inquiry input[type="tel"]:focus,
#inquiry input[type="email"]:focus,
#inquiry textarea:focus {
	background: #EBFEF6;
	border: 1px solid #056740;
}
#inquiry input.email_confirm {
	margin-top: 9px;
}


@media screen and (max-width: 1194px) {
	#inquiry table th {
		width: 180px;
	}
}
@media screen and (max-width: 768px) {
	#inquiry table th {
		display: block;
		width: 100%;
		padding: 18px 30px 0 30px;
		border-bottom: none;
	}
	#inquiry table td {
		display: block;
		width: 100%;
		padding: 12px 30px 18px 30px;
	}
	
	/* 郵便番号 */
	#inquiry table td.position .postcode_flex p.memo {
		font-size: .8em;
	}
	
	/* 問い合わせ項目 */
	#inquiry table td span.type .wpcf7-list-item {
		display: block;
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 560px) {
	#inquiry table th {
		display: block;
		width: 100%;
		padding: 18px 0 0 0;
		border-bottom: none;
	}
	#inquiry table td {
		display: block;
		width: 100%;
		padding: 12px 0 18px 0;
	}

	/* ボタン */
	#inquiry .formBtnFrower {
		background: url('../images/common/formBtnFrower_sp.webp') no-repeat !important;
		background-size: contain !important;
		width: 260px !important;
		height: 62px !important;
		font-size: 2.2rem !important;
		filter: grayscale(0); 
	}
}
@media screen and (max-width: 430px) {
	/* ボタン */
	#inquiry .formBtnFrower {
		font-size: 2rem !important
	}
}
@media screen and (max-width: 320px) {
	/* ボタン */
	input.send {
		min-width: 220px;
	}
}

/* Contact Form 7
 * **************************************/
.wpcf7-list-item.first { /*チェックボックスの最初*/
	margin-left: 0 !important;
}
.wpcf7-not-valid-tip { /*エラーメッセージ*/
	color: #C62D60 !important;
	margin-top: 3px !important;
	margin-left: 1.2em;
	text-align: left;
	font-size: .6em;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
.wpcf7-spinner { /*スピナー*/
	display: none !important;
}


/* ***************************************
 * ポップコーンについて
 * **************************************/

#about h3 {
	text-align: left;
	font-size: 100%;
	margin: 18px 0 12px 0;
}
#about ul {
	list-style: disc;
	margin: 1em 0 1em 1em;
	padding: 0;
}
#about .contents a {
	text-decoration: underline;
}



/* ***************************************
 * プライバシーポリシー
 * **************************************/

#privacy-policy h3 {
	text-align: left;
	font-size: 100%;
	margin: 18px 0 12px 0;
}
#privacy-policy h2:first-child {
	margin-top: 0;
}
#privacy-policy ul {
	list-style: disc;
	margin: 1em 0 1em 1em;
	padding: 0;
}
#privacy-policy .contents a {
	text-decoration: underline;
}


/* ***************************************
 * サイトマップ
 * **************************************/

#sitemap ul.sitemap-items {
	border-top: 1px solid #ededed;
}
#sitemap ul.sitemap-items li {
	border-bottom: 1px solid #ededed;
}
#sitemap ul.sitemap-items li a {
	display: block;
	padding: 12px 18px;
	line-height: 1.4;
}
#sitemap ul.sitemap-items li a:hover {
	background: #fafafa;
}
#sitemap ul.sitemap-subitems {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin: 12px;
}
#sitemap ul.sitemap-subitems li {
	border: none;
}
#sitemap ul.sitemap-subitems li a {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #ededed;
	line-height: 1.4;
	border-radius: 3px;
}
#sitemap ul.sitemap-subitems li a:hover {
	background: #DDDDDD;
}

@media screen and (max-width: 768px) {
	#sitemap ul.sitemap-subitems {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 559px) {
	#sitemap ul.sitemap-subitems {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	#sitemap ul.sitemap-subitems li a {
		font-size: .9em;
	}
}
