@charset "UTF-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');

body {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
	/*font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    color: #242224;
    background-color: #F4F4EF;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	font-weight: 500;
}
html {
    font-size: 16px;
    line-height: 1.8;
    word-wrap: break-word;
}
@media screen and (max-width: 960px) {
    html {
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    html {
        font-size: 14px;
    }
}

h2 {
    font-size: 32px;
    font-weight: 500;
    color: #EF7C2C;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
    margin: 60px 0 25px 0; 
    letter-spacing: 4px;
    text-indent: -4px;
}
.entry-content h2 {
    margin-top: 0;
}

a,
a:visited,
a:hover {
    color: #f08700;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
}
a:hover {
    color: #d06700;
}

/* CONTAINER */

#header-container {
    position: relative;
    background-color: #fff;
}

#header {
    position: relative;
    margin: 0 auto 0 auto;
    max-width: 1140px;
    text-align: left;
}
#header:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.main-container {
    position: relative;
    top: 0;
    left: 0;
}
.main-section {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto 0 auto;
}
.page .main-section,
.single-post .main-section,
.archive .main-section {
    background-color: #fff;
    padding: 10px 5% 50px 5%;
}
.home .main-section {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 90px auto 0 auto;
    background-color: transparent;
    padding: 0;
}
@media screen and (max-width : 1170px) {
    .main-section {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.page .main-section .section,
.archive .main-section .section,
.single-post .main-section .section {
    margin-top: 0;
    margin-bottom: 0;
}

.page-section {
    margin: 0;
    text-align: left;
}
.page-section img {
    max-width: 100%;
    height: auto;
}
.section {
    max-width: 1140px;
    margin: 40px auto;
    text-align: left;
}
.section:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.page-fullsize .section {
    max-width: 1140px;
    margin: 60px auto 60px auto;
}
.section-600 {
    max-width: 600px;
    margin: 40px auto;
}
@media screen and (max-width: 960px) {
    .main-section {
        padding-left: 4%;
        padding-right: 4%;
    }
    .page-fullsize .section {
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media screen and (max-width: 680px) {
    .main-container {
        margin-top: 56px;
    }
    .page-fullsize .main-section {
        max-width: 100%;
        margin: 30px 0 30px 0;
    }
}

@media screen and (min-width: 681px) {
    /* PC */
    #header {
        position: relative;
        padding: 0 0 0 0;
        max-width: 1140px;
        margin: 0 auto 0 auto;
        border-top: solid 0px #ffffff;
        z-index: 999;
    }
    #header:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    #header .logo {
        width: 100%;
        text-align: center;
        position: relative;
        vertical-align: top;
    }
    #header .sub-logo-pc {
        display: inline-block;
        padding: 30px 20px;
        margin: 0;
        vertical-align: top;
    }
    .top-submenu {
        position: relative;
        margin: 0 auto 0 auto;
        z-index: 1000;
        max-width: 980px;
    }
    #topmenu {
        position: absolute;
        top: 20px;
        right: 10px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        line-height: 100%;
    }
    #topmenu li {
        display: inline;
    }
    #topmenu li a,
    #topmenu li a:visited,
    #topmenu li a:hover {
        display: inline-block;
        width: 25px;
        font-size: 13px;
        text-align: center;
        margin: 0 0 0 20px;
        padding: 0;
    }
    #topmenu li a:hover {
        opacity: 0.8;
    }

    #site-logo {
        display: inline-block;
        box-sizing: border-box;
        padding: 25px 0 25px 0;
        text-align: center;
        vertical-align: top;
    }
    #site-logo a,
    #site-logo a:visited,
    #site-logo a:hover {
        display: inline-block;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        outline: none;
        text-decoration: none;
        margin: 0;
        padding: 0;
        height: 60px;
        width: 258px;
        background-image: url("../images/logo.png");
        background-size: 258px 60px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 0% 100%;
    }
    #header .global-menu {
        width: 100%;
        margin: 0;
        padding: 0 0 15px 0;
        box-sizing: border-box;
        text-align: left;
    }
    .global-menu .menu {
        list-style-type: none;
        width: 100%;
        margin: 0 auto 0 auto;
        padding: 0;
        padding-top: 30px;
        line-height: 100%;
    }
    .global-menu .menu:after {
        content: " ";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    .global-menu .menu li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0;
        font-family: 'Didact Gothic', sans-serif;
        font-weight: 600;
        font-size: 17px;
        letter-spacing: 2px;
    }
    .global-menu .menu li a {
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
        padding: 15px 10px 0 10px;
        color: #222222;
        line-height: 1.0;
        text-decoration: none;
    }
    .global-menu .menu li:hover > a,
    .global-menu .menu li.current-catetory-ancestor > a,
    .global-menu .menu li.current-menu-item > a,
    .global-menu .menu li.active > a {
        color: #454545;
    }

    /* Dropdown Menu */
	.global-menu .menu li > ul {
     box-sizing: border-box;
     height: 20px;
	}
	.global-menu .menu li:hover > ul {
     height: auto;
	}
    .global-menu .menu li ul li {
		display: block;
        overflow: hidden;
        width: 100%;
        height: 0;
        color: white;
/*        transition: .2s;*/
    }
    .global-menu .menu li:hover > ul > li {
        overflow: visible;
        height: 38px;
        font-size: 15px;
    }
    .global-menu .menu li ul {
        list-style: none;
        position: absolute;
        z-index: 999;
        top: 100%;
        left: -40px;
        width: 180px;  /* Dirty Fix */
        margin: 0;
        padding: 0;
        padding-top: 20px;
        background-image: url("../images/nav_dropdown_arrow.png");
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 78px 3px;
    }
    .global-menu .menu li ul li a {
        display: block;
        margin: 0;
        padding: 13px 15px;
        line-height: 1.0;
        background-color: #222;
        border-bottom-style: none;
        color: #fff;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
    }
    .global-menu .menu li ul li a:hover {
        background-color: #444344;
        color: #fff;
    }
    .global-menu .menu li ul li ul {
        top: 0;
        left: 100%;
        width: 100%; /* Dirty Fix */
    }
    .menu li:last-child ul li ul {
        left: -100%;
        width: 100%;
    }
    .menu li ul li ul li a {
        background-color: #000;
    }
    .menu li:hover ul li ul li:hover > a {
        background-color: #acacac;
    }
    .menu li ul li ul:before {
        position: absolute;
        content: "";
        top: 14px;
        left: -15px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: #fff;
    }
    .menu li:last-child ul li ul:before {
        position: absolute;
        content: "";
        top: 14px;
        left: 200%;
        margin-left: -15px;
        border: 5px solid transparent;
        border-right-color: #fff;
    }

}
@media screen and (min-width: 1000px) {
    .page .main-container,
    .archive .main-container,
    .single-post .main-container {
        padding-top: 128px;
    }
    .home.page .main-section {
        padding-top: 0;
    }
    .home .main-container {
        padding-top: 108px;
    }
    #header-fixed-container {
        position: fixed;
        width: 100%;
        z-index: 1000;
        opacity: 1;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-timing-function: linear;
        animation-duration: 0.5s;
        visibility: visible !important;
    }
    #header-fixed-container #header-container {
        background-color: rgba(255, 255, 255, 0.95);
    }
}
@media screen and (max-width : 680px) {
    #header .sub-logo-mobile {
        position: absolute;
        top: 2px;
        left: 180px;
        display: block;
        padding: 0;
        margin: 0;
    }
    #header .sub-logo-pc {
        display: none;
    }
}
@media screen and (min-width : 681px) {
    #header .sub-logo-mobile {
        display: none;
    }
    #header .global-menu .menu {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
}
@media screen and (min-width : 681px) and (max-width : 1140px) {
    #site-logo {
        padding-left: 10px;
    }
}
@media screen and (min-width : 1000px) {
    #header .logo {
        float: left;
        width: 400px;
        box-sizing: border-box;
    }
    #header .global-menu {
        float: left;
        width: 600px;
        box-sizing: border-box;
    }
    #header .global-menu .menu {
        margin-top: 28px;
        text-align: right;
    }
    #site-logo {
        display: block;
        padding-top: 20px;
        text-align: left;
    }
    #header .sub-logo-pc {
        position: absolute;
        top: 26px;
        right: 0px;
        display: block;
        padding: 0;
        margin: 0;
    }
}
@media screen and (min-width : 1140px) {
    #header .logo {
        float: left;
        width: 400px;
        box-sizing: border-box;
    }
    #header .global-menu {
        float: left;
        width: 740px;
        box-sizing: border-box;
    }
    #header .global-menu .menu {
        margin-top: 20px;
        text-align: right;
    }
    #site-logo {
        padding-top: 20px;
        text-align: left;
    }
}

@media screen and (max-width: 680px) {
    /* MOBILE MENU */
    #nav-toggle {
        box-sizing: border-box;
        display: none;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 56px;
        height: 56px;
        cursor: pointer;
        z-index: 101;
        padding: 17px 12px 0 12px;
        font-size: 10px;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #444344;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 10px;
    }
    #nav-toggle span:nth-child(3) {
        top: 20px;
    }

    #header-container {
        position: relative;
        z-index: 500;
        box-sizing: border-box;
        margin: 0;
        padding: 0 0 1px 0;
    }
    .global-menu {
        font-size: 16px;
    }
    .global-menu ul {
        padding: 0;
        margin: 0;
    }
    .global-menu ul li {
        display: block;
        text-align: left;
    }
    .global-menu ul li a {
        text-align: left;
    }
    #header {
        position: fixed;
        box-sizing: border-box;
        width: 100%;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
    /* Fixed reset */
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 499;
        position: relative;
        background-color: #fff;
/*        border-bottom: solid 1px #fff;*/
    }
    #header-container .logo {
        color: #333;
        font-size: 26px;
        padding: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .global-menu {
        position: absolute;
        top: -800px;
        background-color: #444344;
        background-color: rgba(68, 67, 68, 0.92);
        text-align: left;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        width: 100%;
    }
    .global-menu ul {
        list-style: none;
        padding: 0;
        font-size: 14px;
    }
    .global-menu ul li {
        float: none;
        position: static;
        border-bottom: solid 1px #acacac;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 500;
        font-size: 13px;
    }
    .global-menu ul li small {
        display: none;
    }
    .global-menu ul li a.active,
    .global-menu ul li a:hover,
    .global-menu ul li.home a.active,
    .global-menu ul li.home a:hover {
/*        background-color: #fff;*/
        border-radius: 0;
    }
    .global-menu ul li.home:hover:after,
    .global-menu ul li:hover:after {
        background: none;
        bottom: -5px;
    }
    #header .global-menu ul li a,
    #header.fixed .global-menu ul li a {
        box-sizing: border-box;
        width: 100%;
        display: block;
        color: #efefef;
        padding: 10px 15px 12px 15px;
    }
    /* Sub Menu */
    .global-menu ul li ul {
    }
    .global-menu ul li ul li {
        border-top: solid 1px #acacac;
        border-bottom-style: none;
        margin-left: 50px;
    }
    .global-menu ul li ul li a::before {
        content: "〉";
        margin-right: 5px;
        color: #acacac;
    }
    #header .global-menu ul li ul li a,
    #header.fixed .global-menu ul li ul li a {
        padding-left: 5px;
    }

    /* Toggle */
    #nav-toggle {
        display: block;
    }
    #header.open {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .open #nav-toggle {
        background-color: #444344;
    }
    .open #nav-toggle span {
        background-color: #fff;
    }
    .open .global-menu {
        -moz-transform: translateY(856px);
        -webkit-transform: translateY(856px);
        transform: translateY(856px);
    }
    #header #site-logo {
        margin: 0;
        padding: 10px 0 0 0;
        text-align: center;
    }
    #header #site-logo a,
    #header #site-logo a:visited,
    #header #site-logo a:hover {
        display: block;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        outline: none;
        text-decoration: none;
        margin: 0;
        padding: 0;
        height: 35px;
        width: 210px;
        background-image: url("../images/logo_mobile.png");
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 0% 0%;
    }
}
/* for Retina */
@media screen and (max-width: 680px) and (-webkit-min-device-pixel-ratio:2), screen and (max-width: 680px) and (min-resolution: 2dppx) {
    #header #site-logo a,
    #header #site-logo a:visited,
    #header #site-logo a:hover {
        background-image: url("../images/logo_mobile@2x.png");
        background-size: 210px 35px;
    }
}

/* EFFECTS */

.fx-fadein-up {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fx-fadein-long {
    opacity: 1;
    animation-name: fadeInLong;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1.3s;
    visibility: visible !important;
}
@keyframes fadeInLong {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* === ADDITION === */

.link-en {
    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 100;
    text-align: right;
}
@media screen and (max-width: 600px) {
    .link-en {
        position: absolute;
        top: 112px;
    }
    .link-en img {
        width: 70%;
        height: auto;
    }
}

.fx-fadein-left {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fx-long-1 {
    -webkit-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
}
.fx-long-2 {
    -webkit-animation-duration: 4s;
    -ms-animation-duration: 4s;
    animation-duration: 4s;
}

/* SLIDER */

.slick-slide {
    background-color: #cfcfcf;
    height: 100%;
    display: none;
}
.slick-slide .inner {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}
.slick-slide a,
.slick-slide a:visited,
.slick-slide a:hover {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    vertical-align: top;
    outline: none;
}
.slick-slide a:hover {
    opacity: 0.85;
}
.slick-slide span {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    vertical-align: top;
}
.slick-slide img {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    height: auto;
}
.slick-dots {
    z-index: 1000;
    bottom: 10px !important;
}

.slick-dots li.slick-active button:before {
    color: red !important;
}

.slick-slide img.slide-img-mobile {
    display: none;
}
@media screen and (max-width : 600px) {
    .slick-slide img.slide-img-pc {
        display: none;
    }
    .slick-slide img.slide-img-mobile {
        display: inline;
    }
}

/* FOOTER */

#footer {
    color: #fff;
    background-color: #444344;
    padding: 40px 0 0 0;
    margin: 0;
    text-align: left;
}
#footer img {
    max-width: 95%;
    height: auto;
}
#footer a:hover {
    opacity: 0.8;
}
.footer-content {
    box-sizing: border-box;
    max-width: 1160px;
    margin: 0 auto 0 auto;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 2.0;
}
.company-info {
    margin-top: 15px;
}
.footer-sub-content {
    text-align: right;
}
.footer-sns-links {
    margin: 20px 0 30px 0;
}
.footer-sns-links a {
    margin-right: 25px;
}
#footer .footer-contact-link {
    margin-top: 25px;
}
#footer .footer-contact-link a,
#footer .footer-contact-link a:visited,
#footer .footer-contact-link a:hover {
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: 'Didact Gothic', sans-serif;
    padding: 10px 10px;
    margin: 0px 0px 0px auto;
    border: solid 1px #fff;
    max-width: 368px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    letter-spacing: 1px;
    text-align: center;
}
#footer .footer-contact-link a:hover {
    background-color: #fff;
    color: #444344;
}
.footer-menu .menu {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 100%;
    text-align: right;
}
.footer-menu .menu:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.footer-menu .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
    text-indent: 3px;
}
.footer-menu .menu li a {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 10px 16px;
    color: #fff;
    line-height: 1.0;
    text-decoration: none;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 500;
}
.footer-sub-menu .menu {
    list-style-type: none;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
    line-height: 100%;
    text-align: left;
}
.footer-sub-menu .menu:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.footer-sub-menu .menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.footer-sub-menu .menu li a {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px 0 0;
    color: #fff;
    line-height: 1.0;
    text-decoration: none;
}
.copyright {
    font-size: 12px;
    text-align: left;
}
@media screen and (max-width : 640px) {
    .footer-sns-links a {
        margin-right: 25px;
        margin-left: 25px;
    }
    .footer-content {
        text-align: center;
    }
    .footer-menu .menu {
        margin-top: 50px;
        text-align: center;
    }
    #footer .footer-contact-link {
        text-align: center;
    }
    .footer-sub-content {
        margin: 0 auto 0 auto;
        text-align: center;
    }
    #footer .footer-contact-link a,
    #footer .footer-contact-link a:visited,
    #footer .footer-contact-link a:hover {
        margin: 0 auto 60px auto;
    }
    .copyright {
        text-align: center;
    }
    .footer-sub-menu .menu {
        text-align: center;
    }
}

/* FUNCTION: nb-news */

.news-container {
    clear: both;
    box-sizing: border-box;
    margin: 0 auto 80px auto;
    max-width: 1140px;
    padding-top: 40px;
    text-align: center;
}
@media screen and (max-width : 1140px) {
    .news-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 600px) {
    .news-container {
        margin: 20px auto 100px auto;
    }
}
.nb-news {
    line-height: 1.1;
}
.nb-news table {
    border-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: solid 1px #222;
}
.nb-news table tr {
    border-bottom: solid 1px #222;
}
.nb-news table tr th,
.nb-news table tr td {
    border-style: none;
    padding: 30px 10px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #222;
}
.nb-news td a,
.nb-news td a:visited,
.nb-news td a:hover {
    color: #454545;
}
.nb-news td.news-date {
    width: 90px;
    font-size: 93%;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
}
.nb-news td.news-date span {
    display: block;
}
.nb-news td.news-category {
    width: 100px;
}
.nb-news td.news-category a,
.nb-news td.news-category a:visited,
.nb-news td.news-category a:hover {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Didact Gothic', sans-serif;
    font-weight: 600;
    text-align: center;
}
.nb-news td.news-link a:hover {
    opacity: 0.7;
}
.nb-news td.news-title {
    margin: 0;
    padding: 0 10px;
}
.nb-news .news-link-btn {
    width: 90px;
    text-align: center;
}
@media screen and (max-width: 680px) {
    .nb-news td.news-category a,
    .nb-news td.news-category a:visited,
    .nb-news td.news-category a:hover {
        display: block;
        padding: 5px 5px;
        font-size: 14px;
        font-weight: bold;
        font-family: 'Didact Gothic', sans-serif;
        font-weight: 600;
        color: #fff;
        background-color: #444344;
        text-align: center;
    }
    .nb-news .news-link-btn {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .nb-news table tr {
        padding: 5px 0;
        border-top-style: none;
    }
    .nb-news table tr th,
    .nb-news table tr td {
        padding: 2px 4px;
    }
    .nb-news td.news-link {
        padding-left: 4px;
    }
    .nb-news td.news-title {
        padding: 4px;
    }
    h3.news-title img {
        width: 50%;
        height: auto;
        margin-bottom: 20px;
    }
}

.top-news-title {
    margin-top: 18px;
    text-align: left;
}

.nb-news-notfound {
    padding: 10px 30px;
    text-align: left;
    border-bottom: solid 1px #222;
    color: #222;
}

.nb-news-more {
    text-align: right;
    margin-top: 20px;
}

/* POST */

.entry-list {
    margin-bottom: 120px;
}

.entry-header {
    margin-bottom: 15px;
}
.entry-content {
    text-align: left;
}
.page-section p,
.entry-content p,
.section p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 1.5em;
}

.entry-title,
.post .entry-content h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 2em 0 1em 0;
    border-style: none;
    text-indent: -3px;
}
.post .entry-content h2 small {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}
.entry-content {
    margin: 0 auto 0 auto;
    padding: 30px 0;
}
.entry-content img {
    margin-bottom: 1em;
}
.entry-title a,
.post .entry-content h2 a {
    color: #000;
}

.entry-index h2.entry-title {
    text-align: left;
    margin: 15px 0;
    padding: 0;
}
.entry-index-title {
    margin: 0 0 30px 0;
    text-align: center;
    padding: 1px 10px;
    font-size: 18px;
    font-weight: bold;
}
.current-target {
    margin: 10px 0;
}
.current-target .cat {
    font-size: 12px;
    background-color: #222;
    color: white;
    padding: 4px 8px;
    margin-right: 10px;
}
.current-target ul,
.current-target ul li {
    display: inline-block;
    font-weight: bold;
}
.current-target ul li a,
.current-target ul li a:visited,
.current-target ul li a:hover {
    color: #222;
}

#main {
    margin-top: 65px;
    padding-top: 0;
}
#sidebar {
    text-align: left;
    font-size: 90%;
    margin-top: 50px;
}
#sidebar a,
#sidebar a:visited,
#sidebar a:hover {
    color: #005FA8;
}
#sidebar a:visited {
    color: #007FC8;
}
#sidebar a:hover {
    opacity: 0.75;
}
#sidebar .widgettitle {
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}
#sidebar .sidebar-widgets ul li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #222;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    margin: 0 6px 0 3px;
    position: relative;
    top: -1px;
}
#main .entry-title {
    margin-top: 0;
}
@media screen and (min-width: 600px) {
    /* PC */
    #main {
        float: left;
        width: 70%;
        margin-top: 0;
    }
    #sidebar {
        float: left;
        width: 30%;
        box-sizing: border-box;
        padding: 0 0 30px 40px;
        margin-top: 0;
    }
}

.top-inner-section {
    background-image: url("../images/bg-part.png");
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: 0% 0%;
    padding: 0;
    margin: 0;
}
.bg-full-white-rd {
    box-sizing: border-box;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #fff;
    padding: 0;
    text-align: center;
}
.bg-full-white-rd .section {
    margin: 0 auto 0 auto;
    padding: 50px 50px 80px 50px;
    background-color: #fff;
}
@media screen and (max-width : 1170px) {
    #top-contents.section {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bg-full-white-rd .section {
        margin: 0 auto 0 auto;
        padding: 50px 25px 80px 25px;
    }
}

.link-title {
    font-size: 20px;
    margin-bottom: 0.5em;
}
.column-1-4 .link-title {
    font-size: 20px;
    margin-bottom: 0;
}
.view-more {
    margin-bottom: 40px;
}
.view-more a,
.view-more a:visited,
.view-more a:hover {
    display: inline-block;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1em;
    color: #EF7C2C;
    padding-bottom: 0;
    border-bottom: solid 1px #EF7C2C;
    letter-spacing: 1px;
    text-indent: -1px;
}
.view-more a:hover {
    opacity: 0.75;
}

/* Breadcrumb NavXT */

.breadcrumbs {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto 0 auto;
    text-align: left;
    margin-top: 15px;
    color: #fafafa;
    background-color: #444344;
    padding: 10px 20px;
    font-size: 13px;
}
@media screen and (max-width: 1140px) {
    .breadcrumbs {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/*いろいろ追加*/
/* YouTubeレスポンシブ対応 */
.youtube {
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}
    
.youtube iframe{
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	margin: 0 auto;
}

/*CF7用*/
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/* 項目名を太字にする */
form p {
	font-size: 15px;
	font-weight: 600;
}

/* 入力項目を見やすくする */
.wpcf7-form .wpcf7-select, select,input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
.wpcf7-form .wpcf7-select, select,input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/* ボタンのデザイン変更 */
input.wpcf7-submit {
	width: 100%;
	height: 80px;
	background: #27c038;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
input.wpcf7-confirm {
	width: 100%;
	height: 80px;
	background: #c05d27;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
input.wpcf7c-btn-back {
	width: 100%;
	height: 80px;
	background: #2752c0;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

/* 戻るボタンと送信ボタンの間の余白を調整 */
input.wpcf7c-btn-back {
margin-right: 1em;
}

/*PTC*/
/* green box center */
.box-02-green {
    padding: 0.5em 1em;
    margin: 1em 0;
	text-align: center;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #007A3E;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box-02-green p {
    margin: 0; 
    padding: 0;
}


/* mizuiro box */
.box3 {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #00ACC8;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/* lightorenge box */
.box4 {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #F1B434;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box4 p {
    margin: 0; 
    padding: 0;
}

/* orenge box */
.box5 {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 10px #F18821;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box5 p {
    margin: 0; 
    padding: 0;
}

/* green box2(左寄せ) */
.box6 {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #007A3E;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

/* オレンジ二重線 */
h3orange, .h3orange {
border-bottom: double 5px #ED7D31;
	padding: 0em 0;
}

/* 以下隠しクリックボックス */
.center_box {
text-align: left;
	border: 3px solid #ddd;
    margin: 0em 0;
    padding: 1em;
}
.center_box p {
display: inline-block;
text-align: left;
	
}


/*全体*/
.hidden_box {
    margin: 0em 0;/*前後の余白*/
    padding: 0;

}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    cursor :pointer;
	color:	#FFFFFF;
	background-color:#FF9B9B;
	
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 5px 0;
    height: auto;
    opacity: 1;
}

/*隠しクリックボックスここまで*/

hr.double{
	border-top: double 5px #ED7D31;
}

/* カード */
.card-deck .card{
	align-self: unset;
	border-color: transparent;
}

.card .card-footer{
	margin: unset;
	background-color: #ffffff;
	border-top: none;
}

.card-img-right-angle{
	width: 100%;
	border-radius: unset !important;
}

.card-text.sentence div,
.card-text.sentence figure,
.card-text.sentence p:nth-last-of-type(1){
  margin-bottom: 0;
  padding-bottom: 0;
}
.top-cards-desc .card{
	box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
}

.top-cards-desc .card .card-img-top{
	filter: contrast(70%);
	transition: filter 0.5s;
}

.top-cards-desc .card:hover .card-img-top,
.top-cards-desc .card:focus .card-img-top{
	filter: contrast(100%);
}

.top-cards-desc .card .card-footer a{
	min-width: 80%;
 	font-size:.875rem;
 	line-height:1.5;
 	border-radius:.2rem;
	padding: 0.25rem 0.5rem;
}

/*見出し*/
/*h1はヘッダのロゴ部分*/
/*h2はTOPページのリンク部分*/

h3 {
    font-size: 1.7rem;
		font-weight: 600;
    margin: 60px 0 25px 0; 
    letter-spacing: 4px;
    text-indent: 0px;
}

h4 {
    font-size: 1.5rem;
		font-weight: 600;
    margin: 60px 0 25px 0; 
    letter-spacing: 4px;
    text-indent: 0px;
}

h5 {
    font-size: 1.2rem;
		font-weight: bold;
    margin: 60px 0 25px 0; 
    letter-spacing: 4px;
    text-indent: 0px;
}

h6 {
		font-weight: bold;
    margin: 60px 0 25px 0; 
    letter-spacing: 4px;
    text-indent: 0px;
}

/* TOPページ */
.link-title {
    font-size: 30px;
		color: #006888;
		font-weight: 600;
    margin: 60px 0 25px 0; 
    letter-spacing: 4px;
    text-indent: -4px;
		text-decoration: underline;
}

.link-description{
		font-weight: bold;
}

.but1{
	margin:5px;
	padding:5px;
}

.aaaaa{
	margin:  0 auto;
}

#menu li:last-child ul{
  left: -100%;
  width: 100%
}

/*キャプション*/
.wp-block-image figcaption{
	font-size: 12px;
	text-align: left;
	opacity: 0.8;
}

.container {
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}

.container2 {
  display: flex;
	justify-content: center;
}
.sitesearch{
	width: 500px;
	margin-left: auto;
	margin-right: 10px;
}
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 260px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-size: 1em;
  border: none;
  background: none;
	color: #000000;
	position: absolute;
  width: 3em;
  height: 2.5em;
  right: 10px;
  top: -20px;
  outline : none;
}

.box-03-blue {
  background: #f0f6ff;
  box-shadow: 0px 0px 0px 5px #f0f6ff;
  border: dashed 1px #96c2fe;
  padding: 0.2em 0.5em;
  color: #454545;
}

.tyu {
  color: #364e96;/*文字色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}
.abc{
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

.abc:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.abc2 {
  border: solid 2px #ff938b;
  background: #fffaf1;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.abc2 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.abc2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";/*アイコン種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ff938b; /*アイコン色*/
}
.abc3, ol {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}

.abc3 li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.abc4, ol {
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 10px #f1f8ff;/*線の外側*/
  border: dashed 2px #668ad8;/*破線*/
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 2em;
}
.abc4 li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.title-02-yellow {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #FFC778;
}
.title-02-blue {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #75A9FF;
}

.frame-01-blue {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.frame-01-blue:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

.fukidashiR {
  position: relative;
  padding: 0.6em;
  background: #FF8022;
}

.fukidashiR:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FF8022;
  width: 0;
  height: 0;
}

.box-01-blue {
    padding: 0.5em 1em;
    margin: 2em 0;
	max-width: 500px;
    border: double 5px #4ec4d3;
}
.box-01-blue p {
    margin: 0; 
    padding: 0;
}

.title-03-pink {
  position: relative;
  padding: 0.25em 0;
}
.title-03-pink:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

.title-03-orange {
  position: relative;
  padding: 0.25em 0;
}
.title-03-orange:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255,128,34), transparent);
  background: linear-gradient(to right, rgb(255,128,34), transparent);
}

.hover100 {
  transition: all 0.6s ease 0s;
}
.hover100:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
	z-index: 10;
}

.hover11 {
	overflow:		hidden;
	position:		relative;
}
.hover11 .caption {
	font-size:		130%;
	color:			#fff;
	text-align:		center;
	padding-top:	75px;
}
.hover11 .mask {
	width:			100%;
	height:			85%;
	position:		absolute;
	top:			0;
	left:			0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
	-webkit-transform:	scale(1);	/* 大きさを０にして表示しない */
	transform:		scale(1);
	z-index: 20;
}
.hover11:hover .mask {
	-webkit-transform:	scale(0);	/* 大きさを１にして表示する */
	transform:		scale(0);
}
.title-01-blue {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.title-01-green {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7fffd4;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

.icon-bulb-yellow {
  position: relative;
  padding-left: 35px;
}
.icon-bulb-yellow:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-bulb-yellow:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-hammer-green {
  position: relative;
  padding-left: 35px;
}
.icon-hammer-green:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f6e3";
  background: #006400;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-hammer-green:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #006400;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.frame-03-orange {
  display: inline-block;
  position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  padding: 15px 20px;
  font-size: 18px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #ff8022;/*リボンの色*/
}
.frame-03-orange:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
.frame-03-orange:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}

.box7 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #2793e652;/*背景色*/
}
.box7 p {
    margin: 0; 
    padding: 0;
}

.box8 {
    background: #fff;
    border: 1px solid #999;
    padding: 20px;
    display: inline-block;
}
 
.box8 p {
    font-weight: bold;
	margin: 0; 
}
 
 .box8 ul {
    margin-bottom: 0;
    list-style-position: inside;
}
 
.box8 li {
    margin-bottom: 5px;
}

.box9 {
    background: #eeffc8;
    border: none;
    padding: 20px;
    /*display: inline-block;*/
}
 
.box9 p {
    font-weight: bold;
	margin: 0; 
}
 
 .box9 ul {
    margin-bottom: 0;
    list-style-position: inside;
}
 
.box9 li {
    margin-bottom: 5px;
}

.line-vertical{
  width: 1px;
  height: 150px;
  background-color: black;
}
.title-01-pink {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #ffa3d1;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}
.frame-01-pink {
  position: relative;
  padding: 0.6em;
  background: #ffb3b3;
}

.frame-01-pink:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffb3b3;
  width: 0;
  height: 0;
}
.icon-exclamation-red {
  position: relative;
  padding-left: 35px;
}
.icon-exclamation-red:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f12a";
  background: #ff5b4d;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-exclamation-red:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ff5b4d;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-drop-blue {
  position: relative;
  padding-left: 35px;
}
.icon-drop-blue:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f043";
  background: #3399ff;
  color: white;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-drop-blue:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #3399ff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grecaptcha-badge { visibility: hidden; }/*reCAPTCHA非表示*/

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
	z-index:1001
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
	z-index:1000
}
.frame-02-black {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-bottom: solid 2px #525252;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
}
.frame-02-black:before,
.frame-02-black:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.frame-02-black:before {
    border: solid 12px transparent;
    border-top: solid 12px #525252;
}
.frame-02-black:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.frame-02-black p {
    margin: 0;
    padding: 0;
}
.title-03-blue {
  position: relative;
  padding: 0.25em 0;
}
.title-03-blue:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(102, 102, 255), transparent);
  background: linear-gradient(to right, rgb(102, 102, 255), transparent);
}
/*活用イメージページ用*/
.box_shadow {
    padding: 0em 0em;
    margin: 0em 0;
    font-weight: bold;
    border: solid 0.5px #000000;
	box-shadow:0px 0px 5px;
}
.box_shadow p {
    margin: 0; 
    padding: 0;
}
.block_link{
    position: relative;
}
.block_link a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%; /*テキスト非表示*/
    white-space: nowrap; /*テキスト非表示*/
    overflow: hidden; /*テキスト非表示*/
  }
.block_link a:hover{
        opacity:0.35;
        filter: alpha(opacity=60);
        -ms-filter: "alpha( opacity=60 )";
        background: #fff;
  }
.box_orange{
    padding: 0em 0.5em;
    margin: auto;
    color: black;
    background: #ff9f57;
    border-radius: 9px;
width:60%;
}
.box_orange p {
    margin: auto; 
    padding: 0;
    text-align: center;
}
.box_blue{
    padding: 0em 0.5em;
    margin: auto;
    color: black;
    background: #6e97c8;
    border-radius: 9px;
width:60%;
}
.box_blue p {
    margin: auto; 
    padding: 0;
    text-align: center;
}
.box_yellow{
    padding: 0em 0.5em;
    margin: auto;
    color: black;
    background: #FFCC32;
    border-radius: 9px;
width:60%;
}
.box_yellow p {
    margin: auto; 
    padding: 0;
    text-align: center;
}
.box_green{
    padding: 0em 0.5em;
    margin: auto;
    color: black;
    background: #95c86e;
    border-radius: 9px;
width:60%;
}
.box_green p {
    margin: auto; 
    padding: 0;
    text-align: center;
}
.box_red{
    padding: 0em 0.5em;
    margin: auto;
    color: black;
    background: #c86e6e;
    border-radius: 9px;
width:60%;
}
.box_red p {
    margin: auto; 
    padding: 0;
    text-align: center;
}
.box_blue-gray{
    padding: 0em 0.5em;
    margin: auto;
    color: black;
    background: #AEBACA;
    border-radius: 9px;
width:60%;
}
.box_blue-gray p {
    margin: auto; 
    padding: 0;
    text-align: center;
}
.border-bottom_orange{
    border-bottom: solid 3px #ff8d37
}
.border-bottom_blue{
    border-bottom: solid 3px #5b9bd5
}
.border-bottom_yellow{
    border-bottom: solid 3px #ffc000
}
.border-bottom_green{
    border-bottom: solid 3px #70ad47
}
.border-bottom_red{
    border-bottom: solid 3px #eb4141
}
.border-bottom_blue-gray{
    border-bottom: solid 3px #44546a
}
/*活用イメージページ用終わり*/

/*業務可視化サービス*/
.frame-04-yellow {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;/*フォントサイズ*/
  color: #000000;/*フォントカラー*/
  background: #FFC778;/*リボンの色*/
}

.frame-04-yellow:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
.frame-05-blue{
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

.frame-05-blue:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.icon-check-orange {
  position: relative;
  padding-left: 35px;
}
.icon-check-orange:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  background: white;
  color:#F1B434;
  font-weight: 400;
  font-size: 30px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.frame-04-orange2 {
  display: inline-block;
  position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  padding: 15px 20px;
  font-size: 18px;/*フォントサイズ*/
  color: black;/*フォントカラー*/
  background: #ffd99b;/*リボンの色*/
}
.frame-04-orange2:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
.frame-04-orange2:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
.fixed_anchor {
    display: block;
    padding-top: 140px;
    margin-top: -110px;
}
.qa-list dl {
    position: relative;
    margin: 30px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #DDD;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #f08700;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #f08700;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
 .qa-list dl {
    margin: 10px 0 0;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
}
.qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
}
.qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}
/*Emulate3D製品ページ*/
.box-02-bluegray {
    padding: 0.5em 1em;
    margin: 1em 0;
	text-align: center;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #899db3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box-02-bluegray p {
    margin: 0; 
    padding: 0;
}