@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   全国の信用金庫ご紹介 sp.css
 *
 ********************************************************************** */


/* RESET
======================================================= */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/* 基本設定
======================================================= */

html { font-size: 62.5%; }

body {
    font: 1.0rem 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    text-align: left;
    color: #333;
    position: relative;
    -webkit-text-size-adjust: 100%;
    background: #fff;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #15c;
}
a:hover,
a:active {
    text-decoration: none;
    color: #15c;
}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 1.4rem;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}

img {
    max-width: 100%;
    height: auto;
    line-height: 1;
    vertical-align: top;
    border: 0;
}


/* 全体のレイアウト設定
======================================================= */

.main {
    width: 94%;
    margin: 0 auto 80px;
}


/* header部分のスタイル設定
======================================================= */

header {
    background: url(../img/sp/bg_header.jpg) 50% bottom no-repeat;
    background-size: cover;
}
header .inner {
    padding: 0 3% 70px 40%;
    background: url(../img/sp/bg_head_in.png) 0 bottom no-repeat;
    background-size: 90% auto;
}
header .btn {
    margin: 0 0 20px 0;
    text-align: center;
}
header .btn a,
header .btn a:visited {
    display: block;
    background: #009143;
    color: #fff;
    text-decoration: none;
    padding: 5px 7px;
    font-size: 1.0rem;
}
header .btn a span {
    background: url(../img/ico_blank.png) right 50% no-repeat;
    padding: 0 18px 0 0;
}
header .logo {

    text-align: center;
    margin: 0 0 25px;
}
header .siteid {
    clear: both;
    text-align: left;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
}


/* nav
======================================================= */

nav {
    display: block !important;
    margin: 0;
    background: #009143;
    padding: 10px 3% 0;
}
nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 1.4rem;
    list-style-type: none;
}
nav ul li {
    float: left;
    width: 49%;
    box-sizing: border-box;
}
nav ul li:last-child {
    float: right;
}
nav ul li a {
    display: block;
    padding: 12px 0 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: 30px 0 30px;
    margin: 0 0 30px;
}
.pagetit.top {
    padding: 30px 0 80px;
    margin: 0;
}

.pagetit h1,
.pagetit p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}


/* コンテンツ
======================================================= */

.block {
    clear: both;
    margin: 0 0 40px;
}

.block h2 {
    background: #def4d8;
    font-size: 1.4rem;
    padding: 5px 15px;
    margin: 0 0 10px;
}


/* 見出し
======================================================= */

.main h1 {
    font-size: 2.0rem;
    border-left: 4px solid #009143;
    padding: 0 0 0 10px;
    margin: 0 0 40px;
    line-height: 1.3;
}


/* pagetop
======================================================= */

.pagetop {
    position: fixed;
    z-index: 10;
    right: 3%;
    bottom: 0;
}

.pagetop a {
    float: left;
    width: 40px;
    padding-top: 40px;
    height: 0px !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 {
    margin: 0;
    padding: 3%;
}

/* foot_nav */

footer .foot_nav {
    background: #def4d8 url(../img/bg_footer.png) right 0 no-repeat;
    background-size: 100% auto;
    padding: 30px 0;
}

.foot_nav a:link,
.foot_nav a:visited {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color: #333;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 25px 20px 20px;
    box-sizing: border-box;
}
.foot_nav a img {
    display: block;
    width: 100%;
    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: 6% 3%;
}

.foot_info .copy {
    clear: both;
    text-align: center;
    font-size: 1.0rem;
}


/* パンくずのレイアウト設定
======================================================= */

ol.breadcrumb {
    font-size: 1.1rem;
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
}

ol.breadcrumb li {
    float: left;
}


/* スマホPC切替スイッチ
======================================================= */

.dvc_switch {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.dvc_switch ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    float: left;
    width: 100%;
    list-style-type: none;
}

.dvc_switch li a#btnPC {
    display: inline-block;
    padding: 10px 10px 10px 35px;
    text-decoration: none;
    color: #fff;
    background: url(../img/sp/ico_pc.png) 10px 50% no-repeat;
    -webkit-background-size: 17px 16px;
       -moz-background-size: 17px 16px;
         -o-background-size: 17px 16px;
            background-size: 17px 16px;
        -ms-background-size: 17px 16px;
}

.dvc_switch li a#btnSP {
    display: none;
}

.dvc_switch p {
    font-size: 77%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    color: #fff;
}


/* googleコンバージョン
======================================================= */

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: -300px;
    left: 0;
    width: auto !important;
    height: auto !important;
    border: none !important;
}