@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.2.0
Author: opencage
Author URI: https://open-cage.com/
*/
.awlink{
    display: flex;
	    justify-content: space-between;
    flex-wrap: wrap;

}
.awlink p{
	 width: 8%;
    text-align: center;
    border: 1px solid #1cb4d3;
    border-radius: 10px;
    padding: 5px 0;
    font-weight: bold;
}
.awlink p a{text-decoration:none;}
.awlink p a i{margin-left:5px;}
.page-title {
    background-color: #1cb4d3;
    padding: 10px;
    margin-bottom: 40px !important;
    color: #fff;
}
.abox{margin-bottom:40px;}
.abox p a{         color: #000;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 6px;
    text-decoration: none;
    border-bottom: 1px solid #7e7373;}
.abox p a i{margin-right:10px;} 
@media screen and (max-width: 768px) {
	.awlink p {
    width: 18%;
	}}
@media screen and (max-width: 480px) {
.awlink p {
    width: 29%;}}

.btn_glossary{
    text-decoration: none;
    margin-top: 30px;
    margin: auto;
    width: 200px;
    text-align: center;
    background-color: #4285f4;
    color: #fff;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 5px;
    border-radius: 50px;
}
.bo02{
    background: #f0f0f1;
}
.table01 td {
    border: 1px solid #c3c4c7;
}
.bo01{ 
    background: aliceblue;
}
.w20{width:20%;}
 .calbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calbox p{width: 22%;
    text-align: center;text-decoration: none;    background: #4285f4;
    }
.calbox p a{text-align:center;text-decoration: none;
color:#fff;}
.box012 h3{border-top: none !important;
	margin-top: 10px !important;border-bottom: 2px solid !important;
    padding-bottom: 0px !important;}
.box012 p{font-weight:bold;
    margin-bottom: 20px !important;}
.box012{
    padding: 20px;
    border: 1px #4285f4 solid;
    background-color: aliceblue;
    border-radius: 30px;
}
.calbox2 p a{
    background-color: #4285f4;
    padding: 10px;
    color: #fff;
    text-decoration: #ffff;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.sc li a{
    color: #000;
}
.flb{
	position:fixed;
	right:0;
	display: flex;
	top:200px;
flex-direction: column;
	gap: 10px;
}
.flb img{
	 display: block;
    width: 4vw;
	max-width: 50px;
}

.flb-popup {
	position:fixed;
	right: 60px;
	bottom: 10px;
	display: flex;
}

.flb-popup img {
	width; 230xp;
}

.flb-popup__close-checkbox {
	visibility: hidden;
}

.flb-popup__close-btn {
	position: absolute;
	top: -11px;
	right: -11px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	z-index: 1000;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,0.7);
	cursor: pointer;
}

.flb-popup:has(.flb-popup__close-checkbox:checked) {
	display: none;
}

@media screen and (max-width: 768px) {
	.flb-popup {
		display: none;
	}
}


.flbs{display:none;}
@media screen and (max-width: 768px) {
	.flb{display:none;}
	.flbs{display:block;display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;}
}
.moviebox{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.mobox{width:31%;  background-color: aliceblue;
    padding: 10px;  margin-bottom: 40px;}
.mobox h3{
    margin: auto;
    border: none;
    color: #1f4a7e;
    font-size: 1.1rem;    border-bottom: none !important;    margin-top: 0px !important;
    border-top: none !important;
}
.mobox p{margin-bottom:0;}
.mobox img{margin-bottom:0;}
.cTitle-BackCircle_m {
    background: #196ac5;
    color: #ffffff;
    border-radius: 16px;
    padding: 3px 11px;
    font-size: 80%;
}.priceframe {
    width: 97%;
    margin: auto;
    background-color: #fff;
}ul.price_box {
    font-size: 0.85rem;
    color: #373a3c;
    margin-top: 0.2rem;
    padding: 5px;
}ul.price_box li.price {
    line-height: 1.5;font-weight: bold;
    list-style: none;
}.cTitle-BackCircle2 {
      color: #1e1e1e;
    padding: 0px 15px;
    font-size: 90%;
    line-height: 1.2rem;
    margin-left: 5px;
    /* float: right; */
    /* display: inline; */
    margin-top: 5px;
    text-align: right;
    margin-bottom: 10px !important;font-weight: bold;
}
.category {
    /*font-size: 0.75rem;
    color: #fff;
    text-align: center;*/

    border: none;
    font-weight: 100;
    padding: 5px 20px;
    border-radius: 2px;
    margin: 0;
  
}
.relative{position: relative;}
.absolute {   position: absolute;
    width: 100%;
    top: 0;
    display: block;
	left: 0;}
@media screen and (max-width: 768px) {
	.mobox {
		width: 48%;}
}



