.h-35 {
    height: 35%;
}

.w-90 {
    width: 90%;
}

.layout-main {
    max-width: 500px;
}

.aicon {
    font-size: 2rem;
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
    color: black;
    display: table-cell; 
    text-align: center;
    vertical-align: middle;
    border-radius: 10%;
    text-decoration: none;
}

.btn-common {
    font-size: calc(1.3rem + 0.6vw) !important;
    margin-bottom: 1rem;
    width: 100%;
}

.label-common {
    font-size: 1.5rem;
}

.input-common {
    /* font-size: calc(1.3rem + 0.6vw) !important; */
    margin-bottom: 1rem;
    /* width: 100%; */
}

.EnteringCount {
    font-size: 2.5rem;
    font-weight: 100;
}

.input-reason {
    resize: none;
}

.bg-result {
    background-color: #fbe5d6;
}

.bg-participation {
    background-color: #f1f6ac;
}

.bg-entextlist {
    background-color: #f7e5b7;
}

.bg-entextlistsearch {
    background-color: #f7e5b7;
}

.header-common {
    background-color: #17524e !important;
    color: #ffffff !important;
}

.btn-positive {
    background-color: #108971;
}

.btn-negative {
    background-color: #5c636a;
}

.btn-other {
    background-color: #4c9aa5;
}

#overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px; /* 補助枠の幅 */
    height: 200px; /* 補助枠の高さ */
    border: 2px dashed yellow; /* 補助枠のスタイル */
    border-radius: 50%; /* 丸型 */
    box-sizing: border-box;
}

header{
    height: 50px;
    box-shadow: 0px 0px 5px 0px hsla(0, 0%, 7%, 0.3);
}
nav {
    width: 230px;
}
.nav-link {
    color: white;
    background-color: rgba(255, 255, 255, 0.493);
}
main {
    transition: 0.3s all ease;
}


/* 【追加】デザインスタイル
++++++++++++++++++++++++++++++++++++++++++ */
html {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	font-family: "M PLUS Rounded 1c", serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	letter-spacing: 0.12em;
	font-size: 1.6rem;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	position: relative;
	line-height: 2.0;
}
img {
	width: 100%;
	height: auto;
}

.head {
	background: url("/static/image/head_bg.png") bottom center repeat-x;
	background-color: #2bb5e9;
	background-size: auto 10px;
}
.head h1 {
	font-size: clamp(1.2rem, 4.5vw, 1.6rem);
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 18px 20px 28px;
	margin: 0;
	letter-spacing: 0.05em;
}

/* トップ画面
+++++++++++++++++*/
.status {
	background-color: #2bb5e9;
}
.wrap_status {
	background: url("/static/image/foot_bg.png") bottom center repeat-x;
	background-color: #fff;
	background-size: auto 10px;
	padding: 60px 20px 70px;
}
.wrap_status h2 {
	font-size: clamp(2.0rem, 10vw, 3.5rem);
	font-weight: 900;
	text-align: center;
	margin-bottom: 6px;
}
.wrap_status h3 {
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 24px;
	letter-spacing: 0.01em;
}
.status_img {
	max-width: 140px;
	margin: 0 auto 24px;
}

.btn_main {
	max-width: 280px;
	margin: 0 auto;
}

/* カメラ画面
+++++++++++++++++ */
.wrap_camera {
	padding: 30px 20px;
}
.wrap_camera .col-12 {
	text-align: center;
}
.camera_txt {
	font-size: clamp(1.2rem, 5vw, 2.0rem);
	white-space: nowrap;
	text-align: center;
	margin: 10px 0 24px;
	letter-spacing: 0.01em;
}

/* 結果画面
+++++++++++++++++ */
.wrap_result {
	padding: 0;
}
.wrap_result h2 {
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	padding: 14px 0 24px;
	margin: 0;
	background: url("/static/image/result_h2.png") bottom center repeat-x;
	background-size: auto 10px;
	position: relative;
	z-index: 100;
}
.result_img {
	margin: -10px 0 0;
}
.wrap_result h3 {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 14px 0;
	margin: 0 0 24px;
	text-align: center;
}
.result_ok {
	color: #0071bc;
	border-bottom: 2px solid #0071bc;
	border-top: 2px solid #0071bc;
}
.result_ng {
	color: #c91741;
	border-bottom: 2px solid #c91741;
	border-top: 2px solid #c91741;
}
.result_txt {
	font-size: 1.6rem;
	text-decoration: underline;
	margin: 10px 0 24px;
	padding: 0 30px;
	letter-spacing: 0.01em;
}

.btn_sub {
	max-width: 170px;
	margin: 24px auto 0;
}

.help_btn {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 50px;
	margin: 0;
}
