@charset "utf-8";

/*
	Theme Name: FreePress - 保証協会債権回収株式会社
	Description: ワードプレステンプレート
	Theme URI: 
	Author: 株式会社FREE WEB HOPE
	Version: 1.0.0
*/

/* ========================================
    ■ 必須設定
======================================== */

/* reset
----------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; }
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del { text-decoration: line-through; }
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
th { font-weight: normal; }
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }

/* 共通設定
----------------------------- */

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}
@font-face {
    font-family: "YuGothic M";
    src: local(Yu Gothic Medium);
}
html {
    font-size: 16px;
}
body {
    font-family: "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    color: #090909;
    line-height: 1.6;
    background: url(images/kv_img01.png) no-repeat right top #fff;
    -webkit-text-size-adjust: 100%;
    letter-spacing: -0.05em;
}
body:not(.home) {
    background: url(images/kv_img02.png) no-repeat right top #fff;
}
a {
    color: #090909;
    text-decoration: underline;
    transition: 0.2s ease;
}
a:hover {
	color: #026742;
    opacity: 0.9;
    text-decoration: none;
    transition: 0.2s ease;
}
img,
video,
object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}
em { font-style: normal; }
strong { font-weight: normal; }
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        body {
            background-position: 70% 40px;
        }
        body:not(.home) {
            background-position: 70% 40px;
        }
    }

/* ========================================
    ■ ページトップボタン
======================================== */
#page-top {
    position: fixed;
    right: 20px;
}
#page-top a {
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background: rgba(0,0,0,.25);
    border-radius: 50%;
}
#page-top a:hover { background: rgba(0, 0, 0, 0.5); }

/* ========================================
    ■ Wrap
======================================== */
.wrap {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.wrap:after {
    content: "";
    display: block;
    clear: both;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        .wrap {
            width: 100%;
        }
    }

/* ========================================
    ■ header
======================================== */
/* 通常 */
#header {
    -wenkit-display: flex;
    display: flex;
    position: fixed;
    top: 0;
    left: calc(50% - 550px);
    z-index: 999;
    overflow: visible;
}
#header .logo {
    width: 225px;
    background: url(images/header_bg01.png) #fff;
}
#header .logo a {
    display: block;
    width: 225px;
    height: 100px;
    padding: 15px 0 0 20px;
}
#header .logo img.is-pc {
    display: inline;
}
#header .logo img.is-sp {
    display: none;
}
#headermenu-open {
    display: none;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    color: #0f7850;
    vertical-align: middle;
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border-radius: 50%;
}
#header nav ul {
    background: url(images/header_bg01.png) #fff;
    width: 875px;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    -webkit-flex-direction: row;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    overflow:hidden;
}
#header nav ul li {
    width: 20%;
    position: relative;
}
#header nav ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(images/header_bg02.png);
    opacity: 0;
    transition: 0.2s ease;
}
#header nav ul li:hover:before {
    opacity: 1;
    transition: 0.2s ease;
}
#header nav ul li:nth-last-of-type(1) {
    display: none;
}
#header nav ul li a {
    display: block;
    height: 100px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding-top: 25px;
    position: relative;
    z-index: 900;
}
#header nav ul li a:hover {
    color: #fff;
}
#header nav ul li a i {
    line-height: 1.2rem;
    vertical-align: top;
    padding-top: 5px;
    margin-right: 10px;
    display: none;
}
#header nav ul li a i.fa-angle-right {
    font-weight: bold;
}
#header nav ul li a small {
    display: block;
    color: #ece1be;
    font-size: 0.85rem;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #header {
            left: 0;
            background: url(images/header_bg01.png) #fff;
        }
        #header .logo a {
            height: 80px;
            padding-top: 12px;
        }
        #header .logo img.is-pc {
            display: none;
        }
        #header .logo img.is-sp {
            display: inline;
        }
        #headermenu-open {
            display: block;
        }
        #header nav ul {
            display: none;
            width: 550px;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 9999;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-transform: translate3d(0,0,0);
            overflow: visible;
        }
        #header nav ul.active {
            display: block;
        }
        #header nav ul li {
            width: 100%;
        }
        #header nav ul li:nth-last-of-type(1) {
            display: block;
        }
        #header nav ul li a {
            width: 94%;
            margin: 0 auto;
            border-bottom: dashed 1px #fff;
            font-size: 1.2rem;
            padding-top: 35px;
        }
        #header nav ul li:nth-last-of-type(1) a {
            border-bottom: none;
        }
        #header nav ul li a i {
            display: inline-block;
        }
        #header nav ul li a small {
            display: none;
        }
    }
    /* sp */
    @media screen and (max-width: 640px) {
        #header nav ul {
            width: 100%;
            height: 100%;
            overflow: auto;
        }
    }

/* スクロール時 */
    @media screen and (min-width: 1000px) {
        #header.short nav ul li a small {
            display: none;
        }
        #header.short nav ul li a {
            height: 60px;
            padding-top: 15px;
        }
    }

/* ========================================
    ■ main
======================================== */
/* ページ名 */
#pagetitle {
    margin-top: 100px;
}
#pagetitle h1,
#pagetitle p {
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 20px;
    font-size: 2rem;
    color: #026742;
}
#pagetitle h1 small,
#pagetitle p small {
    font-size: 1.2rem;
    color: #a5a5a5;
    margin-left: 15px;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #pagetitle h1 small,
        #pagetitle p small {
            display: block;
            margin-left: 0;
        }
    }

/* パンくず */
#breadlist {
    background: #026742;
    color: #fff;
    font-size: 0.85rem;
}
#breadlist ul {
    padding: 3px 20px;
}
#breadlist ul li {
    display: inline;
}
#breadlist ul li:nth-of-type(n+2):before {
    content: '\f105 ';
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 15px;
}
#breadlist a {
    color: #fff;
    text-decoration: none;
}
#breadlist a:hover {
    text-decoration: underline;
}

/* ========================================
    ■ article
======================================== */
#article {
    background: url(images/article_bg01.png);
}
#article-inner {
    padding: 55px 20px 0;
    -webkit-display: flex;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

/* 2カラムデザイン */
#contents {
    width: 730px;
    padding-bottom: 100px;
}
#side {
    width: 300px;
    margin-left: 30px;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #article-inner {
            flex-direction: column;
        }
        #contents {
            width: 100%;
        }
        #side {
            width: 100%;
            margin-left: 0;
        }
    }

/* 2カラムデザイン > メインコンテンツ
------------------------------------ */
#contents > *:first-child {
    margin-top: 0;
}
#contents p {
    margin-top: 25px;
}
#contents .is-pc {
    display: block;
}
#contents .is-sp {
    display: none;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
    	#contents .is-pc {
		    display: none;
		}
        #contents .is-sp {
		    display: block;
		}
    }

/* 見出し */
#contents h2 {
    font-size: 1.8rem;
    color: #026742;
    border-left: solid 5px #026742;
    padding-left: 20px;
    margin-top: 70px;
}
#contents h3 {
    font-size: 1.8rem;
    color: #026742;
    margin-top: 50px;
    border-bottom: solid 3px #c9c9c9;
    position: relative;
}
#contents h3:after {
    content: '';
    display: block;
    width: 25%;
    height: 3px;
    background: #026742;
    position: absolute;
    left: 0;
    bottom: -3px;
}
#contents h4 {
    font-size: 1.3rem;
    color: #A48E43;
    font-weight: bold;
    margin-top: 25px;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #contents h2 {
		    font-size: 1.5rem;
		}
		#contents h3 {
		    font-size: 1.5rem;
		}
    }

/* リスト */
#contents ul {
    margin-top: 25px;
}
#contents ul li {
    margin-left: 1.5em;
    position: relative;
}
#contents ul li:before {
    content: '\f0c8';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: -1.5em;
    top: 0;
    color: #090909;
}
#contents ol {
    margin-top: 25px;
    list-style: decimal;
}
#contents ol li {
    margin-left: 1.5em;
}

/* 表 */
#contents table {
    margin-top: 25px;
    width: 100%;
}
#contents table th {
    background: #e5decc;
    border: solid 1px #c9c9c9;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}
#contents table td {
    background: #fff;
    border: solid 1px #c9c9c9;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}



/* ========================================
    ■ トップページ
======================================== */
/* ページ名 */
#pagetitle {
    margin-top: 100px;
}
.home #pagetitle {
    border-bottom: solid 6px #026742;
}
.home #pagetitle h1 {
    height: 470px;
    overflow: hidden;
    padding-top: 70px;
    padding-left: 20px;
}
.home #pagetitle h1 .is-pc {
    display: inline;
}
.home #pagetitle h1 .is-sp {
    display: none;
}
.home #article {
    padding: 100px 0;
    border-top: solid 1px #eaeaea;
}
.home #article-inner {
    padding: 0 20px;
    display: block;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #pagetitle {
            margin-top: 80px;
        }
        .home #pagetitle h1 {
            text-align: center;
            padding-left: 0;
            padding-top: 49px;
            height: 90vw;
            max-height: 470px;
        }
        .home #pagetitle h1 .is-pc {
            display: none;
        }
        .home #pagetitle h1 .is-sp {
            display: inline;
        }
        .home #article {
		    padding-top: 30px;
		    padding-bottom: 30px;
		}
		.home .contentslink01 {
			padding-bottom: 30px;
		}
    }

/* トップ > お知らせ */
#front-topics {
    background: #fff;
}
#front-topics .topics {
    -webkit-display: flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding: 0 20px 10px;
}
#front-topics .topics h2 {
    width: 110px;
    font-size: 1.12rem;
    color: #026742;
    text-align: center;
    line-height: 1.4;
    margin: 15px 15px 15px 0;
    border-right: solid 1px #026742;
}
#front-topics .topics h2 small {
    display: block;
    color: #a5a5a5;
    font-size: 0.75rem;
}
#front-topics .topics ul li {
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: center;
}
#front-topics .topics time {
    margin-right: 15px;
}
#front-topics .topics .category {
    display: inline-block;
    background: #d38742;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 15px;
    white-space: nowrap;
}
#front-topics .topics .postneme {
    padding-right: 150px;
}
#front-topics .topics > a {
    display: block;
    text-decoration: none;
    border: solid 1px #414141;
    border-radius: 4px;
    font-size: 0.87rem;
    padding: 5px 15px 4px 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}
#front-topics .topics > a:hover {
    background: #026742;
    border: solid 1px #1b7051;
    color: #fff;
}
#front-topics .topics > a:after {
    content: '\f0da';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 10px;
    top: 1px;
    font-size: 18px;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #front-topics .topics {
            flex-direction: column;
            padding-bottom: 35px;
        }
        #front-topics .topics h2 {
            width: 100%;
            border-right: none;
            border-bottom: solid 1px #026742;
            margin-top: 35px;
            padding-bottom: 15px;
        }
        #front-topics .topics ul {
            width: 100%;
        }
        #front-topics .topics .postneme {
            padding-right: 0;
        }
        #front-topics .topics > a {
            top: 35px;
            right: 35px;
        }
    }
    /* sp */
    @media screen and (max-width: 640px) {
        #front-topics .topics h2 {
            text-align: left;
            padding-left: 10px;
        }
        #front-topics .topics ul li {
            flex-wrap: wrap;
        }
        #front-topics .topics .postneme {
            margin-top: 10px;
            width: 100%;
        }
    }

/* トップ > コンテンツリンク01 */
.contentslink01 {
    -webkit-display: flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.contentslink01 li {
    width: 240px;
    background-image: url(images/front-contents01_bg01.png);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.contentslink01 li:before {
    content: '';
    display: block;
    width: 240px;
    height: 235px;
    background-image: url(images/front-contents01_bg01.png);
    background-repeat: no-repeat;
    background-position: center -235px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.2s ease;
}
.contentslink01 li:nth-of-type(2),
.contentslink01 li:nth-of-type(2):before {
    background-image: url(images/front-contents01_bg02.png);
}
.contentslink01 li:nth-of-type(3),
.contentslink01 li:nth-of-type(3):before {
    background-image: url(images/front-contents01_bg03.png);
}
.contentslink01 li:nth-of-type(4),
.contentslink01 li:nth-of-type(4):before {
    background-image: url(images/front-contents01_bg04.png);
}
.contentslink01 li:hover:before {
    opacity: 1;
    transition: 0.2s ease;
}
.contentslink01 a {
    display: block;
    height: 235px;
    padding-top: 85px;
    text-align: center;
    color: #fff;
    font-size: 1.75rem;
    text-decoration: none;
    position: relative;
    z-index: 900;
}
.contentslink01 a small {
    display: block;
    font-size: 0.93rem;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        .contentslink01 {
            width: 500px;
            margin-right: auto;
            margin-left: auto;
        }
    }
    /* sp */
    @media screen and (max-width: 640px) {
        .contentslink01 {
            width: 96%;
        }
        .contentslink01 li {
            width: 46%;
            height: auto;
            background-size: 100% 200%;
        }
        .contentslink01 li:before {
            padding-top: 100%;
            width: 100%;
            height: auto;
            position: relative;
            background-size: 100% 200%;
            background-position: center bottom;
        }
        .contentslink01 a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding-top: 35%;
            font-size: 5vw;
        }
        .contentslink01 a small {
            font-size: 2.5vw;
        }
    }

/* トップ > コンテンツリンク02 */
.contentslink02 {
    -webkit-display: flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.contentslink02 li {
    width: 495px;
    background: url(images/front-contents02_bg02.png);
    position: relative;
    margin-bottom: 20px;
}
.contentslink02 li:before {
    content: '';
    display: block;
    width: 495px;
    height: 165px;
    background: url(images/front-contents02_bg01.png);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.2s ease;
}
.contentslink02 li:hover:before {
    opacity: 1;
    transition: 0.2s ease;
}
.contentslink02 li a {
    display: block;
    height: 165px;
    padding-top: 80px;
    text-align: center;
    font-size: 1.3rem;
    text-decoration: none;
    position: relative;
    z-index: 900;
}
.contentslink02 li a:after {
    content: '';
    display: block;
    background-image: url(images/front-contents02_ico01.png);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 20px);
    top: 25px;
}
.contentslink02 li:nth-of-type(2) a:after {
    background-image: url(images/front-contents02_ico02.png);
}
.contentslink02 li:nth-of-type(3) a:after {
    background-image: url(images/front-contents02_ico03.png);
}
.contentslink02 li a:hover {
    color: #fff;
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.2);
}
.contentslink02 li a:hover:after {
    background-position: center -40px;
}
.contentslink02 a small {
    display: block;
    padding-left: 20px;
    font-size: 0.87rem;
    position: relative;
}
.contentslink02 a small:after {
    content: '\f105';
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: calc(50% - 4rem);
    top: 2px;
    font-size: 15px;
    border: solid 1px #222;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    transition: 0.2s ease;
}
.contentslink02 a:hover small:after {
    border: solid 1px #fff;
    transition: 0.2s ease;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        .contentslink02 {
            width: 680px;
            margin-right: auto;
            margin-left: auto;
        }
    }
    /* sp */
    @media screen and (max-width: 640px) {
        .contentslink02,
        .contentslink02 li,
        .contentslink02 li:before {
            width: 100%;
        }
    }

/* ========================================
    ■ サイドバー
======================================== */
/* サイドバー > コンテンツリンク02 */
    /* pc */
    @media screen and (min-width: 1000px) {
        #side .contentslink02 {
            width: 300px;
        }
        #side .contentslink02 li,
        #side .contentslink02 li:before {
            width: 300px;
            height: 145px;
        }
        #side .contentslink02 li a {
            font-size: 1.3rem;
            padding-top: 70px;
            height: 145px;
        }
        #side .contentslink02 li a:after {
            width: 30px;
            height: 30px;
            background-size: 30px 60px;
        }
        #side .contentslink02 li a:hover:after {
            background-position: center -30px;
        }
    }
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #side .contentslink02 {
            padding-bottom: 100px;
        }
    }

/* リンクリスト */
#side .side-content h2 {
    color: #026742;
    border-bottom: solid 2px #026742;
    font-size: 1.2rem;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#side .side-content ul {
    padding: 0 10px;
    margin-bottom: 45px;
}
#side .side-content ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #bcbcbc;
    text-decoration: none;
    position: relative;
}
#side .side-content ul li a:hover {
    color: #026742;
}
#side .side-content ul li a:after {
    content: '\f105';
    font-family: FontAwesome;
    display: block;
    font-size: 1.1rem;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    top: calc(50% - 0.8em);
}

/* ========================================
    ■ footer
======================================== */
#footer {
    background: url(images/footer_bg01.png);
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 0.78rem;
}

/* ========================================
    ■ お知らせ - arcive
======================================== */
#contents .news-wrap {
    background: #fff;
    border: solid 1px #e6e6e6;
}
#contents .news-wrap h1{
	margin-top: 50px;
	margin-left: 30px;
    font-size: 2rem;
    color: #026742;
}
#contents .news {
    border-bottom: dashed 1px #cacaca;
    padding: 30px 0;
    margin: 0 30px;
}
#contents .postdata {
    margin-top: 0;
}
#contents .postdata time {
    margin-right: 15px;
}
#contents .postdata .category {
    display: inline-block;
    background: #bbb;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 15px;
    white-space: nowrap;
}
#contents .news p {
    margin-top: 5px;
}
#contents .news p.readmore {
    text-align: right;
}
#contents .news a[rel='tag'],
#contents .news p.readmore a {
    text-decoration: none;
}
#contents .news p.readmore a:before {
    content: '\f101';
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 10px;
}
#contents .news a[rel='tag']:hover,
#contents .news p.readmore a:hover {
    color: #026742;
}
#contents .news h2 {
    margin-top: 10px;
    border-left: none;
    padding-left: 0;
    font-size: 1.2rem;
    font-weight: bold;
}
#contents .news h2 a {
    color: #026742;
    text-decoration: none;
}
#contents .news h2 a:hover {
    text-decoration: underline;
}

/* pager */
#contents #pager {
    padding: 40px 0;
}
#contents #pager ul.pager-num {
    text-align: center;
}
#contents #pager ul.pager-num li {
    display: inline-block;
    color: #0d4b72;
    margin: 0 1%;
}
#contents #pager ul.pager-num li:before {
    display: none;
}
#contents #pager ul.pager-num li.active {
    width: 2.5em;
    padding: 5px 0;
    background: #026742;
    color: #fff;
    text-decoration: none;
}
#contents #pager ul.pager-num li a{
    display: block;
    width: 2.5em;
    padding: 5px 0;
    background: #aeaeae;
    color: #fff;
    text-decoration: none;
}
#contents #pager ul.pager-num li a:hover {
    background: #026742;
}

/* ========================================
    ■ お知らせ - single
======================================== */
#contents .news-content {
    background: #fff;
    border: solid 1px #e6e6e6;
    padding: 30px;
}
#contents .news-content h1{
	margin-top: 30px;
    font-size: 2rem;
    color: #026742;
}
#post {
	margin-bottom: 70px;
}
#relevance {
	border-top: dashed 1px #cacaca;
}
#relevance h2 {
	border-left: none;
	padding-left: 0;
	font-size: 1.2rem;
	margin-top: 10px;
}
#relevance ul li {
	display: inline-block;
	margin-right: 20px;
}

/* ========================================
    ■ 営業拠点
======================================== */
/* 表組 */
#contents table.offices-tbl01 th {
    border: none;
    background: transparent;
    color: #a48b3e;
    padding-right: 40px;
    font-weight: bold;
}
#contents table.offices-tbl01 td {
    border: none;
    background: transparent;
}

#contents table.offices-tbl02 th {
    border: none;
    background: transparent;
    color: #a48b3e;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cdcdcd;
}
#contents table.offices-tbl02 td {
    border: none;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
        #contents table.offices-tbl01,
        #contents table.offices-tbl01 tbody,
        #contents table.offices-tbl01 tr,
        #contents table.offices-tbl01 th,
        #contents table.offices-tbl01 td {
            display: block;
        }
        #contents table.offices-tbl01 th {
            padding-bottom: 0;
        }
        #contents table.offices-tbl01 td {
            padding-top: 0;
        }
        
        #contents table.offices-tbl02,
        #contents table.offices-tbl02 tbody,
        #contents table.offices-tbl02 tr,
        #contents table.offices-tbl02 th,
        #contents table.offices-tbl02 td {
            display: block;
        }
        #contents table.offices-tbl02 th {
            border-bottom: none;
            padding-bottom: 0;
        }
        #contents table.offices-tbl02 td {
            padding-top: 0;
        }
    }
/* 地図 */
#contents .offices-map01 {
    width: 100%;
    height: 375px;
    margin-top: 20px;
}
/* アコーディオン */
#contents .accordion01 .accordion-title {
    border: 1px solid #cdcdcd;
    border-top: 5px solid #026742;
    padding: 15px 20px;
    background: linear-gradient(0deg, rgba(3, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
    margin-top: 35px;
    cursor: pointer;
    position: relative;
}
#contents .accordion01 .accordion-title:after {
    content: '\f078';
    font-family: FontAwesome;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 20px;
    top: calc(50% - 0.8em);
}
#contents .accordion01 .accordion-title.active:after {
    content: '\f077';
}
#contents .accordion01 .accordion-body {
    border: 1px solid #cdcdcd;
    background: #fff;
    padding: 10px 20px 35px;
}
#contents .accordion01 table.accordion01-tbl {
    width: 100%;
}
#contents table.accordion01-tbl th {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contents table.accordion01-tbl td {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contents table.accordion01-tbl tr:nth-last-of-type(1) th,
#contents table.accordion01-tbl tr:nth-last-of-type(1) td {
    border-bottom: none;
}
    /* tablet, sp */
    @media screen and (max-width: 999px) {
    	#contents .accordion01 .accordion-title {
		    padding-top: 10px;
		    padding-bottom: 10px;
		}
        #contents table.accordion01-tbl,
        #contents table.accordion01-tbl tbody,
        #contents table.accordion01-tbl tr,
        #contents table.accordion01-tbl th,
        #contents table.accordion01-tbl td {
            display: block;
        }
        #contents table.accordion01-tbl th {
            border-bottom: none;
            font-weight: bold;
            padding-bottom: 0;
        }
        #contents table.accordion01-tbl td {
            padding-top: 0;
        }
    }

/* ========================================
    ■ 会社概要
======================================== */
#contents .company-box01 {
    border: 1px solid #cdcdcd;
    border-top: 5px solid #026742;
    padding: 5px 20px 30px;
    background: #fff;
    margin-top: 35px;
}
#contents .company-map01 {
    width: 100%;
    height: 375px;
    margin-top: 45px;
}
#contents .company-box01 .accordion01-tbl,
#contents .company-box01 ul {
    margin-top: 0;
}

/* ========================================
    ■ よくある質問
======================================== */
#contents .accordion02 .accordion-title {
    border: 1px solid #cdcdcd;
    border-top: none;
    padding: 15px 3em 15px 4.5em;
    background: linear-gradient(0deg, rgba(103, 100, 100, 0.1), rgba(255, 255, 255, 0.1));
    cursor: pointer;
    position: relative;
}
#contents .accordion02 .accordion-title:nth-of-type(1) {
    border-top: 1px solid #cdcdcd;
}
#contents .accordion02 .accordion-title:after {
    content: '\f078';
    font-family: FontAwesome;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 20px;
    top: calc(50% - 0.8em);
    color: #026742;
}
#contents .accordion02 .accordion-title.active:after {
    content: '\f077';
}
#contents .accordion02 .accordion-title i  {
    color: #026742;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2rem;
    position: absolute;
    left: 20px;
    top: calc(50% - 0.8em);
}
#contents .accordion02 .accordion-body {
    border: 1px solid #cdcdcd;
    border-top: none;
    padding: 15px 20px 15px 4.5em;
    background: #fff;
    position: relative;
    text-align: justify;
}
#contents .accordion02 .accordion-body i  {
    color: #026742;
    font-weight: bold;
    font-style: normal;
    font-size: 1.2rem;
    position: absolute;
    left: 20px;
    top: 12px;
}

/* ========================================
    ■ wp エディタ設定
======================================== */
body#contens.wp-autoresize {
	padding: 30px !important;
}