*:focus {
	outline: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #303030;
	font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	font-size: 18px;
}

body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a.no_ul {
	text-decoration: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
	max-width:-webkit-fill-available;
	height: auto;
}

button a:hover {
	text-decoration: none;
}

div, p, input, select, textarea, button, td {
	box-sizing: border-box;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"], select, textarea {
	padding: 5px;
	background-color: #fff;
	font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	font-size: 1.0em;
}

input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #909090;
	border-radius: 3px;
}

input[type="radio"] {
	margin: 0px;
}

input[type="file"] {
	font-size: 0.8em;
}

select {
	padding: 8px 2px;
}

textarea {
	height: 100px;
	padding: 5px;
	font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
}

input[readonly="readonly"],select[readonly="readonly"],textarea[readonly="readonly"] {
	background-color: #f0f0f0;
	color: #909090;
}

button {
	font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

hr {
	border: none;
	border-top: 1px solid #c0c0c0;
	margin: 0px;
}

hr.dot {
	border-top: 1px dotted #c0c0c0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	padding-inline-start: 20px;
}

.ofc {
	object-fit: cover;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f07 {
	font-size: 0.7em;
}

.f08 {
	font-size: 0.8em;
}

.f09 {
	font-size: 0.9em;
}

.f10 {
	font-size: 1.0em;
}

.f11 {
	font-size: 1.1em;
}

.f12 {
	font-size: 1.2em;
}

.f13 {
	font-size: 1.3em;
}

.f14 {
	font-size: 1.4em;
}

.f15 {
	font-size: 1.5em;
}

.f16 {
	font-size: 1.6em;
}

.f17 {
	font-size: 1.7em;
}

.f18 {
	font-size: 1.8em;
}

.f20 {
	font-size: 2.0em;
}

.f30 {
	font-size: 3.0em;
}

.finger {
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

.flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.sp {
	display: none;
}

.w50 {
	width: 50%;
}

.w75 {
  width: 75%;
}

.w100 {
	width: 100%;
}

.w95 {
	width: 95%;
}

.w90 {
	width: 90%;
}

.w125 {
	width: 125px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.mw200 {
  max-width: 200px;
}

.mw300 {
	max-width: 300px;
}

.mw400 {
	max-width: 400px;
}

.mw500 {
	max-width: 500px;
}

.mw600 {
	max-width: 600px;
}

.mw700 {
	max-width: 700px;
}

.mw800 {
	max-width: 800px;
}

.mw900 {
	max-width: 900px;
}

.mw1000 {
	max-width: 1000px;
}

.mw1100 {
	max-width: 1100px;
}

.mw1200 {
	max-width: 1200px;
}

.minw100 {
	min-width: 100px;
}

.h100 {
	height: 100%;
}

.mh100 {
	min-height: 100%;
}

.m0a {
	margin: 0px auto;
}

.m50a {
	margin: 50px auto;
}

.ml5 {
	margin-left: 5px;
  }
  
  .ml10 {
	margin-left: 10px;
  }  

.b5 {
	margin-bottom: 5px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b30 {
	margin-bottom: 30px;
}

.b40 {
	margin-bottom: 40px;
}

.b50 {
	margin-bottom: 50px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.t30 {
	margin-top: 30px;
}

.t50 {
	margin-top: 50px;
}

.t50a {
	margin: 50px auto 0 auto;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p30 {
	padding: 30px;
}

.dspn {
	display: none;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.gtc_aa {
	grid-template-columns: auto auto;
}

.gtc_11 {
	grid-template-columns: 1fr 1fr;
}

.gtc_1a {
	grid-template-columns: 1fr auto;
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gtc_111 {
	grid-template-columns: 1fr 1fr 1fr;
}

.gtc_a11 {
	grid-template-columns: auto 1fr 1fr;
}

.gtc_1a1 {
	grid-template-columns: 1fr auto 1fr;
}

.gtc_11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc_aa1 {
	grid-template-columns: auto auto 1fr;
}

.gtc_1aa {
	grid-template-columns: 1fr auto auto;
}

.gtc_a1a {
	grid-template-columns: auto 1fr auto;
}

.gtc_aaa {
	grid-template-columns: auto auto auto;
}

.gtc_1111 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gtc_a1a1 {
	grid-template-columns: auto auto auto 1fr;
}

.gg5 {
	grid-gap: 5px;
}

.gg10 {
	grid-gap: 10px;
}

.gg20 {
	grid-gap: 20px;
}

.gg30 {
	grid-gap: 30px;
}

.pic {
	place-items: center;
}

.aic {
	align-items: center;
}

.asc {
	align-self: center;
}

.ass {
	align-self: start;
}


.b_r {
	border-radius: 3px;
	border: 1px solid #909090;
}

.b_r_shadow {
	border-radius: 5px;
	box-shadow: 0px 0px 5px #000;
}

.err_red {
	border: 2px solid #cc0000 !important;
	background-color: #fff0f0 !important;
}

.of_h {
	overflow: hidden;
}

.of_x {
	overflow-x: auto;
}

.of_y {
	overflow-y: auto;
}

.pos_r {
	position: relative;
}

.pos_f {
	position: fixed;
}

.pos_a {
	position: absolute;
}

.pos_s {
	position: sticky;
}

.pos_tl {
	top: 0;
	left: 0;
}

.pos_tr {
	top: 0;
	right: 0;
}

.pos_bl {
	bottom: 0;
	left: 0;
}

.pos_br {
	bottom: 0;
	right: 0;
}

.zi_5 {
	z-index: 5;
}

.zi_10 {
	z-index: 10;
}

.zi_15 {
	z-index: 15;
}

.zi_20 {
	z-index: 20;
}

.zi_25 {
	z-index: 25;
}

.zi_30 {
	z-index: 30;
}

.zi_35 {
	z-index: 35;
}

.red {
	color: #ff0000;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 99999;
	overflow-y: scroll;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #9e9e9e;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.bsbb {
	box-sizing: border-box;
}

.wsnw {
	white-space: nowrap;
}

.modal_btn {
	text-align: center;
}

.btn01 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #ff9800;
	border-radius: 5px;
	background-color: #ff9800;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.btn01:hover {
	background-color: #fff;
	color: #ff9800;
	text-decoration: none;
}

.btn02 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #607d8b;
	border-radius: 5px;
	background-color: #607d8b;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.btn02[disabled] {
	background-color: #fff;
	color: #607d8b;
	text-decoration: none;
}

.btn02:hover {
	background-color: #fff;
	color: #607d8b;
	text-decoration: none;
}

.btn03 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #303030;
	border-radius: 5px;
	background-color: #303030;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.btn03:hover {
	background-color: #fff;
	color: #303030;
	text-decoration: none;
}

.btn04 {
	display: inline-block;
	padding: 2px;
	border: 1px solid #e91e63;
	border-radius: 5px;
	background-color: #e91e63;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.btn04:hover {
	background-color: #fff;
	color: #e91e63;
	text-decoration: none;
}

.btn06 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #20b4fc;
	border-radius: 5px;
	background-color: #20b4fc;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.btn06:hover {
	background-color: #fff;
	color: #20b4fc;
	text-decoration: none;
}

.btn07 {
	display: inline-block;
	padding: 2px;
	border: 1px solid #3F51B5;
	border-radius: 5px;
	background-color: #3F51B5;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.btn07:hover {
	background-color: #fff;
	color: #3F51B5;
	text-decoration: none;
}

.btn08 {
	display: inline-block;
	padding: 2px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #000000;
	transition-duration: 0.3s;
	text-decoration: underline;
	box-shadow: 0px 0px 5px rgba(255,255,255,255);
	box-sizing: border-box;
}

.btn08:hover {
	background-color: #fff;
	color: #000000;
	text-decoration: underline;
}

.lh0 {
	line-height: 0em;
}

.mobile_menu_open {
	display: none;
}

.mobile_menu {
	position: fixed;
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: rgba(255,255,255,0.95);
    border-left: 1px solid #e0e0e0;
	transition-duration: 0.3s;
	z-index: 150;
}

.mobile_menu_close_wrap {
	padding: 0px 15px 0px 0px;
	text-align: right;
}

.mobile_menu_large {
	margin-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}

.menu-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.mobile_menu_small {
	margin-left: 60px;
	font-size: 1.1em;
	font-weight: 600;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto 1fr auto;
	grid-gap: 0px;
	position: relative;
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,1.0);
	z-index: 99;
}

.header_link {
    font-size: 0.7em;
    display: grid;
    grid-template-columns: repeat(11,auto);
    width: 95%;
    max-width: 1200px;
    grid-gap: 10px;
    margin: 0px auto;
    text-align: center;
}

.header_link > div {
	padding: 5px 0px;
}

.header_link_wrap {
	background-color: #00bcd4;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
}

.header_inner {
	width: 100%;
	padding: 5px 2.5%;
	max-width: 1200px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	grid-gap: 10px;
	align-items: center;
}

.head_logo img {
	width: 100%;
}

.head_logo_pc, .head_logo_sp {
	line-height: 0em;
}

.head_logo_pc {
	max-width: 200px;
}

.head_logo_sp {
	display: none;
	max-width: 130px;
}

input.head_search {
    font-size: 0.8em;
}

.head_menu {
	display: flex;
	justify-content: flex-end;
}

.head_menu div {
	margin-left: 15px;
}

.pc_menu, .pad_menu {
	font-size: 0.85em;
}

.pad_menu {
	max-width: 140px;
}

.sp_menu {
	display: none;
}

.after_login_menu {
	display: none;
}

.sp_menu_open {
	display: none;
	font-size: 1.7em;
}

.sp_event {
	display: none;
}

.footer {
	background-color: #505050;
	color: #fff;
	text-align: center;
	padding: 30px 0px;
}

.footer_inner {
	display: inline-grid;
	grid-template-columns: repeat(3,auto);
	grid-gap: 20px;
	text-align: left;
	font-size: 0.8em;
	align-items: center;
}

.footer_logo img {
	width: 200px;
}

.content_block {
	padding: 30px 0px;
}

.tokutei_table th, .tokutei_table td {
	border: 1px solid #c0c0c0;
	padding: 5px;
}

.tokutei_table th {
	font-size: 0.8em;
	white-space: nowrap;
}

.head_catch {
	padding: 20px 0px;
}

.hero {
	overflow: hidden;
	position: relative;
}

.hero .swiper-wrapper {
	width: 100vw;
}

.hero .swiper-wrapper img {
	width: 100%;
	min-height: 150px;
	object-fit: cover;
}

.hero_sp {
	display: none;
	overflow: hidden;
	position: relative;
}

.hero_sp .swiper-wrapper {
	width: 100vw;
}

.hero_sp .swiper-wrapper img {
	width: 100%;
	object-fit: cover;
}

.ad_8 {
	position: relative;
}

.ad_8 .swiper-wrapper {
	width: 100%;
}

.ad_8 .swiper-wrapper img {
	width: 100%;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 1.5 / 1;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.ad_15 {
	position: relative;
	margin-top: 30px;
}

.ad_15 .swiper-wrapper img {
	width: 100%;
    object-fit: cover;
    border-radius: 5px;
	aspect-ratio: 3 / 1;
    border: 1px solid #c0c0c0;	
}

.timesale .swiper-wrapper img {
	width: 100%;
    object-fit: cover;
    border-radius: 5px;
	aspect-ratio: 1 / 1;
    border: 1px solid #c0c0c0;	
}

.head_pr_block {
    background-color: #3f51b5;
}

.head_pr_block div {
	font-size: 0.7em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
}

.head_pr_block div + div {
	border-left: 1px dotted #fff;
}

.head_pr_block_sp {
    display: none;
    background-color: #3f51b5;
}

.head_pr_block_sp div {
	font-size: 0.5em;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 5px 0px;
}

.side_block_ad {
	display: block !important;
	padding: 0px 5px 10px 5px;
	text-align: center;
}

.side_block_ad img {
	width: 150px;
	height: 250px;
	object-fit: cover;
	border-radius:5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.main_content {
	grid-template-columns: auto minmax(0,1fr);
	margin-bottom: 50px;
}

.right_unit {
	overflow: hidden;
}

.swiper-pagination {
	position: static;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
}

.cat_list i {
	color: #3f51b5;
	font-size: 1.5em;
	vertical-align: middle;
}

.cat_list div + div {
	margin-top: 5px;
}

.block_title {
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
    padding: 5px 0px 5px 10px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 5px;
    background: linear-gradient(to right, #2196f3, #00bcd4);	
}

.special .swiper-wrapper img {
	width: 100%;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 6 / 4;
}

.coupon .swiper-wrapper img {
	width: 100%;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
	border: 1px solid #c0c0c0;
	border-box: box-sizing;
}

.chance .swiper-wrapper img {
	width: 100%;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
}

.chance_text {
	padding: 3px;
    border: 1px solid #c0c0c0;
    font-size: 0.6em;
	height: 80px;
	overflow-y: auto;
	overflow-x: hidden;
}

.chance_title {
    font-size: 0.6em;
    font-weight: bold;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
}

.chance_text::-webkit-scrollbar-thumb {
    background-color: #303030;
}

.chance_text::-webkit-scrollbar-track {
    background-color: #c0c0c0;
}

.chance_text::-webkit-scrollbar {
    width: 5px;
}

.ranking .swiper-wrapper img {
	width: 100%;
    object-fit: cover;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
}

.ranking .swiper-slide {
	position: relative;
}

.rank {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #ffc107;
    color: #303030;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    width: 25px;
    font-size: 0.6em;
    text-align: center;
    display: grid;
    align-items: center;
    font-weight: bold;
    border: 2px solid #fff;
}

.footer_cat > div:last-child {
    border-right: 1px solid #c0c0c0;
}

.footer_cat > div {
    padding-left: 10px;
    border-left: 1px solid #c0c0c0;
}

.news_date {
    background-color: #fff;
    font-size: 0.6em;
    font-weight: bold;
    padding: 5px;
    color: #505050;
    border-radius: 5px;
}

.news_title {
    font-weight: bold;
}

.news_text {
    padding: 5px;
    border: 1px solid #fff;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 0.8em;
}

.store_data {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

.store_data img {
    width: 200px;
    border-radius: 5px;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.store_name {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.edit_store_name {
    font-weight: bold;
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    white-space-collapse: collapse;
    text-wrap: wrap;
	width: 100%;
	font-size:15px;
}

.store_addr {
    font-size: 0.8em;
}

.store_tel {
    font-size: 0.8em;
}

.store_meta {
    display: grid;
    grid-template-rows: auto auto auto auto 1fr;
}

.store_pr {
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 5px;
}

.special_meta.store_name {
    white-space: normal;
}

.sub_cat {
	font-size: 0.8em;
    font-weight: normal;
    width: 95%;
    margin: 0px auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
    padding: 10px;
    background-color: #3f51b5;
}

.o_match {
    background-color: #fff;
    color: #607d8b;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
    border: 1px solid #607d8b;
}

.o_match.selected {
    background-color: #607d8b;
    color: #fff;
}

.sub_cat_select {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    border: 1px solid #3f51b5;
    color: #3f51b5;
	background-color: #fff;
}

.sub_cat_select.selected {
    color: #fff;
	background-color: #3f51b5;
}

.sub_cat_select.top_five {
    padding: 0px;
    border-radius: 0px;
    border: 1px solid #505050;
    color: #fff;
	background-color: unset;
}

.sub_cat_select.top_five.selected {
	background-color: unset;
    border: 1px solid #505050;
}

.top_five_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	display: grid;
	align-items: center;
	line-height: 1.3em;
	font-size: 1.2em;
}

.sub_cat_select.top_five.selected .top_five_inner {
	background-color: rgba(255,255,255,0.7);
	color: #000;
}

.tab_menu {
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    border: 2px solid #00BCD4;
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
	border-bottom: none;
}

.tab_menu.selected {
	background-color: #00BCD4;
	color: #fff;
}

.shop_menu_wrap {
	border-bottom: 2px solid #00BCD4;
}

.ph_table th {
	text-align: center;
	font-size: 0.8em;
	background-color: #4350b4;
	color: #fff;
}

.ph_table th, .ph_table td {
	font-size: 0.8em;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.search_result_head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	width: 70%;
	max-width: 1200px;
	margin: 0px auto;
	margin-top: 30px;
}

.detail_search_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	grid-gap: 20px;
	align-items: center;
	width: 70%;
	max-width: 1200px;
	margin: 0px auto;
	margin-top: 30px;
}

.store_list {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-gap: 10px;
	 width: 70%;
	 max-width: 1200px;
	 margin: 0px auto;
	 margin-top: 30px;
}

.detail_search_result .search_result_head {
	width: 100%;
}

.detail_search_result .detail_search_wrap {
	width: 100%;
}

.detail_search_result .store_list {
	width: 100%;
}

.search_b_sp {
	display: none;
}

.search_select {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr 1fr 1fr auto;
	grid-gap: 10px;
	padding: 5px 0px;
}

.search_candidate, .cat_candidate, .station_candidate {
	position: absolute;
    margin-top: 10px;
    background-color: rgba(0,0,0,0.8);
	color: #fff;
    width: 100%;
    padding: 5px;
    font-size: 0.8em;
    border-radius: 5px;
	max-height: 150px;
	overflow-y: scroll;
	z-index: 99;
}

.close_mobile_btn {
	display: none;
}

.sp_area {
	display: none;
}

.search_main_cat {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #00bcd4;
	color: #fff;
}

.search_main_cat .main_cat {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	transition-duration: 0.3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search_main_cat .main_cat.selected {
	background-color: #fff;
	color: #00bcd4;
}

.search_main_cat .main_cat:hover {
	background-color: #fff;
	color: #00bcd4;
}

.search_sub_cat {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #3f51b5;
	color: #fff;
}

.search_sub_cat .sub_cat_select {
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #9FA8DA;
	background-color: #3f51b5;
	transition-duration: 0.3s;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.0em;
}

.search_sub_cat .sub_cat_select.selected {
	background-color: #fff;
	color: #3f51b5;
}

.search_sub_cat .sub_cat_select:hover {
	background-color: #fff;
	color: #3f51b5;
}

.s_area {
	padding: 5px;
	background-color: #7E57C2;
	color: #fff;
	border: 1px solid #B39DDB;
	font-weight: bold;
}

.s_area i {
	font-size: 2.0em;
}

.s_station {
	padding: 5px;
	background-color: #66bb6a;
	color: #fff;
	border: 1px solid #A5D6A7;
	font-weight: bold;
}

.s_station i {
	font-size: 2.0em;
}

.s_gps {
	padding: 5px;
	background-color: #9e9e9e;
	color: #fff;
	border: 1px solid #c0c0c0;
	font-weight: bold;
}

.s_gps i {
	font-size: 2.0em;
}

.s_type {
	opacity: 0.5;
	transition-duration: 0.3s;
}

.s_type:hover {
	opacity: 1.0;
}

.s_type.selected {
	opacity: 1.0;
}

.d_search.search_block_area {
	background-color: #fff0ff;
	padding: 10px;
}

div.jmap-pref {
	background-color: #fff;
}

.d_search.search_block_station {
	background-color: #DCEDC8;
	padding: 10px;
}

.d_search.search_block_gps {
	background-color: #f0f0f0;
	padding: 10px;
}

.join_member {
	background-color: #3f51b5;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;	
}

.checkbox-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hidden {
	display: none !important;
}

.bordered-box {
	border: 1px solid #ccc;
	padding: 10px;
}

#tokubetutext {
    border: 1px solid #ccc;
    width: 30%;
}

textarea {
    border: 1px solid #ccc;
	font-size: 14px;
}


#tokubetutext input[type="text"] {
    border: none; 
	font-size: 14px;
}

.custom-list {
    list-style-type: none;
    padding-left: 0; 
  }

  .custom-list li {
    counter-increment: my-counter;
  }

  .custom-list li::before {
    content: "(" counter(my-counter) ")"; 
    margin-right: 5px;
  }

.red_label_1{
	width: 80px; 
	height: 25px;
	border-radius: 5px;
}

.red_label_2{
	width: 35px; 
	height: 25px; 
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.sp_2 {
		grid-template-columns: 1fr 1fr;
	}
	
	.d_search_title {
		font-size: 0.8em;
	}
	
	.pad_menu {
		display: none !important;
	}

	.red_label_1{
		width: 70px; 
		height: 20px;
	}
	
	.red_label_2{
		width: 30px; 
		height: 20px; 
	}
}

@media only screen and (min-width: 850px) {
	.sds_modal {
		max-width: 800px !important;
		margin: 30px auto !important;
	}
}

/* Kameiten / pay images */

.kameiten-banner-image-top {
	position: absolute;
    top: 45px;
    left:43px;
    height: 90px;
    width: 90px;
}

.kameiten-banner-image {
    position: absolute;
    top: 47px;
    left:45px;
    height: 70px !important;
    width: 70px !important;
}

.pay-image-top {
	position: absolute;
	top: 10px; 
	right: 10px;
    height: 60px;
    width: 60px;
}

.pay-image {
	position: absolute;
	top: 12px; 
	left: 160px;
	height: 50px !important;
	width: 50px !important;
}

.pay-image-advert {
	position: absolute;
	top: 12px; 
	right: 18px;
	height: 50px !important;
	width: 50px !important;
}

@media only screen and (max-width: 1023px) {
	.search_result_head {
		width: 95%;
	}

	.detail_search_wrap {
		width: 95%;
	}

	.store_list {
		width: 95%;
	}	
	
	.store_data img {
		aspect-ratio: 16 / 9;
		width: 100%;
		object-fit: contain;
	}
	
	.store_data {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
	}
	
	.left_unit {
		display: none;
	}
	
	.main_content {
		grid-gap: 0px;
		grid-template-columns: 100%;
	}
	
	.header_inner {
		background-color: #00bcd4;
		color: #fff;
	}
	
	.head_logo_pc {
		display: none;
	}

	.head_logo_sp {
		display: block;
	}

	.pc_menu {
		display: none !important;
	}
	
	.sp_menu {
		display: inline;
	}
	
	.sp_menu_open {
		display: grid;
	}

	.kameiten-banner-image {
		position: absolute;
		top: 47px;
		left:46px;
		height: 50px !important;
		width: 50px !important;
	}

	.kameiten-banner-image-top {
		position: absolute;
		top: 46px;
		left: 45px;
		height: 60px !important;
		width: 60px !important;
	}

	.pay-image {
		position: absolute;
		top: 12px; 
		left: unset !important;
		right: 10px;
		height: 50px !important;
		width: 50px !important;
	}

	.pay-image-advert {
		position: absolute;
		top: 12px; 
		right: 10px;
		height: 50px !important;
		width: 50px !important;
	}
}

@media only screen and (max-width: 767px) {
	.close_mobile_btn {
		display: block;
	}
	
	.search_select {
		grid-template-columns: 100%;
	}
	
	.search_select button {
		width: 100%;
	}	
	
	.search_b_pc {
		display: none;
	}	

	.search_b_sp {
		display: block;
	}	
	
	.shop_menu_wrap {
		position: sticky;
		top: 40px;
		left: 0;
		background-color: #fff;
		padding-top: 30px;
	}
	
	.shop_menu {
		grid-gap: 5px !important;
	}
	
	.tab_menu {
		font-size: 0.5em;
	}
	
	.shop_data {
		grid-template-columns: 1fr !important;
	}
	
	.f14.special_meta {
		font-size: 1.1em;;
	}
	
	.special_meta {
		grid-column: 1 / 3;
	}
	
	.slash {
		display: none;
	}
	
	.shop_meta {
		font-size: 0.6em;
	}
	
	.view_type {
		display: none;
	}
	
	.detail_search_wrap {
		grid-template-columns: 1fr;
	}
	
	/*
	.store_list {
		grid-template-columns: 1fr;
	}
	*/
	
	.store_pr {
		display: none;
	}
	
	.store_meta {
		align-self: start;
		font-size: 0.8em;
	}
	
	.store_data .lh0 {
		aspect-ratio: 16 / 9;
	}
	
	.sp_block {
	    font-size: 0.7em;
		padding: 5px !important;
	}
	
	.search_wrap {
		grid-template-columns: 1fr;
	}
	
	.how_to {
		grid-template-columns: 1fr;
	}
	
	.footer_cat {
		grid-template-columns: 1fr;
	}
	
	.footer .dspig.gg10 {
		grid-template-columns: 1fr !important;
	}
	
	.footer_cat > div {
		border: none;
		padding: 0px 15% !important;
	}
	
	.footer_cat > div:last-child {
		border: none;
	}
	
	.head_pr_block {
		display: none;
	}
	
	.head_pr_block_sp {
		display: grid;
	}
	
	.footer_inner {
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
		font-size: 0.7em;
	}
	
	.footer_logo {
		grid-column: 1 / 3;
		text-align: center;
	}
	
	.sp {
		display: block;
	}

	.grid-view {
		margin-top: 400px;
	}

	.grid-view-mobile {
		margin-top: 200px;
	}

	
	.kameiten-banner-image {
		position: absolute;
		top: 48px;
		left:47px;
		height: 40px !important;
		width: 40px !important;
	}

	.kameiten-banner-image-top {
		position: absolute;
		top: 42px !important;
		left:41px !important;
		height: 50px !important;
		width: 50px !important;
	}

	.pay-image-top {
		position: absolute;
		top: 5px; 
		right: 5px;
		height: 40px;
		width: 40px;
	}

	.pay-image {
		position: absolute;
		top: 12px; 
		left: unset !important;
		right: 10px;
		height: 32px !important;
		width: 32px !important;
	}

	.pay-image-advert {
		position: absolute;
		top: 12px; 
		right: 8px;
		height: 32px !important;
		width: 32px !important;
	}
}

@media only screen and (min-width: 768px) {
	.search_select {
		display: grid !important;
	}
}

@media (orientation: portrait) {
	.left_unit.search {
		grid-column: 1 / 3;
	}
	
	.cat_list.search {
		grid-template-columns: auto 1fr auto 1fr auto 1fr;
		margin-bottom: 0px;
	}
	
	.cat_title {
		grid-column: 1 / 7 !important;
	}
}

@media (orientation: portrait) and (max-width: 767px) {
	.sp_1 {
		grid-template-columns: 1fr;
	}
	
	.sp_area {
		display: block;
	}
	
	.pc_area {
		display: none;
	}
	
	.hero {
		display: none;
	}
	
	.hero_sp {
		display: block;
	}
}

@media only screen and (max-width: 376px) {
	.sds_modal {
		margin: 30px 0px !important;
	}
}

.getp_btn {
	display: none;
}

.btn05 {
	display: inline-block;
	padding: 5px;
	border: 1px solid #cc0000;
	border-radius: 5px;
	background-color: #cc0000;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
}

.btn05[disabled] {
	background-color: #fff;
	color: #cc0000;
	text-decoration: none;
}

.btn05:hover {
	background-color: #fff;
	color: #cc0000;
	text-decoration: none;
}

/* Style for the modal background */
.modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
  }
  
  /* Style for the modal content */
  .modal-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  
  /* Confirm Modal */
/* Style for the modal background */
.modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
  }
  
  /* Style for the modal content */
  .modal-content {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .conbtn{
	margin: 5px;
  }

.remove_registration_btn,  
.fee_cancellation_request_btn,
.remove_merchant_btn{
	display: none;
}
  
.imgbtn-align{
	display: flex; 
	flex-direction: column; 
	align-items: center;
}

.input-label {
    border: 1px solid black;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 9px;
	padding: 5px;
	align-items: center;
}
.input-label:hover{
	cursor: pointer;
}

@media (min-width: 768px) {
    .input-label {
        font-size: 16px;
		padding: 7px;
    }
}

/* .delete-btn{
	width: 70px; color: red; 
	border: none;
	text-decoration: none; 
	background-color: white; 
	cursor: pointer;
	margin-top: 15%;
	align-items: center;
} */
.main-div{
	margin-top: 15px;
	margin-bottom: 13px;
	display: inline;
	align-items: center;

}
/* .delete_btn_div{
	margin-top: 7%;	
	margin-left: 35%; 
	display: none;
} */
/* Default styles for .delete_btn_div */
.delete_btn_div {
    /* margin-top: 7%;
    margin-left: 40%; */
	margin-top: 8px;
	display: flex;
    align-items: center;
	justify-content: center;

}


/* @media (max-width: 768px) {
    .delete_btn_div {
        margin-left: 40%;
    }
} */

/* @media (max-width: 480px) {
    .delete_btn_div {
        margin-top: 5%;
		margin-left: 30%; 
    }
} */

.pay_btn_align{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 12px;
}

.point_history{
	overflow-y: auto;
	max-height: 300px;
	
}

@media (max-width: 768px) {
	.ph_table{
		width: 200%;
	
	}
	.point_history{
		max-width: 360px;
	}
    .ph_table th {
        font-size: 0.8em;
    }
	.ph_table td {
        font-size: 0.8em;
    }
}
/* @media only screen and (max-width: 400px) {
	.cover-div{
    width: 90%;
	}
} */

   #selectRadio1, #selectRadio2 {
	width: 20px;
	height: 20px;
	border: 1px solid #767676;
  }
  
  #selectRadio1:checked, #selectRadio2:checked {
	background-color: white;
	color: #54B9D1;
  }
  
  .radio_name {
	font-size: 15px;
	font-weight: 400;
	font-family: Hiragino sans;
	display: flex;
	align-items: center;
  }
  
  #amountInput1[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
  }
  
  .amountInput {
	width: 90px;
	height: 30px;
	margin-left: 13px;
	text-align: right;
  }
  .amountInput::placeholder {
	color: #999;
	float: right;
	font-size: 20px;
	padding-right: 5px;
  }
  .rupee {
	font-size: 15px;
	line-height: 22.5px;
	font-weight: 400;
  }
  
  .amountSec {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
  }
  
  .textArea {
	width: 335px;
	height: 78px;
	border: 1px solid #767676;
	display: flex;
	resize: none;
	justify-content: center;
	margin: 5px;
  }
  .sendDonation {
	display: flex;
	flex-direction: column;

  }

  .modal-container1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
  }
  
  .close-button {
	margin-top: 10px;
	cursor: pointer;
  }
  .left-lable {
	font-family: Hiragino Sans;
	font-weight: 350;
	font-size: 13px;
	text-align: right;
	flex: 1;
  }
  .right-lable {
	font-family: Hiragino Sans;
	font-weight: 500;
	font-size: 14px;
	line-height: 22.5px;
	text-align: left;
	flex: 2;
  }

  #amountInput1:invalid {
	border-color: red;
}
.modal-donation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 9999;
  }

  .modal-donation .modal-content-donation {
	background-color: rgba(0, 0, 0, 0.7);
	color:#ffffff;
	padding: 20px;
	border-radius: 5px;
  }

  .modal-donation .modal-content-donation p {
	margin: 0;
  }

  .show-donation-modal {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  @media (min-width: 701px) {
    .textArea {
       width: 375px;
	}
}

.drop_box option {
	font-size: 14px; 
}
.drop_box{
	font-size: 14px; 
}

@media (max-width: 600px) {
	.donation_sec3 {
		width: 360px !important; 
	}
	.right-lable {
		font-size: 12px; 
	}
	.left-lable {
		font-size: 11px; 
	}
}

.tokubetu_service_view_title{
	display: none; 
	margin-top: 30px; 
	border-top-right-radius: 5px;
  	border-top-left-radius: 5px;
	color: #fff;
	padding: 5px;
}

.tokubetu_service_view{
	display: none; 
	background-color: #F8F8F8; 
	border: 2px solid #3846AC; 
	border-bottom-right-radius: 5px;
  	border-bottom-left-radius: 5px;
	padding: 10px; 
}

.tokubetu_title{
	padding-top:10px;
	display: none;
}

.tokubetu_text{
	display: none;
	margin-left: 28px;
	margin-bottom: 20px;
}

.special_service_title{
	display: none;
}

.special_service_text{
	margin-left: 28px;
}

.modal_msg video {
	width: 100%;
	height: 100%;
	object-fit: contain; 
  }

.sutraVideoModalBtn{
	margin-top: 10px; 
	display: inline-block;
	border: 1px solid #3f51b5;
	border-radius: 5px;
	background-color: #3f51b5;
	color: #fff;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-sizing: border-box;
	width: 90px;
    height: 30px;
    font-size: 11px;
}

.sutraVideoModalBtn:hover {
	background-color: #fff;
	color: #3f51b5;
	text-decoration: none;
}
.sutraVideoModalBtn:disabled {
	background-color: #3f51b5;
	opacity: 0.5;
	color: #fff;
	cursor: default;
  }
  .sutraBtnInfo{
	font-size: 14px;
	margin-top: 10px;
}

.sutraVideoInfo{
	font-size: 14px;
	margin-top: 4px;
}
.sutraVideoInfo span{
	padding-top: 2px;
	padding-left: 11%;
}
.blue-underline {
    color: blue;
    text-decoration: none; 
}

.blue-underline:hover {
    text-decoration: underline;
}
.temple-shrine-input{
	width: 92%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.minus-icon{
	padding-left: 3px;
}
.plus-icon{
	padding-left: 3px;
	padding-right: 3px;
}

@media (max-width: 620px) {
	.temple-shrine-input{
		width: 85%;
	}
}
.temple-shrine-menu-gap{
	margin-top: 2px;
	margin-bottom: 2px;
}
.privacy_and_terms{
	color: rgb(4, 194, 194);
	cursor: pointer;
}
.privacy_and_terms:hover{
	color: rgb(53, 212, 212);
	cursor: pointer;
	text-decoration: none;
}


.store_pr_title , .store_pr_text{
	max-width: 410px;
	word-wrap: break-word;
}
@media (max-width: 431px) {
	.store_pr_title{
		max-width: 350px t;
	}
	.store_pr_text{
		max-width: 350px;
	}
	.cont_aligment{
		max-width: 293px;
	}
}

.cont_aligment{
	word-wrap: break-word;
	max-width: 200px;
}

@media (max-width: 760px) {
	.cont_aligment{
		max-width: 592px;
	}
	.store_pr_title{
		max-width: 687px ;
	}
	.store_pr_text{
		max-width: 687px;
	}
}

@media (max-width: 710px) {
	.cont_aligment{
		max-width: 500px;
	}
	.store_pr_title{
		max-width: 615px ;
	}
	.store_pr_text{
		max-width: 615px;
	}
}
@media (max-width: 640px) {
	.cont_aligment{
		max-width: 450px;
	}
	.store_pr_title{
		max-width: 570px ;
	}
	.store_pr_text{
		max-width: 570px;
	}
}
@media (max-width: 579px) {
	.cont_aligment{
		max-width: 380px;
	}
	.store_pr_title{
		max-width: 480px ;
	}
	.store_pr_text{
		max-width: 480px;
	}
}

@media (max-width: 500px) {
	.cont_aligment{
		max-width: 300px;
	}
	.store_pr_title{
		max-width: 400px ;
	}
	.store_pr_text{
		max-width: 400px;
	}
}

@media (max-width: 411px) {
	.cont_aligment{
		max-width: 267px;
	}
	.store_pr_title{
		max-width: 340px ;
	}
	.store_pr_text{
		max-width: 340px;
	}
}
@media (max-width: 357px) {
	.cont_aligment{
		max-width: 215px;
	}
	.store_pr_title{
		max-width: 305px ;
	}
	.store_pr_text{
		max-width: 305px;
	}
}

#donation_type{
	overflow-wrap: anywhere;
}

.vr-img{
  position: absolute;
  top: 10px; 
  right: 10px; 
  width: 15%;
  cursor: pointer;
}

.overlay {
	position: fixed; /* Overlays entire viewport */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999; /* Ensure overlay is above other elements */
  }
  
  .spinner {
	/* Style your spinner here (e.g., using animation) */
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top-color: #3498db; /* Animation color */
	animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
  }
  
  
.header-desp-title {
	height: 200px;
	background-color: #4050b5;
	display: flex;
	justify-content: center;
  }
  
  .title-content {
	width: 90%;
  }
  
  .title-content h1 {
	font-size: 34px;
	font-weight: 600;
	line-height: 51px;
	text-align: left;
	color: white;
  }
  .title-content p {
	font-size: 16px;
	font-weight: 300;
	line-height: 27.2px;
	text-align: left;
	color: white;
  }
  .form-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
  }
  
  .form-title h3 {
	text-align: center;
	font-family: Hiragino Sans;
	font-size: 21.6px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
  }
  .form-title p {
	font-family: Hiragino Sans;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-align: left;
	margin-bottom: 40px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
  }
  
  .form-body {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .input-title {
	font-size: 14.4px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
  }
  .input-title span {
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	color: #e30303;
  }
  
  .input-section,
  .select-section, .select-section1  {
	width: 100%;
	height: 39px;
	border-radius: 4px;
	border: 1px solid #909090;
  }
  
  .input-section::placeholder {
	color: #b6b6b6;
	font-family: Hiragino Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	text-align: left;
  }

  .select-section option {
    color: #000000;
}

  
  .input-section-radio {
	width: 20px;
	height: 20px;
	background-color: white;
	outline: none;
	cursor: pointer;
  }
  
  .post-code {
	width: 140px;
	height: 39px;
	border-radius: 4px;
	border: 1px solid #909090;
	margin-bottom: 10px;
  }
  .post-code::placeholder {
	color: #b6b6b6;
	font-family: Hiragino Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	text-align: left;
  }
  
  .info-dob,
  .info-tel {
	font-family: Hiragino Kaku Gothic Pro;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	margin-top: 2px;
  }
  .select-section {
	font-family: Hiragino Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	text-align: left;
  }
  
  .element-div {
	margin-bottom: 10px;
	width: 400px;
  }
  .input-section-ins {
	width: 78%;
	height: 39px;
	border-radius: 4px;
	border: 1px solid #909090;
  }
  
  .input-section-ins-date {
	width: 35%;
	height: 39px;
	border-radius: 4px;
	border: 1px solid #909090;
	margin-right: 10px;
	margin-top: 10px;
  }
  .checkbox-lable {
	font-family: Hiragino Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	text-align: left;
  }
  .checkbox {
	width: 20px;
	height: 20px;
  }
  .apply-btn {
	margin-top: 20px;
	width: 100%;
  }
  
  .flex-row-radio {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 85px;
  }
  
  .engineer-button,
  .nursing-button,
  .sales-button {
	border: 1px solid #ccc;
	padding: 13px 30px;
	border-radius: 5px;
	background: #f5f5f5;
	cursor: pointer;
  }
  
  .engineer-button label,
  .nursing-button label,
  .sales-button label {
	font-family: Hiragino Sans;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	margin-left: 4px;
	cursor: pointer;
  }
  
  .engineer-button input,
  .nursing-button input,
  .sales-button input {
	cursor: pointer;
  }
  
  .checkbox-flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  .checkbox-flex-row div {
	width: 160px;
  }
  
  .engineer-form,
  .nursing-form {
	display: none;
  }
  .start-time {
	width: 48%;
  }
  @media (max-width: 425px) {
	.element-div {
	  width: 95%;
	}
	.form-body {
	  width: 100%;
	}
  
	.engineer-button label,
	.nursing-button label,
	.sales-button label {
	  font-size: 13px;
	}
	.engineer-button,
	.nursing-button,
	.sales-button {
	  padding: 10px 20px;
	}
	.title-content h1 {
	  font-size: 26px;
	}
	.title-content p {
	  font-size: 13px;
	}
  }
  
  @media (max-width: 340px) {
	.checkbox-flex-row div {
	  width: 120px;
	}
  }
  @media (max-width: 385px) {
	.start-time {
	  width: 100%;
	  margin-top: 2px;
	}
  }
  @media (max-width: 425px) {
	.input-section-ins {
	  width: 100%;
	}
  }
  
  @media (max-width: 485px) {
	.form-title p {
	  font-size: 16px;
	  padding-left: 2px;
	  padding-right: 2px;
	}
  }
  
  .post-code::-webkit-outer-spin-button,
.post-code::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.date-of-birth::-webkit-outer-spin-button,
.date-of-birth::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.insurance-premium-month::-webkit-outer-spin-button,
.insurance-premium-month::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.engineer-dob::-webkit-outer-spin-button,
.engineer-dob::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.seller-dob::-webkit-outer-spin-button,
.seller-dob::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nursing-dob::-webkit-outer-spin-button,
.nursing-dob::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tel-no::-webkit-outer-spin-button,
.tel-no::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.seller-tel-no::-webkit-outer-spin-button,
.seller-tel-no::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.engineering-tel-no::-webkit-outer-spin-button,
.engineering-tel-no::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.nursing-tel-no::-webkit-outer-spin-button,
.nursing-tel-no::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.afterSubmitInfo{
	font-family: Hiragino Sans;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-align: center;
	margin-bottom: 60px;
}
.applyBtnInfo{
	font-family: Hiragino Sans;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-align: left;
}

.checkbox-lable, .ask {
    cursor: pointer;
}
@media only screen and (max-width: 1540px) {
	.kk-res{
		position: relative;
		top: -115%;
		left: -10%;
	}
}
@media only screen and (max-width: 1300px) {
	.kk-res{
		position: relative;
		top: -112%;
		left: -10%;
	}
}
@media only screen and (max-width: 1000px) {
	.kk-res{
		position: relative;
		top: -110%;
		left: -10%;
	}
}
@media only screen and (max-width: 800px) {
	.kk-res{
		position: relative;
		top: -119%;
		left: -14%;
	}
}
@media only screen and (max-width: 600px) {
	.kk-res{
		position: relative;
		top: -125%;
		left: -16%;
	}
}
@media only screen and (max-width: 400px) {
	.kk-res{
		position: relative;
		top: -128%;
		left: -18%;
	}
}
.kk-res{
	position: relative;
	top: -115%;
	left: -10%;
}