@charset "utf-8"; 

/* Sea-Style : online.css */

/* Layout - PC & SP
=========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@font-face {
	font-family: 'LINE Seed JP_OTF Bold';
	src: url('./LINESeedJP_OTF_Bd.otf');
}

#rwd-content .rwd-text.rwd-xlarge .rwd-text-bold { font-size: 2rem; font-weight: bold !important; }
#rwd-content .rwd-align-items {
  -webkit-align-items: center;
  align-items: center;
}

#rwd-content .ss_privilege_label {
  color: #016FBB;
  background: #fff;
  display: inline-block;
}
#rwd-content .ss_privilege_label span {
  font-size: 2.8rem !important;
  font-weight: bold;
  text-align: center;
}
#rwd-content .ss_privilege-text { color: #315FD2; }

#rwd-content .box-rounded { border-radius: 15px; }

/* Layout - PC
=========================================================================== */

@media print, screen and (min-width: 768px) {

#rwd-content .ss_privilege_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  line-height: 170%;
  vertical-align: middle;
}
#rwd-content .ss_privilege_label span .ss_privilege_label_num { font-family: 'LINE Seed JP_OTF Bold', sans-serif; font-size: 22px!important; font-weight:bold; }
#rwd-content .ss_privilege_label span .ss_privilege_label_num small { font-family: 'LINE Seed JP_OTF Bold', sans-serif; font-size: 18px!important; font-weight:bold; }
#rwd-content .ss_privilege-text { border-top: #A2CAE5 2px solid; margin-top: -100px; margin-bottom: 0; padding-top: 25px; z-index: 1; }
#rwd-content .ss_privilege-text02 { border-top: #A2CAE5 2px solid; margin-top: -70px; margin-bottom: 0; padding-top: 50px; z-index: 1; }
#rwd-content .box-rounded { padding: 30px 40px 0px 40px; }
#rwd-content .detail .rwd-notes-list01 dt { width: 30px; position: relative; font-size: 2rem; color: #003182; font-weight: bold; line-height: 1.2; }
#rwd-content .contactArea a span {font-size: 1.8rem;}
#rwd-content .pc-none { display: none !important; }
} /* 768px */

/* Layout - SP
=========================================================================== */

@media screen and (max-width: 767px){
#rwd-content .detail .rwd-notes-list01 dt { width: 19px; color: #003182; font-weight: bold; }
#rwd-content .ss_privilege-text { border-top: #A2CAE5 2px solid; margin-top: 10px; margin-bottom: 20px; padding-top: 20px; }
#rwd-content .ss_privilege-text02 { border-top: #A2CAE5 2px solid; margin-top: 10px; margin-bottom: 10px; padding-top: 20px; }
#rwd-content .img_privilege_text { max-width: 90%; margin: auto;}
#rwd-content .img_privilege_item_sp { max-width: 75%; margin: auto;}
#rwd-content .contactArea a { min-width: 49%; }
#rwd-content .contactArea a span { display: block; font-size: 12px; }
#rwd-content .contactArea .icon::before { margin-right: 1%; display:inline-block; }
#rwd-content .sp-none { display: none !important; }
} /* 767px */