

/*以下、追加css 共通部分*/

img{
  max-width: 100%;
}
.m-0{
  margin: 0!important;
}
.mt-0{
  margin-top: 0!important;
}
.mt-3em{
  margin-top: 3em!important;
}
.mt-10{
  margin-top: 10px!important;
}
.ml-1em{
  margin-left: 1em!important;
}



body.w-wide #subCol #lNav section ul.parent li span.has-arrow{
  position: relative;
  background: #e7f5fd;
  padding: 14px 14px 14px 27px;
}

body.w-wide #subCol #lNav section ul.parent li span.has-arrow::before{
  content:"";
  width:13px;
  height:15px;
  background:url(../images/icon_arrow-right_02.png) no-repeat;
  position: absolute;
  left:12px;
  top:19px;
}

body.w-wide #subCol #lNav section ul.parent li a.has-arrow{
  position: relative;

  font-feature-settings: "palt";
  /* letter-spacing:0.1em; */
  padding: 14px 14px 14px 27px;
  background:none;
}

body.w-wide #subCol #lNav section ul.parent li a.has-arrow::before{
  content:"";
  width:13px;
  height:15px;
  background:url(../images/icon_arrow-right_02.png) no-repeat;
  position: absolute;
  left:12px;
  top:19px;
}

.left-border-title{
  font-size: 18px;
  font-weight: bold;
  line-height:1;
  padding:8px 0 8px 16px;
  margin-bottom: 16px;
  position: relative;
}

.left-border-title::before{
  content:"";
  width:5px;
  height:100%;
  background-color:rgba(17,98,177);
  position: absolute;
  left:0;
  top:0;
}


.list-flex-nav{
  display: flex;
  flex-wrap: wrap;
}

.list-flex-nav li{
  margin-right: 60px;
  margin-bottom: 8px;
}

#ft-mainCol .externalJS:before{
  content:none!important;
}

#ft-mainCol .externalJS a{
  padding-right: 48px;
  background: url(../../assets/images/icon/icon_pdf_01.png) no-repeat 100% 0;
}


#ft-mainCol .explanationH {
  background: #110665;
  margin-top: 60px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
  padding: 15px 20px 12px;
}

#ft-mainCol .explanation {
  padding: 14px 19px;
  background: #ffffff;
  border: 1px solid #110665;
}

#ft-mainCol .explanation .listNav{
  margin-left: 0;
  margin-bottom: 0;
}

#ft-mainCol .explanation ul li{
  margin-bottom: 4px;
}


/*以上、追加css 共通部分*/


/*以下、追加css 会社案内*/
.message-sign{
  text-align: right;
  font-size: 14px;
  margin-top: 24px;
}
.message-sign span{
  font-weight: bold;
  font-size: 24px;
}

#ft-mainCol table.th-top{
  margin-bottom: 0;
}

#ft-mainCol table.th-top th{
  vertical-align: text-top;
  text-align: left;
}

#ft-mainCol .access-frame{
  padding:60px 0;
  background-color:rgba(252,250,244);
  margin-bottom: 50px;
}

#ft-mainCol .access-frame img{
  max-width: 675px;
  width:100%;
}

.history-section .gray-block{
  background-color:rgba(247,248,250);
  padding:80px 48px 48px;
}

.history-section .history-list{
  padding:16px 0 48px;
  position: relative;
}

.history-section .history-list::before{
  content:"";
  width:4px;
  height:100%;
  background: url('../images/history-border.png');
  background-size: cover;
  background-position: center;
  background-position: bottom;
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

.history-section .history-block{
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.history-section .history-block .p1{
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-weight: 700;
  color:#140078;
  font-size: 18px;
  line-height:1;
  margin-bottom: 12px;
}

.history-section .history-block .p1 span{
  font-size: 32px;
}

.history-section .history-block .p2{
  letter-spacing: 0;
}

.history-section .history-block .history-left,
.history-section .history-block .history-right{
  width:calc(50% - 50px);
}

.history-section .history-block .center{
  width:100px;
  position: relative;
}

.history-section .history-block .center::after{
  content:"";
  width:22px;
  height:22px;
  border-radius: 50%;
  background: url('../images/history-radi.png');
  background-size: cover;
  background-position: center;
  position: absolute;
  top:10px;
  left:0;
  right:0;
  margin:auto;
  z-index:2;
}

.history-section .history-block .history-left{
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.history-section .history-block .history-left .p1{
  transform: translateX(20px);
}
.history-section .history-block .history-right{
}

.history-section .history-block .history-right .p1{
  transform: translateX(-20px);
}


.QnA.toggle dd.p-20 {
  padding:20px 25px 20px 25px;
}

.QnA.toggle dd.p-20 ul.normal{
  margin-bottom: 0;
}
/*以上、追加css 会社案内*/


/*以下、追加css お問い合わせ*/

.contact-frame{
  max-width:960px;
  margin:0 auto;

}

.contact-frame *{
  box-sizing: border-box;
}

.contact-frame .step-frame{
  padding:24px 0;
  background-color:rgba(247,248,250);
  margin-bottom: 56px;
  margin-top: 56px;
}

.contact-frame .step-frame div::before{
  content:none;
}

.contact-frame .step-list{
  max-width:370px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.contact-frame .step-list::after{
  content:"";
  width:calc(100% - 32px);
  height:4px;
  background-color:rgba(218,218,218);
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  bottom:10px;
}

.contact-frame .step-block{

}

.contact-frame .step-block p{
  font-size: 20px;
  text-align: center;
  line-height:1;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-frame .step-block .radi-frame{
  width:24px;
  height:24px;
  margin:0 auto;
  position: relative;
}

.contact-frame .step-block .radi-frame .radi{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  border-radius: 50%;
  border:3px solid rgba(218,218,218);
  background-color:#fff;
  padding:3px;
  z-index:3;
  box-sizing: border-box;
}

.contact-frame .step-block .radi-frame .radi span{
  display: block;
  width:100%;
  height:100%;
  border-radius: 50%;
  background-color:rgba(218,218,218);
  /* box-sizing: border-box; */
}

.contact-frame .step-block.active p{
  color:#140078;
}

.contact-frame .step-block.active .radi-frame .radi{
  border:3px solid #140078;
}

.contact-frame .step-block.active .radi-frame .radi span{
  background-color:#140078;
}

.contact-frame .privacy-frame {
  overflow-y: scroll;
  width: 100%;
  border: 1px solid #cfcfcf;
  aspect-ratio: 1 / 0.32;
}

.contact-frame .externalJS:before{
  content:none!important;
}

.contact-frame .btn-w-470 {
  max-width: 470px;
  margin:56px auto 0;
}
.contact-frame .btnRound.function {
  width:100%;
  display:block;
  box-sizing: border-box;
  font-size: 1.1em !important;
  font-weight: normal;
  line-height: 1.5em;
  min-width: 120px;
  min-height: auto !important;
  padding: 16px 23px 14px 37px !important;
  color: #fff !important;
  border-radius: 2px;
  background: #006 url(../../assets/images/icon/icon_arrow-right_03.png) no-repeat 10px 50%;
  box-shadow: none;
  text-decoration: none;
}

.contact-frame .btnRound.function:hover{
  color:#006!important;
  background: #aeb8de url('../../assets/images/icon/icon_arrow-right_02.png') no-repeat 10px 50%;
}

.contact-frame table{
  table-layout: fixed;
  width:100%;
  border-collapse: collapse;
}

.contact-frame table th{
  width:24.3%;
  padding:24px 16px;
  vertical-align:top;
  background-color:rgba(242,242,242);
  border: 1px solid rgba(181,181,181);
  line-height:1.75;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0;
}

.contact-frame table td{
  vertical-align:top;
  width:75.7%;
  line-height:1.75;
  padding:24px 16px;
  border: 1px solid rgba(181,181,181);
  letter-spacing: 0;
}

.contact-frame table td p{
  line-height:1.5;
  margin-bottom: 24px;
}

.contact-frame .tel{
  color:#f40303;
  text-decoration:none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  pointer-events: none;
  margin-bottom: 16px;
}

/*以上、追加css お問い合わせ*/


/*以上、追加css プライバシー*/

.anchor-flat-list{

}

.anchor-flat-list li{
  display: inline-block;
  margin-right: 40px;
}
.anchor-icon{
  padding-left: 14px;
  background: url(../../assets/images/icon/icon_arrow-btm_01.png) no-repeat 0 0.45em;
}


.privacy-list li{
  margin-bottom: 1em;
}

.privacy-list .normal{
  margin-bottom: 0;
  margin-left: 0;
}

.privacy-list .normal li{
  padding-left: 0!important;
}
.privacy-list .ft-normal li{
  padding-left: 13px!important;
}

.privacy-list ul.paren{
  margin-top: 0;
}

ul.paren{
  margin-top: 1em;
}

ul.paren>li{
  padding-left: 2em;
  /* margin-left: 1.2em; */

  position: relative;
}

ul.paren li .number{
  position: absolute;
  display: inline-block;
  left: 0;
  white-space: nowrap;
}

/*以上、追加css プライバシー*/


/*以下、追加css お知らせ*/
dl.newsLine{
  border-bottom: 1px solid #c7c2b5;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
}

dl.newsLine dt {
  width: 15%;
  line-height: 1.7;
  box-sizing: border-box;
}
dl.newsLine dd {
  width: 82.4%;
  padding-left: 2.6%;
  box-sizing: border-box;
}

dl.newsLine .icmBlank{
  margin-left: -5px;
  padding-left: 3%;
}

dl.newsLine .externalJS::before{
  content:none!important;
}

dl.newsLine .externalJS a {
  padding-right: 48px;
  background: url(../../assets/images/icon/icon_pdf_01.png) no-repeat 100% 0;
}
.flexBox.news-single{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.flexBox.news-single::before,
.flexBox.news-single::after{
  content: none;
}

.flexBox.news-single .imgBox {
  max-width: 100%;
}
.flexBox.news-single .textBox {
  max-width: 100%;
  box-sizing: border-box;
}
/*以上、追加css お知らせ*/


@media screen and (min-width: 768px){
  .sp-only{
    display: none !important;
  }
  .flexBox.news-single .imgBox {
    width: 350px;
  }
  .flexBox.news-single .textBox {
    width: 570px;
  }
}/*@media screen and (min-width: 768px){*/


@media screen and (max-width: 767px){
  /*以下、追加css 共通部分*/
  .pc-only{
    display: none !important;
  }
  .flexBox.news-single .imgBox {
    text-align: center;
    margin-bottom: 30px;
  }

  #ft-mainCol .left-border-title{
    font-size: 16px;
    font-weight: bold;
    line-height:1;
    padding:4px 0 4px 12px;
    margin-bottom: 12px;
    position: relative;
  }

  .list-flex-nav{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .list-flex-nav li{
    margin-right: 0;
    margin-bottom: 8px;
  }
  /*以上、追加css 共通部分*/


  /*以下、追加css 会社案内*/
  #ft-mainCol .access-frame{
    padding: 0;
    margin-bottom: 40px;
  }

  .history-section .gray-block{
    background-color:rgba(247,248,250);
    padding:10.256vw 0 11.282vw;
  }

  .history-section .history-list{
    padding:2.051vw 0 11.538vw;
    position: relative;
  }

  .history-section .history-block{
    display: flex;
    justify-content: center;
    margin-bottom:2.564vw;
  }

  .history-section .history-block .p1{
    font-size: 3.462vw;
    margin-bottom: 3.077vw;
  }

  .history-section .history-block .p1 span{
    font-size: 6.154vw;
  }

  .history-section .history-block .p2{
    font-size: 3vw;
    margin-bottom: 1.538vw;
  }

  .history-section .history-block .p3{
    letter-spacing: 0;
    font-size: 3.077vw;
    line-height:1.5;
  }

  .history-section .history-block .history-left,
  .history-section .history-block .history-right{
    width:calc(50% - 5.128vw);
  }

  .history-section .history-block .center{
    width:10.256vw;
    position: relative;
  }

  .history-section .history-block .center::after{
    content:"";
    width:2.821vw;
    height:2.821vw;
    border-radius: 50%;

    position: absolute;
    top:2.5vw;
    left:0;
    right:0;
    margin:auto;
    z-index:2;
  }

  .history-section .history-block .history-left{
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  .history-section .history-block .history-left .p1{
    transform: translateX(12px);
  }
  .history-section .history-block .history-right{
  }

  .history-section .history-block .history-right .p1{
    transform: translateX(-12px);
  }

  /*以上、追加css 会社案内*/

  /*以下、追加css プライバシー*/
  .anchor-flat-list{

  }

  .anchor-flat-list li{
    display: block;
    margin-right: 40px;
  }
  /*以上、追加css プライバシー*/


  /*以下、追加css お問い合わせ*/
  .contact-frame .step-frame{
    padding:24px 16px;
    background-color:rgba(247,248,250);
    margin-bottom: 40px;
  }

  .contact-frame .step-list{
    max-width:370px;
  }

  .contact-frame .step-list::after{
    content:"";
    width:calc(100% - 32px);
    height:4px;
    background-color:rgba(218,218,218);
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    bottom:8px;
  }

  .contact-frame .step-block{

  }

  .contact-frame .step-block p{
    font-size: 16px;
    margin-bottom: 12px;
  }

  .contact-frame .step-block .radi-frame{
    width:20px;
    height:20px;
    margin:0 auto;
    position: relative;
  }

  .contact-frame .step-block .radi-frame .radi{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    border-radius: 50%;
    border:3px solid rgba(218,218,218);
    background-color:#fff;
    padding:3px;
    z-index:3;
  }

  .contact-frame .p1{
    margin-bottom: 6.154vw;
    font-size: 3.876vw;
  }

  .contact-frame .privacy-frame{
    aspect-ratio: 1 / 0.8;
  }

  .contact-frame table{
    table-layout: fixed;
    width:100%;
    border-top: 1px solid rgba(181,181,181);
  }

  .contact-frame table tr{
    display: flex;
    flex-direction: column;
  }

  .contact-frame table th{
    width:100%;
    padding:2.133vw 1.6vw;
    vertical-align:top;
    line-height:1.5;
    border-top:none;
    border-bottom:none;
    font-size: 3.467vw;
  }

  .contact-frame table td{
    width:100%;
    padding:2.133vw 1.6vw;
    font-size: 3.467vw;
  }

  .contact-frame table td p{
    line-height:1.5;
    font-size: 3.467vw;
    margin-bottom: 3.2vw;
  }

  /*以上、追加css お問い合わせ*/

  /*以下、追加css お知らせ*/
  dl.newsLine{
    border-bottom: 1px solid #c7c2b5;
    display: flex;
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  dl.newsLine dt {
    width: 100%;
    line-height: 1;
    padding-bottom: 1em;
  }
  dl.newsLine dd {
    width: 100%;
    padding-left: 4%;

  }

  dl.newsLine .icmBlank{
    margin-left: -3px;
    padding-left: 5%;
  }

  dl.newsLine .externalJS a {

  }

  .flexBox.news-single{
    flex-direction:column;
  }

  /*以上、追加css お知らせ*/

}/*@media screen and (max-width: 767px){*/
