@charset "UTF-8";

/*下層ページ共通*/

.breadcrumbs {
    max-width: 1100px;
    padding: 15px 0;
    margin: 0;
    margin: 0 auto;
    font-size: 86.66%;
    line-height: 1.6;
}

.breadcrumbs a {
    text-decoration: none;
    color: #0A9BCD;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .breadcrumbs {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 15px 20px;
    }
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.pt-50 {
    padding-top: 50px;
}

.External {
    position: relative;
    display: inline-block;
}

.External:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/common/icon_ex_window_bl.png);
    top: 7px;
    right: -20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.External2 {
    position: relative;
    display: inline-block;
}

.External2:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    background-image: url(../images/common/icon_ex_window_bl_2.png);
    top: -13px;
    right: -26px;
    background-size: contain;
    background-repeat: no-repeat;
}

.External3 {
    position: relative;
    display: inline-block;
}

.External3:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    background-image: url(../images/common/icon_ex_window_bl_2.png);
    top: 6px;
    right: -26px;
    background-size: contain;
    background-repeat: no-repeat;
}

.External-sns {
    position: relative;
    display: inline-block;
}

.External-sns:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/common/icon_ex_window_bl_2.png);
    top: 6px;
    right: -17px;
    background-size: contain;
    background-repeat: no-repeat;
}

.External-white {
    position: relative;
    display: inline-block;
}

.External-white:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/common/icon_ex_window_wh.png);
    top: -12px;
    right: -25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.External-white.two-lines {
    top: -12px;
}

.link-disabled {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.btn-grey {
    background-color: #f2f2f2 !important;
}

.back-darkgrey {
    background: #585858;
}

.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 30px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-br {
    margin-bottom: 10px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mb-150 {
    margin-bottom: 150px !important;
}

.mr-25 {
    margin-right: 25px;
}

.navi-br {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .navi-br {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .navi-br {
        display: none;
    }
}

.width-700 {
    width: 700px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .width-700 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.width-1000 {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .width-1000 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.br-middlewidth {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .br-middlewidth {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .br-middlewidth {
        display: block;
    }
}

.fs-08 {
    font-size: 0.8em;
}

.kome {
    font-size: 9px;
    position: relative;
    top: -6px;
    margin-right: 0px;
}

.kome2 {
    font-size: 14px;
    position: relative;
    top: -3px;
    margin-right: 0px;
}

.img-full img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 4rem;
    font-weight: 900;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 3.3rem;
    }
}

h2 {
    font-size: 3.5rem;
    line-height: 1.3 !important;
    font-weight: 900;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 3.1rem;
    }
}

h3 {
    font-size: 3rem;
    font-weight: 900;
}

h4 {
    font-size: 2.5rem;
    font-weight: 900;
}

h5 {
    font-size: 2rem;
    font-weight: 900;
}

h6 {
    font-size: 1.2rem;
    font-weight: 900;
}

.low-content {
    width: 1100px;
    margin: 0px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .low-content {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .low-content {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .pdLR10 {
        padding: 0 10px;
    }
}


/*下層ページ共通ここまで*/


/*ABOUT US*/

.section-mv {
    width: 100%;
    background-color: #f2f2f2;
}

.section-mv .mv-area {
    width: 100%;
    margin: 0 auto;
}

.section-mv .mv-area dl {
    display: flex;
    height: 400px;
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area dl {
        flex-direction: column-reverse;
        height: unset;
    }
}

.section-mv .mv-area dl dt {
    width: 50%;
    display: table;
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area dl dt {
        width: 100%;
    }
}

.section-mv .mv-area dl dt .leftSide {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-mv .mv-area dl dt .leftSide {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area dl dt .leftSide {
        padding: 30px;
    }
}

.section-mv .mv-area dl dt .leftSide .mv_tit {
    width: 550px;
    margin: 0 0px 20px auto;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.3 !important;
    padding-right: 20px;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-mv .mv-area dl dt .leftSide .mv_tit {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area dl dt .leftSide .mv_tit {
        width: 100%;
    }
}

.section-mv .mv-area dl dt .leftSide .description {
    width: 550px;
    margin: 0 0px 0 auto;
    font-size: 2rem;
    padding-right: 20px;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-mv .mv-area dl dt .leftSide .description {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area dl dt .leftSide .description {
        width: 100%;
    }
}

.section-mv .mv-area dl dd {
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area dl dd {
        width: 100%;
    }
}

.section-mv .mv-area dl dd img {
    height: 100%;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .section-mv .mv-area dl dd img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area dl dd img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.section-mv .mv-area .businessLow-mv {
    position: relative;
}

.section-mv .mv-area .businessLow-mv .mv {
    width: 100%;
    height: 300px;
}

.section-mv .mv-area .businessLow-mv .mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-mv .mv-area .businessLow-mv h1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.3em;
}

.section-mv .mv-area .businessLow-mv h1 span {
    display: block;
    padding: 10px 0;
    width: 1100px;
    background-color: rgba(255, 255, 255, 0.6);
    top: 13%;
    position: relative;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .section-mv .mv-area .businessLow-mv h1 span {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area .businessLow-mv h1 span {
        width: 100%;
        background-color: unset;
    }
}

@media only screen and (max-width: 767px) {
    .section-mv .mv-area .businessLow-mv h1 {
        position: relative;
        text-align: left;
        background-color: #f2f2f2;
        padding: 50px 10px;
        box-sizing: border-box;
        width: 100%;
        height: unset;
    }
}

.section-aboutcontent {
    width: 1100px;
    margin: 50px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutcontent {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-aboutcontent {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

.center-content {
    text-align: center;
    margin: 50px 0;
}

.center-content h3 {
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 30px;
}

.center-content .description {
    font-size: 1.2em;
    width: 70%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .center-content .description {
        width: 80%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .center-content .description {
        width: 100%;
    }
}

.center-content .respect {
    margin-bottom: 20px;
    width: 600px;
    height: auto;
}

.center-content .about-link-wrap {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap {
        margin-bottom: 70px;
    }
}

.center-content .about-link-wrap .about-link {
    width: 210px;
    height: 100px;
    text-align: left;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .center-content .about-link-wrap .about-link {
        margin: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link {
        width: 100%;
        padding: 0 15px 0 25px;
    }
}

.center-content .about-link-wrap .about-link a {
    width: 100%;
    height: 100%;
    display: table;
}

.center-content .about-link-wrap .about-link a .link-text {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link a .link-text {
        font-size: 1.2em;
    }
}

.center-content .about-link-wrap .about-link a .link-text2 {
    font-size: 1.1rem;
    display: block;
}

.center-content .about-link-wrap .about-link .icon-massage {
    position: relative;
}

.center-content .about-link-wrap .about-link .icon-massage:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background-image: url(../../about-us/images/greeting.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 21px;
    right: -8px;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link .icon-massage:after {
        right: 15px;
    }
}

.center-content .about-link-wrap .about-link .icon-profile {
    position: relative;
}

.center-content .about-link-wrap .about-link .icon-profile:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background-image: url(../../about-us/images/profile.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 22px;
    right: 3px;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link .icon-profile:after {
        right: 6px;
    }
}

.center-content .about-link-wrap .about-link .icon-directors {
    position: relative;
}

.center-content .about-link-wrap .about-link .icon-directors:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background-image: url(../../about-us/images/directors.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 20px;
    right: 14px;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link .icon-directors:after {
        right: 15px;
    }
}

.center-content .about-link-wrap .about-link .icon-group {
    position: relative;
}

.center-content .about-link-wrap .about-link .icon-group:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background-image: url(../../about-us/images/directory.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 21px;
    right: 4px;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link .icon-group:after {
        right: 11px;
    }
}

.center-content .about-link-wrap .about-link .icon-sponsor {
    position: relative;
}

.center-content .about-link-wrap .about-link .icon-sponsor:after {
    position: absolute;
    content: "";
    height: 46px;
    width: 46px;
    background-image: url(../../about-us/images/sponsor.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 27px;
    right: 4px;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link .icon-sponsor:after {
        right: 29px;
    }
}

.center-content .about-link-wrap .about-link .icon-download {
    position: relative;
}

.center-content .about-link-wrap .about-link .icon-download:after {
    position: absolute;
    content: "";
    height: 60px;
    width: 60px;
    background-image: url(../../about-us/images/corporate-profile-download.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 27px;
    right: 18px;
}

@media only screen and (max-width: 767px) {
    .center-content .about-link-wrap .about-link .icon-download:after {
        right: 20px;
    }
}

.center-content .relation-info {
    text-align: left;
    display: flex;
    /*align-items: center;*/
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .center-content .relation-info {
        display: block;
        text-align: center;
    }
}

.center-content .relation-info dt {
    font-weight: 900;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .center-content .relation-info dt {
        margin-bottom: 10px;
        font-size: 1.5em;
    }
}

.center-content .relation-info dd {
    padding-left: 30px;
    line-height: 2.0;
}

@media only screen and (max-width: 767px) {
    .center-content .relation-info dd {
        padding-left: 0;
    }
}

.section-lead {
    width: 100%;
}

.section-lead .lead-wrap {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    padding: 35px 0;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-lead .lead-wrap {
        width: 100%;
        padding: 35px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-lead .lead-wrap {
        width: 100%;
        padding: 35px 20px;
    }
}

.section-lead .lead-wrap h4 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-lead .lead-wrap .lead-text {
    margin-right: 30px;
}

.section-lead .lead-wrap .lead-text .name {
    font-size: 1.3em;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-lead .lead-wrap .lead-text .name {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .section-lead .lead-wrap .lead-text .name {
        display: block;
    }
}

.aboutus-navi {
    text-align: center;
    margin-top: 20px;
}

.aboutus-navi .pagemenu-title {
    font-size: 3rem;
    font-weight: 900;
}

.section-aboutLowcontent h3 {
    margin-bottom: 50px;
}

.section-aboutLowcontent .lead {
    padding: 10px 30px 30px;
    font-size: 2.5rem;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .lead {
        padding: 60px 10px 30px;
    }
}

.section-aboutLowcontent .greeting-wrap {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .greeting-wrap {
        flex-direction: column-reverse;
    }
}

.section-aboutLowcontent .greeting-wrap .text-content {
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .greeting-wrap .text-content {
        padding: 30px 10px;
    }
}

.section-aboutLowcontent .greeting-wrap .img-content {
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .greeting-wrap .img-content .img {
        text-align: center;
    }
}

.section-aboutLowcontent .greeting-wrap .img-content .img img {
    width: 330px;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .greeting-wrap .img-content .img img {
        width: 80%;
    }
}

.section-aboutLowcontent .greeting-wrap .img-content .name {
    text-align: center;
    margin-top: 10px;
}

.section-aboutLowcontent .greeting-wrap .img-content .name span {
    font-size: 0.9em;
}

.section-aboutLowcontent .profile-panel-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutLowcontent .profile-panel-wrap {
        padding: 0 10px;
        box-sizing: border-box;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .profile-panel-wrap {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.section-aboutLowcontent .profile-panel-wrap .panel {
    width: 540px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f2f2f2;
    margin: 20px 0;
    position: relative;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutLowcontent .profile-panel-wrap .panel {
        width: 47%;
        margin: 20px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .profile-panel-wrap .panel {
        width: 100%;
    }
}

.section-aboutLowcontent .profile-panel-wrap .panel .number {
    font-weight: 900;
    font-size: 4.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutLowcontent .profile-panel-wrap .panel .number {
        font-size: 4.5em;
    }
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .profile-panel-wrap .panel .number {
        font-size: 4.3em;
    }
}

.section-aboutLowcontent .profile-panel-wrap .panel .number .unit {
    font-size: 0.4em;
}

.section-aboutLowcontent .profile-panel-wrap .companies {
    background-image: url(../../about-us/images/group-companies.png);
    background-position: top 50% right 50px;
    background-size: 25%;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .profile-panel-wrap .companies {
        background-position: top 50% right 20px;
        background-size: 24%;
    }
}

.section-aboutLowcontent .profile-panel-wrap .employees {
    background-image: url(../../about-us/images/group-employees.png);
    background-position: top 50% right 50px;
    background-size: 25%;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .profile-panel-wrap .employees {
        background-position: top 50% right 20px;
        background-size: 24%;
    }
}

.section-aboutLowcontent .profile-panel-wrap .sales {
    background-image: url(../../about-us/images/consolidated-net-sales.png);
    background-position: top 50% right 50px;
    background-size: 25%;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .profile-panel-wrap .sales {
        background-position: top 50% right 20px;
        background-size: 24%;
    }
}

.section-aboutLowcontent .profile-panel-wrap .profit {
    background-image: url(../../about-us/images/consolidated-profit.png);
    background-position: top 50% right 50px;
    background-size: 25%;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .profile-panel-wrap .profit {
        background-position: top 50% right 20px;
        background-size: 24%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutLowcontent .aboutTable {
        padding: 0 10px;
    }
}

.section-aboutLowcontent .aboutTable dl {
    display: flex;
    border-bottom: 1px solid #D4D4D4;
    padding: 20px 0;
}

.section-aboutLowcontent .aboutTable dl dt {
    padding-left: 30px;
    width: 25%;
    box-sizing: border-box;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .aboutTable dl dt {
        width: 35%;
        padding-left: 10px;
    }
}

.section-aboutLowcontent .aboutTable dl dd {
    width: 75%;
    box-sizing: border-box;
}

.section-aboutLowcontent .aboutTable dl dd a {
    color: #0A9BCD;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .aboutTable dl dd {
        width: 65%;
        padding-left: 10px;
    }
}

.section-aboutLowcontent .directory-pagelink-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 1130px) and (max-width: 1200px) {
    .section-aboutLowcontent .directory-pagelink-wrap {
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1129px) {
    .section-aboutLowcontent .directory-pagelink-wrap {
        padding: 0 10px;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .directory-pagelink-wrap {
        display: block;
    }
}

.section-aboutLowcontent .directory-pagelink-wrap .box-link {
    width: 350px;
    height: 75px;
    display: table;
    margin-bottom: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutLowcontent .directory-pagelink-wrap .box-link {
        margin: 5px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .directory-pagelink-wrap .box-link {
        width: 100%;
    }
}

.section-aboutLowcontent .directory-pagelink-wrap .box-link a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .directory-pagelink-wrap .box-link a {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutLowcontent .aboutTable-dir {
        padding: 0 10px;
    }
}

.section-aboutLowcontent .aboutTable-dir dl {
    display: flex;
    border-bottom: 1px solid #D4D4D4;
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .aboutTable-dir dl {
        display: block;
    }
}

.section-aboutLowcontent .aboutTable-dir dl dt {
    padding-left: 30px;
    width: 30%;
    box-sizing: border-box;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .aboutTable-dir dl dt {
        width: 100%;
        padding-left: 10px;
        font-weight: 600;
        padding-bottom: 15px;
    }
}

.section-aboutLowcontent .aboutTable-dir dl dd {
    width: 70%;
    box-sizing: border-box;
    margin-left: 30px;
}

.section-aboutLowcontent .aboutTable-dir dl dd a {
    color: #0A9BCD;
    font-weight: 700;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-aboutLowcontent .aboutTable-dir dl dd {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .section-aboutLowcontent .aboutTable-dir dl dd {
        width: 100%;
        padding-left: 10px;
    }
}

.section-aboutLowcontent .aboutTable-dir h3 {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.section-aboutLowcontent .map-link {
    text-align: right;
}

.section-aboutLowcontent .map-link a {
    color: #0A9BCD;
    margin-right: 20px;
}


/*ABOUT USここまで*/


/*BUSINESS*/

.business-navi {
    text-align: center;
    margin-top: 20px;
}

.business-navi .c_nav_local_wrap {
    width: 100%;
}

.business-navi .c_nav_local_wrap .c_nav c_nav_local {
    width: 800px;
}

.business-navi .c_nav_local_wrap .c_nav_local_sub_item {
    text-align: left;
}

.section-businesscontent .bisinessIndex-content .content-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .bisinessIndex-content .content-wrap {
        flex-direction: column-reverse;
    }
}

.section-businesscontent .bisinessIndex-content .content-wrap .text-area {
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .text-area {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .text-area {
        width: 100%;
    }
}

.section-businesscontent .bisinessIndex-content .content-wrap .text-area h3 {
    font-size: 3.5rem;
    font-weight: 900;
    margin: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .text-area h3 {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .text-area h3 {
        margin: 15px 0;
    }
}

.section-businesscontent .bisinessIndex-content .content-wrap .text-area .description {
    font-size: 1.1em;
}

.section-businesscontent .bisinessIndex-content .content-wrap .text-area .link-btn {
    width: 180px;
    margin-top: 30px;
}

.section-businesscontent .bisinessIndex-content .content-wrap .text-area .link-btn a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.section-businesscontent .bisinessIndex-content .content-wrap .text-area .width-wide {
    width: 280px;
}

.section-businesscontent .bisinessIndex-content .content-wrap .left {
    padding-right: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .left {
        padding-right: 0;
    }
}

.section-businesscontent .bisinessIndex-content .content-wrap .right {
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .right {
        padding-left: 0;
    }
}

.section-businesscontent .bisinessIndex-content .content-wrap .img-area {
    width: 55%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .img-area {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .bisinessIndex-content .content-wrap .img-area {
        width: 100%;
    }
}

.section-businesscontent .bisinessIndex-content .content-wrap .img-area img {
    width: 100%;
}

.section-businesscontent .bisinessIndex-content .reverse {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .bisinessIndex-content .reverse {
        flex-direction: column-reverse;
    }
}

.section-businesscontent .leadtext {
    margin: 3em 0 1em 0;
    font-size: 140%;
    text-align: center;
    line-height: 1.4;
    font-weight: 200;
}

.section-businesscontent .note dl {
    display: flex;
    font-size: 0.9em;
}

.section-businesscontent .note dl dt {
    width: 2em;
}

.section-businesscontent .note dl dd {
    width: calc(100% - 3em);
}

.section-businesscontent .MainBanner__pager {
    display: none;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .MainBanner__pager {
        display: block;
        text-align: center;
    }
}

.section-businesscontent .business-news {
    width: 900px;
    margin: 50px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-businesscontent .business-news {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .business-news {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.section-businesscontent .business-news ul li {
    border-bottom: 1px dotted #000;
    padding: 20px 0;
}

.section-businesscontent .business-news ul li .date {
    margin-bottom: 10px;
    font-weight: 700;
}

.section-businesscontent .business-news ul li .news-title a {
    color: #0A9BCD;
}

.section-businesscontent .business-link {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .business-link {
        display: block;
    }
}

.section-businesscontent .business-link .pItem {
    margin: 20px;
    width: 350px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .business-link .pItem {
        margin: 20px auto;
        width: 280px;
    }
}

.section-businesscontent .business-link .pItem img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-businesscontent .business-link .pItem {
        width: 40%;
        box-sizing: border-box;
    }
    .section-businesscontent .business-link .pItem img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .business-link .pItem img {
        width: 100%;
        height: auto;
    }
}

.section-businesscontent .business-link .summary {
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
}

.section-businesscontent .mfp-product-wrap {
    display: flex;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-product-wrap {
        display: block;
    }
}

.section-businesscontent .mfp-product-wrap .box-products {
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-product-wrap .box-products {
        width: 100%;
        margin: 20px 0 50px;
    }
}

.section-businesscontent .mfp-product-wrap .box-products .text {
    margin-top: 20px;
    min-height: 150px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-product-wrap .box-products .text {
        min-height: unset;
    }
}

.section-businesscontent .mfp-product-wrap .box-products .img {
    margin-top: 20px;
    text-align: center;
}

.section-businesscontent .mfp-product-wrap .box-products .img img {
    width: 90%;
}

.section-businesscontent .mfp-software-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-software-wrap {
        flex-wrap: wrap;
    }
}

.section-businesscontent .mfp-software-wrap .box-software {
    width: 24%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-software-wrap .box-software {
        width: 100%;
        margin: 20px 0;
        position: relative;
    }
}

.section-businesscontent .mfp-software-wrap .box-software h4 {
    margin: 20px 0;
    text-align: center;
    font-size: 2rem;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-software-wrap .box-software h4 {
        text-align: left;
        margin: 40px 0;
    }
}

.section-businesscontent .mfp-software-wrap .box-software .img {
    width: 90%;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-software-wrap .box-software .img {
        position: absolute;
        right: 10px;
        top: 15px;
        width: 40%;
        max-width: 180px;
    }
}

.section-businesscontent .mfp-software-wrap .box-software .img img {
    width: 100%;
    margin-bottom: 20px;
}

.section-businesscontent .mfp-software-wrap .box-software .text {
    margin-left: 10px;
}

.section-businesscontent .mfp-software-wrap .box-software .text ul li {
    list-style: disc;
}

.section-businesscontent .mfp-software-wrap .box-software .link {
    margin-top: 20px;
}

.section-businesscontent .mfp-software-wrap .box-software .link a {
    color: #0A9BCD;
}

.section-businesscontent .businessMfp-link-wrap {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .businessMfp-link-wrap {
        flex-wrap: wrap;
    }
}

.section-businesscontent .businessMfp-link-wrap .mfp-link {
    width: 24%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .businessMfp-link-wrap .mfp-link {
        width: 100%;
        margin: 20px 0;
    }
}

.section-businesscontent .businessMfp-link-wrap .mfp-link a {
    display: inline-block;
}

.section-businesscontent .businessMfp-link-wrap .mfp-link a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .businessMfp-link-wrap .mfp-link a {
        display: block;
        position: relative;
    }
}

.section-businesscontent .businessMfp-link-wrap .mfp-link .img {
    width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .businessMfp-link-wrap .mfp-link .img {
        width: 35%;
        max-width: 180px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.section-businesscontent .businessMfp-link-wrap .mfp-link .img img {
    width: 100%;
    height: auto;
}

.section-businesscontent .businessMfp-link-wrap .mfp-link .link-title {
    font-size: 2rem;
    text-align: center;
    margin: 20px 0;
    font-weight: 900;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .businessMfp-link-wrap .mfp-link .link-title {
        text-align: left;
        padding-left: 40%;
    }
}

.section-businesscontent .businessMfp-link-wrap .mfp-link .link-text {
    margin-left: 10px;
    text-align: left;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .businessMfp-link-wrap .mfp-link .link-text {
        text-align: left;
        padding-left: 40%;
        margin-bottom: 20px;
    }
}

.section-businesscontent .businessMfp-link-wrap .mfp-link .link-text ul li {
    list-style: disc;
    font-size: 16px;
}

.section-businesscontent .businessMfp-link-wrap .mfp-link:before {
    left: 160%;
}

.section-businesscontent .businessMfp-link-wrap .mfp-link:hover:before {
    left: -300%;
}

.section-businesscontent .value-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .value-wrap {
        display: block;
    }
}

.section-businesscontent .value-wrap .textarea {
    width: 48%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .value-wrap .textarea {
        width: 100%;
    }
}

.section-businesscontent .value-wrap .textarea h3 {
    margin-bottom: 30px;
}

.section-businesscontent .value-wrap .textarea h3.ij-head {
    line-height: 1.2;
}

.section-businesscontent .value-wrap .img {
    width: 48%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .value-wrap .img {
        width: 100%;
    }
}

.section-businesscontent .value-wrap .img img {
    width: 100%;
}

.section-businesscontent .value-wrap .movie {
    width: 52%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .value-wrap .movie {
        width: 100%;
    }
}

.section-businesscontent .value-wrap .movie video-js {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.section-businesscontent .box-business-solution {
    width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .box-business-solution {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

.section-businesscontent .box-business-solution .orange-square {
    padding-left: 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .box-business-solution .orange-square {
        padding-left: 10px;
    }
}

.section-businesscontent .box-business-solution .orange-square li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
}

.section-businesscontent .box-business-solution .orange-square li:before {
    content: "";
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    background-color: #f06400;
    top: 8px;
    left: 3px;
}

.section-businesscontent .inkjet-position-wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.section-businesscontent .inkjet-position-wrap .text {
    width: unset;
    padding: 20px 20px 1em 0px;
    box-sizing: border-box;
}

.section-businesscontent .inkjet-position-wrap .img {
    width: 50%;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    float: right;
}

.section-businesscontent .inkjet-position-wrap .img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .inkjet-position-wrap {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .section-businesscontent .inkjet-position-wrap .text {
        width: 100%;
        padding: unset;
    }
    .section-businesscontent .inkjet-position-wrap .img {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        padding: unset;
    }
    .section-businesscontent .inkjet-position-wrap .img img {
        width: 80%;
    }
}

.section-businesscontent .link-button {
    width: 300px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .link-button {
        margin: 30px auto 0px;
        width: 100%;
    }
}

.section-businesscontent .link-button a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 900;
}

.section-businesscontent .width-700 {
    width: 700px;
    margin: 50px auto;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .width-700 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

.section-businesscontent .width-700 video-js {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.section-businesscontent .width-700 img {
    width: 100%;
}

.section-businesscontent .width-80per {
    width: 80%;
    margin: 50px auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-businesscontent .width-80per {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .width-80per {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

.section-businesscontent .sdgs-wrap {
    display: flex;
    margin: 20px 0;
}

.section-businesscontent .sdgs-wrap .img {
    width: 150px;
    margin-right: 50px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .sdgs-wrap .img {
        width: 100px;
        margin-right: 10px;
    }
}

.section-businesscontent .sdgs-wrap .img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .sdgs-wrap .goal {
        width: calc(100% - 110px);
    }
}

.section-businesscontent .sdgs-wrap .goal .goal-text {
    font-weight: 600;
    font-size: 1.1em;
}

.section-businesscontent .mfp-top-wrapper {
    display: flex;
    margin: 30px 0;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-top-wrapper {
        display: block;
    }
}

.section-businesscontent .mfp-top-wrapper .text {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-top-wrapper .text {
        width: 100%;
        padding: 20px 0;
    }
}

.section-businesscontent .mfp-top-wrapper .img {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .mfp-top-wrapper .img {
        width: 100%;
        padding: 20px 0;
    }
}

.section-businesscontent .mfp-top-wrapper .img img {
    width: 100%;
}

.section-businesscontent .table-business {
    margin: 10px 0 70px;
}

.section-businesscontent .table-business table {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .table-business table {
        width: 100%;
    }
}

.section-businesscontent .table-business table tr {
    border-bottom: 1px solid #D4D4D4;
}

.section-businesscontent .table-business table tr th {
    padding: 10px 20px;
    width: 40%;
    box-sizing: border-box;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .table-business table tr th {
        width: unset;
        padding: 10px;
    }
}

.section-businesscontent .table-business table tr th:first-child {
    width: 32%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .table-business table tr th:first-child {
        width: unset;
    }
}

.section-businesscontent .table-business table tr th:last-child {
    width: 22%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .table-business table tr th:last-child {
        width: unset;
    }
}

.section-businesscontent .table-business table tr .width-50 {
    width: 50% !important;
}

.section-businesscontent .table-business table tr td {
    padding: 10px 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .table-business table tr td {
        padding: 10px;
    }
}

.section-businesscontent .table-business table tr td a {
    color: #0A9BCD;
}

.section-businesscontent .about-mds:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .about-mds {
        display: flex;
        flex-direction: column-reverse;
    }
}

.section-businesscontent .about-mds .img {
    float: right;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .about-mds .img {
        float: none;
        text-align: center;
    }
}

.section-businesscontent .about-mds .img img {
    width: 350px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .about-mds .img img {
        width: 100%;
    }
}

.section-businesscontent .about-mds .text {
    margin-right: 30px;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .about-mds .text {
        margin-right: 0;
    }
}

.section-businesscontent .msd-list ul {
    padding-left: 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .msd-list ul {
        padding-left: 20px;
    }
}

.section-businesscontent .msd-list ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
}

.section-businesscontent .msd-list ul li:before {
    content: "";
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    background-color: #f06400;
    top: 8px;
    left: 3px;
}

.section-businesscontent .benefit-wrap {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .benefit-wrap {
        display: block;
    }
}

.section-businesscontent .benefit-wrap .img {
    width: 250px;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .benefit-wrap .img {
        text-align: center;
        width: 100%;
    }
}

.section-businesscontent .benefit-wrap .img img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .benefit-wrap .img img {
        width: 80%;
        max-width: 250px;
    }
}

.section-businesscontent .benefit-wrap .list {
    width: calc(100% - 250px);
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .benefit-wrap .list {
        width: 100%;
    }
}

.section-businesscontent .benefit-wrap .list-text {
    margin-top: 20px;
    padding-left: 40px;
}

.section-businesscontent .award-text a {
    color: #0A9BCD;
}

.section-businesscontent .award-table {
    margin: 10px 0 70px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-table {
        overflow-x: auto;
    }
}

.section-businesscontent .award-table table {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-table table {
        width: unset;
    }
}

.section-businesscontent .award-table table tr {
    border-bottom: 1px solid #D4D4D4;
}

.section-businesscontent .award-table table tr th {
    padding: 10px 30px;
    width: 40%;
    box-sizing: border-box;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-table table tr th {
        width: unset;
        padding: 10px;
    }
}

.section-businesscontent .award-table table tr th:first-child {
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-table table tr th:first-child {
        width: unset;
    }
}

.section-businesscontent .award-table table tr .ta-center {
    text-align: center !important;
}

.section-businesscontent .award-table table tr td {
    padding: 10px 30px;
    box-sizing: border-box;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-table table tr td {
        padding: 10px;
    }
}

.section-businesscontent .award-button {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-button {
        display: block;
    }
}

.section-businesscontent .award-button .link-btn {
    width: 220px;
    margin-top: 30px;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-button .link-btn {
        width: 100%;
        margin-top: 0px;
        box-sizing: border-box;
    }
}

.section-businesscontent .award-button .link-btn a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .award-button .link-btn a {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
}

.section-businesscontent .ecm-lead {
    font-weight: 600;
    font-size: 1.2em;
}

.section-businesscontent .ecm-buton-wrap {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .ecm-buton-wrap {
        flex-wrap: wrap;
    }
}

.section-businesscontent .ecm-buton-wrap .link-btn {
    width: 220px;
    margin-top: 30px;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .ecm-buton-wrap .link-btn {
        width: 50%;
        margin-top: 0px;
        box-sizing: border-box;
    }
}

.section-businesscontent .ecm-buton-wrap .link-btn a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    position: relative;
    text-align: left;
    padding-left: 20px;
}

@media only screen and (max-width: 767px) {
    .section-businesscontent .ecm-buton-wrap .link-btn a {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
}

.section-businesscontent .ecm-buton-wrap .link-btn a .icon {
    position: absolute;
    top: 21%;
    right: 20px;
    height: 100%;
    box-sizing: border-box;
    text-align: right;
}

.section-businesscontent .ecm-buton-wrap .link-btn a .icon img {
    height: 60%;
}

.backcolor-grey {
    background-color: #F2F2F2;
    padding: 30px 0 50px;
}

.backcolor-deepgrey {
    background-color: #7e7e7e;
    padding: 30px 0 30px;
    color: #fff;
}

.note {
    font-size: 0.8em;
}


/*404*/

.section-404content .content {
    margin-bottom: 100px;
}

.section-404content .content h1 {
    margin-bottom: 60px;
    text-align: center;
}

.section-404content .content a {
    color: #0A9BCD;
}


/*Term of Use*/

.section-privacy-navi h1 {
    margin-bottom: 30px;
    text-align: center;
}

.section-privacy-navi .innner-pagelink {
    line-height: 2.2em;
    margin-bottom: 30px;
}

.section-privacy-navi .innner-pagelink li a {
    color: #0A9BCD;
    font-weight: 700;
}

.section-privacy-navi .description {
    margin-bottom: 30px;
}

.privacy {
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .privacy {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

.privacy h3 {
    font-weight: 900;
    margin-bottom: 10px;
}

.privacy a {
    color: #0A9BCD;
}

.privacy .orange-square {
    padding-left: 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .privacy .orange-square {
        padding-left: 20px;
    }
}

.privacy .orange-square li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 15px;
}

.privacy .orange-square li:before {
    content: "";
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    background-color: #f06400;
    top: 8px;
    left: 3px;
}

.privacy h5 {
    font-weight: 900;
    margin-top: 30px;
}

.privacy .privacy-table {
    margin: 10px 0 70px;
}

.privacy .privacy-table .table-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 900;
}

.privacy .privacy-table table {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table table {
        width: 100%;
    }
}

.privacy .privacy-table table tr {
    border-bottom: 1px solid #D4D4D4;
}

.privacy .privacy-table table tr th {
    padding: 10px 30px;
    width: 40%;
    box-sizing: border-box;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table table tr th {
        width: unset;
        padding: 10px;
    }
}

.privacy .privacy-table table tr th:first-child {
    width: 20%;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table table tr th:first-child {
        width: unset;
    }
}

.privacy .privacy-table table tr td {
    padding: 10px 30px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table table tr td {
        padding: 10px;
    }
}

.privacy .privacy-table2 {
    margin: 10px 0 70px;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table2 {
        overflow-x: scroll;
    }
}

.privacy .privacy-table2 table {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table2 table {
        width: 800px;
    }
}

.privacy .privacy-table2 table tr {
    border-bottom: 1px solid #D4D4D4;
}

.privacy .privacy-table2 table tr th {
    padding: 10px 30px;
    width: 25%;
    box-sizing: border-box;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table2 table tr th {
        width: unset;
        padding: 10px;
    }
}

.privacy .privacy-table2 table tr td {
    padding: 10px 30px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .privacy .privacy-table2 table tr td {
        padding: 10px;
    }
}

.privacy .basic-privacy-list {
    margin-left: 20px;
}

.privacy .basic-privacy-list li {
    margin-bottom: 20px;
}

.privacy .privacy-sign {
    text-align: right;
    margin-bottom: 50px;
}

.privacy .privacy-sign span {
    font-weight: 600;
}

.privacy .mLR-50 {
    margin: 0 50px;
}

@media only screen and (max-width: 767px) {
    .privacy .mLR-50 {
        margin: unset;
    }
}

.privacy span {
    margin-left: 1em;
    margin-bottom: 1em;
    display: inline-block;
}

.privacy .privacyblanklink {
    margin-left: 0px;
}

.privacy .privacyblanklink:after {
    top: 3px;
}

.gpl a {
    color: #0A98CD;
}

.gpl .box-gpl-wrapper {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .gpl .box-gpl-wrapper {
        display: block;
    }
}

.gpl .box-gpl-wrapper .box-gpl {
    width: 48%;
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .gpl .box-gpl-wrapper .box-gpl {
        width: 100%;
    }
}

.gpl .box-gpl-wrapper .box-gpl .box-link {
    width: 300px;
    height: 50px;
    display: table;
    margin: 20px auto 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .gpl .box-gpl-wrapper .box-gpl .box-link {
        margin: 20px auto 6px;
    }
}

@media only screen and (max-width: 767px) {
    .gpl .box-gpl-wrapper .box-gpl .box-link {
        margin-bottom: 15px;
        width: 100%;
    }
}

.gpl .box-gpl-wrapper .box-gpl .box-link a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .gpl .box-gpl-wrapper .box-gpl .box-link a {
        font-size: 1.1em;
    }
}


/*Career.*/

.section-careercontent h2 {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .section-careercontent h2 {
        font-size: 2.8rem;
        margin-top: 30px;
    }
}

.section-careercontent .description {
    font-size: 1.2em;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-careercontent .description {
        width: 80%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .section-careercontent .description {
        width: 100%;
    }
}

.section-careercontent .career-2clumn {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-2clumn {
        display: block;
    }
}

.section-careercontent .career-2clumn .clumn {
    width: 50%;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-2clumn .clumn {
        width: 100%;
    }
}

.section-careercontent .career-2clumn .left {
    padding-right: 30px;
}

.section-careercontent .career-2clumn .left .lead {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-2clumn .left .lead {
        font-weight: 900;
        text-align: center;
        font-size: 2.8rem;
    }
}

.section-careercontent .career-2clumn .right img {
    width: 100%;
    height: auto;
}

.section-careercontent .career-table dl {
    border-bottom: 1px solid #D4D4D4;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-table dl {
        display: block;
    }
}

.section-careercontent .career-table dt {
    font-weight: 700;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-table dt {
        width: 100%;
        font-size: 1.2em;
        padding: 10px 10px 0px;
    }
}

.section-careercontent .career-table dd {
    padding-left: 10px;
    box-sizing: border-box;
    padding: 10px 20px;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-table dd {
        padding: 10px;
    }
}

.section-careercontent .career-knowmore {
    display: flex;
    margin: 50px auto;
    width: 700px;
    justify-content: space-around;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-knowmore {
        display: block;
        width: 100%;
    }
}

.section-careercontent .career-knowmore .pItem {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .section-careercontent .career-knowmore .pItem {
        width: 80%;
        margin: 0 auto;
    }
}

.section-careercontent .career-knowmore .pItem .imgArea {
    width: 100%;
}

.section-careercontent .career-knowmore .pItem .imgArea img {
    width: 100%;
    height: auto;
}

.section-careercontent .career-knowmore .summary {
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
}


/*Support & download*/

.section-support-content h2 {
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .section-support-content h2 {
        font-size: 2.8rem;
    }
}

.section-support-content .lead {
    font-size: 1.2em;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-support-content .lead {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .section-support-content .lead {
        width: 100%;
    }
}

.section-support-content .support-link {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .section-support-content .support-link {
        display: block;
    }
}

.section-support-content .support-link .pItem {
    margin: 20px;
}

.section-support-content .support-link .pItem.col3 {
    width: calc(100%/3);
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
}

.section-support-content .support-link .pItem.col3 img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-support-content .support-link .pItem {
        width: 40%;
        box-sizing: border-box;
    }
    .section-support-content .support-link .pItem img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .section-support-content .support-link .pItem img {
        width: 100%;
        height: auto;
    }
    .section-support-content .support-link .pItem.col3 {
        width: 100%;
    }
}

.section-support-content .support-link .summary {
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
}

.section-support-content .support-qalink {
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-support-content .support-qalink {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 767px) {
    .section-support-content .support-qalink {
        display: block;
    }
}

.section-support-content .support-qalink .link-panel {
    width: 25%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    display: table;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-support-content .support-qalink .link-panel {
        margin: 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-support-content .support-qalink .link-panel {
        width: 100%;
        margin: 10px 0;
    }
}

.section-support-content .support-qalink .link-panel.clumn3 {
    width: 350px;
    height: 100px;
    padding: 0 10px;
    box-sizing: border-box;
    display: table;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-support-content .support-qalink .link-panel.clumn3 {
        margin: 30px 10px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-support-content .support-qalink .link-panel.clumn3 {
        width: 100%;
        margin: 10px 0;
    }
}

.section-support-content .support-qalink .link-panel a {
    width: 100%;
    height: 100%;
    display: table-cell;
    background-color: #F2F2F2;
    padding: 10px 20px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-weight: 700;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .section-support-content .support-qalink .link-panel a {
        padding: 10px 30px;
    }
}

.section-support-content .support-qalink .link-panel a:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    right: 20px;
    top: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    .section-support-content .support-qalink .link-panel a:after {
        right: 50px;
    }
}

.section-support-content .support-qalink .link-panel .back01:after {
    background-image: url(../../support-and-download/images/kyocera-mobile-print.png);
}

.section-support-content .support-qalink .link-panel .back02:after {
    background-image: url(../../support-and-download/images/kyocera-mypanel.png);
}

.section-support-content .support-qalink .link-panel .back03:after {
    background-image: url(../../support-and-download/images/kyocera-print-center.png);
}

.section-support-content .note {
    font-size: 0.9em;
    line-height: 1.2em;
    margin-top: 30px;
}


/*Social Media*/

.table-sns {
    margin: 100px auto;
    width: 85%;
    border-collapse: collapse;
    border-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .table-sns {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .table-sns {
        width: 100%;
    }
}

.table-sns thead tr {
    border-bottom: 1px solid #d4d4d4;
}

.table-sns thead th {
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .table-sns thead th {
        font-size: 1rem !important;
    }
}

.table-sns thead .talL {
    text-align: left;
}

.table-sns .logoCell th img {
    display: inline-block;
    margin: 10px 0;
}

@media only screen and (max-width: 767px) {
    .table-sns .logoCell th img {
        max-width: 60%;
    }
}

.table-sns tbody tr {
    border-bottom: 1px solid #d4d4d4;
}

.table-sns tbody th {
    vertical-align: middle;
    text-align: left;
    font-weight: 900;
}

.table-sns tbody td {
    text-align: center;
}

.table-sns tbody td img {
    vertical-align: unset;
    position: relative;
    top: 5px;
}

@media only screen and (max-width: 767px) {
    .table-sns tbody td img {
        max-width: 60%;
    }
}

.table-sns tbody td a {
    color: #0A9BCD;
}

@media only screen and (max-width: 767px) {
    .table-sns tbody td a {
        position: relative;
        left: -7px;
    }
}

.table-sns th {
    padding: 5px 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
    .table-sns th {
        padding: 5px 3px;
        font-size: 1.3rem;
        box-sizing: border-box;
    }
}

.table-sns th .talL {
    text-align: left;
}

.table-sns td {
    padding: 5px 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media only screen and (max-width: 767px) {
    .table-sns td {
        padding: 5px 3px;
        font-size: 1.3rem;
        box-sizing: border-box;
    }
}

.table-sns td .talL {
    text-align: left;
}

.valM th,
.valM td {
    vertical-align: middle !important;
}

.popup-wrapper {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .popup-wrapper {
        display: block;
        text-align: center;
    }
}

.popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 270px;
}

@media screen and (max-width: 767px) {
    width: 200px;
    height: 200px;
}


/* チェックボックスの初期設定 */

#popup-on {
    display: none;
}

#popup-on2 {
    display: none;
}


/* チェックされたらポップアップウインドウを開く */

#popup-on:checked+.popup {
    display: block;
    z-index: 99;
}

#popup-on2:checked+.popup {
    display: block;
    z-index: 99;
}


/* 閉じるアイコン（右上） */

.icon-close {
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
}


/* 閉じるボタン */

.btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
}


/* 開くボタン */

.btn-open {
    margin: 0 10px;
    cursor: pointer;
    text-align: center;
    color: #0A9BCD;
    position: relative;
}

.btn-open:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0A9BCD;
    bottom: 6px;
    left: 0px;
}


/*.btn-open:hover {
    border-bottom: 1px solid #0A9BCD;
}*/

@media screen and (max-width: 767px) {
    .btn-open {
        padding: 0;
    }
    .btn-open img {
        width: 100% !important;
    }
}


/* ポップアップの内容 */

.popup-content {
    margin: 40px auto 40px auto;
    width: 90%;
}

.pc {
    display: block !important;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

.sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .sp {
        display: block !important;
    }
}


/*Slect*/

.section-selectcontent h2 {
    text-align: center;
    margin-bottom: 20px;
}

.section-selectcontent .box-select .select-region__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .section-selectcontent .box-select .select-region__links {
        display: block;
    }
}

.section-selectcontent .box-select .select-region__links li {
    background-color: #f4f4f4;
    padding: 20px;
    margin: 10px 0;
    width: 23%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-selectcontent .box-select .select-region__links li {
        width: 32%;
    }
}

@media only screen and (max-width: 767px) {
    .section-selectcontent .box-select .select-region__links li {
        width: 100%;
    }
}

.section-selectcontent .box-select .select-region__links li .select-region__2nd__links {
    display: flex;
}

.section-selectcontent .box-select .select-region__links li .select-region__2nd__links div {
    margin-right: 3em;
}

.section-selectcontent .box-select .select-region__links li .select-region__2nd__links div a {
    color: #0A9BCD;
    font-weight: 700;
}

.section-selectcontent .box-select .select-region__links:before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-selectcontent .box-select .select-region__links:before {
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .section-selectcontent .box-select .select-region__links:before {
        content: none;
    }
}

.section-selectcontent .box-select .select-region__links:after {
    content: "";
    display: block;
    width: 23%;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-selectcontent .box-select .select-region__links:after {
        width: 32%;
    }
}

@media only screen and (max-width: 767px) {
    .section-selectcontent .box-select .select-region__links:after {
        content: none;
    }
}

.section-selectcontent .box-select .selectone-lead {
    margin-top: 20px;
}

.section-selectnavi {
    background-color: #F2F2F2;
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
    .section-selectnavi {
        background-color: #fff;
        padding: 0;
    }
}

.section-selectnavi .navi-wrap {
    width: 1100px;
    margin: 0px auto;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-selectnavi .navi-wrap {
        width: 100%;
        padding: 30px 10px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .section-selectnavi .navi-wrap {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
}

.section-selectnavi .navi-wrap .lead {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.section-selectnavi .directory-pagelink-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (min-width: 1130px) and (max-width: 1200px) {
    .section-selectnavi .directory-pagelink-wrap {
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .section-selectnavi .directory-pagelink-wrap {
        padding: 0 10px;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .section-selectnavi .directory-pagelink-wrap {
        display: block;
    }
}

.section-selectnavi .directory-pagelink-wrap .box-link {
    width: 300px;
    height: 50px;
    display: table;
    margin-bottom: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .section-selectnavi .directory-pagelink-wrap .box-link {
        margin: 5px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .section-selectnavi .directory-pagelink-wrap .box-link {
        margin-bottom: 15px;
        width: 100%;
    }
}

.section-selectnavi .directory-pagelink-wrap .box-link a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .section-selectnavi .directory-pagelink-wrap .box-link a {
        font-size: 1.1em;
    }
}

.select-region__select {
    width: 44.6%;
    margin-top: 15px;
    position: relative;
}

@media only screen and (max-width: 860px) {
    .select-region__select {
        width: 100%;
    }
}

.select-region__select-title {
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    font-weight: 900;
}

.select-region__select-title::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    border-bottom: solid 2px #757575;
    border-left: solid 2px #757575;
    -webkit-transform: translateY(-50%) translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-50%) translateY(-5px) rotate(-45deg);
    transform: translateY(-50%) translateY(-5px) rotate(-45deg);
    width: 15px;
    height: 15px;
}

.select-region__select-title.is-active::after {
    -webkit-transform: translateY(-50%) translateY(5px) rotate(135deg);
    -ms-transform: translateY(-50%) translateY(5px) rotate(135deg);
    -o-transform: translateY(-50%) translateY(5px) rotate(135deg);
    transform: translateY(-50%) translateY(5px) rotate(135deg);
}

.select-region__select-body {
    background: #fff;
    width: 98%;
    max-height: 190px;
    border: 1px solid #ccc;
    top: 92%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    overflow: auto;
    display: none;
    z-index: 1;
}

.select-region__select-title.is-active+.select-region__select-body {
    display: block;
    word-break: break-all;
}

.select-region__select-body li+li {
    border-top: 1px solid #ccc;
}

.select-region__select-body a {
    color: inherit;
    font-size: 16px;
    padding: 4px 6px;
    display: block;
    font-weight: 700;
}

.select-region__select-body a:hover {
    color: #fff;
    background: #0a9bcd;
}


/*お問い合わせ*/

.section-inquiry {
    width: 880px;
    margin: 50px auto 100px;
}

@media only screen and (max-width: 860px) {
    .section-inquiry {
        width: 100%;
    }
}

.section-inquiry h1 {
    text-align: center;
}

.section-inquiry h2 {
    text-align: center;
    margin-bottom: 30px;
}

.section-inquiry .inquiry-orange-wrap {
    text-align: center;
    margin-top: 30px;
}

.section-inquiry .inquiry-grey-wrap {
    text-align: center;
    margin-top: 30px;
}

.section-inquiry .inquiry-grey-wrap .grey_btn {
    background-color: #f2f2f2;
    width: 300px;
    height: 75px;
    margin: 0 auto;
}

@media only screen and (max-width: 860px) {
    .section-inquiry .inquiry-grey-wrap .grey_btn {
        width: 100%;
    }
}

.section-inquiry .inquiry-grey-wrap .grey_btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}

.section-inquiry .inquiry-grey-wrap .grey_btn a:hover {
    text-decoration: none;
}

.section-inquiry .inquiry-grey-wrap .grey_btn a .External:after {
    top: -12px;
}


/*マップ仮設定*/

.map-wrap {
    height: 556px;
    background-color: #f4f4f4;
}

@media only screen and (max-width: 767px) {
    .map-wrap {
        height: 65vw;
    }
}

.map-wrap .map_canvas {
    height: 556px;
}


/*スポンサー*/

.sponsor-h2 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.sponsor-lead {
    text-align: center;
    margin-bottom: 30px;
}

.sponsor-img img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.sponsor-link {
    margin-top: 30px;
    margin-bottom: 60px;
}

.sponsor-link a {
    color: #0A9BCD;
    display: block;
}


/*PSIRT*/

.psirt-text h1 {
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 30px;
}

.psirt-text h2 {
    text-align: left;
    font-size: 22px;
    margin-bottom: 10px;
}

.psirt-text h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.psirt-text .box-text {
    margin-bottom: 40px;
}

.psirt-text .box-text img {
    width: 100%;
    height: auto;
}

.psirt-text .box-text .list-dotted li {
    list-style: disc;
    margin-left: 1em;
}

.psirt-text .box-text .list-line li {
    position: relative;
    padding-left: 1em;
}

.psirt-text .box-text .list-line li:after {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
}

.psirt-text .box-text .fs-small {
    font-size: 14px;
}

.psirt-text .box-text.bg-grey {
    background-color: #f2f2f2;
    padding: 20px;
}

.psirt-text .box-text .bluebtn {
    text-align: center;
}

.psirt-text .box-text .bluebtn a {
    transition: 0.3s;
}

.psirt-text .box-text .bluebtn a:hover {
    opacity: 0.8;
}

.psirt-text .box-text .bluebtn a img {
    width: 60%;
}

.psirt-text .box-text .pl-1em {
    padding-left: 0.8em;
}

.psirt-text .box-text .pl-15em {
    padding-left: 1.5em;
}

.psirt-text .box-text .list-ku {
    position: relative;
    padding-left: 0.8em;
}

.psirt-text .box-text .list-ku:after {
    position: absolute;
    content: "";
    width: 0.4em;
    height: 0.4em;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    top: 12px;
    left: 0;
}

.psirt-text .box-text .youmust-dl {
    display: flex;
    padding-left: 1em;
    box-sizing: border-box;
}

.psirt-text .box-text .youmust-dl dt {
    width: 1.5em;
}

.psirt-text .box-text .youmust-dl dd {
    width: calc(100% - 1.5em);
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .psirt-text .box-text .bluebtn a img {
        width: 100%;
    }
}

.bisinesslow-content .checklist {
    margin-bottom: 30px;
}

.bisinesslow-content .checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.bisinesslow-content .checklist li:before {
    position: absolute;
    content: "✓";
    top: 0;
    left: 0;
}

.bisinesslow-content .border-top {
    border-top: 1px solid #333;
    margin-top: 50px;
    padding-top: 30px;
}

.tab01 {
    width: 100%;
    margin: 0 auto 50px;
}


/**/

.tab-group {
    margin-top: 20px;
    /* タブ全体の幅 */
    width: 500px;
    list-style: none;
    text-align: center;
}

.tab-button {
    display: flex;
    justify-content: center;
    list-style: none;
    /* カーソル形状を指先にする */
    cursor: pointer;
    margin-top: 50px;
}

.tab-button .is-active {
    background: #d4d4d4;
    color: #FFF;
}

.tab {
    background-color: #0A9BCD;
    padding: 6px 14px !important;
    border-bottom: none !important;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff
}

.tab-contents {
    border-top: none;
}

.content2 {
    display: none;
    text-align: left;
}

.content2.is-display {
    display: block;
}


/*# sourceMappingURL=second.css.map */
