* {
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, background-image 0.3s, text-shadow 0.3s;
}

a {
    color: #db431f;
}

body {
    font-family: "Noto Sans Japanese";
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 1.6;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    /*
    background-color: #fffaf5 !important;
    background: -moz-linear-gradient(top, #FFC778, #FFF);
    background: -webkit-linear-gradient(top, #FFC778, #FFF);
    background: linear-gradient(to bottom, #FFC778, #FFF);
    */
}

table {
    border-collapse: collapse;
    border: solid 1px #ccc;
    border-radius: 20px;
    border-width: 0;
}

table tr:nth-child(odd) td {
    background-color: #efefef;
}

table tr:nth-child(odd) th {
    background-color: #efefef;
}

table th,
table td {
    /*
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    */
}

table td {
    font-weight: 400;
}

th {
    color: #666;
}

table .sort,
table .pointer {
    color: #666;
}

table .text-danger {
    color: #c70612;
}

.ttl {
    position: relative;
    padding: 1.5rem 1rem;
    padding-bottom: 20px !important;
}

.ttl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ttl,
.ttl2,
.ttl3 {
    color: #333 !important;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.ttl .btn-success.on,
.ttl2 .btn-success.on,
.ttl3 .btn-success.on {}

.ttl2,
.ttl2 * {
    vertical-align: baseline;
}

#main {
    width: 100%;
}

.left_column {
    float: left;
    width: 60%;
}

.right_column {
    float: right;
    width: 37%;
    min-height: 400px;
    overflow-y: auto;
}

/*table_wrap*/
.table_wrap_wrap {
    background-image: url(../img/loading.gif);
    min-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}

.table_wrap {
    width: 100%;
    max-height: 61vh;
    overflow-x: auto;
    border: #ccc 1px solid;
    margin-bottom: 20px;
}

.table_wrap table {
    width: max-content;
    min-width: 100%;
    margin: 0 !important;
}

.table_wrap table th {
    display: table-cell;
    white-space: nowrap;
}

.table_wrap table td {
    white-space: nowrap;
}

/*top_box*/
.top_box {
    width: 31.33%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}

/*/top_box*/
.sp_mode .sp_only {
/*    display: block !important;*/
}

@media only screen and (min-width: 1233px) {
    .sp_only {
        display: none !important;
    }
}

.map {
    display: block;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    border: 1px solid #ccc;
    position: relative;
}

.map .beacon {
    position: absolute;
}

table th,
table td {
    word-break: break-all;
}

.h_auto {
    height: auto !important;
    min-height: auto !important;
}

.icon_add_adount {
    background-image: url(../images/common/icon_acount_add.png);
}

.icon_login {
    background-image: url(../images/common/icon_login.png);
}

a:hover .icon_add_adount {
    background-image: url(../images/common/icon_acount_add_w.png);
}

a:hover .icon_login {
    background-image: url(../images/common/icon_login_w.png);
}

.privacy_box {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.header_fixed #main {}

section {
    width: 1232px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.none section {
    padding: 0px;
}

section.w2 {
    width: 1280px;
}

.sort,
.pointer {
    cursor: pointer;
    color: #fff;
}

.sort:hover,
.pointer:hover,
.sort_on {
    color: #db431f;
}

.tabs ul {
    display: inline-block;
    width: 100%;
    border-color: #db851f;
    border-radius: 0px;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.tabs li {
    display: inline-block;
}

.tabs li a {
    margin-bottom: -1px;
}

.tabs li a.act {
    border-bottom-color: #fff !important;
}

.tabs li a.act.btn-success {
    color: #fff !important;
    border-color: #db851f;
    background-color: #f6a23f;
}

.tabs li a.btn {
    border-radius: 10px 10px 0 0;
    box-shadow: unset;
    border-bottom-color: #db851f;
}

[type=radio] {
    margin-right: 5px;
}

label {
    margin-right: 10px;
}

/******************************
pagination
******************************/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-item {
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    transition: opacity .2s;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1em;
}

.page-item.active .page-link {}

.page-item:first-child .page-link {}

.page-item:last-child .page-link {
    color: #f6a23f;
}

span.page-link {
    color: #f6a23f;
}

.page-link {
    color: #f6a23f;
    padding: 7px 15px;
    background-color: #fff;
    border: 1px solid #f6a23f;
    border-radius: 0px;
    box-shadow: 2px 2px 0px 0px #db851f;
}

.mini .page-link {}

a.page-link:hover {
    z-index: 2;
    text-decoration: none !important;
}

.page-link {}

.page-item.active .page-link {
    color: #f6a23f;
    background-color: #fff6eb;
}

a.page-link:hover {
    color: #fff !important;
    background-color: #f6a23f !important;
}


.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

/*######################################################
    mypage
######################################################*/
#mypage section {
    padding: 0;
    height: 100%;
    background-color: #fff;
    position: relative;
}

#mypage .left_column {
    width: 26%;
    height: 100%;
    background-color: #22496c;
    position: absolute;
    left: 0;
    top: 0;
}

#mypage .left_column .my_menu {
    display: block;
}

#mypage .left_column ul.my_menu {
    margin-bottom: 0;
}

#mypage .left_column ul.my_menu li {
    line-height: 55px;
    border-bottom: solid 1px #486884;
}

#mypage .left_column ul.my_menu li a {
    color: #fff;
    font-weight: bold;
    padding: 0px 30px;
    display: block;
    width: 100%;
    height: 100%;
}

#mypage .left_column ul.my_menu li a:hover {
    background-color: #466c8d;
    text-decoration: none !important;
}

#mypage .right_column {
    width: 74%;
    margin-left: auto;
    height: 100%;
    padding: 36px 32px;
}

#mypage section:before,
#mypage section:after {
    content: " ";
    display: table;
}

#mypage section:after {
    clear: both;
}

#mypage section {
    *zoom: 1;
}

/*######################################################
    top
######################################################*/
.top_kv {
    width: 60%;
    display: block;
    float: left;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(/common/images/kv/kv_bg.png);
    background-position: 8% 76%;
    background-size: 170%;
    text-indent: -9999px;
}

.top_kv h1 {}

.top_info {
    width: 40%;
    display: block;
    float: left;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    position: relative;
    color: #fff;
}

.top_info:before {
    content: "";
    width: 160%;
    height: 140%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(/common/images/kv/kv_bg.png);
    background-position: 150% 87%;
    background-size: 170%;
    -ms-filter: blur(15px);
    filter: blur(15px);
    overflow: hidden;
    left: -20px;
    top: -20px;
    z-index: 0;
}

.top_info.infos {}

.infos {}

.infos h2 {
    z-index: 1;
    position: absolute;
    top: -100px;
}

.infos dl {
    z-index: 1;
    position: relative;
    display: block;
    margin-left: 4%;
    margin-right: 4%;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 92%;
    overflow: hidden;
    border: solid #515163;
    border-width: 0 0 1px 0;
}

.infos dl a {
    color: #fff;
}

.infos dl dt {
    display: block;
    float: left;
    width: 120px;
}

.infos dl dt span {
    display: block;
    padding: 2px 10px;
    border: solid #fff 1px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infos dl dd {
    display: block;
    padding-left: 3%;
    width: calc(100% - 120px);
    float: left;
}

.infos dl dd h3 {
    font-size: 16px !important;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infos dl dd p {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.infos .btn_info {
    z-index: 1;
    position: relative;
    text-align: right;
    margin-top: 16px;
    margin-right: 16px;
    color: #0e69b7;
}

.infos .btn {
    color: #0e69b7;
}

.infos .btn:hover {
    color: #fff;
    background-color: #083358;
    opacity: 1;
}

.infos .btn i {
    margin-left: 0.5em;
    margin-right: 0;
}

section .box {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 3%;
}

.none section .box {
    margin-bottom: 0;
}

.onecolumn section {
    padding: 0;
}

.onecolumn section .box {
    background-color: #fff;
    margin-bottom: 0px;
    padding: 36px 3%;
}

section .infos {
    padding-top: 0;
}

section .infos h2 {}

section .infos dl {
    border: solid #ccc;
    border-width: 0 0 1px 0;
    margin: 0;
    width: 100%;
}

section .infos dl a {
    color: #333;
}

section .infos dl dt {
    width: 10%;
}

section .infos dl dt span {
    border: solid #ccc 1px;
}

section .infos dl dd {
    width: 90%;
}

section .infos dl dd h3 {}

section .infos dl dd p {}

section .infos .btn_info {
    margin: 20px 0 0 0;
}

section .infos .btn {
    color: #fff !important;
    background-color: #0e69b7;
}

section .infos .btn:hover {
    color: #0e69b7 !important;
    background-color: #fff;

}

section .infos .btn i {}

/*######################################################*/
.face_img {
    width: 150px;
}

.last {
    border: 0 !important;
}

.error {
    color: #e83c39 !important;
}

.face {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #90a5b7;
    border-radius: 50%;
    overflow: hidden;
}

.face img {
    width: 100%;
    height: 100%;
}

.ttl {
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0;
    color: #666;
    background: unset;
}

.ttl i {
    /*
    color: #666;
    */
}

.ttl span i {
    color: unset;
}

.top_box .ttl {
    padding: 0.2rem 0.5rem;
    background: unset;
    /* -webkit-box-shadow: 3px 3px 0 #e8b272; */
    /* box-shadow: 3px 3px 0 #e8b272; */
    /* color: #995709;*/
}

.top_box .ttl {
    position: relative;
    padding: 0 65px;
    text-align: center;
}

.top_box .ttl:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #666;
}

.top_box .ttl:after {
    display: none;
}

.top_box .ttl span {
    position: relative;
    padding: 0 1em;
    background: #fff;
    word-break: keep-all;
    display: block;
    margin: 0 auto;
}

.ttl.ellipsis span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 900px;
    display: inline-block;
}

.ttl2 {
    border-bottom: solid 3px #ccc;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.ttl2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}

.ttl3 {
    font-weight: bold;
    margin-bottom: 0px;
    border-radius: 5px;
    text-align: center;
    font-size: 40px;
}

.ttl3+p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.ttl4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    border-radius: 5px;
    text-align: center;
}

a {
    /*
    color: #0e69b7;
    */
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    /*
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    */
    width: 100%;
    margin-bottom: 20px;
}

table th {
    width: 40%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    /*
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #def0ff;
    */
    vertical-align: middle;
}

table th+th {
    width: unset;
}

table a.w300 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    display: inline-block;
}

table th .error {
    float: right;
}

table td {
    padding: 10px;
    vertical-align: top;
    /*
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    */
    vertical-align: middle;
}

select {
    height: 46px;
    line-height: 46px;
    width: 100%;
    vertical-align: middle;
    border-radius: 0px;
    font-size: 18px;
    border: solid 1px #999;
}

.well select {
    background-color: #fff;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=datetime],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime-local],
input[type=number],
input[type=file],
textarea {
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    width: 100%;
    background-color: #fafafa;
    box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    font-size: 18px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
}

input[type=checkbox] {
    margin-right: 5px;
    zoom: 1.5;
}

textarea {
    height: 200px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}

p,
ul,
ol {
    margin-bottom: 10px;
}

.txtCenter {
    text-align: center !important;
}

.txtLeft {
    text-align: left !important;
}

.txtRight {
    text-align: right !important;
}

.f_left {
    float: left !important;
}

.f_right {
    float: right !important;
}

.f_clear {
    clear: both !important;
}

@media screen and (max-width: 824px) {

    .sp_txtCenter {
        text-align: center !important;
    }

    .sp_txtLeft {
        text-align: left !important;
    }

    .sp_txtRight {
        text-align: right !important;
    }

    .sp_f_left {
        float: left !important;
    }

    .sp_f_right {
        float: right !important;
    }

    .sp_f_clear {
        clear: both !important;
    }

}

.fa,
.far,
.fas,
.fab {
    line-height: 1.7 !important;
    margin-right: 0.5em;
    vertical-align: middle;
}

.ttl .fa,
.ttl .far,
.ttl .fas,
.ttl .fab {
    line-height: unset !important;
}

.ttl3 .fa,
.ttl3 .far,
.ttl3 .fas,
.ttl3 .fab {
    line-height: 1.4 !important;
}

.msg_box {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
}

.msg_box h2 {
    margin-bottom: 20px;
    text-align: center;
}

.entry {
    padding-bottom: 20px;
}

.entry:after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

/******************************
well
******************************/
.well {
    background-color: #ffe9ce;
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    overflow: hidden;
}

#index .well {
    width: 60%;
    margin: 0 auto 30px;
}

/******************************
well ul
******************************/
.well ul {
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.well ul li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #dfdfdf;
    font-size: 14px;
}

.well ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.well ul li a span {
    display: inline-block;
    width: 100px;
    font-size: 13px;
    vertical-align: baseline;
    text-align: center;
    margin-right: 10px;
    background-color: #40c1a2;
    color: #fff;
    line-height: 25px;
    height: 25px;
    border-radius: 3px;
}

/******************************
text
******************************/
.text-mute {
    color: #666666;
}

.text-primary {
    color: #40c1a2;
}

.text-info {
    color: #49afcd;
}

.text-success {
    color: #f6a23f;
}

.text-warning {
    color: #faa732;
}

.text-danger {
    color: #c70612;
}

.text-inverse {
    color: #363636;
}

/******************************
bg
******************************/
.bg_gray {
    background-color: #f5f5f5 !important;
}

.bg_gray2 {
    background-color: #e6e6e6 !important;
}

/******************************
.btn
******************************/
.btn,
.btn-success,
.btn-primary,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse {
    /* box-shadow: 0 2px 2px rgb(0 0 0 / 10%) !important; */
    text-shadow: 0 -1px 0 rgb(0 0 0 / 10%) !important;
    font-weight: bold !important;
    padding: 5px 12px !important;
    font-size: 14px !important;
    display: inline-block;
    color: #0e69b7 !important;
    background-image: none !important;
    background-color: #fefefe;
    /* box-shadow: none !important; */
    text-shadow: 0 0 0 rgb(0 0 0 / 0%) !important;
    transition: background-color 1s, color 1s, box-shadow 1s, background-image 1s, text-shadow 1s;
    border-color: #0e69b7;
    border-radius: 10 px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 0px 0px #db851f;
    overflow-y: hidden;
}

.btn:hover,
.btn-success:hover,
.btn-primary:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-inverse:hover {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #0e69b7;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.btn-success {
    color: #f6a23f !important;
    border-color: #f6a23f;
}

.btn-success:hover {
    background-color: #f6a23f;
}

.btn-primary {
    color: #40c1a2 !important;
    border-color: #40c1a2;
}

.btn-primary:hover {
    background-color: #40c1a2;
}

.btn-info {
    color: #49afcd !important;
    border-color: #49afcd;
}

.btn-info:hover {
    background-color: #49afcd;
}

.btn-warning {
    color: #faa732 !important;
    border-color: #faa732;
}

.btn-warning:hover {
    background-color: #faa732;
}

.btn-danger {
    color: #c70612 !important;
    border-color: #c70612;
}

.btn-danger:hover {
    background-color: #c70612;
}

.btn-inverse {
    color: #363636 !important;
    border-color: #363636;
}

.btn-inverse:hover {
    background-color: #363636;
}

/******************************
.btn.on
******************************/
.btn.on,
.btn-success.on,
.btn-primary.on,
.btn-info.on,
.btn-warning.on,
.btn-danger.on,
.btn-inverse.on {
    color: #ffffff !important;
}

.btn.on:hover,
.btn-success.on:hover,
.btn-primary.on:hover,
.btn-info.on:hover,
.btn-warning.on:hover,
.btn-danger.on:hover,
.btn-inverse.on:hover {
    background-color: #fefefe;
}

.btn.on {
    background-color: #0e69b7;
}

.btn.on:hover {
    color: #0e69b7 !important;
    border-color: #0e69b7;
}

.btn-success.on {
    background-color: #f6a23f;
}

.btn-success.on:hover {
    color: #f6a23f !important;
    border-color: #f6a23f;
}

.btn-primary.on {
    background-color: #40c1a2;
}

.btn-primary.on:hover {
    color: #40c1a2 !important;
    border-color: #40c1a2;
}

.btn-info.on {
    background-color: #49afcd;
}

.btn-info.on:hover {
    color: #49afcd !important;
    border-color: #49afcd;
}

.btn-warning.on {
    background-color: #faa732;
}

.btn-warning.on:hover {
    color: #faa732 !important;
    border-color: #faa732;
}

.btn-danger.on {
    background-color: #c70612;
}

.btn-danger.on:hover {
    color: #c70612 !important;
    border-color: #c70612;
}

.btn-inverse.on {
    background-color: #363636;
}

.btn-inverse.on:hover {
    color: #363636 !important;
    border-color: #363636;
}

/******************************
btn size
******************************/
.btn_ss {
    padding: 0 8px !important;
    font-size: 10px !important;
    min-width: 80px;
    height: 26px;
    line-height: 24px;
    max-width: 100%;
}

.btn_ss i {
    line-height: 24px !important;
}

.btn_s {
    padding: 0 10px !important;
    font-size: 12px !important;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    max-width: 100%;
}

.btn_s i {
    line-height: 36px !important;
}

.btn_m {
    padding: 0 10px !important;
    font-size: 16px !important;
    min-width: 160px;
    height: 42px;
    line-height: 37px;
    max-width: 100%;
}

.ttl .btn_m,
.ttl2 .btn_m,
.ttl3 .btn_m {
    overflow: hidden;
    height: 100%;
}

.btn_m i {
    line-height: 42px !important;
}

.btn_l {
    padding: 0 10px !important;
    font-size: 18px !important;
    min-width: 200px;
    height: 56px;
    line-height: 56px;
    max-width: 100%;
}

.btn_l i {
    line-height: 56px !important;
}

.btn_ll {
    padding: 0 10px !important;
    font-size: 18px !important;
    min-width: 320px;
    height: 56px;
    line-height: 56px;
    max-width: 100%;
}

.btn_ll i {
    line-height: 56px !important;
}

/******************************
ind_1
******************************/
.ind_1 li {
    padding-left: 1em;
    text-indent: -1em;
}



@media screen and (min-width: 825px) {

    .kv2 {
        width: 1232px;
        margin: 0 auto;
    }

    /******************************
    min-width
    ******************************/
    blockquote {
        margin-left: 1em;
    }

    /******************************
    col
    ******************************/
    .row {
        display: table !important;
        width: 100%;
    }

    .col1 {
        width: 8.3333333333333% !important;
        display: table-cell;
    }

    .col2 {
        width: 16.666666666667% !important;
        display: table-cell;
    }

    .col3 {
        width: 25% !important;
        display: table-cell;
    }

    .col4 {
        width: 33.333333333333% !important;
        display: table-cell;
    }

    .col5 {
        width: 41.666666666667% !important;
        display: table-cell;
    }

    .col6 {
        width: 50% !important;
        display: table-cell;
    }

    .col7 {
        width: 58.333333333333% !important;
        display: table-cell;
    }

    .col8 {
        width: 66.666666666667% !important;
        display: table-cell;
    }

    .col9 {
        width: 75% !important;
        display: table-cell;
    }

    .col10 {
        width: 83.333333333333% !important;
        display: table-cell;
    }

    .col11 {
        width: 91.666666666667% !important;
        display: table-cell;
    }

    .col12 {
        width: 100% !important;
        display: table-cell;
    }

    /******************************
    sp_only
    ******************************/
    .sp_only {
        display: none;
    }

    /******************************
    h
    ******************************/
    h1 {
        font-size: 28px;
        line-height: 1.4;
    }

    h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    /******************************
    kv
    ******************************/
    .kv {
        height: 400px;
        background-position: center;
        background-size: cover;
        position: relative;
        background-color: #e0e0e0;
    }

    .kv:before,
    .read:before {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .kv_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        background-position: center;
        background-size: cover;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        -o-filter: blur(3px);
        filter: blur(3px);
    }

    .kv_in {
        width: 1232px;
        display: table;
        height: 100%;
        position: absolute;
        left: 50%;
        margin-left: -616px;
        z-index: 1;
    }

    .kv_in_box {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .kv_in_box h1 {
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0px 0px 10px #000000;
    }

    .kv_in_box h2 {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0px 0px 10px #000000;
    }

    .kv_in_box h3 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0px 0px 10px #000000;
    }

    .kv_in_box p {
        text-shadow: 0px 0px 10px #000000;
        color: #fff;
        font-size: 20px;
        margin-top: 10px;
    }

    .kv_in_box a {}

    /******************************
    read
    ******************************/
    .read {
        height: 230px;
        background-position: center;
        background-size: cover;
        position: relative;
        background-color: #e0e0e0;
    }

    .read_bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        background-position: center;
        background-size: cover;
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -ms-filter: blur(3px);
        -o-filter: blur(3px);
        filter: blur(3px);
    }

    .read:before {}

    .read_in {
        width: 1000px;
        display: table;
        height: 100%;
        position: absolute;
        left: 50%;
        margin-left: -500px;
        z-index: 1;
    }

    .read_in_box {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
    }

    .read_in_box h1 {
        font-size: 40px;
        color: #fff;
        font-weight: bold;
        text-shadow: 0px 0px 10px #000000;
    }

    .read_in_box p {
        text-shadow: 0px 0px 10px #000000;
        color: #fff;
        font-size: 20px;
        margin-top: 10px;
    }

    .read_in_box a {}

    /******************************
    box
    ******************************/
    .box_cat {
        padding: 2px 10px;
        border: solid #cccccc 1px;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 260px;
        min-width: 90px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .box_tags {
        width: 100%;
        display: block;
    }

    .box_tags li {
        float: left;
        text-align: center;
        max-width: 20%;
        min-width: 70px;
        margin-bottom: 10px;
    }

    .box_tags li a {
        color: #999999;
        display: block;
        width: 94%;
        height: 100%;
        padding: 2px 8px;
        border: solid #cccccc 1px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none !important;
        margin-right: 6%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .box_tags li a:hover {
        background-color: #999999;
        color: #fff;
    }

    /******************************
    box_1
    ******************************/
    .box_1_wrap {
        width: 101.3%;
        margin-left: -1.3%;
        margin-bottom: 1.3%;
    }

    .box_1_wrap:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .box_1 {
        height: 629px;
        width: 32%;
        margin-left: 1.3%;
        margin-bottom: 1.3%;
        background-color: #fff;
        float: left;
        position: relative;
    }

    .seminer_list .box_1,
    .news_list .box_1 {
        height: 585px;
    }

    .box_1 a {
        color: #aaa;
    }

    .box_1_type {
        padding: 0;
        font-weight: bold;
        z-index: 6;
        margin: 0;
        width: 100%;
        height: 64px;
        border: solid;
        border-width: 4px 0 0 0;
    }

    .box_1_type a {
        font-size: 18px;
        line-height: 60px;
        padding-left: 23px;
        padding-right: 23px;
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none !important;
    }

    .box_1_type a:hover {
        color: #fff !important;
    }

    .news .box_1_type a:hover {
        background-color: #5fa8e0;
    }

    .report .box_1_type a:hover {
        background-color: #e2a957;
    }

    .seminer .box_1_type a:hover {
        background-color: #ad7ad8;
    }

    .news .box_1_type {
        border-color: #5fa8e0;
    }

    .report .box_1_type {
        border-color: #e2a957;
    }

    .seminer .box_1_type {
        border-color: #ad7ad8;
    }

    .news .box_1_type a {
        color: #5fa8e0;
    }

    .report .box_1_type a {
        color: #e2a957;
    }

    .seminer .box_1_type a {
        color: #ad7ad8;
    }

    .box_1_img {
        width: 100%;
        height: 225px;
        overflow: hidden;
        margin: 0;
        background-color: #eee;
        display: block;
    }


    .box_1_img a {
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        -moz-transition: -moz-transform 0.3s linear;
        -webkit-transition: -webkit-transform 0.3s linear;
        -o-transition: -o-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
        transition: transform 0.3s linear;
    }

    .box_1_img a:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .box_1_img a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.4s 0s ease;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    .box_1_img a:hover:before {
        opacity: 1;
    }

    .box_1_in {
        padding: 20px;
    }

    .box_1_date {
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        line-height: 40px;
        border-bottom: solid 1px #d6d6d6;
    }

    .box_1_date a {
        color: #666;
        font-weight: normal;
    }

    .box_1_cat {
        position: absolute;
        right: 20px;
        top: 310px;
        padding: 2px 10px;
        border: solid #cccccc 1px;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 260px;
        min-width: 90px;
    }

    .seminer_list .box_1_cat,
    .news_list .box_1_cat {
        top: 246px;
    }

    .box_1_title {
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 10px;
    }

    .box_1_title a {
        color: #333;
    }

    .box_1_text {
        overflow: hidden;
        display: block;
        width: 100%;
        height: 145px;
    }

    .box_1_text a {
        color: #333;
    }

    .box_1_tags {
        overflow: hidden;
        width: 100%;
        height: 30px;
    }

    .box_1_tags li {
        float: left;
        text-align: center;
        max-width: 50%;
        min-width: 25%;
        margin-bottom: 10px;
    }

    .box_1_tags li a {
        color: #999999;
        display: block;
        width: 94%;
        height: 100%;
        padding: 2px 8px;
        border: solid #cccccc 1px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none !important;
        margin-right: 6%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .box_1_tags li a:hover {
        background-color: #999999;
        color: #fff;
    }

    /******************************
    box_2
    ******************************/
    .box_2_wrap {
        width: 100;
        margin-left: 0;
        margin-bottom: 1.3%;
    }

    .box_2_wrap:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .box_2 {
        height: auto;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        transition: box-shadow 1s, background-color 1s;
        padding: 15px;
    }

    .box_2 a {
        color: #aaa;
    }

    .box_2_type {
        padding: 0;
        font-weight: bold;
        z-index: 6;
        margin: 0;
        width: 100%;
        height: 64px;
        border: solid;
        border-width: 4px 0 0 0;
    }

    .box_2_type a {
        font-size: 18px;
        line-height: 60px;
        padding-left: 23px;
        padding-right: 23px;
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none !important;
    }

    .box_2_type a:hover {
        color: #fff !important;
    }

    .news .box_2_type a:hover {
        background-color: #5fa8e0;
    }

    .report .box_2_type a:hover {
        background-color: #e2a957;
    }

    .seminer .box_2_type a:hover {
        background-color: #ad7ad8;
    }

    .news .box_2_type {
        border-color: #5fa8e0;
    }

    .report .box_2_type {
        border-color: #e2a957;
    }

    .seminer .box_2_type {
        border-color: #ad7ad8;
    }

    .news .box_2_type a {
        color: #5fa8e0;
    }

    .report .box_2_type a {
        color: #e2a957;
    }

    .seminer .box_2_type a {
        color: #ad7ad8;
    }

    .box_2_img {
        width: 30%;
        height: 150px;
        overflow: hidden;
        margin: 0;
        background-color: #eee;
        display: block;
        float: left;
    }


    .box_2_img a {
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        position: relative;
        -moz-transition: -moz-transform 0.3s linear;
        -webkit-transition: -webkit-transform 0.3s linear;
        -o-transition: -o-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
        transition: transform 0.3s linear;
    }

    .box_2_img a:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .box_2_img a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.4s 0s ease;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    .box_2_img a:hover:before {
        opacity: 1;
    }

    .box_2_in {
        float: left;
        width: 70%;
        padding: 0 20px;
        position: relative;
    }

    .box_2_date {
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        line-height: 38px;
        border-bottom: solid 1px #d6d6d6;
    }

    .box_2_date a {
        color: #666;
        font-weight: normal;
    }

    .box_2_btn {
        position: absolute;
        right: 20px;
        top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .box_2_cat {
        position: absolute;
        right: 20px;
        top: -3px;
        padding: 2px 10px;
        border: solid #cccccc 1px;
        border-radius: 5px;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 260px;
        min-width: 90px;
    }

    .box_2_title {
        font-size: 18px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-top: 10px;
    }

    .box_2_title a {
        color: #333;
    }

    .box_2_text {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .box_2_text a {
        color: #333;
    }

    .box_2_tags {
        overflow: hidden;
        width: 100%;
        height: 30px;
    }

    .box_2_tags li {
        float: left;
        text-align: center;
        max-width: 50%;
        min-width: 25%;
        margin-bottom: 10px;
    }

    .box_2_tags li a {
        color: #999999;
        display: block;
        width: 94%;
        height: 100%;
        padding: 2px 8px;
        border: solid #cccccc 1px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none !important;
        margin-right: 6%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .box_2_tags li a:hover {
        background-color: #999999;
        color: #fff;
    }

    /******************************
    bar
    ******************************/
    .bar_wrap {
        width: 102%;
        margin-left: -2%;
    }

    .bar_wrap:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .bar1,
    .bar2,
    .bar3,
    .bar4,
    .bar5,
    .bar6,
    .bar7,
    .bar8,
    .bar9,
    .bar10,
    .bar11,
    .bar12 {
        background-color: #efefef !important;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 2%;
        margin-left: 2%;
        float: left;
    }

    .bar1 p,
    .bar2 p,
    .bar3 p,
    .bar4 p,
    .bar5 p,
    .bar6 p,
    .bar7 p,
    .bar8 p,
    .bar9 p,
    .bar10 p,
    .bar11 p,
    .bar12 p {
        margin: 0;
    }

    .bar1 {
        width: 6.33%;
    }

    .bar2 {
        width: 14.66%;
    }

    .bar3 {
        width: 23%;
    }

    .bar4 {
        width: 31.33%;
    }

    .bar5 {
        width: 39.6%;
    }

    .bar6 {
        width: 48%;
    }

    .bar7 {
        width: 56.4%;
    }

    .bar8 {
        width: 64.63%;
    }

    .bar9 {
        width: 73%;
    }

    .bar10 {
        width: 81.3%;
    }

    .bar11 {
        width: 89.63%;
    }

    .bar12 {
        width: 98%;
    }

    /******************************
    sns_box
    ******************************/
    .sns_box {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .sns_box p,
    .sns_box p a {
        background-repeat: no-repeat;
        display: block;
        height: 40px;
        width: 100%;
        background-position: center center;
        background-size: 30px;
        margin: 0;
    }

    .sns_box p a {
        text-indent: -9999px;
    }

    .sns_box .twitter_icon a {
        background-image: url(../images/sns/icon_twitter.png);
        background-color: #00aced;
    }

    .sns_box .line_icon a {
        background-image: url(../images/sns/icon_line.png);
        background-color: #00c300;
    }

    .sns_box .facebook_icon a {
        background-image: url(../images/sns/icon_facebook.png);
        background-color: #305097;
    }

    .sns_box .hatena_icon a {
        background-image: url(../images/sns/icon_hatena.png);
        background-color: #008fde;
    }

    .sns_box .pocket_icon a {
        background-image: url(../images/sns/icon_pocket.png);
        background-color: #d3505a;
    }

    .twitter_icon a {
        background-image: url(../images/sns/icon_twitter.png);
        background-color: #00aced;
    }

    .facebook_icon a {
        background-image: url(../images/sns/icon_facebook.png);
        background-color: #305097;
    }

    /******************************
    nav
    ******************************/
    .nav {
        margin-bottom: 20px;
        margin-left: 0;
        list-style: none;
    }

    .nav:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    /*.nav-pills*/
    .nav-pills li {
        float: left;
        line-height: 42px;
        margin-bottom: 10px;
    }

    .nav-pills:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .nav-pills li a {
        padding: 8px;
        margin-right: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: #666666;
    }

    .nav-pills li.active a {
        color: #ffffff;
        background-color: #40c1a2;
    }

    .nav-pills li a:hover {
        color: #ffffff;
        background-color: #40c1a2;
        text-decoration: none !important;
    }

    .nav-pills li.active a:hover {
        color: #ffffff;
        background-color: #005f8c;
    }

    /*.nav-tabs*/
    .nav-tabs {
        border-bottom: 1px solid #ddd;
        height: 51px;
    }

    .nav-tabs:after {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
    }

    .nav-tabs li {
        float: left;
        height: 50px;
    }

    .nav-tabs li.active {
        margin-bottom: -2px;
        display: block;
        background-color: #fff;
        height: 52px;
    }

    .nav-tabs li a {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 0px;
        line-height: 48px;
        border: 1px solid transparent;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        color: #555555;
        background-color: #ffffff;
        display: block;
    }

    .nav-tabs li.active a {
        cursor: default;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
    }

    .nav-tabs li a:hover {
        text-decoration: none;
        background-color: #eeeeee;
        text-decoration: none !important;
    }

    /******************************
    movie_view_box
    ******************************/
    .movie_view_box {
        background-color: #000;
        margin-top: 0px;
    }

    .movie_view_box_in {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .movie_view_box_right {
        float: right;
        width: 200px;
        height: 450px;
        background-color: #222;
        overflow: hidden;
    }

    .movie_view_box_left {
        width: 800px;
        height: 450px;
        background-color: #222;
        overflow: hidden;
        position: relative;
    }

    .movie_view_box_left a {
        position: absolute;
        right: 10px;
        bottom: 42px;
        z-index: 1;
    }

    .movie_box {
        height: 100px;
        width: 180px;
        margin-top: 10px;
        margin-left: 10px;
        position: relative;
        overflow: hidden;
        border-color: #fff;
        border-style: solid;
        border-width: 1px;
    }

    .movie_box_img {
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .movie_box_title {
        margin: 0;
        padding-left: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        line-height: 20px;
        bottom: 0;
        height: 20px;
        top: inherit;
        color: #fff;
        font-size: 13px;
        position: absolute;
        z-index: 1;
    }

    .youtube_iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
    }

    /******************************
    map
    ******************************/
    #map_canvas,
    #map_canvas2 {
        width: 100%;
        height: 500px;
        margin-top: -60px;
    }

    .map_link {
        font-weight: bold;
        text-align: right;
        margin-top: -30px;
        font-size: 18px;
    }

    /******************************
    tweet
    ******************************/
    .tweet_boxs {}

    .tweet_box {
        clear: both;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #cccccc;
        margin-bottom: 20px;
    }

    .tweet_box:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

    .tweet_icon {
        float: left;
    }

    .tweet_icon img {
        width: 64px;
        height: 64px;
        border-radius: 5px;
    }

    .tweet_txt_box {
        float: left;
        width: calc(100% - 84px);
        padding-left: 20px;
    }

    .tweet_account {
        font-size: 20px;
        font-weight: bold;
    }

    .tweet_txt {
        font-size: 16px;
    }

    .tweet_date {
        font-size: 14px;
        color: rgba(186, 186, 186, 1.00);
        text-align: right;
    }

    .icon_top_services {
        width: 40%;
        margin-bottom: 20px;
    }

    .icon_about {
        width: 30%;
        margin-bottom: 10px;
    }

    /******************************
    arrow
    ******************************/
    .arrow_top {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow_right.svg);
        background-size: 50px;
        background-position: top center;
        padding-top: 60px;
        margin-top: 20px;
    }

    .arrow_bottom {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow_bottom.svg);
        background-size: 50px;
        background-position: bottom center;
        padding-bottom: 60px;
        margin-bottom: 20px;
    }

    .arrow_right {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow_right.svg);
        background-size: 50px;
        background-position: right 40px;
    }

    .arrow_left {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow_left.svg);
        background-size: 50px;
        background-position: right 40px;
    }

    .arrow2_top {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow2_right.svg);
        background-size: 50px;
        background-position: top center;
        padding-top: 60px;
        margin-top: 20px;
    }

    .arrow2_bottom {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow2_bottom.svg);
        background-size: 50px;
        background-position: bottom center;
        padding-bottom: 60px;
        margin-bottom: 20px;
    }

    .arrow2_right {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow2_right.svg);
        background-size: 50px;
        background-position: right 40px;
    }

    .arrow2_left {
        background-repeat: no-repeat;
        background-image: url(/common/images/svg/arrow2_left.svg);
        background-size: 50px;
        background-position: right 40px;
    }
}