@charset "UTF-8";

/*メイン画像*/
.main_area {
    width: 100%;
    position: relative;
}
.main_area h2 {
    padding: 50px 0;
    text-align: center;
}


/*ご利用各種手続き*/
.riyo_wrap {
    max-width: 1000px;
    margin: 50px auto 0;
}
#content_Wrap .riyo_wrap h2 {
    font-weight: 600;
    text-align: center;
    font-weight: 400;
    font-size: 3rem;
    margin-bottom: 70px;
}
.riyo_wrap .text {
    margin: 0 auto 50px;
}
.riyo_wrap .text h3 {
    font-size: 2.2rem;
    text-align: left;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    color: #333;
    font-weight: 600;
}
.riyo_wrap .text p {
    line-height: 1.8;
}
.riyo_wrap .text p strong {
    color: #ad1414;
}
table {
    width: 100%;
    margin: 30px auto;
}
table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 10px;
	width: 30px;
	height: 25px;
    font-size: 1.5rem;
}
th {
	background: #f4f4f4;
    text-align: center;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
table tr td:nth-child(1) { width: 34%;}
table tr td:nth-child(2) { width: 44%;}
table tr td:nth-child(3) { width: 24%;}



/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 960px) {

    /*メイン画像*/
    .main_area div .txt {
        max-width: 40%;
        right: 50px;
    }

}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {
    
    /*メイン画像*/
    .main_area {
    }
    .main_area h2 {
        padding: 40px 0;
    }
    .main_area div .txt {
        top: 15px;
        right: 10px;
        max-width: 50%;
    }
    
    /*ご利用・各種手続き*/
    .riyo_wrap {
        max-width: 90%;
    }
    td, th {
        font-size: 1.3rem;
        padding: 5px;
    }
    /*
    .table_wrap table {
        width: 900px;
        margin: 20px 50px 40px 0;
    }
    .table_wrap{
        overflow-y: scroll;
        white-space: nowrap;
    }
    .table_wrap::-webkit-scrollbar{
        height: 5px;
    }
    .table_wrap::-webkit-scrollbar-track{
        background: #F1F1F1;
    }
    .table_wrap::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }*/


}
