@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	min-height: 100vh;
	background-color: #231815;
}

body, div, span, applet, object, iframe {
	font-size: 100%
}

body, div, span, applet, object, iframe, h1 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline
}

h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	font-size: 20px;
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}

body {
	color: #000;
	font-family: sans-serif;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

p {
	line-height: 1.4;
	/*text-align: justify;*/
}

a {
	text-decoration: underline;
	border: none
}

a, a img, button {
	outline: none
}

b {
	font-weight: 700
}

i {
	display: inline-block
}

em {
	font-style: normal
}

strong {
	font-weight: 700
}

select, button, input, textarea {
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

img {
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	outline: none;
	border: none
}

h1 {
	font-size: 138.46154%
}

table {
	border-collapse: separate;
	border-spacing: 0
}

table else {
	border-collapse: collapse
}

.col-contents {
	position: relative;
	max-width: 960px;
	margin: 0 auto
}

#isScreen {
	position: absolute;
	top: 0;
	left: -100px;
	z-index: -1;
	visibility: hidden
}

.offscreen {
	visibility: hidden;
	display: block;
	height: 0;
}

html {
	font-size: 81.25%;
	line-height: 1.84615em;
}

.comBox {
	margin: 0 auto;
	max-width: 960px;
}

.col-contents {
	position: relative;
	max-width: 960px;
	margin: 0 auto
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: relative;
    color: #fff;
    z-index: 100;
    box-shadow: 0 2px 2px #9C9B9C;
    border-bottom: 9px solid #3F79C6;
    background: #231815;
}

#gHeader .logo {
    margin-left: 5px;
    float: left;
    border-right: 2px solid #595757;
}

#gHeader .logo a {
    display: block;
    padding: 0 25px;
    width: 98px;
    height: 70px;
    background: url(../img/logo.png) no-repeat center center;
    background-size: 94px auto;
    text-indent: -999em;
}

#gHeader p {
    padding-left: 25px;
    overflow: hidden;
    font-size: 26px;
    font-weight: bold;
    line-height: 70px;
}

.ttlBox {
    padding: 26px 0 11px;
}

.bgBox {
    background-color: #c8c9ca;
}

.bgBox .ttlBox {
    padding: 9px 0 0;
}

.ttlBox .lBox {
    padding-top: 22px;
    float: left;
    font-size: 18px;
    color: #717071;
    line-height: 30px;
    letter-spacing: 0.055em;
}

.bgBox .ttlBox .lBox {
    margin: -2px 0 -5px;
    padding-top: 0;
}

.bgBox .ttlBox .lBox a {
    display: block;
}

.bgBox .ttlBox .lBox.on a,
.bgBox .ttlBox .lBox a:hover {
    opacity: 1;
    background: url(../img/menu_close.png) no-repeat center top;
    background-size: 100% auto;
}

.bgBox .ttlBox .lBox.on a img,
.bgBox .ttlBox .lBox a:hover img {
    visibility: hidden;
}

.ttlBox .rBox {
    float: right;
}

.ttlBox .rBox select {
    padding: 0 5px;
    padding-right: 20px;
    width: 190px;
    font-size: 20px;
    color: #717071;
    line-height: 38px;
    height: 40px;
    border-radius: 7px;
    box-sizing: border-box;
    border: 1px solid #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/seclect_bg.png) no-repeat center right;
    background-size: cover;
}

.ttlBox .rBox select option {
    font-size: 1em;
}

.ttlBox .rBox select::-ms-expand {
    display: none;
}

.ttlBox .rBox p {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 2px #9C9B9C;
    border: 1px solid #9d9d9d;
}

.bgBox .ttlBox .rBox p {
    margin-left: 5px;
}

.ttlBox .rBox p a,
.ttlBox .rBox p img {
    display: block;
}

.ttlBox .rBox p a {
    overflow: hidden;
    border-radius: 7px;
    border: 1px solid #fff;
}

.ttlBox .rBox p a:hover {
    opacity: 0.7;
}

.pageTtl {
    margin-bottom: 40px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #ccc;
    border: 1px solid #9d9d9d;
}

@media all and (min-width: 600px) and (max-width: 1024px) {
    .ttlBox .lBox {
        padding-top: 15px;
    }

    .ttlBox {
        padding: 20px 10px 10px;
    }

    .bgBox .ttlBox {
        padding: 9px 10px 0;
    }

    .pageTtl {
        margin: 0 10px 30px;
    }
}

.pageTtl p {
    margin: 0;
    border-radius: 7px;
    border: 2px solid #fff;
}

.pageTtl p img {
    display: block;
}

.sp {
    display: none !important;
}

.justify {
    text-align: justify;
    font-size: 1px;
    line-height: 1px;
}

.justify:after {
    content: '';
    width: 100%;
    height: 0;
    visibility: hidden;
    display: inline-block;
}

.justify li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 1.5;
}

#mainContents {
    margin-bottom: 55px;
}

/*----------------------------------------------------
	bread
----------------------------------------------------*/
#breadcrumbs {
    margin-bottom: 52px;
    border-bottom: 1px solid #cececf;
}

#breadcrumbs li {
    float: left;
    white-space: nowrap;
}

#breadcrumbs a {
    text-decoration: none;
    color: #595757;
    font-size: 14px;
    line-height: 11px;
    position: relative;
    padding: 12px 10px 12px 20px;
    display: block;
}

#breadcrumbs p {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    padding: 0 10px 0 20px;
    display: block;
}

#breadcrumbs a.home {
    background: url(../img/ico_home.png) no-repeat center center;
    padding: 12px 30px 12px 20px;
}

#breadcrumbs li:first-child a,
#breadcrumbs li:first-child p {
    padding-left: 5px;
}

#breadcrumbs li:first-child a.top {
    border-radius: 0px;
}

#breadcrumbs a::after,
#breadcrumbs a::before,
#breadcrumbs p::after,
#breadcrumbs p::before {
    font-size: 76%;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
    padding-left: 1px;
}

#breadcrumbs a::after,
#breadcrumbs p::after {
    z-index: 2;
    border-left-color: #fff;
}

#breadcrumbs a::before,
#breadcrumbs p::before {
    border-left-color: #ccc;
    right: -1.1em;
    z-index: 1;
}

#breadcrumbs li:last-child {
    padding-right: 10px;
}

#breadcrumbs li:last-child p {
    font-weight: bold;
}

#breadcrumbs li:last-child p::after,
#breadcrumbs li:last-child p::before {
    border: none;
}

#breadcrumbs div {
    display: none;
}

@media all and (min-width: 0) and (max-width: 599px) {
    body {
        font-size: 14px;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }

    .justify {
        text-align: left;
    }

    .justify li {
        display: block;
    }

    .justify:after {
        display: none;
    }

    /*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
    #gHeader {
        border-bottom: 5px solid #3F79C6;
    }

    #gHeader .logo {
        margin-left: 5px;
        float: left;
        border-right: 1px solid #595757;
    }

    #gHeader .logo a {
        padding: 0 9px;
        width: 74px;
        height: 50px;
        background-size: 74px auto;
    }

    #gHeader p {
        padding-left: 15px;
        font-size: 18px;
        line-height: 50px;
    }

    .ttlBox {
        padding: 6px 10px 12px;
    }

    .bgBox .ttlBox {
        padding: 6px 10px;
    }

    .ttlBox .lBox {
        padding-top: 0;
        font-size: 14px;
        line-height: 30px;
    }

    .bgBox .ttlBox .lBox {
        margin: -3px 0 -15px;
        padding-top: 0;
        overflow: hidden;
    }

    .ttlBox .rBox select {
        padding: 0 5px;
        border-radius: 5px;
    }


    .ttlBox .rBox p {
        margin-left: 10px;
        border-radius: 5px;
    }

    .bgBox .ttlBox .rBox p {
        margin-left: 5px;
    }

    .ttlBox .rBox p a {
        border-radius: 5px;
    }

    .pageTtl {
        margin: 0 10px 20px;
        border-radius: 5px;
    }

    .pageTtl p {
        margin: 0;
        border-radius: 5px;
        border: 1px solid #fff;
    }

	#mainContents {
        margin-bottom: 25px;
    }

    /*----------------------------------------------------
		bread
	----------------------------------------------------*/
    #breadcrumbs {
        margin-bottom: 25px;
        overflow-x: auto;
        overflow-y: hidden;
        border-bottom: 1px solid #cececf;
        word-break: keep-all;
        white-space: nowrap;
    }

    #breadcrumbs ul {
        word-break: keep-all;
        white-space: nowrap;
    }

    #breadcrumbs li {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
}

@media all and (min-width: 600px) {
    #breadcrumbs a:hover {
        background-color: #ddd;
        background-image: linear-gradient(to right, #f5f5f5, #ddd);
    }

    #breadcrumbs a.home:hover {
        background: #ddd url(../img/ico_home.png) no-repeat center center;
    }

    #breadcrumbs a:hover::after {
        border-left-color: #ddd;
    }
}

@media all and (min-width: 0) and (max-width: 340px) {
    .ttlBox .lBox img {
        width: 59px;
    }

    .ttlBox .rBox select {
        width: 160px;
        font-size: 16px;
        line-height: 30px;
        height: 32px;
    }

    .ttlBox .rBox p img {
        width: auto;
        height: 30px;
    }
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
    position: relative;
}

@media all and (min-width: 600px) and (max-width: 1024px) {
    #main {
        margin: 0 10px;
    }
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
    right: 0;
    background: #fff;
}

#conts .btmBox {
    margin-top: 38px;
    padding-top: 7px;
    border-top: 1px solid #C8C9CA;
}

#conts .btmBox .print {
    float: left;
}

#conts .btmBox .print a:hover {
    opacity: 0.7;
}

#conts .btmBox .pageTop {
    float: right;
    padding-top: 5px;
}

#conts.open {
    left: 350px;
}

@media all and (min-width: 0) and (max-width: 599px) {
    /*------------------------------------------------------------
		conts
	------------------------------------------------------------*/
    #conts {
        padding: 0 10px 10px;
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: auto !important;
    }

    #conts .conts_inner {
        padding-top: 6px;
    }

    #conts.open {
        left: 0;
    }

    #conts .btmBox {
        margin-top: 20px;
        padding-top: 5px;
    }

    #conts .btmBox .print img {
        width: 140px;
    }

    #conts .btmBox .pageTop {
        padding-top: 15px;
    }
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    width: 350px;
    padding-right: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media all and (min-width: 0) and (max-width: 599px) {
    /*------------------------------------------------------------
		sideBar
	------------------------------------------------------------*/
    #sideBar {
        padding: 0 10px;
        float: none;
        position: relative;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    #sideBar.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    overflow: hidden;
}

#gFooter .inner {
    margin: 0;
    font-weight: bold;
    box-shadow: 0 -2px 2px #cecece;
    border-top: 8px solid #3F79C6;
    background: #231815;
}

#gFooter .link {
    padding: 10px 30px;
    float: left;
}

#gFooter .link a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    text-decoration: none;
}

#gFooter .link a:hover {
    text-decoration: underline;
}

#gFooter .link a span {
    display: block;
    font-weight: normal;
    font-size: 12px;
}

#gFooter .copyright {
    padding: 20px 30px;
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.bnr__item {
    margin-bottom: 5px;
}

.bnr .bnr__item {
    width: 33%;
}

.bnr__item a:hover {
    opacity: 0.7;
}

.pageTop {
    margin-bottom: 28px;
    text-align: right;
}

.pageTop a:hover {
    opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 599px) {
    /*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
    #gFooter .inner {
        margin: 0;
        border-top: 4px solid #3F79C6;
    }

    #gFooter .link {
        padding: 10px 15px 0;
    }

    #gFooter .link a {
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    #gFooter .link a:hover {
        text-decoration: none;
    }

    #gFooter .link a span {
        font-size: 10px;
    }

    #gFooter .copyright {
        padding: 5px 15px 10px;
        float: left;
        font-size: 12px;
        line-height: 14px;
    }

    .bnr {
        margin: 0 auto 20px;
        overflow: hidden;
    }

    .bnr__item {
        margin: 0 10px 10px;
        text-align: center;
    }

    .bnr__item img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .bnr .bnr__item {
        width: auto;
    }

    .pageTop {
        margin-bottom: 15px;
    }
}

@media print {
    .l-mainContents {
        zoom: 1
    }

    #sideBar {
        display: none !important;
    }

    #conts {
        position: static !important;
        width: auto !important;
        height: auto !important;
    }

    html {
        background-color: #fff;
    }

    #gHeader,
    #gFooter {
        background-color: #231815;
    }

	#gFooter .link,
    #gFooter .copyright {
        padding: 20px;
    }

    #gFooter .link {
        float: left;
    }

    #gFooter .copyright {
        float: right;
    }
}