@charset "UTF-8";
/* ::::::::::  LOCAL  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
local
========================================================= */
.hubballi {
  font-family: "Hubballi", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*新規ページ（250911）*/
@media (min-width: 990px) {
	.sponly {
		display: none!important;
	}
	
	/*headerの追加*/
	.pcNav.local {
		align-items: center;
	}
	.pcNav.local .nav_txt {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: bold;
		color: #1E293B;
		font-family: "Roboto", sans-serif;
		margin-left: 80px;
	}
	.pcNav.local .nav_txt span {
		color: #2563EB;
	}
	
	main#local {
		background: none!important;
		letter-spacing: 0;
		padding-bottom: 0;
		font-family: "Roboto", sans-serif;
	}

	#local .mv {
		background: url("../img/local/local_mv.jpg")no-repeat center;
		background-size: cover;
		padding: 80px 0;
		color: #fff;
		text-align: center;
		margin-top: 77px;
	}
	#local .mv .mv_icon {
		width: 213px;
		margin: 0 auto;
	}
	#local .mv h2 {
		font-size: 78px;
		margin: -23px 0 11px;
	}
	#local .mv .subttl {
		font-size: 33px;
		line-height: 1.5em;
		font-weight: 700;
	}
	#local .mv .mv_txtarea {
		margin-bottom: 115px;
	}
	#local .mv .mv_txtarea .mv_txt.middle {
		font-size: 21px;
		line-height: 1.52em;
	}
	#local .mv .mv_txtarea .mv_txt.small {
		font-size: 18px;
		line-height: 1.55em;
		margin: 17px 0 9px;
	}
	#local .mv .mv_txtarea .mv_txt.big {
		font-size: 28px;
		font-weight: 600;
	}
	#local .mv .mv_btnarea {
		display: flex;
		justify-content: center;
	}
	#local .mv .mv_btnarea .mv_btn {
		width: 252px;
		border-radius: 8px;
		overflow: hidden;
		margin: 0 8px;
	}
	#local .mv .mv_btnarea .mv_btn a {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 1.55em;
		font-weight: 600;
		padding: 16px 0;
		box-sizing: border-box;
		opacity: 1!important;
		transition: 0.3s;
	}
	#local .mv .mv_btnarea .mv_btn.blue a {
		text-align: center;
		color: #fff;
		background: #2563EB;
	}
	#local .mv .mv_btnarea .mv_btn.blue a:hover {
		color: #2563EB;
		background: #fff;
	}
	#local .mv .mv_btnarea .mv_btn.white a {
		text-align: left;
		padding-left: 59px;
		color: #2563EB;
		background: url("../img/local/local_mv_btn_icon.png")no-repeat 35px center #fff;
		background-size: 13px;
	}
	#local .mv .mv_btnarea .mv_btn.white a:hover {
		color: #fff;
		background: url("../img/local/local_mv_btn_icon_white.png")no-repeat 35px center #2563EB;
		background-size: 13px;
	}/*mv*/
	
	/*共通*/
	#local section h3 {
		font-size: 36px;
		line-height: 1.11em;
		font-weight: bold;
		color: #10345A;
		text-align: center;
	}
	#local section h3.white {
		color: #fff;
	}
	
	/*課題（assignment）*/
	#local .assignment {
		background: #10345A;
	}
	#local .assignment .inner {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		padding: 80px 0;
	}
	#local .assignment h3 {
		margin-bottom: 64px;
	}
	#local .assignment .assignment_boxes {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#local .assignment .assignment_box {
		width: 31.578%;
		padding: 24px 0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-radius: 4px;
		background: #fff;
		border-left: solid 4px #EF4444;
	}
	#local .assignment .assignment_box:nth-child(n+4) {
		margin-top: 32px;
	}
	#local .assignment .assignment_box .icon {
		width: 48px;
	}
	#local .assignment .assignment_box h4 {
		font-size: 18px;
		line-height: 1.55em;
		font-weight: bold;
		color: #1F2937;
		margin: 16px 0 8px;
	}
	#local .assignment .assignment_box .txt {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
	}
	
	/*観光DXソリューション（solution）*/
	#local .solution {
		background: #F9FAFB;
		text-align: center;
	}
	#local .solution .inner {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		padding: 80px 0;
	}
	#local .solution .solution_head_txt {
		font-size: 20px;
		line-height: 1.4em;
		color: #4B5563;
		margin: 24px 0 64px;
	}
	#local .solution .solution_boxes {
		display: flex;
		justify-content: space-between;
	}
	#local .solution .solution_box {
		width: 23.026%;
		padding: 24px;
		box-sizing: border-box;
		border-radius: 4px;
		background: #fff;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .solution .solution_box .icon {
		width: 64px;
		margin: 0 auto;
	}
	#local .solution .solution_box h4 {
		font-size: 18px;
		line-height: 1.55em;
		font-weight: bold;
		color: #1F2937;
		margin: 16px 0 8px;
	}
	#local .solution .solution_box dl {
		font-size: 14px;
		line-height: 1.428em;
		color: #4B5563;
	}
	#local .solution .solution_box dl dt {
		margin-bottom: 12px;
	}
	
	/*STAYNAVI ローカル（地域OTA）とSTAYNAVI デジタルマップ（example）*/
	#local .example {}
	#local .example .bg {
		padding: 80px 0;
	}
	#local .example .bg.gray {
		background: #F9FAFB;
	}
	#local .example .example_cont {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#local .example .example_cont.reverse {
		flex-direction: row-reverse;
	}
	#local .example .example_cont_left {
		width: 48.026%;
	}
	#local .example .example_cont_left h3 {
		text-align: left;
	}
	#local .example .example_cont_left h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: 600;
		color: #1F2937;
		margin: 24px 0;
	}
	#local .example .example_cont_left .txt {
		font-size: 18px;
		line-height: 1.55em;
		color: #4B5563;
	}
	#local .example .example_cont_left .example_boxes {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 32px 0;
	}
	#local .example .example_cont_left .example_box {
		width: 47.945%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#local .example .example_cont_left .example_box:nth-child(n+3) {
		margin-top: 24px;
	}
	#local .example .example_cont_left .example_box .icon {
		width: 48px;
		margin-right: 16px;
	}
	#local .example .example_cont_left .example_box dl {
		flex: 1;
	}
	#local .example .example_cont_left .example_box dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 8px;
	}
	#local .example .example_cont_left .example_box dl dd {
		font-size: 14px;
		line-height: 1.428em;
		color: #4B5563;
	}
	#local .example .example_cont_left .example_merit {
		box-sizing: border-box;
		padding: 24px;
		border-radius: 8px;
		background: #EFF6FF;
	}
	#local .example .example_cont_left .example_merit dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 16px;
	}
	#local .example .example_cont_left .example_merit dl dd {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
		margin-bottom: 8px;
	}
	#local .example .example_cont_left .example_merit dl dd:last-child {
		margin-bottom: 0;
	}
	#local .example .example_cont_img {
		width: 48.026%;
	}
	
	/*販促・キャンペーン（campaign）*/
	#local .campaign {}
	#local .campaign .inner {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		padding: 80px 0;
		text-align: center;
	}
	#local .campaign h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: 600;
		color: #1F2937;
		margin: 24px 0;
	}
	#local .campaign h5 {
		font-size: 20px;
		line-height: 1.4em;
		font-weight: bold;
		color: #10345A;
	}
	#local .campaign .campaign_head_txt {
		font-size: 18px;
		line-height: 1.55em;
		color: #4B5563;
	}
	#local .campaign .campaign_boxes {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 64px 0 48px;
	}
	#local .campaign .campaign_box {
		width: 48.684%;
		box-sizing: border-box;
		padding: 32px 0;
		border-radius: 8px;
		background: #EFF6FF;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .campaign .campaign_box:nth-child(n+3) {
		margin-top: 32px;
	}
	#local .campaign .campaign_box:last-child {
		width: 100%;
		margin-top: 48px;
	}
	#local .campaign .campaign_box .icon {
		width: 64px;
		margin: 0 auto 16px;
	}
	#local .campaign .campaign_box .txt {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
		margin: 8px 0 24px;
	}
	#local .campaign .campaign_box ul li {
		font-size: 14px;
		line-height: 1.428em;
		color: #374151;
	}
	#local .campaign .campaign_box ul li:nth-child(n+2) {
		margin-top: 16px;
	}
	#local .campaign .campaign_box ul li span {
		display: inline-block;
		padding-left: 18px;
		background: url("../img/local/icon_check.png")no-repeat left center;
		background-size: 10px;
	}
	#local .campaign .campaign_box .campaign_box_btm {
		width: 94.736%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	#local .campaign .campaign_box .campaign_box_btm ul {
		width: 48.958%;
	}
	#local .campaign .campaign_effect {
		padding: 32px 0;
		border-radius: 8px;
		background: #EFF6FF;
	}
	#local .campaign .campaign_effect_boxes {
		width: 94.736%;
		margin: 24px auto 0;
		display: flex;
		justify-content: space-between;
	}
	#local .campaign .campaign_effect_box {
		width: 31.944%;
	}
	#local .campaign .campaign_effect_box .icon {
		width: 48px;
		margin: 0 auto;
	}
	#local .campaign .campaign_effect_box h6 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #10345A;
		margin: 12px 0 8px;
	}
	#local .campaign .campaign_effect_box .txt {
		font-size: 14px;
		line-height: 1.428em;
		color: #374151;
	}
	
	/*STAYNAVI×NEXCO 周遊パス（example2）*/
	#local .example2 {}
	#local .example2 .bg {
		padding: 80px 0;
		background: #10345A;
	}
	#local .example2 .example_cont {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		color: #fff;
	}
	#local .example2 .example_cont.reverse {
		flex-direction: row-reverse;
	}
	#local .example2 .example_cont_left {
		width: 48.026%;
	}
	#local .example2 .example_cont_left h3 {
		text-align: left;
		color: #fff;
		width: 103.1%;
		position: relative;
	}
	#local .example2 .example_cont_left h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: 600;
		margin: 24px 0;
	}
	#local .example2 .example_cont_left .txt {
		font-size: 18px;
		line-height: 1.55em;
		color: #fff;
	}
	#local .example2 .example_cont_left .example_boxes {
		margin: 32px 00;
	}
	#local .example2 .example_cont_left .example_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#local .example2 .example_cont_left .example_box:nth-child(n+2) {
		margin-top: 24px;
	}
	#local .example2 .example_cont_left .example_box .icon {
		width: 48px;
		margin-right: 16px;
	}
	#local .example2 .example_cont_left .example_box dl {
		flex: 1;
	}
	#local .example2 .example_cont_left .example_box dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #fff;
		margin-bottom: 8px;
	}
	#local .example2 .example_cont_left .example_box dl dd {
		font-size: 14px;
		line-height: 1.428em;
		color: #fff;
	}
	#local .example2 .example_cont_right {
		width: 48.026%;
	}
	#local .example2 .example_cont_right .example_merit {
		box-sizing: border-box;
		padding: 25px 24px 28px;
		border-radius: 8px;
		background: #EFF6FF;
		margin-bottom: 29px;
	}
	#local .example2 .example_cont_right .example_merit dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 11px;
	}
	#local .example2 .example_cont_right .example_merit dl dd {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
		margin-bottom: 8px;
	}
	#local .example2 .example_cont_right .example_merit dl dd:last-child {
		margin-bottom: 0;
	}
	#local .example2 .example_cont_right .example_pass {
		text-align: center;
		padding: 32px 0;
		border-radius: 8px;
		background: linear-gradient(160deg, #DCFCE7, #DBEAFE);
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .example2 .example_cont_right .example_pass .icon {
		width: 50px;
		margin: 0 auto 7px;
	}
	#local .example2 .example_cont_right .example_pass h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: bold;
		color: #1E3A8A;
	}
	#local .example2 .example_cont_right .example_pass .txt {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
		margin: 16px 0 24px;
	}
	#local .example2 .example_cont_right .example_pass .show_btn {
		width: 89.38%;
		margin: 0 auto;
	}
	#local .example2 .example_cont_right .example_pass .show_btn a {
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		padding: 19px 0;
		border: solid 1px #2563EB;
		border-radius: 8px;
		background: #2563EB;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
		transition: 0.3s;
		opacity: 1!important;
	}
	#local .example2 .example_cont_right .example_pass .show_btn a:hover {
		color: #2563EB;
		background: #fff;
	}
	
	/*導入までの流れ（flow）*/
	#local .flow {}
	#local .flow .inner {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		padding: 80px 0;
		text-align: center;
	}
	#local .flow .flow_head_txt {
		font-size: 20px;
		line-height: 1.4em;
		color: #10345A;
		margin: 32px 0 64px;
	}
	#local .flow .flow_boxes {
		display: flex;
		justify-content: space-between;
	}
	#local .flow .flow_box {
		width: 17.894%;
	}
	#local .flow .flow_box .num {
		width: 64px;
		height: 64px;
		margin: 0 auto;
		font-size: 20px;
		line-height: 64px;
		font-weight: bold;
		color: #fff;
		background: #10345A;
		border-radius: 100%;
	}
	#local .flow .flow_box h4 {
		font-size: 18px;
		line-height: 1.55em;
		font-weight: bold;
		color: #10345A;
		margin: 16px 0 8px;
	}
	#local .flow .flow_box .txt {
		font-size: 14px;
		line-height: 1.428em;
		color: #10345A;
	}
	
	/*よくある質問（faq）*/
	#local .faq {
		background: #F9FAFB;
	}
	#local .faq .inner {
		width: 95%;
		max-width: 896px;
		margin: 0 auto;
		padding: 80px 0;
	}
	#local .faq .faq_boxes {
		margin-top: 64px;
	}
	#local .faq .faq_box {
		box-sizing: border-box;
		padding: 24px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		background: #fff;
		border-radius: 8px;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .faq .faq_box:nth-child(n+2) {
		margin-top: 24px;
	}
	#local .faq .faq_box .icon {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #2563EB;
		border-radius: 100%;
		margin-right: 16px;
	}
	#local .faq .faq_box .faq_box_right {
		flex: 1;
		font-size: 16px;
		line-height: 1.5em;
	}
	#local .faq .faq_box .faq_box_right h4 {
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 8px;
	}
	#local .faq .faq_box .faq_box_right .txt {
		color: #4B5563;
	}
	
	/*まずはお気軽にご相談ください（contact）*/
	#local .contact {
		background: linear-gradient(134deg, #1E3A8A 0%, #1E3A8A 50%, #312E81 100%);
	}
	#local .contact .inner {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		padding: 80px 0;
		color: #fff;
	}
	#local .contact h3 {
		color: #fff;
	}
	#local .contact .contact_head_txt {
		font-size: 20px;
		line-height: 1.4em;
		text-align: center;
		margin: 32px 0 64px;
	}
	#local .contact .contact_box {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	#local .contact .contact_box_left {
		width: 48.026%;
	}
	#local .contact .contact_box_left dl {
		padding: 32px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.1);
	}
	#local .contact .contact_box_left dl:nth-child(2) {
		margin: 32px 0;
	}
	#local .contact .contact_box_left dl dt {
		font-size: 20px;
		line-height: 48px;
		font-weight: 600;
		padding-left: 64px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 48px;
		margin-bottom: 24px;
	}
	#local .contact .contact_box_left dl dt.consult {
		background-image: url("../img/local/icon_consult.png");
	}
	#local .contact .contact_box_left dl dt.support {
		background-image: url("../img/local/icon_support.png");
	}
	#local .contact .contact_box_left dl dd {
		font-size: 16px;
		line-height: 1.5em;
		padding-left: 25px;
		background: url("../img/local/icon_check.png")no-repeat left center;
		background-size: 11px;
		margin-bottom: 16px;
	}
	#local .contact .contact_box_left dl dd:last-child {
		margin-bottom: 0;
	}
	#local .contact .contact_box_left .contact_info {
		padding: 24px;
		box-sizing: border-box;
		background: rgba(255,255,255,0.1);
		text-align: center;
	}
	#local .contact .contact_box_left .contact_info .txt {
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 8px;
	}
	#local .contact .contact_box_left .contact_info .ttl {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: 600;
	}
	#local .contact .contact_box_right {
		width: 48.026%;
		box-sizing: border-box;
		padding: 32px;
		border-radius: 16px;
		background: #fff;
	}
	#local .contact .contact_box_right h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: bold;
		color: #111827;
		margin-bottom: 24px;
	}
	#local .contact .contact_box_right .contact_form {}
	#local .contact .contact_box_right .contact_form table {
		width: 100%;
	}
	#local .contact .contact_box_right .contact_form table th {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.428em;
		color: #374151;
		text-align: left;
	}
	#local .contact .contact_box_right .contact_form table th.hissu div {
		padding-right: 10px;
		position: relative;
		display: inline-block;
	}
	#local .contact .contact_box_right .contact_form table th.hissu div::before {
		position: absolute;
		content: "*";
		top: 0;
		right: 0;
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		color: #EF4444;
	}
	#local .contact .contact_box_right .contact_form table td {
		display: block;
		width: 100%;
		padding: 8px 0 24px;
	}
	#local .contact .contact_box_right .contact_form table td::placeholder {
		color: #9CA3AF;
	}
	#local .contact .contact_box_right .contact_form table td input {
		width: 100%;
		font-size: 14px;
		line-height: 1.428em;
		font-weight: 500;
		color: #111827;
		box-sizing: border-box;
		padding: 12px 16px;
		border: solid 1px #D1D5DB;
		border-radius: 8px;
		font-family: "Inter", "Roboto", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	}
	#local .contact .contact_box_right .contact_form table td select {
		width: 100%;
		font-size: 14px;
		line-height: 1.428em;
		font-weight: 500;
		color: #111827;
		box-sizing: border-box;
		padding: 12px 16px;
		border: solid 1px #D1D5DB;
		border-radius: 8px;
		background: #EFEFEF;
		font-family: "Inter", "Roboto", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	}
	#local .contact .contact_box_right .contact_form table td textarea {
		width: 100%;
		height: 126px;
		font-size: 14px;
		line-height: 1.428em;
		font-weight: 500;
		color: #111827;
		box-sizing: border-box;
		padding: 12px 16px;
		border: solid 1px #D1D5DB;
		border-radius: 8px;
		resize: none;
		font-family: "Inter", "Roboto", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	}
	#local .contact .contact_box_right .contact_form table td .counter {
		font-size: 14px;
		line-height: 1.428em;
		color: #6B7280;
		text-align: right;
		margin-top: 4px;
	}
	#local .contact .contact_box_right .contact_form .submit {
		width: 100%;
	}
	#local .contact .contact_box_right .contact_form .submit input {
		width: 100%;
		font-size: 16px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		text-align: left;
		padding: 20px 0 20px 38.46%;
		border: solid 1px #2563EB;
		border-radius: 8px;
		background: url("../img/local/icon_send.png")no-repeat left 34% center #2563EB;
		background-size: 13px;
		cursor: pointer;
		transition: 0.3s;
	}
	#local .contact .contact_box_right .contact_form .submit input:hover {
		color: #2563EB;
		background: url("../img/local/icon_send_blue.png")no-repeat left 34% center #fff;
		background-size: 13px;
	}
    #local .contact .contact_box_left .contact_info .mv_btn {
		width: 252px;
		border-radius: 8px;
		overflow: hidden;
		margin: 10px auto 0;
	}
	#local .contact .contact_box_left .contact_info .mv_btn a {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 1.55em;
		font-weight: 600;
		padding: 16px 0;
		box-sizing: border-box;
		opacity: 1!important;
		transition: 0.3s;
	}
	#local .contact .contact_box_left .contact_info .mv_btn.blue a {
		text-align: center;
		color: #fff;
		background: #2563EB;
	}
	#local .contact .contact_box_left .contact_info .mv_btn.blue a:hover {
		color: #2563EB;
		background: #fff;
	}
	#local .contact .contact_box_left .contact_info .mv_btn.white a {
		text-align: left;
		padding-left: 59px;
		color: #2563EB;
		background: url("../img/local/local_mv_btn_icon.png")no-repeat 35px center #fff;
		background-size: 13px;
	}
	#local .contact .contact_box_left .contact_info .mv_btn.white a:hover {
		color: #fff;
		background: url("../img/local/local_mv_btn_icon_white.png")no-repeat 35px center #2563EB;
		background-size: 13px;
	}
	
	/*フッター*/
	#local_footer {
		background: #111827;
	}
	#local_footer .inner {
		width: 95%;
		max-width: 1216px;
		margin: 0 auto;
		padding: 48px 0;
		color: #fff;
	}
	#local_footer .footer_boxes {
		display: flex;
		justify-content: space-between;
		margin-bottom: 45px;
	}
	#local_footer .footer_box {
		width: 23.026%;
	}
	#local_footer .footer_box .footer_logo {
		max-width: 229px;
		margin-bottom: 9px;
	}
	#local_footer .footer_box .txt {
		font-size: 16px;
		line-height: 1.5em;
	}
	#local_footer .footer_box dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 16px;
	}
	#local_footer .footer_box dl dd {
		font-size: 14px;
		line-height: 1.428em;
		margin-bottom: 8px;
	}
	#local_footer .footer_box dl dd:last-child {
		margin-bottom: 0;
	}
	#local_footer #copyright {
		font-size: 16px;
		line-height: 1.5em;
		color: #9CA3AF;
		text-align: center;
	}
}

@media (max-width: 989px) {
	.pconly {
		display: none!important;
	}
	
	main#local {
		background: none!important;
		letter-spacing: 0;
		padding-bottom: 0;
		font-family: "Inter", sans-serif;
	}

	#local .mv {
		background: url("../img/local/local_mv.jpg")no-repeat center;
		background-size: cover;
		padding: 117px 0 91px;
		color: #fff;
		text-align: center;
		font-family: "Roboto", sans-serif;
	}
	#local .mv .mv_icon {
		width: 213px;
		margin: 0 auto;
	}
	#local .mv h2 {
		font-size: 48px;
		line-height: 1;
		margin: 20px 0 24px;
	}
	#local .mv .subttl {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 700;
	}
	#local .mv .mv_txtarea {
		margin-bottom: 80px;
	}
	#local .mv .mv_txtarea .mv_txt.middle {
		font-size: 13px;
		line-height: 1.52em;
	}
	#local .mv .mv_txtarea .mv_txt.small {
		font-size: 11px;
		line-height: 1.55em;
		margin: 7px 0 9px;
	}
	#local .mv .mv_txtarea .mv_txt.big {
		font-size: 17px;
		font-weight: 600;
	}
	#local .mv .mv_btnarea {
		width: 358px;
		margin: 0 auto;
	}
	#local .mv .mv_btnarea .mv_btn {
		width: 100%;
		border-radius: 8px;
		overflow: hidden;
	}
	#local .mv .mv_btnarea .mv_btn.blue {
		margin-bottom: 15px;
	}
	#local .mv .mv_btnarea .mv_btn a {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 1em;
		font-weight: 600;
		padding: 21px 0;
		box-sizing: border-box;
		opacity: 1!important;
	}
	#local .mv .mv_btnarea .mv_btn.blue a {
		text-align: center;
		color: #fff;
		background: #2563EB;
	}
	#local .mv .mv_btnarea .mv_btn.white a {
		text-align: left;
		padding-left: 109px;
		color: #10345A;
		background: url("../img/local/local_mv_btn_icon_02.png")no-repeat 85px center #fff;
		background-size: 13px;
	}
	
	/*共通*/
	#local section h3 {
		font-size: 36px;
		line-height: 1.11em;
		font-weight: bold;
		color: #1E3A8A;
		text-align: center;
	}
	#local section h3.white {
		color: #fff;
	}
	
	/*課題（assignment）*/
	#local .assignment {
		background: #10345A;
	}
	#local .assignment .inner {
		width: 91.8%;
		margin: 0 auto;
		padding: 80px 0;
	}
	#local .assignment h3 {
		width: 92.178%;
		margin: 0 auto 64px;
	}
	#local .assignment .assignment_boxes {
		max-width: 500px;
		margin: 0 auto;
	}
	#local .assignment .assignment_box {
		width: 100%;
		padding: 24px 0;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		border-radius: 8px;
		background: #fff;
		border-left: solid 4px #EF4444;
	}
	#local .assignment .assignment_box:nth-child(n+2) {
		margin-top: 32px;
	}
	#local .assignment .assignment_box .icon {
		width: 48px;
	}
	#local .assignment .assignment_box h4 {
		font-size: 18px;
		line-height: 1.55em;
		font-weight: bold;
		color: #1F2937;
		margin: 16px 0 8px;
	}
	#local .assignment .assignment_box .txt {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
	}
	
	/*観光DXソリューション（solution）*/
	#local .solution {
		background: #F9FAFB;
		text-align: center;
	}
	#local .solution .inner {
		width: 91.8%;
		margin: 0 auto;
		padding: 80px 0;
	}
	#local .solution .solution_head_txt {
		font-size: 20px;
		line-height: 1.4em;
		color: #4B5563;
		margin: 30px 0 68px;
	}
	#local .solution .solution_boxes {
		max-width: 500px;
		margin: 0 auto;
	}
	#local .solution .solution_box {
		width: 100%;
		padding: 24px 29px;
		box-sizing: border-box;
		border-radius: 4px;
		background: #fff;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .solution .solution_box:nth-child(n+2) {
		margin-top: 32px;
	}
	#local .solution .solution_box .icon {
		width: 64px;
		margin: 0 auto;
	}
	#local .solution .solution_box h4 {
		font-size: 18px;
		line-height: 1.55em;
		font-weight: bold;
		color: #1E3A8A;
		margin: 16px 0 8px;
	}
	#local .solution .solution_box dl {
		font-size: 14px;
		line-height: 1.428em;
		color: #374151;
	}
	#local .solution .solution_box dl dt {
		margin-bottom: 12px;
	}
	
	/*STAYNAVI ローカル（地域OTA）とSTAYNAVI デジタルマップ（example）*/
	#local .example {}
	#local .example .bg {
		padding: 80px 0;
	}
	#local .example .bg.gray {
		background: #F9FAFB;
	}
	#local .example .example_cont {
		width: 91.8%;
		max-width: 600px;
		margin: 0 auto;
	}
	#local .example .example_cont_left {
		width: 100%;
		margin-bottom: 48px;
	}
	#local .example .example_cont_left h3 {
		text-align: left;
		width: 93%;
	}
	#local .example .example_cont_left h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: 600;
		color: #1F2937;
		margin: 30px 0 33px;
	}
	#local .example .example_cont_left .txt {
		font-size: 18px;
		line-height: 1.55em;
		color: #4B5563;
	}
	#local .example .example_cont_left .example_boxes {
		margin: 37px 0 32px;
	}
	#local .example .example_cont_left .example_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#local .example .example_cont_left .example_box:nth-child(n+2) {
		margin-top: 24px;
	}
	#local .example .example_cont_left .example_box .icon {
		width: 48px;
		margin-right: 16px;
	}
	#local .example .example_cont_left .example_box dl {
		flex: 1;
	}
	#local .example .example_cont_left .example_box dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 8px;
	}
	#local .example .example_cont_left .example_box dl dd {
		font-size: 14px;
		line-height: 1.428em;
		color: #4B5563;
	}
	#local .example .example_cont_left .example_merit {
		box-sizing: border-box;
		padding: 24px;
		border-radius: 8px;
		background: #EFF6FF;
	}
	#local .example .example_cont_left .example_merit dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 16px;
	}
	#local .example .example_cont_left .example_merit dl dd {
		font-size: 16px;
		line-height: 1.5em;
		color: #374151;
		margin-bottom: 8px;
		box-sizing: border-box;
		padding-left: 12px;
	}
	#local .example .example_cont_left .example_merit dl dd:last-child {
		margin-bottom: 0;
	}
	#local .example .example_cont_img {
		width: 100%;
		line-height: 1;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	
	/*販促・キャンペーン（campaign）*/
	#local .campaign {}
	#local .campaign .inner {
		width: 91.8%;
		margin: 0 auto;
		padding: 80px 0;
		text-align: center;
	}
	#local .campaign h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: 600;
		color: #1F2937;
		margin: 28px 0 33px;
	}
	#local .campaign h5 {
		font-size: 20px;
		line-height: 1.4em;
		font-weight: bold;
		color: #1E3A8A;
	}
	#local .campaign .campaign_head_txt {
		width: 96.92%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.55em;
		color: #4B5563;
	}
	#local .campaign .campaign_boxes {
		max-width: 500px;
		margin: 69px auto 48px;
	}
	#local .campaign .campaign_box {
		width: 100%;
		box-sizing: border-box;
		padding: 32px;
		border-radius: 8px;
		background: #EFF6FF;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .campaign .campaign_box:nth-child(n+2) {
		margin-top: 32px;
	}
	#local .campaign .campaign_box:last-child {
		margin-top: 48px;
	}
	#local .campaign .campaign_box .icon {
		width: 64px;
		margin: 0 auto 16px;
	}
	#local .campaign .campaign_box .txt {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
		margin: 8px 0 24px;
	}
	#local .campaign .campaign_box ul {
		text-align: left;
	}
	#local .campaign .campaign_box ul li {
		font-size: 14px;
		line-height: 1.428em;
		font-weight: 400;
		color: #374151;
	}
	#local .campaign .campaign_box ul li:nth-child(n+2) {
		margin-top: 15px;
	}
	#local .campaign .campaign_box ul li span {
		display: inline-block;
		padding-left: 20px;
		background: url("../img/local/icon_check.png")no-repeat left center;
		background-size: 10px;
	}
	#local .campaign .campaign_box .campaign_box_btm {
		width: 100%;
	}
	#local .campaign .campaign_box .campaign_box_btm ul {
		width: 100%;
	}
	#local .campaign .campaign_box .campaign_box_btm ul:first-child {
		margin-bottom: 33px;
	}
	#local .campaign .campaign_effect {
		max-width: 500px;
		margin: 0 auto;
		padding: 36px 37px;
		border-radius: 8px;
		background: #EFF6FF;
	}
	#local .campaign .campaign_effect_boxes {
		width: 100%;
		margin: 27px auto 0;
	}
	#local .campaign .campaign_effect_box {
		width: 100%;
	}
	#local .campaign .campaign_effect_box:nth-child(n+2) {
		margin-top: 24px;
	}
	#local .campaign .campaign_effect_box .icon {
		width: 48px;
		margin: 0 auto;
	}
	#local .campaign .campaign_effect_box h6 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #1E3A8A;
		margin: 12px 0 8px;
	}
	#local .campaign .campaign_effect_box .txt {
		font-size: 14px;
		line-height: 1.428em;
		color: #4B5563;
	}
	
	/*STAYNAVI×NEXCO 周遊パス（example2）*/
	#local .example2 {}
	#local .example2 .bg {
		padding: 80px 0;
		background: #10345A;
	}
	#local .example2 .example_cont {
		width: 91.8%;
		max-width: 600px;
		margin: 0 auto;
		color: #fff;
	}
	#local .example2 .example_cont_left {
		width: 100%;
	}
	#local .example2 .example_cont_left h3 {
		text-align: left;
		color: #fff;
		width: 96.8%;
		font-size: 34.45px;
		line-height: 1.16em;
	}
	#local .example2 .example_cont_left h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: 600;
		margin: 26px 0 29px;
	}
	#local .example2 .example_cont_left .txt {
		font-size: 18px;
		line-height: 1.55em;
		color: #fff;
	}
	#local .example2 .example_cont_left .example_boxes {
		margin: 37px 0 32px;
	}
	#local .example2 .example_cont_left .example_box {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#local .example2 .example_cont_left .example_box:nth-child(n+2) {
		margin-top: 24px;
	}
	#local .example2 .example_cont_left .example_box .icon {
		width: 48px;
		margin-right: 16px;
	}
	#local .example2 .example_cont_left .example_box dl {
		flex: 1;
	}
	#local .example2 .example_cont_left .example_box dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #fff;
		margin-bottom: 8px;
	}
	#local .example2 .example_cont_left .example_box dl dd {
		font-size: 14px;
		line-height: 1.428em;
		color: #fff;
	}
	#local .example2 .example_cont_right {
		width: 100%;
	}
	#local .example2 .example_cont_right .example_merit {
		box-sizing: border-box;
		padding: 24px;
		border-radius: 8px;
		background: #EFF6FF;
		margin-bottom: 48px;
	}
	#local .example2 .example_cont_right .example_merit dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 11px;
	}
	#local .example2 .example_cont_right .example_merit dl dd {
		font-size: 16px;
		line-height: 1.5em;
		color: #374151;
		margin-bottom: 8px;
		box-sizing: border-box;
		padding-left: 12px;
	}
	#local .example2 .example_cont_right .example_merit dl dd:last-child {
		margin-bottom: 0;
	}
	#local .example2 .example_cont_right .example_pass {
		text-align: center;
		padding: 32px 0;
		border-radius: 8px;
		background: linear-gradient(160deg, #DCFCE7, #DBEAFE);
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .example2 .example_cont_right .example_pass .icon {
		width: 50px;
		margin: 0 auto 7px;
	}
	#local .example2 .example_cont_right .example_pass h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: bold;
		color: #1E3A8A;
	}
	#local .example2 .example_cont_right .example_pass .txt {
		font-size: 16px;
		line-height: 1.5em;
		color: #4B5563;
		margin: 16px 0 24px;
	}
	#local .example2 .example_cont_right .example_pass .show_btn {
		width: 294px;
		margin: 0 auto;
		background: #fff;
		padding: 12px 0;
		border-radius: 8px;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .example2 .example_cont_right .example_pass .show_btn a {
		display: inline-block;
		width: 128px;
		font-size: 16px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		padding: 7px 0;
		border: solid 1px #10345A;
		border-radius: 8px;
		background: #10345A;
	}
	
	/*導入までの流れ（flow）*/
	#local .flow {}
	#local .flow .inner {
		width: 91.8%;
		max-width: 500px;
		margin: 0 auto;
		padding: 80px 0;
		text-align: center;
	}
	#local .flow .flow_head_txt {
		font-size: 20px;
		line-height: 1.4em;
		color: #4B5563;
		margin: 32px 0 64px;
	}
	#local .flow .flow_boxes {
	}
	#local .flow .flow_box {
		width: 100%;
	}
	#local .flow .flow_box:nth-child(n+2) {
		margin-top: 32px;
	}
	#local .flow .flow_box .num {
		width: 64px;
		height: 64px;
		margin: 0 auto;
		font-size: 20px;
		line-height: 64px;
		font-weight: bold;
		color: #fff;
		background: #10345A;
		border-radius: 100%;
	}
	#local .flow .flow_box h4 {
		font-size: 18px;
		line-height: 1.55em;
		font-weight: bold;
		color: #1E3A8A;
		margin: 16px 0 8px;
	}
	#local .flow .flow_box .txt {
		font-size: 14px;
		line-height: 1.428em;
		color: #4B5563;
	}
	
	/*よくある質問（faq）*/
	#local .faq {
		background: #F9FAFB;
	}
	#local .faq .inner {
		width: 91.8%;
		max-width: 600px;
		margin: 0 auto;
		padding: 80px 0;
	}
	#local .faq .faq_boxes {
		margin-top: 64px;
	}
	#local .faq .faq_box {
		box-sizing: border-box;
		padding: 24px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		background: #fff;
		border-radius: 8px;
		box-shadow: 
			0px 4px 6px -4px rgba(0, 0, 0, 0.1),
			0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	}
	#local .faq .faq_box:nth-child(n+2) {
		margin-top: 24px;
	}
	#local .faq .faq_box .icon {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: #10345A;
		border-radius: 100%;
		margin-right: 16px;
	}
	#local .faq .faq_box .faq_box_right {
		flex: 1;
		font-size: 16px;
		line-height: 1.5em;
	}
	#local .faq .faq_box .faq_box_right h4 {
		font-weight: bold;
		color: #1E3A8A;
		margin-bottom: 8px;
	}
	#local .faq .faq_box .faq_box_right .txt {
		color: #4B5563;
	}
	
	/*まずはお気軽にご相談ください（contact）*/
	#local .contact {
		background: linear-gradient(110deg, #1E3A8A 0%, #1E40AF 50%, #312E81 100%);
	}
	#local .contact .inner {
		width: 91.8%;
		margin: 0 auto;
		padding: 80px 0;
		color: #fff;
	}
	#local .contact h3 {
		color: #fff;
	}
	#local .contact .contact_head_txt {
		font-size: 20px;
		line-height: 1.4em;
		text-align: center;
		margin: 32px 0 64px;
	}
	#local .contact .contact_box {
		max-width: 600px;
		margin: 0 auto;
	}
	#local .contact .contact_box_left {
		width: 100%;
	}
	#local .contact .contact_box_left dl {
		padding: 32px;
		box-sizing: border-box;
		border-radius: 16px;
		background: rgba(255,255,255,0.1);
	}
	#local .contact .contact_box_left dl:nth-child(2) {
		margin: 32px 0;
	}
	#local .contact .contact_box_left dl dt {
		font-size: 20px;
		line-height: 48px;
		font-weight: 600;
		padding-left: 64px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 48px;
		margin-bottom: 24px;
	}
	#local .contact .contact_box_left dl dt.consult {
		background-image: url("../img/local/icon_consult.png");
	}
	#local .contact .contact_box_left dl dt.support {
		background-image: url("../img/local/icon_support.png");
	}
	#local .contact .contact_box_left dl dd {
		font-size: 16px;
		line-height: 1.5em;
		padding-left: 21px;
		background: url("../img/local/icon_check.png")no-repeat left center;
		background-size: 11px;
		margin-bottom: 16px;
	}
	#local .contact .contact_box_left dl dd:last-child {
		margin-bottom: 0;
	}
    #local .contact .contact_box_left .contact_info .mv_btn {
		width: 100%;
		border-radius: 8px;
		overflow: hidden;
	}
	#local .contact .contact_box_left .contact_info .mv_btn.blue {
		margin-bottom: 15px;
	}
	#local .contact .contact_box_left .contact_info .mv_btn a {
		display: block;
		width: 100%;
		font-size: 18px;
		line-height: 1em;
		font-weight: 600;
		padding: 21px 0;
		box-sizing: border-box;
		opacity: 1!important;
	}
	#local .contact .contact_box_left .contact_info .mv_btn.blue a {
		text-align: center;
		color: #fff;
		background: #2563EB;
	}
	#local .contact .contact_box_left .contact_info .mv_btn.white a {
		text-align: left;
		padding-left: 109px;
		color: #10345A;
		background: url("../img/local/local_mv_btn_icon_02.png")no-repeat 85px center #fff;
		background-size: 13px;
	}
	#local .contact .contact_box_left .contact_info {
		padding: 24px 32px;
		box-sizing: border-box;
		border-radius: 16px;
		background: rgba(255,255,255,0.1);
		text-align: center;
	}
	#local .contact .contact_box_left .contact_info .txt {
		font-size: 16px;
		line-height: 1.5em;
		margin-bottom: 8px;
	}
	#local .contact .contact_box_left .contact_info .ttl {
		font-size: 23px;
		line-height: 1.37em;
		font-weight: bold;
	}
	#local .contact .contact_box_right {
		width: 100%;
		margin-top: 48px;
		box-sizing: border-box;
		padding: 32px;
		border-radius: 16px;
		background: #fff;
	}
	#local .contact .contact_box_right h4 {
		font-size: 24px;
		line-height: 1.33em;
		font-weight: bold;
		color: #111827;
		margin-bottom: 24px;
	}
	#local .contact .contact_box_right .contact_form {}
	#local .contact .contact_box_right .contact_form table {
		width: 100%;
	}
	#local .contact .contact_box_right .contact_form table th {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.428em;
		color: #374151;
		text-align: left;
	}
	#local .contact .contact_box_right .contact_form table th.hissu div {
		padding-right: 10px;
		position: relative;
		display: inline-block;
	}
	#local .contact .contact_box_right .contact_form table th.hissu div::before {
		position: absolute;
		content: "*";
		top: 0;
		right: 0;
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		color: #EF4444;
	}
	#local .contact .contact_box_right .contact_form table td {
		display: block;
		width: 100%;
		padding: 8px 0 24px;
	}
	#local .contact .contact_box_right .contact_form table td::placeholder {
		color: #9CA3AF;
	}
	#local .contact .contact_box_right .contact_form table td input {
		width: 100%;
		font-size: 14px;
		line-height: 1.428em;
		font-weight: 500;
		color: #111827;
		box-sizing: border-box;
		padding: 12px 16px;
		border: solid 1px #D1D5DB;
		border-radius: 8px;
		font-family: "Inter", "Roboto", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	}
	#local .contact .contact_box_right .contact_form table td select {
		width: 100%;
		font-size: 14px;
		line-height: 1.428em;
		font-weight: 500;
		color: #111827;
		box-sizing: border-box;
		padding: 12px 16px;
		border: solid 1px #D1D5DB;
		border-radius: 8px;
		background: #EFEFEF;
		font-family: "Inter", "Roboto", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	}
	#local .contact .contact_box_right .contact_form table td textarea {
		width: 100%;
		height: 126px;
		font-size: 14px;
		line-height: 1.428em;
		font-weight: 500;
		color: #111827;
		box-sizing: border-box;
		padding: 15px 16px;
		border: solid 1px #D1D5DB;
		border-radius: 8px;
		resize: none;
		font-family: "Inter", "Roboto", YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
	}
	#local .contact .contact_box_right .contact_form table td .counter {
		font-size: 13px;
		line-height: 1.428em;
		color: #6B7280;
		text-align: right;
		margin-top: 15px;
	}
	#local .contact .contact_box_right .contact_form .submit {
		width: 100%;
	}
	#local .contact .contact_box_right .contact_form .submit input {
		width: 100%;
		font-size: 16px;
		line-height: 1;
		font-weight: 600;
		color: #fff;
		text-align: left;
		padding: 20px 0 20px 29.38%;
		border: solid 1px #2563EB;
		border-radius: 8px;
		background: url("../img/local/icon_send.png")no-repeat left 21.53% center #10345A;
		background-size: 13px;
		cursor: pointer;
	}
	
	/*フッター*/
	#local_footer {
		background: #111827;
	}
	#local_footer .inner {
		width: 91.8%;
		margin: 0 auto;
		padding: 65px 0 34px;
		color: #fff;
	}
	#local_footer .footer_boxes {
		margin-bottom: 65px;
	}
	#local_footer .footer_box {
		width: 100%;
	}
	#local_footer .footer_box:nth-child(2) {
		margin-top: 48px;
	}
	#local_footer .footer_box:nth-child(n+3) {
		margin-top: 32px;
	}
	#local_footer .footer_box .footer_logo {
		max-width: 229px;
		margin: 0 auto 85px;
	}
	#local_footer .footer_box .txt {
		font-size: 16px;
		line-height: 1.5em;
		color: #9CA3AF;
	}
	#local_footer .footer_box dl dt {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: bold;
		margin-bottom: 16px;
	}
	#local_footer .footer_box dl dd {
		font-size: 14px;
		line-height: 1.428em;
		color: #9CA3AF;
		margin-bottom: 8px;
	}
	#local_footer .footer_box dl dd:last-child {
		margin-bottom: 0;
	}
	#local_footer #copyright {
		font-size: 16px;
		line-height: 1.5em;
		color: #9CA3AF;
		text-align: center;
	}
}
/*# sourceMappingURL=map/service.css.map */
