@charset "utf-8";

html {
	scroll-behavior: smooth;
}
article{
	justify-content:center;
}

.title01{
	margin-bottom:20px;
	color:#c80037;
	font-size:20px;
	font-weight:bold;
}

main section{
	margin:20px 0;
}

.subtitle{
	padding:5px 10px;
	margin-bottom:10px;
	border-left:5px solid #c80037;
	border-bottom:1px dashed #333;
	font-weight:bold;
}

.howtolink dl{
	padding:10px;
}

.howtolink dt{
	color:#c71987;
	font-weight:bold;
}

.howtolink dd li{
	margin-bottom:10px;
}

.howtolink dd .size{
	font-weight:bold;
}

.content-section-notes {
	text-align: center;
	border: 2px solid #c80037;
	margin: 10px 0;
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
}
.content-section-notes a {
	display: block;
}
.content-section textarea {
	border: 1px solid #333;
	width: 100%;
	height: 80px;
}
.content-section-ttl {
	color: #c80037;
	margin: 10px 0;
}
/* タブのスタイル */
.tabs {
	display: flex;
	cursor: pointer;
	gap: 0 5px;
	margin-bottom: 30px;
}

.tab {
	padding: 5px;
	flex: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c80037;
	border-radius: 5px 5px 0 0;
	position: relative;
	background: #f1f1f1;
}
.tab.active {
	background: #c80037;
	color: #fff;
}
.tab.active::before {
	content: "▼";
	position: absolute;
	bottom: -25px;
	color: #c80037;
	font-size: 24px;
}
/* コンテンツのスタイル */
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}
.site-link-list {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.site-link-list-header {
	display: flex;
	gap: 0 5px;
	margin-bottom: 5px;
}
.site-link-list-header figure {
	width: 55%;
}
.site-link-list-item {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
	margin: 0;
	width: calc(100% / 2 - 10px);
}

.site-link-list-item::before {
	content: none;
}
.site-link-list-item a {
	color: #000;
}
.site-link-list-ttl {
	line-height: 1.3;
	font-size: 16px;
	flex: 1;
	font-weight: bold;
}
.site-link-list-text p {
	font-size: 14px;
}
.site-link {
	margin: 10px 0;
}
.site-link dt {
	color: #c71987;
	font-weight: bold;
}
.site-link dd {
	margin-bottom: 20px;
}
.site-lin-bt {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
}
.site-link-comment {
	margin: 5px 0;
}
.site-link .bnr_size {
	display: block;
}
#contact-form {
	padding-top: 40px;
	margin-top: -40px;
}
.form-content, #site-link-modal {
	border-top: 1px solid #aaa;
}
.form-group {
	display: flex;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.form-group-ttl {
	margin-bottom: 10px;
	display: inline-block;
}

.required {
	color: #f00;
}

.form-text {
	margin-bottom: 10px;
}
.form-group-inner {
	display: flex;
	gap: 0 10px;
	align-items: center;
	margin: 10px;
}
.form-group > label {
	min-width: 25%;
	padding: 10px;
	background: #eee;
	text-align: center;
	margin-bottom: 0;
	pointer-events: none;
	border-right: 1px solid #aaa;
}

.form-group input[type="text"], .form-group input[type="url"], .form-group input[type="email"], .form-group input[type="tel"], .form-group textarea,
.form-group > p, .site-link-modal .form-group > div {
	border-radius: 2px;
	width: 70%;
	padding: 5px;
	border: 1px solid #aaa;
	margin: 10px;
	box-sizing: border-box;
	line-height: initial;
}
.form-group textarea {
	height: 100px;
	resize: vertical;
}

.form-group input[type="file"] {
	margin-bottom: 10px;
}

.form-group input[type="checkbox"] {
	margin-right: 5px;
}

.form-group .note {
	font-size: 0.9em;
	color: #666;
}

.form-actions {
	text-align: center;
	margin: 20px 0 40px;
}

.form-actions button {
	padding: 10px 100px;
	border: none;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.form-group-radio input[type="radio"] {
	margin: 0;
}
.form-group-banner {
	width: 70%;
	padding: 10px;
}

.jsModal_scroller {
	display: flex;
	align-items: center;
}
.jsModal_scroller_main {
	width: 880px;
	margin-inline: auto;
	background: #fff;
	max-height: 90%;
	padding: 10px;
	overflow-y: scroll;
	height: 100%;
}
.preview-image {
	max-width: 50%;
	margin: 10px;
}
.form-group-btn {
	display: flex;
	justify-content: center;
	gap: 0 10px;
	margin: 20px 0;
}
.form-group-comment {
	overflow-y: scroll;
	height: 150px;
}
.form-modify-btn {
	padding: 10px 100px;
	border: none;
	background: #aaa;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.form-send-btn {
	padding: 10px 100px;
	border: none;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.tab.close {
	cursor: no-drop;
	background: #f1f1f1;
	color: #c80037;
}
.tab.close span {
	opacity: .3;
}
.jsStopScroll.open {
	overflow: hidden;
}