@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');

/*全体の設定
---------------------------------------------------------------------------*/

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
    margin: 0;
    padding: 0;
    font: inherit;
}

body {
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic ProN', Meiryo, Arial, Helvetica, 'MS PGothic', Sans-serif;
    line-height: 1.8;
    letter-spacing: 0.2pt;
}

ul li {
    list-style: outside none none;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
    text-decoration: none;
    outline: none;
    overflow: hidden;
    color: #333;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}


@media screen and (min-width: 741px),
print {
    /* ------------------------------------------------------------------
　　　　　　　　　　PC用のスタイル記述
------------------------------------------------------------------- */
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }

    /*見出し設定
---------------------------------------------------------------------------*/
    /*フォント設定
---------------------------------*/
    h2 {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .raleway {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px;
    }
    /*共通コンテンツ・部品
---------------------------------------------------------------------------*/
    .inner_wrap {
		width:100%;
        max-width: 825px;
        margin: 0 auto;
    }
    .more {
        width: 70px;
        height: 28px;
        line-height: 28px;
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: #FFF;
        background: #333 url(https://www.ajiko.co.jp/images/icon/arrow_s.png) no-repeat 88% 50%;
        display: inline-block;
        padding-right: 8px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    /*header
---------------------------------------------------------------------------*/
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 220px;
        height: 100%;
        min-height: 100%;
        border-right: 1px solid #d5d5d5;
        z-index: 99;
        background-color: #FFF;
    }
    header #logo {
        height: 170px;
        padding: 40px 0 0;
        text-align: center;
    }
    header nav {
        font-weight: 700;
        margin-bottom: 5px;
    }
    header nav a {
        display: block;
	padding: 8px 15px 0;
    }
    header li a span {
        color: #707070;
        font-size: 11px;
        line-height: 10px;
        display: block;
    }
	header li:hover a span{
		color:#fff;
	}
	li.news_tab{
		background:#8082bc;
	}
	li.news_tab a{
		color:#fff;
		font-weight:500;
	}
    .hrd_btn01 {
        color: #FFF;
        display: block;
        background-color: #1d2087;
        padding: 15px 30px;
    }
    .hrd_btn02 {
        color: #FFF;
        display: block;
        background-color: #8082bc;
        padding: 15px 30px;
    }
    .sitemap {
        margin: 10px 0;
    }
    .sitemap a {
        font-size: 12px;
        padding: 10px 30px;
    }
    .sns_btn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .sns_btn a {
        float: left;
        width: 50%;
        height: 60px;
    }
    .sns_btn a:first-of-type {
        background: #666 url(https://www.ajiko.co.jp/images/icon/facebook.png) no-repeat center center;
    }
    .sns_btn a:nth-of-type(2) {
        background: #333 url(https://www.ajiko.co.jp/images/icon/twitter.png) no-repeat center center;
    }
    /*Main Contents
---------------------------------------------------------------------------*/
    #main_contents {
        width: 100%;
        padding: 0 0 0 220px;
        overflow-x: hidden;
    }
    /*Main Visual
-------------------------------------------*/
    #main_visual {
        height: 350px;
       /* min-width: 825px;*/
    }
    #main_visual .inner_wrap {
        padding: 30px 0;
        text-align: center;
    }
    #main_visual img {
        vertical-align: middle;
    }
    #main_visual p {
        display: inline-block;
        font-size: 18px;
        color: #333;
        vertical-align: middle;
        padding-left: 30px;
    }

    .top_movie {
        position: relative;
        margin-bottom: 40px;
        padding-top: 23%;
        width: 100%;
    }
    #video {
        position: absolute;
        top: 0;
        left: 0;
        background: url('images/movie/top.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
        min-width: 100%;
        min-width: 100vw;
        z-index: 1;
    }

    /*info area
-------------------------------------------*/
    #info_area {
        margin-bottom: 30px;
    }
    .info_box {
        background-color: #f2f2f2;
        width: 655px;
        margin: 0 auto 30px;
        padding: 18px 38px;
        font-size: 14px;
    }
    .info_box h5 {
        color: #1d2087;
        font-weight: 700;
        display: inline-block;
        vertical-align: top;
    }
    .info_box p {
        margin: 10px auto 0;
        width: 100%;
        text-align: center;
    }
    .info_box table {
        display: inline-block;
        vertical-align: top;
        margin-left: 50px;
    }
    .info_box table th {
        font-weight: 400;
    }
    .info_box table td {
        padding-left: 40px;
    }
    /*search_area
------------------------*/
    #i-search {
        margin-bottom: 20px !important;
    }
    .search_area {
        width: 655px;
        margin: 0 auto 30px;
    }
    .search_s {
        position: relative;
        /*width: 250px;*/
        border: 1px solid #d5d5d5;
        display: inline-block;
        padding: 16px 12px;
        height: 64px;
        vertical-align: middle;
    }
    /*
.search_s:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: 50%;
	right: .6em;
	margin-top: -.2em;
	border-width: .45em .35em;
	border-style: solid;
	border-color: #ccc transparent transparent;
	z-index: 9;
}
*/
    .search_s select {
        position: relative;
        color: #666;
        background-color: #fff;
        border: none;
        outline: none;
        width: 100%;
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .search_s select::-ms-expand {
        display: none;
    }
    .search_t {
        display: inline-block;
        margin-left: 8px;
        width: 390px;
        border-left: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        vertical-align: middle;
    }
    .search_t img {
        vertical-align: middle;
        margin-left: 20px;
    }
    .search_t input[type="text"] {
        font-size: 16px;
        width: 58%;
        padding: 10px;
        margin: 11px 3%;
        border: none;
    }
    .search_t input[type="submit"] {
        width: 68px;
        height: 62px;
        border: none;
        font-size: 16px;
        color: #FFF;
        background-color: #1d2087;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        border-radius: 0;
    }
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .search_t input[type="text"] {
            margin: 11px 8px;
        }
    }
    /*column_3
------------------------*/
    .column_3 {
        margin: 20px auto 40px;
    }
    .column_3 .box {
        float: left;
        margin-left: 22px;
    }
    .column_3 .box:first-of-type {
        margin-left: 0;
    }
    .column_3 .box h3 {
        margin-bottom: 10px;
    }
	.column_3 .box h2 {
	font-size: 20px!important;
	margin-bottom: 0px!important;
}
    /*News IR News
-------------------------------------------*/
    #news,
    #ir_news {
        margin-bottom: 30px;
    }
    #news h3,
    #ir_news h3 {
        margin-bottom: 30px;
    }
    .news_wrap {
        background-color: #f7f7f7;
        padding: 30px 30px;
    }
    #news .news_wrap {
        padding: 64px 60px 85px;
    }
    span.eirItem_category {
        padding: 2px 0 4px !important;
        height: 23px !important;
        width: 68px !important;
        font-size: 12px !important;
    }
    #news table,
    #ir_news table {
        font-size: 14px;
        width: 100%;
    }
    #news table tr {
        border: none;
    }
    #news table th,
    #ir_news table th {
        padding: 10px 0;
        vertical-align: top;
    }
    #news table td,
    #ir_news table td {
        padding: 10px 0;
        vertical-align: top;
    }
    #news table span,
    #ir_news table span {
        display: inline-block;
        width: 60px;
        height: 20px;
        font-size: 10px;
        color: #FFF;
        text-align: center;
        line-height: 18px;
        vertical-align: middle;
    }
    #news table td img,
    #ir_news table td img {
        margin-left: 10px;
        vertical-align: middle;
    }
    #news table tr td:first-of-type,
    #ir_news table tr td:first-of-type {
        width: 90px;
    }
    #news table tr td:nth-of-type(2),
    #ir_news table tr td:nth-of-type(2) {
        width: 110px;
    }
    #news table tr td:last-of-type,
    #ir_news table tr td:last-of-type {
        width: 50px;
    }
    .label_product {
        background-color: #36a8eb;
    }
    .label_company {
        background-color: #494b9f;
    }
    .label_event {
        background-color: #5a5a5a;
    }
    .label_investor {
        background-color: #8f5cb0;
    }
    /*事業・製品・サービス
-------------------------------------------*/
    #business {
        margin-bottom: 30px;
    }
    #business h3 {
        margin-bottom: 10px;
    }
    #business .link_img a {
        display: block;
        float: left;
        margin: 0 0 20px 20px;
    }
    #business .link_img a:nth-of-type(3n + 1) {
        margin-left: 0
    }
    #business .link_text a {
        display: block;
        float: left;
        width: 261px;
        margin: 0 0 0 20px;
        padding: 10px 0;
        color: #777;
        border-bottom: 1px solid #ccc;
        text-align: center;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_m.png) no-repeat 99% 50%;
    }
    #business .link_text a:nth-of-type(3n + 1) {
        margin-left: 0
    }
    /*グループ会社
-------------------------------------------*/
    #g_company h2 {
        margin-bottom: 20px;
    }
    #g_company a {
        width: 200px;
        display: block;
        float: left;
        text-align: center;
        margin: 0 0 30px 0;
    }
    /*サービスサイト
-------------------------------------------*/
    #service_site {
        margin-bottom: 30px;
    }
    #service_site h2 {
        margin-bottom: 10px;
    }
    #service_site a {
        display: block;
        float: left;
        width: 260px;
        height: 120px;
        line-height: 120px;
        border: 1px solid #bbb;
        border-radius: 10px;
        margin: 0 0 20px 20px;
        text-align: center;
    }
    #service_site a:nth-of-type(3n + 1) {
        margin-left: 0
    }
    #service_site a img {
        vertical-align: middle;
    }
    /*JOIN US
-------------------------------------------*/
    #join_us {
        position: relative;
        margin-bottom: 30px;
        /*max-width: 825px;*/
        height: 450px;
        text-align: center;
    }
    #join_us .join_us_photo {
        margin: 0 auto;
        width: 100%;
        max-width: 1500px;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }
    #join_us img {
        width: 100%;
    }
    #join_us h2 {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        font-size: 40px;
        color: #FFF;
        z-index: 2;
    }
    #join_us h2 span {
        display: block;
        font-size: 14px;
    }
    #join_us .more {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 84px;
        height: 34px;
        background: #fff url(https://www.ajiko.co.jp/images/icon/arrow_s_g.png) no-repeat 88% 50%;
        text-align: center;
        font-size: 12px;
        color: #333;
        letter-spacing: 1pt;
        line-height: 34px;
        z-index: 2;
    }
    /*CSR
-------------------------------------------*/
    #photo_left {
        margin-bottom: 30px;
    }
    #photo_left h2 {
        font-size: 40px;
        text-align: left;
        margin-bottom: 30px;
    }
    #photo_left h2 span {
        font-size: 13px;
        display: block;
        letter-spacing: 5pt;
        line-height: 0;
        font-weight: 400;
    }
    #photo_left .box {
        width: 50%;
        float: left;
    }
    #photo_left .box:nth-of-type(2) {
        padding-left: 35px;
        position: relative;
    }
    #photo_left .box h3 {
        margin-bottom: 5px;
        padding: 0;
        border: none;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1.5pt;
        text-indent: -12px;
    }
    #photo_left .box p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 2;
    }
    #photo_left .box .more {
        position: static;
        text-align: center;
    }
    .csr_report {
        margin-top: 20px;
    }
    #photo_left .f_l {
        width: 50%;
        text-align: center;
        font-size: 14px;
    }
    #photo_left .f_l:first-of-type a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/leaf.png) no-repeat left center;
    }
    #photo_left .f_l:nth-of-type(2) a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/file02.png) no-repeat left center;
    }

    /*下層ページ
---------------------------------------------------------------------------*/
    .page #main_visual,
    .single-product #main_visual {
        margin-bottom: 40px;
        padding: 70px 0 50px;
		width:100%;
        height: auto;
        border-bottom: 1px solid #d5d5d5;
        color: #fff;
        background: url(../img/header-bg.jpg) center center no-repeat;
        background-size: cover;
        letter-spacing: 0.8em;
    }
    .page #main_visual .inner_wrap,
    .single-product #main_visual .inner_wrap
     {
        padding-top: 0;
    }
    .page #main_visual h1,
    .single-product #main_visual h1
     {
        font-size: 30px;
        text-align: center;
        font-weight: 600;
    }
    .page h2 {
        margin: 50px 0 30px;
        font-size: 2em;
    }
    .page h3 {
        margin: 10px 0 20px;
        padding: 0 0 3px 10px;
        border-left: 4px solid #1d2087;
        border-bottom: 1px solid #1d2087;
        font-size: 19px;
        font-weight: bold;
    }
    .page h4 {
        margin: 10px 0 20px;
        font-size: 17px;
        color: #1d2087;
        font-weight: bold;
    }


    .normal_box {
        margin: 10px auto 40px;
        max-width: 825px;
    }
    .column_box {
        margin: 10px auto 40px;
        padding: 40px;
        max-width: 825px;
        background: #f2f2f8;
    }
    .column_box h4 {
        text-align: center;
    }
    img.img_left {
        float: left;
        margin: 0 30px 30px 0;
    }
    img.img_right {
        float: right;
        margin: 0 0 30px 30px;
    }
    .txt_center {
        margin: 20px auto;
        text-align: center;
    }
    strong {
        /*color: #1d2087;*/
    }
    .btn {
        display: block;
        margin: 10px 0;
        padding: 10px;
        /*width: 250px;*/
        border: 1px solid #1d2087;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_r.png) 90% 50% no-repeat;
    }
    .btn_box {
        margin: 5px auto 40px;
        width: 96%;
        max-width: 825px;
    }

	.page-template-page-product .btn_box{
	display: flex;
	flex-wrap: wrap;
    }

	.page-template-page-product .btn_box li{
		margin-right:10px;
		width:30%;
	}
	.page-template-page-product .product_cat_list .tab{
		width:auto;
	}

    .btn_box li {
        display: inline-block;
    }
    .btn_box li {
        margin: 5px 10px;
        !important;
    }
    .btn_box li a {
        text-decoration: none;
    }
    ul.page_navi {
        margin: 10px auto 40px;
        max-width: 825px;
        border-bottom: 1px solid #1d2087;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    ul.page_navi li {
        padding: 5px 0 10px 0px;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_under.png) 3% 20px no-repeat;
        font-size: 18px;
        text-align: center;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    ul.page_navi li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
    }

    ul.tab_navi {
        margin: 10px auto 20px;
        max-width: 825px;
        border-bottom: 1px solid #1d2087;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    ul.tab_navi li {
        margin-right: 2px;
        border: 1px solid #1d2087;
        font-size: 18px;
        text-align: center;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    ul.tab_navi li.current {
        background: #1d2087;
    }
    ul.tab_navi li:last-child {
        margin-right: 0;
    }
    ul.tab_navi li a {
        display: block;
        padding: 5px 0 7px 0px;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #333;
    }
    ul.tab_navi li.current a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    ul.tab_navi li a:hover {
        background: #1d2087;
        color: #fff;
    }

    .page table {
        margin: 20px auto 40px;
        width: 96%;
        max-width: 825px;
    }
    .page table tr {
        border-bottom: 1px solid #d5d5d5;
    }
    .page table th,
    .page table td {
        padding: 15px;
    }
    .page table th {
        width: 25%;
        text-align: right;
    }
	.page-template-page-award table th {
        width: 30%;
    }
	.page-template-page-award  table th:first-child {
        width: 10%;
    }
    .page table thead th,
    .page table thead td {
        padding: 10px 20px;
        background: #1d2087;
        font-size: 14px;
        color: #fff;
    }

    .page table#table02 tr {
        border-bottom: 1px solid #d5d5d5;
    }
    .page table#table02 tr:last-child {
        border-bottom: none;
    }
    .page table#table02 th,
    .page table#table02 td {
        padding: 20px;
    }
    .page table#table02 th {
        width: 25%;
        background: #f2f2f8;
        font-size: 14px;
        font-weight: normal;
        text-align: right;
    }
    /* テキストリンク２
-------------------------------------------*/
    #text_link2 {
        margin: 0 auto 30px;
       max-width: 825px;
    }
    #text_link2 .link_text a {
        display: block;
        float: left;
        width: 400px;
        margin: 0 0 0 20px;
        padding: 10px 0;
        color: #777;
        border-bottom: 1px solid #ccc;
        text-align: center;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_m.png) no-repeat 99% 50%;
    }
    #text_link2 .link_text a:nth-of-type(2n + 1) {
        margin-left: 0
    }
    /* テキストリンク３
-------------------------------------------*/
    #text_link3 {
        margin: 20px auto 30px;
        max-width: 825px;
    }
    #text_link3 .link_text a {
        display: block;
        float: left;
        width: 261px;
        margin: 0 0 0 20px;
        padding: 10px 0;
        color: #777;
        border-bottom: 1px solid #ccc;
        text-align: center;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_m.png) no-repeat 99% 50%;
    }
    #text_link3 .link_text a:nth-of-type(3n + 1) {
        margin-left: 0
    }
    /* 写真右版
-------------------------------------------*/
    #photo_right {
        margin-bottom: 30px;
    }
    #photo_right h2 {
        font-size: 40px;
        text-align: left;
        margin-bottom: 30px;
    }
    #photo_right h2 span {
        font-size: 13px;
        display: block;
        letter-spacing: 5pt;
        line-height: 0;
        font-weight: 400;
    }
    #photo_right .box {
        width: 50%;
        float: right;
    }
    #photo_right .box:nth-of-type(2) {
        padding-right: 35px;
        position: relative;
    }
    #photo_right .box h3 {
        margin-bottom: 5px;
        padding: 0;
        border: none;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 1.2pt;
    }
    #photo_right .box p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 2;
    }
    #photo_right .box .more {
        position: static;
        text-align: center;
    }
    .csr_report {
        margin-top: 20px;
    }
    #photo_right .f_l {
        width: 50%;
        text-align: center;
        font-size: 14px;
    }
    #photo_right .f_l:first-of-type a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/leaf.png) no-repeat left center;
    }
    #photo_right .f_l:nth-of-type(2) a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/file02.png) no-repeat left center;
    }



    /*パンくず
---------------------------------------------------------------------------*/
    ol.breadcrumbs {
        width: 96%;
        margin: 0 auto 20px;
        max-width: 825px;
    }
    ol.breadcrumbs li {
        display: inline;
        padding: 5px 5px 5px 0;
        font-size: 14px;
    }
    ol.breadcrumbs li a {
        padding: 5px 15px 5px 0;
        height: 100%;
        background-image: url(https://www.ajiko.co.jp/images/icon/topicpath.png);
        background-position: center right;
        background-repeat: no-repeat;
        font-size: 14px;
        text-decoration: none;
    }
    #page_top {
        position: fixed;
        right: 30px;
        bottom: 40px;
        z-index: 99;
    }

    /*FOOTER
---------------------------------------------------------------------------*/
    footer {
        background-color: #f7f7f7;
    }
    .footer_inner {
        padding-top: 35px;
        margin-left: 220px;
    }
    .footer_inner img {
        display: block;
        margin: 0 auto 35px;
    }
    .footer_inner a {
        font-size: 12px;
    }
    .footer_inner .inner_wrap {
        margin-bottom: 55px;
		max-width:660px;
    }
    .footer_inner .link_list {
        display: inline-block;
        vertical-align: top;
        margin-left: 60px;
    }
    .footer_inner .link_list:first-of-type {
        margin-left: 60px;
    }
    .footer_inner li {
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .footer_inner li.level2 {
        padding-left: 20px;
    }
    .footer_inner li.level3 {
        padding-left: 30px;
    }
    .copyright {
        padding-left: 220px;
        width: 100%;
        height: 80px;
        background-color: #333;
        font-size: 14px;
        color: #FFF;
        text-align: center;
        line-height: 80px;
    }
    /*ect
---------------------------------------------------------------------------*/
    .f_l {
        float: left;
    }

    .f_r {
        float: right;
    }

}

@media screen and (max-width: 740px) {
    /* ------------------------------------------------------------------
　　　　　　　　　　スマホ用のスタイル記述
------------------------------------------------------------------- */
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }

    body {
        width: 100%;
        max-width: 100%;
        height: 100%;
        font-size: 14px;
        overflow-x: hidden;
    }

    img {
        width: 100%;
        height: auto;
        border: none;
        vertical-align: bottom;
    }

    /*見出し設定
---------------------------------------------------------------------------*/
    /*フォント設定
---------------------------------*/
    h2 {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.2em;
    }
    .raleway {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 1px;
    }
    /*共通コンテンツ・部品
---------------------------------------------------------------------------*/
    .inner_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .more {
        width: 70px;
        height: 28px;
        line-height: 28px;
        font-family: 'Raleway', sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: #FFF;
        background: #333 url(/images/icon/arrow_s.png) no-repeat 88% 50%;
        display: inline-block;
        padding-right: 8px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    /*header
---------------------------------------------------------------------------*/
    header {
        position: relative;
        margin: auto;
        padding: 1% 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        background-color: #FFF;
    }
    .header-left {
        float: left;
        margin: 4% 0 4% 5%;
        width: 50%;
    }
    .header-right {
		position: fixed;
			float: right;
			z-index: 9999;
			right: 0;
			margin: 2% 3% 0 0;
    }
    .headMenu {
        float: right;
        width: 40%;
    }
    .spMenu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff;
        width: 55%;
        padding-bottom: 100%;
        padding-left: 3.125%;
        z-index: 1000;
        opacity: 0.95;
    }
    .spMenu li {
        border-bottom: 1px solid #aaa;
    }
    .spMenu li a {
        display: block;
        padding: 4% 5%;
        font-size: 14px;
        font-weight: bold;
        color: #000;
        line-height: 1.3em;
        text-decoration: none;
    }
    .header-right .show {
        display: block;
    }

    .sitemap,
    .sns_btn {
        display: none;
    }

    /*Main Contents
---------------------------------------------------------------------------*/
    #main_contents {
        width: 100%;
        overflow-x: hidden;
    }
    /*Main Visual
-------------------------------------------*/
    #main_visual {}
    #main_visual .inner_wrap {
        padding: 5% 0;
    }
    #main_visual p {
        font-size: 18px;
        color: #333;
        text-align: center;
    }
    /*info area
-------------------------------------------*/
    #info_area {
        margin-bottom: 10%;
    }
    .info_box {
        background-color: #f2f2f2;
        margin: 0 auto 30px;
        padding: 5% 3%;
        font-size: 14px;
    }
    .info_box h5 {
        margin-bottom: 5%;
        font-weight: 700;
        color: #1d2087;
        text-align: center;
    }
    .info_box p {
        margin: 5% auto 0;
        width: 100%;
        text-align: center;
    }
    .info_box table {
        margin: 0 auto;
        line-height: 1.4em;
    }
    .info_box table th {
        width: 30%;
        font-weight: 400;
    }
    .info_box table td {}
    /*search_area
------------------------*/
    .search_area {
        margin: 0 auto;
    }
    .search_s {
        margin: 0 auto 3%;
        padding: 1% 3%;
        width: 87%;
        border: 1px solid #d5d5d5;
    }
    /*
.search_s:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: .6em;
	margin-top: -.2em;
	width: 0;
	height: 0;
	border-width: .45em .35em;
	border-style: solid;
	border-color: #ccc transparent transparent;
	z-index: 9;
}
*/
    .search_s select {
        position: relative;
        width: 100%;
        background-color: #fff;
        border: none;
        outline: none;
        font-size: 16px;
        color: #666;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .search_s select::-ms-expand {
        display: none;
    }
    .search_t {
        margin: 0 auto 5%;
        width: 87%;
        border-bottom: 1px solid #d5d5d5;
    }
    .search_t img {
        vertical-align: middle;
        margin-left: 5%;
        width: 5%;
    }
    .search_t input[type="text"] {
        margin: 11px 8.2px;
        padding: 1%;
        width: 58%;
        border: none;
        font-size: 16px;
    }
    .search_t input[type="submit"] {
        width: 19%;
        height: 60px;
        border: none;
        background-color: #1d2087;
        font-size: 14px;
        color: #FFF;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        border-radius: 0;
    }
    @media screen and (-ms-high-contrast: active),
    (-ms-high-contrast: none) {
        .search_t input[type="text"] {
            margin: 11px 8px;
        }
    }
    /*column_3
------------------------*/
    .column_3 {
        margin-top: 5%;
    }
    .column_3 .box {
        float: left;
        margin-left: 1%;
        width: 32%;
    }
    .column_3 .box:first-of-type {}
    .column_3 .box h2 {
        margin-bottom: 5%;
       /* height: 40px;*/
	font-size: 16px!important;
    }
    /*News IR News
-------------------------------------------*/
    #news,
    #ir_news {
        margin-bottom: 10%;
    }
    #news h2,
    #ir_news h2 {
        margin-bottom: 5%;
    }
    .news_wrap {
        background-color: #f7f7f7;
        padding: 5%;
    }
    #news table,
    #ir_news table {
        font-size: 14px;
        width: 100%;
    }
    #news table tr,
    #ir_news table tr {
        border-bottom: 1px solid #ddd;
    }
    #news table th,
    #ir_news table th {
        float: left;
        padding: 5% 1% 1%;
        width: 50%;
        font-weight: 400;
        vertical-align: top;
    }
    #news table td,
    #ir_news table td {
        float: left;
        padding: 1%;
        vertical-align: top;
    }
    #news table td:nth-of-type(1),
    #ir_news table td:nth-of-type(1) {
        padding-top: 2% 1%;
        width: 20%;
        height: 10%;
    }
    #news table td:nth-of-type(2),
    #ir_news table td:nth-of-type(2) {
        padding: 2% 1% 2% 10%;
        width: 80%;
        height: 10%;
    }
    #news table td:nth-of-type(3),
    #ir_news table td:nth-of-type(3) {
        padding-bottom: 5%;
        width: 90%;
    }
    #news table td:nth-of-type(4),
    #ir_news table td:nth-of-type(4) {
        padding-bottom: 5%;
        width: 10%;
        text-align: center;
    }
    #news table span,
    #ir_news table span {
        font-size: 10px;
        color: #FFF;
        width: 60px;
        height: 20px;
        line-height: 18px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }
    #news table td img,
    #ir_news table td img {
        margin-left: 3%;
        width: 100%;
        vertical-align: middle;
    }
    .label_product {
        background-color: #36a8eb;
    }
    .label_company {
        background-color: #494b9f;
    }
    .label_event {
        background-color: #5a5a5a;
    }
    .label_investor {
        background-color: #8f5cb0;
    }
    /*事業・製品・サービス
-------------------------------------------*/
    #business {
        margin-bottom: 10%;
    }
    #business h2 {
        margin-bottom: 5%;
    }
    #business .link_img a {
        display: block;
        float: left;
        margin: 0 0 5% 2%;
        width: 49%;
    }
    #business .link_img a:nth-of-type(2n + 1) {
        margin-left: 0;
    }
    #business .link_text a {
        display: block;
        float: left;
        margin: 0 0 0 2%;
        width: 49%;
        padding: 2% 0;
        border-bottom: 1px solid #ccc;
        background: url(/images/icon/arrow_m.png) no-repeat 99% 50%;
        font-size: 13px;
        color: #777;
        text-align: center;
    }
    #business .link_text a:nth-of-type(2n + 1) {
        margin-left: 0
    }
    /*グループ会社
-------------------------------------------*/
    #g_company {
        margin-bottom: 10%;
    }
    #g_company h3 {
        margin-bottom: 5%;
    }
    #g_company a {
        display: inline-block;
        margin: 0 0 5% 0;
        width: 32%;
        text-align: center;
    }
    /*サービスサイト
-------------------------------------------*/
    #service_site {
        margin-bottom: 10%;
    }
    #service_site h2 {
        margin-bottom: 5%;
    }
    #service_site a {
        display: block;
        float: left;
        margin: 0 0 2% 2%;
        width: 49%;
        line-height: 100px;
        border: 1px solid #bbb;
        border-radius: 10px;
        text-align: center;
    }
    #service_site a:nth-of-type(2n + 1) {
        margin-left: 0
    }
    #service_site a img {
        width: 80%;
        vertical-align: middle;
    }
    /*JOIN US
-------------------------------------------*/
    #join_us {
        position: relative;
        margin-bottom: 10%;
        width: 100%;
    }
    #join_us .join_us_photo {
        margin-left: -20%;
        width: 140%;
        overflow: hidden;
    }
    #join_us .join_us_photo img {
        width: 100%;
    }
    #join_us h2 {
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        font-size: 24px;
        color: #FFF;
    }
    #join_us h2 span {
        font-size: 14px;
        display: block;
    }
    #join_us .more {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        background: #fff url(/images/icon/arrow_s_g.png) no-repeat 88% 50%;
        width: 84px;
        height: 34px;
        font-size: 12px;
        color: #333;
        text-align: center;
        letter-spacing: 1pt;
        line-height: 34px;
    }
    /*CSR
-------------------------------------------*/
    #photo_left {
        margin-bottom: 20%;
    }
    #photo_left h2 {
        margin: 5% 0;
        font-size: 30px;
    }
    #photo_left h2 span {
        display: block;
        margin-top: 3%;
        font-size: 13px;
        letter-spacing: 2pt;
        line-height: 0;
        font-weight: 400;
    }
    #photo_left .box {
        width: 100%;
    }
    #photo_left .box:nth-of-type(2) {
        position: relative;
    }
    #photo_left .box h3 {
        margin-bottom: 3%;
        border: none;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
    }
    #photo_left .box p {
        margin: 0 auto 10%;
        width: 90%;
        font-size: 14px;
        line-height: 2;
    }
    #photo_left .box .more {
        right: 0;
        left: 0;
        top: 115%;
        text-align: center;
    }
    .csr_report {
        margin-top: 20px;
    }
    #photo_left .f_l {
        margin: 3% 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    #photo_left .csr_report {
        margin-top: 20%;
    }
    #photo_left .f_l:first-of-type a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/leaf.png) no-repeat left center;
    }
    #photo_left .f_l:nth-of-type(2) a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/file02.png) no-repeat left center;
    }

    /*#page_top {
        display: none !important;
    }*/

    /*下層ページ
---------------------------------------------------------------------------*/
    .page #main_visual {
        margin-bottom: 5%;
        padding: 5% 0;
        height: auto;
        border-bottom: 1px solid #d5d5d5;
    }
    .page #main_visual .inner_wrap {}
    .page #main_visual h1 {
        font-size: 24px;
        line-height: 1.4em;
        text-align: center;
    }
    .page h2 {
        margin: 50px 0 20px;
    }
    .page h3 {
        margin: 10px 0 20px;
        padding: 0 0 3px 10px;
        border-left: 4px solid #1d2087;
        border-bottom: 1px solid #1d2087;
        font-size: 19px;
        font-weight: bold;
    }
    .page h4 {
        margin: 10px 0 20px;
        font-size: 17px;
        color: #1d2087;
        font-weight: bold;
        text-align: center;
    }

    .normal_box {
        margin: 5% auto 10%;
        width: 100%;
    }
    .normal_box p {
        margin: 0 auto;
        width: 90%;
    }
    .column_box {
        margin: 5% auto 10%;
        padding: 10%;
        width: 100%;
        background: #f2f2f8;
    }
    .column_box h4 {
        text-align: center;
    }
    img.img_left {
        margin: 0 0 5%;
    }
    img.img_right {
        margin: 0 0 5%;
    }
    .txt_center {
        margin: 20px auto;
        text-align: center;
    }
    strong {
        color: #1d2087;
    }
    .btn {
        display: block;
        margin: 10px auto;
        padding: 10px;
        width: 50%;
        border: 1px solid #1d2087;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_r.png) 90% 50% no-repeat;
    }
    .btn_box {
        margin: 5% auto 10%;
        width: 96%;
        max-width: 825px;
    }
    .btn_box li {
        display: inline-block;
        margin: 0 2% 0 0;
        width: 48%;
    }
    .btn_box li:nth-child(2n) {
        margin-right: 0;
    }
    .btn_box li a {
        margin: 3% 0;
        !important;
        width: 100%;
    }
    ul.page_navi {
        margin: 5% auto 10%;
        border-bottom: 1px solid #1d2087;
        /*	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;*/
    }
    ul.page_navi li {
        display: inline-block;
        padding: 5px 0 10px;
        width: 49%;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_under.png) 3% 45% no-repeat;
        background-size: 6%;
        font-size: 14px;
        text-align: center;
        /*	-webkit-flex-grow: 1;
	flex-grow: 1;*/
    }
    ul.page_navi li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #333;
    }

    ul.tab_navi {
        margin: 5% auto!important;
        border-bottom: 1px solid #1d2087;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    ul.tab_navi li {
        margin-right: 2px;
        border: 1px solid #1d2087;
        font-size: 16px;
        text-align: center;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    ul.tab_navi li.current {
        background: #1d2087;
    }
    ul.tab_navi li:last-child {
        margin-right: 0;
    }
    ul.tab_navi li a {
        display: block;
        padding: 10px 1%;
        width: 100%;
        height: 100%;
        font-size: 11px;
        color: #333;
        line-height: 1.2em;
    }
    ul.tab_navi li.current a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    .page table {
	margin: 0 auto 10%;
        width: 100%;
    }
    .page table tr {
        border-bottom: 1px solid #d5d5d5;
    }
    .page table th,
    .page table td {
        padding: 5% 2%;
        line-height: 1.4em;
    }
    .page table th {
        width: 30%;
        text-align: right;
    }
    .page table thead th,
    .page table thead td {
        padding: 3% 2%;
        background: #1d2087;
        font-size: 12px;
        color: #fff;
    }

    .page table#table02 tr {
        border: none;
    }
    .page table#table02 tr:last-child {
        border-bottom: none;
    }
    .page table#table02 th,
    .page table#table02 td {
        float: left;
        padding: 5%;
        width: 100%;
        line-height: 1.4em;
        text-align: center;
    }
    .page table#table02 th {
        padding: 2% 5%;
        background: #f2f2f8;
        font-size: 14px;
        font-weight: normal;
    }
    /* テキストリンク２
-------------------------------------------*/
    #text_link2 {
        margin: 0 auto 10%;
    }
    #text_link2 .link_text a {
        display: block;
        margin: 0 auto;
        width: 90%;
        padding: 10px 0;
        color: #777;
        border-bottom: 1px solid #ccc;
        text-align: center;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_m.png) no-repeat 99% 50%;
    }
    /* テキストリンク３
-------------------------------------------*/
    #text_link3 {
        margin: 0 auto 10%;
    }
    #text_link3 .link_text a {
        display: block;
        margin: 0 auto;
        width: 90%;
        padding: 10px 0;
        color: #777;
        border-bottom: 1px solid #ccc;
        text-align: center;
        background: url(https://www.ajiko.co.jp/images/icon/arrow_m.png) no-repeat 99% 50%;
    }
    /* 写真右版
-------------------------------------------*/
    #photo_right {
        margin-bottom: 20%;
    }
    #photo_right h2 {
        margin: 5% 0;
        font-size: 30px;
    }
    #photo_right h2 span {
        display: block;
        margin-top: 3%;
        font-size: 13px;
        letter-spacing: 2pt;
        line-height: 0;
        font-weight: 400;
    }
    #photo_right .box {
        width: 100%;
    }
    #photo_right .box:nth-of-type(2) {
        position: relative;
    }
    #photo_right .box h3 {
        margin-bottom: 3%;
        border: none;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
    }
    #photo_right .box p {
        margin: 0 auto 10%;
        width: 90%;
        font-size: 14px;
        line-height: 2;
    }
    #photo_right .box .more {
        right: 0;
        left: 0;
        top: 115%;
        text-align: center;
    }
    .csr_report {
        margin-top: 20px;
    }
    #photo_right .f_l {
        margin: 3% 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    #photo_right .f_l:first-of-type a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/leaf.png) no-repeat left center;
    }
    #photo_right .f_l:nth-of-type(2) a {
        padding: 4px 0 4px 30px;
        ;
        background: url(https://www.ajiko.co.jp/images/icon/file02.png) no-repeat left center;
    }


    /*パンくず
---------------------------------------------------------------------------*/
    ol {
        margin: 0 auto 5%;
        width: 95%;
    }
    ol li {
        display: inline;
        padding: 5px 5px 5px 0;
        font-size: 12px;
    }
    ol li a {
        padding: 5px 15px 5px 0;
        height: 100%;
        background-image: url(https://www.ajiko.co.jp/images/icon/topicpath.png);
        background-position: center right;
        background-repeat: no-repeat;
        font-size: 12px;
        text-decoration: none;
    }
    /*FOOTER
---------------------------------------------------------------------------*/
    footer {
        background-color: #f7f7f7;
    }
    .footer_inner {
        margin: 0 auto;
        padding-top: 10%;
        width: 100%;
    }
    .footer_inner img {
        display: block;
        margin: 0 auto 10%;
        width: 60%;
    }
    .footer_inner a {
        font-size: 12px;
    }
    .footer_inner .inner_wrap {
        margin-bottom: 10%;
    }
    .footer_inner .link_list {
        display: inline-block;
        vertical-align: top;
        padding-left: 25%;
        width: 100%;
        line-height: 1.9;
    }
    .footer_inner li {
        line-height: 1.8;
    }
    .footer_inner li.level2 {
        padding-left: 10%;
    }
    .footer_inner li.level3 {
        padding-left: 20%;
    }
    .copyright {
        padding: 5% 2%;
        background-color: #333;
        font-size: 10px;
        color: #FFF;
        text-align: center;
    }

}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400|Inconsolata);
.productspage ul#tabs-list {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    padding: 0;
}

.productspage label.panel-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    color: #bdc3c7;
    cursor: pointer;
    background-color: #ecf0f1;
    -webkit-transition-property: border-top, background-color, color;
    transition-property: border-top, background-color, color;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.productspage label.panel-label:hover {
    color: #3c68b9;
}
.productspage .image_list {
	display:flex;
	flex-wrap:wrap;
	margin-top:10px;
     margin-bottom: 20px;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	clear:both;
}
.productspage .image_list span{
	max-width:195px;
	margin-right:10px;
	font-size:0.8em;
}
.productspage .image_list span img{
	width:100%;
}
.productspage .cateogory{
	background: #1d2087;
    display: table;
    float: left;
    color: #fff;
    padding:0 10px;
    font-size: 0.8em;
	margin-bottom:10px;
	-webkit-border-radius: 5px 0px 0px 5px ;
	-moz-border-radius: 5px 0px 0px 5px ;
	border-radius:5px 0px 0px 5px ;
}
.productspage .sub_category{
	background: #8082bc;
    display: table;
    color: #fff;
    padding:0 10px;
    font-size: 0.8em;
    margin-right: 18px;
	margin-bottom:10px;
	-webkit-border-radius:   0px 5px 5px 0px;
	-moz-border-radius:  0px 5px 5px 0px ;
	border-radius: 0px 5px 5px 0px ;
}
.award_list table td{
	width:35%!important;
}
.award_list table td:first-child{
	width:25%!important;
}
.report_list  table{
	table-layout:fixed;
}
.report_list table th,.report_list table td{
	width:31%!important;
}
.report_list table th:first-child,.report_list table td:first-child{
	width:7%!important;
}

#panels {
    background-color: white;
    margin: 0 auto;
	width: 96%;
}

#panels .container {
    margin: 0 auto;
    width: 100%;
}

#panels .btn_box {
    width: 100%;
}

#panels section header label.panel-label {
    padding: 12px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#panels section main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 600ms;
    transition: opacity 600ms;
    overflow-y: hidden;
}

#panel-1-ctrl:checked ~ #panels #panel-1 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 0;
}

#panel-2-ctrl:checked ~ #panels #panel-2 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 0;
}

#panel-3-ctrl:checked ~ #panels #panel-3 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 0;
}

#panel-4-ctrl:checked ~ #panels #panel-4 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 0;
}

#panel-5-ctrl:checked ~ #panels #panel-5 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 0;
}

#panel-6-ctrl:checked ~ #panels #panel-6 main {
    max-height: initial;
    opacity: 1;
    padding: 48px 0;
}

@media all and (max-width: 767px) {
    #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
        max-height: 46px;
        opacity: 1;
    }

    #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
        max-height: 46px;
        opacity: 1;
    }
    #nav-ctrl:checked ~ #tabs-list #li-for-panel-6 {
        max-height: 46px;
        opacity: 1;
    }

    #open-nav-label {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        cursor: pointer;
    }

    #nav-ctrl:checked ~ #tabs-list #open-nav-label {
        display: none;
    }

    #close-nav-label {
        display: block;
        max-height: 0;
        overflow-y: hidden;
        background-color: #444444;
        color: #ecf0f1;
        padding: 0px;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    #nav-ctrl:checked ~ #tabs-list #close-nav-label {
        max-height: 36px;
        opacity: 1;
        padding: 12px 24px;
    }

    #tabs-list {
        position: relative;
    }
    #tabs-list label.panel-label {
        padding: 12px 0;
    }
    #tabs-list #li-for-panel-1 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-2 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-3 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-4 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-5 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }
    #tabs-list #li-for-panel-6 {
        max-height: 0;
        overflow-y: hidden;
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
    }

    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
        background-color: white;
        color: #3c68b9;
        background-color: #3c68b9;
        color: white;
    }

    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
        background-color: white;
        color: #3c68b9;
        background-color: #3c68b9;
        color: white;
    }

    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
        background-color: white;
        color: #3c68b9;
        background-color: #3c68b9;
        color: white;
    }

    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
        background-color: white;
        color: #3c68b9;
        background-color: #3c68b9;
        color: white;
    }

    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
        background-color: white;
        color: #3c68b9;
        background-color: #3c68b9;
        color: white;
    }
    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
        max-height: 46px;
        opacity: 1;
    }
    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
        background-color: white;
        color: #3c68b9;
        background-color: #3c68b9;
        color: white;
    }

    #panels .container {
        width: 100%;
    }
    #panels section header {
        display: block;
    }
}

@media all and (min-width: 768px) {
	.productspage .hoge{
		max-width:50%;
		margin-left: 10px!important;
		float:right;
	}
	/*.productspage div .hoge{
    max-width: 30%;
    margin-left: 10px!important;
    float: none;
    display: inline-block;
    vertical-align: top;
}*/
	.product_detail01{
		/*display:flex;
		flex-direction:row-reverse;
		justify-content: space-between;*/
		border-bottom: dashed 1px #ccc;
		padding-bottom: 30px;
		clear:both;
		 overflow: hidden;
	}
	.product_detail01 .img_box{
		max-width:300px;
		margin-left: 10px!important;
		float:right;
	}
	.content_back01 {
			text-align: right;
			margin: 1em 1em;
			clear: both;
		}
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-right: none;
    }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1:last-child {
        border-right: 1px solid #dfdfdf;
    }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 + li {
        border-left: 1px solid #dfdfdf;
    }
    #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
        background-color: white;
        color: #3c68b9;
        border-top: 6px solid #3c68b9;
        padding-top: 26px;
    }

    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-right: none;
    }
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2:last-child {
        border-right: 1px solid #dfdfdf;
    }
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 + li {
        border-left: 1px solid #dfdfdf;
    }
    #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
        background-color: white;
        color: #3c68b9;
        border-top: 6px solid #3c68b9;
        padding-top: 26px;
    }

    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-right: none;
    }
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3:last-child {
        border-right: 1px solid #dfdfdf;
    }
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 + li {
        border-left: 1px solid #dfdfdf;
    }
    #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
        background-color: white;
        color: #3c68b9;
        border-top: 6px solid #3c68b9;
        padding-top: 26px;
    }

    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-right: none;
    }
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4:last-child {
        border-right: 1px solid #dfdfdf;
    }
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 + li {
        border-left: 1px solid #dfdfdf;
    }
    #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
        background-color: white;
        color: #3c68b9;
        border-top: 6px solid #3c68b9;
        padding-top: 26px;
    }

    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-right: none;
    }
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5:last-child {
        border-right: 1px solid #dfdfdf;
    }
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 + li {
        border-left: 1px solid #dfdfdf;
    }
    #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
        background-color: white;
        color: #3c68b9;
        border-top: 6px solid #3c68b9;
        padding-top: 26px;
    }

    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 {
        pointer-events: none;
        cursor: default;
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-top: none;
        border-right: none;
    }
    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6:last-child {
        border-right: 1px solid #dfdfdf;
    }
    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 + li {
        border-left: 1px solid #dfdfdf;
    }
    #panel-6-ctrl:checked ~ #tabs-list #li-for-panel-6 label.panel-label {
        background-color: white;
        color: #3c68b9;
        border-top: 6px solid #3c68b9;
        padding-top: 26px;
    }

    .productspage ul#tabs-list {
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
    }
    .productspage ul#tabs-list li {
        display: inline-block;
        text-align: center;
        font-size: 0.875em;
        width: 16%;
        -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
        -webkit-transition-property: border-top;
        transition-property: border-top;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
    }
    .productspage ul#tabs-list li:hover {
        border-top: none;
        border-right: none;
    }
    .productspage ul#tabs-list li:hover:last-of-type {
        border-right: 1px solid #dfdfdf;
    }
    .productspage ul#tabs-list li:hover + li {
        border-left: 1px solid #dfdfdf;
    }
    .productspage ul#tabs-list li label.panel-label {
        border-top: 0px solid #3c68b9;
        padding: 24px 0;
    }
    .productspage ul#tabs-list li label.panel-label:hover {
        border-top-width: 6px;
        padding-top: 25px;
    }

    #open-nav-label,
    #close-nav-label {
        display: none;
    }

    #nav-ctrl {
        display: none;
    }
}

@media all and (min-width: 900px) {
    .productspage main {
        width: 100%;
        margin: 0 auto;
    }
}

.panel-radios {
    position: fixed;
    left: 50%;
    top: 10px;
    width: 20px;
    opacity: 0.5;
    z-index: 99;
    display: none;
}

.panel-radios:nth-child(1) {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.panel-radios:nth-child(2) {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.panel-radios:nth-child(3) {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

.panel-radios:nth-child(4) {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.panel-radios:nth-child(5) {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.panel-radios:nth-child(6) {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.panel-radios:nth-child(7) {
    top: 30px;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    display: none;
}


/*CUSTOM 20180614-
---------------------------------------------------------------------------*/

.content-wrap img {
    margin: 10px auto;
}

.content-wrap .contact img {
    width: 100%;
}

.content-wrap table img {
    margin: 0;
}

.content-wrap {
    margin: 10px auto 40px;
    width: 96%;
    max-width: 825px;
}

.content-wrap a {
    text-decoration: underline;
}

.content-wrap td.company02 {
    font-weight: 600;
    max-width: 150px;
    width: 30%;
}

.content-wrap table {
    width: 100%;
    margin: 0 auto 20px;
}
.page-template-page-news_detail .content-wrap table {
    width: 100%!important;
}
.content-wrap table.tablestyle02 td {
    border: 1px solid #ccc;
}

table.company16 td.company_table02 {
    background: #f7f7f7;
}

#contact_list_box {
    text-align: center;
}

.scroll {
    overflow-x: scroll;
}

.bggrey {
    background: #f7f7f7;
    border: 1px solid #ccc;
}

.bggrey td {
    border: 1px solid #ccc;
}

.bglightblue {
    background: #EFFBFB;
    border: 1px solid #ccc;
}

td.company_table04 {
    background: #EFFBFB;
    border: 1px solid #ccc;
}

.contact01 input[type=text],
.contact11 textarea {
    width: 96%;
    max-width: 700px;
    border: 0;
    background: #f7f7f7;
    border-radius: 12px;
}

.contact01 input[type=text] {
    height: 50px;
}

.contact_box01 input[type=checkbox] {
    width: 15px;
    border: 0;
    background: #f7f7f7;
}

.contact02,
.contact02_mail,
.contact02,
.contact02_saite,
.contact02_toiawase {
    font-weight: 600;
    margin: 20px 0 10px;
}

.policy02 {
    margin-top: 20px;
}

ol.doui li {
    list-style: none;
}

div.doui {
    display: flex;
    flex-wrap: wrap;
    width: 580px;
    margin: 0 auto
}

div.doui .doui02 {
    margin: 10px;
}

.csr04 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 0.8/em;
}

.sysTitlebar {
    width: 100%;
    line-height: 55px;
    padding-left: 30px;
    background: url(https://www.ajiko.co.jp/images/titlebar730x55.png);
    background-size: cover;
    font-size: 1.5em;
    font-weight: bold;
}

.csr04 {
    margin: 20px auto 10px;
    width: 100%;
    font-weight: bold;
    background-image: url(https://www.ajiko.co.jp/img/icon01.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    border-bottom: 1px #000000 solid;
}
.company21 table.tablestyle02 td:first-child{
    width: 10%;
}
.company14_table02 {
    /*width: 210px;*/
}

.company09 p {
    margin: 10px auto;
}

.page_title02 img {
    width: 100%;
}

.company08 {
    margin: 20px auto 10px;
}

p.caution-scroll {
    display: none;
}

.csr_detail img {
    margin: 10px;
}

.page_title01 {
    margin-bottom: 10px;
}

.csr_detail td:first-child {
    width: 20%;
    font-weight: 600;
}

ul.dl-list li img {
    margin: 0 10px;
}

ul.dl-list li {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
 .menseki03 {
    margin: 10px 0;
}
.page-template-page-company .menseki03 {
	overflow-x:scroll;
}

.menseki03 table {
    background: #f7f7f7;
      width: 825px;
}

ul.menseki03 li {
    margin: 10px 0;
}

#panels .btn {
    width: auto;
    max-width: 450px;
}

.link-list ul {
    margin-bottom: 20px;
}

.link-list ul li {
    display: inline-block;
    margin: 20px 0;
}

.link-list ul li a {
    width: 30%;
    text-decoration: none;
    font-weight: 600;
    color: #3c68b9;
    background: #ecf0f1;
    border-radius: 10px;
    margin: 10px;
    padding: 15px 40px;
}

.link-list ul li a:hover {
    color: #fff;
    background: #3c68b9;
}

.link-list .pro10,
.link-list .pro11 {
    margin: 50px 0;
    width: 100%;
}

.link-list .pro10 a,
.link-list .pro11 a {
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    display: block;
    color: #3c68b9;
    background: #ecf0f1;
    border-left: 8px solid #006fa0;
    padding: 15px 40px;
}

.link-list .pro10 a:hover,
.link-list .pro11 a:hover {
    color: #fff;
    background: #3c68b9;
}

.page_title03 {
    font-size: 1.2em;
    ;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 20px 2px;
    padding: 0 0 0 20px;
    font-family: 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'ヒラギノ角ゴ Pro W3', 'HGSゴシックE', 'MS P Gothic', sans-serif;
    background-image: url(https://www.ajiko.co.jp/img/icon01.gif);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 20px;
}

.page_title03_komi {
    font-weight: bold;
    line-height: 21px;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    font-family: 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'ヒラギノ角ゴ Pro W3', 'HGSゴシックE', 'MS P Gothic', sans-serif;
    background-image: url(https://www.ajiko.co.jp/img/icon01x2.gif);
    background-repeat: no-repeat;
    background-position: left;
}

table.hyoushou tr td:first-child {
    width: 150px;
}

table.hyoushou tr td {
    font-size: 0.8em;
    white-space: normal
}

ul.patent_list li {
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}

ul.patent_list .patentNo::before {
    content: "特許番号:";
    font-weight: 600;
    margin-right: 10px;
}

ul.patent_list .patentDate::before {
    content: "登録日:";
    font-weight: 600;
    margin-right: 10px;
}

ul.patent_list .patentTitle::before {
    content: "発明の名称:";
    font-weight: 600;
    margin-right: 10px;
}

ul.patent_list .patentHolder::before {
    content: "特許権者:";
    font-weight: 600;
    margin-right: 10px;
}

table.report01 {
    font-size: 0.8em;
}

.product_sub_title01_main {
    font-weight: 600;
    margin: 20px 0;
    background: #336D84;
    color: #fff;
    padding: 15px;
}

.produc08,
.produc09 {
    margin: 20px 0;
}

.produc09 ul li {
    padding: 10px 0;
}

.produc09 ul li img {
    margin: 0;
    padding: 5px 0;

}

.produc09 ul li a {
    text-decoration: none;
}

.yomimono08 {
    margin: 30px 0;
}

.yomimono_text05 {
    margin: 10px 0;
}

.yomimono_text04 {
    font-weight: 600;
}

.yomimono_title_03 {
    font-weight: 600;
    margin: 20px 0 10px;
}

.yomimono_title_03 {
    background-image: url(https://www.ajiko.co.jp/img/tomi_img0001.jpg);
    background-position: left;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 8px 20px;
    margin: 0 0 20px 0;
}

.yomimono_text08 {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px #999999 dashed;
}

.yomimono_title_image01 img {
    float: left;
    margin: 10px
}

.yomimono_title02 {
    font-weight: 600;
    font-size: 1.2em;
}

.yomimono02 {
    display: inline-block;
    border-right: 1px solid #910782;
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
}

.yomimono03 {
    display: inline-block;
    width: 48%;
    text-align: center;
    border-right: 1px solid #910782;
}
#menu1 {
    font-weight: 600;
    font-size: 1.2em;
}
.yomimono_text04{
    line-height: normal;
}







@media screen and (max-width: 740px) {
    /* ------------------------------------------------------------------
　　　　　　　　　　スマホ用のスタイル記述
------------------------------------------------------------------- */
    .content-wrap {}
    .content-wrap img {
        width: auto;
    }
    /*.content-wrap table td,.content-wrap table th {
        display: block;
    }*/
    .content-wrap table.tablestyle02 td {
        display: table-cell;
        padding: 10px;
    }
    .content-wrap table td:first-child {
        margin-top: 10px;
        padding-bottom: 0;
    }
    .content-wrap table td.company02 {
        width: 100%;
        max-width: 100%;
    }
    td.company16_sub10,
    td.company_table03 {
        text-align: center;
    }
    div.doui {
        display: block;
        width: 96%;
        margin: 10px auto;
    }
    div.doui img {
        width: 100%;
    }
    .btn_box li {
        width: auto;
    }
    .btn {
        padding: 10px 35px 10px 10px;
    }
    p.caution-scroll {
        display: block;
    }
    .page_title01 {
        margin-left: 10px;
    }
    .csr_detail td:first-child {
        width: 100%;
    }
    ul.dl-list li {}
    ul.dl-list li img {
        display: block;
    }
    label.panel-label br {
        display: none;
    }
    #panels ul li a {
        text-decoration: none!important;
    }
    table.hyoushou tr td {
        white-space: nowrap
    }
    #tabs-0,
    #tabs-1,
    #tabs-2,
    #tabs-3,
    #tabs-4,
    #tabs-5,
    #tabs-6,
    #tabs-7,
    #tabs-8,
    #tabs-9,
    #tabs-10,
    #tabs-11 {
        overflow: scroll;
        white-space: nowrap;
    }
    table.report01 td {
        display: table-cell;
        padding: 10px;
        border: 1px solid #ccc;
    }
    .yomimono02 {
        display: inline-block;
        border-right: 1px solid #910782;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .yomimono03 {
        display: inline-block;
        width: 100%;
        text-align: center;
        border-right: 1px solid #910782;
    }
	.news_list li {
		border-bottom:1px solid #ccc;
		padding-bottom:5px;
	}
	.page-id-57 .content-wrap table.company01{
      border-collapse: collapse;
}
.page-id-57 .content-wrap table.company01 tr{
     padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.page-id-57 .content-wrap table.company01 td.company02{
     display: block;
}
.page-id-57 .content-wrap table.company01 td.company03{
     display: block;
}
	.page-id-47 .content-wrap table.company01 td img{
		max-width:96px;
	}
}


.news_list li img{
	margin:10px 10px 5px 5px;
}

    /* ------------------------------------------------------------------
　　　　　　　　　　カスタマイズ_メガメニュー_20180808
------------------------------------------------------------------- */
#gnav i{
    margin-left: 13px;
    bottom: 2px;
    font-size: 0.7em;
    opacity: 0.8;
    position: relative;
}


#gnav > ul > li {
  display: block;
  /*margin-right: 2em;*/
}
#gnav > ul > li:hover {
  color: #fff;
	background-color:#1d2087;
  /*background-color: #19192b;*/
}
#gnav > ul > li:hover > a {
  color: #fff;
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  width: 100%;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  /*padding: 25.5px 1em 15.5px;
  transition: all .2s ease-in;*/
    display: inline-block;
	width:100%;
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 310px!important;
  left: 220px;
  /*text-align: center;*/
  position: absolute;
    display: inline-block;
  background-color: #19192b;
}
#gnav > ul .menu .menu_inner {
  padding-bottom: 10px;
}
#gnav > ul .menu .menu_inner li {
  display: block;
  margin: 0 .5em;
}
#gnav > ul .menu a {
  color: #fff;
    font-weight: 500;
}
#nav-drawer {
    padding: 8px 6px 0 6px;
    background: #fff;
    position: relative;
    text-align: center;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 35px;
    height: 25px;
    vertical-align: middle;
}
#nav-drawer small{
    font-size: 8px;
    display: block;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 35px;/*長さ*/
    border-radius: 3px;
    background: #1d2087;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -10px;
}
#nav-open span:after {
    bottom: -20px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
 .accordion {
	 text-align:left;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }
.close {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    color: #fff;
    background: #333;
    padding: 20px 0 20px 40px;
 }

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link02 {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link03 {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
        background-color: #1d2087;
}
.accordion .link04 {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
        background-color: #8082bc;
}
.accordion .link05 {
    cursor: pointer;
    display: block;
    padding: 20px 15px 10px 42px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link06 {
    cursor: pointer;
    display: block;
    padding: 10px 15px 10px 42px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
        background-color: #ccc;
}
.accordion a{
	display:block;
}
.accordion a:hover{
	color:#fff;
}
.home .accordion li .linkhome::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.page-template-page-product .accordion li .linkservice::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.page-template-page-csr .accordion li .linkcsr::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.page-template-page-csr_list .accordion li .linkcsr::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.page-template-page-csr_detail .accordion li .linkcsr::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.page-template-page-company .accordion li .linkcompany::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.page-template-page-news .accordion li .linknews::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.page-template-page-ir .accordion li .linkir::before{
	content: "▶︎";
    float: left;
    margin-right: 10px;
}
.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 25px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.close li i {
    position: absolute;
    top: 25px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.accordion li i.fa-chevron-right {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.close li i.fa-times {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.accordion li.open .link {
    color: #fff;
	background:#4d4d4d;
}

.accordion li.open i {
    color: #fff;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}


.page-template-page-product .accordion li.serviceopen .submenu{
    display: block;
}
.page-template-page-product_userservice .accordion li.serviceopen .submenu{
    display: block;
}
.page-template-page-report .accordion li.serviceopen .submenu{
    display: block;
}
.page-template-page-patent .accordion li.serviceopen .submenu{
    display: block;
}
.page-template-page-award .accordion li.serviceopen .submenu{
    display: block;
}
.page-template-page-company .accordion li.companyopen .submenu{
    display: block;
}
.page-template-page-ir .accordion li.iropen .submenu{
    display: block;
}

.page-template-page-csr .accordion li.csropen .submenu{
    display: block;
}
.page-template-page-csr_list .accordion li.csropen .submenu{
    display: block;
}
.page-template-page-csr_detail .accordion li.csropen .submenu{
    display: block;
}
.page-template-page-news .accordion li.newsopen .submenu{
    display: block;
}
.page-template-page-news_detail .accordion li.newsopen .submenu{
    display: block;
}

.page-template-page-company .btn_box{
    display: none;
}
.page-template-page-csr .btn_box{
    display: none;
}
.page-template-page-csr_list .btn_box{
    display: none;
}
.page-template-page-csr_detail .btn_box{
    display: none;
}
.page-template-page-news_detai .btn_box{
    display: none;
}
.page-template-page-news .btn_box li{
    width: 30%;
}
.page-id-66 table{
	margin-top:30px;
}
.page-id-66 table tr{
	border:none;
}
.page-id-66 table td{
	border:1px solid #ccc;
	width:40%;
}
.page-id-66 table td:first-child{
	width:20%;
}
.page-id-66 table td:last-child{
	width:20%;
}

.page-id-66 table td:nth-child(3){
    width:50px;
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
    display: none;
    background: #444359;
    font-size: 14px;
 }

 .submenu li {
    border-bottom: 1px solid #4b4a5e;
 }

 .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
 }

 .submenu a:hover {
    background: #b63b4d;
    color: #FFF;
 }
.notebook{
    display: none!important;
}
@media screen and (max-height: 800px) {
    .desktop{
        display: none!important;
    }
    .notebook{
        display:block!important;
    }

    #gnav > ul .menu {
        transition: all .2s ease-in;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        top: 0;
        height: 100%;
        left: 220px;
        /*text-align: center;*/
        position: absolute;
        display: inline-block;
        background-color: #19192b;
    }
	.page-template-page-product .btn_box li{
		margin-right:5px;
		width:47%;
	}
}
@media screen and (max-width: 680px) {

    #gnav i{
            position: absolute;
    }
    #gnav li.open  i {
    bottom: 26px;
	}
    .accordion .link03,.accordion .link04{
        padding: 20px 15px 20px 42px;
    }
    .accordion .link03 a,.accordion .link04 a{
        color: #fff;
    }
    .accordion .link03 a i,.accordion .link04 a i{
        color: #fff;
    }
	#panels  main img{
		width:100%;
	}
	.productspage .hoge{
		max-width:100%;
		margin-left: 0!important;
		float:none;
	}
		/*.productspage div .hoge{
    max-width: 30%;
    margin-left: 10px!important;
    float: none;
    display: inline-block;
    vertical-align: top;
}*/
	.product_detail01{
		/*display:flex;
		flex-direction:row-reverse;
		justify-content: space-between;*/
		border-bottom: dashed 1px #ccc;
		padding-bottom: 30px;
		clear:both;
		overflow: hidden;
	}
	.product_detail01 .img_box{
		max-width:100%;
		margin-left: 0!important;
		float:none;
	}
	.page-template-page-product .btn_box li{
		margin-right:5px;
		width:47%;
		font-size:12px;
	}
	.page-template-page-news .btn_box li {
    width: 48%;
}

.award_list table td{
	width:auto!important;
}
.award_list table td:first-child{
	width:auto!important;
}
	.report_list {
		overflow-x:scroll;
	}
	.report_list  table{
	table-layout:auto;
		width:825px;
	}

	.patent_list {
		overflow-x:scroll;
	}
	.patent_list  table{
	table-layout:auto;
		width:825px;
	}

	.award_list {
		overflow-x:scroll;
	}
	.award_list  table{
	table-layout:auto;
		width:825px;
	}
.report_list table th,.report_list table td{
	width:auto!important;
}
.report_list table th:first-child,.report_list table td:first-child{
	width:auto!important;
}

	li.newsopen .link{
		background:#8082bc;
		color:#fff;
		font-weight:500;
	}
	li.newsopen .link i{
		color:#fff;
	}
	table {
    border-collapse: inherit;
}
	.page-id-43 #page01 p.img{
		text-align:right;
		width: 100%;
	}
	.page-id-43 #page01 p img{
		max-width:180px;
		margin-top:20px;
	}
	.productspage .image_list span {
    max-width: 170px;
	}
	#main_contents.irtop .column_3 h2 {
    font-size: 12px!important;
	}
}
#eirNewRelease a {
    padding-right: 45px!important;
}
#main_contents.irtop #page06 h2 {
    margin-top: -0.5em!important;
    margin-left: -4em!important;
}
.btn_box{
	XXXXdisplay:none;
}

	#ir_news .news_wrap .news_wrap{
		padding:0;
	}

    #page_top {
        position: fixed;
        right: 30px;
        bottom: 40px;
        z-index: 99;
    }
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#catalog001 ul.future-backnumber li{
    list-style: none;
    display: inline-block;
    margin:5px;
}
#catalog001 ul.future-backnumber li img{
    margin:0;
}
