/****************************** PC *************************/

/*共通*/
/****** 共通 ******/
@media screen and (min-width: 800px){
  #support .widthFix{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media (max-width: 799px){
  #support .widthFix{
    padding-left: 15px;
    padding-right: 15px;
  }
}

#support{
  overflow: hidden;
}

#support .topImage {
  margin-bottom: 0;
}
#support section h2 {
  font-size: 36px;
  text-align: center;
  color: #1B435D;
  margin: 0 0 50px 0;
}
#support section h2 span{
  font-size: 20px;
}
#support section h2 mark{
  color: inherit;
  font-style: normal;
  background-color: inherit;
  background-image: linear-gradient(transparent 70%, #D5EEFF 0%);
}
.br-pc {
  display: none
}



.breadcrumb{
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #F5F7FB;
}
.breadcrumb > ol{
  font-size: .75em;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb > ol > li{
  
}
.breadcrumb > ol > li:not(:last-child):after{
  content: ">";
  margin-left: .75em;
  margin-right: .75em;
}
.breadcrumb > ol > li > a{
  color: inherit;
}
.breadcrumb > ol > li > a:hover{
  text-decoration: underline;
}
.breadcrumb > ol > li > a.home{
  
}

/****************************** SP *************************/

@media screen and (max-width: 799px) {
  /*共通*/
  #support {
    font-size: 14px;
    line-height: 1.4;
  }
  #support section h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    line-height: 1.4;
  }
  #support section h2 span{
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
  }
  .br-pc {
    display: inherit;
  }
  .br-sp {
    display: none
  }
}









/****** copy *******/
.catch{
  line-height: 1.85;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.catch .small{
  line-height: 1.5;
  font-size: 0.75em;
}
.catch .marker{
  color: inherit;
  font-style: normal;
  background-color: inherit;
  /*display: inline-block;*/
  border-bottom: 6px solid #8cc2e6;
}

@media screen and (max-width: 799px){
  .catch{
    font-size: 20px;
  }
  .catch .small{
    font-size: .65em;
  }
}










/****** flow ******/
.flow{
  padding-bottom: 60px;
  background-color: #f5f7fb;
}
.flow .secTitle{
  line-height: 1.35;
}
.flow .catch{
  color: #1b435d;
  margin-top: 60px;
}
.flowList{
  counter-reset: i;
}
.flowListItem{
  counter-increment: i;
  
  box-sizing: border-box;
  background-color: #fff;
  
  position: relative;
  z-index: 0;
  
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.flowListItem:before{
  content: counter(i);
  display: flex;
  align-items: center;
  justify-content: center;
  
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
  
  width: 1em;
  height: 1em;
  padding: .5em;
  
  color: #fff;
  background-color: #78bbe6;
}
.flowPhoto{}
.flowPhoto img{
  width: 100%;
}
.flowTitle{
  color: #1b435d;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  
  margin: 15px 20px;
}
.flowNote{
  margin: 15px 20px 0 20px;
  padding-bottom: 15px;
}

@media screen and (min-width: 800px){
  .flowList{
    display: flex;
  }
  .flowListItem{
    flex: 1 1;
  }
  .flowListItem:not(:first-child){
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 799px){
  .flowListItem:before{
    font-size: 24px;
  }
  .flowListItem:not(:last-child){
    margin-bottom: 20px;
  }
  .flowTitle{
    font-size: 18px;
  }
}










/****** feature ******/
.feature{}
.featList{
  counter-reset: i;
}
.featListItem{
  counter-increment: i;
  padding-top: 60px;
  padding-bottom: 80px;
}
.featListItem .secTitle{
  
}
.featListItem .txt{
  color: #1b435d;
  font-size: 18px;
  text-align: center;
}
.featListItem .txt mark{
  font-size: 1.3em;
  font-weight: bold;
  font-style: normal;
  background-color: inherit;
  
  color: inherit;
  border-bottom: 4px solid #8cc2e6;
}
.featListItem .featCol2 .txt{
  text-align: left;
}

.featListItem .banner{
  text-align: center;
  margin-top: 60px;
}
.featListItem .banner img{
  max-width: 100%;
}

.featHeader{}
.featHeader .secTitle{
  margin-bottom: 30px !important;
}
.featNumber{
  color: #1b435d;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  
  margin-bottom: 10px;
}
.featNumber:after{
  color: #78bbe6;
  font-size: 2em;
  margin-left: .125em;
  content: counter(i, decimal-leading-zero);
  
  position: relative;
  top: 0.125em;
}
.featNote{
  text-align: center;
  
  margin-bottom: 40px;
}
.featNav{
  margin-top: 60px;
}
.featNav .btnEntry{
  width: 320px;
  padding: 20px;
  font-size: 18px;
}

@media screen and (max-width: 799px){
  .featNumber{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .featListItem{
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .featListItem .txt{
    line-height: 1.75;
    font-size: 16px;
  }
  .featCol1Item:not(:last-child){
    margin-bottom: 20px;
  }
  .featCol2Item:not(:last-child){
    margin-bottom: 60px;
  }
}




/* column1 */
.featCol1{}
.featCol1Item{
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.featCol1Photo{}
.featCol1Photo img{
  width: 100%;
}
.featCol1Body{
  position: relative;
  z-index: 0;
  
  padding: 40px;
}
.featCol1Body:before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  
  border: 12.5px solid transparent;
  border-top-color: #cee6f6;
  border-left-color: #cee6f6;
}

@media screen and (min-width: 800px){
  .featCol1{
    display: flex;
  }
  .featCol1Item{
    flex: 1 1;
  }
  .featCol1Item:not(:first-child){
    margin-left: 3.33%;
  }
}
@media screen and (max-width: 799px){}



/* column2 */
.featCol2{
  margin-top: 80px;
}
.featCol2Item{}
.featCol2Photo{
  position: relative;
  z-index: 0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  
  margin-bottom: 2em;
}
.featCol2Photo img{
  width: 100%;
  vertical-align: middle;
}
.featCol2Body{}
.featCol2Title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  
  box-sizing: border-box;
  padding: .5em;
  
  position: absolute;
  z-index: 0;
  /*top: 0;*/
  top: -1.25em;
  left: 3.5%;
  right: 3.5%;
  
  color: #fff;
  background-color: #49aae6;
  
  /*transform: translateY(-50%);*/
  
}

@media screen and (min-width: 800px){
  .featCol2{
    display: flex;
  }
  .featCol2Item{
    flex: 1 1;
  }
  .featCol2Item:not(:first-child){
    margin-left: 3.33%;
  }
  .featCol2Photo{}
  .featCol2Photo img{}
  .featCol2Body{}
}
@media screen and (max-width: 799px){
  .featCol2{
    margin-top: 50px;
  }
  .featCol2Title{
    font-size: 18px;
  }
}









/****** agent ******/
.agent{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fb;
}
.agent .eyecatch{
  text-align: center;
  margin-bottom: 20px;
}
.agent .eyecatch img{
  max-width: 100%;
}
.agent .txt{}
.agent .banner{
  text-align: center;
  margin-top: 50px;
}
.agent .banner a{}
.agent .banner img{
  max-width: 100%;
  box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}

@media screen and (min-width: 800px){
  .agent .widthFix{
    max-width: 1000px;
  }
}










@media screen and (min-width: 800px){}
@media screen and (max-width: 799px){}