@charset "UTF-8";

/* 2025追加
------------------------------------------------------------------------*/

/* freeEdit01直下から移動分
------------------------------------------------------------------------*/

.freeEdit01 h2.banner_ttl{
  margin-top: 0;
}


#block_00 .bg_02{
background: #333;
}
#block_00 .bnr_box {
  padding: 50px 0 50px 0;
}
#block_00 h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 28px;
}
#block_00 .bnr_box ul{
  display: flex;
  justify-content: center;
}
#block_00 .bnr_box li{
  margin: 0 15px;
}
#block_00 .bnr_box a:hover{
  opacity: 0.7;
}
#block_00 .bnr_box li.txtlink{
  width: 100%;
}
#block_00 .bnr_box li.txtlink a{
    color: #fff;
    display: block;
    padding-top: 8px;
}

@media screen and (max-width:768px) {

 #block_00 h3 {
  font-size: 16px;
}
  #block_00 .bnr_box ul{
    display: block;
  }
  #block_00 .bnr_box li{
    display: block;
    margin-bottom: 30px;
  }
  #block_00 .bnr_box li.txtlink{
    margin-bottom: 0;
  }
}

/* agent_smart用
------------------------------------------------------------------------*/

/* agent layout.cssから移動分
------------------------------------------------------------------------*/
/* agent banner */
#ctbase .agent #banner {
  padding: 170px 0 100px;
  background: url("../img/agent/mv-aps-01.jpg") no-repeat center right;
  background-size: cover;
}

#ctbase .agent #banner .banner_ttl {
  font-size: 46px;
  padding: 20px 0 30px;
}


#ctbase .agent .txt_note {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin: 55px auto 45px;
  padding-bottom: 22px;
  border-bottom: 5px solid #fff;
  width: 530px;
}

#ctbase .agent .txt_note span {
  vertical-align: baseline;
  display: inline-block;
}

#ctbase .agent .txt_note .txt_number { font-size: 100px; }

#ctbase .agent .txt_note .txt_01 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  color: #004b8b;
  vertical-align: top;
  padding: 14px 0 10px;
  width: 200px;
  background: #fff;
}

#ctbase .agent .txt_note .txt_02 { font-size: 38px; }








/* agent デザイン追加分
------------------------------------------------------------------------*/


/*

#ctbase .functions {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

*/

#ctbase .functions > li {
  padding: 0;
  float: left;
  width: 48%;
  background: #f9f9f9;
  vertical-align: top;
}

#ctbase .functions > li:first-child{
    margin-right: 2%
}
#ctbase .functions > li:last-child{
    margin-top: 40px;
}
#ctbase .functions li h3 {
  color: #fff;
  padding: 3px 10px;
  background: #336abb;
  margin: 0;
}


#ctbase .functions li ol{
  padding: 5px 20px 20px 20px;
}
#ctbase .functions li li {
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

#ctbase .functions li li::before {
  font-size: 6px;
  color: #336abb;
  padding-right: 5px;
  content: "●";
}

#ctbase .functions li dd a { color: #336abb; }

#ctbase .functions li dd a::before {
  margin-left: 10px;
  content: ">";
}


#ctbase .functions.function2 li ol{
  display: flex;
  flex-wrap: wrap;
}
#ctbase .functions.function2 li li {
  width: 50%;
}
@media screen and (max-width: 767px) {

#ctbase .functions.function2 li li {
  width: 100%;
}
}





/* スマホ対応
------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {


/* agent sp_inpage.cssから移動分
------------------------------------------------------------------------*/
#ctbase .lh_32 {
    line-height: 24px;
}
#ctbase .txt_12 {
  padding: 0 20px;  
}
/* banner */
#ctbase .agent #banner {
  padding: 10% 0; 
}
#ctbase .agent #banner .banner_ttl {
    font-size: 22px;
    padding: 20px 0 0px;
}
/**/

/* agent sp_layout.cssから移動分
------------------------------------------------------------------------*/
#ctbase .agent #block_02 { padding-bottom: 8%; }
#ctbase .agent .b_ttl {
  font-size: 18px;
  line-height: 32px;
  padding-top: 25px;
}

#ctbase .agent .b_ttl span:before {
  width: 150px;
  height: 7px;
}

#ctbase .agent .b_ttl span { font-size: 28px; }





#ctbase .agent #block_07 .box_btns {
    padding: 20px 0 30px;
}
#ctbase .agent .txt_note {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fff;
    width: 100%;
    margin: 20px auto 20px;
}
#ctbase .agent .txt_note span {
  vertical-align: text-top;
}
#ctbase .agent .txt_note .txt_01 {
    font-size: 13px;
    width: 130px;
    padding: 6px 0 6px;
    vertical-align: bottom;
}
#ctbase .agent .txt_note .txt_02 {
    font-size: 20px;
}
#ctbase .agent .txt_note .txt_number {
    font-size: 40px;
    vertical-align: sub;
}






}/*スマホ対応終了*/

/* agent デザイン追加分
------------------------------------------------------------------------*/
#ctbase .feature > div {
  width: 750px;
  margin:0 auto;
  margin-bottom: 70px;
}
#ctbase .feature > div dl,
#ctbase .feature > div> div {
    float: right;
    width: 450px;
    padding-top: 20px;
}

#ctbase .feature .txt_16 {
    text-align: left;
    margin: 0 0 30px;
}


#ctbase .feature > div img{ 
  width: 280px;
  height: auto;
}

@media screen and (max-width: 767px) {
#ctbase .feature > div,
#ctbase .feature > div dl {
  width: 100%;
  float: none;
}

#ctbase .feature > div> div {
    width: 100%;
    padding: 10px;
    float: none;
}

#ctbase .feature > div img{
  width: 100%;
  height: auto;
}
}



/*202207 変更対応*/
#ctbase #block_02 ul.txt_16 li::before {
    font-size: 6px;
    color: #336abb;
    padding-right: 5px;
    content: "●";
}
#ctbase #block_02 ul.txt_16{
  margin: 0 40px 40px 40px;
}

.box_features .h3_title{
  line-height: 2.2rem;
}






