@charset 'UTF-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS master.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */

/* IE用印刷設定CSS
======================================================= */

@media print {
    body {
        _zoom: 67%;
        /*WinIE only */
        width:100%;
    }
    #top_a {
        _zoom: 95%;
        /*WinIE only */
    }
}

/* 基本設定
======================================================= */

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.6;
    position: relative;
    min-width: 980px;
    /* [1. レイアウト設定]　全体の幅 */
    text-align: left;
    color: #333;
    /* [4. 文字設定]　文字色 */
    background: center / cover no-repeat url("../img/img_bg.jpg");
    background-attachment: fixed;
}

body.contact {
    min-width: 980px;
}

a:link,
a:visited {
    color: #222;
    /* [4. 文字設定]　リンク文字色 */
}

a:hover,
a:active {
    text-decoration: none;
    color: #15c;
    /* [4. 文字設定]　リンク文字色 */
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
}

ul {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}

iframe {
    border: none;
}

/* レイアウト設定
======================================================= */

.wrapper {
    padding: 0 10px;
    width: 1080px;
    /* [1. レイアウト設定]　全体の幅 */
    margin: 0 auto 0;
}

.wrapper .main {
    float: left;
    min-height: 500px;
    padding: 50px 30px;
    width: 720px;
    background: #fff;
    margin-bottom: 100px;
}

.wrapper .side {
    float: right;
    width: 300px;
}


.wrapper.full .main {
    float: none;
    padding: 50px 40px;
    width: 1000px;
}

.full.wrapper .side {
    float: none;
    display: none;
}

.contact .wrapper {
    font-size: 1.4rem;
    width: 980px;
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: left;
}

.contact .wrapper .main {
    float: none;
    width: 700px;
    margin: 0 auto;
    padding: 0;
}

/* material影具合
======================================================= */

.shadow {
    -webkit-box-shadow: 0px 0px 4px 3px rgba(221, 221, 221, 0.304);
    box-shadow: 0px 0px 4px 3px rgba(221, 221, 221, 0.304);
}



/* header設定
======================================================= */
#comhead{
    width:100%;
}
header {
    padding: 0 0 4px 0;
    background: #fff;
   position: relative;
   z-index: 999999;
    /* [3. ヘッダー設定]　背景色 */
}

header .inner {

    width: 1080px;
    /* [1. レイアウト設定]　全体の幅 */
    margin: 0 auto;
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .head_l {
    float: left;
    width: 640px;
}

header .head_l p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    padding-top: 18px;
}

header .logo {
    float: left;
    width: 195px;
}

header .logo a {
    text-decoration: none;
    /* [3. ヘッダー設定]　文字色 */
}
header .logo img{
     max-width:177px;
     height:auto;
}
header .head_l .catch {
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    width: 385px;
    padding-top: 15px;
    color: #b6000d;
    line-height: 1.45;
    /* [3. ヘッダー設定]　文字色 */
}

.contact header .head_l .catch {
    display: none;
}

header .head_r {
    line-height: 1;
    float: right;
    width: 320px;
    padding: 22px 0;
}

.tel {
    width: 320px;
    margin: 0 0 10px;
    color: #333;
    /* [14. CVエリア設定]　電話番号文字色 */
    text-align: left;
    overflow: hidden;
}

.tel a {
    float: left;
    background: url(../img/ico_tel.png) 0 0em no-repeat;
    font-size: 26px;
    font-size: 2.6rem;
    padding: 0 0 0 22px;
    text-decoration: none;
}

.tel a,
.tel a:visited {
    color: #333;
    /* [14. CVエリア設定]　電話番号文字色 */
}

.tel span {
    display: block;
    float: left;
    padding: 0 0 0 9px;
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
}

body.contact .tel {
    width: 360px;
}

body.contact .tel span {
    padding: 14px 0 0 9px;
}

body.contact .tel a {
    background: url(../img/ico_tel.png) 0 0.3em no-repeat;
}

header .head_r .contact {
    margin: 0;
}

header .head_r .contact a {
    padding: 10px 45px;
}


.sp_trigger,
.overlay {
    display: none;
}

.contact header {
    width: 980px;
}


/* nav
======================================================= */

nav {
    background-color: #fff;
        width:100%;
}

nav ul {
/*
  width: 1079px;
*/
    width: 1082px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    /*border-left: 1px solid #d9d9d9;*/
    /* [5. ナビゲーション（第一階層メニュー）設定]　枠線色 */
}

nav ul li {
    float: left;
    position: relative;
    /*border-left: 1px solid #d9d9d9;*/
    /* [5. ナビゲーション（第一階層メニュー）設定]　枠線色 */
}

nav ul li:last-child:after,
nav ul li:before {
    content: " ";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 32px;
}

nav ul li:last-child:after {
    left: inherit;
    right: 0;
    /*margin-right: -9px;*/
}

nav ul li a {
    position: relative;
    display: block;
    padding: 20px 63px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    color: #111;
}

nav ul li a span {
    font-size: 11px;
    font-size: 1.1rem;
    display: block;
    color: #555;
}

nav ul li a:link,
nav ul li a:visited {
    text-decoration: none;
    color: #333;
    /* [5. ナビゲーション（第一階層メニュー）設定]　文字色 */
}

nav ul li a:after {
    content: " ";
    display: block;
    width: 100px;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b6000d;
}


nav ul li a.selected:after,
nav ul li a:hover:after,
nav ul li a.selected :after {
    text-decoration: none;
    height: 2px;
}


/* パンくず
======================================================= */

ol.breadcrumb {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    height: 58px;
    line-height: 58px;
    list-style-type: none;
}

ol.breadcrumb li {
    float: left;
}
.breadcrumb a{
    color: inherit;
    text-decoration: underline;
}

/* 下層ナビゲーション
======================================================= */

/* cate_top */

.cate_top a {
    padding: 29px 10px 28px;
    text-align: center;
    display: block;
    font-size: 1.6rem;
    background: #656565;
    /* [8. 下層メニュー基本設定]　カテゴリトップ背景色 */
}

.cate_top a:link,
.cate_top a:visited,
.cate_top a:hover {
    color: #fff;
    /* [8. 下層メニュー基本設定]　カテゴリトップ文字色 */
    text-decoration: none;
}

/* subnav */

.side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side ul.subnav {
    margin: 0;
}

.side ul.subnav > li {
    border-bottom: 1px solid #e6e6e6;
    /* [8. 下層メニュー基本設定]　枠線色 */
}

.side ul.subnav li li {
    border-top: 1px solid #e6e6e6;
    /* [8. 下層メニュー基本設定]　枠線色 */
}

.side ul.subnav li a {
    display: block;
    margin: 0;
    padding: 14px 5px 13px 36px;
    background: url(../img/arw.png) 20px 50% no-repeat;
    /* [9. 下層メニュー（第二階層）設定]　背景色 */
}

.side ul.subnav li li a {
    display: block;
    margin: 0;
    padding: 14px 5px 13px 50px;
    background: url(../img/arw.png) 34px 50% no-repeat;
}

.side ul.subnav li a:link,
.side ul.subnav li a:visited {
    color: #333;
    /* [9. 下層メニュー（第二階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li a:hover {
    background: #e6e6e6 url(../img/arw.png) 20px 50% no-repeat;
    /* [9. 下層メニュー（第二階層）設定]　背景色（ハイライト時） */
    color: #333;
    /* [9. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}

.side ul.subnav li li a:link,
.side ul.subnav li li a:visited {
    background: #e6e6e6 url(../img/arw.png) 34px 50% no-repeat;
    /* [10. 下層メニュー（第三階層）設定]　背景色 */
    color: #333;
    /* [10. 下層メニュー（第三階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li li a:hover {
    background: #656565 url(../img/arw_w.png) 34px 50% no-repeat;
    /* [10. 下層メニュー（第三階層）設定]　背景色（ハイライト時） */
    color: #fff;
    /* [10. 下層メニュー（第三階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}

.side ul.subnav li.subselected > a {
    background: #e6e6e6 url(../img/arw.png) 20px 50% no-repeat;
    /* [9. 下層メニュー（第二階層）設定]　背景色（ハイライト時） */
    font-weight: bold;
    color: #333;
    /* [9. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}

.side ul.subnav li li.localselected a {
    background: #656565 url(../img/arw_w.png) 34px 50% no-repeat;
    /* [10. 下層メニュー（第三階層）設定]　背景色（ハイライト時） */
    font-weight: bold;
    color: #fff;
    /* [10. 下層メニュー（第三階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}

/*
.side ul.bnr {
    margin: 0;
}

.side ul.bnr li {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(221, 221, 221, 0.7);
    box-shadow: 0px 0px 4px 3px rgba(221, 221, 221, 0.7);
}

.side ul.bnr li {
    margin-bottom: 30px;
    margin: 0 2px 30px 30px;
}

.side ul.bnr li.mb20 {
    margin-bottom: 20px;
}

.side ul.bnr li a:hover {
    opacity: 0.8;
}
*/

.side_info,
.side_bnr {
    float: right;
    width: 270px;
}

.side .block {
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 0px 4px 3px rgba(221, 221, 221, 0.7);
    box-shadow: 0px 0px 4px 3px rgba(221, 221, 221, 0.7);
}

.side_info ul {
    height: 318px;
    margin: 20px;
}
.side_bnr p {
    margin: 0;
}
/* トップページ設定
======================================================= */

#top_a {
    margin: 30px 0 50px 0;
}

#top_b {
    width: 780px;
    overflow: hidden;
    float: left;
}

#top_c {
    float: right;
    width: 300px;
}


/* スライダー 設定
======================================================= */

.slick-dots {
    display: none !important;
}

.slider {
    position: relative;
    height: 198px;
}

.slick-list {
    width: 590px;
    height: 198px;
}

.slick-list .block {
    margin: 0;
    clear: none;
}
.slick-list img{
     max-width:100%;
   }
.slider-nav {
    width: 210px;
    height: 198px;

    right: 0;
}

.slider-nav,
.slider-for {
    /*float: left;
    overflow: hidden;*/
    position: absolute;
    top: 0;
}

.slider-for {
    left: 0;
}

.slider-for div p:last-child,
.slider-nav div p:first-child,
button.slick-prev.slick-arrow {
    display: none !important;
}

.slick-track {
    height: 198px;
    overflow: hidden;
}



.slider-nav .slick-slide.slick-active {
    height: 66px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    margin-left: 20px;
    background-color: #fff;
outline: none;
}

.slider-nav .slick-slide.slick-active p {
    padding: 9px 20px 0 20px;
    width: 150px;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
    overflow: hidden;
}

.slider-nav .slick-slide.slick-current.slick-active {
    background-color: #333;
}


.slider-nav .slick-slide.slick-current.slick-active {
    position: relative;
    border-bottom: 3px solid #b6000d;
}

.slider-nav .slick-slide.slick-current.slick-active::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 16px;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #333 transparent transparent;
}


.slider-nav .slick-slide.slick-current.slick-active p {

    color: #fff;
}

/* ビジネスセミナー・レポート・連載共通css
======================================================= */
#top_b a,
#top_b a:hover {
    text-decoration: none;
}

#top_b a:hover {
    opacity: 0.8;
}

.seminar,
.reports,
.series {
    margin-bottom: 50px;
}

#top_b .tit_l {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    color: #111;
    padding: 0 0 0 33px;
    background-repeat: no-repeat;
    background-position: left 50%;
    margin: 0 0 15px 0;
}

#top_b .heading_left,
#top_b .heading_right {
    width: 50%;
    float: left;
}

#top_b .infolist {
    float: right;
    margin: 20px 0 0 0;
    padding: 0 0 0 28px;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-image: url(../img/arw_btn_right.png);
    background-size: 16px;
}

#top_b .infolist a {

    text-decoration: none;
}
#top_b .infolist a:hover{
    text-decoration: underline;
}
#top_b .content_box {
    background-color: #fff;
    padding: 30px;
}

#top_b .content_left,
#top_b .content_center,
#top_b .content_right {
    float: left;
}

/* ビジネスセミナー
======================================================= */

.seminar {
    margin-top: 70px;
}

.seminar .tit_l {
    background-image: url(../img/ico_tit_seminar.png);
    background-size: 24px;
}

.seminar .content_item {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    display: block;
}
.seminar .content_item:hover .tit-m{
    text-decoration: underline;
}
.seminar .content_item:last-child {
    margin: 0;
    border-bottom: none;
    padding: 0;
}

.seminar .content_left,
.seminar .content_center {
    margin: 0 30px 0 0;
}

.seminar .content_left {
    text-align: center;
}

.seminar .content_right {
    width: 475px;
}

.seminar .year {
    font-size: 12px;
    font-size: 1.2rem;
    color: #222;
}

.seminar .day {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}

.seminar .tit-m {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    color: #222;
}

.seminar .catch_txt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #555;
}

.seminar .article_txt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #555;
}

.seminar .content_right_top {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #ddd;
}

.seminar .content_right_min .time {
    margin: 0 0 15px 0;
}

.seminar .content_right_min .time:last-child {
    margin: 0;
}

.seminar .content_right_min p {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
}

.seminar .content_right_min .place {
    width: 70px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #555;
    color: #fff;
    margin: 0 10px 0 0;
}

.seminar .content_right_min .day {
    font-weight: normal;
    color: #333;
}

.seminar .go_detail {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    margin: 0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #b6000d;
    text-decoration: none;
    float: right;
}

.seminar .go_detail:after {
    content: " ";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500%;
    background-color: #c9010f;
    margin: 0 56% -10% 0;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.seminar .go_detail span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    padding: 0 0 0 30px;
}

.seminar .go_detail span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 11px 0px 0px 26px;
    background: url(../img/arw_btn_r.png) 0px 0px no-repeat;
    background-size: 16px;
}


/* レポート
======================================================= */

.reports .tit_l {
    background-image: url(../img/ico_tit_reports.png);
    background-size: 20px;
}

#top_b .reports .content_box {
    padding: 15px 0;
}

.reports .content_top {
    margin: 0 0 15px 0;
}

.reports .tit {
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
    font-weight: normal;
    height: 95px;
    overflow: hidden;
}

.reports .day {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    line-height: 1;
}

.reports .content_item {
    width: calc(25% - 31px);
    padding: 0 15px;
    float: left;
    border-right: 1px solid #ddd;
}
.reports .content_item:hover .tit{
    text-decoration: underline;
}
.reports .content_item:last-child {
    border-right: none;
}


/* 連載
======================================================= */

.series .content_box_inner {
    overflow-y: scroll;
    height: 760px;
    padding: 0 30px 0 0;
}

.series .content_item {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.series .content_item:hover .tit{
    text-decoration: underline;
}
.series .tit_l {
    background-image: url(../img/ico_tit_series.png);
   background-size: 22px;
}

.series .content_top {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.series .content_top_left,
.series .content_top_right {
    float: left;
}

.series .content_top_left {
    margin: 0 10px 0 0;
}

.series .content_top_right {
    width: calc(100% - 160px);
    position: relative;
    height: 150px;
}

.series .tit {
    font-size: 15px;
    font-size: 1.5rem;
    color: #222;
    font-weight: normal;
}
#page .series .article-sub-tit{
    margin: 0 0 10px 0;
    color: #aaa;
    font-size:12px;
}

.series .article_txt {
    font-size: 13px;
    font-size: 1.3rem;
    color: #555;
}

.series .day {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    line-height: 1;
}

.series .content_bottom a {
    display: inline-block;
    margin: 0 10px 0 0;
    background-color: #eee;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    color: #555;
    text-decoration: none;
    font-size: 11px;
    font-size: 1.1rem;
}
#top_b .series .content_bottom a:hover{
    text-decoration: underline;
}
.series .content_bottom a.active {
    background-color: #555;
    color: #fff;
}

/* sns
======================================================= */

.sns {
    margin: 60px 0 20px 0;
}

.sns ul {
    padding: 0;
    margin: 0;
}

.sns li {
    float: left;
    list-style-type: none;
    margin: 0 10px 0 0;
}
.sns li img {
    max-width: 40px;
}


/* 状態
======================================================= */

.display_none_pc {
    display: none;
}

.display_pc {
    display: block;
}

.display_none {
    display: none;
}

.br {
    display: block;
}

.bg_white {
    /* background: #fff !important;*/
}

.scroll_menu_list.scroll_menu_open nav > ul li.button:first-child > a.minus:after,
.scroll_menu_list.scroll_menu_open nav > ul li.button:nth-child(3) > a.minus:after {
    content: "ー";
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 2px;
    margin-top: 1px;
}

/* リンク定義
======================================================= */

/* 汎用ボタン
======================================================= */

.block .box_colum_btn a {
    border: none;
    position: relative;
    padding: 0;
    background-color: #1c1c1c;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 19px 80px;
}


.block .box_colum_btn a:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* 文字サイズ
======================================================= */

.mb20 {
    margin-bottom: 20px;
}

.font_size p[class^="fs"] {
    margin-bottom: 20px;
    line-height: 1;
}

.font_size p.fs14 {
    font-size: 14px;
    font-style: 1.4rem;
}

.font_size p.fs16 {
    font-size: 16px;
    font-style: 1.6rem;
}

.font_size p.fs18 {
    font-size: 18px;
    font-style: 1.8rem;
}

.font_size p.fs24 {
    font-size: 24px;
    font-style: 2.4rem;
}

.font_size p.fs30 {
    font-size: 30px;
    font-style: 3.0rem;
}


/* alink */

.link_set a {
    margin-bottom: 10px;
    display: block;
}

.block .pdf a {
    padding: 0 0 0 24px;
}

.block .blank a {
    padding: 0 0 0 24px;
}

.block .arw a {
    padding: 0 0 0 24px;
}

ul.alink a:hover {
    opacity: 0.8;
    text-decoration: none;
}

ul.alink li {
    float: left;
    margin: 0 10px 10px 0;
}

ul.alink li a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 26px;
    -webkit-box-sizing: border-box;
    background: #b6000d;
    color: #fff;
}

ul.alink li a:after {
    content: " ";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500%;
    background-color: #c9010f;
    margin: 0 56% -10% 0;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

ul.alink li a:link,
ul.alink li a:visited {
    text-decoration: none;
}


.block ul.alink li a span {
    background: none;
}

.block ul.alink li a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 11px 0px 0px 24px;
    background: url(../img/arw_btn_donw_white.png) 0px 0px no-repeat;
}

/* footer設定
======================================================= */

footer {
    background-color: #fff;
    width:100%;
}

footer .foot_in {

    width: 1080px;
    margin: 0 auto;
    /* [1. レイアウト設定]　全体の幅 */
}

/* foot_nav */

footer .foot_nav {
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.foot_nav ul {
    list-style-type: none;
    width: 850px;
    margin: 0 auto 20px auto;
}

.foot_nav ul:last-child {
    margin-bottom: 10px;
}

.foot_nav ul:nth-child(2) {
    /*width: 690px;*/
    width: 880px;
}

.foot_nav ul li {
    float: left;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #333;
    line-height: 1;
}

.foot_nav ul li:last-child {
    border-right: 1px solid #333;
}

.foot_nav ul:nth-child(2) li:last-child a img {
    width: 12px;
    margin: 1px 0 0 9px;
}

footer .foot_nav ul li.footer-button a {
    color: #333;
    font-size: 13px;
    font-size: 1.3rem;
}

.foot_nav a:link,
.foot_nav a:visited {
    color: #fff;
    /* [15. フッター設定]　メニュー文字色 */
    text-decoration: none;
}

.foot_nav a:hover {
    color: #fff;
    /* [15. フッター設定]　メニュー文字色 */
    text-decoration: underline;
}


/* foot_info */

.foot_info {
    color: #fff;
    /* [15. フッター設定]　コピーライト文字色 */
}

.foot_info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.foot_info .foot_info_cont {
    margin: 0 0 35px;
}

.foot_info .logo_address {
    float: left;
    width: 700px;
}

.foot_info .logo_address p {
    float: left;
}

.foot_info .logo_address p:not(.img) {
    margin: 5px 0 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #222;
    line-height: 18px;
}

.foot_info .logo_address .logo {
    float: left;
    width: 200px;
    padding: 0 15px 0 0;
}

.foot_info .logo_address p {
    font-size: 12px;
    font-size: 1.2rem;
}
.foot_info .logo_address p img{
    max-width:177px;
}
.foot_info .f_sns {
    float: right;
    padding: 0 0px 0 0;
}

.foot_info .f_sns li {
    float: left;
    width: 30px;
    margin: 0 0 0 5px;
}

.foot_info .f_sns li:first-child {
    margin: 0;
}

.foot_info .copy {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
}

.contact footer .foot_in {
    width: 980px;
}

.contact footer .foot_info .logo_address {
    float: left;
    width: 580px;
}

.contact footer .foot_info .logo_address .logo {
    float: left;
    width: 200px;
}

.contact footer .foot_info .logo_address ul {
    float: right;
    width: 360px;
}

.contact footer .foot_info .f_sns {
    float: right;
    padding: 15px 0 0;
}

/* privacy / copy
======================================================= */

.privacy_info .foot_in {
    padding: 20px 0;
    width: 740px;
}

.privacy_info .logo_address p {
    float: left;
    width: 640px;
    color: #555;
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 10px;
}

.privacy_info .logo_address p.img {
    width: 60px;
    padding-top: 0;
    margin-right: 10px;
}
.privacy_info .logo_address p.img img{
    max-width:100%;
}
.copy_info {
    background-color: #111;
    height: 43px;
    text-align: center;
}

.copy_info ul {
    display: none;
}

.copy {
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    margin-bottom:0;
}

/* telphone
======================================================= */

#telphone {
    display: none;
}

/* scroll_menu
======================================================= */

/*ハンバーガーメニュー見た目*/

#scroll_menu {
    width: 100%;
}

#humberger {
    position: relative;
    height: 43px;
    width: 36px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    top: 15px;
    z-index: 30;
}

#humberger:hover {
    cursor: pointer;
}

#humberger div {
    position: absolute;
    left: 0;
    margin-left: 2px;
    height: 2px;
    /*width: 36px;*/
    width: 33px;
    background: #111;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;
}

#humberger div:nth-of-type(1) {
    top: 0;
}

#humberger div:nth-of-type(2) {
    top: 10px;
}

#humberger div:nth-of-type(3) {
    bottom: 21px;
}

#humberger p {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;

}

#humberger p span {
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

#humberger p span:first-child {
    color: #111;
    /*padding-left: 2px;*/
}


#humberger.menu_open_color span:last-child {
    color: #fff;
}

#humberger.menu_open_color div {
    background-color: #fff;
}

/*ハンバーグアニメ*/

/*
#humberger div.bg_white:nth-of-type(1) {
    top: -10px;
    -webkit-transform: translateY(20px) rotate(-315deg);
    transform: translateY(20px) rotate(-315deg);
}

#humberger div.bg_white:nth-of-type(2) {
    opacity: 0;
}

#humberger div.bg_white:nth-of-type(3) {
    top: 30px;
    -webkit-transform: translateY(-20px) rotate(315deg);
    transform: translateY(-20px) rotate(315deg);
}
*/

#humberger div.bg_white:nth-of-type(1) {
    -webkit-animation: menu-bar01 .5s forwards;
    animation: menu-bar01 .5s forwards;
    top: -10px;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
        transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

#humberger div.bg_white:nth-of-type(2) {
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

#humberger div.bg_white:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
        transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
        transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

#humberger div.bg_white:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .5s forwards;
    animation: active-menu-bar01 .5s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
        transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg);
    }
}

#humberger div.bg_white:nth-of-type(2) {
    opacity: 0;
}

#humberger div.bg_white:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .5s forwards;
    animation: active-menu-bar03 .5s forwards;
    top: 30px;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
        transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
        transform: translateY(-20px) rotate(-45deg);
    }
}

/*開閉メニュー*/

.scroll_menu_list.scroll_menu_open {
    display: block;
    position: relative;
    z-index: 20;
}

.scroll_menu_list.scroll_menu_open nav {

    width: 440px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -20px;
    padding-top: 65px;
    background: none;
}

.scroll_menu_list.scroll_menu_open nav > ul {
    overflow-y: auto;
    height: calc(100vh - 65px);
}

.scroll_menu_list.scroll_menu_open nav ul {
    width: 100%;
}

.scroll_menu_list.scroll_menu_open nav > ul {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.scroll_menu_list.scroll_menu_open li:before,
.scroll_menu_list.scroll_menu_open li:last-child:after,
.scroll_menu_list.scroll_menu_open li a span {
    display: none;
}

.scroll_menu_list.scroll_menu_open li.button {
    width: 380px;
    padding: 0 10px;
    float: none;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

.scroll_menu_list.scroll_menu_open li.button:last-child {
    margin-bottom: 80px;
}

.scroll_menu_list.scroll_menu_open li.button:first-child {
    /*border-top: 1px solid #fff;*/
}

.scroll_menu_list.scroll_menu_open li a {
    color: #fff;
    text-align: left;
    padding: 0;
    height: 62px;
    line-height: 62px;
}

.scroll_menu_list.scroll_menu_open li a:after {
    background: none;
}

.scroll_menu_list.scroll_menu_open nav ul li a:after {
    content: "＞";
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: inherit;
}

.scroll_menu_list.scroll_menu_open nav > ul li.button ul {
    display: none;
}

.scroll_menu_list.scroll_menu_open nav > ul li.button:first-child > a:after,
.scroll_menu_list.scroll_menu_open nav > ul li.button:nth-child(3) > a:after {
    content: "＋";
    height: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: -1px;
    background: none;
}

.scroll_menu_list.scroll_menu_open nav > ul li.button:first-child > a:hover,
.scroll_menu_list.scroll_menu_open nav > ul li.button:nth-child(3) > a:hover {
    cursor: pointer;
}

.scroll_menu_list.scroll_menu_open li {
    width: 370px;
    padding: 0 10px;
    float: none;
    margin: 0 auto;
}

.scroll_menu_list.scroll_menu_open ul ul li a {
    height: 52px;
}

.scroll_menu_list.scroll_menu_open ul ul li:first-child {
    margin-top: -10px;
}

.scroll_menu_list.scroll_menu_open ul ul li:last-child {
    margin-bottom: 10px;
}



/*スクロールナビー固定*/

.scroll_nav {
    display: none;
}

.scroll_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.scroll_fixed#comhead {
    height: 60px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}


/* pagetop
======================================================= */

.pagetop {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 30px !important;
    margin-bottom: 0;
    width: 80px;
    background-color: #111;
    text-align: center;
    box-shadow: none;
    border: 1px solid #222;
    box-sizing: border-box;
    padding-bottom: 10px !important;
}

.pagetop a {
    position: relative;
    display: block;
    text-decoration: none;
    padding-top: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    height: 40px;
    overflow: hidden;
    outline: none;
    color: #fff;
    height:100%;
}

.pagetop a:after {
    content: "＞";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    font-size: 30px;
    font-size: 3.0rem;
    margin-left: 25px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* お知らせ設定
======================================================= */

.mceTopics {
    margin: 0;
    padding: 0 0 1px 0;
    background: #fff;
}

.mceTopics ul,
.mceTopics ol {
    line-height: 1.6;
   
}

.mceTopics li {
    margin: 0 30px 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #ccc;
    list-style-type: none;
}

.mceTopics li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
    line-height: 1.7;
}

.mceTopics li a:hover {
    opacity: 0.8;
    color: #222;
}

.mceTopics li .day {
    color: #b6000d;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
}

.topicsblock {
    background: #1c1c1c;
    padding: 0 20px;
    height: 80px;
    border-bottom: 3px solid #b6000d;
}

.topicsblock h2,
.topicsblock .linkset {

    line-height: 80px;
}

.topicsblock h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    color: #fff;
    float: left;
}

.topicsblock .linkset {
    float: right;
}

.topicsblock .infolist {
    font-size: 12px;
    font-size: 1.2rem;
}

.topicsblock .infolist a {
    color: #fff;
    padding: 10px 0 10px 25px;
    background: url(../img/arw_btn_r.png) 0 center /16px no-repeat;
    text-decoration: none;
}

.topicsblock .infolist a:hover{
    text-decoration: underline;
}
.topicsblock .infolist a:visited {
    color: #15c;
}

.inforss {
    float: right;
    width: 13px;
    padding: 4px 0 0;
    line-height: 1;
}

ul.pager {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.pager li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pager li strong {
    display: inline-block;
    padding: .25em .4em;
    color: #fff;
    border: 1px #999 solid;
    background-color: #999;
}

ul.pager li a {
    display: inline-block;
    padding: .25em .4em;
    text-decoration: none;
    border: 1px #ccc solid;
}

ul.pager li a:link,
ul.pager li a:visited {
    color: #333;
    border-color: #ccc;
}

ul.pager li a:hover,
ul.pager li a:active {
    color: #fff;
    border-color: #999;
    background-color: #999;
}


/* サイトマップ設定
======================================================= */

.block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}

.block_sm h3.sitemap {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
}

.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}

.sitemap_ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: 0;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}

.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    list-style: none;
}

.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}


/* スマホ切替スイッチ設定
======================================================= */

.dvc_switch {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}

.dvc_switch ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    float: left;
    width: calc(50% - 30px);
    padding: 20px 15px;
    list-style-type: none;
}



.dvc_switch p {
    font-size: 77%;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    color: #fff;
}

.dvc_switch li a {
    display:block;
    padding: 20px 0;
    border: 1px solid #eee;
    box-sizing: border-box;
    font-size: 22px;
    font-size: 2.2rem;
    text-decoration: none;
    width: 100%;
}

/* スマホ切替スイッチ設定
======================================================= */
body > nav ul li:first-child{
    display: none;
}
.topicsblock .infolist a:visited,
.topicsblock .infolist a:active,
.topicsblock .infolist a:hover{
    color:#fff;
}
.main .mceTopics ul,
.main .mceTopics ol{
 margin:20px auto 0 auto;
    padding:0;
}
.main .mceTopics ul li,
.main .mceTopics ol li{
margin: 0 0px 20px 0;
}


/* モーダルウィンド
======================================================= */
.accordion-content,
.modaal-content{
      display:none;
}
.accordion-wrapper .accordion-content{
     display:block;
}
.modaal-close::before, .modaal-close::after{
background:#222 !important;
border-radius:0 !important;
top: 10px !important;
left: 18px !important;
width: 3px !important;
}
.modaal-close{
position: absolute !important;
right: 0px !important;
top: -40px !important;
width: 40px !important;
height: 40px !important;
background: #fff !important;
border-radius:0 !important;
}

/* 180626 修正
======================================================= */
                .seminar__top-tit::after {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 1;
                }

               .seminar__top--black .seminar__top-tit::after {
                    background: rgba(0, 0, 0, 0.4);
                }

                .seminar__top--white .seminar__top-tit::after {
                    background: rgba(255, 255, 255, 0.6);
                }

                #parts-new .seminar__top--black .seminar__top-tit h1 {
                    color: #fff;
                }

                #parts-new .seminar__top--white .seminar__top-tit h1 {
                    color: #222;
                }
                #parts-new .seminar__top-tit--no-img h1,
                #parts-new .seminar__top-tit h1 {
                    text-align: center;
                    position: absolute;
                    z-index: 2;

                    top: 50%;
                    left: 50%;
                    -webkit-transform: translateY(-50%) translateX(-50%);
                    transform: translateY(-50%) translateX(-50%);
                }

                .seminar__top-tit {
                    position: relative;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                }

                .seminar__top--2-1,
                .seminar__top--3-2 {
                    margin-left: -40px;
                    margin-right: -40px;
                }
                .seminar__top--2-1  .seminar__top-tit--no-img,
                .seminar__top--2-1 .seminar__top-tit {
                    height: 230px;
                }
                .seminar__top--3-2  .seminar__top-tit--no-img,
                .seminar__top--3-2 .seminar__top-tit {
                    height: 300px;
                }

.alink-box ul li,
.program__item__alink {
    display: inline-block;
    border: 1px solid #b6000d;
}
.program__box--right {
    text-align: right;
}

.seminar__top-img{
display:none;
}



/*最後です
--------------------------------*/


/* 20200803 会員ページ用ボタン追加
======================================================= */
header .inner {
  position: relative;
}

.user_menu {
  position: absolute;
  top: 12px;
  float: left;
  right: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.user_menu .youkoso {
  margin-right: 12px;
}

.user_menu .regist_btn a,
.user_menu .mypage_btn a {
  display: block;
  background: #000 url(../img/ico_regist.png) 10px center no-repeat;
  background-size: 14px auto;
  color: #fff;
  padding: 8px 16px 8px 32px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.user_menu .mypage_btn a {
    background: #b6000d url(../img/ico_login.png) 14px center no-repeat;
    background-size: 10px auto;
}

.user_menu .regist_btn a:hover,
.user_menu .mypage_btn a:hover {
    opacity: 0.8;
}

.user_menu .login_btn,
.user_menu .logout_btn {
  margin-left: 8px;
}

.user_menu .login_btn a,
.user_menu .logout_btn a {
  display: block;
  background: #b6000d url(../img/ico_login.png) 10px center no-repeat;
  background-size: 10px auto;
  color: #fff;
  padding: 9px 16px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.user_menu .login_btn a:hover,
.user_menu .logout_btn a:hover {
    opacity: 0.8;
}

.user_menu .logout_btn a {
    background: #acacac url(../img/ico_logout.png) 10px center no-repeat;
    background-size: 15px auto;
}

@media (max-width: 1120px) {
  .user_menu {
    position: fixed;
    top: 14px;
    right: 64px;
  }

  .user_menu .regist_btn a,
  .user_menu .login_btn a {
    font-size: 12px;
    padding: 8px 14px 8px 26px;
  }
}

@media (max-width: 760px) {
    header .head_l .logo {
        width: 90px;
        margin-top: 12px;
    }

    header .head_l .logo img {
        width: 90px;
        height: auto;
    }

    header .head_l .catch {
        font-size: 10px;
        font-size: 1.0rem;
    }

    .user_menu .youkoso {
        margin-right: 8px;
    }
}
