@charset "utf-8";

/*-----------------------------------------------
	common
-----------------------------------------------*/
.mainTitBox.lazyloaded{ background:url(../img/title/bgConcept.jpg) top center / cover no-repeat;}
@media only screen and (max-width:767px){
    .mainTitBox.lazyloaded{ background:url(../img/title/bgConcept.jpg) top center / cover no-repeat;}
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secContent */
.Topbox{
    background: url(../img/concept/performance/Topback.jpg) center top /cover no-repeat;
    background-size: auto;
    height: 650px;
}
.Topbox .imgbox{
    padding-top: 199px;
}
#main .imgR{
    width: 100%;
    height: auto;
}
@media only screen and (max-width:767px){
	.Topbox{
        background: url(../img/concept/performance/TopbackSp.jpg) center top /cover no-repeat;
        background-size: cover;
        height: 400px;
        margin-top: 15px;
    }
    .Topbox .imgbox{
        width: 90%;
        margin: 0 auto;
        padding-top: 150px;
    }
}
/* .secSystembox */
.secSystembox{
    margin-top: 79px;
    text-align: center;
    margin-bottom: 50px;
}
/* btnlist */
.secSystembox .btnlist{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 100px;
    width: 1380px;
}
.secSystembox .btnlist .btn{
    display: block;
    margin-right: 40px;
}
.secSystembox .btnlist .btn:last-child{
    margin-right: 0;
}
/* @media only screen and (max-width:1350px){
    .secSystembox .btnlist .btn{
        display: block;
        margin-right: auto;
        width: 24%;
    }
    .secSystembox .btnlist .btn img{
        width: 100%;
        height: auto;
    }
} */
@media only screen and (max-width:1410px){
    .secSystembox .btnlist{
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    .secSystembox .btnlist .btn{
        display: block;
        margin-right: 20px;
    }
}
@media only screen and (max-width:767px){
    .secSystembox{
        margin-top: 79px;
        text-align: center;
        margin-bottom: 118px;
    }
    .secSystembox .btnlist{
        flex-wrap: wrap;
        margin-bottom: 60px;
        width: 92%;
    }
    .secSystembox .btnlist .btn{
        display: block;
        margin-right: auto;
        margin-bottom: 14px;
        width: 47.83%;
        /* max-width: 165px; */
    }
    .secSystembox .btnlist .btn:last-child{
        margin-right: 0;
    }
    .secSystembox .btnlist .btn:nth-child(2n){
        margin-right: 0;
    }
}
/* .box1 */
.secSystembox .box1{}
.secSystembox .box1 h3{
    margin-bottom: 30px;
}
.secSystembox .box1 ._{
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    border-bottom: unset;
}
.secSystembox .box1 .titbox{
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 5px;
}
.secSystembox .box1 .titbox .tit{
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}
.secSystembox .box1 ._2{
    width: 240px;
    height: 2px;
    background: #000;
    margin: 0 auto;
}
.secSystembox .box1 .txtbox{
    margin-top: 30px;
    margin-bottom: 66px;
}
.secSystembox .box1 .txtbox .txt{
    font-size: 17px;
    line-height: 40px;
}
@media only screen and (max-width:767px){
    .secSystembox{
    margin-top: 30px;
    margin-bottom: 70px;
}
    .secSystembox .box1{}
    .secSystembox .box1 h3{
    margin-bottom: 20px;
}
    .secSystembox .box1 ._{
    width: 19px;
}
    .secSystembox .box1 .titbox{
    width: 215px;
    margin-top: 12px;
    padding-bottom: 3px;
    margin-bottom: 0;
}
.secSystembox .box1 ._2{
    width: 140px;
    height: 1px;
    background: #000;
    margin: 0 auto 17px;
}
    .secSystembox .box1 .titbox .tit{
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0px;
}
    .secSystembox .box1 .txtbox{
    width: 92%;
    margin: 0 auto;
    text-align: left;
}
    .secSystembox .box1 .txtbox .txt{
    font-size: 13px;
    line-height: 25px;
}
.txt01{
    font-size: 12px;
    line-height: 40px;
}
}

/* listbox */
.listbox{
}
.listbox .box{
    
margin-bottom: 40px;
}
.listbox .box .titbox{
  height: 110px;
  background: #006253;
  text-align: center;
}
.listbox .box .titbox .tit{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    padding-top: 36px;
}
.listbox .box .titbox .tit .y_txt{
    color: #f5e149;
}
.listbox .box .titbox .tit .txtparts{
    font-weight: 400;
    letter-spacing: 4px;
}
.listbox .box .imgbox{
    margin-top: 39px;
}
.listbox .box .imgbox img{}
.listbox .box .txtbox{
    text-align: center;
    margin-top: 39px;
}
.listbox .box .txtbox .txt{
    font-size: 17px;
    line-height: 40px;
}
.txtMin{
    font-size: 12px;
    margin-top: 10px;
}
.listbox .box .txtbox .txt span{
    font-weight: bold;
}
.listbox .box2 .txtbox{
    margin-top: 40px;
}
.listbox .box2 .imgbox{
    margin-top: 40px;
}
.listbox .box3 .txtbox {
    text-align: center;
    margin-top: 38px;
}
.listbox .box3 .imgbox{
    margin-top: 38px;
}
.listbox .box3 .titbox .tit{
    letter-spacing: 1px;
}

@media only screen and (max-width:767px){
    .listbox{
        width: 92%;
    }
    #footer .listbox {
        width: 100%;
    }
    #spNavi .listbox{
        width: 100%;
    }
    .listbox .box{
         margin-bottom: 61px;
    }
    .listbox .box .titbox{
      height: 49px;
      background: #006253;
      text-align: center;
      margin-top: 35px;
    }
    .listbox .box .titbox .tit{
        font-size: 14px;
        line-height: 1.5;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1px;
        padding-top: 14px;
    }
    .txtMin{
        font-size: 11px;
        line-height: 19px;
    }
    .listbox .box .titbox .tit .y_txt{
        color: #f5e149;
    }
    .listbox .box .titbox .tit .txtparts{
        font-weight: 400;
        letter-spacing: 4px;
    }
    .listbox .box .imgbox{
        margin: 0 auto;
        margin-top: 23px;
        max-width: 284px;
    }
    .listbox .box .imgbox img{}
    .listbox .box .txtbox{
        text-align: left;
        margin-top: 15px;
    }
    .listbox .box .txtbox .txt{
        font-size: 13px;
        line-height: 1.95;
    }
    .listbox .box .txtbox .txt span{
        font-weight: bold;
    }
    .listbox .box2 .txtbox{
        margin-top: 16px;
    }
    .listbox .box3 .titbox .tit{
        letter-spacing: 0px;
    }
    .listbox .box2 .imgbox{
        margin: 0 auto;
        margin-top: 24px;
        max-width: unset;
    }
    .listbox .box3 .imgbox{
        margin-top: 23px;
        max-width: unset;
    }
}
.listbox .box .titbox01 {
    height: 100px;
    background: #fff;
    text-align: center;
    border: 1px solid #000;
    margin-top: 61px;
  }
.listbox .box .titbox01 .tit{
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.5px;
    padding-top: 28px;
}
.listbox .box .flexbox01{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.listbox .box .flexbox01 .box01{
    width: 670px;
    margin-bottom: 71px;
    margin-right: auto;
}
.listbox .box .flexbox01 .box01:nth-child(2n){
    margin-right: 0;
}
.listbox .box .flexbox01 .box01 .imgbox{
    margin-top: 0;
    height: 400px;
}
.listbox .box .flexbox01 .box01 .txtbox{
    text-align: left;
    margin-top: 28px;
}
.listbox .box .flexbox01 .box01 .txtbox .tit{
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 13px;
}
.listbox .box .flexbox01 .box01 .txtbox .txt{
    font-size: 15px;
    line-height: 2;
    letter-spacing: -0.1px;
}
@media only screen and (max-width:1450px){
    .listbox .box .flexbox01 .box01{
        width: 48%;
        margin-bottom: 71px;
        margin-right: auto;
    }
    .listbox .box .flexbox01 .box01 .imgbox{
        margin-top: 0;
        height: auto;
    }
    .listbox .box .flexbox01 .box01 .imgbox img{
        width: 100%;
        height: auto;
    }
    .listbox .box .flexbox01 .box01 .txtbox{
        text-align: left;
        margin-top: 28px;
    }
    .listbox .box .flexbox01 .box01 .txtbox .tit{
        font-size: 20px;
        line-height: 36px;
        font-weight: bold;
        padding-bottom: 13px;
    }
    .listbox .box .flexbox01 .box01 .txtbox .txt{
        font-size: 15px;
        line-height: 2;
        letter-spacing: -1.5px;
    }
}
@media only screen and (max-width:767px){
    .listbox .box .titbox01 {
        height: 50px;
        background: #fff;
        text-align: center;
        border: 1px solid #000;
        margin-top: 50px;
      }
    .listbox .box .titbox01 .tit{
        font-size: 14px;
        line-height: 2;
        font-weight: bold;
        color: #000;
        letter-spacing: 1px;
        padding-top: 10px;
    }
    .listbox .box .flexbox01{
        display: block;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .listbox .box .flexbox01 .box01{
        width: 100%;
        margin-bottom: 35px;
    }
    .listbox .box .flexbox01 .box01 img{
        width: 100%;
        height: auto;
    }
    .listbox .box .flexbox01 .box01:nth-child(2n){
        margin-right: 0;
    }
    .listbox .box .flexbox01 .box01 .imgbox{
        margin-top: 0;
        height: auto;
        max-width: unset;
    }
    .listbox .box .flexbox01 .imgbox .box01{
        width: 100%;
        margin-bottom: 71px;
        margin-right: auto;
    }
    .listbox .box .flexbox01 .box01 .txtbox{
        text-align: left;
        margin-top: 16px;
    }
    .listbox .box .flexbox01 .box01 .txtbox .tit{
        font-size: 16px;
        line-height: 1.8;
        font-weight: bold;
        padding-bottom: 10px;
    }
    .listbox .box .flexbox01 .box01 .txtbox .txt{
        font-size: 12px;
        line-height: 1.75;
        letter-spacing: -0.1px;
    }
}
.listbox .box2 .flexbox{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 40px;
    align-items: center;
    margin-bottom: 119px;
}
.listbox .box2 .flexbox .txtbox{
    text-align: left;
    margin-top: 0;
    width: 100%;
    margin-right: auto;
}
.listbox .box2 .flexbox .txtbox .txt{
    font-size: 17px;
    line-height: 40px;
}
.listbox .box2 .flexbox .imgbox{
    margin-top: 0;
    margin-left: 30px;
}
@media only screen and (max-width:767px){
    .listbox .box2 .flexbox{
        display: block;
        flex-wrap: nowrap;
        margin-top: 15px;
        align-items: center;
        margin-bottom: 71px;
    }
    .listbox .box2 .flexbox .txtbox{
        text-align: left;
        margin-top: 0;
        width: 100%;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .listbox .box2 .flexbox .txtbox .txt{
        font-size: 12px;
        line-height: 1.75;
    }
    .listbox .box2 .flexbox .imgbox{
        margin-top: 0;
        margin-left: 0;
    }
}
.listbox .box3 .titbox01{
    height: 100px;
    background: #fff;
    text-align: center;
    border: 1px solid #000;
    margin-top: 51px;
}
.listbox .box3 .flexbox{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    align-items: baseline;
    margin-bottom: 50px;
}
.listbox .box3 .flexbox .box{
    width: 670px;
    margin-bottom: 71px;
    margin-right: auto;
}
.listbox .box3 .flexbox .box:last-child{
    margin-right: 0;
}
.listbox .box3 .flexbox .box .imgbox{
    margin-top: 0;
    height: 400px;
}
.listbox .box3 .flexbox .box .txtbox{
    text-align: left;
    margin-top: 28px;
}
.listbox .box3 .flexbox .box .txtbox .tit{
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    padding-bottom: 13px;
}
.listbox .box3 .flexbox .box .txtbox .txt{
    font-size: 15px;
    line-height: 2;
    letter-spacing: -0.1px;
}
@media only screen and (max-width:767px){
    .listbox .box3 .titbox01{
        height: 50px;
        background: #fff;
        text-align: center;
        border: 1px solid #000;
        margin-top: 40px;
    }
    .listbox .box3 .flexbox{
        display: block;
        flex-wrap: nowrap;
        margin-top: 20px;
        align-items: baseline;
        margin-bottom: 50px;
    }
    .listbox .box3 .flexbox .box{
        width: 100%;
        margin-bottom: 31px;
        margin-right: auto;
    }
    .listbox .box3 .flexbox .box:last-child{
        margin-right: 0;
    }
    .listbox .box3 .flexbox .box .imgbox{
        margin-top: 0;
        height: auto;
    }
    .listbox .box3 .flexbox .box .txtbox{
        text-align: left;
        margin-top: 16px;
    }
    .listbox .box3 .flexbox .box .txtbox .tit{
        font-size: 16px;
        line-height: 1.8;
        font-weight: bold;
        padding-bottom: 13px;
    }
    .listbox .box3 .flexbox .box .txtbox .txt{
        font-size: 12px;
        line-height: 1.75;
        letter-spacing: -0.1px;
    }
}









/* 共通 */
/* <scroll >*/
@-webkit-keyframes sideItem {
	0%     { transform:translateX(0); }
	25%     { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
@keyframes sideItem {
	0%     { transform:translateX(0); }
	25%     { transform:translateX(10px) }
	50% { transform:translateX(0); }
	75% { transform:translateX(-10px); }
	100% { transform:translateX(0); }
}
@media only screen and (min-width:992px){
	.scrollItem::before{
		display: none;
	}
}
@media only screen and (max-width:767px){
    .cmnTit{
        font-size: 20px;
        padding: 15px 0;
        letter-spacing: 1.5px;
    }
    .cmnTxt{
        font-size: 18px;
        margin-top: 20px;
        letter-spacing: 1px;
    }
    .scrollItem{
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem.on::before {
        opacity: 1;
    }
    .scrollItem::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/concept/after/iconScroll.png) center center / 155px 103px no-repeat;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out 0.2s;
        transition: all 0.2s ease-out 0.2s;
        -webkit-animation: sideItem 1s linear infinite;
        animation: sideItem 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
}
/*< /scroll >*/
/* バナー */
.secConceptbner{
    padding-bottom: 90px;
}
.secConceptbner .box{
   display: flex;
   flex-wrap: nowrap;
   margin-bottom: 30px;
}
.secConceptbner .box .aBox{
    width: 100%;
    display: block;
    margin-right: 1px;
}
.secConceptbner .box .aBox:last-child{
    margin-right: 0px;
}
@media only screen and (max-width:767px){
    .secConceptbner{
        padding-bottom: 61px;
    }
    .secConceptbner .box {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }
    .secConceptbner .box .aBox:last-child {
        margin-left: 2.933%;
    }
}
._{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
@media only screen and (max-width:767px){
    ._{
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 10px;
        width: 92%;
    }
}

/* 230410 */
.secSystembox .box {
    border: 1px solid #006253;
    position: relative;
}
.secSystembox {
    margin-top: 80px;
    text-align: center;
    margin-bottom: 30px;
}
.toptxtbox {
    text-align: center;
    margin-top: 88px;
    margin-bottom: 66px;
}
.toptxtbox .txt {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
}
.box1Tit {
    font-size: 50px;
    font-weight: bold;
    margin-top: 42px;
}
.mainBoxTit {
    font-size: 25px;
    font-weight: bold;
    margin-top: 36px;
}
.mainBoxTxt {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    line-height: 2.375;
    margin-bottom: 39px;
}
.secSystembox .box1,
.secSystembox .box3,
.secSystembox .box5,
.secSystembox .box7
{
    margin-bottom: 150px;
}
.secSystembox .box2{
    margin-bottom: 80px;
}
.box2Tit {
    font-size: 50px;
    font-weight: bold;
    margin-top: 38px;
}
.secSystembox .box2 ._ {
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    border-bottom: unset;
}
.secSystembox .box2 h3 {
    margin-bottom: 30px;
}

.secSystembox .box3 {
    border: 1px solid #006253;
}
.secSystembox .box .titbox {
    height: 100px;
    background: #006253;
    text-align: center;
}
.box .titbox .tit {
    font-size: 25px;
    line-height: 100px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0px;
    padding-top: 0px;
}
.box01Con {
    display: flex;
    justify-content: space-between;
    padding: 70px 70px 70px 70px;
    align-items: center;
    position: relative;
}
.box01Con .txtbox {
    margin: 0;
    width: 735px;
    text-align: left;
}
.txtboxTit {
    font-size: 30px;
    font-weight: bold;
    position: relative;
}
.txtboxTit01_01 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin-top: 0px;
}
.box01Con .txtbox .txt {
    text-align: left;
    margin-top: 25px;
    line-height: 2;
    margin-right: 40px;
}
.box3 .box01Con .txtbox .txtboxTit.tit01{
    display: inline-block;
    width: 230px;
}
.box3 .box01Con .txtbox .txtboxTit.tit01_01 {
    display: inline-block;
}
.box .txtboxTit::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #000;
}
.box .txtbox .txt {
    font-size: 16px;
}
.txtboxCon{
    line-height: 1.5;
}
.box01Con:nth-child(2)::after {
    content: "";
    width: 1240px;
    height: 1px;
    background: rgb(204, 204, 204);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.box01Con:nth-child(3)::after {
    content: "";
    width: 1240px;
    height: 1px;
    background: rgb(204, 204, 204);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.box01Con:nth-child(4)::after {
    content: "";
    width: 1240px;
    height: 1px;
    background: rgb(204, 204, 204);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.box3 .box01Con .txtbox .txtboxTit.tit02 {
    display: inline-block;
    width: 325px;
}
.box3  .box01Con .txtbox .txtboxTit.tit03 {
    display: inline-block;
    width: 560px;
}
.secSystembox .box4 h3 {
    margin-bottom: 30px;
}
.secSystembox .box4 ._ {
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    border-bottom: unset;
}
.secSystembox .box4{
    margin-bottom:80px;
}
.secSystembox .box5 {
    border: 1px solid #006253;
}
.box5 .box01Con .txtbox .txtboxTit.tit01{
    display: inline-block;
    width: 340px;
}
.box5 .box01Con .txtbox .txtboxTit.tit02{
    display: inline-block;
    width: 505px;
}
.box5 .box01Con .imgbox.no2{
    margin-right: 90px;
}
.box5 .box01Con .txtbox .txtboxTit.tit03{
    display: inline-block;
    width: 395px;
}
.secSystembox .box6 h3 {
    margin-bottom: 30px;
}
.secSystembox .box6 ._ {
    width: 50px;
    height: 1px;
    background: #000;
    margin: 0 auto;
    border-bottom: unset;
}
.secSystembox .box6{
    margin-bottom:80px;
}
.secSystembox .box7 {
    border: 1px solid #006253;
}
.box7 .box01Con .txtbox .txtboxTit.tit01{
    display: inline-block;
    width: 485px;
}
.box7 .box01Con .txtbox .txtboxTit.tit02{
    display: inline-block;
    width: 470px;
}
.box7 .box01Con.spOnly{
    display: none;
}
.secConceptbner .box .aBox:last-child {
    margin-left: 0px;
}
.secConceptbner .titbox {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin: 110px auto 60px auto;
    position: relative;
    display: inline-block;
    width: 785px;
    line-height: 1.471;
}
.secConceptbner .titbox::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #000;
}
.secConceptbner {
    text-align: center;
}
.box01Con .imgbox.no1{
    margin-right: 24px;
}
.box01Con .imgbox.no2{
    margin-top:20px;
}
.box01Con .imgbox.no3{
    margin-top:20px;
}
.box3 .box01Con.con02{
    padding: 65px 70px;
}
.box3 .box01Con.con03{
    padding: 60px 70px 52px;
}
.box5 .box01Con.con01{
    padding: 98px 45px 102px 70px;
}
.box5 .box01Con.con02{
    padding: 36px 60px 54px 70px;
}
.box5 .box01Con.con03{
    padding: 70px 70px 90px 70px;
}
.box7 .box01Con.con01{
    padding: 50px 138px 70px 70px;
}
.box7 .box01Con.con02{
    padding: 40px 70px 50px 70px;
}
.secSystembox .box7 {
    margin-bottom: 30px;
}
@media only screen and (max-width:767px){
    .box .txtboxTit::after {
        height: 1px;
    }
    .secContent{
        width: 92%;
        margin: 0 auto;
    }
    .box7 .box01Con.spOnly{
        display: block;
    }
    .toptxtbox .txt {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.867;
    }
    .toptxtbox {
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .secSystembox {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 0px;
    }
    .secSystembox .btnlist {
        flex-wrap: wrap;
        margin-bottom: 30px;
        width: 100%;
    }
    .box1Tit {
        font-size: 25px;
        margin-top: 20px;
    }
    
    .mainBoxTit {
        font-size: 15px;
        margin-top: 20px;
    }
    .mainBoxTxt {
        font-size: 13px;
        margin-top: 20px;
        line-height: 1.923;
        text-align: left;
        margin-bottom: 20px;
    }
    .box2 .imgbox01{
        width: 102.613%;
    }
    .secSystembox .box1, 
    .secSystembox .box3, .secSystembox .box5, 
    .secSystembox .box7 {
        margin-bottom: 60px;
    }
    .secSystembox .box1 ._ {
        width: 30px;
    }
    .secSystembox .box2 ._ {
        width: 30px;
    }
    .secSystembox .box4 ._ {
        width: 30px;
    }
    .secSystembox .box6 ._ {
        width: 30px;
    }
    .secSystembox .box2 h3 {
        margin-bottom: 20px;
    }
    .box2Tit {
        font-size: 25px;
        margin-top: 20px;
    }
    .box3Tit {
        font-size: 25px;
        margin-top: 20px;
    }
    .box4Tit {
        font-size: 25px;
        margin-top: 20px;
    }
    .box5Tit {
        font-size: 25px;
        margin-top: 20px;
    }
    .box6Tit {
        font-size: 25px;
        margin-top: 20px;
    }
    .box7Tit {
        font-size: 25px;
        margin-top: 20px;
    }
    .secSystembox .box .titbox {
        height: 50px;
    }
    .box .titbox .tit {
        font-size: 13px;
        line-height: 50px;
        letter-spacing: 0px;
        padding-top:0px;
    }
    .secSystembox .box3 .titbox {
        height: 68px;
    }
    .box3 .titbox .tit {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0px;
        padding-top:14px;
    }
    .secSystembox .box2 {
        margin-bottom: 30px;
    }
    .box01Con {
        display: block;
        position: relative;
        padding: 30px 14px;
        text-align: center;
    }
    .secSupportbox .box1 .txtbox .txt{
        font-size: 13px;
        line-height: 25px;
    }
    .txtboxTit01_01 {
        font-size: 16px;
    }
    .txtboxCon {
        text-align: center;
    }
    .box01Con .txtbox {
        width: 100%;
        text-align: center;
    }
    .box01Con .txtbox .txt {
        text-align: left;
        margin-top: 20px;
        line-height: 1.923;
        margin-right: 0px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .box01Con:nth-child(2)::after {
        width: 315px;
    }
    .box01Con:nth-child(3)::after {
        width: 315px;
    }
    .box01Con:nth-child(4)::after {
        width: 315px;
    }
    .box01Con:nth-child(5)::after {
        width: 315px;
    }
    .txtboxTit {
        font-size: 16px;
    }
    .box3 .box01Con .txtbox .txtboxTit.tit01 {
        display: inline-block;
        width: 130px;
    }
    .box3 .box01Con .txtbox .txtboxTit.tit02 {
        display: inline-block;
        width: 176px;
        white-space: nowrap;
    }
    .box3 .box01Con .txtbox .txtboxTit.tit03 {
        display: inline-block;
        width: 304px;
    }
    .secSystembox .box4 h3 {
        margin-bottom: 20px;
    }
    .secSystembox .box4 {
        margin-bottom: 30px;
    }
    .box5 .box01Con .txtbox .txtboxTit.tit01 {
        display: inline-block;
        width: 186px;
    }
    .box5 .box01Con .txtbox .txtboxTit.tit02 {
        display: inline-block;
        width: 274px;
    }
    .box5 .box01Con .txtbox .txtboxTit.tit03 {
        display: inline-block;
        width: 208px;
    }
    .secSystembox .box6 {
        margin-bottom: 30px;
    }
    .box7 .box01Con .txtbox .txtboxTit.tit01 {
        display: inline-block;
        width: 272px;
    }
    .box7 .box01Con .txtbox .txtboxTit.tit02 {
        display: inline-block;
        width: 272px;
    }
    .box01Con.spNone{
        display: none;
    }
    .secSystembox .box7 {
        margin-bottom: 0px;
    }
    .secBnrMain {
        padding-top: 50px;
    }
    .secConceptbner {
        padding-bottom: 30px;
    }
    .secConceptbner .titbox {
        font-size: 14px;
        margin: 50px auto 30px auto;
        width: 325px;
        line-height: 1.571;
    }
    .secConceptbner .titbox::after {
        height: 1px;
        bottom: -5px;
    }
    .secConceptbner .box {
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    .secConceptbner .box .aBox {
        margin-bottom: 10px;
    }
    .secConceptbner .box .aBox {
        width: 100%;
        display: block;
    }
    .box01Con .imgbox.no1 {
        margin-top:20px;
        margin-right: 0px;
    }
    .box3 .box01Con.con02 {
        padding: 30px 14px;
    }
    .box3 .box01Con.con03 {
        padding: 30px 14px;
    }
    .box5 .box01Con.con01 {
        padding: 30px 14px;
    }
    .box5 .box01Con.con02 {
        padding: 30px 14px;
    }
    .box5 .box01Con .imgbox.no2 {
        margin-right: 0px;
    }
    .box5 .box01Con.con03 {
        padding: 30px 14px;
    }
    .box7 .box01Con.con01 {
        padding: 30px 13.5px;
    }
    .box7 .box01Con.con02 {
        padding: 30px 14px;
    }
    .secContent #box03 .btnMain {
        width: 18px;
        height: 18px;
        top: 25px;
        right: 6px;
    }
}
@media only screen and (max-width:360px){
    .toptxtbox .txt {
        font-size: 14px;
    }
    .box1Tit {
        font-size: 22px;
    }
    .box2Tit {
        font-size: 22px;
    }
    .txtboxTit {
        font-size: 14px;
    }
    .txtboxTit01_01 {
        font-size: 14px;
    }
    .box3 .box01Con .txtbox .txtboxTit.tit03 {
        width: 261px;
    }
    .box5 .box01Con .txtbox .txtboxTit.tit01 {
        width: 159px;
    }
    .box5 .box01Con .txtbox .txtboxTit.tit02 {
        width: 240px;
    }
    .box01Con:nth-child(2)::after {
        width: 280px;
    }
    .box01Con:nth-child(3)::after {
        width: 280px;
    }
    .box01Con:nth-child(4)::after {
        width: 280px;
    }
    .secConceptbner .titbox {
        font-size: 13px;
        margin: 30px auto 30px auto;
        width: 295px;
    }
}