@charset "utf-8";
/* CSS Document */
img {
    max-width: 100%;
    display: block;
    height: auto;
}

#about{
    padding-bottom: 50px;
}

#about .ttl-eng-z{
line-height: 0.8;
display:inline-block;   
}


#about .about-box{
    background-color: #fff;
    padding-top: 20px;
}
#about .title p {
    font-size: 0.8em;
}

#about .list{
    border-top: dotted 4px #AFD5B5;
    padding: 50px 0;
}



.list .box{
    /*border: 1px solid #f28303;*/
    border: 1px solid #e3e3e3;
    
}
/*.list h3{
    text-align: center;
    font-weight: bold;
    display: block;
　　font-size: 14px !important;
    padding-top: 10px;
}*/

.list h3 {
    font-weight: bold;
    display: block;
    font-size: 20px !important;
    width: 80%;
    margin: auto;
    /*padding-left: 1em;
    text-indent: -1em;*/
    text-align: center;
}

.tx-box img{
   /*width: 100%;*/
    }
.tx-box{
   /*background: #FCF8F4;*/
    background: #fff0e1;
   /*border-top: 1px solid #f28303;*/
   padding: 20px;
   border-top: 1px solid #e3e3e3;
  
}
.close-bt{
    padding: 15px;
   
}
/*flexbox*/
.list{
  height: 100%;
  justify-content: center;
  align-items: center;
}
.list .box{
   
}
.close-bt{
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

}
.tx-inner{
    display: flex;
    /*flex-flow: row nowrap;*/
}

.tx-inner,.ttl-inner{
    padding: 10px;
}

.ttl-inner {
    /*background: #f28303;*/
    background: #e3e3e3;
    padding: 20px 0px;
}

/*inner-text*/
.inner-txt {
    width: 50%;
}

.inner-txt p {
    padding-left: 1em;
    text-indent: -0.5em;
}

.inner-txt a {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    color: #f28303;
}




.inner-img {
    width: 50%;
    padding: 10px;
}

.flex {
    display: flex;
}

.inner-img img {
    /*height: 50%;*/
    padding: 0 5px;
}

.step1 {
    width: 100%;
    margin: auto;
}

.step3 {
    width: 100%;
    margin: auto;
}

.step5 {
    width: 100%;
    margin: auto;
}

/*.step1 {
    width: 90%;
}

.step2 {
    width: 80%;
}

.step4 {
    width: 70%;
}*/

/*.step3 {
    width: 70%;
}

.step4 {
    width: 70%;
}*/

.inner-img ul {
    display: flex;
    flex-wrap: wrap;
}

.inner-img ul li {
    width: 50%;
    margin-bottom: 25px;
}

.center {
    text-align: center;
}


/*arrow*/
.arrow01 {
     /*width: 30px;
     height: 30px;
     border: 5px solid;
     border-color: #565656 #565656 transparent transparent;
     transform: rotate(135deg);*/
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f28303;
    margin: 30px auto 40px;
}



/*table*/
.inner-tbl img {
    margin: 0 10px;
}

.inner-tbl {
    border-collapse: collapse;
    border: 1px solid;
}

.inner-tbl tr {
    border-bottom: 1px solid;
}

.inner-tbl th {
    border-right: 1px solid;
    padding: 10px;
}

.inner-tbl td {
    background: #fff;
}

.inner-tbl p {
    margin-bottom: 0;
    padding: 5px;
    text-indent: 0;
}

.inner-tbl th {
    background: #b4eaff;
    text-align: center;
}

.credit {
    width: 25%;
}

.credit-list {
    display: flex;
    width: 95%;
}


.credit-list img {
    display: inline;
}

.card-box {
    padding: 0 2px;
}

.card-list p span {
    margin-bottom: 0;
    color: #c00;
}

.card-txt p {
    color: #c00;
    margin-bottom: 0;
    text-indent: 0;
}


/*.inner-tbl02 img {
    width: 10%;
    margin: 0 5px;
}

.inner-tbl02 {
    border-collapse: collapse;
    border: 1px solid;
}
.inner-tbl02 tr {
    border-bottom: 1px solid;
}

.inner-tbl02 th,td {
    border-right: 1px solid;
    padding: 10px;
}

.inner-tbl02 th {
    background: #b4eaff;
}/*

/*bank-list*/
.bank-list p {
    margin-bottom: 0;
    color: #c00;
    text-indent: 0;
}

.bank-list ul {
    display: flex;
}

.bank-list ul li {
    margin: 0 5px;
}

.bank-list img {
    width: 90%;
    /*margin: 5px;*/
}

bank-txt {
    color: #c00;
    margin-bottom: 0;
}

bank-txt a {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    color: #f28303;
}
