@charset "UTF-8";
/*!
Theme Name: FORM
Theme URI: https://real-virtual.co.jp/
Author: Real Virtual
Author URI: https://real-virtual.co.jp/
Description: FORM テーマ
Version: 1.0.0
*/

/*
https://salesiq.zohopublic.jp/widget?wc=9dc2b66842ebba5efb9c7f8ebc42bdad7f266a248620079919291664360c56d8
*/
html,
body {
	margin: 0;
	width: 100%;
	height: 100%;
}

html {
	overflow: hidden;
}

body {
	display: grid;
	/* grid-template-columns: 1fr; */
	grid-template-rows: auto 1fr 50px;
	overflow: hidden;
}

a {
	text-decoration: none;
}

.header-inner {
	display: grid;
	align-items: center;
	justify-content: space-between;
	grid-template-columns: 1fr auto;
	grid-template-rows: 100%;
	grid-column-gap: 0.5rem;
	grid-row-gap: 0.5rem;
	padding: 0.5em;
	background-color: #fff;
}

.header-info {
	display: grid;
	grid-template-columns: auto minmax(200px, 1fr);
	gap: 2.5em;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.header-logo {
	width: auto;
	max-height: 70px;
}

.header-title {
	font-size: 26px;
	grid-area: 1 / 2 / 2 / 3;
}

.header-buttons {
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: auto;
}

.header-links {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
	justify-content: end;
	align-items: center;
}

.header-link {
	height: calc(100% - 1em);
	background-color: #3ca9df;
	color: #fff;
	border: 1px solid #3ca9df;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.5rem;
	transition: all 0.2s;
}

.header-link:hover,
.header-link:focus,
.header-link:active {
	color: #3ca9df;
	border-color: #3ca9df;
	background-color: #ffffff;
}

iframe {
	width: 100%;
	height: 100%;
}

.footer {
	display: grid;
	align-items: center;
	justify-content: center;
}

/* 一旦非表示 */
.sp-show {
	display: none;
}