@charset 'UTF-8';
@import 'base.css';
@import 'fonts.css';
@import 'font-family.css';

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 140%;

    -webkit-text-size-adjust: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

img {
    vertical-align: bottom;
}

a {
    color: #777777;
}

a:hover,
a:active {
    text-decoration: none;
    color: #4b3b25;
}

table {
    width: 100%;
}

p {
    margin: 0 0 1.5em;
}

.section {
    margin: 0 0 60px;
}

.under .section,
.under02 .section {
    margin: 0 0 30px;
}

.section .section {
    margin: 0 0 10px;
}

p,
dd,
td,
th,
li {
    font-size: 130%;
    /* アークベル追加 */
    line-height: 1.7em;
    /* 1.8から変更20171221 */
}

.image-l {
    float: left;
    margin: 0 16px 8px 0;
}

.image-r {
    float: right;
    margin: 0 0 8px 16px;
}

#totop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 60px;
    margin-bottom: 0;
}

#totop:hover {
    opacity: 0.7;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mrgS{
    margin-top: 10px !important;
}
.mrgM{
    margin-top: 20px !important;
}
.mrgL{
    margin-top: 40px !important;
}
.mrgL50{
    margin-top: 50px !important;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
#wrapper {
    overflow: hidden;
    min-width: 1080px;
}

.container {
    box-sizing: border-box;
    width: 1080px;
    margin: 0 auto;
}

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

/*header*/
#header h1 {
    float: left;
    width: 239px;
    margin: 37px 0;
}

.h-right {
    float: right;
}

.h-link {
    float: right;
    margin: 14px 0;
}

.h-link li {
    line-height: 0;
    display: inline-block;
    padding: 8px;
    vertical-align: bottom;
    border-right: 2px solid #cecdcd;
}

.h-link li:last-child {
    padding-right: 0;
    border-right: none;
}

.h-link li.sns{
    padding-top: 0;
    padding-bottom: 0;
}
.h-link li.sns a:hover .fa-twitter{
    color: #1da1f2;
}
.h-link li.sns a:hover .fa-instagram{
    color: #CF2E92;
}

.h-link li a {
    font-size: 12px;
    letter-spacing: 1.6px;
    color: #8a8989;
}

.h-contact {
    margin-bottom: 14px;
    text-align: right;
}

.h-contact li {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.h-tel {
    font-family: 'NotoSansCJKjp-Medium';
    font-size: 12.5px;
    letter-spacing: 0.8px;
    color: #2c2c2c;
}

.h-tel span {
    font-size: 20px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 10px;
    vertical-align: middle;
}

span.tel_txt {
    font-size: 12px;
    margin-left: 30px;
}

.h-mail a {
    font-size: 13px;
    display: block;
    box-sizing: border-box;
    /*width: 260px;*/
    width: 182px;
    padding: 5px 0 4px;
    text-align: center;
    text-decoration: none;
    color: #2c2c2c;
    border: 1px solid #b1b0b0;
    background: #e6e6e6;
}

.h-mail a span {
    line-height: 0;
    display: inline-block;
    width: 22px;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}

.h-mail a:hover {
    opacity: 0.4;
}

#header .search {
    display: flex;
    margin-bottom: 10px;

    justify-content: flex-end;
    align-items: center;
}

#header .search dt {
    font-size: 13px;
    margin-right: 14px;
    letter-spacing: 0.8px;
    color: #7e7e7e;
}

#header .search dd {
    position: relative;
}

#header .search dd span.search-i {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    box-sizing: border-box;
    width: 33px;
    height: 31px;
    cursor: pointer;
    border-left: 1px solid #cbc9c9;

    align-items: center;
    justify-content: center;
}

#header .search dd span.search-i img {
    width: 14px;
}

#header .search dd input[type=search],
#header .search dd .input-search {
    box-sizing: border-box;
    width: 260px;
    height: 32px;
    padding-right: 33px;
    padding-left: 5px;
    border: 1px solid #cbc9c9;
}

/*Gnavi*/
#gnavi {
    width: 100%;
    background: #ffffff;
}

#gnavi.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
}

#gnavi ul.menu {
    display: flex;
    width: 1080px;
    margin: 0 auto;
    border-top: 1px solid #bababa;
    justify-content: space-around;
}

.under #gnavi ul.menu,
.under02 #gnavi ul.menu {
    border-bottom: 1px solid #bababa;
}

#gnavi ul.menu + .menu{
    border-top: none;
}

#gnavi.fixed ul.menu {
    border-top: none;
    border-bottom: 1px solid #bababa;
}

#gnavi ul.menu li {
    position: relative;
    display: flex;
    align-items: center;
}

#gnavi ul.menu a {
    font-size: 13px;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 21px 5px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.8px;
    color: #2c2c2c;
}

@media screen and (min-width: 641px) {
    #gnavi ul.menu a.link-singleRow {
        line-height: 2.8em;
    }
}

#gnavi ul.menu li:after {
    position: absolute;
    top: 0;
    right: 50%;
    left: 51%;
    height: 2px;
    content: '';
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    background: #2c2c2c;
    z-index:2;
}

#gnavi ul.menu li:hover:after,
#gnavi ul.menu li.active:after {
    right: 0;
    left: 0;
}

#gnavi ul.menu a span {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 10px;
    display: block;
    color: #bababa;
}

#gnavi ul.menu a {
    line-height: 1.4em;
    text-align: center;
}

.under #gnavi ul.menu a span {
    display: block;
    margin-left: 0;
}

.under #gnavi ul.menu.under_menu a span {
    display: initial;
    margin-left: 5px;
}

.under #gnavi ul.menu.under_menu a {
    line-height: 2em;
}

/*Mega Menu*/
.mega-menu-wrapper {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

.mega-menu {
    display: flex;
    width: 1080px;
    margin: 0 auto;
}

.mega-menu li {
    font-size: 13px;
    box-sizing: border-box;
    width: 25%;
    padding: 1px 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.8px;
    color: #ffffff;
    border-right: 2px solid rgba(192, 192, 192, 0.2);
    /* 1pxから変更20180803 */
    background: #393939;
    /* 6b6b6bから変更20180803 */
}

.mega-menu li a {
    text-decoration: none;
    color: #ffffff;
}

.mega-menu li:last-child {
    border-right: none;
}

.mega-menu li:hover,
.mega-menu li.active {
    background: #6b6b6b;
    /* 232323から変更20180803 */
}

.mega-m-sub {
    position: absolute;
    z-index: 998;
    left: calc(50% - 540px);
    display: none;
    overflow: auto;
    box-sizing: border-box;
    width: 1080px;
    margin: 0 auto;
    background: rgba(235, 235, 235, 0.95);
}

.mega-m-sub.big-tab04 {
    padding: 17px;
}

.sub-tab {
    display: flex;
    width: 100%;
    background: #757575;
}

.sub-tab li {
    font-size: 13px;
    position: relative;
    padding: 1px 15px;
    cursor: pointer;
    letter-spacing: 0.8px;
    color: #ffffff;
    border-right: 1px solid rgba(162, 162, 162, 0.3);
}

.big-tab04 .sub-tab {
    background: #d6d6d6;
}

.big-tab04 .sub-tab:first-child {
    border-bottom: 1px solid #cccccc;
}

.big-tab04 .sub-tab li {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    color: #ffffff;
    background: #757575;
}

.big-tab04 .sub-tab li a {
    color: #ffffff;
}

.big-tab04 .sub-tab li:hover,
.big-tab04 .sub-tab li.active,
.big-tab04 .sub-tab li a:hover {
    color: #ffffff;
    background: #444343;
}

.sub-tab li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.sub-tab li:after {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 6px);
    content: '';
    opacity: 0;
    border-top: 7px solid #444343;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.sub-tab li.active:after {
    opacity: 1;
}

.big-tab04 .sub-tab li.active:after {
    opacity: 0;
}

.sub-tab li:last-child {
    border-right: none;
}

.sub-tab li:hover,
.sub-tab li.active {
    background: #444343;
}

.sub-tab-ctn {
    padding: 15px 30px 0;

    flex-wrap: wrap;
}

.sub-tab-ctn02 {
    display: flex;
    padding: 20px;
    background: #ececec;

    justify-content: space-between;
}

.sub-tab-ctn02>li {
    width: 460px;
    margin: 0 20px;
}

.sub-tab-ctn02 table td {
    padding: 0 1em;
}

.sub-tab-ctn>li {
    width: 220px;
    margin-right: 40px;
    margin-bottom: 15px;
}

.sub-tab-ctn>li:nth-child(4n) {
    margin-right: 0;
}

.sub-tab-ctn li dt {
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1.2px;
    color: #000000;
}

.sub-tab-link li {
    font-size: 10px;
    line-height: 1.6em;
    position: relative;
    /*margin-bottom: 5px;*/
    padding-left: 15px;
}

.sub-tab-link li:after {
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #bababa;
}

.sub-tab-link li a {
    font-size: 12px;
    color: #262626;
}

.mega-m-sub,
.sub-tab-js {
    display: none;
}

.mega-m-sub.active {
    display: block;
}

.sub-tab-js.active {
    display: flex;
}

.sub-link {
    text-align: center;
    background: #444343;
}

.sub-link li {
    display: inline-block;
}

.sub-link li a {
    font-size: 13px;
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #ffffff;
}

.sub-link li a:hover {
    text-decoration: underline;
}

/*footer*/
.footer01 {
    padding: 50px 0 60px;
    background: #e8e6e6;
}

.footer01 .container {
    display: flex;
}

.ft_tel_sp {
    display: none;
}

.f01-l {
    box-sizing: border-box;
    width: 400px;
    border-right: 1px solid #bababa;
}

.f01-r {
    /*  width: 680px;*/
    box-sizing: border-box;
    width: 750px;
    padding-left: 55px;
}

.f-logo {
    margin-bottom: 40px;
}

.f-address {
    font-size: 13px;
    margin-bottom: 14px;
    color: #333333;
}

.f-contact {
    display: flex;

    align-items: center;
}

.f-contact dt {
    font-family: 'NotoSansCJKjp-Medium';
    display: flex;
    width: 100px;
    height: 17px;
    letter-spacing: 0.8px;
    color: #393939;
    border-right: 1px solid #bababa;

    align-items: center;
}

.f-contact dd.f-tel {
    font-family: 'NotoSansCJKjp-Medium';
    font-size: 21px;
    width: 169px;
    height: 50px;
    text-align: center;
    color: #393939;

    align-items: center;
    justify-content: center;
}

.f-contact dd.f-mail {
    margin-left: 20px;
}

.f-contact dd.f-mail a {
    font-size: 12px;
    display: block;
    padding: 2px 0;
    text-align: center;
    letter-spacing: 1.6px;
    color: #393939;
	text-decoration: underline;
}

.f-contact dd.f-mail a:hover {
    opacity: 0.7;
	text-decoration: none;
}

.f-link {
    margin-bottom: 22px;
}

.f-link.sns{
    display: none;
}
.f-link li.sns a:hover .fa-twitter{
    color: #1da1f2;
}
.f-link li.sns a:hover .fa-instagram{
    color: #CF2E92;
}

.f-link li {
    line-height: 1em;
    display: inline-block;
    margin-right: 7px;
    padding-right: 7px;
    vertical-align: middle;
    border-right: 1px solid #5b5a5a;
    margin-bottom: 10px;
}

.f-link li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.f-link li a {
    font-size: 13px;
    color: #393939;
}

.f-bnr01 {
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;

    justify-content: space-between;
}

.f-bnr02 {
    display: flex;

    align-items: flex-end;
}

.f-bnr02 li {
    margin-right: 20px;
}

.f-bnr02 li:last-child {
    margin-right: 0;
}

.f-copy {
    font-size: 12px;
    margin: 0;
    padding: 18px 0;
    text-align: center;
    color: #7e7e7e;
}

/*index*/
#index #mainvisual {
    position: relative;
    height: 360px;
    margin-bottom: 83px;
}

#index #mainvisual h2 {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 772px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#index #mainvisual .idx-slider {
    width: 1080px;
    margin: 0 auto;
}

#index #mainvisual .idx-slider li.slider {
    height: 360px;
}

#index #mainvisual .idx-slider li.slider01 {
    background-size: cover;
}

#index #mainvisual .idx-slider li.slider01 a:hover {
    opacity0.7;
}

#index #mainvisual .idx-slider li.slider02 {
    background: url(../images/idx_main02.jpg) center no-repeat;
    background-size: cover;
}

#index #mainvisual .idx-slider li.slider03 {
    background: url(../images/idx_main03.jpg) center no-repeat;
    background-size: cover;
}

#index #mainvisual .idx-slider li.slider04 {
    transition: 0.5s;
    background: url(../images/idx_main04.jpg) center no-repeat;
    background-size: cover;
}

#index #mainvisual .idx-slider li.slider04:hover {
    background: url(../images/idx_main04_on.jpg) center no-repeat;
}

#index #mainvisual .idx-slider li.slider04:hover,
#index #mainvisual .idx-slider li.slider04:hover .slider04_tit,
#index #mainvisual .idx-slider li.slider04:hover .slider04_comp{
    transition: 0.5s;
    opacity: 0.7;
}

#index #mainvisual .idx-slider li.slider04 a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#index #mainvisual .idx-slider li.slider04 .slider04_tit {
    position: absolute;
    top: 10px;
    left: 0;
    transition: 0.5s;
}

#index #mainvisual .idx-slider li.slider04 .slider04_comp{
    position: absolute;
    right: 0;
    bottom: 10px;
    transition: 0.5s;
}

/*box01*/
.box01-ctn {
    display: flex;
    margin-bottom: 70px;

    justify-content: space-between;
}

.box01-ctn li {
    width: 220px;
}

.box01-ctn li a {
    display: block;
    text-decoration: none;
}

.box01-ctn li a:hover {
    opacity: 0.7;
}

.box01-ctn h3 {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #393939;
}

.box01-ctn h3 span {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 10px;
    display: block;
    margin-top: 8px;
    color: #bababa;
}

.box01-img {
    margin-bottom: 18px;
    text-align: center;
}

.box01-txt {
    font-size: 13px;
    line-height: 1.6em;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0.8px;
    color: #7e7e7e;
}

/*box02*/
.box02 {
    margin-bottom: 70px;
    text-align: center;
    font-family: 'A-OTF-FutoGoB101Pr5-Bold';
}
.box02 .container{
    max-width: 900px;
}
.box02 h3 {
    font-family: "Century Gothic", CenturyGothic, Futura, AppleGothic, sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.box02 h3 span {
    position: relative;
    display: inline-block;
    border-bottom: 3px #000 solid;
    padding-bottom: 5px;
}
.box02 h4 {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-weight: bold;
}
.box02 h4 span{
    display: inline-block;
    border-bottom: 5px #000 solid;
}
.box02 .CEO{
    text-align: right;
}
.box02 .CEO span{
    display: inline;
    text-align: left;
}

.box02 .box02-txt {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
    text-align: center;
}

.idx-btn {
    text-align: center;
}

.idx-btn a {
    position: relative;
    z-index: 0;
    display: inline-block;
    overflow: hidden;
    width: 250px;
    padding: 9px 0;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
    text-decoration: none;
    letter-spacing: 1.2px;
    color: #7e7e7e;
    border: 1px solid #b1b0b0;
}

.idx-btn a:hover {
    color: #ffffff;
}

.idx-btn a:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -10%;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
    -webkit-transform: skewX(17deg);
    -moz-transform: skewX(17deg);
    transform: skewX(17deg);
    background: #b1b0b0;
}

.idx-btn a:hover:after,
.idx-btn a:hover:before {
    width: 65%;
}

.idx-btn a:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -10%;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    transition: width 0.5s ease;
    -webkit-transform: skewX(17deg);
    -moz-transform: skewX(17deg);
    transform: skewX(17deg);
    background: #b1b0b0;
}

/*box03*/
.box03 {
    margin-bottom: 90px;
}

.box03 h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.8px;
    color: #393939;
}

.box03 h3 span {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 12px;
    display: block;
    margin-top: 15px;
    color: #bababa;
}

.box03-ctn {
    overflow: auto;
    max-height: 138px;
    margin-bottom: 60px;
}

.box03-ctn li {
    width: 100%;
    margin-bottom: 30px;
}

.box03-ctn li dl {
    display: flex;
}

.box03-ctn li dl dt {
    font-size: 13px;
    overflow: hidden;
    box-sizing: border-box;
    width: 204px;
    height: 26px;
    padding: 2px 5px 0;
    text-align: center;
    color: #ffffff;

    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.box03-ctn li dl dt.cate01 {
    background: #7996b6;
}

.box03-ctn li dl dt.cate02 {
    background: #4696a7;
}

.box03-ctn li dl dt.cate03 {
    background: #67978a;
}

.box03-ctn li dl dt.cate04 {
    background: #999999;
}



.box03-ctn li dl dd.idx-date {
    width: 170px;
    height: 26px;
    text-align: center;
    color: #7e7e7e;

    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.box03-ctn li dl dd {
    -webkit-align-self: stretch;
    align-self: stretch;
}

.box03-ctn li dl dd a {
    font-size: 13px;
    color: #7e7e7e;
}

/*Under*/
.under #main,
.under02 #main {
    width: 1080px;
    margin: 20px auto 40px;
}

/*navi*/
#navi {
    float: left;
    width: 249px;
}

.navi-cart {
    margin: 0 0 20px;
}

.navi-cart a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #345394;
}

.navi-cart a:hover {
    background: #4a6bb1;
}

.navi-cart a:before {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    content: '';
    vertical-align: middle;
    background: url(../images/navi_ico01.png) no-repeat;
    background-size: 100% auto;
}

.gnavi-cart,
.gnavi-tel {
    float: right;
    height: 42px;
    margin: 15px 0 0 0;
}

.gnavi-cart a,
.gnavi-tel a {
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #345394;
}

.gnavi-tel a {
    background: #349475;
}

.gnavi-cart a:hover {
    background: #4a6bb1;
}

.gnavi-tel a:hover {
    background: #4a6bb1;
}

.gnavi-tel a:hover {
    background: #4ab195;
}

.gnavi-cart a:before {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    vertical-align: middle;
    background: url(../images/navi_ico01.png) no-repeat;
    background-size: 100% auto;
}

.gnavi-tel a:before {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    vertical-align: middle;
    background: url(../images/navi_ico05.png) no-repeat;
    background-size: 100% auto;
}

.navi-bnr {
    margin-bottom: 10px;
    text-align: center;
}

.navi-bnr a:hover img {
    opacity: 0.7;
}

.navi-list-item {
    margin: 0 0 24px;
}

.navi-list-ttl {
    margin-bottom: 0.5em;
    padding: 4px 10px;
    color: #ffffff;
    background: #393939;
}

.navi-list-item li {
    position: relative;
    margin: 0 0 5px;
}

.navi-cate>span,
.navi-cate>a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    padding-left: 15px;
    color: #224898;
}

.navi-cate:before {
    position: absolute;
    top: 7px;
    left: 2px;
    width: 7px;
    height: 7px;
    content: '';
    background: #345394;
}

.navi-cate02 {
    margin-bottom: 20px;
}

.navi-cate02 p>a {
    font-size: 15px;
    font-weight: bold;
    position: static;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    text-decoration: none;
}

.navi-cate02 p.cate02title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    position: relative;
    display: flex;
    margin: 15px 0 5px;
    padding: 5px 0 5px 5px;
    text-align: left;
    border: 1px solid #cccccc;
    border-left: 5px solid #000000;
    background: url(../images/btn_arrow.png) no-repeat right 5px center #ffffff;
    ;
}

.navi-cate02 p.cate02title:hover {
    opacity: 0.7;
}

.navi-cate02 p {
    font-size: 11px;
    margin-bottom: 20px;
}

.navi-cate02 p>a:hover {
    color: #000000;
}

.navi-cate02 p>a:before {
    /*content: "";
    position: absolute;
    height: 20px;
    border-left: 5px solid #345394;
    top: 0;
    left: 0;*/
}

.navi-sub li {
    line-height: 1.3em;
}

.navi-sub li:last-child {
    margin-bottom: 25px;
}

.navi-sub a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.navi-sub a:hover,
.navi-cate>a:hover {
    text-decoration: underline;
    color: #1042a9;
}

.navi-sub a:before {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bababa;
}

.navi-list-item .navi-cate {
    margin: 0 0 10px;
}

.navi-cate.text-link:before {
    display: none;
}

.navi-cate.text-link>a {
    text-decoration: none;
    padding: 0 0 0 15px;
    position: relative;
}

.navi-cate.text-link>a:hover {
    text-decoration: underline;
}

.navi-cate.text-link>a:before {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #224898;
}

.navi-btn a {
    font-size: 13px;
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1.2px;
    border: 1px solid #b1b0b0;
    border-left: 5px solid #345394;
}

.navi-btn a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #345394;
}

.navi-btn a:hover {
    color: #393939;
    background: #e6e6e6;
}

.navi-btn:last-child a {
    padding: 15px 10px;
}

.navi-btn:last-child a:after {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 32px;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/navi_ico02.png) no-repeat;
}

.navi-btn {
    margin: 0 0 20px;
}

/*content*/
.under #content,
.under02 #content {
    float: right;
    width: 780px;
    color: #393939;
}

.under #content.col-1,
.under02 #content.col-1 {
    width: 1080px;
}

.under #mainvisual,
.under02 #mainvisual {
    display: table;
    width: 100%;
    margin: 0 0 27px;
    background-size: cover;
}

.under #mainvisual.filming,
.under02 #mainvisual.filming {
    background: url(../images/filming_main_bg.jpg) no-repeat center center;
}

.under #mainvisual.filming_col1,
.under02 #mainvisual.filming_col1 {
    background: url(../images/main_bg02.jpg) no-repeat center center;
}

.under #mainvisual.event,
.under02 #mainvisual.event {
    background: url(../images/event_main_bg.jpg) no-repeat center center;
}

.under #mainvisual.pv,
.under02 #mainvisual.pv {
    /* background: url(../images/pv_main_bg.jpg) no-repeat center center; */
    background: #333333;
}

.under #mainvisual.pv_under,
.under02 #mainvisual.pv_under {
    /* background: url(../images/pv_main_bg.jpg) no-repeat center center; */
    background: #333333;
}

.under #mainvisual.planning,
.under02 #mainvisual.planning {
    display: block;
    margin-top: 3px;
}

.under #mainvisual.planning .container,
.under02 #mainvisual.planning .container {
    display: table;
    text-align: center;
    background: url(../images/planning_main_bg.jpg) no-repeat center center;
    background-size: cover;
}

.under #mainvisual.planning.pageunder .container,
.under02 #mainvisual.planning.pageunder .container {
    background: url(../images/planning_main_under_bg.jpg) no-repeat center center;
}

.under #mainvisual.event h2,
.under02 #mainvisual.event h2 {
    color: #ffffff;
}

.under #mainvisual.planning h2,
.under02 #mainvisual.planning h2 {
    height: 330px;
    color: #ffffff;
}

.under #mainvisual.planning.pageunder h2,
.under02 #mainvisual.planning.pageunder h2 {
    height: 158px;
    color: #ffffff;
    text-shadow: none;
}

.under #mainvisual.planning h2 span,
.under02 #mainvisual.planning h2 span {
    color: #bababa;
    text-shadow: 0px 0px 13px rgba(255, 255, 255, 0.8);
}

.under #mainvisual.pv h2,
.under02 #mainvisual.pv h2 {
    height: 224px;
    padding: 0 40px;
    text-align: left;
    color: #ffffff;
}

.under #mainvisual.pv_under h2,
.under02 #mainvisual.pv_under h2 {
    height: 100px;
    padding: 0 40px;
    text-align: left;
    color: #ffffff;
}

.under #mainvisual.pv h2 span:nth-child(1),
.under02 #mainvisual.pv h2 span:nth-child(1) {
    font-size: 10px;
    color: #bababa;
}

.under #mainvisual.pv h2 span:nth-child(2),
.under02 #mainvisual.pv h2 span:nth-child(2) {
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #7e7e7e;
    text-shadow: none;
}

.under #mainvisual h2,
.under02 #mainvisual h2 {
    /*text-shadow: 0px 0px 13px rgba(255, 255, 255, .5), 0px 0px 13px rgba(255, 255, 255, 1);*/
    font-family: 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    display: table-cell;
    width: 100%;
    height: 130px;
    padding: 0 40px;
    vertical-align: middle;
    letter-spacing: 1.2px;
}

.under #mainvisual h2 span,
.under02 #mainvisual h2 span {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.under-bnr-lgr {
    margin: 0 0 10px;
    padding: 0;
}

.under-bnr-lgr .slick-prev {
    left: 0;
}

.under-bnr-lgr .slick-next {
    right: 0;
    left: auto;
}

.under-bnr-lgr .slick-arrow {
    top: 0;
    width: 19px;
    height: 100%;
    margin-top: 0;
    background: #e2dfdf;
}

.under-bnr-lgr .slick-arrow img {
    width: 8px;
}

.under-bnr-sml {
    font-size: 0;
    margin: 0 0 30px;
    text-align: center;
}

.under-bnr-sml li {
    display: inline-block;
    width: 186px;
    margin-right: 12px;
}

.under-bnr-sml li:last-child {
    margin-right: 0;
}

.under .section .title-bgGrey{
    margin-bottom: .8em;
    padding: .67em .83em .56em;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.2em;
    background: #e2dfdf;
}

.under .section h3,
.under02 .section h3 {
    /*margin: 0 0 18px;*/
    margin: 0 0 30px;
}

.under-cate-list {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.under-cate {
    width: 246px;
    margin: 0 20px 30px 0;
}

.under-cate:nth-child(3n) {
    margin-right: 0;
}

.under-cate li {
    position: relative;
    margin: 0 0 5px;
}

.under-cate .under-cate-ttl {
    margin: 0 0 15px;
    padding: 4px 10px 4px 25px;
    background: #e2dfdf;
}

.under-cate-ttl:before {
    position: absolute;
    top: 13px;
    left: 11px;
    width: 7px;
    height: 7px;
    content: '';
    background: #595959;
}

.under-cate li a {
    padding: 4px 10px 4px 18px;
}

.under-cate li a:before {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bababa;
}

.under-cate li a.first_sub:before {
    content: none;
}

.under-blog-ttl {
    font-size: 18px;
    margin: 0 0 3px;
}

.under-blog-list {
    overflow: auto;
    box-sizing: border-box;
    height: 156px;
    margin: 0 0 17px;
    padding: 15px 0px 8px;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}

.under-blog-list02 {
    margin: 0 0 17px;
    padding: 15px 0px 8px;
}

.under-blog-list li,
.under-blog-list02 li {
    display: table;
    width: 100%;
    margin: 10px 0 15px;
}

.under-blog-list li .under-blog-date,
.under-blog-list02 li .under-blog-date {
    display: table-cell;
    width: 123px;
    vertical-align: top;
}

.under-blog-list li a,
.under-blog-list02 li a {
    display: table-cell;
    vertical-align: top;
}

.under-blog-btn a {
    display: inline-block;
    padding: 5px 30px;
    text-decoration: none;
    color: #7e7e7e;
    border: 1px solid #b1b0b0;
}

.under-blog-btn {
    margin: 0;
    text-align: right;
}

.under-blog-btn a:hover {
    background: #e8e6e6;
}

.under h4,
.under02 h4 {
    line-height: 1.6em;
    margin: 0 0 20px;
    padding: 6px 18px;
    letter-spacing: 1.2px;
    border-bottom: solid 1px #345394;
    background: url(../images/h4_icon.png) no-repeat 0.3% 44%;
}

.under h5,
.under02 h5 {
    line-height: 1.6em;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 25px;
    letter-spacing: 1.2px;
}

.under h5#haisou {
    margin-top: -120px;
    padding-top: 120px;
}

.under h5:before,
.under02 h5:before {
    position: absolute;
    top: 6px;
    left: 9px;
    width: 7px;
    height: 7px;
    content: '';
    background: #345394;
}

.under h3,
.under02 h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 30px;
    padding: 12px 15px 10px;
    letter-spacing: 0.8px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 2px solid #345394;
}

.under h5#haisou::before {
    top: auto;
    bottom: 9px;
}

.txt-clr01 {
    color: #d32878;
}

.txt-clr02 {
    color: #da6c0a;
}

.planning-list {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.planning-item,
.planning-item02 {
    width: 375px;
    margin: 0 30px 12px 0;
}

.planning-item:nth-child(2n),
.planning-item02:nth-child(2n) {
    margin-right: 0;
}

.planning-item a,
.planning-item02 a {
    display: block;
    text-decoration: none;
}

.planning-item a:hover,
.planning-item02 a:hover {
    opacity: 0.8;
    color: inherit;
}

.planning-item a:hover img,
.planning-item02 a:hover img {
    opacity: 1;
}

.planning-ttl {
    font-size: 15px;
    line-height: 1.3em;
    margin: 0 0 6px;
    text-align: center;
}

.planning-ttl span {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 10px;
    display: block;
    color: #bababa;
}

.planning-img {
    margin: 0 0 13px;
    text-align: center;
}

.planning-txt {
    margin: 0;
}

.planning-item:last-child .planning-ttl {
    margin: 0 0 16px;
    padding: 8px 0;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}

.planning-item:last-child .planning-img {
    margin: 0;
}

.crative {
    overflow-y: scroll;
}

.crative #content {
    float: none;
    overflow: hidden;
    width: 100%;
}

.crative #header {
    margin: 0px;
    padding: 31px 0 0;
}

.crative .logo {
    float: left;
    margin-top: 5px;
}

.crative .h-right {
    float: right;
    text-align: right;
}

.crative .h-btn {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 15px;
    line-height: 1.6em;
    display: inline-block;
    margin: 0 0 11px;
    padding: 0 5px;
    color: #000000;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}

.cra-gnavi li {
    display: inline-block;
    margin: 0 0 0 42px;
}

.cra-gnavi li:first-child {
    margin: 0;
}

.cra-gnavi li a {
    font-size: 17px;
    position: relative;
    padding: 0 0 0 9px;
    text-decoration: none;
    color: #535353;
}

.cra-gnavi li a:hover {
    color: #5b7fc9;
}

.cra-gnavi li a {
    background: url(../images/movie_nav_icon_off.png) no-repeat 0% 54%;
}

.cra-gnavi li a:hover {
    background: url(../images/movie_nav_icon_on.png) no-repeat 0% 54%;
}

.cra-list {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cra-item {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 36px 30px 0;
}

.cra-item:nth-child(6n) {
    margin-right: 0;
}

.cra-ttl {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    transform: scale(0);
    text-align: center;
    opacity: 0;
    color: #ffffff;
}

.cra-ttl span {
    display: table-cell;
    box-sizing: border-box;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding: 10px;
    vertical-align: middle;
}

.cra-item:hover .cra-ttl {
    animation: cra-item-animation;
    animation-duration: 0s;
    animation-delay: 0s;

    animation-fill-mode: forwards;
}

@keyframes cra-item-animation {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.cra-img {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.cra-img:before {
    position: absolute;
    top: -75px;
    left: -75px;
    box-sizing: border-box;
    width: 300px;
    height: 300px;
    content: '';
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 80px solid #ffffff;
    border-radius: 50%;
    background: transparent;
}

.cra-item:hover .cra-img:before {
    animation: cra-img-animation;
    animation-duration: 0.5s;
    border-width: 0;
    border-radius: 0;
    background: rgba(124, 124, 124, 0.9);
}

.cra-item:hover .cra-img.bgtvcm:before {
    background: rgba(212, 76, 76, 0.9);
}

.cra-item:hover .cra-img.bgtvcm01:before {
    background: rgba(22, 123, 170, 0.9);
}

.cra-item:hover .cra-img.bgwebcm:before {
    background: rgba(49, 110, 173, 0.9);
}

.cra-item:hover .cra-img.bgevent:before {
    background: rgba(46, 136, 51, 0.9);
}

.cra-item:hover .cra-img.bgpm:before {
    background: rgba(212, 142, 59, 0.9);
}

.cra-item:hover .cra-img.bgphoto:before {
    background: rgba(0, 157, 149, 0.9);
}

.cra-item:hover .cra-img.bgvp:before {
    background: rgba(96, 146, 52, 0.9);
}

.cra-item:hover .cra-img.bgmv:before {
    background: rgba(53, 60, 142, 0.9);
}

.cra-item:hover .cra-img.bgrc:before {
    background: rgba(57, 146, 179, 0.9);
}

@keyframes cra-img-animation {
    0% {
        border-width: 80px;
        border-radius: 50%;
    }

    100% {
        border-width: 0;
        border-radius: 0;
    }
}

.cra-item a {
    display: block;
}

.bgtvcm {
    background: rgba(212, 76, 76, 0.9);
}

.bgtvcm01 {
    background: rgba(22, 123, 170, 0.9);
}

.bgwebcm {
    background: rgba(49, 110, 173, 0.9);
}

.bgevent {
    background: rgba(46, 136, 51, 0.9);
}

.bgpm {
    background: rgba(212, 142, 59, 0.9);
}

.bgphoto {
    background: rgba(0, 157, 149, 0.9);
}

.bgvp {
    background: rgba(96, 146, 52, 0.9);
}

.bgmv {
    background: rgba(53, 60, 142, 0.9);
}

.bgrc {
    background: rgba(57, 146, 179, 0.9);
}

.pv-box01 {
    margin: 0 0 55px;
    padding: 18px 18px 27px 18px;
    border: 1px solid rgba(177, 176, 176, 0.3);
}

.pv-list {
    display: -webkit-flex;
    display: flex;
    margin: 0px 0 35px;
}

.pv-item {
    width: 220px;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(177, 176, 176, 0.3);
}

.pv-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.pv-item a {
    display: block;
    text-decoration: none;
}

.pv-txt {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 12px;
    margin: 0;
    color: #4b4b4b;
}

.pv-img {
    margin: 0 0 7px;
}

.pv-btn {
    margin: 0;
    text-align: center;
}

.pv-btn a {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 12px;
    display: inline-block;
    padding: 6px 70px;
    text-decoration: none;
    color: #4b4b4b;
    border: 1px solid #b1b0b0;
}

.pv-btn a:before {
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bababa;
}

.pv-bnr {
    float: left;
    width: 395px;
}

.pv-b02-right {
    float: right;
    width: 360px;
}

.pv-b02-txt {
    font-size: 13px;
    line-height: 2em;
    margin: 0 0 31px;
}

.pv-b02-btn {
    margin: 0;
}

.pv-b02-btn a {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 6px 30px 6px 40px;
    text-decoration: none;
    color: #4b4b4b;
    border: 1px solid #b1b0b0;
}

.pv-b02-btn a:before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bababa;
}

.pv-box02 {
    margin: 0 0 48px;
}

.pv-box03 {
    display: -webkit-flex;
    display: flex;
}

.pv-box03 p {
    width: 148px;
    margin: 0 10px 0 0;
}

.pv-box03 p:last-child {
    margin: 0;
}

.section .gMap {
    width: 100%;
    height: 250px;
}

.under-tbl th {
    font-weight: bold;
    color: #0e0e0e;
    background: #f9f9f9;
}

.under-tbl td,
.under-tbl th {
    line-height: 1.5em;
    padding: 7px;
    border: 1px solid #ececec;
}
.under-tbl td .txt-small{
    font-size:.85em;
}

.under-tbl .txt-sml {
    font-size: 120%;
}

.vtop,
.vtop td {
    vertical-align: top;
}

.under-list li {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 13px;
}

.under-list li:last-child {
    margin: 0;
}

.under-list li:before {
    position: absolute;
    top: 4px;
    /* ﾌｫﾝﾄｻｲｽﾞ変更により7→4に変更 */
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bababa;
}

.pponame span {
    font-family: 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Hiragino Mincho Pro', serif;
    font-size: 22px;
    display: inline-block;
}

.under-list li li:before {
    display: none;
}

.txt-clr03 {
    font-size: 15px;
    font-weight: bold;
    color: #008efe;
}

.w33 {
    width: 33.3%;
}

.ppo-num {
    position: relative;
    padding: 0 0 0 40px;
}

.ppo-num>span {
    /*background: #e2dfdf;*/
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 10px;
}

.ppo-num-chil {
    margin-bottom: 0px;
    margin-left: 50px;
}

.ppo-num-chil span {
    font-weight: bold;
    line-height: 1.4em;
    /*background: #e2dfdf;
  border-radius: 50%;
  width: 20px;
  height: 20px;*/
    display: inline-block;
    box-sizing: border-box;
    margin-right: 5px;
    text-align: center;
}

.under-anclink {
    display: -webkit-flex;
    display: flex;
    text-align: center;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.under-anclink.center-li {
    -webkit-justify-content: center;
    justify-content: center;
}

.under-anclink li {
    display: -webkit-flex;
    display: flex;
    width: 49%;
    margin: 0 0 10px;
    text-align: center;
}

.under-anclink a {
    font-size: 13px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px 10px 30px;
    text-decoration: none;
    border: 1px solid #bababa;
    border-left: 5px solid #345394;
    background: #ffffff;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
}

.under-anclink a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #345394;
}

.under-anclink a:hover {
    color: #393939;
    background: #e6e6e6;
}

/****/
.under-anclink02 {
    display: -webkit-flex;
    display: flex;
    text-align: center;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.under-anclink02.center-li {
    -webkit-justify-content: center;
    justify-content: center;
}

.under-anclink02 li {
    display: -webkit-flex;
    display: flex;
    width: 49%;
    margin: 0 auto 10px;
    text-align: center;
}

.under-anclink02 a {
    font-size: 13px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px 10px 30px;
    text-decoration: none;
    border: 1px solid #bababa;
    border-left: 5px solid #345394;
    background: #ffffff;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
}

.under-anclink02 a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #345394;
}

.under-anclink02 a:hover {
    color: #393939;
    background: #e6e6e6;
}

/****/

/****/
.under-anclink03 {
    display: -webkit-flex;
    display: flex;
    text-align: center;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.under-anclink03.center-li {
    -webkit-justify-content: center;
    justify-content: center;
}

.under-anclink03 li {
    display: -webkit-flex;
    display: flex;
    width: 32%;
    margin: 0 auto 10px;
    text-align: center;
}

.under-anclink03 a {
    font-size: 13px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    border: 1px solid #bababa;
    border-left: 5px solid #345394;
    background: #ffffff;

    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
}

.under-anclink03 a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #345394;
}

.under-anclink03 a:hover {
    color: #393939;
    background: #e6e6e6;
}

/****/

.under h6,
.under02 h6 {
    font-size: 110%;
    line-height: 1.6em;
    position: relative;
    margin: 0 0 20px;
    padding: 6px 10px 3px;
    letter-spacing: 1.2px;
    background: #e9ecf3;
}

.under-tbl th.bgtbl01 {
    color: #ffffff;
    background: #393939;
}

.under-list .under-list-ttl,
.under-list-ttl {
    display: inline-block;
    margin: 0 0 11px;
    /*background: #e2dfdf;*/
    padding: 4px 10px;
}

.under-list-ttl:before {
    display: none;
}

.txt-clr04 {
    color: #ff0000;
}

.tbl-ver span {
    white-space: nowrap;
    -ms-writing-mode: tb-lr;
    /*-ms-writing-mode: vertical-rl;*/

    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.tbl-line {
    position: relative;
    overflow: hidden;
}

.tbl-line:after {
    position: absolute;
    top: 46%;
    left: -13%;
    width: 130%;
    content: '';
    transform: rotate(-33deg);
    border-bottom: 1px solid #bababa;
}

.under-frame {
    padding: 20px;
    /*background: rgba(0,157,149,0.1);*/
    border: 1px solid #bababa;
    border-left: 5px solid #393939;
}

.under-frame02 {
    padding: 20px;
    border: 1px solid #bababa;
}

.frm-box {
    position: relative;
    margin: 0 0 70px;
    padding: 20px;
    border: 2px solid #ebebeb;
    background: #ffffff;
}

.frm-box:before {
    position: absolute;
    bottom: -42px;
    left: 50%;
    width: 40px;
    height: 15px;
    margin-left: -13px;
    content: '';
    background-color: #bababa;
}

.frm-box:after {
    position: absolute;
    bottom: -55px;
    left: 50%;
    width: 15px;
    height: 40px;
    content: '';
    background-color: #bababa;
}

.frm-box:last-of-type:before,
.frm-box:last-of-type:after {
    display: none;
}

.frm-box:last-of-type {
    margin: 0;
}

.under-frame.frm-arr {
    position: relative;
}

.under-frame.frm-arr:after {
    position: absolute;
    bottom: -13px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -10px;
    content: '';
    border-top: 13px solid #595959;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
}

.under-frame.frm-arr:last-of-type:after {
    display: none;
}

.txt-lgr {
    font-size: 26px;
}

.under-num li {
    margin: 0 0 20px;
}

.under-num .under-list li {
    margin: 0;
}

.frm-ttl {
    font-size: 16px;
    /* 元は18px */
    font-weight: bold;
    padding: 15px;
    text-align: center;
    color: #393939;
    border: 2px solid #cccccc;
    background: none;
}

#contact dl {
    display: table;
    width: 100%;
}

#contact dt {
    font-weight: bold;
    display: table-cell;
    width: 30%;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border: 1px solid #bababa;
    border-right: none;
    border-bottom: none;
    background: #345394;
}

#contact dd {
    display: table-cell;
    width: 70%;
    padding: 15px;
    vertical-align: middle;
    border: 1px solid #bababa;
    border-bottom: none;
}

#contact dl:last-child dt,
#contact dl:last-child dd {
    border-bottom: 1px solid #bababa;
}

#contact dd input {
    width: 250px;
    margin: 0 0 5px;
    padding: 3px;
}

#contact dd textarea {
    width: 80%;
    height: 120px;
    padding: 3px;
}

#contact dd input[type='file'] {
    display: inline-block;
    width: auto;
}

#contact dd input.fcalcel {
    display: inline-block;
    width: auto;
}

.mail-file {
    font-size: 12px;
    margin: 0;
}

.mail-note,
.pv-note p,
.pv-note {
    font-size: 12px;
    margin: 0;
    color: #00ba00;
}

#contact dd input[type='radio'] {
    display: inline-block;
    width: initial;
}

#contact dd input[type='checkbox'] {
    display: inline-block;
    width: initial;
}

.contact-table th {
    width: 30%;
    background-color: #6b6b6b;
}

.contact-table .item-required th::before{
    content:"※ ";
}

.pv-row {
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background: #345394;
}

.pv-row p {
    margin: 0;
}

#contact dd input.pv-size1,
#contact dd select {
    width: 100px;
}

.pv-submit {
    margin: 20px 0 0;
    text-align: center;
}

.pv-submit button {
    font-size: 14px;
    padding: 8px 30px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    background: #345394;
}

.pv-submit button:hover {
    background: #4987b2;
}

.staff_section {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.staff_section:nth-child(even) {
    margin-right: 0;
}

.creative-staff dt,
.creative-staff dd {
    display: inline-block;
    vertical-align: top;
}

.creative-staff dt {
    /* margin-right: 16px; */
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.creative-staff dd {
    width: 100%;
}

.making-col2 {
    text-align: center;
}

.making-col2 li {
    display: inline-block;
    margin: 10px;
    text-align: right;
}

.making-col2 li:nth-child(2n+2) {
    text-align: left;
}

.making-col2 li img {
    width: auto;
    height: 170px;
}

.making-cnt {
    width: 80%;
    margin: 0 auto;
}

.making-cnt dt {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 10px;
    text-align: center;
}

.making-cnt dt:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 350px;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    background: #345394;
}

.making-cnt dt:before {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    content: '+';
    transform: translate(167px, -21px);
}

.making-cnt dt.active:before {
    width: 16px;
    height: 3px;
    content: '';
    transform: translate(164px, -6px);
    background: #393939;
}

.making-cnt dd {
    display: none;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #bababa;
}

.making-cnt dt span {
    display: block;
    width: 350px;
    margin: 0 auto;
    cursor: pointer;
}

.about-cnt {
    width: 100%;
    margin: 0 auto;
}

.about-cnt dt {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 10px;
    text-align: center;
}

.about-cnt dt:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 350px;
    height: 2px;
    content: '';
    transform: translateX(-50%);
    background: #345394;
}

.about-cnt dt:before {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 50%;
    content: '+';
    transform: translate(167px, -21px);
}

.about-cnt dt.active:before {
    width: 16px;
    height: 3px;
    content: '';
    transform: translate(164px, -6px);
    background: #393939;
}

.about-cnt dd {
    display: none;
    box-sizing: border-box;
}

.about-cnt dt span {
    display: block;
    width: 350px;
    margin: 0 auto;
    cursor: pointer;
}

a.ico-pdf,
a.ico-excel {
    display: inline-block;
}

a.ico-pdf:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/ico_pdf.png) no-repeat;
}

a.ico-excel:before {
    display: inline-block;
    width: 27px;
    height: 30px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/ico_excel.png) no-repeat;
}

.youtube {
    text-align: center;
}

.step dl {
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #bababa;
}

.step dl:after {
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 60px;
    height: 18px;
    content: '';
    transform: translateX(-50%);
    background: url(../images/step_arrow.png) no-repeat;
}

.step dl:last-child {
    margin-bottom: 0;
}

.step dl:last-child:after {
    display: none;
}

.step dt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid #bababa;
    border-left: 5px solid #345394;
    background: #ffffff;
}

.step dt:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #345394;
}

.step dd {
    box-sizing: border-box;
    padding: 20px;
}

.txt-sml {
    font-size: 11px;
}

.under-tbl tr.bg-orange {
    background: #ffebda;
}

.under-tbl tr.bg-orange01 {
    background: #ffc000;
}

.plan-bnr01 a {
    font-size: 16px;
    display: block;
    padding: 35px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #dddddd;
    background: #eeeeee;
}

.plan-bnr01 a span {
    padding: 0 0 0 40px;
    background: url(../images/syorui.png) left center no-repeat;
    background-size: 20px auto;
}

.plan-bnr01 a:hover {
    opacity: 0.7;
    color: #393939;
}

.bnr-3d01 {
    text-align: center;
}

.bnr-3d01 a {
    font-size: 15px;
    display: inline-block;
    padding: 25px 50px;
    text-decoration: none;
    color: #ffffff;
    background: #345394;
}

.bnr-3d01 a:hover,
.plan-3d-pdf a:hover {
    opacity: 0.7;
}

.plan-3d-pdf a {
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background: #201513;
}

.plan-mapping01 {
    font-size: 17px;
    line-height: 1.8em;
    padding: 20px 5% 20px 40%;
    color: #147e3e;
    background: url(../images/plan_mapping_bg01.jpg) 0 0 no-repeat;
    background-size: auto 100%;
}

.plan-mapping02 {
    font-size: 17px;
    line-height: 1.8em;
    padding: 60px 30% 60px 5%;
    color: #147e3e;
    background: url(../images/plan_mapping_bg02.jpg) 100% 0 no-repeat;
    background-size: auto 100%;
}

.plan-mapping-pd {
    display: flex;

    align-items: flex-end;
    justify-content: center;
}

.plan-mapping-pd li:first-child {
    margin-right: 15px;
}

.eq-cate-left {
    float: left;
    width: 90%;
}

.eq-cate-items {
    display: flex;

    flex-wrap: wrap;
}

.eq-cate-items li {
    font-size: 8px;
    line-height: 1.4;
    display: flex;
    width: 24%;
    margin-right: 1.25%;
    margin-bottom: 3px;
    padding: 5px 0;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    background: #5a5b5d;

    justify-content: center;
    align-items: center;
}

.eq-cate-items li:nth-child(4n) {
    margin-right: 0;
}

.eq-note {
    font-size: 10px;
}

.eq-cate-right {
    font-size: 10px;
    float: right;
    width: 23%;
    text-align: center;
    color: #0c090a;
    border-radius: 3px;
    background: #dcdcdc;
}

.eq-detail-left {
    float: left;
    box-sizing: border-box;
    width: 355px;
}

.eq-detail-right {
    float: right;
    box-sizing: border-box;
    width: 355px;
}

.eq-detail-right .text-right p {
    margin-bottom: 1em;
}

.eq-detail-main {
    line-height: 250px;
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    transition: 0.3s;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.eq-detail-main img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.eq-detail-main img.noimg_h90per {
    max-height: 90%;
}

.eq-detail-thumb {
    display: flex;

    justify-content: space-between;
}

.eq-detail-thumb02,
.eq-detail-thumb03 {
    display: flex;
    margin-bottom: 40px;

    justify-content: space-between;
}

.eq-detail-thumb02 li,
.eq-detail-thumb03 li {
    width: 32%;
    height: 160px;
}

.eq-detail-thumb02 li {
    border: 1px solid #bfc0c1;
}

.eq-detail-thumb03 li {
    background: #e1e1e1;
}

.eq-detail-thumb li {
    box-sizing: border-box;
    width: 95px;
    height: 69px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.eq-detail-thumb li img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.eq-detail-name {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 10px 20px 7px 20px;
    color: #ffffff;
    border-left: 5px solid #393939;
    /*margin-bottom: 20px;*/
    background: #4a4a4a;
}

.eq-detail-name span.maker {
    font-size: 12px;
    display: block;
}

.eq-detail-name span.item {
    font-size: 20px;
}

/*.eq-detail-name:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 80%;
  background: #fff;
  top: 10%;
  left: 10px;
}*/
.eq-detail-ttl {
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 0px 3px 10px;
    color: #ffffff;
    border-left: 3px solid #393939;
    background-color: #6d6e71;
    /*width: 355px;*/
}

.eq-detail-ttl span {
    font-size: 80%;
    padding-left: 10px;
}

.eq-detail-ttl02 {
    line-height: 1.6em;
    margin: 0 0 20px;
    padding: 6px 18px;
    letter-spacing: 1.2px;
    border-bottom: solid 1px #345394;
    background: url(../images/h4_icon.png) no-repeat 0.3% 44%;
}

.eq-detail-price {
    /*padding-left: 50px;*/
}

.eq-detail-price dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.eq-detail-price dl dt,
.eq-detail-price dl dd {
    font-size: 14px;
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    padding: 10px 3px 0px 4px;
    vertical-align: top;
}

.eq-detail-price dl dd {
    text-align: right;
}

.eq-detail-price dl dd span {
    font-size: 18px;
}

.eq-detail-price dl dd .txt-small {
    font-size: 14px;
}

/*.eq-detail-price dl.priceinfo_area dt {
  width: 25%;
}*/
.eq-detail-price dl.priceinfo_area dd {
    width: 100%;
    text-align: left;
}

.eq-detail-price dl.eq-banner {
    border-bottom: none;
}

.eq-detail-price dl.eq-banner dt {
    font-size: 14px;
    display: table-cell;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0px;
    vertical-align: top;
}

.eq-detail-price dl.eq-txtinfo dt {
    font-size: 14px;
    display: table-cell;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 2px 10px 2px;
    vertical-align: top;
}

.eq-detail-tab {
    display: flex;
}

ul.eq-detail-tab {
    margin-bottom: 2px;
    border-bottom: 1px solid #b1b0b0;
}

.eq-detail-tab li {
    position: relative;
    z-index: 0;
    margin-right: 5px;
    padding: 5px 20px;
    cursor: pointer;
    color: #929292;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    background: #e8e8e8;
}

.eq-detail-tab li.active {
    z-index: 2;
    top: 1px;
    color: #000000;
    border-top: 1px solid #b1b0b0;
    border-right: 1px solid #b1b0b0;
    border-left: 1px solid #b1b0b0;
    background: #ffffff;
}

.eq-genname {
    font-size: 13px;
    position: relative;
    margin-bottom: 4px;
    /*padding-left: 15px;*/
}

/*.eq-genname::before {
    position: absolute;
    content: '';
    background: #345394;
    width: 7px;
    height: 7px;
    left: 2px;
    top: 7px;
}*/
.tab-ctn {
    position: relative;
    z-index: 3;
    min-height: 300px;
    margin-top: -2px;
    padding: 20px;
    border: 1px solid #b1b0b0;
    border-top: 0;
    background: #ffffff;
}

.tab-ctn .tab {
    display: none;
}

.tab-ctn .tab.active {
    display: block;
}

.tab-ctn table th {
    font-weight: bold;
    color: #0e0e0e;
    background: #f9f9f9;
}

.tab-ctn table th,
.tab-ctn table td {
    line-height: 1.5em;
    padding: 7px;
    border: 1px solid #ececec;
}

.tab-ctn table td {
    line-height: 1.5em;
    padding: 7px;
    border: 1px solid #ececec;
}

.tab-ctn .table4 th {
    font-weight: bold;
    color: #0e0e0e;
    background: #f9f9f9;
}

.tab-ctn .table4 th,
.tab-ctn .table4 td {
    line-height: 1.5em;
    padding: 7px;
    border: 1px solid #ececec;
}

.tab-ctn .table4 td {
    line-height: 1.5em;
    padding: 7px;
    border: 1px solid #ececec;
}

.crative .menu-sp {
    display: none;
}

.menu-sp li.sp {
    display: none;
}

.sp-flex {
    display: none;
}

.under-bnr-lgr .slick-prev,
.under-bnr-lgr .slick-next {
    z-index: 1;
}

.txt-clr03.nw {
    width: auto;
    height: auto;
    background: #ffffff;
}

.media-ttl01 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4em;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

.media-ttl01:after {
    position: absolute;
    z-index: -1;
    ;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background: #e1e1e1;
}

.media-img {
    position: relative;
}

.media-img span {
    font-size: 12px;
    line-height: 1.2em;
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 5px 20px;
    background: #ffffff;
}

.media-ttl02 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pricepic-tbl {
    float: left;
    width: 33%;
}

.pricepic-tbl .pricelink {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 12px;
    position: relative;
    display: flex;
    margin: 20px auto;
    padding: 6px 30px 6px 40px;
    color: #4b4b4b;
    border: 1px solid #b1b0b0;

    justify-content: center;
}

.pricepic-tbl .pricelink:hover {
    opacity: 0.7;
}

.pricepic-tbl .pricelink a {
    text-decoration: none;
}

.pricepic-tbl .pricelink a:hover {
    text-decoration: underline;
}

.pricepic-tbl td {
    /*border: 1px solid #333;*/
    padding: 15px;
    border: none;
    border-left: 1px solid #ececec;
}

.pricepic-tbl td.bg01 {
    /*background: #f0f0f0;*/
}

.pricepic-tbl td.bg02 {
    /*background: #cecece;*/
    border-right: 1px solid #ececec;
}

.pricepic-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #333333;
}

.pricepic-ttl span {
    font-size: 14px;
    font-weight: normal;
}

.pricepic-sub li {
    line-height: 1.3em;
}

.pricepic-sub li {
    font-size: 13px;
    line-height: 1.8em;
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    text-decoration: none;
}

.pricepic-sub a:hover,
.pricepic-cate>a:hover {
    text-decoration: underline;
    color: #1042a9;
}

.pricepic-sub li:before {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bababa;
}

.pricepic-font {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    color: #224898;
}

.big-tab04-ttl {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
}

.big-tab04-tbl td {
    font-size: 11px;
    color: #6a6767;
    border: 1px solid #d1d1d1;
    background: #ffffff;
}

.big-tab04-tbl td.bg-arrow {
    text-align: center;
    background: #d1d1d1;
}

.big-tab04-tbl td.bg-arrow span.triangle-right {
    position: relative;
}

.big-tab04-tbl td.bg-arrow span.triangle-right:after {
    position: absolute;
    top: 3px;
    left: 0px;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
}

.big-tab04-tbl td.bg01 {
    color: #292929;
    background: #e7e7e7;
}

.big-tab04-tbl td.bg01.big-tab04-link:hover {
    background: #ffffff;
}

.big-tab04-tbl td.bg01.big-tab04-link a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.big-tab04-tbl td.bg01.big-tab04-link a.fslarge {
    font-size: 14px;
    padding: 4px 0;
}

.big-tab04-tbl td.big-tab04-link:hover {
    background: #e7e7e7;
}

.big-tab04-tbl td.big-tab04-link a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.closebtn {
    padding: 5px 10px;
}

#breadcrumb {
    margin: 0 0 10px;
    text-align: right;
}

#breadcrumb ul li {
    font-size: 12px;
    position: relative;
    display: inline;
    margin: 0 8px 5px;
    padding: 0 0 0 13px;
    color: #afafaf;
}

#breadcrumb ul li a {
    text-decoration: none;
    color: #afafaf;
}

#breadcrumb ul li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #bababa;
}

#anchor_menu {
    margin: 0 0 30px 0;
    text-align: center;
}

#anchor_menu ul li {
    font-size: 16px;
    position: relative;
    display: inline;
    margin: 0 30px;
    padding: 0 6px 0 16px;
}

#anchor_menu ul li a {
    white-space: nowrap;
    /*color:#999;*/
    text-decoration: none;
}

#anchor_menu ul li a:hover {
    text-decoration: none;
    color: #999999;
}

#anchor_menu ul li::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #bababa;
}

/*#anchor_menu ul li:after {
  content: '';
    position: absolute;
    height: 2px;
    background: #bababa;
    left: 51%;
    right: 50%;
  bottom: -3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}*/
#anchor_menu ul li:hover:after,
#gnavi ul.menu li.active:after {
    right: 0;
    left: 0;
}

.aboutleft {
    float: left;
    width: 48%;
    text-align: center;
}

.aboutright {
    float: right;
    width: 48%;
    text-align: center;
}

.under .staff-blog #mainvisual {
    background: url(../images/idx_main01.jpg) center top no-repeat transparent;
    background-size: cover;
}

.under .staff-blog #mainvisual h2 {
    color: #ffffff;
}

.under .staff-blog .section h3 {
    margin-bottom: 18px;
}

.under .staff-blog .section .date {
    margin-bottom: 10px;
}

.staff-blog .pagination .screen-reader-text {
    display: none;
}

.staff-blog .pagination .nav-links {
    text-align: center;
}

.staff-blog .pagination .nav-links .page-numbers {
    font-size: 1.4em;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    border: 1px solid #cccccc;
}

.staff-blog .pagination .nav-links .page-numbers.current {
    font-weight: bold;
}

.staff-blog .pagination .nav-links a.page-numbers:hover {
    background-color: #f0f0f0;
}

.under .media-list01 {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.under .media-list01 li {
    margin-bottom: 15px;
}

.under .media-list02 {
    display: flex;

    justify-content: space-between;
}

.under .media-list01 li a:hover img,
.under .media-list02 li a:hover img {
    opacity: 0.8;
}

/*プロビデオサービス_サイドメニュー*/
.under #navi #pv_navi .navi_wrap{
    border: 1px solid #bababa;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.under #navi #pv_navi .navi_wrap .navi-list-ttl{
    background: #e8e6e6;
    color: #333;
}
.under #navi #pv_navi .navi_wrap .navi-sub li:last-child{
    margin-bottom: 0;
}
.under #navi #pv_navi .navi_wrap .navi-sub{
    margin: 0;
    padding: 10px 10px 15px;
}

.disk-print-column {
    display: flex;

    justify-content: space-between;
    align-items: center;
}

.disk-print-l {
    width: 530px;
}

.disk-print-r {
    width: 220px;
}

.disk-print-r li {
    margin: 5px 0;
}

.disk-print-column02 {
    display: flex;
    margin-bottom: 20px;
}

.disk-print-column02 li {
    width: 18%;
}

.disk-print-column02 li:nth-child(3) {
    margin-left: 3%;
}

.disk-print-column02 li:nth-child(2n) {
    padding-top: 15px;
}

.eq-two-side {
    display: flex;

    justify-content: space-between;
}

.eq-side-column {
    width: 48%;
}

.haft-side {
    width: 48%;
}

.qa {
    margin-bottom: 20px;
}

.qa dt {
    font-weight: bold;
    position: relative;
    padding: 15px 15px 15px 15px;
    /* 左paddingを60pxから15pxに変更＠180523 */
    color: #ffffff;
    background: #6b6b6b;
}

.qa.qa01 dt {
    padding: 15px;
}

.qa dt span {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.qa dd {
    padding: 15px;
    border: 2px solid #6b6b6b;
}

.qa dd span {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    color: #345394;
}

.jacket-layout {
    display: flex;
}

.jacket_sample {
    width: 350px;
    margin-right: 10px;
}

.jacket_desc {
    font-size: 12px;
    width: 300px;
}


.search .pagination {
    padding: 20px 0;
}

.search .pagination .nav-links {
    text-align: center;
}

.search .pagination .nav-links .page-numbers {
    font-size: 1.4em;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    border: 1px solid #cccccc;
}

.search .pagination .nav-links .page-numbers.current {
    font-weight: bold;
}

.search .pagination .nav-links a.page-numbers:hover {
    background-color: #f0f0f0;
}

a.btn-cart {
    font-size: 11px;
    position: relative;
    display: inline-block;
    margin-top: 0;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 3px double #7b9bde;
    background: #345394;
}

a.btn-cart:before {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    content: '';
    vertical-align: middle;
    background: url(../images/navi_ico01.png) no-repeat;
    background-size: 100% auto;
}

a.btn-cart.active {
    border: 3px double #a1ddf8;
    background: #0096da;
}

a.btn-cart_tax {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    display: flex;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    color: #345394;

    align-items: center;
}

a.btn-cart_tax:before {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: '';
    vertical-align: text-top;
    background: url(../images/navi_ico03.png) no-repeat;
    background-size: 100% auto;
}

a.btn-cart_tax.active {
    color: #0096da;
}

a.btn-cart_tax.active:before {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: '';
    vertical-align: text-top;
    background: url(../images/navi_ico04.png) no-repeat;
    background-size: 100% auto;
}

a.btn-info {
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 3px 25px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 3px double #cccccc;
    background: #6b6b6b;
}

a.btn-info:hover {
    opacity: 0.7;
}

.text-right {
    text-align: right;
}

.inline-area {
    overflow-y: scroll;
    width: 97%;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #cccccc;
}

.case_tbl_left {
    float: left;
    width: 49%;
}

.case_tbl_right {
    float: right;
    width: 49%;
}

.ppolicy_img {
    display: flex;
    text-align: center;

    justify-content: space-evenly;
}

.ppolicy_img li {
    font-size: 10px;
}

.video-frame,
.video-close {
    box-shadow: none !important;
}

.video-link:hover {
    opacity: 0.9;
}

.video-link iframe {
    pointer-events: none;
}

.video_prpt_op iframe {
    width: 653px;
    height: 350px;
}

.category-selector {
    padding: 10px 0 20px;
    text-align: right;
}

.category-selector select {
    padding: 4px;
}

.page-anchor {
    display: block;
    visibility: hidden;
    height: 204px;
    margin-top: -204px;
}

#content h3.category_title:nth-of-type(n+2) {
    margin-top: 100px;
}

.access {
    display: flex;

    justify-content: space-between;
}

.access .tbl-scroll {
    width: 49%;
}

/* IE11 */
@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .h-right {
        float: none;
    }

    *::-ms-backdrop,
    .h-contact {
        float: right;
    }

    *::-ms-backdrop,
    #header .search {
        float: right;
    }
}

/* IE11 */




/*   ★★★★★★★　アークベルサイド　追加CSS　★★★★★★★★   */

.hover a:hover {
    opacity: 0.4;
}

/* 採用情報ページの新着情報欄 */
.under-blog-list2 {
    overflow: auto;
    box-sizing: border-box;
    height: 180px;
    margin: 0 0 17px;
    padding: 15px 0px 8px;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
}

.under-blog-list2 li {
    display: table;
    width: 100%;
    margin: 10px 0 15px;
}

.under-blog-list2 li .under-blog-date {
    display: table-cell;
    width: 123px;
    vertical-align: top;
}

.m_news {
    width: 800px;
    margin: 20px auto;
}

/* 撮影機材ページのサイドナビ、料金表など */
.navi-btn2 a {
    font-size: 12px;
    line-height: 1.3em;
    position: relative;
    display: block;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    letter-spacing: 1.2px;
    border: 1px solid #b1b0b0;
    border-left: 5px solid #345394;
}

.navi-btn2 a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    margin-top: -5px;
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #345394;
}

.navi-btn2 a:hover {
    color: #393939;
    background: #e6e6e6;
}

.navi-btn2:last-child a {
    padding: 15px 10px;
}

.navi-btn2:last-child a:after {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 32px;
    margin-left: 10px;
    content: '';
    vertical-align: middle;
    background: url(../images/navi_ico02.png) no-repeat;
}

.navi-btn2 {
    margin: 0 0 10px;
}

/* プロジェクションマッピング案内ページCSS */
/* TOP image　エリア */
.about {
    width: 780px;
    height: 433px;
    text-align: right;
    background-image: url(https://www.arkbell.co.jp/images/pm/000.jpg);
}

.about .toha {
    font-size: 22pt;
    padding: 40px;
    color: #ffffffff;
}

.about .toha2 {
    font-size: 10pt;
    line-height: 1.8em;
    width: 420px;
    margin-left: 320px;
    text-align: justify;
    color: #ffffffff;
}

/* プロジェクションマッピングの傾向エリア */
.table_a {
    display: table;
    margin-top: 40px;
}

.table_a .cell1 {
    display: table-cell;
    width: 200px;
    padding-right: 40px;
    vertical-align: top;
}

.table_a .cell2 {
    display: table-cell;
    width: 540px;
    padding: 0px 10px 0px 0px;
    vertical-align: top;
}

.table_a .cell2 p {
    padding: 0 30px 0 15px;
    text-align: justify;
}

.table_b {
    display: table;
    margin: 20px 0px 60px 0px;
}

.table_b .cell1 {
    display: table-cell;
    padding-right: 10px;
}

.table_b .cell2 {
    display: table-cell;
}

/* メリットエリア */
.merit {
    display: table;
    margin-bottom: 40px;
}

.merit .no {
    font-size: 14pt;
    display: table-cell;
    width: 10px;
    padding: 10px;
    color: #ffffff;
    background: #2b2b2b;
}

.merit .cell_a {
    display: table-cell;
    width: 740px;
    padding: 10px 10px;
}

.merit .title {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 15px;
}

.merit p {
    text-align: justify;
}

/* 主な事例エリア */
.case_title {
    font-size: 16pt;
    padding: 40px 40px 20px 40px;
    color: #ffffffff;
}

.sample {
    width: 260px;
    margin-left: 40px;
    color: #ffffffff;
}

.sample li {
    font-size: 9pt;
    margin-bottom: 4px;
}

/* ワークフロー */

.class_area {
    position: relative;
    margin-bottom: 80px;
}

.coment {
    position: absolute;
    top: 80px;
    left: 338px;
    width: 400px;
    text-align: justify;
}

/* お問合せ */

.inq_title {
    font-size: 12pt;
    font-weight: bold;
    width: 780px;
    margin-bottom: 20px;
    padding: 15px 0px 10px 40px;
    color: #ffffff;
    background: #2b2b2b;
}

.mega-menu .welcome-bg {
    background: #cccccc;
}

.mega-menu .welcome-bg:hover {
    background: #dddddd;
}


.mega-menu .welcome-bg a {
    color: #555555;
}

/*.door-icon {
  background: url(../images/door_close.jpg) no-repeat;
  background-position: -8px 20px;
  background-size: 45px;
}

.door-icon:hover {
  background: url(../images/door_open.jpg) no-repeat;
  background-position: -8px 20px;
  background-size: 45px;
}

.door-icon a {
  padding: 21px 0 21px 30px !important;
*/


/* navi-addcart */
.navi-addcart {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #b1b0b0;
}

.addcart-head {
    white-space: nowrap;
    color: #0096da;
}

.addcart-head::before {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    content: '';
    vertical-align: center;
    background: url(../images/navi_ico04.png) no-repeat;
    background-size: 100% auto;
}

.addcart-head-strong {
    font-size: 150%;
    font-weight: bold;
}

.addcart-list li {
    border-bottom: 1px solid #ececec;
}

.addcart-list li a {
    display: flex;
    padding: 10px 0;
    text-decoration: none;

    align-items: flex-start;
    justify-content: space-between;
}

.addcart-list li a:hover {
    text-decoration: underline;
    color: #1042a9;
}

.addcart-list li a:hover img {
    opacity: 0.8;
}

.addcart-list figure,
.addcart-list dl {
    margin: 0;
}

.addcart-list figure {
    width: 30%;
}

.addcart-list dl {
    width: 66%;
}

.addcart-list dt {
    display: inline-block;
}

.addcart-list dt {
    font-weight: bold;
}

.addcart-list dd {
    display: inline;
}

.addcart-list .addcart-btn {
    display: none;
}

.red {
    color: #dc0000;
}


/* 同時通訳システム レンタル */
.do-tsu_system_header {
    padding: 1.5rem 0 !important;
    text-align: center;
    border: solid 2px #d5e3d4 !important;
}

.do-tsu_system {
    position: relative;
}

.do-tsu_system span {
    position: absolute;
}

.do-tsu_system span img {
    width: 80%;
}

.do-tsu_system span img.active {
    display: none;
}

.do-tsu_system span.lbb4512 {
    top: 0px;
    left: 210px;
}

.do-tsu_system span.lbb4512_2 {
    top: 188px;
    left: 112px;
}

.do-tsu_system span.int-tx04 {
    top: 272px;
    right: 141px;
}

.do-tsu_system span.ark001 {
    top: 158px;
    right: 53px;
}

.do-tsu_system span.dcn-idesk-l {
    top: 194px;
    right: 119px;
}

.do-tsu_system span.lbb4540-04 {
    top: 81px;
    left: 439px;
}


/*2020.03.13 サブメニューの調整*/
@media screen and (min-width: 640px) {
    .mega-menu li {
        height: 46px;
    }

    .mega-menu li {
        line-height: 46px;
    }
}

/*2020.03.13 Newマーク*/
.new:before {
    content: 'New!';
    display: inline-block;
    padding: 0 7px;
    font-size: 10px;
    background-color: #b20000;
    border-radius: 5px;
    margin-right: 5px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.eq-detail-name .new:before {
    display: block;
    font-size: 12px;
    width: 50px;
    padding: 0 10px;
    margin-bottom: 5px;
}
.a-link{
	position: relative;
	top: -130px;
}


/*------------ 2022.10.19 .box-bnr ------------*/

.box-bnr .list-bnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-bnr .list-bnr .bnr{
    display: inline-block;
    width: 100%;

}

.box-bnr .list-bnr .bnr.width-half{
    width: 49%;
}

@media screen and (min-width: 641px) {
    .box-bnr .list-bnr .bnr a:hover{
        opacity: .7;
    }
    .box-bnr .list-bnr .bnr.width-half{
        min-width: 530px;
    }
}

.box-bnr .list-bnr .bnr + .bnr{
    margin-top:20px;
}

.box-bnr .list-bnr .bnr a{
    display: block;
    position: relative;
    transition: opacity .5s ease;
}

.box-bnr .list-bnr .bnr-concept .bnr-concept_tit {
    position: absolute;
    top: 10px;
    left: 0;
    margin:0;
}

.box-bnr .list-bnr .bnr-concept .bnr-concept_comp {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin:0;
}

/* C.Sepalate Line */
.gr_hr {
    position: relative;
    height: 1px;
    border-width: 0;
    background-image: -webkit-linear-gradient(left, transparent 0%,#333 50%,transparent 100%);
    background-image: linear-gradient(90deg, transparent 0%,#333 50%,transparent 100%);
    margin-top: 80px; 
}
/* H.Button setting */
/* H-1.Extend button */
.btn-extend {
display: inline-block;
width: 200px;
text-align: center;
background-color: hsla(239,45%,36%,1.00);
border: 2px solid hsla(239,45%,36%,1.00);
font-size: 16px;
color: hsla(239,45%,36%,1.00);
text-decoration: none;
font-weight: bold;
margin: 10px;
padding: 10px 24px;
border-radius: 4px;
position: relative;
}
.btn-extend span { position: relative; z-index: 1; }
.btn-extend::before,
.btn-extend::after {
content: "";
display: block;
background-color: #FFF;
width: 50%;
height: 100%;
position: absolute;
top: 0;
transition: .2s;
}
.btn-extend::before {
left: 0;
}
.btn-extend::after {
right: 0;
}
.btn-extend:hover:before,
.btn-extend:hover:after {
width: 0;
background-color: #FFF;
}
.btn-extend:hover {
color: #FFF;
}

@media screen and (max-width:736px){
.btn-extend {
    width: 160px;
    font-size: 12px;
    padding: 5px 10px;
}
}

/*------------ 2022.10.20 .randd ------------*/
.randd_pageTitle{
    margin-bottom:20px;
    font-size:1.85em;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding:15px;
    background-color:#757575;
    color:#fff;
}
.randd_section + .randd_section{
    margin-top:50px;
}
.randd_section .section_header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
}
.randd_section .section_title{
    line-height:1.4;
    margin:0;
    padding:0;
    border:none;
}
.randd_section .section_header_btn{
    display:inline-block;
    position:relative;
    padding-right:3em;
    flex-shrink:0;
    color:#333;
    font-size:1.2em;
    font-weight:bold;
    text-decoration:none;
    transition:opacity .5s cubic-bezier(.4,0,.25,1);
}
.randd_section .section_header_btn::before,
.randd_section .section_header_btn::after{
    content:"";
    position:absolute;
    bottom:.5em;
    right:0;
    box-sizing:border-box;
}
.randd_section .section_header_btn::before{
    width:10px;
    height:8px;
    border-color:transparent transparent #333 #333;
    border-style:solid;
    border-width:4px 5px;
}
.randd_section .section_header_btn::after{
    right:5px;
    width:22px;
    height:3px;
    background:#333;
}
@media screen and (min-width: 641px) {
    .randd_section .section_header_btn:hover{
        opacity:.7;
    }
}
.randd_section .section_body{
    display:flex;
    justify-content:space-between;
    margin-top:12px;
}
.randd_section .section_block-left{
    width:42.78%;
}
.randd_section .section_block-right{
    width:55.7%;
    display:flex;
    justify-content:space-between;
    align-content:flex-start;
    flex-wrap:wrap;
}
.randd_section .section_pic{
    margin:0;
}
.randd_section .section_pic img{
    width:100%;
    height:auto;
}
.randd_section .section_block-right .section_pic{
    width:48.64%;
}
.randd_section .section_caption{
    margin-bottom:.6em;
    padding:0;
    border:none;
    background:none;
    font-size:1.6em;
    font-weight:bold;
}
.randd_section .section_pic + .section_caption{
    margin-top:1.4em;
}
.randd_section .section_pic .section_text{
    margin-bottom:0;
    line-height:2;
}


/*------------ 2023.01.16 対応表 ------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table_block{
    margin-top: 50px;
}
.table_block p{
    font-weight: 600;
    font-family: 'A-OTF-MidashiGoPr5-MB31';
    margin-bottom: 10px;
}
.table_about {
    width: 100%;
    margin: 0 auto 10px auto;
    border: 1px solid #000;
    font-size: 0.84615em;
    line-height: 1.3;
    font-family: 'A-OTF-FutoGoB101Pr5-Bold';
}
.table_about th {
    padding: 5px 2px;
    border: 1px solid #dddddd;
    background-color: #000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.table_about td {
    padding: 10px 2px;
    border: 1px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}
.table_about .bg-color1 {
    background-color: #000;
    color: #ffffff;
}
.table_about .bg-color2 {
    background-color: rgb(117, 117, 117);
    color: #fff;
}
.table_about .bg-color3 {
    background-color: #e8e6e6;
    color: #333333;
}

@media screen and (max-width: 640px) {
    .table_about {
        width: 1080px;
    }
    .table_scroll {
        width: 100%;
        overflow-x: scroll;
    }
}



/*------------ 2023.06.21 採用ページ共通css ------------*/

/*募集職種*/
.occupation{
    margin-bottom: 50px;
}
.occupation ul li{
    border-bottom: 1px #e8e6e6 solid;
}
.occupation ul li a{
    color: #000;
    display: block;
    transition: 0.3s;
    padding: 40px 10px 30px 50px;
    text-decoration: none;
}
.occupation ul li a:hover{
    cursor: pointer;
    color: rgba(21,116,220,1);
}
.occupation ul li h3{
    border: none;
    padding: initial;
    margin: initial;
    margin-bottom: 10px;
    position: relative;
}
.occupation ul li h3::before{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: -50px;
    top: 50%;
    transition: transform .3s;
    transform-origin: left top;
    transform: scale(1, 1);
}
.occupation ul li a:hover h3::before{
    transform: scale(0, 1);
    transform-origin: right top;
}
.occupation ul li div{
    text-align: right;
}
.occupation ul li div span{
    text-align: right;
    padding: 10px 30px;
    background-color: #000;
    border: 1px #000 solid;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}
.occupation ul li a:hover div span{
    color: #000;
    background-color: #fff;
}

@media screen and (max-width: 640px){
    .occupation ul li div {
        text-align: left;
    }
}

/*募集要項*/
.Requirements{
    width: 90%;
    margin: 0 auto;
}
.Requirements p{
    margin: 0;
}
.Requirements dl{
    display: flex;
    border-bottom: 1px #000 solid;
}
.Requirements dl dt,
.Requirements dl dd{
    padding-top: 40px;
    padding-bottom: 40px;
}
.Requirements dl dt{
    width: 20%;
    padding-left: 20px;
    font-weight: bold;
}
.Requirements dl dd{
    flex: 1;
}
.Requirements dl dd ol.ol_number{
    margin-top: 10px;
}
.Requirements dl dd ol li{
    margin-bottom: 5px;
}
.Requirements dl dd ol.ol_number li{
    list-style-type: none;
    counter-increment: cnt;
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.Requirements dl dd ol.ol_number li::before {
  content: "("counter(cnt)")";
}
.Requirements dl dd ol.ol_disc{
    margin-left: 1.5em;
}
.Requirements dl dd ol.ol_disc li{
    list-style-type: disc;
}

.Requirements dl dd .emphasis_txt{
    padding-left: 1.3em;
    text-indent: -1.3em;
}
.Requirements dl dd .emphasis_txt span{
    display: block;
}
.Requirements dl dd .emphasis_txt span::before{
    content: '◇';
}
.Requirements dl dd.treatment p.txt span.ttl{
    color: #fff;
    background-color: #000;
    display: inline-block;
    padding: 2px 0;
    width: 110px;
    text-align: center;
    margin-right: 10px;
}

.application_btn{
    margin-top: 50px;
    text-align: center;
}
.application_btn a{
    display: inline-block;
    padding: 20px 80px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 1px #000 solid;
    font-size: 15px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    box-shadow: 5px 7px 0px 0px #000000;
    transition: 0.3s;
}
.application_btn a:hover{
    box-shadow: 0 0 0 0 #000;
    color: #fff;
    background-color: #000;
}

@media screen and (max-width: 640px){
    .Requirements dl{
        display: block;
        padding: 30px 0;
    }
    .Requirements dl dt,
    .Requirements dl dd{
        padding-top: 0;
        padding-bottom: 0;
    }
    .Requirements dl dt{
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .Requirements dl dd{
        padding-left: 20px;
    }
    .Requirements dl dd.treatment p.txt span.txt{
        display: block;
        margin-left: 1em;
        margin-top: 5px;
    }
    
    .application_btn{
        margin-bottom: 20px;
    }
    .application_btn a{
        padding: 20px 0;
        width: 90%;
        text-align: center;
    }
}
/*イベントテクニカルディレクター*/
.kome{
    display: block;
    font-size: 90%;
}
.flex_tecd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_tecd > div.txt{
    width: 40%;
    margin-right: 4%;
}
@media screen and (max-width: 640px){
    .flex_tecd{
        display: block;
    }
    .flex_tecd > div.txt{
        width: 100%;
        margin: 0 0 30px;
    }
}

/*営業アシスタント*/
.Requirements.sales_assistant dl dd ol.ol_disc{
    margin-left: 3em;
}
/*モーショングラフィックスデザイナー*/
.Requirements.motion_graphics_designer dl dd ol.ol_disc{
    margin-left: 2.5em;
}