@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;}

#rate {
   width: 1040px;
   margin:10px 0 30px;}

table#fixed_area {
   width: 180px;
   float: left;
   border-collapse: collapse;
   border: 4px solid #ddd;}

table#fixed_area tr th{
    border: 1px solid #ddd;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 17px;
    text-align: center;}

#fixed_area tr{
    background-color: #f5f5f5;}

#fixed_area tr:nth-child(2n){
    background-color: #fff;}

table#fixed_area tr.main_title th{
    height: 70px;}

#fixed_area tr th img{
    width:auto;
    height:40px;}

#move_area {
   width:860px;
    float: right;}

#move_area table{
    border-collapse: collapse;
    border-top: 4px solid #ddd;
    border-right: 4px solid #ddd;
    border-bottom: 4px solid #ddd;}

#move_area table tr{
     background-color: #f5f5f5;}

#move_area table tr th,
#move_area table tr td{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    width: 9.5%;
    height: 50px;
    border: 1px solid #ddd;
    box-sizing: border-box;}

#move_area table tr th{
    padding: 5px 0;
    height: 70px;
    box-sizing: border-box;}

#move_area table tr td{
    height: 50px;
    padding:15px 10px;
    box-sizing: border-box;}

#move_area table tr:nth-child(2n){
    background-color: #fff;}

/*#move_area table tr th:nth-child(2),
#move_area table tr th:nth-child(4),
#move_area table tr th:nth-child(6),
#move_area table tr th:nth-child(8),
#move_area table tr th:nth-child(10){
    border-left: 4px solid #ddd;}*/

#move_area table tr th:nth-child(3),
#move_area table tr th:nth-child(5),
#move_area table tr th:nth-child(7),
#move_area table tr th:nth-child(9),
#move_area table tr th:nth-child(11){
    border-left: 4px solid #ddd;}

/*#move_area table tr td:nth-child(2),
#move_area table tr td:nth-child(4),
#move_area table tr td:nth-child(6),
#move_area table tr td:nth-child(8),
#move_area table tr td:nth-child(10){
    border-left: 4px solid #ddd;}*/

#move_area table tr td:nth-child(3),
#move_area table tr td:nth-child(5),
#move_area table tr td:nth-child(7),
#move_area table tr td:nth-child(9),
#move_area table tr td:nth-child(11){
    border-left: 4px solid #ddd;}


.attention{
    font-size: 1.4em;
    line-height: 1.8em;
    margin-bottom: 30px;}

.text_red{ color:#FF0004;}
.text_black{ }
.text_blue{ color:#0018AF;}

.btn_list{
    margin-bottom: 30px;}

.btn_list ul li{
    width: 490px;}

.btn_list ul li:nth-child(1){ float: left;}
.btn_list ul li:nth-child(2){ float: right;}

.btn_list ul li a{
    display: block;
    text-decoration: none;
    background: linear-gradient(to top,#f57c00,#ff9600);
    border-radius: 5px;
    box-sizing: border-box;}

.btn_list ul li:nth-child(1) a .btn_icon{
    width:100%;
    height:100%;
    background-image: url("images/btn_icon01.png");
    background-repeat:no-repeat;
    background-position: right bottom;
    background-size: 120px 120px;}

.btn_list ul li:nth-child(2) a .btn_icon{
    width:100%;
    height:100%;
    background-image: url("images/btn_icon02.png");
    background-repeat:no-repeat;
    background-position: right bottom;
    background-size: 120px 120px;}

.btn_list ul li a .btn_com{
    padding: 30px;
    color:#fff;}

.btn_list ul li a .btn_com p.btn_title{
    font-size: 2.3em;
    margin-bottom: 10px;}

.btn_list ul li a .btn_com p.btn_text{
     font-size: 1.4em;
    line-height: 1.5em;}

@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;}

#rate {
   width: 100%;
   margin:10px 0 10px;
    position: relative;}
    
.attention{
    font-size: 1.3em;
    line-height: 1.7em;}

table#fixed_area {
   width: 120px;
   float: left;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;}

table#fixed_area tr th{
    font-size: 1.3em;
    line-height: 1.2em;
    height: 40px;}
    
#fixed_area tr th img{
    width:auto;
    height:30px;}

#move_area {
    z-index: 0;
    width:100%;
    float: right;
    padding-left: 120px;
    margin-left: -120px;
    box-sizing: border-box;
    overflow-x: scroll;}

#move_area table tr th,
#move_area table tr td{
    font-size: 1.3em;
    line-height: 1.2em;}
    
#move_area table tr td{
    height: 40px;
    padding:0 10px;
    box-sizing: border-box;}

.attention{
    font-size: 1.3em;
    line-height: 1.5em;}
    
.btn_list{
    margin-bottom: 20px;}

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

.btn_list ul li:nth-child(1),
.btn_list ul li:nth-child(2){ float: none;}

.btn_list ul li:nth-child(1) a .btn_icon{
    width:100%;
    height:100%;
    background-image: url("images/btn_icon01.png");
    background-repeat:no-repeat;
    background-position: right bottom;
    background-size: 90px 90px;}

.btn_list ul li:nth-child(2) a .btn_icon{
    width:100%;
    height:100%;
    background-image: url("images/btn_icon02.png");
    background-repeat:no-repeat;
    background-position: right bottom;
    background-size: 90px 90px;}

.btn_list ul li a .btn_com{
    padding: 20px;
    color:#fff;}

.btn_list ul li a .btn_com p.btn_title{
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: 700;}

.btn_list ul li a .btn_com p.btn_text{
     font-size: 1.3em;
 line-height: 1.5em;}

    
.swipe{ width: 100%;}
.swipe .icon{ width: 80px; float: left;}
.swipe .icon img{ width: 100%; height: auto;}
.swipe .basic_p{ width: 100%; margin-left: -100px; padding-left: 100px; box-sizing: border-box; float: right;}
}