@charset "UTF-8";

/*-------------------------
__style
-------------------------*/

#main #contents2 .page_title{ max-width: 1040px; margin: 0 auto;}
#main #contents2 .pic_title{ width:1040px!important; margin:0 auto 30px!important;}

.btn_list{
    margin-bottom: 15px;
}

.btn_list ul li{
    float:left;
	margin-right:25px;
    margin-bottom: 25px;
	width: 50%;
	width: calc((100% - 25px) / 2);
	width: -webkit-calc((100% - 25px) / 2);
	width: -moz-calc((100% - 25px) / 2);
	box-sizing:border-box;}

.btn_list ul li:nth-child(2n){ margin-right: 0;}

.btn_list ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}

.btn_list ul li a:hover{ filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}

.btn_list ul li:nth-child(1) a{ background-color: #f78085;}
.btn_list ul li:nth-child(2) a{ background-color: #0099f0;}
.btn_list ul li:nth-child(3) a{ background-color: #8ccd44;}
.btn_list ul li:nth-child(4) a{ background-color: #fdb006;}

.btn_list ul li a .icon{
    float: left;
    display: inline-block;
    width: 50px;
    height: 100px;
    border-radius: 0 100% 100% 0 / 50%;
    background: #ffffff;
    position: relative;}

.btn_list ul li a .icon img{
    width: auto;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;}

.btn_list ul li a .txt{
    float: left;
    margin-left: 20px;}

.btn_list ul li a .txt p.main_txt{
    font-weight: 700;
    font-size: 19px;
    margin:15px 0 10px;}

.btn_list ul li a .txt p.main_txt span{
    font-size: 26px;}

.btn_list ul li a .txt p.sub_txt{
    font-size: 14px;
    line-height: 20px;}

.btn_list ul li a .txt p.sub_txt span{
    display: block;}



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

#main #contents2 .page_title{ margin: 0 auto; padding: 0 10px;}
#main #contents2 .pic_title{ width:100%!important; margin:0 auto 10px!important;}

.btn_list ul li{
    float:none;
	margin-right:0;
    margin-bottom: 10px;
	width: 100%;}

.btn_list ul li a .icon{
    float: left;
    width: 40px;
    height: 80px;
    border-radius: 0 100% 100% 0 / 50%;
    background: #ffffff;
    position: relative;}

.btn_list ul li a .icon img{
    width: auto;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;}

.btn_list ul li a .txt{
    float: right;
    width: 100%;
    box-sizing: border-box;
    margin-left: -70px;
    padding-left: 70px;
    margin-right: 20px;}

.btn_list ul li a .txt p.main_txt{
    font-weight: 700;
    font-size: 13px;
    margin:10px 0 10px;}

.btn_list ul li a .txt p.main_txt span{
    font-size: 19px;}

.btn_list ul li a .txt p.sub_txt{
    font-size: 13px;
    line-height: 18px;}

.btn_list ul li a .txt p.sub_txt span{
    display: inline;}
    
}


.moving{}

.moving .basic_p{
    margin: 20px 0 0;
}

.moving .check_btn{
    text-align: center;
    width: 330px;
    margin: 15px auto 40px;
}

.moving .check_btn a{
    display: block;
    color: #00349f;
    border: 3px solid #00349f;
    font-size: 20px;
    text-decoration: none;
    font-weight: 700;
    padding: 20px 0 18px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;
}

.moving .check_btn a:hover{
    color: #fff;
    background-color: #00349f;
}

.bank_list{}

.bank_list ul{
    margin: 20px 0 30px;
}

.bank_list ul li{
    text-align: center;
    float:left;
	margin-right:10px;
    margin-bottom: 10px;
	width: 20%;
	width: calc((100% - 40px) / 5);
	width: -webkit-calc((100% - 40px) / 5);
	width: -moz-calc((100% - 40px) / 5);
	box-sizing:border-box;
}

@media screen and (min-width: 768px) {
.bank_list ul li:nth-child(5n){ margin-right: 0;}
}

.bank_list ul li a{
    display: block;
    box-sizing: border-box;
    border: 2px solid #ddd;
    background-color: #eaeaea;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 15px 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}

.bank_list ul li a:hover{ filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}


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

.moving .check_btn{
    text-align: center;
    width: 100%;
    margin: 10px auto 20px;}

.moving .check_btn a{
    font-size: 17px;}

.moving .basic_p{
    margin: 10px 0 0 0;}

.bank_list ul{
    margin: 10px 0 15px;}
    
.bank_list ul li{
    text-align: center;
    float:left;
	margin-right:10px;
    margin-bottom: 10px;
	width: 50%;
	width: calc((100% - 10px) / 2);
	width: -webkit-calc((100% - 10px) / 2);
	width: -moz-calc((100% - 10px) / 2);
	box-sizing:border-box;}

.bank_list ul li a{
    display: block;
    box-sizing: border-box;
    border: 2px solid #ddd;
    background-color: #eaeaea;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}


.bank_list ul li:nth-child(2n){ margin-right: 0;}
    
}