@charset "UTF-8";

body {
    color: #444;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    min-width: 800px;
}

a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.vis-sp,
.vis-tb {
    display: none;
}

.title-main {
    background: #f27381;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 15px 15px 12px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
}

.wrapper {
}

.content {
    padding: 50px 0 80px;
}

.content p {
    line-height: 1.6;
}

.head {
    padding: 35px 0 30px;
}

.head_row {
}

.head_col {
}

.head_col.-left {
    float: left;
}

.head_col.-right {
    float: right;
}

.head_logo {
    display: inline-block;
}

.head_logo a {
    display: inline-block;
}

.head_lead {
    display: inline-block;
    font-size: 18px;
    vertical-align: sub;
    margin-left: 15px;
}

.head_disc {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
}

.head_disc a {
    color: #ee7585;
    text-decoration: underline;
}

.head_disc a:hover {
    text-decoration: none;
}

.gnav {
    border-top: none;
    border-bottom: none;
    background: #f07483;
    /* background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.gnav_menu {
    background: #f27381;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.gnav_menu:before {
    content: "\e908";
    font-family: icomoon;
    font-size: 14px;
    margin-right: 6px;
}

.gnav_list {
    display: table;
    table-layout: auto;
    width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.gnav_list > a {
    display: table-cell;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    padding: 20px 35px;
    color: #fff;
}

body.-search .gnav_list > a.-search,
body.-handling .gnav_list > a.-handling,
body.-kounou .gnav_list > a.-kounou,
body.-products .gnav_list > a.-products {
    color: #fff;
    border-left-color: #f694a0;
    background: #f694a0;
    background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
    background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
    background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
}

.gnav_list > a.-kounou:after {
    content: url(../img/common/icn-pdf.png);
    vertical-align: -5px;
    margin-left: 10px;
}

.pnkz {
    background: #eee;
    overflow: scroll;
}

.IE .pnkz {
    overflow: auto;
}

.pnkz_list {
    font-size: 0;
    padding: 8px 0;
    white-space: nowrap;
}

.pnkz_list > li {
    font-size: 12px;
    display: inline-block;
}

.pnkz_list > li:after {
    content: ">";
    display: inline-block;
    padding: 0 5px;
}

.pnkz_list > li:last-child:after {
    display: none;
}

.pnkz_list > li a {
    color: #f27381;
}

.foot {
    position: relative;
}

.foot_pagetop {
    position: absolute;
    top: -100px;
    right: 6%;
    display: block;
    padding: 10px;
    z-index: 100;
}

.foot_top {
    background: #f7f7f7;
    color: #f27381;
    padding: 25px 0;
}

.foot_row {
    display: table;
    width: 100%;
}

.foot_col {
    display: table-cell;
    vertical-align: middle;
}

.foot_col.-left {
}

.foot_col.-right {
    border-left: 1px solid #ccc;
    min-width: 160px;
}

.foot_nav {
    line-height: 2;
}

.foot_nav > li {
    display: inline-block;
    margin-right: 2.5em;
}

.foot_nav > li a {
}

.foot_nav > li a:before {
    font-family: icomoon;
    content: "\e900";
    font-size: 10px;
    vertical-align: 1px;
    margin-right: 5px;
}

.foot_logo {
    display: inline-block;
    padding: 0 25px;
}

.foot_btm {
    background: #f07483;
    color: #fff;
    padding: 25px 0;
}

.foot_ttl {
    font-size: 16px;
    font-weight: bold;
}

.foot_about {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.4;
}

.foot_about span {
    display: inline-block;
    margin-right: 1em;
}

.foot_about span a {
    text-decoration: underline;
    color: #4caeea;
    font-weight: bold;
}

.foot_about span a:hover {
    text-decoration: none;
}

.foot_copy {
    margin-top: 8px;
    font-size: 12px;
}

.main {
    float: left;
    width: 66%;
}

.side {
    float: right;
    width: 32%;
}

.side_srch {
    border: 1px solid #ccc;
}

.side_srch_ttl {
    background: #f07483;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
}

.side_srch_key {
}

.side_srch_key_ttl {
    color: #f07383;
    padding: 12px;
    background: #fce8eb;
}

.side_srch_key_cnt {
    padding: 12px;
}

.side_srch_key_row {
    display: table;
    width: 100%;
}

.side_srch_key_col {
    display: table-cell;
    vertical-align: middle;
}

.side_srch_key_col.-input {
}

.side_srch_key_col.-btn {
    width: 50px;
    text-align: right;
}

.side_srch_key_col input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
}

.side_srch_key_col button {
    cursor: pointer;
    padding: 9px;
    border: 1px solid #e15466;
    border-radius: 5px;
    color: #fff;
    background: #f694a0;
    background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
    background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
    background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
}

.side_srch_key_col button > span {
    font-size: 18px;
    line-height: 1;
}

.side_srch_list {
}

.side_srch_list > li {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.side_srch_list > li a {
    display: block;
    padding: 12px 12px 12px 26px;
    border-top: 1px solid #ccc;
    position: relative;
    line-height: 1.3;
}

.side_srch_list > li a:before {
    font-family: icomoon;
    content: "\e900";
    font-size: 12px;
    vertical-align: 0px;
    margin-right: 8px;
    color: #f07483;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -8px;
}

.side_about {
    margin-top: 20px;
}

.side_about a {
    padding: 15px 15px;
    display: block;
    font-weight: bold;
    color: #fff;
    background: #f694a0;
    background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
    background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
    background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
}

.side_about a:before {
    font-family: icomoon;
    content: "\e900";
    font-size: 12px;
    font-weight: normal;
    vertical-align: 0px;
    margin-right: 8px;
    color: #fff;
}

.side_bnr {
    margin-top: 20px;
}

.side_bnr a {
    display: inline-block;
}

.side_cntct {
    margin-top: 20px;
    border: 5px solid #f07483;
    padding: 15px;
}

.side_cntct.-pink {
    border: 5px solid #f07483;
    line-height: 1.3;
}

.side_cntct.-blue {
    border: 5px solid #3f608e;
    line-height: 1.3;
}

.side_cntct_ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}

.side_cntct.-pink .side_cntct_ttl {
    color: #f07483;
}

.side_cntct.-blue .side_cntct_ttl {
    color: #3f608e;
}

.side_cntct_phone {
    padding: 0;
    text-align: center;
}

.side_cntct_phone.-tel {
    padding-bottom: 8px;
}

.side_cntct.-pink .side_cntct_phone.-tel {
    padding-bottom: 0;
}

.side_cntct.-blue .side_cntct_phone.-tel:last-child {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.side_cntct_phone.-tytel {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.side_cntct_phone.-fax {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.side_cntct_phone dt {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.side_cntct_phone dd {
    margin: 5px 0;
    vertical-align: middle;
    font-size: 13px;
}

.side_cntct_phone dd small {
    display: block;
    font-size: 0.8em;
    margin-top: 6px;
}

.side_cntct_phone dd a {
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    cursor: default;
}

.side_cntct_phone dd a:before {
    font-family: icomoon;
    color: #f07483;
    display: inline-block;
    font-weight: normal;
    width: 18px;
    margin-right: 7px;
}

.side_cntct_phone.-tel dd a:before,
.side_cntct_phone.-tytel dd a:before {
    content: "\e901";
    font-size: 19px;
    vertical-align: 0px;
}

.side_cntct_phone.-fax dd a:before {
    content: "\e902";
    font-size: 18px;
    vertical-align: 0px;
}

.side_cntct.-pink .side_cntct_phone.-tel dd a:before,
.side_cntct.-pink .side_cntct_phone.-tytel dd a:before {
    color: #f07483;
}

.side_cntct.-blue .side_cntct_phone.-tel dd a:before {
    color: #3f608e;
}

.side_cntct_form {
    margin-top: 10px;
}

.side_cntct_form a {
    display: block;
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.side_cntct_form a:before {
    font-family: icomoon;
    color: #f07483;
    display: inline-block;
    font-weight: normal;
    content: "\e903";
    font-size: 14px;
    margin-right: 10px;
}

.info {
    margin-top: 30px;
}

.info_head {
    position: relative;
}

.info_head_ttl {
    background: #f07483;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 120px 15px 15px;
}

.info_head_link {
    position: absolute;
    right: 15px;
    font-size: 12px;
    color: #f27381;
    border: 1px solid #ccc;
    padding: 6px 10px;
    border-radius: 4px;
    top: 50%;
    margin-top: -14px;
    font-weight: bold;
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.info_head_link:before {
    font-family: icomoon;
    content: "\e900";
    font-size: 11px;
    vertical-align: 1px;
    margin-right: 5px;
    font-weight: normal;
}

.info_wrap {
    border: 1px solid #ccc;
    border-top: 0;
    overflow: scroll;
    height: 250px;
}

.info_list {
    padding: 0 10px;
}

.info_list > li {
    border-bottom: 1px dashed #ccc;
}

.info_list > li:nth-child(2n) {
    background: #eee;
}

.info_list > li:last-child {
    border-bottom: 0;
}

.info_list > li.-more {
    background: #fff !important;
    padding: 15px 10px 13px;
}

.info_list_row {
    display: table;
    width: 100%;
}

.info_list_row.-txt {
    pointer-events: none;
}

.info_list_col {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 10px 6px;
}

.info_list_col.-left {
    width: 8em;
    text-align: center;
}

.info_list_col.-right {
}

.info_list_date {
    display: block;
}

.info_list_new {
    display: inline-block;
    color: #fff;
    background: #f07483;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    font-weight: bold;
    margin-top: 5px;
}

.info_list_link {
    color: #f07483;
    text-decoration: underline;
}

.info_list_row.-txt .info_list_link {
    text-decoration: none;
}

.info_list_row:hover .info_list_link {
    text-decoration: none;
}

.info_list_row[href$="pdf"] .info_list_link:after {
    content: url(../img/common/icn-pdf.png);
    vertical-align: -5px;
    margin-left: 10px;
}

#db_nav {
    background: #ededed;
    padding: 40px 5%;
    display: flex;
    justify-content: center;
}

#db_nav p {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
}

#db_nav ul {
    display: flex;
    flex-wrap: wrap;
}

#db_nav .db_nav__item {
    width: 28%;
    margin: 0px 4% 40px 0px;
}

#db_nav .db_nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 15px;
    border-bottom: 1px solid #cecece;
}

#db_nav .link__arrow {
    width: 15px;
}

.link__arrow {
    width: 25px;
    transition: 0.3s;
}

#db_nav .db_nav__link:hover .link__arrow {
    transform: translateX(5px);
}

.pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 0.8;
    transition: 0.3s;
}

.pagetop__btn {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    background: linear-gradient(to right, #f8ae9c, #ea6876);
    border-radius: 50%;
}

.pagetop__btn::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 57%;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) translate(-50%, -50%);
}

.pagetop:hover {
    opacity: 1;
}

/************************************
footer
************************************/

.pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .pc {
        display: block;
    }
}
footer {
    width: 100%;
    padding: 40px 5%;
}
.footer__info {
    margin: 0 0 30px;
}
.footer__logo {
    display: block;
    max-width: 280px;
    width: 100%;
    margin: 0 0 20px;
}
.footer__info p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
}
.footer__group_company li {
    margin: 0 0 10px;
    font-size: 14px;
}
.footer__group_company li img {
    width: 12px;
    vertical-align: inherit;
    margin: 0 0 0 0.5em;
}
.footer__group_company a:hover,
.footernav__link:hover {
    text-decoration: underline;
}
.copyright {
    font-size: 12px;
    color: #888888;
}
.pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 0.8;
    transition: 0.3s;
}
.pagetop__btn {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    background: linear-gradient(to right, #f8ae9c, #ea6876);
    border-radius: 50%;
}
.pagetop__btn::before {
    content: "";
    position: absolute;
    top: 44%;
    left: 57%;
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) translate(-50%, -50%);
}
.pagetop:hover {
    opacity: 1;
}
.footernav__list {
    flex: auto;
}
.footernav__list .activities__contentImg.shomomura__link {
}
.footernav__list .activities__contentImg a {
    font-family: "Noto Serif JP", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #d6d6d6;
    border-top: 4px solid #ea6876;
}
.footernav__list .activities__contentImg a .shomomura {
    padding: 6px;
    display: inline-flex;
    flex-direction: column;
}
.footernav__list .activities__contentImg a .shomomura small {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    footer {
        width: 100%;
        padding: 70px 5%;
    }
    .footer__in {
        display: flex;
        justify-content: space-between;
    }
    .footer__info {
        width: 30%;
        margin: 0 0 30px;
    }
    .footer__logo {
        margin: 0 0 20px;
    }
    .footer__info p {
        margin: 0 0 30px;
    }
    .footer__group_company li {
        margin: 0 0 20px;
    }
    .footernav {
        width: 65%;
    }
    .footernav__in {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .footernav__list.left {
        width: 30%;
    }
    .footernav__list.center,
    .footernav__list.right {
        width: 30%;
    }
    .footernav__list.center p,
    .footernav__list.right p {
        margin: 0 0 20px;
        flex: none;
    }
    .footernav__list.center ul,
    .footernav__list.right ul {
        flex: none;
    }
    .footernav__item {
        margin: 0 0 20px;
    }
    .footernav__list.center .footernav__link,
    .footernav__list.right .footernav__link {
        display: flex;
        align-items: center;
    }
    .footernav__list.center .footernav__link::before,
    .footernav__list.right .footernav__link::before {
        content: "";
        border-top: 1px solid #a5a5a5;
        width: 10px;
        margin: 0 10px 0 0;
    }
    .pagetop {
        bottom: 30px;
        right: 30px;
    }
}

@media screen and (min-width: 1025px) {
    footer {
        padding: 90px 5%;
    }
    .footer__info {
        width: 25%;
    }
    .footernav {
        width: 70%;
    }
    .footernav__list.center,
    .footernav__list.right {
        width: 35%;
    }
    .footernav__list.center,
    .footernav__list.right {
        display: flex;
        width: 40%;
    }
    .footernav__list.center p,
    .footernav__list.right p {
        margin: 0 30px 0 0;
        flex: none;
    }
    .footernav__list.center ul,
    .footernav__list.right ul {
        flex: none;
    }
}

@media screen and (min-width: 1510px) {
    footer {
        padding: 90px 10%;
    }
}

@media screen and (max-width: 990px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 820px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 768px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: -30px;
    }
}

/* All SP & Tablet */
@media screen and (max-width: 1020px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .vis-tb {
        display: block;
    }

    .hide-tb {
        display: none;
    }

    .content {
        padding: 40px 0 60px;
    }

    .head {
        padding: 20px 0 15px;
    }

    .head_col.-right {
        max-width: 50%;
    }

    .head_disc {
        padding-top: 0;
    }

    .gnav > .inner {
        padding: 0;
    }

    .gnav_list > a {
        padding: 10px 10px;
        font-size: 15px;
    }

    .foot_nav > li {
        margin-right: 15px;
    }

    .side_cntct_form a {
        font-size: 14px;
        padding: 15px 10px;
    }

    .side_cntct_form a:before {
        font-size: 13px;
        vertical-align: -1px;
        margin-right: 6px;
    }

    #db_nav {
        padding: 90px 10%;
    }

    #db_nav p {
        font-size: 30px;
        margin: 0 0 40px;
    }

    /************************************
	footer
	************************************/
    footer {
        padding: 90px 5%;
    }

    .footer__info {
        width: 25%;
    }

    .footernav {
        width: 70%;
    }

    .footernav__list.left {
        width: 20%;
    }

    .footernav__list.center,
    .footernav__list.right {
        width: 35%;
    }

    .footernav__list.center,
    .footernav__list.right {
        display: flex;
        width: 40%;
    }

    .footernav__list.center p,
    .footernav__list.right p {
        margin: 0 30px 0 0;
        flex: none;
    }

    .footernav__list.center ul,
    .footernav__list.right ul {
        flex: none;
    }
}

@media screen and (min-width: 641px) {
    .gnav_list {
        display: table !important;
    }
}

/* All SP */
@media screen and (max-width: 640px) {
    body {
        font-size: 13px;
        min-width: 360px;
    }

    .vis-sp {
        display: block;
    }

    .hide-sp {
        display: none;
    }

    .title-main {
        font-size: 16px;
        padding: 12px;
    }

    .content {
        padding: 20px 0;
    }

    .head {
        padding: 10px 0 8px;
    }

    .head_logo {
        width: 110px;
    }

    .head_lead {
        font-size: 16px;
        margin-left: 10px;
    }

    .gnav {
        border-bottom: 0;
        background: none !important;
        position: relative;
    }

    .gnav_list {
        display: none;
        position: absolute;
        width: 100%;
        border-right: 0;
        border-left: 0;
    }

    .gnav_list > a {
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
        background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
        background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
        border-left: 0;
        border-right: 0;
        padding: 12px 0;
    }

    .gnav_list > a.-kounou:after {
        display: none;
    }

    .foot_pagetop {
        position: fixed;
        z-index: 500;
        right: 10px;
        bottom: 15px;
        top: auto;
        border: 2px solid #f27381;
        width: 66px;
        padding: 10px 11px 8px;
        border-radius: 36px;
        background: #fff;
    }

    .foot_top {
        padding: 15px 0;
    }

    .foot_nav {
        line-height: 2;
        font-size: 13px;
        text-align: center;
    }

    .foot_nav > li {
        margin: 0 10px;
    }

    .foot_btm {
        padding: 20px 0;
    }

    .main {
        float: none;
        width: 100%;
    }

    .side {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .side_srch_ttl {
        font-size: 14px;
        text-align: left;
        padding: 15px;
    }

    .side_bnr a {
        display: block;
    }

    .side_bnr img {
        width: 100%;
    }

    .info {
        margin-top: 20px;
    }

    .info_head_ttl {
        font-size: 14px;
    }

    .info_wrap {
        height: 200px;
    }

    .info_list {
        padding: 0;
    }

    .info_list_row {
        display: block;
        padding: 10px;
    }

    .info_list_col {
        display: block;
        padding: 0;
    }

    .info_list_col.-left {
        width: 100%;
        text-align: left;
    }

    .info_list_col.-right {
        margin-top: 8px;
    }

    .info_list_date {
        display: inline;
    }

    .info_list_new {
        margin-top: 0;
        font-size: 10px;
        padding: 4px 10px;
        vertical-align: middle;
    }

    .info_list_link {
        line-height: 1.3 !important;
    }

    #db_nav {
        padding: 70px 5%;
    }

    #db_nav p {
        font-size: 24px;
        margin: 0 0 40px;
    }

    #db_nav ul {
    }

    #db_nav .db_nav__item {
        width: 100%;
        /* margin: 0 4% 10px 0; */
    }

    /* #db_nav .db_nav__item:nth-child(4n) {
		margin-right: 0;
	} */

    #db_nav .db_nav__link {
        padding: 0 10px 15px;
    }

    #db_nav .link__arrow {
        width: 15px;
    }

    #db_nav .db_nav__link:hover .link__arrow {
        transform: translateX(5px);
    }

    /************************************
	footer
	************************************/
    footer {
        width: 100%;
        padding: 70px 5%;
    }

    .footer__in {
        display: flex;
        justify-content: space-between;
    }

    .footer__info {
        width: 100%;
        margin: 0 0 30px;
    }

    .footer__logo {
        margin: 0 0 20px;
    }

    .footer__info p {
        margin: 0 0 30px;
    }

    .footer__group_company li {
        margin: 0 0 20px;
    }

    .footernav {
        width: 65%;
    }

    .footernav__in {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }

    .footernav__list.left {
        width: 30%;
    }

    .footernav__list.center,
    .footernav__list.right {
        width: 30%;
    }

    .footernav__list.center p,
    .footernav__list.right p {
        margin: 0 0 20px;
        flex: none;
    }

    .footernav__list.center ul,
    .footernav__list.right ul {
        flex: none;
    }

    .footernav__item {
        margin: 0 0 20px;
    }

    .footernav__list.center .footernav__link,
    .footernav__list.right .footernav__link {
        display: flex;
        align-items: center;
    }

    .footernav__list.center .footernav__link::before,
    .footernav__list.right .footernav__link::before {
        content: "";
        border-top: 1px solid #a5a5a5;
        width: 10px;
        margin: 0 10px 0 0;
    }

    .pagetop {
        bottom: 30px;
        right: 30px;
    }
}

@media screen and (min-width: 1510px) {
    footer {
        padding: 90px 10%;
    }
}

@media screen and (max-width: 990px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 820px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: -20px;
    }
}

@media screen and (max-width: 768px) {
    .footernav__list .activities__contentImg.shomomura__link {
        min-width: 200px;
        margin-left: -30px;
    }
}

/* for Print */
@media print {
}
