*:focus {
	outline: none;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #303030;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-family: 'Baloo 2', cursive;
}

body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

button a:hover {
	text-decoration: none;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

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 {
	width: 100%;
	padding: 5px;
	background-color: #fff;
	font-size: 1.2em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-family: 'Baloo 2', cursive;
	border: 1px solid #fff;
    box-shadow: 0px 0px 3px #000;
	border-radius: 5px;
}

input[type="checkbox"], input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #3f51b5;
	border-radius: 5px;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="file"] {
	font-size: 0.8em;
}

textarea {
	height: 100px;
}

hr {
	margin: 20px 0px;
	border: none;
	border-top: 1px solid #3f51b5;
}

hr.dot {
	border-top: 1px dotted #3f51b5;
}

.hr_w {
	margin: 0px 0px;
	border: none;
	border-top: 1px solid #fff;
}

.hr_w.dot {
	margin: 0px 0px;
	border: none;
	border-top: 1px dotted #fff;
}

.h_w {
	border-top: 1px solid #fff;
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0px;
}

button {
	font-family: 'Baloo 2', cursive;
	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 */
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f08 {
	font-size: 0.8em;
}

.f09 {
	font-size: 0.9em;
}

.f12 {
	font-size: 1.2em;
}

.f14 {
	font-size: 1.4em;
}

.f16 {
	font-size: 1.6em;
}

.f18 {
	font-size: 1.8em;
}

.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 */
}

.sp {
	display: none;
}

.fw {
	width: 100%;
}

.w300 {
	width: 95%;
	max-width: 300px;
	margin: 0px auto;
}

.w400 {
	width: 95%;
	max-width: 400px;
	margin: 0px auto;
}

.w600 {
	width: 95%;
	max-width: 600px;
	margin: 0px auto;
}

.w1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0px auto;
}

.ww {
	width: 95%;
	max-width: 900px;
	margin: 0px auto;
}

.ww.admin {
	padding-top: 150px;
}

.nw {
	width: 95%;
	max-width: 600px;
	margin: 0px auto;
}

.uw {
	width: unset !important;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.b40 {
	margin-bottom: 40px;
}

.btn01 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #020419;
	border-radius: 3px;
	background-color: #020419;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn01:hover {
	background-color: unset;
	color: #020419;
}

.btn02 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #e91e63;
	border-radius: 5px;
	background-color: #e91e63;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgb(0,0,0,0.5);
}

.btn02:hover {
	background-color: #fff;
	color: #e91e63;
}

.btn03 {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #607d8b;
	border-radius: 3px;
	background-color: #607d8b;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn03:hover {
	background-color: #fff;
	color: #607d8b;
}

.btn04 {
	width: 100%;
	padding: 3px 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	background-color: #c0c0c0;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn05 {
	padding: 3px 5px;
	border: 1px solid #607d8b;
	border-radius: 3px;
	background-color: #607d8b;
	color: #fff;
	transition-duration: 0.3s;
}

.btn05:hover {
	background-color: #fff;
	color: #607d8b;
}

.btn06 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #009688;
	border-radius: 3px;
	background-color: #009688;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgb(0,0,0,0.5);
}

.btn06:hover {
	background-color: #fff;
	color: #009688;
}

.btn07 {
	width: 100%;
	padding: 3px 0px;
	border: 1px solid #909090;
	border-radius: 5px;
	background-color: #909090;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
	box-shadow: 0px 0px 5px rgb(0,0,0,0.5);
}

.btn07:hover {
	background-color: #fff;
	color: #909090;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.asc {
	align-self: center;
}

.gtc11 {
	grid-template-columns: 1fr 1fr;
}

.gtc12 {
	grid-template-columns: 1fr 2fr;
}

.gtc21 {
	grid-template-columns: 2fr 1fr;
}

.gtca1 {
	grid-template-columns: auto 1fr;
}

.gtc1a {
	grid-template-columns: 1fr auto;
}

.gtcaa {
	grid-template-columns: auto auto;
}

.gtc400400 {
	grid-template-columns: 400px 400px;
}

.gtc400400400 {
	grid-template-columns: 400px 400px 400px;
}

.gtc11a {
	grid-template-columns: 1fr 1fr auto;
}

.gtc111 {
	grid-template-columns: repeat(3, 1fr);
}

.gtc1111 {
	grid-template-columns: repeat(4, 1fr);
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gg10 {
	grid-gap: 10px;
}

.gg20 {
	grid-gap: 20px;
}

.gg30 {
	grid-gap: 30px;
}

.pic {
	place-items: center;
}

.aic {
	align-items: center;
}

.asc {
	align-self: center;
}

.mw300 {
	max-width: 300px;
}

.mw1000 {
	max-width: 1000px;
}

.w100 {
	width: 100%;
}

.w95 {
	width: 95%;
}

.m0a {
	margin: 0px auto;
}

.b_head td {
	line-height: 0em;
}

#wrapper {
	position: relative;
	display: grid;
	grid-template-rows: 1fr auto;
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	background-color: #fff;
	color: #303030;
	font-weight: bold;
	text-align: center;
	z-index: 99;
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}

#header img {
	width: 300px;
}

.page_title {
	padding: 5px 0px;
	color: #fff;
	background-color: #549dc4;
}

.head_menu {
	padding: 5px 0px;
}

.head_menu div {
	margin-bottom: 30px;
	padding: 5px 0px;
	background-color: #61ab9e;
/*	border-bottom: 2px solid #607d8b; */
	transition-duration: 0.3s;
	color: #fff;
	border-radius: 5px;
}

.head_menu div.selected {
	background-color: #d77490;
}

.head_menu div:hover {
	background-color: #d77490;
	color: #fff;
}

.signup {
	opacity: 0.5;
}

#main {
	display: grid;
	padding: 0px 0px;
	background-color: #fff;
}

.block_title {
	background-color: #549dc4;
    padding: 5px;
    color: #fff;
    font-size: 1.2em;
    border-radius: 5px;
	font-weight: bold;
}

.result {
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #5f70d2;
}

.result_status {
    font-weight: bold;
    font-size: 2.0em;
	border-bottom: 1px dotted #fff;
    margin-bottom: 10px;
}

.result_status.noborder {
	border-bottom: none;
    margin-bottom: unset;
}

.result_notice {
	font-size: 1.2em;
}

.cert_detail {
	width: 100%;
	font-weight: bold;
}

.cert_detail th {
	width: 150px;
    white-space: nowrap;
}

.cert_detail th, .cert_detail td {
	padding: 2px;
	border: 1px solid #c0c0c0;
}

.cert_detail th {
	background-color: #f0f0f0;
}

.edit_area {
	margin-bottom: 20px;
    padding: 10px;
	background-color: rgba(255,255,255,0.7);
    border-radius: 5px;
}

.cert_area {
	padding: 10px;
	border: 1px solid #3f51b5;
	border-radius: 3px;
}

.open_form {
	font-size: 1.1em;
	color: #3f51b5;
}

.check_img img, .inoculation_img img {
	width: 100%;
	border-radius: 3px;
}

.order_list_th {
	padding: 5px;
	background-color: #e0e0e0;
	border: 1px solid #fff;
}

.order_list_td {
	padding: 5px;
	background-color: #f0f0f0;
	border: 1px solid #fff;
}

.admin_order_list {
	overflow-y: scroll;
	height: 700px;
}

.user_orders {
	width: 100%;
}

.user_orders th, .user_orders td {
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.user_orders th {
	position: sticky;
	top: 0;
	background-color: #000;
	color: #fff;
}

.cert_do {
	margin-top: 5px;
	padding: 5px;
    background-color: #3f51b5;
	border: 1px solid #3f51b5;
    color: #fff;
	text-align: center;
	transition-duration: 0.3s;
}

.cert_do:hover {
    background-color: #fff;
    color: #3f51b5;
}

.cert_done {
	margin-top: 5px;
	padding: 5px;
    background-color: #909090;
	border: 1px solid #909090;
    color: #fff;
	text-align: center;
}

.if {
	display: inline-block !important;
	width: 150px !important;
	margin-right: 20px;
}

.if2 {
	display: inline-block !important;
	width: unset !important;
}

.if02 {
	display: inline-block !important;
	width: 150px !important;
	margin-right: 5px;
}

.bingo_plan {
	width: 100%;
}

.bingo_plan th {
	border: 1px solid #c0c0c0;
	text-align: center;
	background-color: #f0f0f0;
}

.bingo_plan td {
	border: 1px solid #c0c0c0;
	text-align: center;
}

.sales_data_now {
	width: 100%;
}

.sales_data_now td {
	border: 1px solid #c0c0c0;
	text-align: center;
	padding: 10px 0px;
}

.sales_data_now th {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
}

.bingo_table {
	margin: 10px auto;
	box-shadow: 0px 0px 3px #000;
}

.bingo_table td {
	width: 50px;
	text-align: center;
	height: 50px;
	border: 1px solid #909090;
	font-size: 1.7em;
}

.nFREE {
	font-size: 1.0em !important;
	background-color: #ffff00 !important;
}

#top_img {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-image: url('img/topbg.webp');
	background-size: cover;
	background-position: center center;
	text-align: center;
	line-height: 0px;
}

.index_top_5 {
	width: 95%;
	max-width: 1000px;
}

.top_a_area {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.girls_area {
	margin: 150px auto 0px auto;
    width: 90%;
    height: 100%;
    max-width: 1000px;
    background-image: url(img/top_5.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.top_a_area video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}

.top_logo_area {
	display: grid;
	align-items: end;
	justify-items: center;
	padding-bottom: 15px;
}

.index_top_logo {
	width: 95%;
	max-width: 600px;
}

#top_content {
	background-color: #020419;
}

.play_step {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 15px;
	align-items: center;
}

.play_step img {
	max-width: 100px;
}

.s_title {
	padding: 10px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

.s1 .s_title {
	color: #6ec1e4;
}

.s2 .s_title {
	color: #00b31e;
}

.s3 .s_title {
	color: #D60B0B
}

.v_p_area {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.v_p_area video {
	width: 100%;
}

.hover_white {
	transition-duration: 0.3s;
}

.hover_white:hover {
	filter: brightness(130%);
}

.rop {
	padding-bottom: 30px;
	background-image: url('img/rop_bg.png');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.rop_title {
	font-size: 2.0em;
	font-weight: bold;
	color: #fff;
}

.bwb {
	padding-bottom: 30px !important;
	background-image: url('img/rop_bg.png');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	font-size: 1.2em;
}

.bwb.bg2 {
	background-image: url('img/topbg2.jpg');
}

.bwb.pton {
	padding-top: 120px !important;
}

/*
.bwb.bg2.pton .w400.cw {
	background-color: rgba(255,255,255,0.5);
    padding: 15px;
    border-radius: 10px;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
}
*/

.bwb.bg3 {
	padding-top: 100px !important;
	background-image: url('img/topbg3.jpg');
}

#footer {
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
	background-color: #607d8b;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #607d8b;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.cw {
	color: #fff;
}

.sbi_main {
	display: inline-grid;
	grid-template-columns: 1fr 300px;
	grid-gap: 30px;
}

.sbi_main2 {
	margin-top: 30px;
}

.bingo_table {
	border-radius: 5px;
	overflow: hidden;
}

.bingo_table td {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	border: 5px solid #ef91a9;
}

.b_head td {
	background-color: #ef91a9;
}

.bingo_result, .bingo_result2 {
	font-size: 2.0em;
}

.bingo_result > div, .bingo_result2 > div {
    display: grid;
    grid-template-columns: 30% auto auto auto;
    margin-bottom: 10px;
}

.ball {
	display: inline-grid;
	width: 50px;
	height: 50px;
    font-weight: bold;
	text-align :center;
    color: #000;
    border-radius: 100%;
	box-sizing: border-box;
    background: radial-gradient(circle, rgba(255,255,255,1) 10%, rgb(230 0 57) 100%);
	box-shadow: 0px 0px 3px #000;
	text-shadow: none;
}

.ball_hit {
	transform: rotate3d(1, 0, 0, 70deg);
	-webkit-transform: rotate3d(1, 0, 0, 70deg);
	transform-origin: center bottom; 
	transition: all 0.3s ease 0s;
	-webkit-transform-origin: center bottom; 
	-webkit-transition: all 0.3s ease 0s;
	background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(100,100,100,1) 100%);
}

.ball_hit:hover {
	transform: rotate3d(1, 0, 0, 0deg);
	background: unset;
	background-color: #ffffff !important;
}

.ball_hit.nFREE {
	background: rgb(255,255,0);
	background: linear-gradient(0deg, rgba(255,255,0,1) 0%, rgba(153,153,0,1) 100%);
}

.ball_hit.nFREE:hover {
	transform: rotate3d(1, 0, 0, 0deg);
	background: unset;
	background-color: #ffff00 !important;
}

.reach_back {
	background-image: url(img/reach_back.gif);
    background-size: cover;
    background-position: center center;	
}

.bingo_back {
	background-image: url(img/bingo_back.gif);
    background-size: cover;
    background-position: center center;	
}

.card_area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
}

.old_bingo_result {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	background-color: rgba(255,255,255,0.7);
    padding: 15px;
    border-radius: 5px;
    color: #707070;
    box-shadow: 0px 0px 3px #000;
}

.p_and_s {
	width: 95%;
	max-width: 400px;
	margin: 0px auto;
}

.pas_title {
	font-size: 1.5em;
	text-align: left;
}

.p_and_s .point, .p_and_s .star {
	width: 100%;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0px 0px 3px #000;
    color: #707070;
    font-size: 1.2em;
    font-weight: bold;
}

.p_and_s button {
	margin-bottom: 20px;
}

.p_amount {
	font-weight: bold;
	font-size: 1.7em;
}

.p_and_s .star i {
	font-size: 1.7em;
	color: #505050;
}

.cong_msg {
	text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #607d8b;
}

.content_title {
	display: inline-block;
	margin-top: 150px;
	font-size: clamp(35px, 10vw, 60px);
	font-weight: bold;
	line-height: 1.0em;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	/*
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 2.5s infinite alternate;
	*/
}

.content_title2 {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: clamp(35px, 10vw, 60px);
	font-weight: bold;
	line-height: 1.0em;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}

.lh0 {
	line-height: 0em;
}
 
@keyframes gradientEffect {
  from {background-position: left}
  to {background-position: right}
}

.index_content_area {
	width: 100%;
	min-height: 100vh;
	display: grid;
	grid-template-rows: auto 1fr;
	grid-gap: 30px;
	align-items: center;
}

.index_content_area.bg2 {
	background-image: url('img/topbg2.webp');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.index_content_area.bg3 {
	background-image: url('img/topbg3.webp');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.index_text {
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
}

.index_content_grid {
	padding-bottom: 30px;
}

.index_btn {
	margin-top: 30px;
}

.c_bingo_result > div {
	display: grid;
	grid-template-columns: 30% auto auto auto;
	margin-bottom: 10px;
}

.sbi_main {
	text-shadow: 0px 0px 3px #000;
}

.buy_card_msg_box {
	padding: 10px;
    background-color: rgba(255,255,255,0.7);
    color: #707070;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #000;
}

.bingo_result_wrap {
	display: inline-grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	text-align: left;
	align-items: center;
}

.bingo_result_left {
	display: inline-grid;
	grid-gap: 10px;
	grid-template-columns: auto auto;
	text-align: left;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000;
}

@media only screen and (max-width: 1023px) {
	.card_area {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.sp {
		display: block;
	}
	
	.play_step {
		grid-template-columns: 1fr;
	}
	
	.rop_title {
		font-size: 1.2em;
	}
	
	.sbi_main {
		grid-template-columns: 1fr;
	}
	
	.sbi_main2 {
		grid-template-columns: 1fr;
	}
	
	.old_bingo_result {
		grid-template-columns: auto;
	}
	
	.card_area {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	.index_content_grid {
		grid-template-columns: 1fr;
	}
	
	.index_content_image {
		width: 50%;
	}
	
	.hr_wrap {
		grid-column: unset !important;
	}
	
	.bingo_result_wrap {
		grid-template-columns: 1fr;
	}
	
	.chance_bingo2, .c_bingo_setting {
		font-size: 1.1em !important;
	}
}

@media only screen and  (orientation: portrait) {
	.girls_area {
		background-image: url(img/top_5_sp.webp);
	}
	
	.index_content_area.bg3 {
		background-image: url('img/topbg3_p.webp');
	}
	
	.bwb.bg3 {
		background-image: url('img/topbg3_p.webp');
	}	
}

@media only screen and (max-height: 767px) and (orientation: landscape) {
	.index_top_logo {
		max-width: 350px;
	}
}

@media only screen and (max-height: 539px) and (orientation: landscape) {
	.top_logo_area {
		display: none;
	}
}







/*footer_design~*/
.footer06 {
 color: #ffffff;
 background: #549dc4;
 padding: 50px 0 10px 0;
}
.footer06 a {
 color: #ffffff;
 text-decoration: none;
}
.footer06 li a:hover {
 text-decoration: underline;
}
.footer06 .wrap {
 width: 95%;
 max-width: 900px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer06 .wrap h3 {
 margin: 10px 0 10px 0;
 padding: 0;
 border-bottom: 1px #ffffff solid;
}
.footer06 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer06 .wrap .box {
 width: 30%;
 text-align: center;
}
.footer06 .wrap .box ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
 line-height: 1.8rem;
}
.footer06 .wrap .copyright {
 width: 100%;
 padding: 40px 0 0 0;
 text-align: center;
}

@media only screen and (max-width: 599px) {
.footer06 .wrap {
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}
.footer06 .wrap h3 {
 border: none;
}
.footer06 .wrap .box {
 width: 100%;
 padding: 0 30px;
}
.footer06 .wrap .box ul {
 border-top: 2px #ffffff solid;
}
.footer06 .wrap .box ul li a {
 display: block;
 padding: 5px 15px;
}
}
/*~footer_design*/



/*Q$A_accordion~*/
.toggle {
	display: none;
}
.Label {		/*Title*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#549dc4;
    font-weight: bold;
}
.Label::before{		/*Arrow next to title*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*when opening and shutting*/
	height: auto;
	padding:20px ;
	transition: all .3s;
    background-color: #fff;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/*~Q$A_accordion*/

.cbb {
    color: #549dc4;
    font-weight: bold;
}

.sbi_main2 {
    display: inline-grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 30px;
    font-size: 1.0rem;
}

@media only screen and (max-width: 767px){
.sbi_main2 {
    grid-template-columns: 1fr;
    padding: 0 20px;
}}



.blinking{
    animation:blink 1s ease-in-out infinite alternate;
}

@keyframes anim_po {
  0% {
    top: 0px;
  }
  100% {
    top: 15px;
  }
}

.animation {
    animation-name: anim_po;
    position: relative;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

.pd30 {
    padding: 0 30px;
}

@media only screen and (max-width: 767px){
.content_title {
	display: inline-block;
	margin-top: 75px;
	font-size: clamp(35px, 10vw, 60px);
	font-weight: bold;
	line-height: 1.0em;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	/*
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 2.5s infinite alternate;
	*/
}}

@media only screen and (orientation: portrait){
.index_content_area.bg3 {
    padding-bottom: 50px;
    padding: 0 15px;
}}
@media only screen and (orientation: portrait){
.index_content_area.bg2 {
    padding-bottom: 50px;
    padding: 0 15px;
}}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  margin-right: 25px;
  bottom: 25px;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 999;
  display: none;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition:all 0.7s;
}
 
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

.w500 {
    width: 95%;
    max-width: 600px;
    margin: 0px auto;
    text-align: center;
}


