@charset "utf-8";
@media screen and (max-width: 1200px) {
	#width-----1200px----- {}
	#logo {
		flex: initial;
		margin-right: 20px;
	}
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	iframe.gmap {
		width: 100%;
		height: 300px;
	}
	#globalNav ul li i {
		line-height: 20px;
		font-size: 20px;
	}
	#floatingBnr {
		display: block;
	}
	#footer {
		display: none;
	}
	#footerMin {
		display: block;
	}
	.innerWide {
		padding-right: 20px;
		padding-left: 20px;
	}
	body {
		min-width: inherit;
		font-size: 14px;
		line-height: 2em;
	}
	h2 {
		margin-top: 60px;
		font-size: 150%;
		line-height: 1.5em;
	}
	h2.title2 {
		font-size: 150%;
		line-height: 1.5em;
	}
	h2.title, #pageTitle h1 {
		font-size: 200%;
		line-height: 1.5em;
	}
	#pageTitle h1 .title, h2.title .en {
		font-size: 16px;
		line-height: 1.5em;
	}
	#pageTitle h1 br {
		display: block;
	}
	h3 {
		font-size: 120%;
		line-height: 1.5em;
	}
	.sectionBox {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.sectionMargin {
		margin-top: 60px !important;
	}
	#header {
		min-width: inherit;
		height: 60px;
		padding: 0 60px 0 15px;
		justify-content: space-between;
	}
	#logo img {
		height: 40px;
	}
	#globalNav ul {
		gap: 10px;
	}
	#pankuzu ol {
		left: 15px;
	}
	#localNav ul li {
		padding: 0px 1em;
	}
	#responsiveMenu {
		padding: 15px;
	}
	#responsiveMenu #btnMenu {
		width: 30px;
		height: 30px;
	}
	#responsiveMenu #btnMenu::after {
		left: 0;
		top: 8px;
	}
	#spNav {
		padding: 60px 0 0;
		align-items: flex-start;
	}
	#spNav .inBox {
		display: block;
		padding: 30px;
	}
	#spNav a {
		text-decoration: none;
		display: block;
	}
	#spNav ul {
		font-size: 100%;
		line-height: 1.5em;
	}
	#spNav ul li {
		margin: 10px 0px;
	}
	#spNav ul li.title {
		margin-top: 0;
	}
	#spNav .inBox .ininBox {
		gap: 20px;
		padding: 10px;
		margin-top: 20px;
	}
	#spNav .inBox .ininBox ul li {
		flex-direction: column;
		align-items: flex-start;
	}
	#conceptNav .inBox {
		margin-top: 6px;
		gap: 6px;
	}
	#ctaBox {
		display: block;
	}
	#ctaBox .inBox {
		flex-direction: column;
		gap: 10px;
		padding: 40px 10px;
	}
	#ctaBox p br {
		display: block;
	}
	#footer .inBox {
		flex-direction: column;
	}
	#ciBox {
		font-size: 80%;
		line-height: 1.5em;
	}
	#ciBox .logo img {
		margin: auto;
	}
	#footerNav {
		font-size: 100%;
		line-height: 1.5em;
		display: block;
	}
	#footerNav > ul > li {
		padding: 15px 0;
		border-top: solid 1px #FFF;
		position: relative;
		margin: 0;
	}
	#footerNav ul li ul {
		padding: 0;
	}
	#footerNav ul li ul li {
		margin-top: 10px;
		font-size: 100%;
		line-height: 1.5em;
	}
	#footerNav ul li .btn {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		box-sizing: border-box;
		border-bottom: solid 2px #FFF;
		border-right: solid 2px #FFF;
		position: absolute;
		right: 5px;
		top: 18px;
		transform: rotate(45deg);
		z-index: 1;
		cursor: pointer;
		transition: 0.5s;
	}
	#footerNav ul li .btn.open {
		transform: rotate(225deg);
	}
	#footerTel {
		flex-direction: column;
		gap: 20px;
	}
	#footerTel .tel .tel_1::before {
		padding: 8px;
		font-size: 80%;
		line-height: 1em;
	}
	#footerTel .tel .tel_1 a {
		font-size: 200%;
		line-height: 1em;
	}
	#footerTel .tel .tel_2 {
		font-size: 75%;
	}
	#pageTop {
		bottom: 70px;
		right: 10px;
	}
	table.waku th, table.waku td {
		display: block;
		white-space: normal;
		width: auto;
		border: none;
	}
	table.waku {
		margin-top: 10px;
	}
	table.waku th {
		margin-top: 10px;
		border-bottom: none;
	}
	table.waku_form th, table.waku_form td {
		display: block;
		white-space: normal;
		width: auto;
		padding: 0;
		margin-top: 5px;
	}
	table.waku_form {
		margin-top: 20px;
	}
	table.waku_form th {
		margin-top: 20px;
		border-bottom: none;
	}
	.align_center-justify {
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.align_center-justify br {
		display: none;
	}
	.text_tel {
		font-size: 200%;
		line-height: 1em;
	}
	.formBox dl {
		display: block;
	}
	.formBox dt {
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	}
	.formBox dd {
		width: 100%;
		padding-top: 5px;
	}
	.formBox .date .title {
		width: 100%;
	}
	.formBox .attentionBox {
		font-size: 65%;
		line-height: 1.5em;
	}
	.imgLeft, .imgRight {
		margin-right: 0px;
		float: none;
	}
	.imgLeft img, .imgRight img {
		margin-right: auto;
		margin-left: auto;
	}
	.columnBoxStd {
		flex-direction: column;
		align-items: center;
	}
	.c21, .c31, .c41, .c51, .c61 {
		width: 100%;
	}
	.c32, .c42, .c52, .c62 {
		width: 50%;
	}
	.c53, .c63 {
		width: 33.333%;
	}
	.button_large a {
		min-width: 100%;
	}
	.table-scroll::before {
		content: "SCROLL →";
		width: 100%;
		font-size: 70%;
		line-height: 20px;
		display: block;
		color: #CCC;
		margin-top: 20px;
		margin-bottom: -20px;
	}
	.only_pc {
		display: none !important;
	}
	.only_sp {
		display: block !important;
	}
	.last {}
}