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

.s_photo{
width: auto;
height: 110px;
}

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

.ca_photo{
width: 104px;
height: auto;
}

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

body{
color: #3e3a39;
}

/*-------コンテンツ内設定-------*/
.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.2em;
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: 100%;
}

section.block{
width: 900px;
margin: 0 auto;
margin-top: 52px;
margin-bottom: 95px;
}

.leed_wrp{
text-align: center;
margin-bottom: 58px;
}

h2{
display: inline-block;
font-size: 20px;
color: #005bab;
line-height: 2em;
text-align: left;
}



.link_wrp a:first-of-type{
float: left;
}

.link_wrp a:nth-of-type(2){
float: right;
}

.link_wrp a:nth-of-type(3){
float: left;
margin-top: 20px;
}

.link_wrp a:last-of-type{
float: right;
margin-top: 20px;
}

.link_wrp a:hover{
opacity:0.6;
-webkit-transition: all 0.3s;
-webkit-font-smoothing: antialiased;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}

.link_wrp a{
display: table;
background-color: #2674b8;
border: #2674b8 solid 1px;
border-radius: 6px;
z-index: 100;
width: 440px;
overflow: hidden;
}

.link_wrp a img{
display: table-cell;
vertical-align: middle;
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
z-index: -9999;
}
.link_wrp a .background-area{
    padding: 20px;
    background: radial-gradient(#fff,#aac2ca);
    height: 197px;
}

.link_wrp a .img_size{
border-bottom-left-radius: inherit;
border-top-left-radius: inherit;
width: 115px;
margin: 0 auto;
display: block;
}

.link_wrp a p{
display: table-cell;
width: 217px;
vertical-align: middle;
font-size: 15px;
color: #fff;
text-align: center;
}

.small_txt{
font-size: 12px;
display: inline-block;
margin-bottom: 10px;
}



/*画面サイズ640px切り替え後の設定ーーーーーーーーーーーーーーー*/

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

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


section.block {
    margin: 52px auto 95px;
    width: 90%;
}

h2 {
    color: #005bab;
    display: inline-block;
    font-size: 20px;
    line-height: 2em;
    text-align: left;
}

h2 {
    color: #005bab;
    display: inline-block;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
}

.link_wrp a:first-of-type {
    float: none;
}

.link_wrp a {
    background-color: #2674b8;
    border: 1px solid #2674b8;
    border-radius: 6px;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}


.link_wrp a {
	*zoom: 1;
}

.link_wrp a:before,
.link_wrp a:after {
	display: table;
	line-height: 0;
	content: "";
}

.link_wrp a:after {
	clear: both;
}


.half_001 {
    display: block;
    height: auto;
    width: 50%;
	float: left;
}

.link_wrp a p {
    color: #fff;
    display: block;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    width: 50%;
	float: right;
	margin-top: 70px;
}

.link_wrp a .background-area {
    width: 50%;
    height: 20%;
    padding: 5% 10% 5% 12%;
}

.link_wrp a .img_size {
    width: 22.8vw;
    margin: 0 auto;
    height: 33vw;
}


.link_wrp a:nth-of-type(2) {
    float: none;
    margin-top: 20px;
}

.link_wrp a:nth-of-type(3) {
    float: none;
    margin-top: 20px;
    display: flex;
}

.link_wrp a:nth-of-type(3) p {
	margin-top: 50px;
}

.link_wrp a:last-of-type {
    float: none;
    margin-top: 20px;
}

.small_txt {
    display: inline-block;
    font-size: 10px;
    margin-bottom: 10px;
}







/*コピーライトエリア*/
.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;
}

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