@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS sp.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */

/* RESET
======================================================= */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}


/* 基本設定
======================================================= */

html {
    font-size: 62.5%;
}

body {
    font: 1.0rem 'Open Sans', 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Helvetica', 'Arial', 'Verdana', 'sans-serif';
    text-align: left;
    color: #333;
    /* [4. 文字設定]　文字色 */
    position: relative;
    -webkit-text-size-adjust: 100%;
    background: #eaeaea;
    overflow-x: hidden;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #15c;
    /* [4. 文字設定]　リンク文字色 */
}

a:hover,
a:active {
    text-decoration: none;
    color: #15c;
    /* [4. 文字設定]　リンク文字色 */
}

p {
    font-size: 1.4rem;
}

ul {
    font-size: 1.4rem;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 1.4rem;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
    border: 0;
}


/* 状態
======================================================= */

.display_none_sp {
    display: none;
}

.display_sp {
    display: block;
}

.display_none {
    display: none;
}

.scrollY_hidden {
    overflow-y: hidden;
}

.br {
    display: none;
}

.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;

}

/* 全体のレイアウト設定
======================================================= */

.wrapper {
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.side {
    display: none;
}

.main {
    padding: 10px 15px;
    background-color: #fff;
    width: calc(100% - 60px);
    margin: 20px auto 40px auto;
}

/* header部分のスタイル設定
======================================================= */

header {
    margin: 0;
    padding: 0 20px;
    background: #fff;
    /* [3. ヘッダー設定]　背景色 */
}

header .head_l {
    float: left;
    width: 250px;
}

header .head_l .catch {
    font-size: 9px;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 14px;
    color: #b6000d;
}

header .head_l .logo {
    width: 80%;
    max-width: 80px;
    display: inline-block;
    margin-top: 8px;
}

header .head_l .logo a,
header .head_l .logo a:visited {
    text-decoration: none;
    color: #333;
    /* [3. ヘッダー設定]　文字色 */
    font-size: 1.4rem;
    font-weight: bold;
}

.contact header .head_l {
    padding: 0 0 0 0;
}

header .head_r {
    float: right;
    width: 85px;
}

header .head_r p.tel {
    float: left;
    width: 40px;
}

header .head_r p.tel a {
    float: left;
    width: 40px;
    padding-top: 40px;
    height: 0 !important;
    height/**/
    : 40px;
    overflow: hidden;
    outline: none;
    background: #6a6a6a url(../img/sp/btn_tel.png) no-repeat 0 0;
    /* [3. ヘッダー設定]　ボタン背景色（スマホ） */
    background-size: 40px 40px;
    -ms-background-size: 40px 40px;
}

header .head_r p.tel span {
    display: none;
}

header .head_r p.contact a {
    float: left;
    width: 40px;
    padding-top: 40px;
    height: 0 !important;
    height/**/
    : 40px;
    overflow: hidden;
    outline: none;
    background: #6a6a6a url(../img/sp/btn_contact.png) no-repeat 0 0;
    /* [3. ヘッダー設定]　ボタン背景色（スマホ） */
    background-size: 40px 40px;
    -ms-background-size: 40px 40px;
}

header .head_r p.box_colum_btn {
    clear: none;
}

header .head_r p.box_colum_btn a {
    padding: 40px 0 0 0;
    border: none;
    margin: 0 0 0 5px;
}

.sp_trigger {
    position: absolute;
    z-index: 20;
    display: block;
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    background: #333 url(../img/sp/menu_open.png) 0 0 no-repeat;
    background-size: 40px 40px;
    -ms-background-size: 40px 40px;
}

.sp_trigger.active {
    display: block;
    float: left;
    overflow: hidden;
    width: 40px;
    height: 40px;
    white-space: nowrap;
    text-indent: 100%;
    background: #333 url(../img/sp/menu_close.png) 0 0 no-repeat;
    background-size: 40px 40px;
    -ms-background-size: 40px 40px;
}

header h1,
header .head_l p {
    display: none;
}


.contact .logo img {
    width: 155px;
}

h1 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;

    text-align: center;


}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    /*line-height: 60px;*/
    line-height: 25px;
    text-align: center;
    color: #fff;
    width: calc(100% - 30px);
   z-index:1;
}

.tit_h1 {
    position: relative;
    background-color: #000;
    margin: 50px 0 0 0;
}
.tit_h1 h1{
    font-size: calc(1.5vw + 8px);
    line-height: 1.5;
}
.tit_h1_bg {
    background: url("../img/bg_tit.jpg") no-repeat center center / cover;
    height: 80px;
    opacity: 0.25;
}

/* nav
======================================================= */

nav {
    width: 94%;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 60px;
    left: 3%;
    z-index: 60;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
    background: #333;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.catetop {
    display: none;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav ul li {
    margin: 0;
    padding: 0;
}

nav ul li a {
    font-size: 1.4rem;
    display: block;
    zoom: 1;
    margin: 0;
    padding: 12px 15px 12px 15px;
    text-align: left;
    text-decoration: none;
    color: #333;

}

nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
    color: #333;
    /* [5. ナビゲーション（第一階層メニュー）設定]　文字色 */
    /* [5. ナビゲーション（第一階層メニュー）設定]　背景色 */
    background-size: 8px 11px;
    text-decoration: none;
}

nav ul li a.selected,
nav ul li a.selected:active {
    color: #fff;
    /* [5. ナビゲーション（第一階層メニュー）設定]　文字色（ハイライト時） */
    background: #656565;
    /* [5. ナビゲーション（第一階層メニュー）設定]　背景色（ハイライト時） */
    text-decoration: none;
}

/* telphone
======================================================= */

#telphone {
    position: fixed;
    top: auto;
    right: 0;
    margin: 9px 65px 0 0;
    text-transform: uppercase;
    text-decoration: none;
}

#telphone img {
    width: 22px;

}

#telphone span {
    color: #111;
    font-size: 10px;
    font-size: 1.0rem;
    display: block;
    text-align: center;
    /*margin-top: 2px;*/
}

/* scroll_menu
======================================================= */

/*ハンバーガーメニュー見た目*/

#scroll_menu,
#scroll_menu.display_none {
    width: 100%;
    display: block !important;

}

#humberger {
    /*position: relative;
        float: right;*/
    position:fixed;
    right:18px;
    height: 36px;
    width: 26px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 9px;
    z-index: 70;

}

#humberger:hover {
    cursor: pointer;
}

#humberger div {
    position: absolute;
    left: 0;
    height: 2px;
    width: 28px;
    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: 8px;
}

#humberger div:nth-of-type(3) {
    top: 16px;
}

#humberger p {
    position: absolute;
    bottom: 0;
    margin-bottom: -3px;
    width: 100%;
}

#humberger p span {
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

#humberger p span:first-child {
    color: #111;
}


#humberger.menu_open_color span:last-child {
    color: #fff;
}

#humberger.menu_open_color div {
    background-color: #fff;
}

/*開閉メニュー*/

#humberger p span:last-child {
    /*color: #fff;*/
}

.scroll_menu_list.scroll_menu_open {
    display: block;
    position: relative;
}

.scroll_menu_list.scroll_menu_open nav,
.scroll_menu_list.scroll_menu_open nav.display_sp {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 50px;
}

.scroll_menu_list.scroll_menu_open nav > ul {
    overflow-y: auto;
    height: calc(100vh - 50px);
}

.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: calc(100% - 60px);
    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 {
    text-align: left;
    padding: 0;
    height: 62px;
    line-height: 62px;
    color: #fff;
    position: relative;
}

.scroll_menu_list.scroll_menu_open li a:after {
    background: none;
}

.scroll_menu_list.scroll_menu_open nav ul li a:after {
    position: absolute;
    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 {
    cursor: pointer;
}

.scroll_menu_list.scroll_menu_open li {
    padding: 0 0 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;
}

/*開閉アニメ*/

#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_nav {
    display: none;
}

#comhead,
comhead.scroll_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    /*width: calc(100% - 40px);*/
    width: 100%;
    height: 50px;
}

.scroll_fixed#comhead {
    height: 50px;
    border-bottom: 1px solid #ddd;
    width: calc(100% - 40px);
}


/* スライダー 設定
======================================================= */
#top_b > .slider{
margin-bottom: 40px;
}
.slick-dots {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 40px;
}

.slider-nav,
.slider-for .block p:last-child,
.slick-dots button {
    display: none;
}

.slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: #aaa;
    list-style-type: none;
    display: inline-block;
    margin: 10px 7px 0 7px;
}

.slick-dots li.slick-active {
    border: none;
    background-color: #b6000d;
}

/* 下層ナビゲーション
======================================================= */

/* cate_top */

.cate_top {
    display: none;
}


/* subnav */

.side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side ul.subnav {
    border-top: 1px solid #d9d9d9;
    /* [8. 下層メニュー基本設定]　枠線色 */
    border-left: 1px solid #d9d9d9;
    /* [8. 下層メニュー基本設定]　枠線色 */
    border-right: 1px solid #d9d9d9;
    /* [8. 下層メニュー基本設定]　枠線色 */
    margin: 0 0 30px;
    background: #fff;
    /* [9. 下層メニュー（第二階層）設定]　背景色 */
}

.side ul.subnav > li {
    border-bottom: 1px solid #d9d9d9;
    /* [8. 下層メニュー基本設定]　枠線色 */
}

.side ul.subnav li li {
    border-top: 1px solid #d9d9d9;
    /* [8. 下層メニュー基本設定]　枠線色 */
    background: #e6e6e6;
    /* [10. 下層メニュー（第三階層）設定]　背景色 */
}

.side ul.subnav li a {
    display: block;
    margin: 0;
    padding: 14px 15px 13px;
    background: url(../img/sp/arw_side.png) no-repeat 98% 20px;
    background-size: 8px 11px;
    -ms-background-size: 8px 11px;
}

.side ul.subnav li li a {
    display: block;
    margin: 0;
    padding: 14px 15px 13px 30px;
    background: url(../img/sp/arw_side.png) no-repeat 98% 20px;
    background-size: 8px 11px;
    -ms-background-size: 8px 11px;
}

.side ul.subnav li a:link,
.side ul.subnav li a:visited {
    color: #333;
    /* [9. 下層メニュー（第二階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li li a:link,
.side ul.subnav li li a:visited {
    color: #333;
    /* [10. 下層メニュー（第三階層）設定]　文字色 */
    text-decoration: none;
}

.side ul.subnav li.subselected > a {
    background: #e6e6e6;
    /* [9. 下層メニュー（第二階層）設定]　背景色（ハイライト時） */
    background-size: 8px 11px;
    -ms-background-size: 8px 11px;
    font-weight: bold;
    color: #333;
    /* [9. 下層メニュー（第二階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}

.side ul.subnav li li.localselected a {
    background: #656565;
    /* [10. 下層メニュー（第三階層）設定]　背景色（ハイライト時） */
    background-size: 8px 11px;
    -ms-background-size: 8px 11px;
    font-weight: bold;
    color: #fff;
    /* [10. 下層メニュー（第三階層）設定]　文字色（ハイライト時） */
    text-decoration: none;
}


/* pagetop
======================================================= */

.pagetop {
    position: fixed!important;
    z-index: 1;
    right: 15px;
    bottom: 15px !important;
    width: 55px;
    height: 55px;
    background-color: #111;
    text-align: center;
}

.pagetop a {
    position: relative;
    display: block;
    text-decoration: none;
    padding-top: 36px;
    font-size: 9px;
    font-size: 0.9rem;
    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: 22px;
    font-size: 2.2rem;
    margin-left: 13px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* footer
======================================================= */

footer {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    /* [15. フッター設定]　コピーライト背景色 */
}

footer .foot_info {
    margin: 0;
    padding: 0 20px;
    text-align: center;
}
.foot_info .logo_address p img{
    max-width: 177px;
}




/* foot_nav */

footer .foot_nav {}

.foot_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.foot_nav ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.foot_nav ul:first-child {
    border-top: 1px solid #ddd;
}

.foot_nav ul li:after {
    position: absolute;
    content: "＞";
    right: 0;
    top: 0;
    margin: 11px 15px 0 0;
}

.foot_nav ul:last-child li:last-child:after {
    content: "";
    width: 12px;
    height: 12px;
    margin: 14px 19px 0 0;
    background: url(../img/ico_blank_footer.png) 100% / contain;

}

.foot_nav a {
    display: block;
    color: #222;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 15px;
}

.foot_nav a:link,
.foot_nav a:visited,
.foot_nav a:hover {
    color: #222;
    text-decoration: none;
}

/* foot_info */

.foot_info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.foot_info .foot_info_cont {
    margin: 0 0 15px;
}

.foot_info .logo_address {
    margin: 0 0 15px;
    overflow: hidden;
}

.foot_info .logo_address .logo {
    float: left;
    width: 120px;
    margin: 0 10px 0 0;
}



.foot_info .logo_address p:last-child {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 20px;
}

.foot_info .logo_address p a img {
    margin: 0 auto;
}

.foot_info .f_sns {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.foot_info .f_sns li {
    display: inline;
    width: 30px;
    margin: 0 0 0 5px;
}

.foot_info .f_sns li:first-child {
    margin: 0;
}

.privacy_info {
    padding: 20px 15px 20px 15px;
}

.privacy_info p {
    width: calc(100% - 75px);
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
}

.privacy_info p.img {
    width: 55px;
    margin-right: 15px;

}

.copy_info {
    text-align: center;

}

.copy_info ul {
    background-color: #111;
    padding: 10px 0 0 0;
    margin: 0;

}

.copy_info ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 0 8px;
}

.copy_info ul li a {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
}

.copy_info ul li:before {
    content: " ";
    display: block;
    height: 10px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin: 6px 0 0 -2px;
}

.copy_info ul li:last-child:after {
    content: " ";
    display: block;
    height: 10px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    margin: 6px 0 0 -2px;
}

.copy_info .copy {
    font-size: 10px;
    font-size: 1.0rem;
    padding: 10px 20px;
    background-color: #111;
    color: #fff;
}

/* タイトル
======================================================= */

/* パンくずのレイアウト設定
======================================================= */

ol.breadcrumb {
    display: none;
}



/* リンク定義
======================================================= */

.block .pdf a {
    color: #222;
    padding: 0 0 0 24px;
}

.block .blank a {
    color: #222;
    padding: 0 0 0 24px;
}

.block .arw a {
    padding: 0 0 0 24px;
    color: #222;

}



/* alink */

.link_set a {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
}

.block .pdf a {
    padding: 0 0 0 24px;
}

.block .blank a {
    padding: 0 0 0 24px;
}

ul.alink li {
    margin: 0 10px 10px 0;
}

ul.alink li a {
    padding: 8px 30px !important;
    background: #b6000d !important;
}

ul.alink li a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    margin: 0;
    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 40% -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:after {
    content: "→";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    margin: 9px 0 0 5px;
}
*/

.block ul.alink li a span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 11px 0px 0px 10px;
    background: url(../img/arw_btn_donw_white.png) 0px 0px no-repeat;
}


/* 汎用ボタン
======================================================= */


/* 文字サイズ
======================================================= */

.mb20 {
    margin-bottom: 20px;
}

.font_size p[class^="fs"] {
    margin-bottom: 20px;
    line-height: 1.5;
}

.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;
}







/* ビジネスセミナー・レポート・連載共通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: 19px;
    font-size: 1.9rem;
    font-weight: normal;
    color: #111;
    padding: 0 0 0 27px;
    background-repeat: no-repeat;
    background-position: left 50%;
    background-size: 18px 18px;
    margin: 0 0 15px 0;
}

#top_b .heading_left,
#top_b .heading_right {
    float: left;
}

#top_b .heading_left {
    width: calc(100% - 100px);
}

#top_b .heading_right {
    width: 100px;
}

#top_b .infolist {
    font-size: 13px;
    font-size: 1.3rem;
    float: right;
    margin: 6px 0 0 0;
    padding: 0 0 0 23px;
    background-repeat: no-repeat;
    background-position: left 0;
    background-image: url(../img/arw_btn_right.png);
background-size: 16px;
}

#top_b .infolist a {
    text-decoration:none;
    font-size: 13px;
    font-size: 1.3rem;
    color: #111;
}

#top_b .content_box {
    background-color: #fff;
    padding: 20px 15px;
}

#top_b .content_left,
#top_b .content_center,
#top_b .content_right {
    float: left;
}
#top_b .content_item {
display:block;
}
/* ビジネスセミナー
======================================================= */

.seminar .tit_l {
    background-image: url(../img/ico_tit_seminar.png);
}

.seminar .content_item {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

.seminar .content_item:last-child {
    margin: 0;
    border-bottom: none;
    padding: 0;
}


.seminar .content_left {
    display: none;
}

#top_b .seminar .content_center {
    width: 100px;
    float: right;
}

.seminar .content_right {
    width: calc(100% - 115px);

}

.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: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #222;
}

.seminar .catch_txt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #555;
}

.seminar .article_txt {
    width: calc(100vw - 75px);
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #555;
    position: absolute;
    bottom: 0;
    margin: 0 0 -40px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
    max-height: 40px;
}

.seminar .content_right_top {
    margin: 0 0 60px 0;
    padding: 0 0 20px 0;

    position: relative;
    min-height: 160px;
}

.seminar .content_right_min {
    margin-bottom: 20px;
    width: calc(100vw - 75px);
}

.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: calc(100vw - 75px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #b6000d;
    text-decoration: none;
}

.seminar .go_detail:after {
    content: " ";
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500%;
    background-color: #c9010f;
    margin: 0 26% -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;
    position: relative;
}

.seminar .go_detail span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 2px 0 0 0;
    background: url(../img/arw_btn_r.png) 0px 0px no-repeat;
}



/* レポート
======================================================= */

.reports .tit_l {
    background-image: url(../img/ico_tit_reports.png);
}

#top_b .reports .content_box {
    padding: 0;
}

.reports img {
    width: 100%;
}

.reports .content_top {
    margin: 0 0 15px 0;
}

.reports .tit {
    font-size: 12px;
    font-size: 1.2rem;
    color: #222;
    font-weight: bold;
    height: 70px;
    overflow: hidden;
}

.reports .day {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    line-height: 1;
}

.reports .content_item {
    width: calc(50% - 31px);
    padding: 20px 15px;
    float: left;
    position: relative;
}

.reports .content_item:nth-child(3)::before,
.reports .content_item:nth-child(1)::before {
    content: " ";
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    top: 0;
    right: 0;
    margin: 20px 0 0 0;
    background-color: #ddd;
}

.reports .content_item:nth-child(1)::after,
.reports .content_item:nth-child(2)::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% - 15px);
    bottom: 0;
    left: 0;
    margin: 20px 0 0 15px;
    background-color: #ddd;
}

.reports .content_item:nth-child(2)::after,
.reports .content_item:nth-child(3)::before {
    margin: 0;
}



/* 連載
======================================================= */

.series img {
    width: 100px;
}

.series .content_box_inner {
    overflow-y: scroll;
    height: 760px;
    padding: 0 15px 0 0;
}

.series .content_item {
    margin: 0 15px 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.series .tit_l {
    background-image: url(../img/ico_tit_series.png);
}

.series .content_top {
    display: block;
    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% - 110px);
    position: relative;
    min-height: 100px;
}

.series .tit {
    font-size: 15px;
    font-size: 1.5rem;
    color: #222;
    font-weight: normal;
    padding: 0 0 30px 0;
}
#page .series .article-sub-tit{
    margin: 0 0 10px 0;
    color: #aaa;
    font-size:12px;
}

.series .article_txt {
    display: none;
}

.series .day {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    line-height: 1;
}

.series .content_bottom a {
    display: inline-block;
    margin: 10px 7px 0 0;
    background-color: #eee;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #555;
    text-decoration: none;
    font-size: 10px;
    font-size: 1.0rem;
}

.series .content_bottom a.active {
    background-color: #555;
    color: #fff;
}

/* sns
======================================================= */

.sns {
    margin: 40px 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;
}



/* お知らせ設定
======================================================= */

#new_info_copy {
    margin: 0 0 40px 0;
}

#new_info_copy .side {
    display: block;
}

#new_info_copy .side ul {
    width: calc(100% - 30px);
    margin: 20px 15px;
    height: 155px;
}

.side_bnr {
    display: none;
}

#new_info_copy .mceTopics {
    margin: 0;
    padding: 0 0 1px 0;
    background: #fff;
}

#new_info_copy .mceTopics ul,
#new_info_copy .mceTopics ol {
    overflow-y: scroll;
    line-height: 1.6;

}
.mceTopics ul{
    margin:20px auto 0 auto;
    padding:0;
}
.mceTopics li {
    margin: 0 0px 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;
}

#new_info_copy .mceTopics li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.mceTopics li .day {
    color: #b6000d;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
}
body .main .mceTopics li .day{
display:block;
margin-bottom:5px;
}
#new_info_copy .topicsblock {
    background: #1c1c1c;
    padding: 0 20px;
    height: 50px;
    border-bottom: 3px solid #b6000d;
}

#new_info_copy .topicsblock h2,
#new_info_copy .topicsblock .linkset {
    line-height: 50px;
    color: #fff;
}

#new_info_copy .topicsblock h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: normal;
    color: #fff;
    float: left;
    margin: 0;
    padding:0;
}
#new_info_copy .topicsblock h2:after,
#new_info_copy .topicsblock h2:before{
content: none;
}
#new_info_copy .topicsblock .linkset {
    float: right;
}

#new_info_copy .topicsblock .infolist {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    line-height: 50px;
}

#new_info_copy .topicsblock .infolist a {
    color: #fff;
    padding: 0 0 0 25px;
    background: url(../img/arw_btn_r.png) 0 50% / 16px no-repeat ;
    text-decoration: none;
}

#new_info_copy .infolist {
    background: none;

}

.topicsblock .infolist a:visited {
    color: #15c;
    /* [7. トップページお知らせ見出し設定]　リンク文字色 */
}

.inforss {
    float: right;
    width: 13px;
    padding: 4px 0 0;
    line-height: 1;
}

ul.pager {
    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: 1.4rem;
    margin: 0;
    padding: 0;
    color: #000;
    border: 0;
    background: none;
}

.sitemap_ul {
    margin: 3px 0 0 10px;
    list-style: none;
    border: 0;
}

.sitemap_ul li {
    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;
}


/* 電話
======================================================= */

.tel a {
    cursor: pointer !important;
    text-decoration: none;
    pointer-events: auto !important;
}


/* スマホPC切替スイッチ
======================================================= */
.dvc_switch{
   display:block;
}
.dvc_switch ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.dvc_switch li {
    float: left;
    width: calc(50% - 30px);
    list-style-type: none;
    padding: 20px 15px;
}

.dvc_switch li a {
    display: block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border: 1px solid #aaa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #555;
    font-size: 12px;
    font-size: 1.2rem;
}




/* googleコンバージョン
======================================================= */

iframe[name="google_conversion_frame"] {
    position: absolute;
    top: -300px;
    left: 0;
    width: auto !important;
    height: auto !important;
    border: none !important;
}





/* modify_180515
======================================================= */
#new_info_copy .mceTopics ul li{
padding: 20px;
list-style-type: none;
margin: 0 0 20px 0;
padding: 0 0 20px 0;
border-bottom: 1px dotted #ccc;
}
#new_info_copy .mceTopics ul li{
margin: 0 30px 20px 0;
}
.mceTopics ul li a{
color: #222;
}



/* モーダルウィンド
======================================================= */
.accordion-content,
.modaal-content{
      display:none;
}
.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;
   font-size: calc(2vw + 5px);
    position: absolute;
    z-index: 2;
    border:none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#parts-new .seminar__top-tit--no-img {
    position: relative;
}

.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: -15px;
    margin-right: -15px;
}

.seminar__top--2-1 .seminar__top-tit--no-img,
.seminar__top--2-1 .seminar__top-tit {
    height: 200px;
}
.seminar__top--3-2 .seminar__top-tit--no-img,
.seminar__top--3-2 .seminar__top-tit {
    height: 250px;
}
#parts-new .seminar__top-tit--no-img-box {
    position: relative;
}
.seminar__top--no-img .seminar__top-tit h1{
color: #222;
}

.seminar__top-img{
display:none;
}

/* 20200803 会員ページ用ボタン追加
======================================================= */

.user_menu {
    display: none;
}

.user_menu .youkoso {
    color: #fff;
    margin-bottom: 12px;
}

.user_menu.scroll_menu_open {
    display: block;
    position: absolute;
    top: 400px;
    z-index: 61;
    width: calc(100% - 80px);
}

.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: 12px 16px 12px 32px;
    text-decoration: none;
    border: solid 1px #979797;
}

.user_menu .mypage_btn a {
    background: #b6000d url(../img/ico_login.png) 14px center no-repeat;
    background-size: 10px auto;
    border: solid 1px #b6000d;
}

.user_menu .login_btn,
.user_menu .logout_btn {
    margin-top: 10px;
}

.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: 12px 16px 12px 32px;
    text-decoration: none;
    border: none;
    text-align: left;
    border: solid 1px #b6000d;
}

.user_menu .logout_btn a {
    background: #acacac url(../img/ico_logout.png) 10px center no-repeat;
    background-size: 15px auto;
    border: solid 1px #acacac;
}
