@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   全国の信用金庫ご紹介 master.css
 *
 ********************************************************************** */


/* 基本設定
======================================================= */

* {
    margin: 0;
    padding: 0;
}
html { font-size: 62.5%; }
body {
    font: 1.0rem;
    line-height: 2; 
    position: relative;
    min-width: 980px;
    text-align: left;
    color: #333;
    background: #fff;
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","游ゴシック体", YuGothic,"游ゴシック Medium", "Yu Gothic Medium","游ゴシック", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #15c;
}
a:hover,
a:active {
    text-decoration: none;
    color: #15c;
}

address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}

p {   
    font-size: 16px; 
    font-size: 1.6rem; 
}

ul {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}



/* header設定
======================================================= */

header {
    padding: 0;
    background: url(../img/bg_header.jpg) 50% bottom no-repeat;
    background-size: cover;
}
header .inner {
    width: 980px;
    margin: 0 auto;
    background: url(../img/bg_headin.png) 0px 5px no-repeat;
    padding: 0 0 50px;
    overflow-x: hidden;
}
header .btn {
    float: right;
    width: 300px;
    margin: 0 0 10px 0;
}
header .btn a,
header .btn a:visited {
    display: block;
    background: #009143;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
}
header .btn a span {
    background: url(../img/ico_blank.png) right 50% no-repeat;
    padding: 0 20px 0 0;
}
header .logo {
    clear: both;
    text-align: center;
    margin: 0 0 25px;
}
header .siteid {
    text-align: center;
    color: #333;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.3;
}


/* nav
======================================================= */

nav {
    display: block !important;
    margin: 0;
    background: #009143;
    padding: 10px 0 0 0;
}
nav ul {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
    list-style-type: none;
}
nav ul li {
    float: left;
    width: 485px;
    box-sizing: border-box;
}
nav ul li:last-child {
    float: right;
}
nav ul li a {
    display: block;
    padding: 12px 30px 12px;
    text-align: center;
    font-weight: bold;
}
nav ul li a:link,
nav ul li a:visited {
    text-decoration: none;
    color: #fff;
}
nav ul li a:hover,
nav ul li a.selected {
    text-decoration: none;
    color: #009143;
    background: #ebfce5;
}


/* ページタイトル
======================================================= */

.pagetit {
    background: #ebfce5;
    padding: 20px 0;
    margin: 0 0 50px;
}
.pagetit.top {
    padding: 20px 0 100px;
    margin: 0;
}

.pagetit h1,
.pagetit p {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
}


/* コンテンツ
======================================================= */

.main {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 80px;
    min-height: 400px;
}

.block {
    clear: both;
    margin: 0 0 40px;
}

.block h2 {
    background: #def4d8;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 15px;
    margin: 0 0 10px;
}


/* 見出し
======================================================= */

.main h1 {
    font-size: 32px;
    font-size: 3.2rem;
    border-left: 4px solid #009143;
    padding: 0 0 0 20px;
    margin: 0 0 40px;
    line-height: 1.3;
}


/* パンくず
======================================================= */

ol.breadcrumb {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 35px;
    padding: 0;
    list-style-type: none;
}

ol.breadcrumb li {
    float: left;
}


/* pagetop
======================================================= */

.pagetop {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 0;
}

.pagetop a {
    float: left;
    padding-top: 40px;
    height: 0 !important;
    height /**/: 40px;
    margin: 0;
    overflow: hidden;
    outline: none;
    background: #009143 url(../img/pagetop.png) no-repeat 50% 50%;
    width: 40px;
}


/* footer
======================================================= */

footer {
    background: #444;
    border-top: 3px solid #009143;
}

footer .foot_in {
    width: 980px;
    margin: 0 auto;
}

/* foot_nav */

footer .foot_nav {
    background: #def4d8 url(../img/bg_footer.png) right 0 no-repeat;
    padding: 60px 0;
}

.foot_nav a:link,
.foot_nav a:visited {
    display: block;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color: #333;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 25px 40px 20px;
}
.foot_nav a img {
    display: block;
    width: 348px;
    margin: 0 auto 10px;
}
.foot_nav a span {
    background: url(../img/ico_blank_b.png) right 50% no-repeat;
    padding: 0 20px 0 0;
}



/* foot_info */
.foot_info {
    color: #fff;
    padding: 5px 0;
}

.foot_info .copy {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}

.dvc_switch ul {
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    list-style-type: none;
}

.dvc_switch li.pc {
    display: none;
}

.dvc_switch li.sp {
    text-align: center;
}

.dvc_switch li.sp a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li a {
    width: 100%;
    padding: 0;
    text-decoration: none;
    color: #fff;
}

.dvc_switch li:first-child a {
    line-height: 1.6;
}

.dvc_switch p {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}