@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(27px,2.9vw,30px);
	line-height: 1em;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px,2vw,18px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #777;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
.entry_bk{
	padding: 0;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.nav_bk{
	background-color: var(--main-color);
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	/* background-color: var(--base-color); */
	position: relative;
	z-index: 1;
}
/*タグ*/
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 10px;
	background-color: var(--main-color);
	border: 1px solid var(--accent-color1);
	color:#FFF;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/*-----------------------------------------------*/
/*よく使うデザイン-m*/
/*-----------------------------------------------*/
/**/
.h-kakomi {
	padding: 2px 5px 1px 5px;
	margin: 5px 7px 3px 0;
	color: #454545;
	background-color: #deead0;
	border-radius: 5px;
	text-align: center;
	font-size: 85%;
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	/*padding: 10px;
	border: 1px dotted #626262;
	margin: 20px 0;*/
	padding: 20px 25px;
	margin: 10px auto;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.7);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.65);
}
.kbg03{
	background-color: rgba(122, 142, 112, 0.9);
}
/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 20px 0;
	padding: 3px 3px 2px 20px;
	color: #000;
	position: relative;
	background-color: rgba(198, 170, 154, 0.77);
	font-family: 'Kiwi Maru';
}
h3.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: var(--main-color);
	top: 7px;
	left: 0;
}
/*一部だけ枠線の色を変える*/
.boxtlcc {
	padding:1em;/*内側の余白*/
	border: 3px solid #e6e6e6;
	position: relative;
	z-index: 0;
	background-color: rgba(244, 244, 244, 0.5);
}
.boxtlcc:before {
	border-top:3px solid var(--main-color);
	border-left:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.boxtlcc:after {
	border-bottom:3px solid var(--main-color);
	border-right:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
/*カギカッコ見出し*/
.hkagi {
	/*width: fit-content;*/
	margin: 0 auto;
	position: relative;
	padding: 1em 1em;
	text-align: center;
}
.hkagi:before,
.hkagi:after {
	position: absolute;
	content: '';
}
.hkagi:after {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
.hkagi:before {
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}


/*--------------今回だけp文章指定--------------*/
p.ffco{
	color: var(--main-color);
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
	font-size: clamp(14px, 1.5vw, 16px);
}
p.ffco2{
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}
/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
/*お知らせ*/
.news {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) 0;
	background-color: var(--accent-color2);
}
/*冒頭一文*/
p.grp{
	font-size: 14px;
	/*padding: 15px 20px;*/
	margin: 0 auto 10px auto;
	/*border: 1px solid #ccc;*/
	width: fit-content;
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 50px;
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(27px,2.9vw,30px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1em;
	font-style: italic;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 2vw;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: #425c82;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0 auto;
	font-size: clamp(50px,10vw,80px);
	text-align: center;
	top: -1.2em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	text-transform: lowercase;
	font-weight: normal;
	color: #8ba867;
	opacity: 0.3;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 16px);
	font-weight: 400;
	margin: 0 auto 20px auto;
	line-height: 1.9;
	text-align: justify;
	font-family: "Sawarabi Gothic", "M PLUS 1p", sans-serif;
}


/*画面半分体裁デザインのところ*/
.sec1 {
	padding: 0;
}
/**/
.wo_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.wo_sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 70px;
}
.wo_sec1-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 70px;
}

@media only screen and (max-width: 868px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.wo_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item2 { grid-area: 2 / 1 / 3 / 2; }
}
@media only screen and (max-width: 568px) {
	.wo_sec1-container-item1 {
		padding: 50px 30px;
	}
	.wo_sec1-container-item2 {
		padding: 50px 30px;
	}
}

.wo_sec1-bg01{
	background-image: url(../img/bg_04.jpg);
	background-position: center left;
	position: relative;/*画像の上に文字を入れる為に指定★*/
}
.wo_sec1-bg02{
	background-image: url(../img/bg_03.jpg);
	background-position: center left;
	position: relative;/*画像の上に文字を入れる為に指定★*/
}

/**/
.wo_sec1-container h4 {
	font-size: clamp(20px, 2vw, 25px);
	border-bottom: 1px solid #999;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #963939;
	font-family: 'Noto Serif JP', serif;
	text-shadow: #fff 1px 0 10px;
}
/**/
p.fuz {
	font-size: clamp(13px, 1.3vw, 14px);
	padding: 5px;
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 1168px) {
	p.fuz {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	p.fuz {
		font-size: clamp(13px, 1.3vw, 14px);
		padding: 5px;
		margin: 0px auto;
		text-align: center;
	}
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
}
/*印刷時*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
	background-color: #fdf6da;
}
.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}
/*印刷時*/
@media print{
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}




/*======= 業務内容 Services ======*/
.services_sec1 {
	padding: 30px 0 var(--v-space) 0;
	margin-top: 15px;/*一番上のセクション*/
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/*2つ*/
.services_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 30px;
}
@media (max-width: 768px) {
	.services_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.services_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 30px;
	}
}
/**/
.services_sec1-item h3 {
	font-size: clamp(25px, 2.5vw, 30px);
	font-weight: 600;
	text-align: center;
	color: #a41717;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 4px;
	line-height: 1;
}
/**/
.services_sec1-item p {
	font-size: clamp(12px, 1.5vw, 15px);
	text-align: center;
	line-height: 1.7;
}
/*買取*/
.services_sec2 {
	padding: var(--v-space) 0;
	background-color: #d0d9d0;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02a.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/**/
table.services-tab {
	margin: 20px 0;
}
table.services-tab th{
	width: 16em;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 4px 2px 6px 2px;
	font-size: clamp(17px, 1.7vw, 18px);
	vertical-align: middle;
}
table.services-tab td{
	border-bottom: 1px solid #ccc;
	/*vertical-align: top;*/
	padding: 2px;
}
@media screen and (max-width: 568px) {
	table.services-tab th{
		display: block;
		width: 100%;
		padding: 5px 2px;
		background-color: #d0d9d08c;
	}
	table.services-tab td{
		display: block;
		width: 100%;
		padding: 7px 2px;
	}
}
/*commonにあるけどこちらで*/
/*フロー横展開*/
.flow03 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
ul.flow03 {
	margin-left:0px;
}
.flow03 > li {
	list-style-type: none;
	width: 100%;
	max-width: calc( (100% - 125px) / 4 );
	display: flex;
}

.flow03 > li .icon01 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: var(--main-color);
	margin: 0 auto 15px;
	display: block;
	border-radius: 100vh;
	position: relative;
}
/*番号部分の吹き出し*/
.flow03 > li .icon01::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: var(--main-color);
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow03 > li dl {
	padding: 20px;
	margin: 0;
	/*border: 1px solid #80cbd0;*/
	position: relative;
	background-color:rgba(255,255,255,0.9);
	border-radius: 7px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.flow03 > li:not(:first-child) dl::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #b0bf9f;	/*右矢印*/
	border-right: 4px solid #b0bf9f;
	position: absolute;
	top: calc(50% - 10px);/*矢印の位置*/
	left: -31px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flow03 > li dl dt {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(18px,1.8vw,19px);
	font-weight: 600;
	color: var(--main-color);
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
}

.flow03 > li dl dd {
	margin-left: 0;
	font-size: 15px;
	line-height: 1.4;
	text-align: justify;
}

@media screen and (max-width: 868px){
	.flow03 {
		gap: 20px;
	}
	.flow03 > li {
		max-width: unset;
		display: block;
	}
	.flow03 > li:not(:first-child) dl::before {
		display: none;
	}
}

/*質・質預かり（高額融資）*/
.services_sec3 {
	padding: var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_02b.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* 背景括り */
.contentsbg-c {
	background: rgba(231, 238, 231, 0.5);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	.contentsbg-c {
		padding: 30px 15px 15px 15px;
	}
}




/*======= 買取品目例 buyable-items ======*/
.bu-it_sec1 {
	padding: 30px 0 clamp(40px, 6vw, 70px) 0;
	margin-top: 15px;/*一番上のセクション*/
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.bu-it_sec2 {
	padding: clamp(40px, 6vw, 70px) 0;
	background-color: #b8c3b3e5;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.bu-it_sec3 {
	padding: clamp(40px, 6vw, 70px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.bu-it_sec4 {
	padding: clamp(40px, 6vw, 70px) 0;
	background-color: #b8c3b3e5;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.bu-it_sec5 {
	padding: clamp(40px, 6vw, 70px) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}




/*======= よくある質問 faq ======*/
.faq_sec {
	padding: 30px 0 var(--v-space) 0;
	margin-top: 15px;/*一番上のセクション*/
	background-color: #d0d9d059;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*枠付きデザイン*/
/**/
.onecours{
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 7px;
	padding: 15px 20px 20px 20px;
	margin: 20px 0;
}
.onecours:first-child{
	margin: 0px;
}

/**/
hr.faqHr2 {
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 5px auto;
}

div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: justify;
	text-indent: -1.3em;
	padding-left: 1.3em;
	display: block;
	color: #555;
	font-family: 'Noto Serif JP', serif;
	/*font-size: clamp(16px, 1.7vw, 17px);*/
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-weight: 600;
	font-size: 115%;
}



/*======= 会社案内 info ======*/
.info_sec1{
	padding: 30px 0 var(--v-space) 0;
	margin-top: 15px;/*一番上のセクション*/
	/*background-color: #f0f0f0;*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


/**/
.bg_b{
	background: rgba(255, 255, 255, 0.8);
	padding: 50px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px 15px;
	}
}
/* 概要部分のテーブル */
table.inftb{

}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #d7d7d7;
	padding: 17px 15px 17px 39px;
	width: 13em;
	box-sizing: border-box;
	background: url(../img/icon02.png) no-repeat 7px center;
	background-size: 25px;
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #d7d7d7;
	padding: 17px 15px;
	box-sizing: border-box;
	width: calc((100% - 9em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 39px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(182, 208, 156, 0.2);
		border-radius: 10px;
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*Access*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
}
/* アクセス部分のテーブル */
table.actab tr td:nth-of-type(1) {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}



/*-----------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }

@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { grid-area: 1 / 3 / 2 / 4; }
	.sec-adimg-container-item5 { display: none; }
}
/*-----------------------------------------------*/
/*-----------------------------------------------*/
/*======= お問い合わせページ ======*/
::placeholder {
	color: #555;
	font-family: sans-serif;
	font-size: 80%;
}
