@charset "UTF-8";

@import url("../../common/css_js/pc.css");


ul#main_nav li:nth-child(1){
	border-bottom:0!important;
	border-bottom: 2px solid #999!important;
	border-top:0!important;
}
ul#main_nav li:nth-child(1) a{
	padding: 20px 0 35px!important;
}

ul#main_nav li:nth-child(4){
	border-bottom:0;
	border-top:#81a1ff 3px solid;
	border-bottom:#FFF 3px solid;
}
ul#main_nav li:nth-child(4) a{
	padding: 17px 0 35px;
}



.mi_gray_bottom{
	color: #2966b6;
	font-size: 123.1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	font-weight: bold;
	padding-bottom: 0.4em;
}

.flow_table{ width: 780px; }

.flow_table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../img/flow_box_bg1.jpg);
	background-position: left bottom;
	padding-bottom: 31px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 780px;
	background-repeat: no-repeat;
}
/*add20181204*/
.flow_table_no6 td{
	background-image: url(../img/flow_box_bg2.jpg);
}
.flow_table td.last{
	background-image: url(../img/flow_table_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}.flow_table td img{
	float: left;
}
.flow_table td .blue_text{
	float: left;
	width: 505px;
	/* padding-top: 25px; */
	padding-left: 25px;
	font-weight: bold;
	color: #2966b6;
	font-size:123.1%;
}
.flow_table td .flow_table_text{
	float: left;
	width: 505px;
	padding-left: 25px;
}
.box1 {
	background-image: url(/img/index_box1_bg.gif); 
	background-repeat: repeat-y;
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
}
.box1 .text1 {
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px;
	padding-bottom: 0px;
}

table.teble_list1 td{
	/* min-height: 330px; */
}

a.button-56 {
    display: inline-flex !important; 
    justify-content: center;
    align-items: center;
    min-width: 350px;
    margin: 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #3366ff;
    color: #fff;
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: 0.10em;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
}

.button-56:hover {
    background-color: #2356ef;
}

.button-56::after {
    width: 1.25em;
    height: 1.25em;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	 background-size: contain; 
    background-repeat: no-repeat;
    content: '';
}
	