@charset "utf-8";

/******************************
// sitecore-style-リセット
******************************/
/*非表示*/
.l-globalHeader,
.l-globalNavigation-wrapper,
.l-extraNavigation-wrapper,
.l-breadcrumbs-wrapper,
.l-headerNavigation-utility,
.l-headerNavigation-action,
.l-headerNavigation-logo,
.l-headerNavigation-wrapper,
.l-siteNavigation-wrapper,
.l-globalFooter-wrapper,
.sticky-wrapper,
.l-followNavigation-action{
  display: none;
}
@media (min-width: 768px){
  .l-followNavigation-action{
    display: none !important;
  }    
}
@media (max-width: 767.98px){
  body{
    padding-top: 0;
  }
}

/******************************
// 変数
******************************/
:root {
  /*キャンペーンカラー*/
  /*--color_campaign: #0e257a;*/

  --color_mainblue: #0e257a;
  --color_subblue: #426ed2;
  --color_white: #FFFFFF;
  --color_gray: #CCCCCC;
  --color_text: #231815;
  --color_footerLink: #1346a3;
}
h1, h2, h3, h4, h5, h6{
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
ol, ul, dl{
  list-style: none;
  margin-bottom: 0;
  padding-inline-start: 0px;
}
dt,dd,li{
    margin-bottom: 0;
    margin-left: 0
}
p{
  margin-bottom: 0;
}
figure{
  margin: 0 0 0;
}
.image-col > figure{
  margin-bottom: 0;
}
label{
  margin-bottom: 0;
}
figure img{
  max-width: 100% ;
  width: auto;
  height: auto;
}
figure > img{
  box-shadow: none;
  background: none;
}
picture {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  picture > img {
    width: 100%;
  }
}
@media (min-width: 768px){
  .l-scrollToTop{
    bottom: 30px;
    display: none;
    position: fixed;
    right: 7px;
    z-index: 10;
  }
}

/******************************
// ベースフォントファミリー
******************************/
.l-article{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}
/******************************
// フォントカラー
******************************/
.ft_Color_White{
  color: var(--color_white);
}
.ft_Color_MainBlue{
  color: var(--color_mainblue);
}
/******************************
//背景色
******************************/
/*キャンペーンカラー*/
.ly-mv.campaignCL{
  background-color: var(--color_campaign);
}
.ly-bg.mainCL{
  background-color: var(--color_mainblue);
}
/******************************
// 余白
******************************/
.sp_pt40{
  padding-top: 40px;
}
.sp_pt80{
  padding-top: 80px;
}
.sp_pb40{
  padding-bottom: 40px;
}
.sp_pb80{
  padding-bottom: 80px;
}
.sp_mt25{
  margin-top: 25px;
}
.sp_mt40{
  margin-top: 40px;
}
.sp_mt80{
  margin-top: 80px;
}
.sp_mb40{
  margin-bottom: 40px;
}
.sp_mb80{
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .sp_pt40{
    padding-top: 20px;
  }
  .sp_pt80{
    padding-top: 40px;
  }
  .sp_pb40{
    padding-bottom: 20px;
  }	
  .sp_pb80{
    padding-bottom: 40px;
  }
  .sp_mt25{
    margin-top: 12px;
  }	
  .sp_mt40{
    margin-top: 20px;
  }
  .sp_mt80{
    margin-top: 40px;
  }
  .sp_mb40{
    margin-bottom: 20px;
  }
  .sp_mb80{
    margin-bottom: 40px;
  }
}
.sp_pt0{
  padding-top: 0 !important;
}
.sp_pb0{
  padding-bottom: 0 !important;
}
.sp_mt0{
  margin-top: 0 !important;
}
.sp_mb0{
  margin-bottom: 0 !important;
}
/******************************
//インデント
******************************/
.indent_1rem{margin-left: 1rem;}

@media (max-width: 767.98px) {
  .indent_1rem{margin-left: 0.7rem;}
}
.indent_-08rem{ margin-left: -0.8rem;}
@media (max-width: 767.98px) {
  .indent_-08rem{ margin-left: -0.4rem;}
}
/******************************
// ラップ
******************************/
.ly_wrap{
  width: 960px;
  margin: 0 auto;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .ly_wrap{
    width: 100%;
    margin: 0 auto;
  }
}
/******************************
// Heassing/画像
******************************/
.bl_head{
  text-align: center;
}
.bl_img{
  text-align: center;
}
/*============================
#floating
============================*/
.bl_floating {
  background-color: rgba(204, 204, 204, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .bl_floating {
    padding: 5px 0 0;
  }
}
@media (max-width: 767.98px) {
  .bl_floating {
    padding: 8px 0;
  }
}
/*============================
#footer
============================*/
.ly_footer {
  font-family: YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
}       
@media (min-width: 768px){
  .ly_footer {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px){ 
  .ly_footer {
    padding: 30px 0;
  }
}
.bl_footerMenu{
  border-bottom: 1px solid var(--color_gray);
  text-align: center;
}
.bl_footerMenu .bl_footerList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) { 
.bl_footerMenu .bl_footerList{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}	
  .bl_footerMenu .bl_footerList > li {
    width: 50%;
  }
  .bl_footerMenu .bl_footerList > li{
    border-top: 1px solid var(--color_gray);
  }
  .bl_footerMenu .bl_footerList > li:nth-child(even) {
    border-left: 1px solid var(--color_gray);
  }
  .bl_footerMenu .bl_footerList > li:nth-child(4){
    border-bottom: 1px solid var(--color_gray);
  }		
  .bl_footerMenu .bl_footerList > li:last-child{
    border-right: 1px solid var(--color_gray);
  }	
}
.bl_footerMenu a{
  color: var(--color_footerLink);
  font-size: 0.813rem;
  display: inline-block;
}
@media (min-width: 768px){
  .bl_footerMenu a {
    padding: 5px 50px;
  }
}
@media (max-width: 767.98px){ 
  .bl_footerMenu a {
    padding: 5px 0;
  }
}
.l_footerCopyright {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 768px){
  .l_footerCopyright{
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 0;
  }
}
.l_footerCopyright small{
  font-size: 0.875rem;
}
.l_footerCopyright .hp_image{
  width: 191px;
}
@media (max-width: 767.98px){        
  .is_block{
    display: block;
  } 
} 