@charset "utf-8";
.s_pc_view {
  display: block !important; /*改行にのみ使用*/
}
.s_sp_view {
  display: none !important; /*改行にのみ使用*/
}
.s_mat0 {
  margin-top: 0;
}
.s_mat5 {
  margin-top: 5px;
}
.s_mat10 {
  margin-top: 10px;
}
.s_mat20 {
  margin-top: 20px;
}
.s_mat30 {
  margin-top: 30px;
}
.s_mat40 {
  margin-top: 40px;
}
.s_mat50 {
  margin-top: 50px;
}
.s_mat60 {
  margin-top: 60px;
}
.s_mat70 {
  margin-top: 70px;
}
.s_mat80 {
  margin-top: 80px;
}
.s_mat80vh {
  margin-top: 80vh;
}
.s_mab0 {
  margin-bottom: 0;
}
.s_mab5 {
  margin-bottom: 5px;
}
.s_mab10 {
  margin-bottom: 10px;
}
.s_mab20 {
  margin-bottom: 20px;
}
.s_mab30 {
  margin-bottom: 30px;
}
.s_mab40 {
  margin-bottom: 40px;
}
.s_mab50 {
  margin-bottom: 50px;
}
.s_mab60 {
  margin-bottom: 60px;
}
.s_mab70 {
  margin-bottom: 70px;
}
.s_mab80 {
  margin-bottom: 80px;
}
.s_mab90 {
  margin-bottom: 90px;
}
.s_mab100 {
  margin-bottom: 100px;
}
.s_mar0 {
	margin-right: 0;
}
.s_mar5 {
	margin-right: 5px;
}
.s_mar0 {
	margin-right: 10px;
}
.s_mar20 {
	margin-right: 20px;
}
.s_mar30 {
	margin-right: 30px;
}
.s_mar40 {
	margin-right: 40px;
}
.s_mal0 {
	margin-left: 0;
}
.s_mal5 {
	margin-left: 5px;
}
.s_mal10 {
	margin-left: 10px;
}
.s_mal20 {
	margin-left: 20px;
}
.s_mal30 {
	margin-left: 30px;
}
.s_mal40 {
	margin-left: 40px;
}

.s_auto {
  margin: auto;
}
.s_auto_right {
  margin: 0 0 0 auto;
}

.s_al_center,
.aligncenter {
  text-align: center;
}
.s_al_right,
.alignright {
  text-align: right;
}
.s_al_left,
.alignleft {
  text-align: left;
}
.s_vl_top {
  vertical-align: top;
}
.s_vl_middle {
  vertical-align: middle;
}
.s_vl_bottom {
  vertical-align: bottom;
}

.s_f_left {
  float: left;
}
.s_f_right {
  float: right;
}
.is_f_clear {
  float: none;
  text-align: center;
}

.s_red {
  color: var(--rd);
}
.s_black {
  color: var(--bk);
}
.s_white {
  color: var(--wh);
}
.s_blue {
  color: var(--bl);
}
.s_ligr {
	color: var(--ligr);
}
.s_bg_white {
  background-color: var(--wh);
}
.s_bg {
  background-color: var(--bg);
}
.s_line {
  background: linear-gradient(transparent 60%, #CCE0FF 0%);
}
.s_bold {
  font-weight: bold;
}
.s_indent {
  text-indent: 1em;
}
.s_kome,
.s_kome li {
  text-indent: -0.5em;
  margin-left: 1em;
}
.s_underline {
  text-decoration: underline;
}

.s_ff_en{
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}

.s_fw_normal {
  font-weight: normal;
}
.s_fw_50 {
  font-weight: 500;
}
.s_fw_60 {
  font-weight: 600;
}
.s_fw_70 {
  font-weight: 700;
}
.s_fw_80 {
  font-weight: 800;
}
.s_fw_90 {
  font-weight: 900;
}
.s_inline {
  display: inline-block;
}

.s_fs_sm {
  font-size: 1.2rem;
}
.s_fs_lg {
  font-size: 1.8rem;
}

.s_img_floatL {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.s_img_floatR {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.s_fs11 {
  font-size: 1.1rem !important;
}
.s_fs12 {
  font-size: 1.2rem !important;
}
.s_fs13 {
  font-size: 1.3rem !important;
}
.s_fs14 {
  font-size: 1.4rem !important;
}
.s_fs15 {
  font-size: 1.5rem !important;
}
.s_fs16 {
  font-size: 1.6rem !important;
}
.s_fs17 {
  font-size: 1.7rem !important;
}
.s_fs18 {
  font-size: 1.8rem !important;
}
.s_fs19 {
  font-size: 1.9rem !important;
}
.s_fs20 {
  font-size: 2rem !important;
}
.s_fs21 {
  font-size: 2.1rem !important;
}
.s_fs22 {
  font-size: 2.2rem !important;
}
.s_fs23 {
  font-size: 2.3rem !important;
}
.s_fs24 {
  font-size: 2.4rem !important;
}
.s_fs25 {
  font-size: 2.5rem !important;
}
.s_fs26 {
  font-size: 2.6rem !important;
}
.s_fs27 {
  font-size: 2.7rem !important;
}
.s_fs28 {
  font-size: 2.8rem !important;
}
.s_fs29 {
  font-size: 2.9rem !important;
}
.s_fs30 {
  font-size: 3rem !important;
}
.s_fs31 {
  font-size: 3.1rem !important;
}
.s_fs32 {
  font-size: 3.2rem !important;
}
.s_fs44 {
  font-size: 4.4rem !important;
}
.s_fs62 {
  font-size: 6.2rem !important;
}
.s_fs63 {
  font-size: 6.3rem !important;
}
.s_fs64 {
  font-size: 6.4rem !important;
}
.s_fs65 {
  font-size: 6.5rem !important;
}
.s_fs66 {
  font-size: 6.6rem !important;
}
.s_fs67 {
  font-size: 6.7rem !important;
}
.s_fs68 {
  font-size: 6.8rem !important;
}
.s_fs69 {
  font-size: 6.9rem !important;
}
.s_fs70 {
  font-size: 7rem !important;
}
.s_fs76 {
  font-size: 7.6rem !important;
}
.s_fs78 {
  font-size: 7.8rem !important;
}
.s_w10p {
  width: 10%;
}
.s_w20p {
  width: 20%;
}
.s_w30p {
  width: 30%;
}
.s_w40p {
  width: 40%;
}
.s_w50p {
  width: 50%;
}
.s_w60p {
  width: 60%;
}
.s_w70p {
  width: 70%;
}
.s_w80p {
  width: 80%;
}
.s_w90p {
  width: 90%;
}
.s_w100p {
  width: 100%;
}

.s_disable {
  pointer-events: none;
}

.s_lh18{
  line-height: 1.8;
}

.s_ls8{
	letter-spacing: 8px;
}

@media screen and (max-width: 1080px) {
  .s_pc_view {
    display: none !important; /*改行にのみ使用*/
  }
  .s_sp_view {
    display: block !important; /*改行にのみ使用*/
  }

  .s_f_left.is_sp_f_clear {
    float: left;
  }
  .s_f_right.is_sp_f_clear {
    float: right;
  }

  .s_mar0_sp {
	margin-right: 0!important;
}

.s_mal0_sp {
	margin-left: 0!important;
}
  .s_mat0_sp {
    margin-top: 0!important;
  }
  .s_mat5_sp {
    margin-top: 5px;
  }
  .s_mat10_sp {
    margin-top: 10px;
  }
  .s_mat20_sp {
    margin-top: 20px;
  }
  .s_mat30_sp {
    margin-top: 30px;
  }
  .s_mat40_sp {
    margin-top: 40px;
  }
  .s_mat50_sp {
    margin-top: 50px;
  }
  .s_mat80vh_sp {
    margin-top: 80vh;
  }
  
  .s_mab0_sp {
    margin-bottom: 0;
  }
  .s_mab5_sp {
    margin-bottom: 5px;
  }
  .s_mab10_sp {
    margin-bottom: 10px;
  }
  .s_mab20_sp {
    margin-bottom: 20px;
  }
  .s_mab30_sp {
    margin-bottom: 30px;
  }
  .s_mab40_sp {
    margin-bottom: 40px;
  }
  .s_mab50_sp {
    margin-bottom: 50px;
  }
  .s_mab60_sp {
    margin-bottom: 60px;
  }
  .s_mab100_sp {
    margin-bottom: 100px;
  }
  
  .s_auto_sp {
    margin: auto;
  }

  .s_lh_sp{
    line-height: normal;
  }

  .s_fs11_sp {
    font-size: 1.1rem !important;
  }
  .s_fs12_sp {
    font-size: 1.2rem !important;
  }
  .s_fs13_sp {
    font-size: 1.3rem !important;
  }
  .s_fs14_sp {
    font-size: 1.4rem !important;
  }
  .s_fs15_sp {
    font-size: 1.5rem !important;
  }
  .s_fs16_sp {
    font-size: 1.6rem !important;
  }
  .s_fs17_sp {
    font-size: 1.7rem !important;
  }
  .s_fs18_sp {
    font-size: 1.8rem !important;
  }
  .s_fs19_sp {
    font-size: 1.9rem !important;
  }
  .s_fs20_sp {
    font-size: 2rem !important;
  }
  .s_fs21_sp {
    font-size: 2.1rem !important;
  }
  .s_fs22_sp {
    font-size: 2.2rem !important;
  }
  .s_fs23_sp {
    font-size: 2.3rem !important;
  }
  .s_fs24_sp {
    font-size: 2.4rem !important;
  }
  .s_fs25_sp {
    font-size: 2.5rem !important;
  }
  .s_fs26_sp {
    font-size: 2.6rem !important;
  }
  .s_fs27_sp {
    font-size: 2.7rem !important;
  }
  .s_fs28_sp {
    font-size: 2.8rem !important;
  }
  .s_fs29_sp {
    font-size: 2.9rem !important;
  }
  .s_fs30_sp {
    font-size: 3rem !important;
  }
  .s_fs31_sp {
    font-size: 3.1rem !important;
  }
  .s_fs32_sp {
    font-size: 3.2rem !important;
  }
  .s_fs33_sp {
    font-size: 3.3rem !important;
  }
  .s_fs34_sp {
    font-size: 3.4rem !important;
  }
  .s_fs35_sp {
    font-size: 3.5rem !important;
  }
  .s_fs36_sp {
    font-size: 3.6rem !important;
  }
  .s_fs37_sp {
    font-size: 3.7rem !important;
  }
  .s_fs38_sp {
    font-size: 3.8rem !important;
  }
  .s_fs39_sp {
    font-size: 3.9rem !important;
  }
  .s_fs40_sp {
    font-size: 4rem !important;
  }
  .s_fs41_sp {
    font-size: 4.1rem !important;
  }
  .s_fs42_sp {
    font-size: 4.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .s_al_center_sp,
  .aligncenter_sp {
    text-align: center;
  }
  .s_al_right_sp,
  .alignright_sp {
    text-align: right;
  }
  .s_al_left_sp,
  .alignleft_sp {
    text-align: left;
  }
}

/*----------------------------------------------
	storage
---------------------------------------------*/
.s_option_box {
    border: 2px solid var(--bl);
    border-radius: 5px;
	margin-bottom:2.5rem;
    transition: .3s;
}
.s_option_item1{
	padding: 5px 20px;
}
.s_option_item2{
	padding: 10px 20px 5px;
}
.s_option_item1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: var(--bl);
    color: var(--wh);
	cursor: pointer;
}
.s_option_item2 {
	display: none;
}
.is_open .s_option_item2 {
	display: block;
}
.s_option_btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
	flex-shrink: 0;
}
.s_option_btn-tate {
	background: var(--wh);
	width: 3px;
	height: 17px;
	border-radius: 5px;
	position: absolute;
	transition: .3s;
}
.is_open .s_option_btn-tate {
	transform: rotate(-90deg);
}
.s_option_btn-yoko {
	background: var(--wh);
	width: 17px;
	height: 3px;
	border-radius: 5px;
	position: absolute;
}

@media screen and (max-width: 1080px) {
	.s_option_item1 {
		padding: 5px 10px;
	}
	.s_option_item2 {
		padding: 10px 10px 5px;
	}
}

/*----------------------------------------------
	fileman
---------------------------------------------*/
.s_search_wrapper{
	padding:2rem 3rem 3rem;
}

@media screen and (max-width: 1080px) {
	.s_search_wrapper {
		padding: 1rem 1.5rem 2rem;
	}
}


/*----------------------------------------------
	sidemenu
---------------------------------------------*/
ul.slide_item {
  min-height: 140px;
}
.slide_dots_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 12px;
}

.carousel-item {
  width: 100%;
  display: flex;
  margin: auto;
}

.dot {
  height: 7px;
  width: 7px;
  margin: 0 6px;
  background-color: var(--bl);
  border-radius: 50%;
  display: inline-block;
  opacity: 0.25;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.active {
  opacity: 1;
}

.l_header_slide_pc .slide_dots_nav .dot:hover {
  opacity: 1;
}

.fade {
  animation-name: fadeInOut;
  animation-duration: 4s;
}

@keyframes fadeInOut {
  50% {
    opacity: 1;
  }

  100% {
    opacity: .1;
  }
}

.notification {
  align-items: center;
  background-color: var(--lgn);
  border-radius: 5px;
  color: var(--grn);
  display: flex;
  font-weight: 700;
  height: 30px;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  text-align: center;
}

.hidden {
  display: none;
}

.display-item {
  display: unset !important;
}

.header-logo-text {
  font-size: 3rem;
  color: var(--bl);
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}

.gsi-link-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gsi-link-content a {
  font-size: 12px;
  text-align: center;
}

.gsi-link-content-mobile {
  display: none;
}


@media screen and (max-width: 1080px) {
  .gsi-link-content {
    display: none;
  }

  .gsi-link-content-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gsi-link-content-mobile a {
    font-size: 12px;
    text-align: center;
  }

}
