@charset "UTF-8";
/*------------------------------------------------------------
	Child Common
------------------------------------------------------------*/
.p-txt {
    line-height: 1.8;
    font-size: 1.1rem;
}
* + .p-txt {
    margin-top: 30px;
}
.p-att {
    display: block;
    line-height: 1.5;
    font-size: 1rem;
    margin-top: 5px;
}
.p-txt-link {
    line-height: 1.8;
    font-size: 1.1rem;
}
* + .p-txt-link {
    margin-top: 10px;
}
.p-txt-link > a {
    color: #222;
}
.p-txt-link > a:hover {
    opacity: 0.7;
}
.p-img {
    font-size: 0;
}
.p-img img {
    width: 100%;
}
.p-rl-item {
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.p-rl-item img {
    width: 100%;
}
.p-rl-item > a {
    transition: 0.2s;
}
.p-rl-item > a:hover {
    opacity: 0.7;
}
.p-rl-item-ttl {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #222;
    margin-top: 15px;
}
.p-rl-item-ttl.is-small {
    font-size: 1.4rem;
}
.p-rl-item-ttl.is-small2 {
    font-size: 1.2rem;
}
.p-rl-item-ttl > span {
    display: inline-block;
    background: url("../img/arw_k.png") right center no-repeat;
    background-size: 20px;
    padding-right: 35px;
}
.p-rl-txt {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
}
.p-rl-txt + * {
    margin-top: 20px;
}
/*------------------------------------------------------------
	Child Common - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-txt {
        font-size: 1rem;
    }
    * + .p-txt {
        margin-top: 20px;
    }
    .p-att {
        font-size: 0.9rem;
    }
    .p-rl-item-ttl {
        font-size: 1.4rem;
    }
    .p-rl-item-ttl > span {
        padding-right: 30px;
    }
    .p-rl-txt {
        font-size: 1.1rem;
    }
}
/*------------------------------------------------------------
	Child Common - Table
------------------------------------------------------------*/
.p-tb-01 {
    width: 100%;
    border-top: rgba(0,0,0,0.1) 1px solid;
}
.p-tb-01 th,
.p-tb-01 td {
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8;
    padding: 20px 0;
    vertical-align: middle;
}
.p-tb-01 th {
    width: 180px;
    font-weight: 500;
}
/*------------------------------------------------------------
	Child Common - Table - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-tb-01 tr,
    .p-tb-01 th,
    .p-tb-01 td {
        display: block;
    }
    .p-tb-01 tr {
        border-bottom: rgba(0,0,0,0.1) 1px solid;
        padding: 15px 0;
    }
    .p-tb-01 th,
    .p-tb-01 td {
        font-size: 1rem;
        border: 0;
        padding: 0;
    }
    .p-tb-01 th {
        width: 140px;
        display: inline-block;
    }
    .p-tb-01 td {
        margin-top: 5px;
    }
}
/*------------------------------------------------------------
	News
------------------------------------------------------------*/
.p-news-item:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.p-news-item {
    line-height: 1.8;
    padding: 20px 0;
    border-top: rgba(0,0,0,0.1) 1px solid;
    letter-spacing: -.4em;
}
.p-news-item > * {
    letter-spacing: normal;
}
.p-news-item:last-child {
    border-bottom: rgba(0,0,0,0.1) 1px solid;
}
.p-news-item-date {
    float: left;
    width: 130px;
	font-size: 90%;
}
.p-news-item-tag {
    float: left;
    width: 130px;
	font-size: 90%;
    text-align: center;
    color: rgba(0,65,192,1);
    background: #FFF;
}
.p-news-item-txt {
    padding-left: 290px;
}
.p-news-item-txt > a {
    color: #222;
    transition: 0.2s;
}
.p-news-item-txt > a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.p-news-item-date,
.p-news-item-tag,
.p-news-item-txt {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*------------------------------------------------------------
	News - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-news-item-date,
    .p-news-item-tag {
        display: inline-block;
        float: none;
    }
    .p-news-item-date {
        width: inherit;
        min-width: 140px;
    }
    .p-news-item-tag {
        width: inherit;
        min-width: 160px;
    }
    .p-news-item-txt {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
}
/*------------------------------------------------------------
	News - Detail
------------------------------------------------------------*/
.p-dtl-block + .p-dtl-block {
    margin-top: 70px;
}
* + .p-dtl-img-wrp {
    margin-top: 35px;
}
.p-dtl-txt {
    font-size: 1.1rem;
    line-height: 1.8;
}
* + .p-dtl-txt {
    margin-top: 25px;
}
.p-dtl-img {
    font-size: 0;
}
.p-dtl-img img {
    width: 100%;
}
.p-dtl-img-cp {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-top: 10px;
}
.p-ttl-dtl {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    padding: 80px 0 0;
}
.p-dtl-date {
    text-align: right;
}
.p-ttl-dtl-02 {
    font-size: 1.4rem;
    line-height: 1.4;
}
.p-ttl-dtl-03 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 35px;
}
* + .p-dtl-list {
    margin-top: 25px;
}
.p-dtl-list-item {
    font-size: 1.1rem;
    line-height: 1.8;
    list-style: disc;
    margin-left: 1em;
}
.p-dtl-list.is-num > .p-dtl-list-item {
    list-style: decimal;
}
.p-dtl-list-item > a {
    color: #222;
    font-weight: 500;
}
.p-dtl-list-item > a:hover {
    opacity: 0.7;
}
.p-dtl-tb {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
* .p-dtl-tb {
    margin-top: 25px;
}
.p-dtl-tb th,
.p-dtl-tb td {
    border: rgba(0,0,0,0.2) 1px solid;
    text-align: left;
    padding: 15px;
    font-size: 1.1rem;
    line-height: 1.5;
}
.p-dtl-tb th {
    background: rgba(0,0,0,0.04);
}
/*------------------------------------------------------------
	News - Detail - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    * + .p-dtl-img-wrp {
        margin-top: 25px;
    }
    .p-ttl-dtl {
        font-size: 1.4rem;
        padding-top: 70px;
    }
    .p-ttl-dtl-02 {
        font-size: 1.2rem;
    }
    .p-ttl-dtl-03 {
        font-size: 1.1rem;
    }
    .p-dtl-txt {
        font-size: 1rem;
    }
    * + .p-dtl-txt {
        margin-top: 20px;
    }
    * + .p-dtl-list {
        margin-top: 20px;
    }
    .p-dtl-list-item {
        font-size: 1rem;
    }
    * .p-dtl-tb {
        margin-top: 20px;
    }
    .p-dtl-tb th,
    .p-dtl-tb td {
        font-size: 1rem;
        padding: 10px;
    }
}
/*------------------------------------------------------------
	Company - Message
------------------------------------------------------------*/
.p-ms-nm {
    margin-top: 45px;
    line-height: 1.8;
    text-align: right;
}
.p-ms-nm-sgn {
    font-size: 1.5rem;
}
/*------------------------------------------------------------
	Company - Message - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
/*------------------------------------------------------------
	Company - Index
------------------------------------------------------------*/
* + .p-cmp-menu {
    margin-top: 80px;
}
.p-cmp-menu-item {
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.p-cmp-menu-item img {
    width: 100%;
}
.p-cmp-menu-item > a {
    transition: 0.2s;
}
.p-cmp-menu-item > a:hover {
    opacity: 0.7;
}
.p-cmp-menu-item-ttl {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #222;
    background: url("../img/arw_k.png") right 30px center no-repeat #FFF;
    background-size: 20px;
    transition: 0.2s;
    padding: 30px 45px 30px 30px;
}
.p-comp-aff-item {
    border: rgba(0,0,0,0.1) 1px solid;
    padding: 20px 40px;
    font-size: 1.1rem;
    line-height: 1.8;
}
.p-comp-aff-item a {
    color: #222;
    transition: 0.2s;
}
.p-comp-aff-item a:hover {
    opacity: 0.5;
}
.p-comp-aff-item + .p-comp-aff-item {
    margin-top: 20px;
}
.p-comp-aff-item-ttl {
    font-weight: 500;
}
.p-comp-aff-item-txt {
    margin-top: 10px;
}
/*------------------------------------------------------------
	Company - Index - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    * + .p-cmp-menu {
        margin-top: 50px;
    }
    .p-cmp-menu-item-ttl {
        font-size: 1.4rem;
        background-position: right 20px center;
        padding: 20px 45px 20px 20px;
    }
    .p-comp-aff-item {
        padding: 20px 20px;
        font-size: 1rem;
    }
    .p-comp-aff-item + .p-comp-aff-item {
        margin-top: 15px;
    }
    .p-comp-aff-item-txt {
        margin-top: 5px;
    }
}
/*------------------------------------------------------------
	Company - Thought
------------------------------------------------------------*/
.p-thg-item {
    background: #FFF;
    padding: 50px 50px 70px;
}
.p-thg-item + .p-thg-item {
    margin-top: 35px;
}
.p-thg-item-sld {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 25px;
    font-weight: 500;
}
.p-thg-item-ttl {
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
    margin-top: 35px;
}
.p-thg-item-txt {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: center;
    margin-top: 35px;
}
.p-thg-02 {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 80px 25px 25px;
}
.p-thg-02-ttl-01 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
}
.p-thg-02-ttl-01 + * {
    margin-top: 35px;
}
.p-thg-02-logo {
    font-size: 0;
    text-align: center;
}
.p-thg-02-logo img {
    max-width: 100%;
}
.p-thg-02-txt {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 35px;
}
.p-thg-02-inr {
    margin-top: 80px;
    padding-top: 50px;
    background: #FFF;
}
.p-thg-02-img {
    font-size: 0;
}
.p-thg-02-img img {
    width: 100%;
}
.p-thg-02-ttl-02 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
}
/*------------------------------------------------------------
	Company - Thought - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-thg-item {
        padding: 30px 30px 40px;
    }
    .p-thg-item + .p-thg-item {
        margin-top: 25px;
    }
    .p-thg-item-sld {
        font-size: 1rem;
        padding-bottom: 25px;
    }
    .p-thg-item-ttl {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-top: 25px;
    }
    .p-thg-item-txt {
        font-size: 1rem;
        line-height: 1.8;
        margin-top: 25px;
    }
    .p-thg-02 {
        padding: 45px 20px 20px;
    }
    .p-thg-02-ttl-01 {
        font-size: 1.5rem;
    }
    .p-thg-02-ttl-01 + * {
        margin-top: 25px;
    }
    .p-thg-02-txt {
        margin-top: 25px;
        font-size: 1rem;
    }
    .p-thg-02-inr {
        margin-top: 45px;
        padding-top: 25px;
        background: #FFF;
    }
    .p-thg-02-ttl-02 {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	Inquiry
------------------------------------------------------------*/
* + .p-inq {
    margin-top: 45px;
}
.p-inq-item {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
}
.p-inq-item > a {
    color: #222;
    background: #FFF;
    transition: 0.2s;
    padding: 35px 25px;
    display: block;
}
.p-inq-item > a:hover {
    color: rgba(0,0,0,0.4);
}
/*------------------------------------------------------------
	Inquiry - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    * + .p-inq {
        margin-top: 35px;
    }
    .p-inq-item {
        font-size: 1.2rem;
    }
    .p-inq-item > a {
        padding: 35px 20px;
    }
}
/*------------------------------------------------------------
	Products
------------------------------------------------------------*/
.p-main-pr {
    margin-top: 80px;
    background: #FFF;
}
.p-main-pr-img {
    font-size: 0;
    padding-left: 30px;
}
.p-main-pr-img img {
    width: 100%;
}
.p-main-pr-info {
    padding: 40px 0 0 50px;
}
.p-main-pr-info-ttl {
    font-size: 2rem;
    line-height: 1.4;
}
.p-main-pr-info-ttl + * {
    margin-top: 35px;
}
.p-main-pr-info-txt {
    font-size: 1rem;
    line-height: 1.8;
}
.p-btn-item.is-info-inr {
    margin-top: 35px;
    max-width: 350px;
}
* + .p-sl-menu {
    margin-top: 50px;
}
.p-sl-menu-item {
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.p-sl-menu-item img {
    width: 100%;
}
.p-sl-menu-item > a {
    transition: 0.2s;
}
.p-sl-menu-item > a:hover {
    opacity: 0.7;
}
.p-sl-menu-item-ttl {
    display: block;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #222;
    background: url("../img/arw_k.png") right 30px center no-repeat #FFF;
    background-size: 20px;
    transition: 0.2s;
    padding: 30px 45px 30px 30px;
}
.p-sl-menu-item-ttl > span {
    display: block;
    font-size: 1.1rem;
    margin-top: 5px;
}
.p-pr  + .p-pr {
    margin-top: 50px;
}
.p-pr-ttl {
    font-size: 1.4rem;
    line-height: 1.4;
}
.p-pr-ttl + * {
    margin-top: 20px;
}
.p-pr-item {
    display: table;
    width: 100%;
    border: #222 1px solid;
    background: #FFF;
    transition: 0.2s;
}
.p-pr-item:hover {
    opacity: 0.6;
}
.p-pr-item-th,
.p-pr-item-nm {
    display: table-cell;
    vertical-align: middle;
}
.p-pr-item-th {
    font-size: 0;
    width: 130px;
}
.p-pr-item-th > img {
    width: 100%;
}
.p-pr-item-nm {
    color: #222;
    font-size: 1.1rem;
    line-height: 1.5;
    padding-right: 15px;
}
.p-pr-item-nm-s {
    font-size: 0.9rem;
}
.p-sl-list-item-wrp {
    text-align: center;
}
.p-sl-list-item {
    display: block;
    border: #222 1px solid;
    background: #FFF;
    transition: 0.2s;
    padding: 15px 20px 20px;
    color: #222;
}
.p-sl-list-item:hover {
    opacity: 0.6;
}
.p-sl-list-item-th,
.p-sl-list-item-nm-s,
.p-sl-list-item-nm {
    display: block;
    text-align: center;
}
.p-sl-list-item-th {
    font-size: 0;
}
.p-sl-list-item-th > img {
    max-width: 100%;
}
.p-sl-list-item-nm {
    display: block;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 5px;
}
.p-sl-list-item-nm.is-sp {
    padding-top: 0.9rem;
}
.p-sl-list-item-nm-s {
    display: block;
    font-size: 0.9rem;
}
/*------------------------------------------------------------
	Products - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-main-pr {
        margin-top: 50px;
    }
    .p-main-pr-img {
        padding-left: 0;
    }
    .p-main-pr-info {
        padding: 25px;
    }
    .p-main-pr-info-txt {
        font-size: 1rem;
        line-height: 1.8;
    }
    .p-btn-item.is-info-inr {
        margin-top: 20px;
        max-width: inherit;
        text-align: left;
    }   
    .p-main-pr-info-ttl {
        font-size: 1.4rem;
    }
    .p-main-pr-info-ttl + * {
        margin-top: 20px;
    }
    * + .p-sl-menu {
        margin-top: 35px;
    }
    .p-sl-menu-item-ttl {
        font-size: 1.4rem;
        background-position: right 20px center;
        padding: 20px 45px 20px 20px;
    }
    .p-pr-ttl {
        font-size: 1.2rem;
    }
}
/*------------------------------------------------------------
	About
------------------------------------------------------------*/
.c-block.is-about {
    background: url("../img/about/bg_01.jpg") center top no-repeat #FFF;
    background-size: 1920px;
    padding-top: 60px;
}
.c-block.is-about .p-ttl-01 {
    color: #FFF;
}
.p-ab-ld {
    text-align: center;
    margin-top: 150px;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #FFF;
}
.p-ab-ld + .p-ab-box-wrp {
    margin-top: 80px;
}
.p-ab-txt {
    margin-top: 30px;
    line-height: 1.8;
}
.p-ab-box-wrp {
    padding: 30px 0;
}
.p-ab-box-wrp.is-blue {
    background: #E8EFFF;
    margin-left: -15px;
    margin-right: -15px;
}
.p-ab-box {
    background: linear-gradient(rgba(255,255,255,0.95) 20%, rgba(255,255,255,0) 80%);
    padding: 65px 100px 80px;
}
.p-ab-box.is-first {
    padding-bottom: 0;
}
.p-ab-box-wrp.is-blue .p-ab-box {
    background: none;
}
.c-block.is-hs {
    background: #E8EFFF url("../img/about/bg_04.png") center bottom 35% no-repeat;
    background-size: 100%;
}
.c-block.is-hs .p-ab-box-wrp .p-ab-box {
    background: none;
}
.c-block.is-about-2 {
    background: url("../img/about/bg_03.jpg") center bottom no-repeat, url("../img/about/bg_02.jpg") center top no-repeat #FFF;
    background-size: 100%;
}
.c-block.is-about-2 .p-ttl-01 {
    color: #FFF;
}
.c-block.is-about-2 .p-ttl-01 + * {
    margin-top: 60px;
}
.p-ab-pr-tb {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-top: 50px;
}
.p-ab-pr-tb th,
.p-ab-pr-tb td {
    border: #0041C1 1px solid;
    background: #FFF;
    text-align: center;
    padding: 40px;
}
.p-ab-pr-ttl {
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 500;
}
.p-ab-pr-ttl-s {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
    font-weight: normal;
}
.p-ab-pr-th {
    font-size: 0;
}
.p-ab-pr-th.lowimg1 {
    margin-top: 58px;
}
.p-ab-pr-th.lowimg2 {
    margin-top: 28px;
}
.p-ab-pr-th img {
    max-width: 100%;
}
.p-ab-pr-txt {
    text-align: left;
    line-height: 1.8;
}
.p-ab-ttl-01 {
    font-weight: 600;
    color: #0041C0;
    position: relative;
}
.p-ab-ttl-01:after {
    position: absolute;
    content: "";
    height: 1px;
    background: #0041C0;
    top: 35%;
    left: 100px;
    right: 0;
}
.p-ab-ttl-01 + * {
    margin-top: 30px;
}
.p-ab-ttl-02 {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
}
.p-ab-img {
    font-size: 0;
}
.p-ab-img.is-ov-1 {
    position: relative;
    top: -70px;
    right: -70px;
}
.p-ab-img.is-ov-2 {
    position: relative;
    top: -50px;
    right: -70px;
}
.p-ab-img img {
    width: 100%;
}
.p-ab-hs {
    margin-top: 50px;
}
.p-ab-hs-ttl-01 {
    color: #0041C0;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
}
.p-ab-hs-ttl-01:before {
    position: absolute;
    content: "";
    height: 5px;
    background: #0041C0;
    top: 35%;
    left: 0;
    width: 18px;
}
.p-ab-hs-item {
    background: #FFF;
    margin-top: 70px;
    position: relative;
}
.p-ab-hs-item.is-2 {
    transform: translate(30px,0);
}
.p-ab-hs-item.is-3 {
    transform: translate(60px,0);
}
.p-ab-hs-item.is-4 {
    transform: translate(90px,0);
}
.p-ab-hs-item.is-5 {
    transform: translate(120px,0);
}
.p-ab-hs-item:after {
    position: absolute;
    content: "";
    border: 1px solid #0041C0;
    left: 10px;
    right: -10px;
    top: 10px;
    bottom: -10px;
}
.p-ab-hs-item.line6,
.p-ab-hs-item.line7 {
	padding-bottom: 40px;
}
.p-ab-hs-item-info {
    padding: 70px 0 0 40px;
    position: relative;
}
.p-ab-hs-item-yr {
    position: absolute;
    font-size: 0;
    top: -30px;
    z-index: 1;
}
.p-ab-hs-item-yr:before {
    content: "";
    position: absolute;
    background: #FFF;
    height: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.p-ab-hs-item-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
}
.p-ab-hs-item-txt {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 20px;
}
.p-ab-hs-item-img {
    font-size: 0;
    text-align: right;
    padding-top: 15px;
}
.p-ab-hs-item-img img {
    max-width: 100%;
    position: relative;
}

/*------------------------------------------------------------
	About - Devices
------------------------------------------------------------*/
@media screen and (min-width: 1921px) {
    .c-block.is-about {
        background-size: 100%;
    }
    .p-ab-ld {
        margin-top: 240px;
    }
}
@media screen and (max-width: 1024px) {
    .p-ab-hs-item.is-2,
    .p-ab-hs-item.is-3,
    .p-ab-hs-item.is-4,
    .p-ab-hs-item.is-5 {
        transform: none;
    }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .c-block.is-about {
        background-image: url("../img/about/bg_01_sp.jpg");
        background-size: 100%;
    }
    .c-block.is-about-2 {
        background: url("../img/about/bg_03.jpg") center bottom no-repeat, url("../img/about/bg_02_sp.jpg") center top no-repeat #FFF;
        background-size: 100%;
    }
    .c-block.is-about-2 .p-ttl-01 + * {
        margin-top: 25px;
    }
    .c-block.is-hs {
        background-image: none;
    }
    .p-ab-pr-tb,
    .p-ab-pr-tb th,
    .p-ab-pr-tb td {
        display: block;
    }
.p-ab-pr-th.lowimg1,
.p-ab-pr-th.lowimg2 {
    margin-top: 0px;
}
    .p-ab-pr-tb th,
    .p-ab-pr-tb td {
        padding: 30px 20px;
        margin-top: -1px;
    }
    .p-ab-pr-ttl {
        font-size: 1.2rem;
    }
    .p-ab-pr-th {
        padding: 0 15px;
    }
    .p-ab-pr-txt {
        line-height: 1.6;
    }
    .p-ab-ld {
        margin-top: 190px;
        text-align: left;
        font-size: 1rem;
    }
    .p-ab-ld + .p-ab-box-wrp {
        margin-top: 30px;
    }
    .p-ab-box {
        padding: 40px 20px 0;
    }
    .p-ab-ttl-01 + * {
        margin-top: 20px;
    }
    .p-ab-ttl-02 {
        font-size: 1.1rem;
    }
    .p-ab-txt {
        font-size: 1rem;
        line-height: 1.6;
        margin-top: 20px;
    }
    .p-ab-img.is-ov-1,
    .p-ab-img.is-ov-2 {
        top: inherit;
        right: inherit;
    }
    .p-ab-hs {
        margin-top: 30px;
    }
    .p-ab-hs-item {
        margin-top: 45px;
    }
	.p-ab-hs-item.line6,
	.p-ab-hs-item.line7 {
		padding-bottom: 0px;
	}
    .p-ab-hs-item-info {
        padding: 55px 20px 0 30px;
        position: relative;
    }
    .p-ab-hs-ttl-01 {
        font-size: 1.1rem;
    }
    .p-ab-hs-item-ttl {
        font-size: 1.2rem;
    }
    .p-ab-hs-item-yr {
        top: -15px;
        left: 20px;
        max-width: 150px;
    }
}
@media screen and (max-width: 375px) {
    .c-block.is-about {
        background-size: 430px;
    }
}
/*------------------------------------------------------------
	Coldchain
------------------------------------------------------------*/
.c-block.is-cc {
    background: url("../img/coldchain/main_bg.png") center top no-repeat #FFF;
    background-size: 1920px;
    padding-top: 330px;
}
.c-block.is-cc .p-ttl-01 {
    color: #0041C1;
}
.p-cc-ld {
    text-align: center;
    margin-top: 30px;
    line-height: 1.8;
    font-size: 1.1rem;
}
.p-cc-box {
    background: linear-gradient(#ECF6FF, #FFF);
    border: 5px solid #BBDDFF;
    padding: 65px 100px 80px;
    margin-top: 50px;
}
.p-cc-ttl-01 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    color: #0041C1;
    font-weight: 500;
}
.p-cc-ttl-01 + * {
    margin-top: 40px;
}
.p-cc-txt {
    line-height: 1.8;
    /* text-align: justify; */
}
.p-cc-txt.is-fix {
    letter-spacing: -0.03em;
}
.p-cc-txt + .p-cc-txt {
    margin-top: 30px;
}
.p-cc-img-wrp {
    margin-top: 50px;
}
.p-cc-img-wrp:first-child {
    margin-top: 0;
}
.p-cc-img-wrp + .p-cc-img-wrp {
    margin-top: 20px;
}
.p-cc-img-wrp.is-wh {
    padding: 30px 15px;
    background: #FFF;
    border: rgba(0,0,0,0.075) 1px solid;
}
.p-cc-img {
    font-size: 0;
}
.p-cc-img img {
    width: 100%;
}
.p-cc-img.is-bdr img {
    border: #0041C1 1px solid;
}
.p-cc-img-ttl {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    color: #0041C1;
    text-align: center;
}
.p-cc-img-ttl + * {
    margin-top: 15px;
}
.p-cc-img-ttl-02 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    color: #0041C1;
    text-align: center;
}
.p-cc-img-ttl-02.is-btm {
    text-align: left;
    margin-top: 10px;
}
.p-cc-img-ttl-02 + * {
    margin-top: 15px;
}
.p-cc-img-ttl-s {
    display: block;
    font-size: 1rem;
    margin-top: 5px;
}
.p-cc-img-ttl-mk {
    display: inline-block;
    background: #CDE6FF;
}
.p-cc-img-cp {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
}
/*------------------------------------------------------------
	Coldchain - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .c-block.is-cc {
        background-image: url("../img/coldchain/main_bg_sp.png");
        background-size: 100%;
        padding-top: 240px;
        background-position: top -50px center;
    }
    .c-block.is-cc .p-ttl-01 {
        font-size: 1.8rem;
        font-weight: 600;
    }
    .p-cc-ld {
        margin-top: 180px;
        font-size: 1rem;
        text-align: left;
    }
    .p-cc-box {
        padding: 40px 20px 20px;
    }
    .p-cc-box + .p-cc-box {
        margin-top: 25px;
    }
    .p-cc-ttl-01 {
        font-size: 1.4rem;
    }
    .p-cc-ttl-01 + * {
        margin-top: 25px;
    }
    .p-cc-txt {
        font-size: 1rem;
    }
    .p-cc-txt + .p-cc-txt {
        margin-top: 25px;
    }
    .p-cc-img-wrp {
        margin-top: 30px;
    }
    .p-cc-img-ttl {
        font-size: 1.1rem;
    }
    .p-cc-img-ttl-02 {
        font-size: 1.1rem;
    }
    .p-cc-img-ttl-s {
        font-size: 0.9rem;
        margin-top: 5px;
    }
}
/*------------------------------------------------------------
	Global
------------------------------------------------------------*/
.p-gl-main {
    font-size: 0;
    text-align: center;
    margin-bottom: -20px;
}
.p-gl-main img {
    max-width: 100%;
}
.p-gl-section{
    padding-top: 130px;
}
.p-gl-section.ttl_bg_01{
    background: url("../img/global/ttl_bg_01.png") center top 60px no-repeat;
    background-size: 170px;
}
.p-gl-section.ttl_bg_02{
    background: url("../img/global/ttl_bg_02.png") center top 60px no-repeat;
    background-size: 170px;
}
.p-gl-section.ttl_bg_03{
    background: url("../img/global/ttl_bg_03.png") center top 60px no-repeat;
    background-size: 170px;
}
.p-gl-section.ttl_bg_04{
    background: url("../img/global/ttl_bg_04.png") center top 60px no-repeat;
    background-size: 170px;
}
.p-gl-section.ttl_bg_05{
    background: url("../img/global/ttl_bg_05.png") center top 60px no-repeat;
    background-size: 170px;
}
.p-gl-section + .p-gl-section {
    margin-top: 60px;
    border-top: rgba(0,0,0,0.1) 1px solid;
}
.p-gl-ttl {
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
}
.p-gl-ttl-area {
    font-size: 1rem;
    line-height: 1.8;
    display: block;
    background: #0041C1;
    color: #FFF;
    max-width: 110px;
    margin: 0 auto 20px;
}
.p-gl-ttl + * {
    margin-top: 60px;
}
.p-gl-txt {
    line-height: 1.7;
    /* text-align: justify; */
}
.p-gl-img {
    font-size: 0;
}
.p-gl-img img {
    width: 100%;
}
/*------------------------------------------------------------
	Global - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-gl-main {
        margin-left: -90px;
        margin-right: -90px;
    }
    .p-gl-section{
        padding-top: 100px;
        background-position: center top 60px;
        background-size: 120px;
    }
    .p-gl-ttl {
        font-size: 1.4rem;
    }
    .p-gl-ttl-area {
        font-size: 0.9rem;
        max-width: 95px;
        margin-bottom: 25px;
    }
    .p-gl-ttl + * {
        margin-top: 25px;
    }
}
/*------------------------------------------------------------
	Environment
------------------------------------------------------------*/
.c-block.is-env {
    background: url("../img/environment/bg_main.jpg") center top no-repeat #FFf;
    background-size: 100%;
}
.p-env-box {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,1));
    padding: 80px 100px 180px;
}
.p-env-ttl-01 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.6;
    color: #FFF;
}
.p-env-ttl-01 > span {
    border-bottom: 1px solid #FFF;
}
.p-env-ttl-01 + * {
    margin-top: 80px;
}
.p-env-ttl-02 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
}
.p-env-ttl-02 + * {
    margin-top: 35px;
}
.p-env-ttl-03 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
}
.p-env-ttl-03 + * {
    margin-top: 35px;
}
.p-env-section {
    position: relative;
    padding-top: 180px;
    background: url("../img/environment/bg_01.png") center top 80px no-repeat;
    background-size: 1920px;
}
.p-env-box-wrp + .p-env-section {
    margin-top: -180px;
}
.p-env-section-sep {
    margin-top: 80px;
}
.p-env-txt {
    line-height: 1.8;
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    /* text-align: justify; */
}
* + .p-env-txt {
    margin-top: 30px;
}
.p-env-img {
    font-size: 0;
}
.p-env-img img {
    width: 100%;
}
.p-env-tb {
    width: 100%;
    table-layout: fixed;
}
.p-env-tb th,
.p-env-tb td {
    border: #AAA 1px solid;
    text-align: center;
    line-height: 1.4;
    vertical-align: middle;
    padding: 3px 0;
    height: 60px;
}
.p-env-tb th.is-side,
.p-env-tb td.is-side {
    width: 160px;
    background: #F3F3F3;
}
.p-env-tb th.is-blue,
.p-env-tb td.is-blue {
    background: #0041C1;
    color: #FFF;
}
.p-env-tb th.is-blue-2,
.p-env-tb td.is-blue-2 {
    background: #E4EBFD;
}
.p-env-tb th.is-gry,
.p-env-tb td.is-gry {
    background: #CCC;
}
.p-env-tb th.is-gry-2,
.p-env-tb td.is-gry-2 {
    background: #F3F3F3;
}
.p-env-tb th.is-thin,
.p-env-tb td.is-thin {
    height: inherit;
}
.p-env-att {
    margin-top: 10px;
}
.p-env-att-item {
    font-size: 0.9rem;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
}
.p-env-att-item {
    font-size: 0.9rem;
    line-height: 1.5;
    text-indent: -1em;
    margin-left: 1em;
}
.p-env-att.is-nm > .p-env-att-item {
    text-indent: -1.5rem;
    margin-left: 2em;
}
.p-env-att-item:before {
    content: "*";
}
.p-env-att-item + .p-env-att-item {
    margin-top: 5px;
}
.c-inner.is-env-inr {
    margin-top: 50px;
}
.p-env-img {
    font-size: 0;
}
.p-env-img img {
    width: 100%;
}
.p-env-img-cp {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-top: 10px;
}
/*------------------------------------------------------------
	Environment - Devices
------------------------------------------------------------*/
@media screen and (min-width: 1921px) {
    .c-block.is-env {
        background-position: top -250px center;
    }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .c-block.is-env {
        background-size: 1500px;
    }
    .p-env-section {
        background-size: 767px;
        background-position: top 50px center;
        padding-top: 80px;
    }
    .p-env-section-sep {
        margin-top: 50px;
    }
    .p-env-box-wrp + .p-env-section {
        margin-top: 0;
    }
    .p-env-box {
        padding: 40px 15px 0;
    }
    .p-env-tb {
        min-width: 1200px;
        margin: auto;
    }
    .p-env-tb-sc {
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
    .p-env-tb {
        width: 100%;
        border-collapse: inherit;
    }
    .p-env-tb th,
    .p-env-tb td {
        font-size: 0.9rem;
    }
    .p-env-tb th.is-side,
    .p-env-tb td.is-side {
        width: 120px;
    }
    .p-env-tb th.is-stc,
    .p-env-tb td.is-stc {
        position: sticky;
        top: 0;
        left: 0;
        border-width: 0.5px;
    }
    .p-env-ttl-01 {
        font-size: 1.6rem;
    }
    .p-env-ttl-01 + * {
        margin-top: 35px;
    }
    .p-env-ttl-02 {
        font-size: 1.4rem;
    }
    .p-env-ttl-02 + * {
        margin-top: 35px;
    }
    .p-env-ttl-03 {
        font-size: 1.2rem;
    }
    .p-env-ttl-03 + * {
        margin-top: 25px;
    }
    .p-env-txt {
        font-size: 1rem;
    }
}
/*------------------------------------------------------------
	Company - History
------------------------------------------------------------*/
.p-hs-main {
    text-align: center;
    font-size: 0;
    background: #FFF;
    margin-top: 80px;
}
.p-hs-main img {
    width: 100%;
    min-width: 767px;
    overflow: hidden;
}
.p-hs-txt {
    line-height: 1.8;
    font-size: 1.1rem;
    margin-top: 35px;
}
.p-hs-txt-p,
.p-hs-txt-s {
    display: inline-block;
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat;
}
.p-hs-txt-p {
    background-image: url("../img/company/history/lb_p.png");
}
.p-hs-txt-s {
    background-image: url("../img/company/history/lb_s.png");
}
.p-hs-txt-att {
    display: block;
    line-height: 1.8;
    font-size: 0.9rem;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 5px;
}
.p-hs-box {
    margin-top: 120px;
}
.p-hs-box-ttl {
    font-size: 2rem;
    line-height: 1.4;
    color: #0041C1;
    border-bottom: 1px solid #0041C1;
    padding-bottom: 20px;
    font-weight: 500;
}
.p-hs-box-ttl-yr {
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 20px;
}
.p-hs-tb {
    width: 100%;
    border-collapse: collapse;
}
.p-hs-tb th,
.p-hs-tb td {
    border-bottom: rgba(0,0,0,0.15) 1px solid;
    padding: 20px 0;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}
.p-hs-tb th {
    width: 140px;
}
.p-hs-tb th.is-p,
.p-hs-tb th.is-s {
    background-position: right 25px top 26px;
    background-repeat: no-repeat;
}
.p-hs-tb th.is-p {
    background-image: url("../img/company/history/lb_p.png");
}
.p-hs-tb th.is-s {
    background-image: url("../img/company/history/lb_s.png");
}
.p-hs-tb td.is-img {
    width: 300px;
    padding-left: 20px;
    font-size: 0;
}
.p-hs-tb td.is-img img {
    width: 100%;
}
.p-hs-tb-img-cp {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 10px;
}
/*------------------------------------------------------------
	Company - History - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .p-hs-main {
        padding: 0 15px;
    }
    .p-hs-main-sc {
        overflow-x: scroll;
        overflow-y: hidden;
    }
}
@media screen and (max-width: 767px) {
    .p-hs-main {
        margin-top: 50px;
    }
    .p-hs-txt {
        font-size: 1rem;
    }
    .p-hs-box {
        margin-top: 80px;
    }
    .p-hs-box-ttl {
        font-size: 1.4rem;
        padding-bottom: 10px;
    }
    .p-hs-box-ttl-yr {
        font-size: 1.2rem;
        display: block;
    }
    .p-hs-tb tr,
    .p-hs-tb th,
    .p-hs-tb td {
        display: block;
    }
    .p-hs-tb tr {
        border-bottom: rgba(0,0,0,0.15) 1px solid;
        width: 100%;
    }
    .p-hs-tb th,
    .p-hs-tb td {
        font-size: 1rem;
        border: 0;
    }
    .p-hs-tb th {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .p-hs-tb td {
        padding-top: 0;
    }
    .p-hs-tb td.is-img {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .p-hs-tb th {
        width: 90px;
    }
    .p-hs-tb th.is-p,
    .p-hs-tb th.is-s {
        background-position: right 25px top 20px;
    }
}
/*------------------------------------------------------------
	Products - Menu Expansion
------------------------------------------------------------*/
.p-me-main {
    padding: 80px 15px; 
    background: url("../img/products/menu-expansion/main_bg.png") bottom center no-repeat;
}
.p-me-main-ttl {
    font-size: 2rem;
    text-align: center;
    line-height: 1.7;
    font-weight: 400;
}
.p-me-main-ttl-lg {
    display: inline-block;
    font-size: 2.6rem;
    margin-right: 0.25em;
    color: #0041C1;
}
.p-me-main-ttl-lg span.is-line { 
    border-bottom: dotted 6px #0041C1;
}
.p-me-main-ttl-lg span.is-mk {
    background: url("../img/products/menu-expansion/txt_mk.png") bottom repeat-x;
}
.p-me-main-ld {
    color: #0041C1;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 35px;
}
.p-me-main-ld > span {
    display: inline-block;
    background: url("../img/products/menu-expansion/main_cmt.png") center bottom no-repeat;
    padding-bottom: 35px;
}
.p-me-main-wnt {
    margin-top: 40px;
}
.p-me-main-wnt-item {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #FFF;
    padding: 40px 20px 40px 170px;
}
.p-me-main-wnt-item.is-wnt-a {
    background-image: url("../img/products/menu-expansion/main_01.png");
}
.p-me-main-wnt-item.is-wnt-b {
    background-image: url("../img/products/menu-expansion/main_02.png");
}
.p-me-wnt-item-txt {
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    white-space: nowrap;
    padding: 15px 0;
}
.p-me-wnt-item-txt:before,
.p-me-wnt-item-txt:after {
    position: absolute;
    content: "";
    border: 1px solid #000;
    width: 40px;
    height: 60px;
}
.p-me-wnt-item-txt:before {
    left: 0;
    top: 0;
    border-right: 0;
    border-bottom: 0;
}
.p-me-wnt-item-txt:after {
    right: 0;
    bottom: 0;
    border-left: 0;
    border-top: 0;
}
.p-me-intro-txt {
    color: #0041C1;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 35px;
    padding: 0 15px;
}
.p-me-intro-txt-inr {
    position: relative;
    display: inline-block;
    padding: 0 35px;
}
.p-me-intro-txt-inr:before,
.p-me-intro-txt-inr:after {
    position: absolute;
    content: "";
    width: 1px;
    background: #0041C1;
    top: 5px;
    bottom: 5px;
}
.p-me-intro-txt-inr:before {
    left: 0;
    transform: rotate(-15deg);
}
.p-me-intro-txt-inr:after {
    right: 0;
    transform: rotate(15deg);
}
.p-me-section + .p-me-section {
    margin-top: 60px;
}
.p-me-ttl {
    font-size: 0;
}
.p-me-box {
    padding: 60px;
    border: #0041C1 1px solid;
}
.p-me-box-ttl {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
}
.p-me-box-ttl > span {
    background: url("../img/products/menu-expansion/txt_mk.png") bottom repeat-x;
    padding-bottom: 2px;
}
.p-me-box-ttl + * {
    margin-top: 50px;
}
.p-me-box-txt {
    font-size: 1.1rem;
    line-height: 1.8;    
}
* + .p-me-box-link {
    margin-top: 10px;
}
.p-me-box-link-item {
    font-size: 1.1rem;
    line-height: 1.8;
}
.p-me-box-link-item > a {
    color: #222;
    font-weight: 600;
}
.p-me-box-link-item > a:hover {
    opacity: 0.7;
}
.p-me-box-img {
    font-size: 0;
}
.p-me-box-img img {
    width: 100%;
}
.p-me-box-img-cp {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-top: 10px;
}
.p-me-rl-ttl {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
}
.p-me-rl-ttl + * {
    margin-top: 50px;
}
.p-me-rl-txt {
    font-size: 1.1rem;
    line-height: 1.8;    
}
* + .p-me-rl-link {
    margin-top: 10px;
}
.p-me-rl-link-item {
    font-size: 1.1rem;
    line-height: 1.8;
}
.p-me-rl-link-item > a {
    color: #222;
    font-weight: 500;
}
.p-me-rl-link-item > a:hover {
    opacity: 0.7;
}
.p-me-rl-img {
    font-size: 0;
}
.p-me-rl-img img {
    width: 100%;
}
.p-me-rl-img-cp {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-top: 10px;
}
/*------------------------------------------------------------
	Products - Menu Expansion - Devices
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
    .p-me-main {
        padding: 60px 15px; 
    }
    .p-me-main-ttl {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .p-me-main-ttl-lg {
        font-size: 2.2rem;
        display: block;
        margin-right: inherit;
        padding-bottom: 10px;
    }
    .p-me-main-ld {
        font-size: 1.2rem;
        margin-top: 25px;
    }
    .p-me-main-wnt {
        margin-top: 30px;
    }
    .p-me-main-wnt-item {
        padding: 30px 20px 190px 20px;
    }
    .p-me-wnt-item-txt {
        font-size: 1.2rem;
    }
    .p-me-intro-txt {
        font-size: 1.2rem;
        margin-top: 25px;
    }
    .p-me-intro-txt-inr {
        padding: 0 15px;
    }
    .p-me-section + .p-me-section {
        margin-top: 80px;
    }
    .p-me-section + .p-me-section {
        margin-top: 40px;
    }
    .p-me-box {
        padding: 20px;
    }
    .p-me-box-ttl {
        font-size: 1.6rem;
    }
    .p-me-box-ttl + * {
        margin-top: 25px;
    }
    .p-me-box-txt {
        font-size: 1rem;
    }
    * + .p-me-box-link {
        margin-top: 10px;
    }
    .p-me-box-link-item {
        font-size: 1rem;
    }
    .p-me-rl-ttl {
        font-size: 1.6rem;
    }
    .p-me-rl-ttl + * {
        margin-top: 25px;
    }
    .p-me-rl-txt {
        font-size: 1rem;
    }
    * + .p-me-rl-link {
        margin-top: 10px;
    }
    .p-me-rl-link-item {
        font-size: 1rem;
    }
}