/* ===================
イメージのハーフサイズ設定
===================*/
.half_001{
width: 74px;
height: auto;
}

.half_002{
width: 60px;
height: auto;
}

/* ===================*/



/*-------コンテンツ内設定-------*/
.m_title_wrp{
width: 100%;
background: #003893;
background: -moz-linear-gradient(left, #003893 0%, #003893 50%, #337cbc 51%, #337cbc 100%);
background: -webkit-linear-gradient(left, #003893 0%,#003893 50%,#337cbc 51%,#337cbc 100%);
background: linear-gradient(to right, #003893 0%,#003893 50%,#337cbc 51%,#337cbc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003893', endColorstr='#337cbc',GradientType=1 );
}

h1{
width: 1100px;
height: 79px;
text-align: center;
font-size: 23px;
color: #fff;
letter-spacing: 0.3em;
background-image: url(../img/shared/main_title_bk.gif);
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto;
padding-top: 25px;
}


.content{
width: 900px;
margin: 0 auto;
}

/*--▼▼▼サブナビ設定▼▼▼--*/

.sub_nav_wrp{
background-color: #d9e6f2;
width: 100%;
}

.sub_nav_in_wrp{
display: table;
margin: 0 auto;
padding: 12px 0;
}

.sub_nav_in_wrp li{
display: table-cell;
width: 254px;
vertical-align: middle;
text-align: center;
border-left: #005bab solid 1px;
}

.sub_nav_in_wrp li + li{

}

.sub_nav_in_wrp li a{
font-size: 15px;
display: inline-block;
color: #005bab;
padding: 5px 0;
line-height: 1.4;
}

.sub_nav_in_wrp li:last-of-type{
border-right: #005bab solid 1px;
}

.sub_nav_in_wrp li a:hover{
opacity:0.6;
-webkit-transition: all 0.3s;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}
/*--▲▲▲サブナビ設定▲▲▲--*/



.leed_box{
text-align: center;
margin-top: 35px;
margin-bottom: 60px;
}

h2{
display: inline-block;
font-size: 15px;
line-height: 1.7em;
text-align: left;
}

.dwl_wrp{
text-align: center;
margin-bottom: 70px;
}

.dwl_wrp a{
display: inline-block;
width: 480px;
padding: 40px 60px;
padding-bottom: 20px;
border: #005bab solid 1px;
border-radius: 6px;
}

.dwl_wrp a:hover{
background-color: #d9e6f2;
-webkit-transition: all 0.3s;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}

.dwl_wrp a img{
width: 60px;
height: auto;
float: left;
}

.dwl_wrp a div{
float: right;
color: #005bab;
text-align: left;
}

.dwl_wrp a div p{
margin-bottom: 15px;
letter-spacing: 0.07em;
}
/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/

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

h1 {
    background-image: url("../img/shared/sp_main_title_bk_code_dwl.gif");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    height: inherit;
    letter-spacing: 0.3em;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
	line-height: 1.4;
}

.content {
    margin: 0 auto;
    width: 90%;
}

.sub_nav_wrp {
display: none;
}

.dwl_wrp a{
display: inline-block;
width: 100%;
padding: 20px 15px;
padding-bottom: 20px;
border: #005bab solid 1px;
border-radius: 6px;
}

.dwl_wrp a div {
    color: #005bab;
    float: right;
    text-align: left;
    width: 72%;
}

.dwl_wrp a div p {
font-size: 15px;
}

.dwl_wrp a div p:last-of-type{
margin-bottom: 0;
line-height: 1.4;
}

/*コピーライトエリア*/
.small_in_wrp {
    margin: 0 auto;
    padding: 23px 0px 30px;
    width: 95%;
}

.small_in_wrp .l_wrp {
    display: table;
    float: none;
}

.small_in_wrp .r_wrp {
    float: none;
}

.small_in_wrp .r_wrp p {
    color: #727171;
    font-size: 11px;
    padding-top: 10px;
	text-align: center;
}

.small_in_wrp .l_wrp p {
line-height: 1.4;
}

}/*レスポンシブ閉じタグ*/