@charset "utf-8";
/* CSS Document */

/* reset
--------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,img{
	border: 0;
	outline: 0;
}
caption{
	text-align: left;
	font-weight: bold;
}
p{
	padding: 0;
	margin: 0 0 1.5em;
}
dt{
	font-weight: bold;
}
i{
	font-style: normal;
}

/* anchor
--------------------------------------------------*/
a {
	color: #111;
	text-decoration: none;
  	transition: all .2s;
}
a.on_c {
	color: #ffb400;
}
a[href^="tel:"] {
	cursor: default;
}
a[href^="tel:"]:hover {
	color: #ffb400;
}
a:hover{
	color: #999;
}
a:hover img{
	opacity: 0.8;
}

/* ul, ol, dl
--------------------------------------------------*/
ul{
	list-style-type: none;
	margin-bottom: 20px;
}
ul.listmark{
	list-style-type: disc;
	padding-left: 20px;
}
ol{
	padding-left: 20px;
}
ol li{
	margin: 20px 0;
}
dl {
	margin: 10px 0;
}

/* .en .en_thin .tel
--------------------------------------------------*/
.en {
	/*font-family: 'Crimson Pro', sans-serif;*/
    font-weight: 700;
}
.en_thin{
	/*font-family: 'Crimson Pro', sans-serif;*/
    font-weight: 300;
}
.tel {
	/*font-family: 'Crimson Pro', sans-serif;*/
    font-weight: 700;
    letter-spacing: 0.2rem;
}


/* .big .small .bold .center .color01 .nowrap
--------------------------------------------------*/
.big {
    font-size: 120%;
}
.bigbig {
    font-size: 140%;
}
.small {
    font-size: 80%;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
.color01 {
    color: #903;
}
.nowrap {
    white-space: nowrap;
}
.m-b10 {
    margin-bottom: 10px;
}

/* spbr
--------------------------------------------------*/
.spbr {
    display: none;
}
@media screen and (max-width: 480px) {
.spbr {
    display: block;
}
}
/* spsmall
--------------------------------------------------*/
@media screen and (max-width: 480px) {
.spsmall {
    font-size: 90%;
}
}

/* .icon_middle .icon_bottom .icon_2down .icon_4down
--------------------------------------------------*/
.icon_middle {
    vertical-align: middle;
}
.icon_bottom {
    vertical-align: bottom;
}
.icon_2down {
    vertical-align: -2px;
}
.icon_4down {
    vertical-align: -4px;
}


/* table
--------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

/* flex
--------------------------------------------------*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;
    margin-left: -15px;*/
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.justify-center {
	justify-content: center;
    align-items: center;
}
.justify-end {/*右、下に寄せる*/
	justify-content: flex-end;
}
.flex-reverse {/*右から、下から*/
    flex-direction : row-reverse;
}
.flex-colum {/*縦並び*/
    flex-direction: column;
}
.box {
    width: 50%;
}
.box40 {
    width: 40%;
}
.box60 {
    width: 60%;
}
.box30 {
    width: 30%;
}
.box70 {
    width: 70%;
}
.box img {
    width: 100%;
    height: auto;
}

/* html
--------------------------------------------------*/
/*html {
    scroll-behavior: smooth;
}*/

/* body
--------------------------------------------------*/
body {
	margin: 0 auto;
	font-size: 14px;
	/*font-family:'游明朝','YuMimcho','ヒラギノ明朝 Pro W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho','ＭＳ 明朝', 'serif';*/
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Zen Kaku Gothic New', sans-serif;*/
	/*font-family: 'Shippori Mincho', serif;*/
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em;
	background-color: #fff;
	color: #111;
}
body {
	display: none;
}


/* #wrap
--------------------------------------------------*/
#wrap {
	background: url("../img/asanoha.jpg") repeat center top;
    width: 100%;
    overflow: hidden;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
}

/* #content
--------------------------------------------------*/
#content {
    /*background: linear-gradient(rgba(255, 255, 255,0.6) 1%,rgba(255, 255, 255,0));*/
    /*background: linear-gradient(rgba(255, 255, 255,1) 10%,rgba(255, 255, 255,0),rgba(255, 255, 255,1) 70%,rgba(255, 255, 255,0));*/
}

/* #content_inner
--------------------------------------------------*/
#content_inner {
    /*background-image: url("../img/center_bg.svg");
    background-position: center 0;
    background-repeat: repeat-y;
    background-size: 300vw auto;*/
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/*#content_inner.page {
    background-image: url("../img/pageheader_bg.svg");
    background-position: right -60px top -60px;
    background-repeat: no-repeat;
    background-size: 500px auto;
}
@media screen and (max-width: 700px) {
#content_inner.page {
    background-size: 300px auto;
}
}
@media screen and (max-width: 480px) {
#content_inner.page {
    background-size: 200px auto;
}
}*/

/*-------------------
header
-------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}

/*-------------------
section ,h2 ,article
-------------------*/
section {
    width: 100%;
    /*max-width: 1100px;
    margin: 0 auto;*/
    /*padding: 160px 60px 40px;
    margin-top: -120px;*/
    padding: 40px 60px;
}
section h2 {
    font-size: 1.2em;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #903;
    text-align: center;
    padding: 0.2em 0;
    max-width: 400px;
    margin: 0 auto 1em;
}

@media screen and (max-width: 700px) {
section {
    /*padding: 90px 25px 30px;
    margin-top: -60px;*/
    padding: 30px 25px;
}
}
@media screen and (max-width: 480px) {
section {
    /*padding: 90px 15px 30px;*/
    padding: 30px 15px;
}
section h2 {
    letter-spacing: 0.1em;
    margin: 0 auto 0.1em;
}
}

section article {
    margin-bottom: 3em;
}

/*-------------------
.link01
-------------------*/
.link01 {
    display: inline-block;
    border-radius: 20px;
    background-color: #903;
}
.link01 a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    padding: 0 80px;
    margin: 0;
    position: relative;    
}
.link01 a::after {
    content: '';
    position: absolute;
    right: 40%;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url(../img/icon/icon_arrow_right_white.svg);
    background-size: contain;
    vertical-align: middle;
    z-index: -10;
  	transition: all .3s;
}
.link01 a:hover {
    color: #fff;
}
.link01 a:hover::after {
    right: 10%;
    z-index: 10;
}

/*-------------------
.link02
-------------------*/
.link02 {
    margin-bottom: 0;
    text-align: right;
    font-size: 0.9em;
}
.link02 a {
    position:relative;
    padding: 10px 0;
}
.link02 a::before ,
.link02 a::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #333;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease-in-out;
}
.link02 a::after {
    width: 0;
    background-color: #903;
}
.link02 a:hover::after {
    width: 100%;
}
.link02 a:hover {
    color: #903;
}

.link02 a span {
    position: relative;
    padding: 0 50px 0 20px;
}
.link02 a span::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 20px;
    /*矢印の形状*/   
    width: 5px;
    height: 5px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    transform: rotate(45deg);
    transition: all .3s;
}
.link02 a:hover span::after {
    right: 15px;
}

/*-------------------
.link03
-------------------*/
.link03 {
    display: inline-block;
    background-color: #f09495;
}
.link03 a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 40px;
    padding: 0 40px;
    margin: 0;
}
@media screen and (max-width: 480px) {
.link03 a {
    padding: 0 20px;
    letter-spacing: 0;
}
}


/*-------------------
ol.maru
-------------------*/
ol.maru {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
    margin: 0;
}
ol.maru li {
    margin: 10px 0;
    padding-left: 30px;
    position: relative;
}
ol.maru li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #f99;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/*-------------------
ul.check
-------------------*/
ul.check {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.check li {
    margin: 10px 0;
    padding-left: 36px;
    position: relative;
}
ul.check li::before {
    content: url("../img/icon_check.png");
    width: 24px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    left: 0;
    line-height: 1;
}

/*-------------------
ul.circle
-------------------*/
ul.circle {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.circle li {
    margin: 10px 0;
}
ul.circle li::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon/icon_mark_maru.svg);
    background-size: contain;
    margin-right: 0.5em;
}


/*-------------------
flame01
-------------------*/
.flame01 {
    background-color: #ffe6e6;
    padding: 10px;
    margin: 2em 0;
}
.flame01_inner {
    border: 1px solid #fff;
    padding: 0.5em 2em;
}
.flame01 h3 {
    font-size: 1.3em;
    /*line-height: 1.6;*/
}
.flame01 h3::before {
    content: url("../img/icon_hana.svg");
    display: inline-block;
    vertical-align: middle;
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.5em;
    margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
.flame01 {
    margin: 1em 0;
}
.flame01_inner {
    border: 1px solid #fff;
    padding: 0.5em;
}
}


/*-------------------
header
-------------------*/
#header {
    background-color: #903;
}
#header-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: 120px;
    position: relative;
  	transition: all .2s;
}
#header-h1 {
    width: 320px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#header-h1 a ,
#header-h1 img {
    display: block;
}

#nav-button-container {
    display: none;
}

#header-menu {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: auto;
    padding: 10px 0;
    display: inline-block;
}
#header-menu ul.main-menu {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
#header-menu ul.main-menu li.main_item ,
#header-menu ul.main-menu li.main_parent {
    margin: 0 10px;
    position: relative;
}
#header-menu ul.main-menu li.main_item a ,
#header-menu ul.main-menu li.main_parent span ,
#header-menu ul.main-menu li.main_parent a.link_item {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
    cursor: pointer;
}
#header-menu ul.main-menu li.main_item a::before ,
#header-menu ul.main-menu li.main_parent span::before ,
#header-menu ul.main-menu li.main_parent a.link_item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: left bottom;
    transform: scale(0,1);
    transition: transform .3s;
}
#header-menu ul.main-menu li.main_item a:hover::before ,
#header-menu ul.main-menu li.main_parent span:hover::before ,
#header-menu ul.main-menu li.main_parent a.link_item:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
}

/* ホバー開閉 */
#header-menu ul.main-menu li.main_parent ul.main_sub {
    display: none;
    position: absolute;
    top: 49px;
    background-color: rgba(255,255,255,0.8);
    width: 200px;;
}
#header-menu ul.main-menu li.main_parent ul.main_sub li a {
    color: #903;
    display: block;
    padding: 0.5em;
    border-bottom: 1px dashed #903;
}
#header-menu ul.main-menu li.main_parent ul.main_sub li a:hover {
    background-color: rgba(153,0,51,0.2);
}

#header-menu div.smf-main-menu ,
#header-menu div.secondary_menu ,
#header-menu div.sub_menu {
    display: none;
}

/*-------------------
first-section
-------------------*/
#first-section {
    width: 100%;
    /*padding: 240px 25px 0 25px;
    margin-top: -120px;*/
    padding: 120px 25px 0 25px;
	position: relative;
}
#first-section #top_slider {
	width: 100%;
	margin: 0 auto;
    pointer-events: none;/* スライド停止しないためtouchイベント不可*/
}
#first-section .onslider {
    position: absolute;
    top: 120px;
    left: 4%;
    height: calc(100% - 120px);
    width: auto;
    max-height: 600px;
    z-index: 6;
}
#first-section .onslider img {
    height: 100%;
    width: auto;
}
.slide {
	width: 100%;
	height: auto;
	/*position: relative;*/
    line-height: 0;
    overflow: hidden;
}
.slide .slide_img img {
	width: 100%;
	height: auto;
}

/* 横から挿入 */
.slide .slide_text {
    width: 100%;
	position: absolute;
	font-family: '游明朝','YuMimcho','ヒラギノ明朝 Pro W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝', 'MS PMincho','ＭＳ 明朝', 'serif';
	font-size: 56px;
	font-weight: bold;
    line-height: 1.8;
	color: #903;
    text-shadow: 1px 1px 2px #fff;
    background-color: rgba(255,255,255,0.6);
	margin: 0;
    opacity: 0;
}
.slide .slide_text.slideA {
	bottom: 10%;
	right: 0;
    text-align: right;
    padding-right: 3em;
}
.slide .slide_text.slideB {
	bottom: 30%;
	left: 0;
    padding-left: 2em;
}
.slide .slide_text.slideC {
	top: 15%;
	right: 0;
    text-align: right;
    padding-right: 2em;
}
.slide .slide_text span {
    color: #111;
    font-size: 0.8em;
}
.slide .slide_text br {
    display: none;
}
.add-animation .slide_text {
  animation: slideIn 1s ease 1.5s 1 normal both;
}
/*@keyframes fadezoom {
  0% { transform: scale(1); }

  100% { transform: scale(1.1); }
}*/
/*@keyframes FadeAni {
  0% { opacity: 0; }
  100% { opacity: 1; }
}*/
@keyframes slideIn {
  0% {
    transform: translateX(600px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
/*.add-animation .slide_img img {
    animation: fadezoom 7s 0s forwards;
}*/

@media screen and (max-width: 1200px) {
#first-section {
    /*padding: 240px 0 0 0;*/
    padding: 120px 0 0 0;
}
}

/* 横から挿入 */
@media screen and (max-width: 700px) {
.slide .slide_text {
	font-size: 38px;
}
}
@media screen and (max-width: 480px) {
.slide .slide_text {
    font-size: 30px;
}
.slide .slide_text br {
    display: block;
}
.slide .slide_text.slideA {
    padding-right: 1.5em;
}
.slide .slide_text.slideB {
    padding-left: 1.5em;
}
}

/*-------------------
news-section
-------------------*/
#news-section {
    /*background-color: #fff;*/
    position: relative;
}
/*#news-section .bgitem  {
    position: absolute;
    z-index: 1;
}
#news-section .bgitem.left  {
    top: -500px;
    left: -300px;
}
#news-section .bgitem.right  {
    top: -500px;
    right: -300px;
}*/
/*
.news_inner {
    border: 2px solid #903;
    background-color: #fff;
    padding: 1.5em 3em;
}
ul.newstopics_list {
    margin-bottom: 0;
}
ul.newstopics_list li {
    margin: 15px 0;
}
ul.newstopics_list li a {
    position:relative;
}
ul.newstopics_list li a::before ,
ul.newstopics_list li a::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #999;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease-in-out;
}
ul.newstopics_list li a::after {
    width: 0;
    background-color: #903;
}
ul.newstopics_list li a:hover::after {
    width: 100%;
}
ul.newstopics_list li dl {
    margin: 0;    
}
ul.newstopics_list li .news_date {
    width: 220px;
    font-weight: normal;
}
ul.newstopics_list li .news_date span {
    background-color: #903;
    border-radius: 10px;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 0;
    padding: 0 0.7em;
    margin-left: 0.5em;
}
ul.newstopics_list li:hover a {
    color: #903;
}

@media screen and (max-width: 800px) {
.news_inner {
    padding: 1.5em 2em;
}
ul.newstopics_list li .news_date {
    width: 100%;
}
}
@media screen and (max-width: 480px) {
.news_inner {
    padding: 0.6em 1em 1.2em;
}
.news_inner p.link02 {
    margin-top: 1.2em;
}
ul.newstopics_list li .news_date {
    line-height: 1.2;
}
ul.newstopics_list li .news_date span::after {
    content: '\A';
    white-space: pre;
}
}*/

.news_inner.news_con_list {
    width: 100%;
}
.news_con_list .newstopics_list .slick-slide {
    width: 31%;
    max-width: 340px;
    margin: 1em;
}
.news_con_list .newstopics_list .slick-slide figure ,
.news_con_list ul li figure {
    margin-bottom: 0.5em;
}
.news_con_list .newstopics_list .slick-slide figure img ,
.news_con_list ul li figure img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.news_info p {
    margin-bottom: 0.5em;
}
.news_info p.news_date {
    font-size: 0.9em;
    color: #666;
}
.news_info p.news_cat {
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    background-color: #903;
    padding: 0 8px;
}
/* スライダー矢印 */
.newstopics_list {
    position: relative;
}
.topics-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    cursor: pointer;
}
.topics-slider-arrow.prev-arrow {
    left: -20px;
}
.topics-slider-arrow.next-arrow {
    right: -20px;
}
.topics-slider-arrow::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: contain;
    vertical-align: middle;
}
.topics-slider-arrow.prev-arrow::before {
    background-image: url("../img/icon/icon_arrow_chevronslim_left.svg");
}
.topics-slider-arrow.next-arrow::before {
    background-image: url("../img/icon/icon_arrow_chevronslim_right.svg")
}
@media screen and (max-width: 920px) {
.topics-slider-arrow.prev-arrow {
    left: -10px;
}
.topics-slider-arrow.next-arrow {
    right: -10px;
}
.topics-slider-arrow::before {
    width: 25px;
    height: 25px;
}

}

/*-------------------
tokucho-section
-------------------*/
#tokucho-section {
    /*background-color: #fff;*/
}
.tokucho_inner {
    text-align: center;
}
.tokucho_point {
    font-size: 2em;
    font-weight: bold;
    color: #903;
    display: inline-block;
    background: -webkit-linear-gradient(180deg, rgba(153,0,51,1) 0%, rgba(255,153,153,1) 100%);
    background: -o-linear-gradient(180deg, rgba(153,0,51,1) 0%, rgba(255,153,153,1) 100%);
    background: linear-gradient(180deg, rgba(153,0,51,1) 0%, rgba(255,153,153,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 0.5em;
}
/*.tokucho_text.subpoint {
    text-align: left;
}*/

.tokucho_inner img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 900px) {
.tokucho_text {
    text-align: left;
}
}
@media screen and (max-width: 600px) {
.tokucho_point {
    font-size: 1.4em;
    letter-spacing: 0;
}
}

/*-------------------
footer
-------------------*/
#footer {
    background-color: #903;
    padding: 2em 1em;
}
.footer_inner .nav_area {
    width: 100%;
    color: #fff;
    text-align: center;
}
.nav_area a {
    color: #fff;
}
ul.footer_sns {
    margin-bottom: 1em;
}
.footer_sns li {
    margin: 0 1em;
    width: 40px;
}
.footer_sns li a {
    display: block;
}
.nav_area .footer_logo {
    margin-bottom: 0
}
.nav_area .footer_logo img {
    width: 250px;
    height: auto;
}
.footer_nav li {
    font-size: 0.8em;
    padding: 0 1em;
    line-height: 1.5;
    border-right: 1px solid #fff;
    margin: 5px 0;
}
.footer_nav li:last-child {
    border-right: none;
}
#footer .copyright {
    font-size: 0.9em;
}


/*-------------------
page-top
-------------------*/
#page-top {
    position: fixed;
    right: 60px;
    bottom: 90px;
    z-index: 2;
}
#page-top a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}
#page-top a::before {
    content: ''; 
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background-image: url(../img/icon/icon_arrow_up.svg);
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width: 700px) {
#page-top {
    right: 20px;
    bottom: 20px;
}
}

/*-------------------
ダウンロードボタン
-------------------*/
#download {
    position: fixed;
    right: 0;
    top: 280px;
    z-index: 6;
}
#download a {
    display: block;
    width: 80px;
    height: 140px;
    background-color: #903;
    color: #fff;
    font-size: 0.7em;
    letter-spacing: 0;
    line-height: 1.2;
    padding-top: 45px;
    text-align: center;
    position: relative;
}
#download a i {
    font-size: 1.5em;
    margin-top: 3px;
}
#download a::after {
    position: absolute;
    content: url("../img/mari.png");
    top: -30px;
    left: -30px;
}

@media screen and (max-width: 480px) {
#download {
    display: none;
}
}


/*===================
下層ページ
===================*/
/*-------------------
pageheader-section
-------------------*/
#pageheader-section {
    /*margin-top: 120px;*/
    max-width: none;
    /*padding: 20px 0;*/
    padding: 140px 0 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.h1_container,.page_crumb  {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 60px;
}
#page-h1 {
    font-size: 30px;
}
.page_crumb {
    padding: 0 60px;
}
.page_crumb ol {
    list-style-type: none;
    letter-spacing: 0;
    padding-left: 0;
    line-height: 1;
}
.page_crumb ol li {
    margin: 0;
}
.page_crumb ol li::after {
    content: '/';
    padding: 0 1em;
}
.page_crumb ol li:last-child::after {
    display: none;
}
.page_crumb ol li a {
    display: inline-block;
}

@media screen and (max-width: 800px) {
.h1_container,.page_crumb  {
    padding: 0 40px;
}
#page-h1 {
    font-size: 26px;
    font-weight: 500;
}
}
@media screen and (max-width: 480px) {
.h1_container,.page_crumb  {
    padding: 0 15px;
}
}

/*-------------------
con_h2
-------------------*/
.con_h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #111;
    background-color: transparent;
    padding: 0.2em 0 10px;
    max-width: none;
    margin: 1em 0 0.5em;
    position: relative;
}
.con_h2.dot::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
	background-color: #903;
	border-radius: 7px;
}
.con_h2.number::before {
    content: attr(data-number);
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Allura', cursive;
	color: #903;
    font-size: 1.3em;
    letter-spacing: 0;
}
/*.con_h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
	background-color: #903;
	border-radius: 7px;
}*/
/*.con_h2.number {
    position: relative;
}
.con_h2.number::before {
    content: attr(data-number);
    display: inline-block;
    margin-right: 10px;
    color: #ffb400;
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: 0;
}*/


/*-------------------
con-a-section
-------------------*/
.con-a-section {
    border-bottom: 1px solid #ffb400;
    margin: 40px auto 60px;
}
.con-a-section.line_none {
    border-bottom: none;
}
.con-a-box {
    width: 50%;
    padding: 15px;
}
.con-a-box.full {
    width: 100%;
}
.con-a-box.img img {
    max-width: 100%;
    height: auto;
}
.company_content .con-a-box.text p {
    line-height: 2.2;
    font-size: 16px;
    /*font-weight: bold;*/
}
.company_content .con-a-box.img {
    padding: 15px 60px;
}

@media screen and (max-width: 800px) {
.con-a-section {
    margin: 20px auto 30px;
}

.con-a-box {
    width: 100%;
}
}

/*-------------------
con-b-section
-------------------*/
.con-b-section {
    border-bottom: 1px solid #ffb400;
    margin: 40px auto 60px;
}
.con-b-section.line_none {
    border-bottom: none;
}
.con-b-box {
    padding: 15px;
}
.con-b-box.left {
    width: 30%;
    padding: 15px;
}
.con-b-box.right {
    width: 70%;
    padding: 15px;
}
.con-b-box.img img {
    max-width: 100%;
    height: auto;
}
.con-b-box.bg {
    background-image: url("../img/top_slider01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 800px) {
.con-b-section {
    margin: 20px auto 30px;
}
.con-b-box.left ,
.con-b-box.right {
    width: 100%;
}
.con-b-box.bg {
    height: 160px;
}
}

/*-------------------
con_in_table
-------------------*/
table.con_in_table {
    width: 100%;
    border-spacing: 10px;
}
.con_in_table th, .con_in_table td {
    padding: 1.5em 0.5em;
    border-bottom: 1px solid #ccc;
}
.con_in_table th {
    width: 20%;
    text-align: left;
    font-size: 0.9em;
}
.con_in_table td {
    padding-left: 2.5em;
}
.con_in_table tr:first-child th ,
.con_in_table tr:first-child td {
    border-top: 1px solid #ccc;
}
.con_in_table td ul {
    margin-bottom: 0;
    list-style-type: disc;
    margin-left: 1.5em;
}
@media screen and (max-width: 600px) {
table.con_in_table {
    border-spacing: inherit;
}
.con_in_table th, .con_in_table td {
    display: block;
    width: 100%;
}
.con_in_table tr:first-child td {
    border-top: none;
}
.con_in_table th {
    padding: 0.5em;
    border-bottom: none;
}
.con_in_table td {
    padding: 1em 0.5em;
}
}

/*-------------------
img_scroll_container
content_scroll_container
-------------------*/
.img_scroll_text {
    margin-bottom: 2em;
}
.img_scroll_text p {
    text-align: center;
    margin-bottom: 0.5em;
}
.img_scroll_text p.width_p {
    display: none;
}
.img_scroll_text p.link02 {
    margin-bottom: 0;
}
.img_scroll_area ,
.content_scroll_area {
    width: 100%;
    overflow: auto;
    margin: 1em 0;
}
@media screen and (max-width: 1216px) {
.img_scroll_text p.width_p {
    display: block;
}
}



/*-------------------
itemlist-section
-------------------*/
.item_cat_list ul li {
    padding: 5px 2em;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
}
.item_cat_list ul li::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
  	transition: all .3s;
    margin-right: 5px;
    color: #ffb400;
}
.item_cat_list ul li.current::before ,
.item_cat_list ul li:hover::before {
    transform: translateY(-50%) scale(1, 1);
}
.item_cat_list ul li a {
    color: #ffb400;
}
.item_con_list ul li {
    width: 33%;
    padding: 10px;
}
.item_img img {
    max-width: 100%;
    height: auto;
}
.item_ttl {
    font-size: 1.2em;
    font-weight: bold;
}
.item_info p {
    margin-bottom: 0;
}
.item_info p.item_cat {
    color: #ffb400;
}
@media screen and (max-width: 900px) {
.item_con_list ul li {
    width: 50%;
}
}
@media screen and (max-width: 580px) {
.item_con_list ul li {
    width: 100%;
}
}

/*-------------------
newslist-section
-------------------*/
.news_cat_list {
    width: 20%;
}
.news_con_list {
    width: 78%;
}

/* カテゴリー */
.news_cat_list ul li a {
    color: #903;
}
.news_cat_list ul {
    flex-direction: column;
}
.news_cat_list ul li {
    padding: 5px 2em;
    font-size: 1.1em;
    position: relative;
}
.news_cat_list ul li::before {
    content: ''; 
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%) scale(0, 0);
    width: 12px;
    height: 12px;
    background-image: url(../img/icon/icon_mark_maru.svg);
    background-size: contain;
    vertical-align: middle;
  	transition: all .3s;
    margin-right: 5px;
}
.news_cat_list ul li.current::before ,
.news_cat_list ul li:hover::before {
    transform: translateY(-50%) scale(1, 1);
}

/* 記事 */
/*.news_con_list ul {
    border-top: 1px solid #111; 
}
.news_con_list ul li {
    padding: 1em;
    border-bottom: 1px solid #111;
    position: relative;
}
.news_info p {
    margin-bottom: 1em;
    font-size: 0.9em;
}
.news_info p.news_date {
    margin-right: 1em;
}
.news_info p.news_cat {
    color: #903;
}
.news_con_list ul li .news_ttl {
    padding-right: 30px;
}
.news_con_list ul li a {
    display: block;
    position: relative;    
}
.news_con_list ul li a::after {
    content: ''; 
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url(../img/icon/icon_arrow_rightright.svg);
    background-size: contain;
    vertical-align: middle;
  	transition: all .3s;
}
.news_con_list ul li a:hover::after {
    right: 1%;
}
.news_con_list ul li::after {
    background-color: #903;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 10;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .5s;
}
.news_con_list ul li:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}*/

.news_con_list ul li {
    width: 48%;
    max-width: 340px;
    margin: 1em 1%;
}

@media screen and (max-width: 800px) {
.news_cat_list ,
.news_con_list {
    width: 100%;
}
.news_cat_list ul {
    flex-direction: row;
}
.news_cat_list ul li {
    padding: 5px 1em;
}
.news_cat_list ul li::before {
    left: 0.2em;
}
}
@media screen and (max-width: 400px) {
.news_con_list ul li {
    width: 100%;
    max-width: 340px;
    margin: 1em 0;
}
}

/* ページネーション */
.pagination{
    width: 100%;
    margin: 10px;
}
.nav-links{
    display: flex;
    justify-content: center;
}
.pagination .page-numbers{
    display: inline-block;
    margin: 10px;
    padding: 6px 14px;
    border-radius: 3px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
    background-color: #fff;
}
.pagination .current{
    background-color: #903;
    color: #fff;
}
.pagination .prev,
.pagination .next{
    background-color: transparent;
    box-shadow: none;
}
.pagination .prev img,
.pagination .next img{
    vertical-align: middle;
}
.pagination .dots{
    background-color: transparent;
    box-shadow: none;
}
@media screen and (max-width: 480px) {
.pagination .page-numbers{
    margin: 3px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.dots{
    padding: 6px 4px;
}
}

/*-------------------
教員紹介ページ
-------------------*/
/*学科長メッセージ
-------------------*/
#gakkacho figure {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#gakkacho figure img {
    max-width: 100%;
    height: auto;
}
#gakkacho figure figcaption {
    font-size: 1.2em;
    padding: 0.5em 0;
}
#gakkacho .gakkacho_message {
    padding-top: 1em;
}
#gakkacho .gakkacho_message .catch {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

/*教員一覧
-------------------*/
ul.teacher_list li {
    width: 48%;
}
ul.teacher_list li a {
    display: block;
    border-top: 1px solid #903;
    color: #111;
    position: relative;
}
ul.teacher_list li a:hover {
    border-top: 1px solid #ccc;
}
ul.teacher_list li a dl {
    margin: 0;
}
ul.teacher_list li a dl dt img {
    max-width: 150px;
    height: auto;
}
ul.teacher_list li a dl dd {
    padding: 1em 0 0 1em;
}
ul.teacher_list li a dl dd p {
    margin-bottom: 0;
}
ul.teacher_list li a dl dd p.t_name {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}
ul.teacher_list li a dl dd p.t_name span.alphabet {
    display: block;
    font-size: 0.5em;
    color: #903;
}
ul.teacher_list li a dl dd p.t_name span.title {
    font-size: 0.6em;
    margin-left: 3em;
}
ul.teacher_list li a dl dd p.t_field span {
    display: block;
    font-size: 0.8em;
    color: #903;
}
ul.teacher_list li a .chevron {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1040px) {
ul.teacher_list li {
    width: 100%;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 480px) {
ul.teacher_list li a dl dt img {
    max-width: 100px;
}
ul.teacher_list li a dl dd p.t_name {
    font-size: 1.5em;
}
}

/*-------------------
教員詳細ページ
-------------------*/
/*teacherheader-section
-------------------*/
.teacherheader_img {
    margin-right: 20px;
    margin-bottom: 10px;
    width: 150px;
}
.teacherheader_img img {
    max-width: 100%;
    height: auto;
}
.teacherheader_info {
    position: relative;
    flex-grow: 1;
}
h1.teacherheader_name {
    font-size: 2em;
}
h1.teacherheader_name span {
    font-weight: normal;
    font-size: 0.7em;
    margin-left: 0.5em;
}
p.teacherheader_position ,
p.teacherheader_name_en {
    margin-bottom: 0;
    font-size: 1.2em;
}
.teacherheader_name_en {
    color: #f09495;
}
.teacherheader_dl {
    border-top: 3px solid #903;
    padding: 10px 0;
}
.teacherheader_dl dl {
    margin: 0;
}
.teacherheader_dl dt ,
.teacherheader_dl dd {
    display: inline-block;
}
.teacherheader_dl dt {
    width: 100px;
}
.database_link {
    position: absolute;
    top: 30px;
    right: 0;
}
.database_link p {
    color: #f09495;
}
.database_link .link03 a {
    line-height: 36px;
}

@media screen and (max-width: 480px) {
.teacherheader_img {
    width: 100px;
    height: auto;
}
h1.teacherheader_name {
    font-size: 1.5em;
}
.database_link {
    top: 20px;
}
}

/*teacherdata_container_section
-------------------*/
.teacherdata_container_section {
    padding-top: 0;
}
h2.teacherdata_h2 {
    font-size: 1.5em;
    color: #903;
    background-color: transparent;
    max-width: none;
}
.teacherdata_item {
    border-bottom: 1px solid #903;
}
.teacherdata_item dl dt {
    display: inline-block;
    background-color: #903;
    color: #fff;
    font-weight: normal;
    padding: 3px 1em;
}
.teacherdata_item dl dd ,
.teacherdata_message dl dd {
    padding-top: 10px; 
}
.teacherdata_message dl dt {
    background-color: #f09495;
    color: #fff;
    padding: 3px 1em;
}
.teacherdata_item dl dd a.researchmap {
    color: #5e6c7c;
    padding: 0.5em;
    display: inline-block;
    font-weight: bold;
}
.teacherdata_item dl dd a.researchmap:hover {
    color: #a5b2c6;
}
@media screen and (max-width: 480px) {
h2.teacherdata_h2 {
    letter-spacing: 0;
}
}

/*-------------------
カリキュラムページ
-------------------*/
/*4年間の学び
-------------------*/
table.table_4year {
    margin-bottom: 0.5em;
    font-size: 0.9em;
}
table.table_4year th, 
table.table_4year td {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    font-weight: normal;
}
table.table_4year .width30 {
    width: 30%;
    max-width: 210px;
}
table.table_4year .diagonal {
    background-image: linear-gradient(
        to right top, transparent calc(50% - 0.5px), #eaeaea 50%, #eaeaea calc(50% + 0.5px), transparent calc(50% + 1px)
    );
}
table.table_4year th.bg01 {
    background-color: #f0d8d8;
}
table.table_4year th.bg02 {
    background-color: #ddd;
}
table.table_4year th.tate {
    writing-mode: tb-rl;
    white-space: nowrap;
}
table.table_4year ul.mark {
    margin-bottom: 0;
}
table.table_4year ul.mark li {
    text-indent: -0.8em;
    padding-left: 0.8em;
}
table.table_4year ul.mark li::before {
    content: '・';
}
table.table_4year ul.subject_list li {
    min-width: 50%;
}
table.table_4year ul.subject_list li.w100 {
    min-width: 100%;
}

@media screen and (max-width: 480px) {
table.table_4year {
    font-size: 0.8em;
}
table.table_4year th, 
table.table_4year td {
    padding: 0.5em;
}
table.table_4year .fit {
    padding: 0.2em 0;
    font-size: 0.9em;
}
}

/*4年間の学び
  .menu_label, .menu_panel
-------------------*/
.menu_label {
    width: 25%;
    text-align: center;
    cursor: pointer;
}

/*pickup_h3
-------------------*/
.pickup_h3 {
    font-size: 1.2em;
    display: inline-block;
    border-bottom: 3px double #903;
    /*font-weight: normal;*/
    letter-spacing: 0.2em;
    padding-right: 12px;
    /*color: #111;*/
    /*padding: 0.2em 0 10px;*/
    /*max-width: none;*/
    /*margin: 1em 0 0.5em;*/
    /*position: relative;*/
    margin-bottom: 0.5em;
}
.pickup_h3::before {
    content: '';
    /*position: absolute;*/
    background-color: #903;
    width: 6px;
    height: 6px;
    margin-right: 12px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 100%;
}

/*pickup_container
-------------------*/
.pickup_container .pickup_colum_container {
    width: 48%;
}
.pickup_container .pickup_box {
    /*width: 48%;*/
    width: 100%;
    margin-bottom: 1em;
}
.pickup_container .pickup_box .pickup_img {
    margin-bottom: 0;
}
.pickup_container .pickup_box .pickup_img {
    margin-bottom: 0;
}
.pickup_container .pickup_box .pickup_img img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
.pickup_container .pickup_box .pickup_img.w600 img {
    max-width: 600px;
}
.pickup_container .pickup_box .pickup_img.w400 img {
    max-width: 400px;
}
@media screen and (max-width: 480px) {
.pickup_container .pickup_box {
    width: 100%;
}
}



/* 資格・免許
-------------------*/
.con_in_table td ul.m-b10 {
    margin-bottom: 10px;
}
.con_in_table td p.m-b0 {
    margin-bottom: 0;
}
.con_in_table td ul.chui {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.con_in_table td ul.chui li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}
.con_in_table td ul.select_marker li.double_circle::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/icon/icon_mark_nijumaru.svg);
    background-size: contain;
    /*margin-left: 0.5em;*/
    margin-top: -2px;
    vertical-align: middle;
}
.con_in_table td ul.select_marker li.triangle::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/icon/icon_mark_sankaku.svg);
    background-size: contain;
    /*margin-left: 0.5em;*/
    margin-top: -2px;
    vertical-align: middle;
}
.con_in_table td ul.chui li::before {
    content: '注）';
    display: inline-block;
}

/*-------------------
就職・進路ページ
-------------------*/
.shinro_h3 {
    padding: 12px 12px 12px 15px;
    border-left: 3px solid #903;
    background-color: #fafafa;
    margin-bottom: 1em;
}
.shinro_h4 {
    display: inline-block;
    color: #903;
    font-size: 1.1em;
    border-bottom: 1px solid #903;
    margin-bottom: 0.5em;
}
ul.shinro_list {
    margin-bottom: 1em;
}
ul.shinro_list li {
    margin: 5px 3em 5px 0;
}

/*-------------------
サイトマップ
-------------------*/
/*WP Sitemap Pageサイトマップ
-------------------*/
ul.wsp-pages-list li a {
    display: block;
}
ul.wsp-pages-list li a:hover {
    text-decoration: underline;
}
ul.wsp-pages-list li.page_item a {
    padding: 12px 12px 12px 15px;
    border-left: 3px solid #903;
    background-color: #fafafa;
    margin-bottom: 1em;
}
ul.wsp-pages-list li ul.children {
    list-style-type: disc;
    padding-left: 3em;
}
ul.wsp-pages-list li ul.children li.page_item a {
    padding: 5px;
    border-left: none;
    background-color: transparent;
    margin-bottom: 0;
}




/*-------------------
記事ページ
-------------------*/
/*newscontent-section
-------------------*/
#newscontent-section {
    padding: 30px 25px;
    margin-top: 120px;
}
#news-h1 {
    text-align: center;
}
.newsh1_container {
    padding: 40px 0 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #903;
}
.newsh1_container .news_info p {
    margin: 5px;
}
.news_content img {
    max-width: 100%;
    height: auto;
    margin: 1em auto;
}
.news_content p a {
    word-break: break-all;
}
.news_content {
    margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
#newscontent-section {
    padding: 20px 25px 80px;
}
}



/*-------------------
header
-------------------*/
@media screen and (max-width: 1040px) {
/*@media screen and (max-width: 960px) {*/
#header.is-small #header-inner {
    height: 60px;
}
#header-h1 {
    width: 280px;
}
#header.is-small #header-h1 {
    width: 200px;
}
#nav-button-container {
	display: block;
	position: fixed;
	top: 40px;
	right: 20px;
    z-index: 20;
    width: 40px;
    height: 15px;
    cursor: pointer;
  	transition: all .2s;
}
#header.is-small #nav-button-container {
	top: 20px;
}
/*メニューボタンのエフェクト*/
#nav-button,
#nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
#nav-button {
    /*z-index: 20;*/
    position: relative;
    width: 40px;
    height: 15px;
}
#nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
#nav-button span:nth-of-type(1) {
    top: 0;
}
#nav-button span:nth-of-type(2) {
    bottom: 0;
	right: 0;
	left: auto;
}
#nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(6.5px) rotate(-22.5deg);
    transform: translateY(6.5px) rotate(-22.5deg);
    /*background-color: #903;*/
}
#nav-button.active span:nth-of-type(2) {
    width: 100%;
    -webkit-transform: translateY(-6.5px) rotate(22.5deg);
    transform: translateY(-6.5px) rotate(22.5deg);
    /*background-color: #903;*/
}


#header-menu {
    position: fixed;
    right: 0;
    top: 0;
    left: inherit;
    bottom: inherit;
    /*display: none;*/
    z-index: 10;
    background-color: transparent;
	width: 180px;
    height: 100%;
    transform: translateX(180px);
    transition: all 0.5s;
    padding: 0;
}
#header-menu.open {
    background-color: #edbdc5;
    transform: translateX(0);
    overflow-y: auto;
}
#header-menu ul.main-menu {
    display: none;
}
#header-menu div.smf-main-menu {
    position: static;
    transform: translateX(0);
    margin-top: 70px;
    display: none;
}
#header-menu.open div.smf-main-menu ,
#header-menu.open div.secondary_menu ,
#header-menu.open div.sub_menu {
    display: block;
}
#header-menu div.smf-main-menu .menu_item a ,
#header-menu div.smf-main-menu .acc_item .acc_heading {
    display: block;
    padding: 0.5em 1em;
    background-color: #903;
    color: #fff;
    width: 100%;
    margin: 0 0 2px;
}
#header-menu div.smf-main-menu .acc_item:last-child .acc_heading {
    margin: 0 0 1px;
}
/* 開閉ボタン */
#header-menu div.smf-main-menu .acc_item .acc_heading {
    position: relative;
    cursor: pointer;
}
#header-menu div.smf-main-menu .acc_item .acc_heading .toggle_btn {
    position: absolute;
    right: 16px;
    top: 10px;
    width: 1rem;
    height: 1rem;
    display: inline-block;
}
#header-menu div.smf-main-menu .acc_item .acc_heading .toggle_btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transition: all .2s;
}
#header-menu div.smf-main-menu .acc_item .acc_heading .toggle_btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    transform: rotate(90deg);
    transition: all .2s;
}
#header-menu div.smf-main-menu .acc_item .acc_heading.is-active .toggle_btn::before {
    transform: translateX(-10px);
    opacity: 0;
}
#header-menu div.smf-main-menu .acc_item .acc_heading.is-active .toggle_btn::after {
    transform: rotate(0deg);
}
/* 開閉コンテンツ */
#header-menu div.smf-main-menu .acc_item {
    overflow: hidden;
}
#header-menu div.smf-main-menu .acc_item .acc_content {
    display: none;
    background-color: #fff;
}

#header-menu div.smf-main-menu .acc_item .acc_content ul {
    padding: 1em;
    margin-bottom: 0;
}
#header-menu div.smf-main-menu .acc_item .acc_content ul li {
    padding: 0.6em 0;
}
#header-menu div.smf-main-menu .acc_item .acc_content ul li a {
    position: relative;
    padding-left: 1em;
    font-size: 0.9em;
    line-height: 1.2;
    display: block;
}
#header-menu div.smf-main-menu .acc_item .acc_content ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #903;
}

/* secondary_menu */
.secondary_menu {
    margin: 0 0 2px;
}
.secondary_menu ul {
    margin-bottom: 0;
}
.secondary_menu ul li {
    margin: 2px 0;
}
.secondary_menu ul li a {
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 3px solid #903;
    padding: 0.5em 0.6em;
    font-size: 0.9em;
}

/* sub_menu */
.sub_menu {
    margin: 0 0 2px;
}
.sub_menu ul {
    margin-bottom: 0;
}
.sub_menu ul li {
    margin: 2px 0;
}
.sub_menu ul li a {
    display: block;
    border: 2px solid #903;
    padding: 0.1em 0.6em;
    font-size: 0.9em;
    background-color: #903;
    color: #fff;
}
.sub_menu ul li:last-child a {
    background-color: transparent;
    color: #903;
}

/*-------------------
footer
-------------------*/
#footer .footer_nav {
    display: none;
}
}
