@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px) {
    /* メディアクエリー */
    /********************************************************/
    /*************************common*************************/
    /********************************************************/
    * {
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
    }
    body {
        min-width: 1000px;
        color: #666;

        font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    }

    p {
        font-size: 16px;
        line-height: 1.5rem;
    }
    a {
        text-decoration: none;
    }
    a:hover {
        opacity: 0.8;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }
    img {
        vertical-align: bottom;
    }
    a:hover img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.7;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    strong {
        font-weight: bolder;
        font-size: 120%;
    }

    section {
        padding: 0;
        overflow: hidden;
    }

    .sp {
        display: none;
    }
    h1 {}
    h2 {}
    h3 {}
    h4 {}
    h5 {}
    h6 {}


    .btn_area {
        margin: 30px 0;
    }

    .list_btn {
        border: 1px solid #333;
        padding: 10px 15px;
        color: #333;
        margin: 30px 0;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 13px;
    }

    .list_btn:hover {
        background: #ff0000;
        color: #fff;
        border: 1px solid #fff;
    }


    /************************* パンくず *************************/
    #pankuzu {
        color: #666;
        border-bottom: 1px dotted #ccc;

    }
    #pankuzu ul {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin: 0 auto;
        max-width: 1000px;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #pankuzu li {
        display: inline;
        font-size: 13px;
        padding: 2px 10px 0 10px;
    }
    #pankuzu a {
        color: #666;
    }


    /************************* header *************************/
    header {
        width: 100%;
    }
    .header_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #282d33;
        padding: 2px ;
        color: #fff;
        font-size: 14px;
        height: 60px;
    }
    .header_top p {
        font-size: 12px;
    }
    .header_top .header_top_nav {
    }
    .header_top .header_nav {
        display: flex;

    }
    .header_top ul li {
        border-right: 1px solid #fff;
        display: flex;
        align-items: center;
    }
    .header_top a {
        padding: 0 10px;
        color: #fff;
    }
    .header_main {
        max-width: 1000px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 15px 0;
        background: #fff;
    }
    
    .header_center {
        display: flex;
    }
    .header_center .new_member a{
    color: #282d33;
        border: 2px solid #282d33;
        border-radius: 5px
    }
    
    .header_center .new_member a:hover{
        color: #fff;

        background: #282d33;
    }
    
    
    .header_center .login a{
        color: #ce009f;
        border: 2px solid #ce009f;
        border-radius: 5px
    }
    
    .header_center .login a:hover{
        color: #fff;
        background: #ce009f;
    }
    
    
    .header_center a {
        display: block;
        width: 200px;
        padding: 10px;
        margin: 0 10px;
        text-align: center;
        font-weight: bold;
    }
    
    .header_txt {
        width: 300px;
    }
    .header_txt p {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.2rem;
        text-align: center;
        padding: 0 0 5px;
    }
    
    .header_txt span {
        font-size: 120%;
        font-weight: bolder;
    color: #f00;
    }

    .header_txt .free_fee_txt {
        text-align: center;
        font-size: 16px;
    }

    .header_inner {
        max-width: 240px;
        margin: 0;
        text-align: center;
    }
    .header_main .logo {}

    .search_box {
        background: #282d33;
        padding: 10px;
    }
    .search_box .search_box_in {
        width: 1000px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search_box .search_box_in .s_title {
        font-size: 18px;
        color: #fff;
        border-bottom: 3px solid #ce009f;
    }
    
    .search_box p a {
    }
    .search_box p .number {
    }
    .search_box form {
    }
    .search_box .form_parts {
        width: 580px;
        display: flex;
        justify-content: space-between;
    }
    .search_box .selectBox {
        width: 280px;
    }
    
    .search_box .selectBox select {
        width: 100%;
        padding-left: 10px;
        margin: 0 10px 0;
        cursor: pointer;
        font-size: 16px;
        color: #999;
        height: 60px;
        line-height: 60px;
        background:#fff;
        border:none;
        border-radius: 5px;

    }

    .search_box .search {
        position: relative;
        width: 280px;
        border-radius: 2px;
        font-size: 13px;
        color: #acacac;
        font-weight: normal;
    }
    .search_box .search input {
    }
    .search_box .search input[type="text"] {
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-left: 14px;
        background:#fff;
        border:none;
        border-radius: 5px;
        font-size: 16px;
    }
    
    .search_box .search input[type="image"] {
        position: absolute;
        top: 15px;
        right: 12px;
        border: none;
    }
    .search_box #s {
    }
    .search_box .cart {
    }
    .search_box .cart a {
    }
    .search_box .cart .number {
    }

    
    .search_box .cart{

    }
    .search_box .cart a{
        position: relative;
        display: block;
        background:#fff url(../img/cart_icon.png) no-repeat 15px center;
        color:#000;
        text-align: center;
        font-weight: bold;
        font-size:18px;
        border-radius: 5px;
        width: 280px;
        height: 60px;
        padding: 18px

    }
    .search_box .cart a span.number{
        position: relative;
        right:0;
        top:0;
        margin:0;
        display: block;
        text-align: center;
        color:#fff;
        width: 25px;
        float: right;
        border-radius: 50px;
        background: #ce009f;
    }


    /************************* ページナビ *************************/
    .page_navi {
        text-align: center;
        padding: 10px 0;
        margin: 0 0 50px;
    }
    .page_navi span {
        color: #ce009f;
        padding: 3px 5px;
        display: inline!important;
    }

    .page_navi a {
        background-color: #ce009f;
        background-repeat: no-repeat;
        color: #fff;
        padding: 3px 5px;
        margin: 2px;
        display: inline;
        border-radius: 3px;
    }
    .page_navi a:hover {
        border: 2px solid #ce009f;
    }
    .pages {
        border: 1px solid #ce009f;
        color: #317dbe;
        padding: 3px 5px;
    }
    .current {
        border: 1px solid #ce009f;
        color: #ce009f;
        padding: 3px 5px;
        margin: 0 2px;
    }


    /************************* メインビジュアル *************************/
    #mv_pc {
        max-width: 100%;
        height: 400px;
        margin: 0 auto;
        overflow: hidden;
    }

    #mv_pc img {
        position: relative;
        vertical-align: bottom;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    #mv_sp {
        display: none;
    }

    /*************************トップ共通*************************/
    .contents_wrap {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 50px 0 ;
    }
    
    .title_group {
        margin: 0;
    }
    
    .title_group span{
        font-weight: bolder;
        color: #ce009f;

    }
    
    .title_group h2 {
            font-size: 18px;
            margin: 0 0 10px;
            font-weight: bold;
            border-bottom: 2px solid #333;
            padding: 0px 0 5px;
    }
    
    .title_group h2 a{
        color: #282d33;
        font-weight: bold;
    }

    /*************************検索*************************/
    #search {
        margin: 0 0 30px 0;
    }

    .search_wrap {

    }
    .form_wrap form{
        display: flex;
        flex-flow: row wrap;
        justify-content: start;
        align-items: center;
    }
    .form_wrap .dropdown{
        margin: 5px 5px 5px 0;
        padding: 10px;
    }

    .form_wrap .dropdown select{
        padding: 10px;
        width: 220px;
    }

    .form_wrap .freeword input[type="text"] {
        margin: 5px 5px 10px 0;
        padding: 10px;
        width: 720px;
    }

    .form_wrap .btn input[type=submit] {
        width: 720px;
        border-radius: 5px;
        text-align: center;
        background: #ce009f;
        color: #fff;
        cursor: pointer;
    }

    /*************************news*************************/
    #news {}

    .news_inner {
        max-width: 1000px;
        margin: 0 auto 30px;
    }

    .news_inner ul {
        width: 100%;
        background: #edeae7;
    }

    .news_inner li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
        border-bottom: 1px dashed #666;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .news_inner a {
        color: #666;
    }

    .news_inner ul a:hover {
        color: #fbb82d;
    }
    .news_inner .news_list_date {
        margin-right: 60px;
    }
    .news_inner .blog_list_title {
        font-size: 16px;
    }

    #news .list_btn {
        float: right;
    }


 
    /************************* footer *************************/
    #to_top {
        position: fixed;
        bottom: 65px;
        right: 30px;
    }
    #footer {
        max-width: 100%;
        margin: 0 auto;
        border-top: 1px solid #ccc;
        background: #fff;
        color: #666;
    }

    #footer p {}

    #footer.footer_main {
        padding: 0;

    }
    .footer_inner {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    #footer .footer_nav {
        padding: 10px 0;
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        background: #282d33;

    }

    #footer ul {
        margin: 0 auto;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        width: 1000px;
    }
    
    #footer li {
        font-size: 13px;
        margin-left: 10px;
    }

    #footer li:before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        background-color: #fff;
        border-radius: 50%;
        position: relative;
        top: 13px;
        left: -10px;
    }

    #footer ul li li:before {
        display: none;
    }

    #footer a {
        display: block;
        padding: 0 0 10px 3px;
        color: #fff;
        line-height: 17px;
    }

    #footer a:hover {
        color: #fbb82d;
    }


    #footer a:hover {
        opacity: 0.7;

    }

    .company_info_erea {
        max-width: 100%;
        padding: 30px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .company_info_erea div {}
    .company_info_erea p {
        font-size: 14px;
        line-height: 1.2rem;
        padding: 0 0 10px;
    }

    #footer .copyright {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
        background: #282d33;
    }

    #footer .copyright p {
        color: #fff;
        text-align: center;
        font-size: 13px;
    }

    /************************* 固定ページ共通 *************************/
    #page_common {

    }
    
    #page_common p{
        margin-bottom: 15px;
    }
    
    #page_common h3{
        color: #4e0a17;
        font-size: 24px;
        margin-bottom: 15px;
        border-bottom: 2px solid #ce009f;
        padding: 0 0 5px 10px;
        font-weight: bold;
    }
    #page_common .title_group span {
        font-size: 24px;
        font-weight: bold;
        color: #194675;
    }
    
    /* 新規入会・お問合せフォーム
    ----------------------------------------------------------- */

     .hissu::after {
        content: "必須";
        background: #ce009f;
        color: #fff;
        padding: 4px 10px;
        font-size: 50%;
        margin-left: 10px;
        border-radius: 5px;
        position: relative;
        top: -1px;
    }

    /**ボタンCSSのリセット**/

    .input_but{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .input_but {
        background-color: #ce009f;
        color: #fff;
        padding: 10px 20px;
        width: 150px;
        text-align: center;
        position: relative;
        overflow: hidden;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        border-radius: 5px;
        margin: 0 50px;
    }

    .input_but:hover {
        opacity: 0.5;
    }

    #inputbut_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 700px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }


    input {
        font-size: 106%;
    }

    input,select {
        padding: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 5px;
    }


    .mw_wp_form input[type="file"] {
        display: inline-block;
        margin: 0 0 5px;
    }
    
    .mw_wp_form input[type="text"] {
        width: 100%;
    }
    
    .mw_wp_form input[type="email"] {
        width: 100%;
    }
    
    .mw_wp_form input[type="tel"] {
        width: 100%;
    }
    
    .mw_wp_form textarea {
        width: 100%;
    }
    
    .red_area p {
        font-size: 13px;
        color: #CC0000;
        padding: 10px;
    }
    

    /* オンラインショップトップ
    ----------------------------------------------------------- */

    #side-column {
        width: 240px;
        order: 1;
    }

    .main-colum {
        width: 740px;
        order: 2;
        margin-left: 20px;
    }
    #shop .main-colum .heading {
    }
    
    #pickup01 {
    }

    #pickup01 h2 {
        padding-bottom: 4px;
        color: #E32952;
        font-size: 22px;
        border-bottom: 2px solid #E32952;
    }
    

    .product-list {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .product-list .image {
        text-align: center;
        border: 1px solid #ccc;
        background: #fff;
        width: 100%;
        height: 180px;
    }
    
    .product-list li {
        width: 180px;
        margin: 10px 0;
        
    }
    li a {
    }
    li img {
        max-width: 100%;
        max-height: 100%;
    }

    .product-name {
        font-size: 14px;
        color: #666;
        line-height: 1.3;
        padding: 5px 0;
    }
    .price {
        font-size: 18px;
        color: #a70011;
        font-weight: bold;
        line-height: 1.2rem;
    }


    #side-column .ec_cat{
        margin-bottom:30px;
    }
    #side-column .ec_cat .heading{

    }
    #side-column .ec_cat .heading h2{
        padding: 10px;
        margin-bottom: 0px;
        font-size: 16px;
        background: #ce009f;
        color: #fff;
    }
    

    #side-column ul{

    }
    
    #side-column ul.category-list{
        border:1px solid #ce009f;
    }
    
    #side-column ul.category-list li:before {
        content:  "";
        width: 12px;
        height: 12px;
        display:  inline-block;
        position:  relative;
        top: 16px;
        left: 10px;
        margin-right: 5px;
        background-image:  url(../img/arow.png);
        background-size:  contain;
        background-repeat:  no-repeat;
        vertical-align: top;
    }
    
    #side-column ul.category-list li ul{
       padding-left: 15px;
    }   
    
    #side-column ul.category-list li a{
        display: block;
        color: #666;
        font-size: 14px;
        font-weight: bold;
        padding: 0 0 12px 15px;
        border-bottom: 1px solid #dddddd;
        text-indent: 1em;
    }
    #side-column .ec_cal .heading{

    }
    #side-column .ec_cal h3{
        display: block;
        padding: 5px 5px 10px 0px;
        margin-bottom: 0px;
        font-size: 16px;
        background: #333;
        color: #fff;
    }
    
    #side-column .ec_cal h3:before {
        content: url(../img/cal_icon.png);
        margin: 0 10px 0;
        position: relative;
        top: 4px;
    }
    
    #side-column .ec_cal .ec_cal_inner{
        border: 1px solid #333;
        padding: 10px;
    }
    
    #side-column .ec_cal .ec_cal_inner h3{
        display: none;
    }
    
    
    #side-column .ec_cal ul {

    }

    .ec_cal caption {
        font-size: 13px;
        margin: 10px 0;
    }
    .ec_cal li .usces_calendar {
        width: 100%;
        margin-bottom: 15px;
    }
    .ec_cal li .usces_calendar th {
        padding: 5px;
        border: 1px solid #ccc;
        text-align: center;
        background: #06c;
        color: #fff;
    }
    .ec_cal li .usces_calendar td {
        padding: 5px;
        border: 1px solid #ccc;
        text-align: center;
    }

    #shop_guide {
        max-width: 1000px;
        margin: 20px auto;
        padding: 0;
        border: 1px solid #ce009f;
    }
    #shop_guide h2 {
        background: #ce009f;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }
    
    #shop_guide .s_guide_wrap {
        display: flex;
        justify-content: space-around;
        padding: 10px;
    
    }
    
    #shop_guide .s_guide_wrap div {
        width: 30%;
    }
    #shop_guide h3 {
        color: #ce009f;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #ce009f;
        padding-bottom: 5px;
        margin: 10px 0;
    }
    #shop_guide p {
        font-size: 14px;
    }


    /* トップ以外
    ----------------------------------------------------------- */
    .item_page_title {
        padding: 8px;
        font-size: 18px;
        color: #666;
        font-weight: bold;
        margin-bottom: 20px;
        border-bottom:2px solid #333;
    }
    
    #page_common #itempage .itemimg{
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    #page_common #itempage .itemimg img{
        max-width: 100%;
        height: auto;
    }
    
    
    #page_common #itempage .item_name{
        padding: 10px;
        margin-left: 0;
        background: #ce009f;
        color: #fff;
    }

    #page_common #itempage .field {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        margin: 0 0 0 50%;
        width: 50%;
    }
    
    
    
    #page_common #itempage .exp {
        padding: 10px;
        margin-bottom: 10px;
    }
    
    #page_common #itempage .exp h3{
        padding: 10px;
        margin: 20px 0 10px;
        font-weight: bold;
        background: #e5e5e5;
        color: #333;
        font-size: 14px;
    }
    
    #page_common #itempage .exp h4{
        padding: 10px;
        margin: 20px 0 10px;
        font-weight: bold;
        border-left: 4px solid #e5e5e5;
        color: #333;
        font-size: 14px;
    }
    
    #page_common #itempage .exp p{
        padding:0 0 10px;
        color: #333;
        font-size: 14px;
    }
    
    
    
    #page_common #itempage table.skumulti {
        padding: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        width: 100%;
        border: none;
        border-collapse: collapse;
    }
    
    #page_common #itempage table.skumulti th.thborder {
        border-bottom-width: none;
        border-bottom-style: none;
        border-bottom-color: none;
    }
    
    #page_common #itempage table.skumulti th {
        background-color: #E6E6E6;
        text-align: center;
        padding: 10px 5px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
        margin: 0px;
        font-weight: normal;
        vertical-align: middle;
    }
    
    
    #page_common #itempage table.skumulti td {
        padding:10px 5px;
        margin: 0px;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #ccc;
    }
    
    .skubutton{
        cursor: pointer;
        background: #ce009f;
        color: #fff;
        font-size: 80%;
        border: none;
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    
    .catbox {
        max-width: 1000px;
        margin: 0 auto 100px;
    }
    .catbox #wc_cart {
    }
    .catbox  .cart_page_title {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    
    .catbox .ucart {
        padding: 10px;
        font-weight: normal;
        font-size: 14px;
    }
    
    .catbox .ucart .ucart {
        background-size: contain;
    }

    .catbox div.usccart_navi li.usccart_cart {
        background: #ce009f;
    }
    .catbox div.usccart_navi li.usccart_customer {
        background: #ce009f;
    }
    .catbox div.usccart_navi li.usccart_delivery {
        background: #ce009f;
    }
    .catbox div.usccart_navi li.usccart_confirm {
        background: #ce009f;
    }
    
    
    .catbox #itempage .field {
        margin-left: 0;
        margin-bottom: 20px;
        padding: 10px;
    }
    
    .catbox input[type="submit"],.catbox input[type="button"] {
        cursor: pointer;
        background: #ce009f;
        color: #fff;
        font-size: 80%;
        border: none;
        padding: 5px 10px;
        font-weight: normal;
        border-radius: 2px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    
    
    .catbox #customer-info .send {
        text-align: center;
        width: auto;
        margin: 15px 0 20px;
        padding-top: 15px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ccc;
    }
    
    .catbox #customer-info h5 {
        color: #FFFFFF;
        background-color: #333;

        padding: 10px;
    }
    
    .catbox #cart th, #cart td {
        padding: 10px;
    }
    .catbox #delivery-info th {
        font-size: 13px;
        line-height: 150%;
        font-weight: bold;
        color: #333;
        text-align: left;
        margin-right: auto;
        margin-left: auto;
        border: 1px solid #e6e6e6;
        background-color: #f3f3f3;
        padding: 5px 10px;
        width: 25%;
    }
    
    .catbox #delivery-info td {
        font-size: 13px;
        line-height: 150%;
        color: #333;
        border: 1px solid #e6e6e6;
        padding: 5px 10px;
    }
    
    .catbox .upbutton {
        margin-bottom: 20px;
    }

    .catbox #cart_table {
        font-size: 14px;
    }

    .catbox thead tr {
    }
    .catbox #cart th {
        background: #282d33;
        padding: 15px;
    }

    .catbox #confirm_table .ttl{
        background: #ccc;
    }

    .catbox #inside-cart .send {
        border-top: 1px dotted #ccc;
    }
    
    #customer-info table {
        margin-top: 10px;
        border-collapse: collapse;
        width: 100%;
    }
    
    .catbox #cart #point_table {
        width: 100%;
        margin: 20px auto;
    }
    
    .catbox #cart #point_table th,.catbox #cart #point_table td{
        padding: 10px;
        border: 1px solid #ccc;
    }
    
    .search_title{
        padding: 8px;
        color: #4E0A17;

        font-size: 18px;
        color: #666;
        font-weight: bold;
        margin-bottom: 20px;
        border-bottom:2px solid #4E0A17;
    }
    
    
    .catbox #memberpages div.loginbox {
        width: 300px;
        background-color: #F6F6F6;
        margin: 0 auto;
        border: 1px solid #CCCCCC;
        padding: 0px 30px 30px;

    }
    
    .member_page_title {
        padding: 8px;
        font-size: 18px;
        color: #666;
        font-weight: bold;
        margin-bottom: 20px;
        border-bottom:2px solid #333;
    }
    
    .catbox #memberpages #memberinfo h3 {
        background: #282d33;
    }

    /* カラーチャートイメージマップ */
    .c_chart {
        width: 100%;
    }
    .c_chart img {
        max-width: 100%;
        height: auto;
    }
    .c_chart map {
    }
    
    /* 会社概要・特商法ページ
    ----------------------------------------------------------- */

    #comp_01 h3 {
        text-align: center;
        margin: 0 0 50px;
    }

    .company_table {
        width: 100%;
        margin: 0 auto 20px;
        background-color: #ffffff;
        border-collapse: separate;
        border-spacing: 2px;
        font-size: 14px;
        line-height: 1.4rem;
    }

    .company_table th {
        width: 30%;
        padding: 10px;
        background-color: #282d33;
        color: #ffffff;
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
    }

    .company_table td {
        padding: 10px;
        border: 1px solid #282d33;
        color: #333333;

    }
    /* プライバシーポリシー
    ----------------------------------------------------------- */
    #pp {
        max-width: 800px;
        margin: 0 auto;
    }
    
    #pp .title_group {
    }
    
    #pp span {
        font-size: 30px;
        font-weight: bold;
        color: #194675;
    }
    
    #pp .title_group h3 {
        text-align: center;
        font-size: 13px;
        margin: 10px 0 30px;
    }
    
    .text_area {
        margin-top: 20px;
    }

    .text_area h4 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
        border-bottom: 2px solid #194675;
        padding: 5px;
    }
    .text_area h4 br {
    }
    .text_area p {
        margin-bottom: 30px;
    }
    .text_area ul {
        margin-bottom: 30px;
    }
    .text_area li {
    }
    
    /* News一覧、News詳細ページ
    ----------------------------------------------------------- */

   #but_area {
        display: flex;
        justify-content: space-between;
    }
    #but_area#seminar_info #next {
    }
    #but_area #next a {
        border: 1px solid #ccc;
        padding: 10px 15px;
        color: #333;
        margin: 30px 0;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 13px;
    }
    #but_area #prev {
    }
    #but_area #prev a {
        border: 1px solid #ccc;
        padding: 10px 15px;
        color: #333;
        margin: 30px 0;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 13px;
    }








}