@charset "utf-8";
/* CSS Document */
body{line-height:1.5;background-color:#fff;color:#333;font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;font-size:13px;}
* {
  margin: 0;
  padding: 0;
}

#header{
  height: 105px;
  position: fixed;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10;
}

.header_content{
  max-width: 1944px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  padding-right: 24px;
  box-sizing: border-box;
}

.header_image{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 44px;
}

.header_right{
  margin-left: auto;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.header_contact{
  font-size: 20px;
  margin-right: 24px;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 32px 12px;
  background-color: #267C3A;
}

.header_contact img{
  margin-left: 4px;
}

.header_document{
  border-radius: 10px;
  background-color: #FF7800;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px 32px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
}

.header_contact:hover, .header_document:hover{
  opacity: 0.7;
}

.header_document img{
  margin-right: 10px;
}

#mainpage{
  padding-top: 100px;
}

.mainread{
  background-image: url('../images/main_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 549px;
}

.mainread_inner{
  padding: 85px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subread{
  background-color: #86BCFA;
  width: 296px;
  height: 38px;
  border-radius: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 36px;
}

.read{
  font-size: 40px;
  line-height: 0.8;
  font-weight: bold;
  margin-bottom: 24px;
}

.read_title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.read_title div{
  font-size: 64px;
  line-height: 0.8;
  font-weight: bold;
  color: #005595;
  background-color: #FFFFFF;
  padding: 20px 10px;
}

.read_subtitle{
  font-size: 64px;
  line-height: 0.8;
  font-weight: bold;
  margin-bottom: 40px;
}

.read_navi{
  display: flex;
  font-size: 24px;
}

.read_navi li{
  background-color: #005595;
  color: #FFFFFF;
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-right: 10px;
}

.read_navi li:last-child{
  margin-right: 0;
}

section, footer{
  padding: 80px 0;
}
#service{
  background-color: #F3F8FF;
}
.sec_mtitle{
  font-size: 20px;
  font-weight: bold;
  color: #005595;
  text-align: center;
  margin-bottom: 10px;
}

.sec_title{
  display: flex;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.sec_title img{
  vertical-align: sub;
}

.service_text{
  font-size: 16px;
}

.service_text{
  max-width: 1160px;
  margin: 0 auto 40px;
}

.service_image{
  text-align: center;
}

.feature_content{
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.feature01{
  max-width: 246px;
}

.feature01:last-child{
  max-width: 270px;
}

.feature01_image{
  text-align: center;
  margin-bottom: 24px;
}

.feature01_title{
  font-size: 24px;
  line-height: 0.75;
  font-weight: bold;
  color: #005595;
  text-align: center;
  margin-bottom: 24px;
}
.feature01_title span{
  position: relative;  
}
.feature01_title span:before{
  content: '';
  width: 100%;
  border-bottom: 5px solid #FFE964;
  position: absolute;
  bottom: 7px;
  z-index: -1;
}

.feature01_text{
  font-size: 16px;
}

#aboutus{
  background-image: url('../images/aboutus_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 260px;
  background-position: right;
  position: relative;
}

.aboutus_image{
  position: absolute;
  top: 90px;
  right: 0;
}

.aboutus_texts{
  position: relative;
  top: 180px;
  max-width: 1160px;
  margin: 0 auto;
}

.aboutus_mtitle{
  font-size: 128px;
  line-height: 0.75;
  margin-bottom: 40px;
  font-weight: bold;
}

.aboutus_mtitle span{
  margin-left: 22px;
}

.aboutus_title{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 16px;
}

.aboutus_text{
  max-width: 620px;
  font-size: 16px;
  margin-bottom: 60px;
}

.aboutus_subimage{
  position: absolute;
  bottom: -130px;
}

.aboutus_award{
  margin-bottom: 40px;
  text-align: center;
}

.aboutus_award_text{
  font-size: 14px;
  color: #005595;
  text-align: center;
}

.feelfree{
  background-image: url('../images/feelfree_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.feelfree_title{
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}

.feelfree_btn{
  height: 150px;
  background-color: #FFFFFF;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
}

.feelfree_contents{
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}

.feelfree_image{
  position: absolute;
  bottom: -80px;
  left: -90px;
  z-index: 1;
}

.feelfree_btn_inner{
  display: flex;
  justify-content: center;
  height: 100%;
}

.feelfree_online, .feelfree_doc{
  width: 360px;
  height: 100%;
  border-radius: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}

.feelfree_online:hover, .feelfree_doc:hover{
  opacity: 0.7;
}

.feelfree_online{
  background-color: #267C3A;
  margin-right: 40px;
}

.feelfree_doc{
  background-color: #FF7800;
}

#merit{
  background-image: url('../images/merit_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding-bottom: 570px;
}
.merit_image{
  max-width: 960px;
  position: absolute;
}

.merit_image img{
  width: 100%;
}

.merit_mtitle{
  width: 1160px;
  font-size: 110px;
  font-weight: bold;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: right;
}

.merit_title{
  position: absolute;
  top: 400px;
  left: 984px;
  font-size: 40px;
  font-weight: bold;
}

.merit_title img{
  vertical-align: sub;
  margin-right: 8px;
}

.merit_wrap{
  position: relative;
  top: 490px;
}
.merit_inwrap{
  position: relative;
}
.merit_inwrap::before{
  content: '';
  width: 50%;
  height: 160px;
  border-bottom: 1px solid #005595;
  position: absolute;
  left: 0;
}

.merit_contents{
  display: flex;
  max-width: 1160px;
  margin: 0 auto 80px;
}

.merit01, .merit02, .merit03, .merit04{
  flex-direction: row-reverse;
}

.merit_in_mtitle{
  font-size: 32px;
  line-height: 0.8;
  color: #86BCFA;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin-bottom: 24px;
  font-style: italic;
  height: 64px;
}

.merit_in_mtitle div{
  font-size: 80px;
  margin-left: 12px;
}

.merit_in_title{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  color: #005595;
  padding-bottom: 24px;
  border-bottom: 1px solid #005595;
  height: 48px;
}

.merit_in_text{
  font-size: 16px;
  margin-right: 40px;
}

.merit_in_text span{
  font-size: 14px;
}

.merit_subbg{
  height: 163px;
  background-image: url('../images/merit_subbg.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 45px;
  text-align: center;
  padding-top: 46px;
  box-sizing: border-box;
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
}

.merit_subbg span{
  position: relative;
}

.merit_subbg span:before{
  content: '・・';
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 32px;
  line-height: 0.5;
  font-weight: bold;
  color: #005595;
}

.merit_list_wrap{
  background-color: #F3F8FF;
}

.merit_list{
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.merit_list li{
  font-size: 24px;
  color: #005595;
  margin: 0 0 24px 60px;
}

.merit_list li:last-child{
  margin-bottom: 0;
}

.merit_list li span{
  font-weight: bold;
}

.merit_list_image{
  position: absolute;
  right: 0;
  bottom: 0;
}

#casestudy{
  background-image: url('../images/casestudy_bg.png');
  background-repeat: no-repeat;
}

.casestudy_contents{
  display: flex;
  background-color: #C3DEFD;
}

.casestudy_wrap{
  margin-bottom: 95px;
}

.casestudy_wrap:last-child{
  margin-bottom: 0;
}

@media screen and (min-width: 1230px) {
  .casestudy01{
      margin-top: 95px;
  }
}

.casestudy01, .casestudy03, .casestudy05{
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, #C3DEFD 50%, #C3DEFD 100%);
}

.casestudy02, .casestudy04{
  background: linear-gradient(90deg, #C3DEFD 0%, #C3DEFD 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}

.casestudy02 .casestudy_contents, .casestudy04 .casestudy_contents{
  flex-direction: row-reverse;
}

.casestudy01 .casestudy_contents{
  height: 276px;
}

.casestudy02 .casestudy_contents{
  height: 254px;
}

.casestudy03 .casestudy_contents, .casestudy04 .casestudy_contents{
  height: 224px;
}


.casestudy_contents{
  background-color: #C3DEFD;
  width: 1160px;
  margin: 0 auto;
  position: relative;
}

.casestudy_in_image{
  position: relative;
  top: -35px;
  right: 0;
}

.casestudy02 .casestudy_in_mtitle, .casestudy04 .casestudy_in_mtitle{
  right: auto;
  left: 0;
}

.casestudy_in_mtitle{
  position: absolute;
  top: -84px;
  right: 0;
  font-size: 32px;
  color: #86BCFA;
  font-style: italic;
  font-weight: bold;
}

.casestudy_in_mtitle span{
  font-size: 80px;
  margin-left: 12px;
}

.casestudy02 .casestudy_texts, .casestudy04 .casestudy_texts{
  margin-left: 0;
}

.casestudy_texts{
  margin: 40px 0 0 30px;
}

.casestudy_in_title{
  font-size: 24px;
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 26px;
}

.casestudy_in_text{
  display: flex;
  margin-bottom: 14px;
}

.casestudy03 .casestudy_in_text{
  margin-bottom: 5px;
}

.casestudy_in_text:last-child{
  margin-bottom: 0;
}

.casestudy_q.casestudy_in_subtitle, .casestudy_a.casestudy_in_subtitle{
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  width: 68px;
  height: 32px;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
}

.casestudy_q.casestudy_in_subtitle{
  background-color: #005595;
}

.casestudy_a.casestudy_in_subtitle{
  background-color: #E27712;
}

.casestudy_q.casestudy_in_subtext, .casestudy_a.casestudy_in_subtext{
  font-size: 20px;
  font-weight: bold;
  flex: 1;
  margin-left: 8px;
}

.casestudy_q.casestudy_in_subtext{
  color: #005595;
}

.casestudy_a.casestudy_in_subtext{
  color: #E27712;
}

.casestudy_in_subtext span{
  font-weight: normal;
}

#uservoice{
  background-image: url('../images/uservoice_bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
}

.uservoice_contents{
  background-color: #FFFFFF;
}

.uservoice_contents a{
  text-decoration: none;
}

.uservoice_inner{
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.uservoice_title{
  color: #005595;
  font-size: 24px;
  font-weight: bold;
}

.uservoice_texts{
  font-size: 16px;
  margin: 24px;
  color: #005595;
}

.uservoice_text{
  margin: 24px 0;
}

.uservoice_list{
  display: flex;
  margin-bottom: 24px;
}

.uservoice_list li{
  margin-right: 10px;
  background-color: #005595;
  font-size: 16px;
  padding: 10px;
  color: #FFFFFF;
  border-radius: 5px;
}

.uservoice_more{
  font-size: 16px;
  font-weight: bold;
  background-image: url('../images/uservoice_more_bg.png');
  background-repeat: no-repeat;
  background-position: right top 5px;
  display: inline-flex;
  padding-right: 42px;
}

.comparison_text{
  max-width: 1160px;
  margin: 0 auto 40px;
  font-size: 18px;
}

.comparison_contents{
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
/*
.comparison_table{
  flex: 1;
  border-collapse: collapse;
  font-size: 16px;
  font-weight: bold;
  display: table;
}

.comparison_tr{
  display: table-row;
}

.comparison_tr > div{
  height: 68px;
  text-align: center;
  border-bottom: 1px solid #80AACA;
  display: table-cell;
  vertical-align: middle;
}

.comparison_tr div div{
  width: 180px;
  margin-right: 16px;
}

.comparison_td03 div, .comparison_td05 div{
  margin-right: 0;
}

.comparison_td02 div{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C3DEFD;
}

.comparison_contents .comparison_td03, .comparison_contents .comparison_td05{
  background-color: #005595;
}

.comparison_contents .comparison_td01, .comparison_contents .comparison_td02, .comparison_contents .comparison_td03{
  border-bottom: none;
}

.comparison_contents .comparison_td05{
  border-bottom-color: #FFFFFF;
}*/

#formobj{
  background-color: #F3F8FF;
  padding-left: 32px;
  padding-right: 32px;
}
.formobj_text{
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

#qa{
  margin: 0 32px;
}
.qa_contents{
  max-width: 1160px;
  margin: 0 auto 40px;
  background-color: #E6EEF4;
}

.qa_contents:last-child{
  margin-bottom: 0;
}

.qa_q{
  font-size: 24px;
  line-height: 0.75;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #005595;
  position: relative;
  padding: 40px;
  cursor: pointer;
}

.qa_q .qa_arrow{
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 40px;
  content: '';
  display: block;
  background-image: url('../images/qa_arrow.png');
  transform: rotate(180deg);
  background-position: right;
  background-repeat: no-repeat;
}

.qa_q.qa_open{
  padding-bottom: 20px;
}

.qa_q.qa_open .qa_arrow{
  transform: none;
  padding-bottom: 20px;
}

.qa_q + .qa_a{
  display: none;
}

.qa_q.qa_open + .qa_a{
  display: block;
}

.qa_q span{
  font-size: 64px;
  margin-right: 20px;
}

.qa_a{
  font-size: 16px;
  line-height: 1.75;
  padding: 20px 0 40px;
  margin: 0 40px;
  border-top: 1px solid #005595;
}

.qa_a_small{
  font-size: 14px;
}

.qa_a_bold{
  font-weight: bold;
}

footer{
  background-color: #005595;
}

.footer_links{
  max-width: 1160px;
  margin: 0 auto;
}

.footer_link_title{
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.footer_link{
  display: flex;
  justify-content: left;
  margin-bottom: 24px;
}

.footer_link:last-child{
  margin-bottom: 0;
}

.footer_link li{
  width: 222px;
  height: 56px;
  margin-right: 24px;
  border-bottom: 1px solid #FFFFFF;
}

.footer_link a{
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: url('../images/footer_arrow.png');
  background-repeat: no-repeat;
  background-position: right;
}

.footer_link a:hover{
  opacity: 0.7;
}

li{
  list-style: none;
}

img{
  vertical-align: bottom;
}

.din-2014{
  font-family: 'din-2014', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.slider {
  max-width: 1160px;
  margin: 2rem auto 0;
}

.slider img {
   width: 100%;
   height: auto;
}
   
.slider .slick-slide {
   margin: 0 10px;
}

.slick-list {
  padding: 20px 10px;
}

.slick-prev, 
.slick-next {
   position: absolute; 
   top: 42%;
   cursor: pointer;
   outline: none;
   height: 50px;
   width: 50px;
   background-repeat: no-repeat;
}
   
.slick-prev {
  left: -56px;
  background-image: url('../images/slick_left.png');
}

.slick-next {
   right: -56px;
   background-image: url('../images/slick_right.png');
  }
   
.slick-track {
   display: flex;
}
   
.slick-slide {
   height: auto !important;
} 

.pc-only{
  display: none !important;
}

@media screen and (max-width: 1450px) {
  #header{
    height: 84px;
  }
  
  .header_content{
    padding-right: 19px;
  }
  
  .header_image{
    margin-left: 35px;
  }
  
  .header_image img{
    width: 166px;
  }
  
  .header_right{
    font-size: 14px;
  }
  
  .header_contact{
    font-size: 16px;
    margin-right: 19px;
    border-radius: 8px;
    padding: 8px 26px 10px;
  }
  
  .header_contact img{
    margin-left: 3px;
  }
  
  .header_document{
    border-radius: 8px;
    padding: 8px 26px 10px;
    font-size: 16px;
  }
  
  .header_document img{
    margin-right: 8px;
  }
  
  #mainpage{
    padding-top: 80px;
  }
  
  .mainread{
    height: 439px;
  }
  
  .mainread_inner{
    padding: 68px 0 0;
  }
  
  .subread{
    width: 237px;
    height: 30px;
    border-radius: 32px;
    font-size: 19px;
    margin-bottom: 29px;
  }
  
  .read{
    font-size: 32px;
    margin-bottom: 19px;
  }
  
  .read_title{
    margin-bottom: 32px;
  }
  .read_title div{
    font-size: 51px;
    padding: 16px 8px;
  }
  .read_subtitle{
    font-size: 51px;
    margin-bottom: 32px;
  }
  .read_navi{
    font-size: 19px;
  }
  .read_navi li{
    width: 96px;
    height: 34px;
    line-height: 34px;
    margin-right: 8px;
  }
  
  section, footer{
    padding: 64px 0;
  }
  .sec_mtitle{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sec_title{
    font-size: 32px;
    margin-bottom: 16px;
  }
  .sec_title img{
    width: 166px;
  }
  
  .service_text{
    font-size: 14px;
  }
  
  .service_text{
    max-width: 928px;
    margin: 0 auto 32px;
  }
  .service_image{
    max-width: 928px;
    margin: 0 auto;
  }
  
  .service_image img{
    width: 100%;
  }
  .feature_content{
    max-width: 928px;
  }
  
  .feature01{
    max-width: 196px;
  }
  .feature01:last-child{
    max-width: 220px;
  }
  .feature01:last-child .feature01_image{
    max-width: 196px;
  }
  .feature01_image{
    margin-bottom: 20px;
  }
  
  .feature01_image img{
    width: 80%;
  }
  .feature01_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .feature01_text{
    font-size: 14px;
  }
  #aboutus{
    padding-bottom: 208px;
  }
  
  .aboutus_image{
    top: 72px;
  }
  
  .aboutus_texts{
    top: 144px;
    max-width: 928px;
  }
  
  .aboutus_mtitle{
    font-size: 102px;
    margin-top: 30px;
    margin-bottom: 32px;
  }
  .aboutus_mtitle span{
    margin-left: 18px;
  }
  
  .aboutus_title{
    font-size: 32px;
    margin-bottom: 16px;
  }
  .aboutus_text{
    font-size: 14px;
    margin-bottom: 48px;
  }
  
  .aboutus_subimage{
    width: 378px;
    bottom: -104px;
  }
  .aboutus_award{
    margin-bottom: 32px;
  }
  
  .aboutus_award img{
    width: 858px;
  }
  
  .aboutus_award_text{
    font-size: 10px;
  }
  .feelfree_title{
    font-size: 32px;
    margin-bottom: 32px;
  }
  
  .feelfree_btn{
    height: 120px;
    padding: 28px;
  }
  
  .feelfree_contents{
    max-width: 928px;
  }
  
  .feelfree_image{
    bottom: -64px;
    left: -72px;
    width: 220px;
  }
  
  .feelfree_image img{
    width: 100%;
  }
  .feelfree_online, .feelfree_doc{
    width: 288px;
    border-radius: 83px;
    font-size: 20px;
  }
  .feelfree_online{
    margin-right: 32px;
  }
  #merit{
    padding-bottom: 456px;
  }
  .merit_mtitle{
    width: 928px;
    font-size: 88px;
    top: 168px;
  }
  
  .merit_title{
    top: 320px;
    left: 787px;
    font-size: 32px;
  }
  .merit_title img{
    margin-right: 6px;
  }
  .merit_wrap{
    top: 392px;
  }
  .merit_inwrap::before{
    height: 129px;
  }
  .merit_contents{
    max-width: 928px;
    margin: 0 auto 64px;
  }
  
  .merit_in_image{
    width: 379px;
    flex: none;
  }
  
  .merit_in_image img{
    width: 100%;
  }
  .merit_in_mtitle{
    font-size: 26px;
    margin-bottom: 20px;
    height: 51px;
  }
  
  .merit_in_mtitle div{
    font-size: 64px;
    margin-left: 10px;
  }
  
  .merit_in_title{
    font-size: 26px;
    margin-bottom: 26px;
    padding-bottom: 20px;
    height: 38px;
  }
  
  .merit_in_text{
    font-size: 14px;
    margin-right: 32px;
  }
  
  .merit_in_text span{
    font-size: 11px;
  }
  
  .merit_subbg{
    height: 130px;
    background-size: 544px;
    margin-bottom: 36px;
    padding-top: 36px;
    font-size: 26px;
  }
  .merit_subbg span:before{
    width: 6px;
    height: 6px;
    top: -6px;
    font-size: 26px;
  }
  .merit_list{
    max-width: 928px;
    padding: 32px 0;
  }
  .merit_list li{
    font-size: 20px;
    margin: 0 0 20px 48px;
  }
  .merit_list_image{
    width: 302px;
  }
  
  .merit_list_image img{
    width: 100%;
  }
  .casestudy_wrap{
    margin-bottom: 76px;
  }
  .casestudy01 .casestudy_contents{
    height: 220px;
  }
  
  .casestudy02 .casestudy_contents{
    height: 203px;
  }
  
  .casestudy03 .casestudy_contents, .casestudy04 .casestudy_contents{
    height: 179px;
  }
  
  .casestudy_contents{
    width: 928px;
  }
  
  .casestudy_in_image{
    top: -28px;
    width: 380px;
    flex: none;
  }
  
  .casestudy_in_image img{
    width: 100%;
  }
  .casestudy_in_mtitle{
    top: -67px;
    font-size: 26px;
  }
  .casestudy_in_mtitle span{
    font-size: 64px;
    margin-left: 10px;
  }
  .casestudy_texts{
    margin: 32px 0 0 24px;
  }
  
  .casestudy_in_title{
    font-size: 19px;
    margin-bottom: 20px;
  }
  .casestudy_in_text{
    margin-bottom: 11px;
  }
  .casestudy03 .casestudy_in_text{
    margin-bottom: 4px;
  }
  .casestudy_q.casestudy_in_subtitle, .casestudy_a.casestudy_in_subtitle{
    font-size: 14px;
    width: 54px;
    height: 26px;
    border-radius: 4px;
    line-height: 26px;
  }
  .casestudy_q.casestudy_in_subtext, .casestudy_a.casestudy_in_subtext{
    font-size: 16px;
    margin-left: 6px;
  }
  .uservoice_title{
    font-size: 20px;
  }
  .uservoice_texts{
    font-size: 14px;
    margin: 20px;
  }
  
  .uservoice_text{
    margin: 20px 0;
  }
  
  .uservoice_list{
    margin-bottom: 20px;
  }
  
  .uservoice_list li{
    margin-right: 8px;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
  }
  
  .uservoice_more{
    font-size: 14px;
    background-position: right top 4px;
    padding-right: 34px;
  }
  
  .comparison_text{
    max-width: 928px;
    margin: 0 auto 32px;
    font-size: 14px;
  }
  .comparison_contents{
    max-width: 928px;
  }
  .comparison_contents img{
    width: 100%;
  }
  #formobj{
    padding-left: 26px;
    padding-right: 26px;
  }
  .formobj_text{
    margin-bottom: 32px;
  }
  
  #qa{
    margin: 0 26px;
  }
  .qa_contents{
    max-width: 928px;
    margin: 0 auto 32px;
  }
  
  .qa_q{
    font-size: 19px;
    padding: 32px;
  }
  
  .qa_q .qa_arrow{
    width: 24px;
    right: 32px;
  }
  
  .qa_q.qa_open{
    padding-bottom: 16px;
  }
  
  .qa_q.qa_open .qa_arrow{
    padding-bottom: 16px;
  }
  .qa_q span{
    font-size: 51px;
    margin-right: 16px;
  }
  
  .qa_a{
    font-size: 14px;
    padding: 16px 0 32px;
    margin: 0 32px;
  }
  
  .qa_a_small{
    font-size: 14px;
  }
  .footer_links{
    max-width: 928px;
  }
  
  .footer_link_title{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .footer_link{
    margin-bottom: 19px;
  }
  .footer_link li{
    width: 178px;
    height: 45px;
    margin-right: 19px;
  }
  .footer_link a{
    font-size: 14px;
  }
  
  .slider {
    max-width: 928px;
  }
     
  .slider .slick-slide {
     margin: 0 8px;
  }
  
  .slick-list {
    padding: 16px 8px;
  }
}
@media screen and (min-width: 1920px) {
  #uservoice{
    background-size: contain;
  }
  #aboutus{
    background-size: cover;
  }
}
@media screen and (max-width: 1920px) {
  #aboutus{
    background-position: left;
  }
}
@media screen and (max-width: 1840px) {
  .aboutus_image{
    max-width: 520px;
  }
  .aboutus_image img{
    width: 100%;
  }
  .aboutus_text{
    max-width: 585px;
    margin-bottom: 32px;
  }
  .merit_image{
    max-width: 660px;
  }
  .merit_mtitle{
    top: 120px;
  }
  .merit_title{
    top: 280px;
    left: 684px;
  }
}

@media screen and (max-width: 1750px) {
  .mainread{
    background-position: right -230px center;
  }
  .aboutus_image{
    top: 200px;
  }
}

@media screen and (max-width: 1450px) {
  .mainread{
    background-position: right -170px center;
  }
}
@media screen and (max-width: 1400px) {
  .aboutus_text {
    max-width: 540px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1230px) {
  .mainread_inner{
    padding-top: 80px;
  }
  .mainread{
    background-image: url('../images/main_bg_sp.png');
    background-position: top;
    background-size: cover;
    height: 1500px;
  }
  .read_title{
    margin-bottom: 24px;
  }
  .read_title div, .read_subtitle{
    font-size: 56px;
  }
  .service_text, .service_image, .feature_content{
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .service_image img{
    width: 100%;
  }
  .feature_content{
    display: block;
  }
  .feature01, .feature01:last-child{
    max-width: none;
    margin-bottom: 80px;
  }
  .feature01, .feature01:last-child{
    margin-bottom: 0;
  }
  .feature01{
    margin-bottom: 80px;
  }
  .feature01:last-child{
    margin-bottom: 0;
  }

  .feature01_image, .feature01:last-child .feature01_image{
    max-width: 350px;
    margin: 0 auto 40px;
  }
  .feature01 img{
    width: 100%;
  }
  .feature01_title{
    font-size: 32px;
    margin-bottom: 32px;
  }
  .feature01_text{
    font-size: 24px;
  }
  #aboutus{
    background-image: url('../images/aboutus_bg_sp.png');
    background-size: cover;
  }
  .aboutus_image{
    position: relative;
    margin: 0 32px;
  }
  .aboutus_subimage{
    bottom: -150px;
    width: 480px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .aboutus_texts, .comparison_text{
    padding-left: 32px;
    padding-right: 32px;
  }
  .aboutus_title{
    margin-bottom: 40px;
  }
  .aboutus_text{
    max-width: 560px;
    font-size: 24px;
    max-width: none;
  }
  .aboutus_image{
    padding: 0 32px;
    margin: 0 auto;
    top: 0;
  }
  .aboutus_award{
    max-width: 686px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutus_award img{
    width: 100%;
  }
  .aboutus_award_text{
    font-size: 20px;
  }
  .feelfree_title{
    font-size: 40px;
    position: relative;
    top: 25px;
    left: -30px;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
  }
  .feelfree_btn{
    margin: 0 16px;
  }
  .feelfree_image{
    width: 300px;
    bottom: auto;
    top: -225px;
    left: 20px;
  }
  .feelfree_image img{
    width: 100%;
  }
  .feelfree_btn{
    z-index: 1;
    padding: 40px 73px;
    height: 340px;
  }
  .feelfree_btn_inner{
    flex-direction: column;
  }
  .feelfree_online, .feelfree_doc{
    width: 100%;
    font-size: 40px;
  }
  .feelfree_online{
    margin-bottom: 20px;
  }
  #merit{
    padding-bottom: 352px;
  }
  .merit_image {
    padding: 0 32px;
    margin: 0 auto;
  }
  .merit_image, .merit_mtitle, .merit_title, .merit_wrap{
    position: static;
  }
  .merit_mtitle{
    width: auto;
    max-width: 928px;
    transform: none;
    text-align: left;
    padding: 0 32px;
    margin: 30px auto 20px;
    line-height: 0.75;
  }
  .merit_title{
    max-width: 928px;    
    padding: 0 32px;
    margin: 0 auto 40px;
  }
  .merit_title span{
    display: block;
    margin-top: 8px;
  }
  .merit_contents{
    display: block;
  }
  .merit_contents{
    padding: 0 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .merit_in_image{
    margin-bottom: 40px;
  }
  .merit_in_mtitle{
    margin-bottom: 24px;
    font-size: 32px;
  }
  .merit_in_mtitle div{
    font-size: 80px;
  }
  .merit_in_title{
    font-size: 32px;
  }
  .merit_in_image img{
    width: 100%;
  }
  .merit_in_text{
    font-size: 24px;
    margin-bottom: 80px;
  }
  .merit_subbg{
    max-width: 584px;
    height: 140px;
    margin-bottom: 20px;
    margin: 0 auto;
    background-size: cover;
    background-position: top;
    padding-top: 8px;
  }
  .merit_subbg span:before{
    font-size: 24px;
  }
  .merit_list_wrap{
    position: relative;
    top: 350px;
    margin-bottom: 80px;
  }
  .merit_inwrap::before{
    content: none;
  }
  .merit_list{
    padding: 40px 0;
  }
  .merit_list_image{
    bottom: auto;
    top: -320px;
    width: 476px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .merit_list_image img{
    width: 100%;
  }
  .merit_list ul{
    margin-top: 70px;
  }
  .merit_list li{
    margin: 0 0 24px;
    padding: 0 32px;
  }
  .merit_list li:last-child{
    margin-bottom: 0;
  }
  .merit_in_text{
    margin-right: 0;
  }
  #casestudy{
    background-image: url('../images/casestudy_bg_sp.png');
    background-size: cover;
  }
  #casestudy .sec_title{
    margin-bottom: 200px;
  }
  .casestudy_wrap{
    margin-bottom: 240px;
  }
  .casestudy01 .casestudy_contents{
    height: 540px;
  }
  .casestudy02 .casestudy_contents{
    height: 560px;
  }
  .casestudy03 .casestudy_contents{
    height: 500px;
  }
  .casestudy04 .casestudy_contents{
    height: 492px;
  }
  .casestudy05 .casestudy_contents{
    height: 492px;
  }
  .casestudy_contents{
    width: 100%;
    display: block;
  }
  .casestudy_contents img{
    width: 100%;
  }
  .casestudy02 .casestudy_in_image, .casestudy04 .casestudy_in_image{
    width: 100%;
    text-align: right;
    padding-right: 32px;
    box-sizing: border-box;
    margin-left: 0;
  }
  .casestudy02 .casestudy_in_image img, .casestudy04 .casestudy_in_image img{
    width: 420px;
  }
  .casestudy_in_image{
    width: 420px;
    margin-left: 32px;
    top: -150px;
    right: auto;
  }
  .casestudy02 .casestudy_in_mtitle, .casestudy04 .casestudy_in_mtitle{
    margin-left: 32px;
  }
  .casestudy_in_mtitle{
    font-size: 32px;
    top: -84px;
    margin-right: 32px;
  }
  .casestudy_in_mtitle span{
    font-size: 80px;
    margin-left: 8px;
  }
  .casestudy02 .casestudy_texts, .casestudy04 .casestudy_texts{
    margin-left: 32px;
  }
  .casestudy_texts{
    margin: -95px 32px 0;
  }
  .casestudy_in_title{
    font-size: 32px;
    margin-bottom: 40px;
  }
  .casestudy_in_text{
    display: block;
  }
  .casestudy_q.casestudy_in_subtitle, .casestudy_a.casestudy_in_subtitle{
    font-size: 24px;
    width: 92px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .casestudy_q.casestudy_in_subtext, .casestudy_a.casestudy_in_subtext{
    font-size: 24px;
    margin-left: 0;
  }
  .comparison_contents{
    padding: 0 32px;
    margin: 0 auto;
  }
  .comparison_contents img{
    max-width: 684px;
    width: 100%;
    margin: 0 auto;
  }
  /*
  .comparison_contents{
    padding: 0 32px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .comparison_table .sp-only{
    display: none !important;
  }
  .comparison_table{
    display: block;
  }
  .comparison_tr{
    display: flex;
  }
  .comparison_tr > div{
    display: flex;
    flex: 1;
  }
  .comparison_tr div div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    flex: 1;
    margin-right: 0;
  }
  .comparison_td03 div{
    margin: 0 auto;
  }
  .comparison_td03 img{
    width: 100px;
    text-align: center;
  }*/
  .slider{
    width: 85%;
  }
  .slick-list{
    padding: 20px 6px;
  }
  .slick-prev, .slick-next{
    width: 40px;
    background-size: 100%;
    z-index: 1;
  }
  .slick-prev{
    left: -20px;
  }
  .slick-next {
    right: -20px;
  }
  .qa_q{
    font-size: 32px;
    line-height: 1.5;
    align-items: baseline;
    margin-right: 25px;
  }
  .qa_q span{
    line-height: 0.75;
  }
  .qa_q .qa_arrow{
    right: 15px;
  }
  .footer_link{
    display: block;
  }
  .footer_link_title{
    margin-left: 32px;
    font-size: 32px;
    margin-bottom: 8px;
  }
  .footer_link li{
    width: auto;
    margin: 0 32px 24px;
  }
  .footer_link li:last-child{
    margin-bottom: 0;
  }
  .footer_link li a{
    font-size: 24px;
  }
  .footer_link{
    margin-bottom: 0;
  }
  .footer_link + .footer_link_title{
    margin-top: 80px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1250px) {
  .feelfree_image{
    width: 220px;
    top: -155px;
  }
}
@media screen and (max-width: 800px) {
  .mainread{
    height: 1024px;
  }
  #qa{
    margin: 0;
  }
  .qa_contents{
    margin: 0 16px 20px;
  }
  .qa_q span{
    font-size: 32px;
    line-height: 1;
    margin-right: 10px;
    height: 48px;
  }
  .qa_q{
    font-size: 16px;
    line-height: normal;
    padding: 20px;
    margin-right: 30px;
    display: flex;
    align-items: baseline;
  }
  .qa_q.qa_open .qa_arrow{
    padding-bottom: 10px;
  }
  .qa_q .qa_arrow{
    right: -10px;
  }
  .qa_a{
    font-size: 24px;
    margin: 0 20px;
    padding: 10px 0 20px;
  }
  .qa_a_small{
    font-size: 20px;
  }
}
@media screen and (max-width: 720px) {
  .header_right a{
    flex: none;
    font-size: 12px;
    padding: 15px 8px;
  }
  .header_content{
    padding-right: 16px;
  }
  .header_contact{
    margin-right: 8px;
  }
  .header_image{
    margin-left: 12px;
  }
  /*
  .comparison_table{
    font-size: 13px;
  }
  .comparison_td03 img{
    width: 90px;
  }*/
  section, footer{
    padding: 80px 0;
  }
  .sec_title{
    font-size: 40px;
    margin-bottom: 20px;
  }
  .sec_title img{
    width: auto;
  }
  .aboutus_image{
    max-width: none;
  }
  .merit_in_image{
    width: auto;
  }
  .merit_in_title {
    font-size: 30px;
  }
  .comparison_text{
    font-size: 18px;
  }
  .qa_q{
    align-items: center;
  }
  .qa_q span{
    line-height: 1.5;
  }
  .qa_a{
    font-size: 14px;
  }
}

@media screen and (max-width: 660px) {
  .mainread{
    background-position: center;
    background-size: cover;
    height: 549px;
  }
  .header_image img{
    width: 130px;
  }
  .mainread_inner{
    padding-top: 40px;
  }
  .subread{
    width: 150px;
    height: 19px;
    font-size: 12px;
    margin-bottom: 18px;
  }
  .read{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .read_title{
    margin-bottom: 12px;
  }
  .read_title div, .read_subtitle{
    font-size: 28px;
  }
  .read_title div{
    padding: 10px;
  }
  .read_subtitle{
    margin-bottom: 20px;
  }
  .read_navi{
    font-size: 12px;
  }
  .read_navi li{
    width: 60px;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
  }
  section, footer{
    padding: 40px 0;
  }
  .sec_mtitle{
    font-size: 12px;
    margin-bottom: 4px;
  }
  .sec_title{
    font-size: 20px;
  }
  .sec_title img{
    width: 92px;
    position: relative;
    top: 6px;
    vertical-align: top;
  }
  .service_text{
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .service_image,.feature_content{
    padding: 0 16px;
  }
  .feature01{
    margin-bottom: 40px;
  }
  .feature01:last-child{
    max-width: none;
    margin-bottom: 0;
  }
  .feature01_image{
    margin: 0 auto 20px;
    width: 175px;
  }
  .feature01_title{
    font-size: 16px;
    margin-bottom: 18px;
  }
  .feature01_title span:before{
    bottom: 0;
  }
  .feature01_text{
    font-size: 12px;
  }
  #aboutus{
    padding-bottom: 140px;
  }
  .aboutus_image{
    margin: 0 16px;
  }
  .aboutus_subimage{
    bottom: -80px;
    width: 288px;
  }
  .aboutus_texts{
    top: 100px;
    margin: 0 16px;
    padding: 0;
  }
  .aboutus_text{
    font-size: 12px;
    margin-bottom: 20px;
  }
  .aboutus_mtitle{
    font-size: 64px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .aboutus_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .aboutus_award{
    margin-bottom: 20px;
  }  
  .aboutus_award img{
    width: 100%;
  }
  .aboutus_award_text{
    font-size: 12px;
  }
  .feelfree_title{
    width: 175px;
    font-size: 20px;
    top: 25px;
    left: 135px;
    margin-right: 0;
    justify-content: flex-start;
  }
  .feelfree_btn{
    margin: 0 16px;
  }
  .feelfree_image{
    width: 150px;
    top: -105px;
  }
  .feelfree_btn{
    z-index: 1;
    padding: 20px 35px;
    height: 170px;
  }
  .feelfree_online, .feelfree_doc{
    font-size: 20px;
  }
  .feelfree_online{
    margin-bottom: 10px;
  }
  #merit{
    padding-bottom: 176px;
  }
  .merit_image{
    padding: 0 16px;
  }
  .merit_image, .merit_mtitle, .merit_title, .merit_wrap{
    position: static;
  }
  .merit_mtitle{
    width: auto;
    transform: none;
    text-align: left;
    padding: 0 16px;
    margin: 30px auto 20px;
    font-size: 64px;
    line-height: 0.75;
  }
  .merit_title{
    font-size: 20px;
    padding: 0 16px;
    margin: 0 auto 20px;
  }
  .merit_title img{
    width: 138px;
    margin-right: 4px;
  }
  .merit_title span{
    display: block;
    margin-top: 8px;
  }
  .merit_contents{
    display: block;
  }
  .merit_contents{
    padding: 0 16px;
  }
  .merit_in_image{
    margin-bottom: 20px;
  }
  .merit_in_mtitle{
    margin-bottom: 12px;
    font-size: 16px;
    height: auto;
  }
  .merit_in_mtitle div{
    font-size: 40px;
  }
  .merit_in_title{
    font-size: 16px;
    height: auto;
    margin-bottom:8px;
    padding-bottom:10px;
  }
  .merit_in_text{
    font-size: 12px;
    margin-bottom: 40px;
  }
  .merit_in_text span{
    font-size: 11px;
  }
  .merit_subbg{
    height: 135px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 36px;
    margin: 0 16px;
    background-size: cover;
    background-position: top;
    padding-top: 18px;
  }
  .merit_subbg span:before{
    font-size: 24px;
  }
  .merit_list_wrap{
    top: 175px;
    margin-bottom: 40px;
  }
  .merit_list{
    padding: 20px 0;
  }
  .merit_list_image{
    top: -150px;
    width: 238px;
  }
  .merit_list ul{
    margin-top: 40px;
  }
  .merit_list li{
    font-size: 12px;
    margin: 0 0 12px;
    padding: 0 16px;
  }
  .casestudy_wrap{
    margin-bottom: 110px;
  }
  #casestudy .sec_title{
    margin-bottom: 100px;
  }
  .casestudy01 .casestudy_contents, .casestudy02 .casestudy_contents, .casestudy03 .casestudy_contents, .casestudy04 .casestudy_contents, .casestudy05 .casestudy_contents{
    height: auto;
    padding-bottom: 20px;
  }
  .casestudy_contents{
    width: 100%;
    display: block;
  }
  .casestudy_contents img{
    width: 100%;
  }
  .casestudy02 .casestudy_in_image, .casestudy04 .casestudy_in_image{
    width: 100%;
    text-align: right;
    padding-right: 16px;
    box-sizing: border-box;
    margin-left: 0;
  }
  .casestudy02 .casestudy_in_image img, .casestudy04 .casestudy_in_image img{
    width: 250px;
  }
  .casestudy_in_image{
    width: 250px;
    margin-left: 16px;
    top: -65px;
    right: auto;
  }
  .casestudy02 .casestudy_in_mtitle, .casestudy04 .casestudy_in_mtitle{
    margin-left: 16px;
  }
  .casestudy_in_mtitle{
    font-size: 16px;
    top: -42px;
    margin-right: 16px;
  }
  .casestudy_in_mtitle span{
    font-size: 40px;
    margin-left: 4px;
  }
  .casestudy02 .casestudy_texts, .casestudy04 .casestudy_texts{
    margin-left: 16px;
  }
  .casestudy_texts{
    margin: -45px 16px 0;
  }
  .casestudy_in_title{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .casestudy_in_text{
    display: block;
  }
  .casestudy_q.casestudy_in_subtitle, .casestudy_a.casestudy_in_subtitle{
    font-size: 12px;
    width: 46px;
    height: 19px;
    line-height: 19px;
    margin-bottom: 12px;
  }
  .casestudy_q.casestudy_in_subtext, .casestudy_a.casestudy_in_subtext{
    font-size: 12px;
    margin-left: 0;
  }
  .comparison_contents{
    display: block;
    padding: 0 16px;
  }
  .comparison_text{
    font-size: 12px;
    margin: 0 16px 20px;
    padding: 0;
  }
  /*
  .comparison_table{
    font-size: 11px;
    display: block;
    margin-bottom: 20px;
  }
  .comparison_table:last-child{
    margin-bottom: 0;
  }
  .comparison_tr{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .comparison_table .sp-only{
    display: flex !important;
  }
  .comparison_td03 img{
    width: 50px;
  }*/
  #formobj{
    padding-left: 16px;
    padding-right: 16px;
  }
  .formobj_text{
    font-size: 12px;
  }
  .qa_q{
    align-items: baseline;
  }
  .qa_a{
    font-size: 12px;
  }
  .qa_a_small{
    font-size: 10px;
  }
  .footer_link_title{
    margin-left: 16px;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .footer_link li{
    margin: 0 16px 12px;
  }
  .footer_link li a{
    font-size: 12px;
  }
  .footer_link + .footer_link_title{
    margin-top: 40px;
  }
  .uservoice_inner{
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.26);
  }
  .uservoice_title{
    font-size: 14px;
  }
  .uservoice_texts{
    margin: 14px;
  }
  .uservoice_text, .uservoice_list li, .uservoice_more{
    font-size: 12px;
  }
  .uservoice_more{
    background-position: right top 2px;
  }
}
@media screen and (max-width: 400px) {
  .merit_subbg{
    font-size: 16px;
    line-height: 28px;
    height: 80px;
    padding-top: 7px;
  }
  .merit_subbg span:before{
    font-size: 18px;
  }
}
@media screen and (min-width: 950px) {
  .sp-only{
    display: none !important;
  }
  .pc-only{
    display: block !important;
  }
}

/*
lightbox*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('../images/prev.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('../images/next.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('../images/close.png') top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-outerContainer{
  height:auto !important;
  margin-left:auto;
  margin-right:auto;
}

.lb-container{
	padding: 30px;
}