@charset "UTF-8";
/**
 * メインスタイルシート
 * 呼出箇所：全てのページ
 */

/* import
----------------------------------------------- */

@import "editor.css";


/* Layout
----------------------------------------------- */

html {
	background: white;
}
body {
	text-align:center;
}
header {
	background-color: #FFF;
}
header .header-inner{
	width:1260px;
	margin:0 auto;
}
@media screen and (max-width: 960px) {
    header .header-inner{
        width: 100%;
    }
}
header .logo {
    width: 150px;
	margin:15px 0 10px;
}
@media screen and (max-width: 768px) {
    header .logo {
        width: 100px;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

footer {
	background-color: #EFEFEF;
	padding:60px 0;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 20px 0;
    }
}
footer .header-inner {
	width:1260px;
	margin:0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}
footer .header-inner .footLogo {
    width: 200px;
    margin-right: 50px;
}
footer .header-inner .footLogo img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    footer .header-inner{
        display: block;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    footer .header-inner .footLogo {
        margin-bottom: 20px;
        margin-right: 0;
    }
}

footer .footSiteList ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .footSiteList ul li {
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    footer .footSiteList ul {
        display: block;
    }
    footer .footSiteList ul li {
        margin-right: 0;
    }
}






#Page {
    text-align: left;
    margin:0 auto;
    background: #FFFFFF;
	width: 100%;
}
#Wrap {
    width:1260px;
    margin:0 auto;
}
@media screen and (max-width: 960px) {
    #Wrap {
        width: 100%;
    }
}
.contents-body {
	width:1260px;
	margin:40px auto;
    padding:0 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 960px) {
    .contents-body {
        width: 100%;
    }
}
#MainImage {
    margin:0 auto;
    display:none;
}
#Copyright {
	font-size:12px;
	color:#999;
	max-width: 1260px;
    margin:0 auto;
    text-align: center;
}
#SideBox h2 {
	font-weight: bold;
}


/* nav
----------------------------------------------- */

nav {
    background-color: #EFEFEF;
}
nav ul.nav-menu{
    width:1260px;
    margin:0 auto;
}
nav .global-menu li{
    float:left;
}
nav .nav-menu li a{
    display:block;
    font-size:14px;
    padding:15px 26px;
    box-sizing: border-box;
    text-decoration: none;
    color:#000;
    font-weight: bold;
}
nav .nav-menu li a:hover{
    color:#999;
}
nav .global-menu li a:hover{
    background-color: #E7E7E7;
}
@media screen and (max-width: 960px) {
    nav ul.nav-menu {
        width: 100%;
    }
    nav .global-menu li{
        float:none;
    }
}


/* Side Box
----------------------------------------------- */

#SideBox {
    float:right;
    width:240px;
    padding:60px;
}



/* notice List 
----------------------------------------------- */

#topNoticeList {
    margin-bottom: 60px;
}
#topNoticeList ul.post-list {
}
#topNoticeList li {
    overflow: hidden;
    position: relative;
    padding: 10px 10px 0;
    box-sizing: border-box;
    background: #F9F9F9;
    border-bottom: 1px solid #CCC;
	list-style:none;
}
@media screen and (max-width: 768px) {
    #topNoticeList ul.post-list {
        display: block;
        width: 100%;
    }
    #topNoticeList li {
        width: 100%;
        margin-bottom: 20px;
    }
}



/* News List
----------------------------------------------- */

#NewsList {
    margin-bottom: 60px;
}
#NewsList ul.post-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#NewsList li {
    overflow: hidden;
    position: relative;
    width: 30%;
    padding: 20px;
    box-sizing: border-box;
    background: #F9F9F9;
	list-style:none;
}
@media screen and (max-width: 768px) {
    #NewsList ul.post-list {
        display: block;
        width: 100%;
    }
    #NewsList li {
        width: 100%;
        border-bottom: 1px solid #CCC;
        border-right: 1px solid #CCC;
        margin-bottom: 20px;
    }
}


#NewsList .listColumns--top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#NewsList .listColumns--top dt {
    width: 50%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}
#NewsList .listColumns--top dd {
    width: 50%;
    margin-bottom: 10px;
    font-size: 13px;
}

#NewsList .post-list .categoryIcon {
    overflow: hidden;
}
#NewsList .post-list .categoryIcon a {
    position: absolute;
    top: 5px;
    left: -40px;
    display: block;
    padding: 5px 60px;
    box-sizing: border-box;
    background: #ff9933;
    color: white !important;
    font-weight: bold;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}



#Home .img-eye-catch {
    display: block;
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #Home .img-eye-catch {
        width: 100%;
    }
}


#Page .ichiranList {
    overflow: hidden;
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ichiranList .ichiranListItems h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ichiranList .ichiranListItems h4 a {
    font-size: 22px;
}
.ichiranList .ichiranListItems h4 span {
    text-align: right;
}

.ichiranList .ichiranListThmbnails {
    overflow: hidden;
    position: relative;
    width: 30%;
}
.ichiranList .categoryIcon {
    overflow: hidden;
    margin: 0 !important;
}
.ichiranList .categoryIcon a {
    position: absolute;
    top: 5px;
    left: -40px;
    display: block;
    padding: 5px 60px;
    box-sizing: border-box;
    background: #ff9933;
    color: white !important;
    font-weight: bold;
    transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}
.ichiranList .ichiranListItems {
    width: 68%;
}
.ichiranList .culContentsList {
    width: 100%;
    display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-wrap: wrap;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #999;
}
.ichiranList .culContentsList dt {
    width: 29%;
    padding: 10px;
    box-sizing: border-box;
    background: #162984;
    border-bottom: solid 1px #999;
    color: white;
}
.ichiranList .culContentsList dd {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #999;
}
@media screen and (max-width: 768px) {
    .ichiranList .culContentsList {
        width: 100%;
    }
    .ichiranList .culContentsList dt {
        width: 33%;
    }
    .ichiranList .culContentsList dd {
        width: 67%;
    }
}

.ichiranList .ichiranListItems .tag {
    margin-bottom: 10px;
}
.ichiranList .ichiranListItems .tag a {
    padding: 2px 3px;
    border: solid 1px #00a9c7;
    text-decoration: none;
}
.ichiranList .ichiranListItems .tag a:focus,
.ichiranList .ichiranListItems .tag a:hover {
    background: #00a9c7;
    color: white !important;
}




/* Baser Feed
----------------------------------------------- */

#BaserFeed {
    display: none;
    width:260px;
    float:left;
}
#BaserFeed li {
    border-bottom:1px solid #CCC;
    margin-bottom: 20px;
	list-style:none;
}


/* Crumbs
----------------------------------------------- */

#Crumbs {
	width:1220px;
	margin:0 auto;
	padding:15px 20px;
    box-sizing: border-box;
	font-size:14px;
	color:#CCC;
}
#Crumbs strong{
	font-weight: bold;
}

@media screen and (max-width: 768px) {
    #Crumbs{
        display: block;
        width: 100%;
    }
}

/* Contents Navi
----------------------------------------------- */

.contents-navi {
	margin:60px 0;
	text-align: center;
}


/* eye catch
----------------------------------------------- */

.img-eye-catch {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}
@media screen and (max-width: 768px) {
    .img-eye-catch img {
        width: 100%;
    }
}


/* bx slider
----------------------------------------------- */

.bx-wrapper {
    margin:0 auto;
}
.bx-controls {
    display:none;
}


/* blog description
----------------------------------------------- */

.blog-description {
	margin-bottom: 60px;
}


/* post
----------------------------------------------- */

.post {
	margin-bottom: 60px;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
}
.post .meta {
	text-align: right;
	color:#CCC;
}


/* eye catch
----------------------------------------------- */

.img-eye-catch {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}


/* calendar
----------------------------------------------- */

.widget-blog-calendar table {

}
.widget-blog-calendar th {
	border-bottom:1px solid #e2e2e2;
}
.widget-blog-calendar th,
.widget-blog-calendar td {
	padding:2px 9px;
	font-size:14px;
	text-align: center;
}
.widget-blog-calendar .sunday {
	color:#ff6633;
}
.widget-blog-calendar .saturday {
	color:#3366FF;
}
.widget-blog-calendar .today {
	background-color:#e2e2e2;
}


/* Comment
----------------------------------------------- */

#BlogCommentList .comment{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #CCC;
}
#BlogCommentList {
    display: none;
	margin-bottom:60px;
}
#BlogCommentList .comment-name {
	font-weight: bold;
}

#BlogCommentAddForm th {
    width: 20%;
}
#BlogCommentAddForm td {
    width: 78%;
}
@media screen and (max-width: 768px) {
    #BlogCommentAddForm tr {
        width: 100%;
        box-sizing: border-box;
    }
    #BlogCommentAddForm th,
    #BlogCommentAddForm td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #BlogCommentAddForm td {
        border-bottom: none !important;
    }
    #BlogCommentAddForm td input {
        width: 90%;
    }
}





/* contents-navi
----------------------------------------------- */

.contents-navi {
    display: none;
	text-align: center;
	margin-bottom:60px;
}


/* widget
----------------------------------------------- */

.widget {
    margin-bottom: 60px;
}
.widget-area h2 {
    font-weight: bold;
    font-size:20px;
}


/* search result
----------------------------------------------- */

.search-result {
	background: #efefef;
	padding:10px 20px;
	text-align: right;
	margin-bottom: 20px;
}


/* list num
----------------------------------------------- */

.list-num {
	text-align: right;
	margin-bottom: 20px;
}


/* site search
----------------------------------------------- */

.widget-site-search input,
.widget-site-search select{
	font-size:14px;
}
.widget-site-search select {
	width:100%;
}
.widget-site-search input[name=q] {
	width:170px;
}


/* button
----------------------------------------------- */

.submit .button{
    color:#333;
    border:1px solid #CCC;
    cursor:pointer;
    text-shadow:rgba(255,255,255,0.4) 1px 1px 0;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
    -moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
    -o-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.4);
    background:#F3F3F3;
    background:-moz-linear-gradient(top,#FFF,#F3F3F3);
    background:-webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(100%,#F3F3F3));
    background:-o-linear-gradient(top,#FFF,#F3F3F3);
    margin:10px;
    padding:5px 40px;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
    line-height: 24px;
}
.submit .button:hover{
    border:1px solid #CCC;
    text-decoration:none;
    background:#f4f4f4;
    background:-moz-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#f4f4f4),color-stop(100%,#dfdfdf));
    background:-o-linear-gradient(top,#f4f4f4,#dfdfdf 100%);
}
.submit .button:active{
    border:1px solid #CCC;text-decoration:none;
    background:#cdcdcd;
    background:-moz-linear-gradient(top,#cdcdcd,#eee 100%);
    background:-webkit-gradient(linear,left top,left bottom,from(#cdcdcd),color-stop(100%,#eee));
    background:-o-linear-gradient(top,#cdcdcd,#eee 100%);
}


/* button small
----------------------------------------------- */

.button-small{
    text-decoration: none!important;
    display:inline-block;
    padding:4px 10px 4px;
    margin-bottom:0;
    font-size:13px;
    line-height:18px;
    color:#333!important;
    text-align:center;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align:middle;
    cursor:pointer;
    background-color:#f5f5f5;
    background-image:-ms-linear-gradient(top, #fff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image:-o-linear-gradient(top, #fff, #e6e6e6);
    background-image:linear-gradient(top, #fff, #e6e6e6);
    background-image:-moz-linear-gradient(top, #fff, #e6e6e6);
    background-repeat:repeat-x;
    border:1px solid #ccc;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    filter:progid:dximagetransform.microsoft.gradient(enabled=false);
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border-color:#ccc;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button-small:hover{
    background-color:#e6e6e6;
    color:#333;
    text-decoration:none;
    background-color:#e6e6e6;
    background-position:0 -15px;
    -webkit-transition:background-position .1s linear;
    -moz-transition:background-position .1s linear;
    -ms-transition:background-position .1s linear;
    -o-transition:background-position .1s linear;
    transition:background-position .1s linear;
}


/* pagination
----------------------------------------------- */

.pagination {
    margin-bottom:20px;
}
.pagination {
    padding-right: 10px;
    text-align: right;
    line-height: 18px;
}
.pagination .page-result{
    margin: 5px 5px 0;
    float:right;
}
.pagination .page-numbers {
    float:left;
}
.pagination span span a {
    border: 1px solid #00a9c7;
    margin: 0 2px 4px;
    text-decoration: none;
    display:block;
    float:left;
}
.pagination span span a:hover {
    background-color: #00a9c7;
    color: #FFFFFF;
}
.pagination .current {
    background-color: #E2E2E2;
    font-weight:bold;
    border:1px solid #E2E2E2;
    margin: 0 2px 4px;
    display:block;
    float:left;
}
.pagination .next, .pagination .prev {
    margin: 0 2px 4px;
    text-decoration: none;
    border: 1px solid #00a9c7;
    float:left;
}
.pagination .next a, .pagination .prev a {
    text-decoration: none;
}
.pagination .next a:hover, .pagination .prev a:hover {
    background-color: #00a9c7;
    color:#fff;
}
.pagination .next:hover, .pagination .prev:hover {
    background-color: #00a9c7;
}
.pagination span span a,
.pagination .disabled,
.pagination .current{
    padding: 3px 9px;
}
.pagination .next, .pagination .prev{
    padding: 3px 9px;
}
.pagination .disabled,
.pagination .disabled:hover{
    background-color: #FFF;
    border: 1px solid #DFDFDF;
    margin: 0 2px;
    display:block;
    float:left;
    color:#DFDFDF;
}


/* clear
----------------------------------------------- */

.clear {
    clear:both;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/* submit
----------------------------------------------- */

.submit {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}


/* baserCMS parts
----------------------------------------------- */

.edit-link {
    margin-bottom:10px;
    text-align:right;
    font-size: 12px;
}
.edit-link a{
    border:1px solid #1C98D4;
    color:#1C98D4;
    padding:5px 10px;
    text-decoration:none;
}
.edit-link a:hover{
    color:#1C98D4;
    text-decoration:underline;
}
.upload-file input[type=file] {
    margin-bottom: 5px;
}
.upload-file a {
    padding:5px;
    background-color: #F1F1F1;
    display: inline-block;
}


/* CakePHP parts
----------------------------------------------- */

table.cake-sql-log {
    width:90%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    color:#333;
    background-color: #fff;
    clear:both;
    padding: 0;
    margin: 0 0 1em 0;
    white-space: normal;
    border-collapse:separate;
    margin:20px auto;
}
table.cake-sql-log caption {
    font-weight:bold;
    text-align:center;
}
table.cake-sql-log th {
    background-color: #e2e2e2;
    padding:4px 8px;
    font-weight:bold;
    text-align:center;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #666;
    border-bottom-color: #666;
    border-left-color: #FFFFFF;
    font-size:0.8em;
}
table.cake-sql-log tr td {
    background-color: #F7F7F7;
    padding:6px 8px;
    vertical-align:top;
    text-align: left;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    font-size:0.8em;
}
#flashMessage, #ResultMessage {
	padding:10px 20px;
	margin:15px auto!important;
	color:#FF0033;
	font-weight:bold;
	border:5px solid #FF0033;
}
#MailMessageIndexForm .required{
    color:#FFF;
    font-size:10px;
    background-color: #C30;
    padding:4px 5px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left:5px;
    margin-right:5px;
    vertical-align: middle;
}
#MailMessageIndexForm .normal{
    color:#FFF;
    font-size:10px;
    background-color: #CCC;
    padding:4px 5px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    margin-left:5px;
    margin-right:5px;
    vertical-align: middle;
}
.form-error {
	background-color:#FCF5EB;
}
.error-message {
	color:#FF0033;
	font-weight: bold;
	font-size: small;
}


/* mega menu list */
nav .nav-menu {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 15;
}

/* a top level navigation item in the mega menu */
nav .nav-item {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

/* first descendant link within a top level navigation item */
nav .nav-item > a {
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0 0 -1px 0;
	border: 1px solid transparent;
}

/* focus/open states of first descendant link within a top level
   navigation item */
nav .nav-item > a:focus,
nav .nav-item > a.open {
	border: 1px solid #dedede;
}

/* open state of first descendant link within a top level
   navigation item */
nav .nav-item > a.open {
	background-color: #fff;
	border-bottom: none;
	z-index: 2;
}

/* sub-navigation panel */
nav .sub-nav {
	position: absolute;
	display: none;
	padding: 20px;
	border: 1px solid #dedede;
	background-color: #fff;
	z-index:1;
}
#MainImage {
	z-index:0;
}
/* sub-navigation panel open state */
nav .sub-nav.open {
	display: block;
}

/* list of items within sub-navigation panel */
nav .sub-nav ul {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em 0 0;
	padding: 0;
}

/* list item within sub-navigation panel */
nav .sub-nav li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav .ul-level-2 a{
	padding:10px 20px!important;
}
nav .ul-level-3 {
	margin-left:80px!important;
	margin-bottom:20px!important;
}
nav .ul-level-3 a{
	padding:0px!important;
}

.ul-level-2,
.ul-level-3 {
	margin-left:40px;
}

.eyecatch-list li{
	float:left;
	list-style: none!important;
	margin:15px;
}
.eyecatch-list li img {
	width:250px;
}
#SearchIndexQ {
    width:95%;
}



.postMainContainer {
    display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
        -webkit-justify-content: space-between;
}
.postMainContainer .eye-catch {
    width: 30%;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .postMainContainer {
        display: block;
    }
    .postMainContainer .eye-catch {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .postMainContainer .eye-catch img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.postMainContainer .cul {
    width: 70%;
}
@media screen and (max-width: 768px) {
    .postMainContainer .cul {
        width: 100%;
    }
}

.postMainContainer .culContentsList {
    width: 100%;
    display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: flex-start;
        -webkit-justify-content: flex-start;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    border-left: solid 1px #999;
}
.postMainContainer .culContentsList:last-child {
    margin-bottom: 30px;
    border-bottom: solid 1px #999;
}
.postMainContainer .culContentsList dt {
    width: 29%;
    padding: 10px;
    box-sizing: border-box;
    background: #162984;
    color: white;
}
.postMainContainer .culContentsList dd {
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .postMainContainer .culContentsList {
        width: 100%;
    }
    .postMainContainer .culContentsList dt {
        width: 33%;
    }
    .postMainContainer .culContentsList dd {
        width: 67%;
    }
}


#nav-input {
    display: none;
}
#nav-drawer {
    position: relative;
}
  
.nav-unshown {
    display:none;
}
#nav-open {
    display:none;
}
  
@media screen and (max-width:768px) {
    nav {
        background: none;
    }
  #nav-open {
      position: fixed;
      top: 15px;
      right: 15px;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
  #nav-open {
    display: block;
  }
  #nav-content .nav-item {
      display: block;
        width: 100%;
        border-bottom: solid 1px #999;
  }
}



.gMap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }
     
    .gMap iframe,
    .gMap object,
    .gMap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }



    
#top-business .top-businessLists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#top-business .top-businessLists li {
    width: 24%;
    list-style: none;
}
#top-business .top-businessLists li img {
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    #top-business .top-businessLists li {
        width: 49%;
    }
}


.systemFlow--container,
.systemFlow--container > div {
	overflow: hidden;
	width: 100%;
}
.systemFlow--container > div {
	position: relative;
	width: 75%;
	padding: 30px 30px 40px;
	box-sizing: border-box;
}
.systemFlow--container > div:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -5px;
	border-top: 10px solid #858585;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.systemFlow--yellow {
	float: left;
	background: #fff6cc;
}
.systemFlow--blue {
	float: right;
	background: #cce6ff;
}
.systemFlow--red {
	clear: both;
	margin: 0 auto;
	background: #ffcccc;
}
.systemFlow--container > div.systemFlow--red:after {
	border: none;
}
.systemFlow--container .systemFlow--yellowBlue {
	width: 100%;
	background:linear-gradient(90deg,#fff6cc 0%,#fff6cc 25%,#cce6ff 25%,#cce6ff 100%);
}
.systemFlow--title {
	clear: both;
	width: 75%;
	margin: 0 !important;
	padding: 30px 30px 0;
	box-sizing: border-box;
	font-size: 26px !important;
	font-weight: bold;
	color: #363636;
}
.systemFlow--title01 {
	background: #fff6cc;
}
.systemFlow--title02 {
	float: right;
	background: #cce6ff;
}
.systemFlow--title03 {
	margin: 0 auto !important;
	background: #ffcccc;
}
.systemFlow--content {
	padding: 30px;
	box-sizing: border-box;
	background: white;
}
.systemFlow--content dt {
	margin-bottom: 15px;
	padding: 0 0 10px;
	border-bottom: dotted 1px #363636;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	.systemFlow--title {
		padding: 20px 20px 0;
		font-size: 18px !important;
	}
	.systemFlow--content {
		padding: 20px;
	}
}