/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/*ヘッダーメニュー*/
@media(min-width: 992px) {
	.site-header--layout--nav-float .site-header-container {
		display: block;
	}
	.site-header--layout--nav-float .site-header-logo a {
		margin: 0 auto;
	}
	.global-nav--layout--float-right .global-nav-list {
		margin-left: auto;
		margin-right: auto;
	}
}
/*ボタン追従*/
.fixed-btn {
 	position: fixed;
 	bottom: 15%;
 	right: 0;
 	width: 15%;
	margin-right: 10%;
	text-align: center;
	line-height: 45px;
	z-index: 10;
}
.btn-wrapper {
	height: 50px;
	border: 1px solid #000;
	margin: 20px 0;
	border-radius: 10px;
	aspect-ratio: 1 / 1;
}
.btn-wrapper a {
	color: #ffff;
	font-size: 24px;
	justify-content: center;
    align-items: center;
    display: flex;
    aspect-ratio: 1 / 1;
}
.btn-wrapper i {
	margin-right: 0;
}
#btn-1 {
	background: #1E49B7;
}

#btn-2 {
	background: #4CC764;;
}
.main-section {
   margin-bottom: 0;
}
.only-mobile {
	display: inline; /*デバイス幅に合わせて改行*/
}
.line-break {
	white-space: pre;　/*「。」「、」改行阻止*/
}
.section-title, .text {
	font-size: 6.8vw;
}
.section-container {
	font-size: clamp(12px, 3.5vw, 16px);
}
.section-container .is-style-vk-check-mark {
	font-size: 5vw;
}
.text {
	font-size: 6vw;
}
.wp-block-list {
	line-height: 1.5 !important;
}
.list-check-mark {
	padding-left: 25% !important;
}
.scroll-x {
	overflow-x: auto;
    overflow-y: visible;
}
.scroll-x::-webkit-scrollbar {
	height: 5px;
}
.scroll-x::-webkit-scrollbar-thumb {
	background: #9d9d9d;
}
.reason {
	max-width: 300vw !important;
	margin: 0 auto 20px;
	width: max-content;
	padding-bottom: 20px;
}
.reason-list {
	height: auto;
}
.reason-text {
	font-size: 5vw;
}
.section-container h3 {
	font-size: 6vw;	
}
.section-container span {
	font-size: clamp(14px, 4vw, 20px);
}
.is-style-regular {
	font-size: 1rem;
}
.is-style-regular span {
	font-size: 8vw;
	font-weight: 600;
}
.record-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.record-list dt {
	width: 20%;
	margin-bottom: 10px;
}
.record-list dd {
	width: 80%;
	margin-bottom: 10px;
}
.no-wrap {
	white-space: nowrap;
}
.wp-block-table table {
  max-width: 640px;
  margin: 0 auto;
}
.question span {
    font-size: 5vw !important;
}
.widget ul.wp-block-social-links {
    justify-content: center;
}

.site-body {
	padding: 3.5rem 0 0;
}

/* フッター全体 */
.site-footer {
  	background-color: #202F55;
  	color: #ffff;
	padding: 15px 30px;
}
.site-footer .widget {
    text-align: center;
}
.site-footer-copyright {
   	padding-top: 10px;
}
.site-footer-copyright p:last-child {
	display: none;
}
.site-footer a {
   	color: #99ccff;
   	text-decoration: none;
}
.site-footer a:hover {
   	color: #ffffff;
   	text-decoration: underline;
}
.widget-area > .widget {
   	margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
	.fixed-btn {
		width: 4%;
	}
	.section-title {
		font-size: 3vw;
	}
	.only-mobile {
		display: none;
	}
	.line-break {
		white-space: normal;
	}
	.section-container .is-style-vk-check-mark {
		font-size: 1.8vw;
	}
	.text {
		font-size: 2vw;
	}
	.wp-block-list {
		line-height: 1.5 !important;
	}
	.list-check-mark {
		padding-left: 2em !important;
	}
	.scroll-x {
		overflow-x: hidden;
	}
	.reason {
		max-width: 100% !important;
		padding-bottom: 0;
	}
	.reason-text {
    	font-size: 1.85vw;
	}
	.section-container h3 {
		font-size: 2vw;	
	}

	.is-style-regular {
		font-size: 1.8vw;
	}
	.is-style-regular  span {
		font-size: 2.5vw;
		font-weight: 600;
	}
	.question span {
		font-size: 1.8vw !important;
	}
	.widget ul.wp-block-social-links {
    	justify-content: flex-start;;
	}
	.site-footer .widget {
    	text-align: left;
	}
}