@import 'css/uikit.min.css';
@import 'css/uikit.custom.css';
@import 'css/base.css';
@charset "utf-8";

p,h1,h2,h3,h4,h5,h6 {
    color: #111111;
}
/*ヘッダー*/
header {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    height: 75px;
    z-index: 10;
}
.header_nav_area {
    width: 1080px;
    margin: 0 auto;
}
.uk-navbar-container ul > li {
    padding: 0;
}
.uk-navbar-nav {
    margin-top: 20px;
}
.uk-navbar-nav > li {
    margin: 0 5px;
}
.uk-navbar-nav > li > a {
    color: #111111;
    padding: 0 10px 10px 10px;
    font-size: 16px;
}
.now_visited > a {
    color: #aaa291;
    border-bottom: 3px solid #7686c2;
}
.nav_second_level_area {
    position: fixed;
    left: 0;
    /*top: 65px;*/
    width: 100%;
    background: rgba(19,37,39,0.8);
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}
.nav_second_level a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin: 30px 30px
}
.nav_first_level > a:hover {
    color: #aaa291;
    border-bottom: 3px solid #7686c2;
}
.nav_second_level li a:hover {
    color: #7686c2;
    text-decoration: none;
}
.nav_second_level {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 80px;
    padding: 0;
}
.nav_first_level:hover .nav_second_level_area {
    max-height: 500px;
    opacity: 1;
    background: rgba(19,37,39,0.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    pointer-events: auto;
}
.top_logo a {
    display: block;
}
.top_logo img {
    display: inline-block;
    width: 77px;
}

/*共通*/
.main_area {
    padding-top: 75px;
}
#main_container {
    margin-top: -95px;
    padding-top: 95px;
    width: auto;
}
.inner_container {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
}
.content_area {
    max-width: 1000px;
    margin: 0;
}
.heading_ppl {
    padding-left: 20px;
    border-left: 5px solid #967cac;
}
.content_top {
    margin: 0 10px 30px 10px;
}
.content_top h4 {
    margin: 0;
    font-size: 16px;
}
.content_box {
    margin: 0 10px 50px 10px;
    padding-right: 10px;
}
.side_box {
    display: flex;
    flex-wrap: wrap;
}
.inner_side_box {
    margin: 10px 20px 20px 20px;
}
.text_orange {
    font-size: 18px;
    font-weight: bold;
    color: #ff8c00;
}
.text_red {
    margin: 5px 0;
    color: #ff0000;
}
.text_white {
    color: #ffffff;
}
.kome {
    margin-top: 10px;
    font-size: 14px;
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.text_right {
    text-align: right;
}

.listtype_disc li {
    margin-bottom: 5px;
    list-style-type: disc;
    color: #111111;
    font-weight: normal;
}
.listtype_square li {
    margin-bottom: 5px;
    list-style-type: square;
    color: #111111;
}
.listtype_decimal {
    margin-bottom: 20px;
    list-style-type: decimal;
    font-weight: bold;
    color: #111111;
}
.listtype_decimal_normal {
    margin-bottom: 5px;
    list-style-type: decimal;
    color: #111111;
}
.listtype_normal {
    margin-bottom: 30px;
}

.title_line {
    padding: 0 0 5px 15px;
    border-left: double 5px #756c5c;
    border-bottom: solid 1px #756c5c;
    font-size: 18px;
}
.title_square {
    margin: 30px 0 10px 0;
    padding-left: 20px;
    background: url(images/icon_square.png) no-repeat;
    background-size: 12px 12px;
    background-position: 0% 50%;
    font-size: 16px;
    font-weight: bold;
}
.bg01 {
    background-color: #f3f2f0;
}
.fontfamily_serif {
    font-family: 'Times New Roman',serif;
}

.iso-footer {
    padding: 50px 0 0;
    margin: 0 auto;
    width: 200px;
}

/*各ページタイトル（紫色）*/
.sub_title {
    background: -moz-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -webkit-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -o-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -ms-radial-gradient(bottom left, #967cac, #c7bad3);
    background: radial-gradient(bottom left, #967cac, #c7bad3);
    height: 100px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.sub_title h3 {
    display: inline-block;
    color: #ffffff;
    margin-top: 35px;
}
.icon_title {
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 10px;
}

/*サイドメニュー*/
.sidemenu_area {
    height: 100%;
    position: sticky;
    top: 90px;
    width: 350px;
    margin-right: 30px;
}
.sidemenu {
    width: 220px;
    margin-left: 70px;
    padding-left: 0;
    border: 1px solid #d4d0c8;
    z-index: 1;
}
.sidemenu li {
    width: 220px;
    vertical-align: middle;
    border-bottom: 1px solid #d4d0c8;
}
.sidemenu li a {
    display: block;
    padding: 10px 20px;
    color: #111111;
    font-size: 14px;
    text-decoration: none;
    background: url(images/arrow.png) no-repeat;
    background-size: 14px 14px;
    background-position: 95% 50%;
}
.sidemenu li a:hover {
    color: #ffffff;
    background: url(images/arrow_white.png) no-repeat, #d4d0c8;
    background-size: 14px 14px;
    background-position: 95% 50%;
}
.sidemenu .current a {
    color: #ffffff;
    background: url(images/arrow_white.png) no-repeat, #aaa291;
    background-size: 14px 14px;
    background-position: 95% 50%;
}
/*リンクメニュー*/
.jump_menu {
    margin-bottom: 30px;
}
.jump_menu a {
    display: inline-block;
    margin: 0 10px 10px 10px;
}
.link_box {
    margin: -95px 0 50px 0;
    padding-top: 95px;
}

/*各トップページ大ボタン*/
.intro_button_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px;
}
.intro_button_area a {
    display: block;
    text-decoration: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    margin: 0 10px 20px 10px;
    padding: 10px;
}
.intro_button_area a:hover {
    opacity: 0.7;
}
.intro_button_area a:hover .more_button {
    background-color: #aaa291;
    border: solid 1px #ffffff;
    color: #ffffff;
}
.intro_button {
    display: flex;
    max-width: 450px;
    min-height: 140px;
    padding: 20px 10px 10px 20px;
}
.intro_button_img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #967cac;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
}
.intro_button_img img {
    display: inline-block;
    width: 80px;
    height: auto;
    /*margin-top: 15px;*/
}
.intro_button_text {
    max-width: 240px;
    min-width: 240px;
    padding-left: 30px;
}
.more_button {
    margin: 0 auto 10px auto;
    padding: 10px 20px;
    width: 160px;
    font-size: 14px;
    text-align: center;
    border: solid 1px #111111;
    color: #111111;
}
.intro_button_text h4 {
    color: #111111;
    font-size: 18px;
    font-weight: bold;
}
.intro_button_text p {
    color: #111111;
    font-size: 14px;
}
@media screen and (max-width:960px) {
    .intro_button {
        width: calc(100% - 20px);
        min-height: 140px;
        padding: 20px 10px 10px 10px;
    }
    .intro_button_text {
        max-width: calc(100% - 140px);
        min-width: calc(100% - 140px);
        padding-left: 10px;
    }
    .more_button {
        font-size: 12px;
    }
    div.price-transition-banner {
        width: 100%;
    }
}

/*コンタクト*/
#contact_area {
    background-color: #f3f2f0;
    text-align: center;
}
#contact_area h4 {
    margin-bottom: 5px;
    padding-top: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#contact_area p {
    margin: 0;
    font-size: 14px;
    text-align: center;
}
.contact_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}
.button_area {
    margin: 30px 10px;
    padding: 0;
    width: 300px;
    text-align: left;
}
.button_ask {
    display: block;
    text-decoration: none;
    width: 230px;
    margin-bottom: 10px;
    padding: 25px 0 25px 70px;
    font-size: 16px;
    color: #ffffff;
    background: url(images/icon_mail.png) no-repeat;
    background-size: 30px 30px;
    background-position: 10% 50%;
    background-color: #7686c2;
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.button_request {
    display: block;
    text-decoration: none;
    width: 220px;
    padding: 25px 0 25px 80px;
    font-size: 16px;
    color: #ffffff;
    background: url(images/icon_paper.png) no-repeat;
    background-size: 30px 30px;
    background-position: 10% 50%;
    background-color: #aaa291;
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.button_ask:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}
.button_request:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}

.tell_area {
    margin: 30px 10px;
    padding: 10px 40px;
    background-color: #ffffff;
}
.tell_area > ul {
    margin-bottom: 10px;
}
.tell_area ul {
    color: #111111;
    padding: 0;
}
.tell_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tell_left {
    display: inline-block;
    margin: auto 0;
    font-size: 12px;
    line-height: 22px;
}
.tell_number {
    padding-left: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.tell_text {
    padding-top: 10px;
    text-align: center;
    border-top: solid 1px #333333;
}
@media screen and (min-width:960px) {
    .button_area {
        width: 370px;
    }
    .button_ask {
        width: 250px;
        padding: 25px 0 25px 120px;
        font-size: 18px;
        background-size: 40px 40px;
        background-position: 20% 50%;
    }
    .button_request {
        width: 240px;
        padding: 25px 0 25px 130px;
        font-size: 18px;
        background-size: 40px 40px;
        background-position: 20% 50%;
    }
    .tell_left {
        font-size: 16px;
        line-height: 26px;
    }
    div.price-transition-banner {
        width: 760px;
    }
}
/*フッター*/
footer {
    background: #756c5c;
    width: 100%;
}
#footer_logo {
    display: inline-block;
    text-align: center;
}
#footer_logo img {
    display: inline-block;
}
#footer_logo a {
    display: block;
}
#footer_title {
    height: 30px;
    width: 100%;
}
#footer_title h1 {
    display: inline-block;
}
#footer_title h1 a {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}
#footer_company_area {
    margin: 0 auto;
    padding: 30px 0 0 0;
    text-align: center;
}
#footer_navi_area {
    margin: 0 auto;
    padding-top: 20px;
}
#footer_navi_area ul {
    margin: 20px auto;
    padding: 0;
    text-align: center;
}
#footer_navi_area ul li {
    padding: 0 10px;
}
#footer_navi_area ul li a {
    font-size: 12px;
    color: #ffffff;
}
#copy_area {
    text-align: center;
}
#copy_area p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
}
@media screen and (min-width:960px) {
    #footer_area {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #footer_company_area {
        padding-top: 50px;
    }
    #footer_navi {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 20px;
    }
    #footer_navi ul {
        margin: 20px 0;
        padding: 0 10px;
        text-align: left;
    }
    #footer_navi_area ul li a {
        font-size: 14px;
    }
}
.cf {
    content: "";
    display: block;
    clear: both;
}
/*トップへ戻るボタン*/
.totop_btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.totop_btn img {
    width: 40px;
    height: auto;
}
.totop_btn a:hover {
    opacity: 0.7;
}


/*トップページ*/
#main_top_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#main_top_catch {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
}
#main_top_catch p {
    font-size: 18px;
    line-height: 1.5;
}
#main_top_catch h2 {
    text-align: center;
    color: #ff8c00;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0.5px 0.5px 0 #aaa291;
}
.main_top_text {
    margin: 0 auto;
}
.main_top_img {
    margin: 0 auto;
}
.main_top_img img {
    width: 450px;
    height: auto;
}

.common_button {
    padding: 10px 50px;
    font-size: 14px;
    border: solid 1px #111111;
    color: #111111;
}
.common_button:hover {
    text-decoration: none;
    background-color: #aaa291;
    border: solid 1px #ffffff;
    color: #ffffff;
}
@media screen and (min-width:960px) {
    #main_top_catch p {
        width: 730px;
    }
    #main_top_catch p {
        font-size: 24px;
    }
    #main_top_catch h2 {
        margin-top: 30px;
        font-size: 24px;
    }
}

/*トップページ--デイリーランキング*/
/*
#daily_ranking_area {
	margin: 0;
	padding: 10px;
	text-align: center;
}
#daily_ranking_top {
	padding: 20px 0;
	text-align: center;
}
#daily_ranking_top h3 {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #111111;
	text-shadow: 0 0 1px #aaa291;
}
#daily_ranking {
	padding: 0 5px;
}
#daily_ranking h1 {
	width: 20px;
	margin: 0 0 5px 0;
	padding: 5px 5px;
	color: #405290;
	font-size: 18px;
	font-weight: bold;
	border: solid 1px #405290;
	text-align: center;
}
#daily_ranking ul li img {
	display: block;
	margin: auto;
}
.rank_list {
	display: flex;
	margin: 0;
	padding: 0;
}
.food {
	margin: auto 0 auto 20px;
	font-size: 12px;
}
#daily_ranking > ul {
	display: block;
	margin: 0;
	padding: 0;
}
#daily_ranking > ul > li {
	padding: 5px;
	border-bottom: solid 1px #aaa291;
	color: #111111;
	text-align: left;
}
.medal {
	width: 32px;
	height: auto;
}
.rank_label {
	min-width: 32px;
}
#daily_ranking_top p {
	font-size: 10px;
	margin: 0 10px;
	padding: 10px;
	background-color: rgba(243,242,240,0.5);
	text-align: left;
}
#daily_ranking_btn_area {
	padding: 30px 0;
}
@media screen and (min-width:960px) {
	#daily_ranking_area {
		width: 500px;
	}
	#daily_ranking_top h3 {
		font-size: 20px;
	}
	.daily_ranking p {
		width: 560px;
	}
	.food {
		font-size: 14px;
	}
}
*/

/*トップページ--インフォメーションボタン（紫色）*/
.infomation_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
    background-color: #f3f2f0;
}
.info_button img {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.info_button {
    display: flex;
    justfy_content: center;
    width: 310px;
    margin: 10px 10px;
    background-color: #967cac;
    text-align: center;
    padding: 30px 0 10px 0;
    box-shadow: 0 0 1px #aaa291;
}
.info_button h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.info_button p {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    border: solid 1px #ffffff;
}
.info_img {
    width: 120px;
    margin: 0 auto;
}
.info_text {
    margin: 0 auto;
}
.infomation_area a:hover {
    text-decoration: none;
}
.info_button:hover {
    background: -moz-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -webkit-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -o-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -ms-radial-gradient(bottom left, #967cac, #c7bad3);
    background: radial-gradient(bottom left, #967cac, #c7bad3);
    opacity: 0.7;
}
@media screen and (min-width:960px) {
    .info_button {
        display: block;
        width: 250px;
        margin: 10px 20px;
    }
    .info_button img {
        width: 100px;
        height: 100px;
    }
}

/*トップページ--お知らせ*/
.news_area {
    margin-bottom: 50px;
    text-align: center;
}
.news_area h4 {
    margin-bottom: 0;
    padding-top: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.news_list_main {
    display: inline-block;
    padding: 10px 0;
}
.news_list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    text-align: left;
}
.news_date {
    color: #111111;
    padding: 5px 20px;
    font-size: 14px;
}
.news_type_news {
    margin: auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #65aed8;
    text-align: center;
}
.news_type_release {
    margin: auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #ecb857;
    text-align: center;
}
.news_type_ranking {
    margin: auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #7596e0;
    text-align: center;
}
.news_type_trend {
    margin: auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #7596e0;
    text-align: center;
}
.news_type_newspaper {
    margin: auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #7596e0;
    text-align: center;
}
.news_type_column {
    margin: auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #7596e0;
    text-align: center;
}
.news_type_recruite {
    margin: auto 0;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    background-color: #65aed8;
    text-align: center;
}
.news_text {
    padding: 5px 20px;
}
.news_text a {
    display: block;
    color: #111111;
    border-bottom: solid 1px #111111;
    text-decoration: none;
    font-size: 14px;
}
.news_text a:hover {
    color: #7686c2;
    border-bottom: solid 1px #7686c2;
}
.news_btn_area {
    text-align: center;
}
@media screen and (min-width:960px) {
    .news_date {
        font-size: 16px;
    }
    .news_text a {
        font-size: 16px;
    }
}

/*トップページ--採用情報*/
.recruite_inner_area {
    position: relative;
    height: 200px;
    background-image: url(images/img_recruite.jpg);
    background-size: cover;
    background-position: 50% 0%;
    padding-top: 30%;
}
#recruite_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 90%;
    margin:0;
    padding:0;
    text-align: center;
    /*background-color: rgba(19,37,39,0.3);*/
}
#recruite_catch h4 {
    margin: 5px 40px;
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
    color: #ffffff;
    /*text-shadow: 1px 1px 3px #111111;*/
    text-shadow: 0 0 20px #111111;
}
.recruite_text {
    margin: 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 140%;
    color: #ffffff;
    /*text-shadow: 0 0 2px #111111;*/
    text-shadow: 0 0 20px #111111;
}
.recruite_button {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    background-color: #ffffff;
    /*border: solid 1px #ffffff;*/
    text-decoration: none;
    /*text-shadow: 0 0 2px #111111;*/
    box-shadow: 0px 0px 1px #111111;
}
.recruite_inner_area:hover {
    text-decoration: none;
}
/*.recruite_inner_area:hover .recruite_button {
	text-decoration: none;
	color: #ffffff;
	background-color: rgba(19,37,39,0.4);
}*/
@media screen and (min-width:960px) {
    .recruite_inner_area {
        height: auto;
    }
    #recruite_catch {
        padding: 40px 0 0 0;
        text-align: center;
        width: 80%;
        height: 60%;
        /*background-color: rgba(19,37,39,0.3);*/
    }
    #recruite_catch h4 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .recruite_text {
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 40px;
    }
    .recruite_button {
        padding: 10px 40px;
        background-color: #ffffff;
        color: #111111;
        /*border: solid 1px #ffffff;*/
        text-decoration: none;
    }
}
@media screen and (max-width:1200px) {
    .recruite_inner_area {
        height: 120px;
    }
}


/*お知らせ、流通トピックス*/
.news_content_area {
    max-width: 1000px;
    margin: 0 auto;
}
.news_content {
    padding: 10px 10px 50px 10px;
}
.ranking {
    border-collapse: collapse;
    table-layout: auto;
}
.ranking th {
    padding: 3px;
    border: solid 1px #aaa291;
}
.ranking td {
    padding: 3px;
    border: solid 1px #aaa291;
}
.sample_zone {
    margin: 20px auto;
    padding: 20px 20px 0 20px;
    border: 2px solid #aaa291;
    border-radius: 10px;
}
.news_now_text {
    padding: 20px;
}
.news_now_text p {
    display: inline-block;
    padding: 5px 10px;
    background-color: #aaa291;
    font-size: 14px;
    color: #ffffff;
}
.archive_menu {
    padding: 10px;
    background-color: #eae8e5;
}
.archive_menu ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    width: auto;
    margin: 0 auto;
    padding: 20px 0;
}
.archive_menu ul li {
    display: block;
    width: 100px;
    margin: 10px 0;
}
.archive_menu ul li a {
    color: #111111;
    font-size: 14px;
    text-decoration: none;
    padding-left: 20px;
    background: url(images/arrow.png) no-repeat;
    background-size: 14px 14px;
    background-position: 0% 50%;
}
.archive_menu ul li a:hover {
    color: #7686c2;
}
@media screen and (min-width:960px) {
    .archive_menu ul {
        width: 600px;
    }
    .archive_menu ul li {
        width: 200px;
    }

}
/*NSSセミナーボタン*/
.nss_button {
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #191970;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    text-shadow: 1px 1px 1px #111111;
}
.nss_button:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}
/*ダウンロードボタン*/
.download_button {
    padding: 10px 40px 10px 60px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: url("images/icon_download_pdf.png") no-repeat;
    background-size: 22px 22px;
    background-position: 18% 50%;
    background-color: #191970;
    vertical-align: middle;
    border-radius: 24px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.download_button:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
}

/*会社案内*/
.company_box {
    color: #111111;
    margin: -95px 0 0 0;
    padding: 95px 10px 0 10px;
}
#company_profile > table tr th {
    width: 83px;
    line-height: 2.5em;
    text-align: left;
}
#company_profile > table tr td {
    padding-left: 20px;
}
#company_member ul {
    margin: 0;
    padding: 0;
}
#company_member ul li {
    margin-bottom: 30px;
    padding: 0;
}
#company_member h6 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
#company_member p {
    margin: 10px 0 0 10px;
}
#company_access img {
    display: block;
    margin-bottom: 20px;
    width: 90vw;
}
@media screen and (min-width:960px) {
    #company_access img {
        width: auto;
    }
}
#company_vision h5 {
    margin: 20px 0 0 0;
    font-weight: bold;
}
#company_vision p {
    margin: 0;
}
.sidemenu li a.selected {
    color: #ffffff;
    background: url(images/arrow_white.png) no-repeat, #d4d0c8;
    background-size: 14px 14px;
    background-position: 95% 50%;

}
.company_blank_space {
    height: 95px;
}

/*製品情報*/
.name_serif {
    font-family: "Times New Roman",serif;
    font-style: italic;
    font-weight: bold;
}
.report_img_h150 {
    display: block;
    height: 150px;
    width: auto;
}
.report_img_w280 {
    display: block;
    width: 280px;
    height: auto;
}
.box_shadow {
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.posdata_img {
    width: 250px;
    height: auto;
    border-right: solid 1px #111111;
    border-bottom: solid 1px #111111;
}

.sampledata {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
}
.merit_list {
    padding-left: 10px;
}
.merit_list li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
.merit_title {
    display: table;
    width: 100%;
    height: 30px;
    background-color: #405290;
    text-align: center;
    border-radius: 10px;
}
.merit_title p {
    display: table-cell;
    margin: 0;
    color: #ffffff;
    line-height: normal;
    vertical-align: middle;
    font-size: 14px;
}
.merit_text {
    display: inline-block;
    margin: 10px 0 0 0;
    padding-left: 20px;
    font-size: 14px;
}

@media screen and (min-width:960px) {
    .report_img_h150 {
        height: 250px;
        width: auto;
    }
    .report_img_w280 {
        width: 400px;
        height: auto;
    }
    .merit_title {
        width: 140px;
        height: 75px;
    }
    .merit_title p {
        font-size: 16px;
    }
    .merit_text {
        width: 700px;
        margin: 0;
        font-size: 16px;
    }
    .half_box {
        width: calc(50% - 40px);
    }
}
/*各製品対応表、価格表*/
.tb_version {
    margin: 0 0 20px 0;
    border-collapse: collapse;
    border: solid 1px #111111;
    font-size: 14px;
    color: #111111;
    text-align: center;
    vertical-align: middle;
}
.tb_version th {
    padding: 5px;
    line-height: 1.5em;
    border: solid 1px #111111;
}
.tb_version tr {
    padding: 0;
    line-height: 1.5em;
}
.tb_version td {
    padding: 5px;
    line-height: 1.5em;
    border: solid 1px #111111;
}
.tb_version > th a {
    text-decoration: none;
    color: #111111;
}
.tb_version > th a:hover {
    color: #aaa291;
}
.plus {
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    padding-left: 50px;
}
@media screen and (max-width:960px) {
    .tb_version {
        width:100%;
        table-layout: fixed;
        word-break: break-word;
    }
    .tb_version th {
        font-size: 10px;
    }
    .tb_version td {
        font-size: 10px;
    }
}

/*サービス*/
.tb_training {
    border-collapse: collapse;
    border: solid 1px #aaa291;
    color: #111111;
}
.tb_training th {
    border: solid 1px #aaa291;
    font-size: 16px;
    padding: 5px 10px;
}
.tb_training td {
    border: solid 1px #aaa291;
    font-size: 16px;
    padding: 5px 10px;
}
.tb_training ul {
    margin: 0;
}
.re_version a {
    display: inline-block;
}
.inner_side_box_training_text {
    float: left;
    width: 50%;
}
.inner_side_box_training_img {
    float: right;
    width: 50%;
}

@media screen and (max-width:960px) {
    .training_schedule th {
        font-size: 14px;
    }
    .training_schedule td {
        font-size: 14px;
    }
    .training_program th {
        font-size: 14px;
    }
    .training_program td {
        font-size: 14px;
    }
    .inner_side_box_training_text {
        float: none;
        width: 100%;
    }
    .inner_side_box_training_img {
        float: none;
        width: 100%;
        text-align: center;
    }
}
/*採用情報*/
.recruite_all_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}
.recruite_info_button img {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.recruite_info_button {
    display: flex;
    justify-content: center;
    width: 270px;
    margin: 10px 10px;
    background-color: #967cac;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 0 0 1px #aaa291;
}
.recruite_info_button h4 {
    color: #ffffff;
    margin: 10px 0 0 0;
    padding: 0 10px;
    font-size: 16px;
}
.recruite_info_button p {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px;
    border: solid 1px #ffffff;
}
.recruite_info_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recruite_info_text {
    margin: 0 auto;
}
.recruite_all_area a:hover {
    text-decoration: none;
}
.recruite_info_button:hover {
    background: -moz-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -webkit-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -o-radial-gradient(bottom left, #967cac, #c7bad3);
    background: -ms-radial-gradient(bottom left, #967cac, #c7bad3);
    background: radial-gradient(bottom left, #967cac, #c7bad3);
    opacity: 0.7;
}
@media screen and (min-width:960px) {
    .recruite_info_button {
        display: block;
        width: 190px;
        margin: 10px 20px;
    }
    .recruite_entry_box {
        width: 300px;
    }
}
.recruite_entry_box {
    margin: 10px 10px;
}
.recruite_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 80px;
    margin: 10px;
    padding: 10px;
    border: solid 1px #aaa291;
}
.recruite_btn:hover {
    opacity: 0.7;
    box-shadow: 1px 1px 3px #aaa291;
}
.recruite_btn img {
    display: inline-block;
}
#recruite_entry_box h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
#recruite_entry_box p {
    margin: 0;
}
.recruite_box {
    margin: -95px 10px 50px 10px;
    padding-top: 95px;
}
.recruite_box h5 {
    margin: 20px 0 10px 0;
    font-weight: bold;
}
.recruite_box p {
    margin: 10px 0;
    padding-left: 10px;
}
.recruite_box a {
    display: inline-block;
    margin: 10px;
}
@media screen and (max-width:960px) {
    .recruite_box p {
        font-size: 14px;
    }
    .recruite_box ul li {
        font-size: 14px;
    }
    .recruite_box a {
        font-size: 14px;
    }
    .iso-footer {
        padding: 10px 0 10px;
    }
}
.interview_box  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.interview_img {
    vertical-align: middle;
}
.interview_img img {
    display: inline-block;
    margin: 10px;
    width: 80px;
    height: auto;
}
.interview_button {
    max-width: 360px;
    min-height: 180px;
    margin: 10px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.interview_box a {
    display: block;
    text-decoration: none;
}
.interview_box a:hover {
    opacity: 0.7;
}
.interview_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/*.interview_text {
	padding-left: 10px;
	width: calc(100% - 140px);
	background: url(images/img_bubble.png) no-repeat;
}*/

.interview_text {
    position: relative;
    display: inline-block;
    margin: 10px 0 10px 15px;
    padding: 7px 10px;
    max-width: 200px;
    color: #111111;
    font-size: 16px;
    background: #FFF;
    border: solid 1px #111111;
    border-radius: 15px;
    box-sizing: border-box;
}

.interview_text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #FFF;
    z-index: 2;
}

.interview_text:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -29px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #111111;
    z-index: 1;
}

.interview_text p {
    margin: 0;
    padding: 0;
}

.interview_box p {
    margin: 10px 0 0 0;
}
.mynavi_img {
    display: block;
    padding: 20px 0 10px 0;
}
.a_week {
    color: #111111;
}
.a_week  tr {
    padding: 0 0 20px 10px;
}
.a_week  th {
    vertical-align: top;
}
.circle_img img {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    margin: 10px 20px 10px 10px;
}
.private_text {
    max-width: 800px;
    margin: 10px 0 30px 0;
}
.btn_myjob {
    display: block;
    width: 240px;
    height: 60px;
    border: solid 3px #7686c2;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #7686c2;
    text-align: center;
}
.btn_myjob:hover {
    text-decoration: none;
    color: #7686c2;
    opacity: 0.5;
}

/*カスタマーサポート*/
.download p {
    margin: 0;
    padding: 20px;
    font-size: 14px;
}
.input_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    background-color: #967cac;
    border-radius: 10px;
}
.btn_ppl {
    width: 300px;
    height: 40px;
    margin: 0 auto;
    background-color: #967cac;
    color: #ffffff;
    cursor: pointer;
}
.btn_ppl:hover {
    opacity: 0.7;
}
.login_button_area {
    padding: 30px 0;
    text-align: center;
}
@media screen and (max-width:338px) {
    #helpdesk_icon {
        margin-top: 10px;
    }
    #helpdesk_title {
        margin-top: 0;
    }
}

/*お問い合わせ・資料請求*/
.inq_form {
    margin: 20px auto;
    padding: 20px;
    border-collapse: collapse;
    border: solid 1px #ffffff;
}
.inq_form th {
    padding: 10px 20px;
    border-bottom: solid 2px #ffffff;
    font-weight: normal;
    background-color: #f3f2f0;
    color: #111111;
    text-align: left;
}
.inq_form td {
    padding: 10px 20px;
    border-bottom: solid 2px #ffffff;
    font-weight: normal;
    background-color: #f3f2f0;
    color: #111111;
}
.in_form {
    margin: 0 0 10px 0;
}
.in_form dt {
    font-weight: normal;
    font-size: 14px;
}
.btn_gray {
    width: 100px;
    height: 40px;
    margin: 0 auto;
    background-color: #aaa291;
    color: #ffffff;
    cursor: pointer;
}

/* 商圏分析 */
table.jicf_tab th {
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    background-color: #FFFFCC;
    padding: 2px 3px;
    text-align: center;
    color: #333333;
}

table.jicf_tab {
    /*width: 500px;*/
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    margin: 0 15px 15px 15px;
    font-size: 0.8em;
    text-align: center;
}

table.jicf_tab td.bg03 {
    font-weight: bold;
    background-color: #F0F0FF;
}

table.jicf_tab td {
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    padding: 2px 3px;
}

.TA_L {
    text-align: left;
}

.TA_R {
    text-align: right;
}

.gsc-control-cse {
    padding:5px !important;
}
.gsc-search-button {
    width: auto !important;
}
.gsc-search-button svg {
    height: 17px;
}
