@charset "utf-8";
/*
Theme Name: LIQUID LIGHT
Theme URI: https://lqd.jp/wp/theme_light.html
Description: LIQUID PRESS PREMIUM
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: liquid-light
Version: 1.2.4
*/

/* ------------------------------------
common
------------------------------------ */
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    color: #575757;
    font-size: 1.6rem;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 1.8;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    overflow: hidden;
}
.wrapper {
    overflow: hidden;
    transform: rotate(0.05deg);
}

a {
    color: #42BCEB!important;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a:hover,
a:active {
    color: #42BCEB!important;
    text-decoration: underline;
}

a:visited {
    color: #42BCEB!important;
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}
/*flexlayout*/
.item-center {
    align-items: center;
}
/**/

.none {
    display: none;
}

.mainarea [class*='col-'] {
    overflow: hidden;
}

.customize-partial-edit-shortcuts-shown [class*='col-'] {
    overflow: visible;
}

nav.pan {
    background-color: #33519D;
    margin-top: -1px;
}
.breadcrumb {
    background-color: unset;
    border-radius: 0;
    padding:  .7em 1em .5em;
    line-height: 1.2;
    max-width: 1200px;
    margin: 0 auto;
}
.breadcrumb li {
    overflow: hidden;
    font-size: 1.4rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #eee;
    content: "/";
}
.breadcrumb li.active {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb li a {
    color: #fff!important;
}
.breadcrumb li.active a {
    color: #fff!important;
    pointer-events: none;
    font-weight: bold;
}

.rwdwrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.rwdwrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
}

.navbar .container {
    padding-left: 0;
}

.navbar-nav a {
    font-size: 1.4rem;
    display: block;
    /*padding: 50px 1.4rem 60px;*/
    color: #575757 !important;
}

.navbar li {
    border-bottom: 1px solid transparent;
}

.nav .menu-item-has-children>ul, .nav .page_item_has_children>ul {
    display: none;
}
.nav .open>ul {
    display: block !important;
}

.logo {
    font-size: x-large;
}

.logo img {
    width: auto !important;
    height: 48px !important;
    max-width: initial !important;
}

.logo_text {
    font-size: x-small;
    text-align: right;
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}

.navbar .current-menu-item,
.navbar .current-menu-parent,
.navbar .current_page_item {
    /*border-width: 0 0 1px 0;
    border-style: solid;
    border-color: ;*/
    border-top: solid 3px #00aeef;
    border-bottom: none;
}
.navbar .current-menu-item a,
.navbar .current-menu-parent a,
.navbar .current_page_item a {
    padding-top: 47px;
}

.dropdown-menu {
    padding: 0;
}
.dropdown-item {
    padding: 0;
}

/* multilevel */
.nav .sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.nav .sub-menu .dropdown-toggle:after{
    position: absolute;
    right: .25rem;
    top: 45%;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.nav .nav_ttl > a {
    pointer-events: none;
}

blockquote {
    border-left: 4px solid rgba(119, 119, 119, 0.1);
    padding-left: 1em;
}

blockquote:before {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e977";
    color: rgba(119, 119, 119, 0.5);
    font-size: large;
}

.screen-reader-text {
    display: none !important;
}

table.table thead th, table.table thead td {
    background-color: #f9f9f9;
}
table.table thead th {
    border-top: 0 none;
    border-bottom: 0 none;
}
table.table-bordered-none, table.table-bordered-none th, table.table-bordered-none td {
    border: 0 none;
}


/* ------------------------------------
// bootstrap
------------------------------------ */


/* navbar-toggle */

.navbar-toggler {
    position: absolute;
    top: 30px;
    right: .5rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border: none;
    background: transparent !important;
    cursor: pointer;
}

.navbar-toggler:focus {
    outline: 0;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #555 !important;
    width: 22px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 10% 90%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

/* Animated “x” icon */

.form-control,
.searchform .btn {
    border-radius: 0;
}
.form-control,
.btn {
    border-radius: 0;
    font-size: 1.6rem;
    padding: 0.3em 0.7em;
    border-radius: 0.25rem;
}

/* carousel */

.carousel-item img {
    width: 100%;
}

.carousel-indicators {
    bottom: -3rem;
}

.carousel-indicators li {
    background-color: #ccc;
    border: 0 none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-top: -2px;
}
.carousel-indicators .active {
    background-color: #00aeef;
}
.carousel-control
.carousel-indicators li {
    margin: 0 .2em !important;
}

/* ------------------------------------
// main
------------------------------------ */

.headline {
    padding: 0;
    /*box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);*/
}

.headline .ttl,
.headline .subttl {
    vertical-align: top;
    font-size: x-small;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

/*業務支援パートナーボタン*/

.partner_btn,
a.partner_btn,
button.partner_btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0.5;
  position: relative;
  top: -5px;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #33519D;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.2rem 1.5rem;

  color: #fff!important;
  border-radius: 0;
  background: #33519D;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 160%;
  height: 500%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #00b7ee;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/**/

.cover_inner {
    position: relative;
    line-height: 0;
}

.cover video {
    width: 100%;
    height: auto;
}

.main {
    background-color: #00aeef;
    text-align: center;
    line-height: 1.5;
    padding: 1.5em 0;
    color: #fff;
}

.main h3 {
    margin-bottom: 0;
    font-size: x-large;
}

.main h3 a {
    color: #fff;
}

.mainpost {
    margin: 3rem auto;
    overflow: hidden;
}

article.card {
    margin-bottom: 2em;
    border: 0 none;
    border-radius: 0;
    background-color: transparent;
}

article.card .card-block {
    padding: 0;
}

article.card .card-title {
    font-size: initial;
    font-weight: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    height: 2.2em;
    margin: 0 1rem .5rem 1rem;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}

article.card .card-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.2em;
    height: 1.2em;
    margin: .5rem 1rem .5rem 1rem;
}

article.card  a:hover {
    text-decoration: none;
}

article.card  .post_links {
    display: block;
    border: 1px solid #ddd;
}

article.card  .post_links:hover {
    background-color: rgba(119, 119, 119, 0.1);
}

article.card  .post_thumb {
    width: 100%;
    height: 16rem!important;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
}

article.card  a:hover .post_thumb {
    opacity: 0.8;
    transform: scale(1.03);
    transition: .2s ease-in-out;
}

article.card  a:hover:after .post_thumb {
    opacity: 0.8;
    transform: scale(1);
    transition: .2s ease-in-out;
}

.post_meta {
    margin-bottom: 1rem;
}

.post_time,
.post_cat {
    font-size: small;
    margin-right: .5em;
    opacity: 0.8;
    color: #333;
}

.post_body {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.post_body h1,
.post_body h2,
.yearly-area h2,
.widget h1,
.widget h2 {
    font-weight: bold;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.post_body h2,
.yearly-area h2,
.widget h2 {
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.post_body h1>span,
.post_body h2>span,
.yearly-area h2>span,
.widget h1>span,
.widget h2>span {
    border-bottom: 3px solid #00aeef;
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: -3px;
}
.yearly-area h2 span {
    border-color: #00aeef !important;
}
.post_body h3,
.widget h3 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom:0.8em;
}
.post_body h4,
.widget h4 {
    font-size: 2rem;
    margin-bottom:0.8em;
}
.post_body h5,
.widget h5 {
    font-size: 1.8rem;
    margin-bottom:0.8em;
}
.post_body p {
    margin-bottom:1.8em;
}
.post_body hr,
.widget hr {
    clear: both;
}

.post_body dl,
.post_body ol,
.post_body ul {
    margin-top: 0;
    margin-bottom: 1.8em;
}

.cat_info {
    margin-bottom: 1rem;
}

.cat_info img {
    width: 100%;
}

.ttl {
    font-size: medium;
    font-weight: bold;
    background-color: rgba(119, 119, 119, 0.1);
    border-radius: 0;
    margin-bottom: 1rem;
}

ul.post-categories,
.widget ul,
ul.page-numbers {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

ul.page-numbers {
    padding-left: 0;
    margin-left: -.5em;
    list-style: none;
}

ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}

ul.page-numbers li {
    display: inline-block;
}

.sidebar {
    background-color: rgba(119, 119, 119, 0.1);
    padding-top: 1rem;
}

.sidebar .widget:first-child .ttl {
    margin-top: 0;
}

.sidebar .widget ul li a {
    padding: .5rem 0;
}

.widget {
    margin-bottom: 2rem;
}

.widget .ttl {
    font-size: medium;
    font-weight: bold;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 1rem;
}

.sidebar .widget .ttl {
    background: transparent;
}

.ttl span {
    display: inline-block;
    padding: .5em 1em;
    border-bottom: 3px solid #00aeef;
}

.widget ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}

.widget ul li ul {
    border-left: 1px solid #ccc;
    margin-left: .5rem;
    padding-left: .5rem;
}

.widget ul li ul li {
    border-bottom: 0 none;
}

.widget ul li a {
    padding: .2rem;
    display: inline-block;
}

.wrapper>.widget {
    margin-bottom: 0;
}

.sidebar .newpost a {
    display: table;
    width: 100%;
}

.sidebar .newpost a .post_thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}

.sidebar .newpost a .post_thumb span {
    display: block;
    width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: rgba(119, 119, 119, 0.1);
}

.sidebar .newpost a .post_thumb img {
    width: 100%;
    height: auto;
}

.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;
}

ul.post-categories a,
ul.tag a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid rgba(119, 119, 119, 0.1);
    margin: 0 .5rem .5rem 0;
}

.pagination li>a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid rgba(119, 119, 119, 0.1);
    margin: 0 .5rem .5rem 0;
}

ul.post-categories a:hover,
ul.tag a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}

.page-numbers a:hover,
.widget a:hover,
.pagination li>a:focus, .pagination li>a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}

.share {
    margin-bottom: 1rem;
}

.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 .1em .1em 0;
    opacity: 0.8;
    text-decoration: none;
}

.share a:hover, .share a:active, .share a:visited {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}

.share_facebook {
    background: #39599F !important;
}

.share_twitter {
    background: #45B0E3 !important;
}

.share_hatena {
    background: #00A4DE !important;
}

.headline .sns {
    text-align: right;
    margin: -10px 0 0 1rem;
}

.headline .sns a,
footer .sns a {
    font-size: x-large;
    display: inline-block;
    margin: 0 .8rem;
    color: #000 !important;
}
.headline .sns a:hover,
footer .sns a:hover {
    text-decoration: none;
    color: #42BCEB !important;
}

.foot .sns {
    text-align: center;
    padding: 4em 0;
}

.foot .sns a {
    font-size: xx-large;
    display: inline-block;
    margin: 0 .5rem;
}

.detail {
    padding-top: 3rem;
    overflow: hidden;
}

.home .detail,
.detail.simple {
    padding-top: 0;
}

.ttl_h1 {
    font-size: 2.4em;
    margin-bottom:0.8em;
}
.info-ttl_h1,
.archive .ttl_h1,
.search .ttl_h1 {
    /*border-bottom: 1px solid rgba(119, 119, 119, 0.1);*/
    padding: 1em;
    background-color: #33519D;
    text-align: center;
    color: #fff!important;
    font-size: 2.6rem;
    margin-bottom:0.8em;
}

.clearfix,
.post_body {
    zoom: 1;
}

.clearfix:after,
.post_body:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.pagination li>a,
.pagination li>span {
    border-radius: 0;
    background-color: transparent;
}

.page-numbers {
    clear: both;
    text-align: center;
}

.page-numbers a {
    display: inline-block;
    background-color: transparent;
    border: solid 1px #ddd;
    padding: .5em 8px;
    margin: 2px;
    text-decoration: none;
}

span.current {
    display: inline-block;
    background: #fff;
    border: solid 1px #ddd;
    padding: .5em 8px;
    margin: 2px;
    text-decoration: none;
    background-color: rgba(119, 119, 119, 0.1);
}

.pagetop {
    text-align: center;
    padding-bottom: 1em;
    font-size: x-large;
}

footer {
    /*background-color:#FCFCFC;
    padding: 6rem 0 5rem;*/
}

.copy {
    padding: 2em;
    text-align: center;
    font-size: small;
}

.eg {
    background-color: rgba(119, 119, 119, 0.1);
    padding: 2rem 1rem;
    text-align: center;
    font-weight: bold;
}

.sidebar .eg {
    width: 100%;
    height: 250px;
    border: 1px solid rgba(119, 119, 119, 0.1);
}

/* ------------------------------------
// wp
------------------------------------ */

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
}

.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
}
.txt-right {
    text-align: right;
}
.attachment-post-thumbnail,
.ttl_h1+img {
    margin-bottom: 1em;
}

.attachment-post-thumbnail {
    width: 100%;
}

.wp-caption,
.wp-caption-text,
.gallery-caption {
    font-size: small;
    max-width: 100%;
    height: auto;
}

.sticky article.card .card-block {
    background: #f0ffc8;
}

.bypostauthor {
    font-weight: bold;
}

.form-allowed-tags {
    font-size: small;
}

.searchform>div {
    text-align: center;
}

.searchform input[type="text"] {
    width: calc(100% - 6rem);
    float: left;
}

.searchform input[type="submit"] {
    width: 5rem;
    float: none;
    clear: both;
}

#cse-search-box input[name="q"] {
    width: 74%;
}
.wp-block-file *+.wp-block-file__button,
.wp-block-file *+.wp-block-file__button:visited,
.wp-block-button__link,
.wp-block-button__link:visited {
    color: #fff!important;
    background-color: #00aeef;
    font-size: 1.1em;
}
.wp-block-file *+.wp-block-file__button:active,
.wp-block-file *+.wp-block-file__button:focus,
.wp-block-file *+.wp-block-file__button:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
    color: #fff!important;
    background-color: #33519D;
}

/* ------------------------------------
// wpcf7
------------------------------------ */
.wpcf7 label {
    width: 100%;
}

/* ------------------------------------
// wpp
------------------------------------ */

.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}

.popular-posts .wpp-list li {
    display: table;
    width: 100%;
}

.popular-posts .wpp-list li a {
    display: table-cell;
    vertical-align: top;
}

.popular-posts .wpp-list li .wpp-post-title {
    width: 100%;
}

.popular-posts .wpp-list li .post-stats,
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}

.wpp-no-data {
    display: none;
}

/* ------------------------------------
// woocommerce
------------------------------------ */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    flex: 0 1 auto;
    max-width: none;
    padding: 0;
}
.woocommerce .form-row {
    display: block;
}
.woocommerce .woocommerce-loop-product__title {
    background-color: transparent;
}
.woocommerce div.product .product_title {
    font-size: large;
}
.woocommerce .ttl_h1 {
    padding-bottom: 0;
}
.woocommerce a.remove {
    padding: 0 !important;
}
.woocommerce .sidebar a.remove,
.woocommerce-page .sidebar a.remove {
    margin-top: .25em !important;
}
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
    display: block;
}

/* ------------------------------------
// @media
------------------------------------ */

.headline .container {
    max-width: 1340px;
}
.container {
    max-width: 1200px;
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    article.card .post_thumb {
        height: 10rem;
    }
}

/*ヘッダーメニュー調整*/
.headline .container {
    justify-content: flex-end;
}
/*スマホメニューとトグルボタンの表示*/
.sp-menu {
    display: block;
}
.pc-menu {
    display: none;
}
@media (min-width: 768px) {
    .sp-menu {
    display: none;
    }
    .pc-menu {
        display: block;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        display: none;
    }
}

/*業務支援パートナー用*/
.partner-menu {
    display: none;
}
@media (min-width: 1068px) {
    .partner-menu {
        display: block;
    }
}


@media (min-width: 991.98px) {
    .navbar-nav a {
        padding: 50px 1.4rem 60px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .headline .container {
        max-width: 990px;
        justify-content: flex-end;
    }
    .headline .sns {
        margin: 0 0 0 1rem;
    }
    .headline .sns a {
        font-size: large;
        margin: 0 0.5rem;
    }
    .navbar-nav a {
        font-size: 1.2rem;
        display: block;
        padding: 30px 1.4rem;
    }
    .navbar .current-menu-item a, .navbar .current-menu-parent a, .navbar .current_page_item a {
        padding-top: 27px;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    article.card .post_thumb {
        height: 7rem;
    }
    .partner_sp_width{
        width: 70%!important;
    }
    article.card .card-title {
        height: 3.4em;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    article.card .post_thumb {
        height: 8rem;
    }
    .logo_text {
        text-align: left;
    }
    .navbar-nav {
        max-width: 540px;
        margin:  0 auto;
    }
    .navbar li {
        display: none;
    }
    .head-open .wrapper {
        overflow-y: initial;
    }
    .head-open .navbar li {
        display: block;
    }
    .nav .sub-menu, .nav .sub-menu .sub-menu {
        position: static;
        border: 0 none;
    }
    .nav .dropdown-toggle {
        position: relative;
    }
    .nav .dropdown-toggle:after {
        position: absolute;
        right: .25rem;
        top: 45%;
    }
    .nav .sub-menu .dropdown-toggle:after {
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .nav .open > .dropdown-toggle:after {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
    .headline .container {
        margin:  1em auto;
        max-width: 100%;
    }
    .headline .container .navbar .container{
        margin:  0 auto;
    }
    ul#menu-sp-menu li:first-child {
        margin-top: 2em;
    }
    ul#menu-sp-menu li ul li:first-child {
        margin-top: 0;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 767px) {
    .head-open .headline .container .row {
        display: block;
        margin:  0 -15px;
    }
    .head-open .headline .container .row .col-sm-2 {
        display: block;
        max-width: 100%;
    }
    .head-open .headline .container .row .col-sm-10 {
        display: block;
        max-width: 100%;
    }
    .head-open .navbar>.container, .navbar>.container-fluid {
        display: block;
    }
    .alignright {
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .headline .logo_text {
        width: 88%;
    }
    .navbar .menu-item {
        float: none;
    }
    .navbar .menu-item a {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1);
        padding: .5rem 0;
    }
    .navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
        border: unset;
        background-color: #ddd;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .navbar .container {
        padding: 0 .9375rem;
    }
    .main h3 {
        font-size: large;
    }
    .breadcrumb {
        font-size: small;
    }
    .share a {
        font-size: x-small;
        padding: .5em .7em;
    }
    article.card .post_thumb {
        height: 10rem;
    }
    article.card .card-title {
        height: 2.3em;
    }
    h1 {
        font-size: 1.6rem;
    }
    h2,
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
    .logo_text {
        text-align: left;
    }
}

/*TOPPAGE コンテンツ*/

.sp {
    display: block;
}
.txt-copy {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #42BCEB;
}
.txt-copy p {
    margin: 0;
}
.pc {
    display: none;
}
.sp.maincopy {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: -37%;
        z-index: 999;
        width: 50%;
        max-width: 314px;
    }
@media (min-width: 768px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    .pc.maincopy {
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: -37%;
        z-index: 999;
        width: 50%;
        max-width: 686px;
    }
}

.bg-sus {
    display: flex;
    /*background-image: url(images/bgimg-sustainability.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    height: 370px;
    margin: 7rem 0 0;
    overflow: hidden;
}
.bg-sus a {
    display: flex;
    align-items: flex-end;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bg-sus:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 370px;
/*top: 0;*/
background: url(images/bgimg-sustainability.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.bg-sus:hover:after {
opacity: .8;
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.bg-ptn {
    display: flex;
    /*background-image: url(images/bgimg-partnership.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    height: 370px;
}
.bg-ptn a {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bg-ptn:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 370px;
/*top: 0;*/
background: url(images/bgimg-partnership.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.bg-ptn:hover:after {
opacity: .8;
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}

.bg-ptn-bg {
    padding: 7rem 0 0;
    background-color: #CEF1FF;
}
.home .date {
    margin-bottom: 1em;
    display: inline-block;
}
.news_update .ctg-name {
    padding-left: 1em;
    font-weight: 700;
}
.ir-news_update .ctg-name {
    padding: 0 0 0 3em;
}
.img-ttl_news {
    max-width: 184px;
}
.img-ttl_irnews {
    max-width: 275px;
}
.img-ttl_service {
    max-width: 272px;
}
.img-ttl_company {
    max-width: 435px;
    width: 80%;
    position: relative;
    z-index: 100 !important;
    margin-left: 3em;
}
.img-ttl_logo {
    max-width: 184px;
    position: relative;
    z-index: 100;
}
.img-ttl_index {
    max-width: 73px;
}
.news_box {
    background: linear-gradient(180deg, #fff 0%, #fff 40px, #FCFCFC 40px, #FCFCFC 100%);
    /*background-color: #FCFCFC;*/
}
.fx-right {
    display: flex;
    justify-content: flex-end;
}
.item-tb {
    display: flex;
    flex-direction: column;
}
.mt-ara {
    margin-top: auto;
    margin-bottom: 10em;
}
.all-link,
.more-link {
    display: flex;
    align-items: center;
}
.all-link:after {
  border-top: 1px solid #42BCEB;
  content: "";
  width: 5em;
  margin-left: 1rem;
}
.more-link:after {
  border-top: 1px solid #42BCEB;
  content: "";
  width: 5em;
  margin-left: 1rem;
}
.news_box li a {
    color: #575757!important;
    display: block;
    width: 70%;
    display: flex;
}
.ir-news_box a {
    color: #fff!important;
}
.ir-news_box a:hover,
.news_box a:hover {
    color: #42BCEB!important;
}
.news_box h2 img,
.ir-news_box h2 img,
.service_box h2 img {
    margin-bottom: 0.7em;
}

.contact_box h2 img {
    margin: 0.7em auto 3rem;
}

.news_update {
    /*max-width: 770px;*/
    width: 770px;
    max-width: 100%;
}
.news_update,
.ir-news_update {
    list-style-type: none;
    margin:  0;
    padding: 0;
}
.news_update li {
    font-size: 1.4rem;
    padding: 0;
    line-height: 1.4;
    position: relative;
    border-top: 1px solid #EBEBEB;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.news_update li a {
    padding: 1.3em 0;
    display: block;
}
.news_update li:after {
  content: url(images/arrow.png);
  position: absolute;
  right: 0;
}
.news_update {
    margin:  8em 0;
}

.news_update .date {
    margin: 0;
    padding: 0;
    width: 30%;
}
.news_update li:last-child {
    border-bottom: 1px solid #EBEBEB;
}
.news_update li {
    padding: 1.3em 2em 1.3em 0;
    display: flex;
}
.news_update li a[href*=".pdf"]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url(images/icon_pdf.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
@media (max-width: 767px) {
    .news_update li {
        padding: 1.3em 0;
    }
    .news_update .date {
        display: inline-block;
        margin: 0;
        padding-bottom: 10px;
        width: 100%;
    }
    .news_update .ctg-name {
        padding-left: 1em;
    }
    .news_update li a {
        display: block;
        width: 90%;
        padding: 0;
    }
    .news_update li:after {
      content: url(images/arrow.png);
      position: absolute;
      right: 0;
    }
    .news_update li a {
        padding: 0;
        width: 90%;
    }
}


.ir-news_update li {
    font-size: 1.4rem;
    padding: 1rem 0;
    line-height: 1.4;
    position: relative;
}
.ir-news_update {
    list-style-type: none;
    margin:  55px 0 ;
}
.ir-news_box {
    background-color: #33519D;
    color: #fff;
    padding-top: 1px;
    /*padding-bottom: 70px;*/
    /**//*margin-top: 42px;*/
    /*border-top: 16px solid #AFAFAF;
    border-bottom: 16px solid #AFAFAF;*/
    /**/position: relative;
}
/*.ir-news_titbox {
    margin-top: -58px;
    position: relative;
    top: -398px;
}*/
/*20221020タイトル位置調整*/
.ir-overflow {
    overflow: visible;
    position: relative;
}
.ir-news_titbox {
    margin-top: 0;
    position: relative;
    z-index: 9999;
    color: #fff;

}
.ir-news_box {
    background-color: #33519D;
    color: #fff;
    padding-top: 1px;
    padding-bottom: 70px;
    margin-top: -64px;
}
/*ここまで*/

@media (min-width:128px) and (max-width: 991px){
    .ir-news_titbox{
        /*margin-top: -58px;
        top: -571px;*/
    }
}

.service_box {
    background-image: url(images/bg-service.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 10rem 0 12rem;
    position: relative;
    /*z-index: -9999;*/
}
.service_box:before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 8em solid transparent;
    border-left: 4em solid rgb(227 227 227 / 60%);
    position: absolute;
    z-index: -100;
}
.service_box:after {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 16em solid transparent;
    border-right: 8em solid rgb(227 227 227 / 60%);
    position: absolute;
    z-index: -100;
}
.serv-txt {
    font-size: 3rem;
    color: #575757;
    line-height: 1.5;
}
.service-clm {
    margin:  3rem auto 0;
    justify-content: center;
}
.service_box a h3 {
    color: #575757!important;
}
.service_box a:hover h3{
    color: #42BCEB!important;
}
.ntv-mg a img:hover,
.service_box a img:hover {
    opacity: .8;
}

.company-box {
    /*margin:  80px auto 0;
    padding-bottom: 100px;*/
    margin: 0 auto;
    z-index: 9999;
    background: linear-gradient(180deg, #fff 0%, #fff 150px, #AFAFAF 150px, #AFAFAF 100%);
}
.ntv-mg {
    margin-top: 0;
}
.logoimg {
    position: relative;
    align-items: flex-end;
}
.delayttl {
    top: 0;
    left: 0px;
}
@media (min-width: 768px) {
    .pc-2.btn_action {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {

    .ntv-mg {
        margin-top: 0;
    }
    .company-box {
        margin: 4rem auto 0;
        padding-bottom: 4rem;
    }
    .img-ttl_company {
        margin-left: 0;
    }
    .img-ttl_logo {
        max-width: 120px;
        width: 100%;
    }
    .ntv-mg .col-sm-6 {
        margin-bottom: 0;
    }
    .bg-sus {
        height: 370px;
        margin: 4rem 0 0;
    }
}
@media (max-width: 575px) {
    .company-box {
        margin:  6rem auto 0;
        padding-bottom: 4rem;
        background: linear-gradient(180deg, #fff 0%, #fff 70%, #AFAFAF 70%, #AFAFAF 100%);
    }
    .ntv-mg {
        margin-top: 2rem auto;
    }
    .ntv-mg .col-sm-6 {
        margin-bottom: 2rem;
    }
    .ntv-mg .col-sm-6:last-child {
        margin-bottom: 0;
    }
    .img-ttl_company {
        width: 100%;

    }
}
.more-link {
    display: flex;
    align-items: center;
    margin: 3rem 0 7rem;
}
.more-link_grn {
    display: flex;
    align-items: center;
    margin: 3rem 0 9rem;
}
.more-link_grn a {
    color: #3E6848!important;
}
.more-link:after {
    content: "";
    width: 5em;
    margin-left: 1rem;
}
.more-link_grn:after {
    border-top: 1px solid #3E6848;
    content: "";
    width: 5em;
    margin-left: 1rem;
}
.contact_box {
    margin: 0 auto;
    padding: 8rem 0 10rem;
}
.sq-box {
    border:  1px solid #707070;
    max-width: 228px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sq-box.link:after {
    border-top: 1px solid #42BCEB;
    content: "";
    width: 6em;
    margin-left: 1rem;
    position: absolute;
    left: 19rem;
}
.sq-box,
.sq-box a {
    display: flex;
}
.sq-box,
.sq-box a {
    display: flex;
    color: #42BCEB!important;
}
.sq-box.link a {
    color: #575757!important;
}
.sq-box:hover,
.sq-box a:hover {
    cursor: pointer;
    background-color: #fcfcfc;
    text-decoration: none;
}

@media (max-width: 767px) {
    .mt-ara {
        margin: 0 auto;
    }
    .news_update {
        margin: 2em auto 6em;
    }
    .mt-ara {
        margin: 0 auto;
        text-align: right;
        justify-content: flex-end;
        width: 100%;
    }
    .service_box {
        padding: 6rem 0 4rem;
    }
    .serv-txt {
        font-size: 2rem;
    }
    .service-clm h3 {
        margin-bottom: 2rem;
    }
    .more-link_grn {
        margin: 1rem 0 5rem;
    }
    .more-link {
        margin: 1rem 0 5rem;
    }
    .sm-mb5 {
        margin-bottom: 2rem;
    }
    .contact_box {
        margin: 0 auto;
        padding: 6rem 0 4rem;
    }
}
/*******PC-FOOTER*****************************/
.pc-footer {
    display: none;
}
.footer-end {
    padding:  2rem 0;
    margin: 0 auto;
}
footer address {
    font-size: 1.2rem;
}
.copyright {
    font-size: 1.4rem;
}
.copyright a {
    color: #575757!important;
}
.footer-link {
    display: block;
    text-align: center;
    margin: 2em auto 0;
}
.img-ttl_pm {
    width: 50px;
}
.img-ttl_bccc {
    width: 112px;
}
@media (min-width: 768px) {
    .pc-footer {
        display: block;
        background-color:#f7f7f7;
        margin: 0 auto;
        padding: 6rem 0 5rem;
    }
    .pc-footer a {
        color: #575757!important;
    }
    .pc-footer a:hover {
        color: #42BCEB!important;
    }
    ul.footer-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        width: 100%;
    }
    ul.footer-nav li {
        margin: 0 0 3rem 0;
        padding: 0;
    }
    ul.footer-nav li ul.sub-menu {
        list-style: none;
        margin: 1rem 0 0 0;
        padding: 0 0 0 10px;
        font-size: 1.4rem;
        border-left: 1px solid #707070;
    }
    ul.footer-nav li ul.sub-menu li {
        list-style: none;
        margin: 0 0 1rem 0;
    }
    ul.footer-nav li ul.sub-menu li ul.sub-menu {
        list-style: none;
        margin: 1rem 0 0 1rem;
        padding: 0;
        border:  none;
    }
    ul.footer-nav li ul.sub-menu li ul.sub-menu li {
        margin: 0 0 0.5rem 0;
    }
    #menu-footer-menu04.footer-nav li {
        font-size: 1.4rem;
        margin: 0 0 1rem 0;
        padding: 0;
    }
    footer .d-md-block {
        margin-right: 2rem;
        display: block!important;
    }
    footer .w-90 {
        width: 90%;
    }
    .footer-link {
        display: inline-block;
        margin: 0;
    }
    footer address {
        font-size: 1.4rem;
    }
}

/*******下層ページアクシス用調整CSS*****************************/
/*固定ページヘッダー*/
.page-header {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.wt-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    background-image: url(./images/bgimg-partnership.jpg);
}
.page-header .container-fluid,
.page-header .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.overlay-wraper {
    position: relative;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
}
.wt-bnr-inr .container {
    display: table;
    height: 100%;
    position: relative;
}
.wt-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.wt-bnr-inr-entry h1.text-white {
    color: #fff;
    font-size: 3.2rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
}
span.under {
    font-size: small;
    display: block;
    line-height: 1.4;
}
/*固定ページ内独自class*/
.post_body .page-sustainability h3 {
    font-size: 2.1rem;
}
.table-bordered th {
    font-weight: bold;
    background-color: #0000000d;
    vertical-align: middle;
    text-align: center;
}
.table-bordered td,
.table-bordered th {
    padding-left: 1em;
    padding-right: 1em;
}
.table-bordered th.has-text-align-right {
    text-align: right;
}
/*サイトマップページのリスト*/
.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sitemap ul li a {
    display: block;
    margin-left: 1.5rem;
}
.sitemap ul li ul {
    list-style: none;
    margin: 0 0 1.6rem 1.6rem;
    padding: 0;
}
.sitemap ul li a:first-child {
    font-size: 1.8rem;
    position: relative;
}
.sitemap ul li ul li a:first-child,
.sitemap ul li ul li ul li a:first-child {
    font-size: 1.6rem;
}
.sitemap ul li a:first-child:before {
    content:  "▶";
    font-size: 1rem;
    padding: 0 8px 0 0;
    /*content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    padding: 0 8px 0 0;
    font-size: 1.8rem;*/
    color: #aaa;
    position: absolute;
    top: 6px;
    left: -1.5rem;
}
.sitemap ul li ul li a:first-child:before,
.sitemap ul li ul li ul li a:first-child:before {
    border: unset;
    content: "-";
    font-size: 1.6rem;
    position: absolute;
    top: 0;
}
/*IRニュース*/
.ir-overflow{
    overflow: visible;
    background-color: #FCFCFC;
}

.ir-news_area {
    margin: 0 auto 2rem;
}
.ir-news_area .ir-news_update li {
    font-size: 1.6rem;
    padding: 1rem 0;
    margin: 0 1rem;
    line-height: 1.4;
    position: relative;
    border-bottom: 1px dotted #ddd;
}
.ir-news_area .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}
.ir-news_area .col-md-9 {
    flex: 0 0 80%;
    max-width: 80%;
}
.ir-news_area .date {
    margin: 0;
}
.ir-news_area .ir-news_update .ctg-name {
    padding: 0 0 0 1em;
    display: inline-block;
}
.ir-news_area .all-link {
    margin: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 1069px) {
    .ir-news_area .col-md-3 {
        flex: 15%;
        max-width: 15%;
    }
    .ir-news_area .col-md-9 {
        flex: 75%;
        max-width: 75%;
    }
}
@media (max-width: 768px) {
    .ir-news_area .col-md-3 {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
    .ir-news_area .col-md-9 {
        flex: 100%;
        max-width: 100%;
    }
}
/*IR　xj―contents用*/
.news-date {
    font-size: 1.4rem!important;
}

.news-category {
    font-size: 1.4rem!important;
}

.news-title {
    font-size: 1.4rem!important;
}

.icon_blank {
    padding-left: 2rem!important;
}

.graph-box h4 {
    font-size: 1.7rem!important;
    font-weight: bold!important;
}

.graph-box__uint {
    font-size: 1.4rem!important;
}

/*form*/

.mw_wp_form {
    margin: 0 auto;
}
#main_form {
    margin: 0 auto;
    background-color: #fcfcfc;
    padding: 3rem 0;
}
#main_form dl {
    margin: 0 4%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
#main_form dt {
    width: 25%;
    background-color: #eff2f4;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    margin-bottom: 0.5rem;
}
#main_form dd {
    width: 75%;
    padding: 1rem 2rem;
    margin-bottom: 0.5rem;
}
#main_form dd .text-secondary {
    font-size: 1.4rem;
}
@media (max-width: 767px) {
    #main_form {
        margin: 0 auto;
        background-color: unset;
        padding: 0;
    }
    #main_form dl {
        margin: 0 auto;
        display: block;
    }
    #main_form dl {
        display: block;
    }
    #main_form dt {
        width: 100%;
        display: block;
        margin-bottom: 0;
    }
    #main_form dd {
        width: 100%;
        margin-bottom: 0;
        padding: 2rem 1rem;
    }
}
/*固定ページの子の一覧を出す親ページ(すべての一覧ページに適用)*/
article.card .post_thumb { 
    background-size: cover;
    object-position: 50% 50%;
    height: 16rem;
}
article.card .card-title {
    line-height: 1.4em;
    height: 3.2em;
    margin: 0.5rem 1rem 0.5rem 1rem;
}
article.card .card-text {
    margin: 1rem 1rem 0;
}
/*固定テンプレートのみ適用*/
article.card .card-block.page .card-title {
    font-size: 1.8rem;
    line-height: 1.2em;
    height: 3em;
    margin: 1rem 1rem 0;
    padding: 1rem 2rem 1rem 0;
    position: relative;
}
article.card .card-block.page .card-title:after {
    position: absolute;
    content: url(images/arrow.png);
    top: 1rem;
    right: 0;
}
/*ニュース一覧での年別アーカイブリスト*/
.yearly-area {
    margin: 0 auto 3rem;
}
.yearly-list {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: safe flex-start;
    text-align: center;
}
.yearly-list li {
    width: 23%;
    margin-right: 1%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.yearly-list li a {
    display: block;
    padding: 6px;
}
.yearly-list li a:hover {
    text-decoration: none;
    background-color: rgba(119, 119, 119, 0.1);
}

/*トップページIRニュース読み込み設定用CSS*/
.home .ir-news_update {
    max-width: 900px;
    width: 100%;
}
.home .xj-list .news-date {
    padding: 0;
    font-size: 1.4rem;
    width: 100px;
}
.home .xj-list .news-category {
    font-size: 1.4rem!important;
    font-weight: normal!important;
    line-height: 1.4;
    margin: 0!important;
    padding: 0 0 0 1rem!important;
    /*width: auto!important;*/
    text-align: left!important;
    color: #FFFFFF;
    background-color: unset!important;
}
.home .xj-list .news-item {
    display: flex;
    align-items: center;
    padding: 1.3em 0;
    border-bottom: none;
}
.home .xj-list .news-title a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}
.home .xj-list .news-title a:hover {
    text-decoration: underline;
}
.home .xj-list .icon_blank {
    background: unset;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .home .xj-list .news-item {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

/*IR用CSS*/

.wrapper .yearSelect {
    transform: rotate(-0.05deg);
}

#xj-mainlist{
    padding-left: 0!important;
}

.ir-box {
  margin-bottom: 40px;
}
.ir-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.ir-text {
  color: #707070;
  line-height: 2;
  margin-bottom: 1rem;
}
.ir-text a {
  color: #1F296A;
  text-decoration: underline;
}
.ir-image {
  text-align: center
}
@media all and (max-width: 991px) {
  .ir-image img {
    width: 100%;
  }
}

.library-box h4
    {
    font-size: 2rem!important;
}

.ir_table_p > dt .ir_table_p > dd{
    padding: 7px;
}

/*
================================*/
.subnav-box {
  margin-bottom: 2rem;
  margin-top: -1rem;
}
.subnav-box .heading {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: .5rem;
}
.subnav-box .heading {
  color: #ffffff;
  font-size: 1.2rem;
}
header#header nav#gnav .subnav .subnav-box .title {
  padding-left: 0;
}
@media all and (max-width: 991px) {
  .subnav-box {
    margin: 0;
  }
  .subnav-box .heading {
    margin: 0;
    display: none;
  }
}
/*
    IRトップ
================================*/

a.news-btn {
  display: block;
  margin: 2rem auto;
  max-width: 430px;/*486*/
  border: 3px solid #1F296A;
  text-align: center;
  padding: 20px 0;/*10px 0*/
  color: #1F296A;
  font-weight: bold;    
}
a.news-btn:hover {
  background-color: #1F296A;
  color: #FFFFFF;
}

.news-mail{
    float: right;
    margin: 2rem 0;
}
.news-mail2{
    float: right;
    margin: 2rem 0;
}

@media all and (max-width: 991px) {
    a.news-btn{
        clear: both;
        position: relative;
    }
    .news-mail{
        position: absolute;
        top: 34%;
        margin-left: 50%;
    }
}
@media all and (max-width: 768px) {
    a.news-btn{
        clear: both;
        position: relative;
    }
    .news-mail{
        position: absolute;
        top: 30%;
        margin-left: 38%;
    }
    .news-mail2{
        position: absolute;
        top: 88%;
        margin-left: 38%;
    }
}
.ir-content__box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0;
}
.ir-content__box {
  width: calc((100% - 40px)/ 3);
  margin-bottom: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.ir-content__box {
  padding: 1rem;
}
.ir-content__box .ir-content__box-title {
  font-size: 1.1rem;
  border-bottom: 1px solid #1D2087;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.ir-content__box li {
  margin: 5px 0;
}
.ir-content__box li:before {
  display: inline-block;
  content: "-";
  margin-right: 5px;
  color: #1D2087;
}
.ir-content__box ul.library-nav {
  display: flex;
  flex-wrap: wrap;
}
.ir-content__box ul.library-nav li {
  flex: 0 0 48%;
}
.ir-content__box ul.library-nav li:nth-of-type(even) {
  margin-left: 10px;
}
@media all and (max-width: 991px) {
  .ir-content__box {
    width: calc((100% - 20px)/ 2);
  }
}
@media all and (max-width: 768px) {
  .ir-content__box {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .ir-content__box ul.library-nav li {
    flex: 0 0 100%;
  }
  .ir-content__box ul.library-nav li:nth-of-type(2n) {
    margin-left: 0;
  }
}

/*
    IRカレンダー
================================*/
.calendar-list {
    padding: 0.5rem 0 0;
    margin-top: 40px;
}

dl .calendar-list {
    border-top: 1px solid #CCCCCC;
    padding-top: 24px;
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.calendar-list > dt, .calendar-list > dd {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
@media all and (max-width: 991px) {
  .calendar-list {
    padding: 1rem 0 0;
  }
  .calendar-list > dd {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .calendar-list > dt {
    border-bottom: none;
    margin-bottom: 0;
  }
}
/*
    FAQ
================================*/
.ir-faq {
  background: #f5f5f5;
  padding: 0px 30px 20px;
  margin-bottom: 1rem;
  color: #707070;
  line-height: 2;
}
.ir-faq-q {
  position: relative;
  margin-left: 30px;
  padding: 15px 0 15px 20px;
  color: #1D2087;
}
.ir-faq-a {
  background: #fff;
  padding: 10px 20px;
  position: relative;
  margin-left: 50px;
  border-radius: 8px;
}
.ir-faq-q::before, .ir-faq-a::before {
  width: 2rem;
  position: absolute;
  font-size: 2rem;
  top: -3px;
}
.ir-faq-q::before {
  content: "Q";
  left: -30px;
}
.ir-faq-a::before {
  content: "A";
  left: -48px;
  color: #707070;
}
.ir-faq a {
  color: #1F296A;
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  .ir-faq {
    padding: 0px 15px 20px;
  }
  .ir-faq-q {
    margin-left: 20px;
    padding: 15px 0 15px 15px;
  }
  .ir-faq-a {
    padding: 10px 15px;
    margin-left: 40px;
  }
  .ir-faq-q::before, .ir-faq-a::before {
    top: -3px;
  }
  .ir-faq-q::before {
    left: -20px;
  }
  .ir-faq-a::before {
    left: -38px;
  }
}
/*
    IRニュース
================================*/
.newsmail{
    float: right;
}

@media screen and (max-width: 500px) {
    #xj-select-category{
        clear: both;
    }
    .newsmail{
        margin-bottom: 1rem;
    }
}

/*
    会社概要
================================*/
.overview-inner {
  border: none;
  padding: 0;
  margin: 0;
}
.overview-inner dd, .overview-inner dt {
  border: none;
  padding: 0;
  margin: 0 0 0.5rem;
}
.overview-inner dt {
  width: 285px;
  display: block;
}
.overview-text {
  margin-top: 1rem;
}
.spComp{
    display: none;
}
.yakuin br{
    display: none;
}
@media all and (max-width: 991px) {
    .overview-inner dd{
        width: 40%;
    }
    .overview-inner dt{
        border-bottom: none;
        width: 60%;
    }
}
@media all and (max-width: 768px) {
    .yakuin .col-4,
    .yakuin .col-8 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media all and (max-width: 500px) {

    .company{
        font-size: 0.9rem;
    }
    .company dt{
        width: 20%;
    }
    .company dd{
        width: 80%;
    }
    .ir{
        font-size: 0.9rem;
    }
    .ir dt{
        width: 20%;
    }
    .ir dd{
        width: 80%;
    }
    .overview-inner dd{
        width: 50%;
    }
    .overview-inner dt{
        border-bottom: none;
        width: 50%;
    }
    .company table span{
        display: inline-block;
    }
    .th-text{
        display: none;
    }
    .spComp{
        display: inline;
    }
    .yakuin br {
        display: block;
    }
    .yakuin .col-4 {
        padding-right: 0;
    }
}


/*
    SP ページトップ
================================*/
/*.sp_pagetop{
  position: relative;
  top: 50px;
}*/

#page-top {
position: fixed;
right: 1%;
z-index: 10;
/*transform: translateY(100px);*/
}

/*スクロールダウン全体の場所*/
.pagetopup{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:0px;
    /*全体の高さ*/
  height:260px;
}

/*====== ボタン拡大 =======*/
.btn_action{
  /*margin: 20px auto;中央揃え*/
  margin: 0 auto 20px;
}
.btn_action img{
  width:100%;
  height: auto;
  transform: scale(1);
  transition: .2s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.btn_action a:hover img{/*hoverした時の変化*/
  transform: scale(1.03)
}

.mask{
  overflow: hidden;/*拡大してはみ出る要素を隠す*/
  position:relative;
  display: block;
 }

 /** 下層ボタン 拡大**/

/*↓IRニュースすべての一覧リストCSS調整*/
#xj-select-category ul {
    list-style: none;
    padding: 0;
}
#xj-select-category ul li a {
    display: block;
    text-align: center;
    padding: 10px;
    background: #ccc;
}
#xj-select-category ul li a {
    color: #333!important;
}
#xj-select-category ul li.active a, #xj-select-category ul li a:hover {
    color: #fff!important;
}
@media (max-width: 991px) {
        #xj-select-category ul li {
        width: calc((100% - 5px)/ 3)!important;
    }
}

/*トップのみ適用するテキストのギザりハック*/
.mplus {
    transform: rotate(0.05deg);
}

/*
    ニュース一覧をリストに変更
================================*/

.news_archive {
    margin: 0 auto 4em;
    list-style: none;
    padding: 0 15px;
    width: 100%;
}
.news_archive li {
    border-top: 1px solid #EBEBEB;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    padding: 1.3em 0;
    cursor: pointer;
}
.news_archive li:after {
    position: absolute;
    right: 0;
    content: url(images/arrow.png);
}
.news_archive li:last-child {
    border-bottom: 1px solid #EBEBEB;
}
.news_archive .date {
    margin: 0;
    padding: 0;
    width: 20%;
    display: inline-block;
    font-size: 1.4rem;
}
.news_archive .ctg-name {
    padding-left: 1em;
    font-weight: 700;
}
.news_archive li a {
    padding: 0;
    text-decoration: underline;
    width: 80%;
    display: block;
}
.news_archive li:hover {
    background-color: #7777771a;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.news_archive li a[href*=".pdf"]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url(images/icon_pdf.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
@media all and (max-width: 991px) {
    .news_archive li {
        padding: 1.3em 0;
    }
    .news_archive .date {
        padding-bottom: 10px;
        width: 100%;
    }
    .news_archive li a {
        padding: 0;
        width: 90%;
    }

}

/*table adjust*/
.list_lineheight{
    line-height: 1.5;
}

/*.adjustright{
    padding-right: 150px!important;
}*/

.isms_table_th{
    width:174px;
}
