<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
    overflow-y: scroll;
}

body {
    color: #333333;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0.2px;
    -webkit-text-size-adjust: 100%;
}

/* for IE7 */
*+html body {
    font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
}

/* for IE6 */
* html body {
    font-family: 'ＭＳ Ｐゴシック';
}


/* link
------------------------------------------------ */

a:link {
    color: #1A355E;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

a:visited {
    color: #1A355E;
    text-decoration: none;
}

a:hover {
    color: #f58823;
    text-decoration: none;
}

a:active {
    color: #f58823;
    text-decoration: none;
}

@media print,
screen and (min-width: 736px) {
    a:link {
        color: #1A355E;
        text-decoration: none;
    }

    a:visited {
        color: #1A355E;
        text-decoration: none;
    }

    a:hover {
        color: #f58823;
        text-decoration: underline;
    }

    a:active {
        color: #f58823;
        text-decoration: none;
    }
}

/* 
@media print, screen and (min-width: 736px) {
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
a:active img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
a:active img {
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
#header a:hover img, #nav ul li a:hover img, #nav ul li a:active img {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity: 1;
}
}
------------------------ */
/* clearfix
------------------------------------------------ */
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-Mac */

/* 文字
------------------------------------------------ */
strong {
    font-weight: bold;
}

.textC {
    text-align: center;
}

.textR {
    text-align: right;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.bold {
    font-weight: bold;
}

.smallCap {
    font-size: 80%;
}

.largeCap {
    font-size: 120%;
}

.vLast {
    margin-bottom: 0 !important;
}

.hLast {
    margin-right: 0 !important;
}

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

.super {
    font-size: 80%;
    vertical-align: super;
}

.entryBody p {
    margin-bottom: 1em;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

ul.disc {
    margin: 0 1em 1em;
    padding: 0 1em 0 2em;
    list-style: disc;
}

ol.decimal {
    list-style: decimal;
    margin: 0 1em 1em;
    padding: 0 1em 0 2em;
    list-style: decimal;
}

/* 見出し
------------------------------------------------ */

.entryBody h2 {
    padding: .2em .5em;
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 120%;
    border-bottom: 2px solid #FD8A18;
}

.entryBody h3 {
    padding: .2em .5em;
    margin-bottom: .5em;
    font-weight: bold;
    border-bottom: 1px dotted #FD8A18;
}

.entryBody h4 {
    padding: .2em 0;
    margin-bottom: .2em;
    font-weight: bold;
}

/* flex
------------------------------------------------ */
@media screen and (max-width: 735px) {
    .sp-flex {
        display: -webkit-flex;
        /* Safari */
        display: flex;
    }
}

@media print,
screen and (min-width: 736px) {
    .flex {
        display: -webkit-flex;
        /* Safari */
        display: flex;
    }
}

/* img
------------------------------------------------ */

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

/* display: none;
------------------------------------------------ */
@media screen and (max-width: 735px) {
    .pc-only {
        display: none !important;
    }
}

@media print,
screen and (min-width: 736px),
print {
    .sp-only {
        display: none !important;
    }
}

/* button
------------------------------------------------ */
.button {
    text-align: center;
}

.button a {
    display: inline-block;
    position: relative;
    background-color: #29AE32;
    border-radius: 10px;
    color: #fff;
    /* //-webkit-transition: none; */
    /* //transition: none; */
    box-shadow: 0 4px 0 #208727;
    padding: 2px 30px;
}

.button a:hover {
    background-color: #35E041;
    box-shadow: 0 4px 0 #29AA31;
    text-decoration: none;
}

.button a:active {
    top: 4px;
    box-shadow: none;
    text-decoration: none;
}

#side .button a {
    display: block;
}



/* ------------------------ */
.buttonMore {
    text-align: center;
}

.buttonMore span {
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #d40508;
    background: #7BB0FD;
    background: #4993FC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.buttonMore span:hover {
    color: #fff;
    text-decoration: none;
    background: #F9070B;
}

/* ------------------------ */
.pageButton {
    margin: 20px;
}

.pageButton .next {
    float: right;
}

.pageButton .prev {
    float: left;
}

/* nextPage
------------------------------------------------ */


.nextPage a {
    display: block;
    margin: 20px 0;
    background: #FFFABF;
    border: 2px solid #29AE32;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    padding: 5px;
}

.nextPage a:hover {
    text-decoration: none;
    color: #fff;
    background: #29AE32;
}


/* noscript
------------------------------------------------ */
#noscript {
    position: relative;
    z-index: 5260;
    padding: 10px;
    border-bottom: #FD8A18 solid 1px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
}

#noscript span {
    color: #ff0000;
}

/* #page-top
------------------------------------------------ */


#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 13px
}

#pageTop a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #29AE32;
    opacity: 0.7;
    padding: 10px;
}

#pageTop a:hover {
    background: #35E041;
}

#pageTop a.btnA {
    padding: 10px 10px 5px 10px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

#pageTop a.btnB {
    padding: 5px 10px 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

/* #breadcrumb
------------------------------------------------ */
#breadcrumb {
    font-size: 90%;
    margin-bottom: 0px;
    width: 100%;
    /* 要素の横幅を指定 */
    white-space: nowrap;
    /* 横幅のMAXに達しても改行しない */
    overflow: hidden;
    /* ハミ出した部分を隠す */
    text-overflow: ellipsis;
    /* 「…」と省略 */
    -webkit-text-overflow: ellipsis;
    /* Safari */
    -o-text-overflow: ellipsis;
    /* Opera */
}

#breadcrumb .home:before {
    font-family: FontAwesome;
    content: "\f015";
    padding-right: .2em;
    font-size: 140%;
}


/* layout
------------------------------------------------ */

body {
    background: #fffde0;
    font-size: 15px;
}

#container {
    background: #fff;
    padding-bottom: 2.1em
}

#content-wrap {
    padding: 10px;
}

.box {
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 736px) {
    #container {
        margin: 0 auto;
        width: 1070px;
        box-shadow: 0px 0px 5px 0px #a9a9a9;
        -webkit-box-shadow: 0px 0px 5px 0px #a9a9a9;
        -moz-box-shadow: 0px 0px 5px 0px #a9a9a9;
        padding: 0;
    }

    #content-wrap {
        padding: 0 20px;
        margin-bottom: 0;
    }

    #side {
        float: right;
        width: 250px;
        font-size: 13px;
    }

}

/* header
------------------------------------------------ */
#header {
    border-top: 5px solid #FD8A18;
    border-bottom: 1px solid #FD8A18;
    padding-top: 5px;
}

#header .logo {
    width: 100%;
    max-width: 565px;
    height: auto;
}

#header .mhlab-search {
    display: none;
}

#header .btn-icon {
    display: none;
}

@media print,
screen and (min-width: 736px) {

    #header {
        padding-top: 5px;
        position: relative;
        font-size: 13px;
    }

    #header .logo {
        width: 100%;
    }

    #header .mhlab-search {
        display: block;
        position: absolute;
        top: 50px;
        right: 25px;
    }

    #header .mhlab-search .mhlab-link img {
        vertical-align: middle;
    }

    #header .mhlab-search #srchBtn {
        font-size: 90%;
        padding: 0 5px;
    }

    #header .mhlab-search #srchInput {
        padding: 3px;
    }

    #header .btn-icon {
        position: absolute;
        top: 5px;
        right: 20px;
        display: -webkit-flex;
        /* Safari */
        display: flex;
    }

    #header .btn-icon li {
        margin-left: 10px;
    }

    #header .btn-icon li img {
        width: 32px;
        height: 32px;
    }

    #header .btn-icon li.data {
        line-height: 32px;
    }

    #header .btn-icon li.data span {
        color: #F0435A;
    }
}

/* nav
------------------------------------------------ */

@media screen and (max-width: 735px) {}

@media print,
screen and (min-width: 736px) {
    #nav {
        display: block;
        margin-bottom: 20px;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }

    #nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        /* Safari */
        justify-content: space-between;
    }

    #nav li {
        -webkit-flex-grow: 1;
        /* Safari */
        flex-grow: 1;
        margin-right: 1px;
        text-shadow:
            -1px -1px 0px #fff,
            1px -1px 0px #fff,
            1px 1px 0px #fff,
            -1px 1px 0px #fff;
        letter-spacing: 1px;
    }

    #nav li:last-child {
        margin-right: 0;
    }

    #nav a {
        display: block;
        color: #333;
        background: #FCCEA4;
        /* background: linear-gradient(#FFA8B8, #ffffff, #FFA8B8); */
        padding: 5px 0;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    #nav a:hover,
    #nav a.current {
        background: #FD8A18;
        color: #fff;
        text-decoration: none;
        text-shadow: none;
    }

    #nav a:before {
        font-family: FontAwesome;
        content: "\f144";
        margin-right: 5px;
        font-weight: normal;
        color: #22AD21;
    }

    /* 
#nav .home a:before {
color: #FF5602;
}

#nav .news a:before {
color: #FFBF02;
}
#nav .document a:before {
color: #02D4FF;
}
#nav .seminar a:before {
color: #FF02A2;
}
#nav .kenshin a:before {
color: #88BEFE;
}
#nav .tokuteihoken a:before {
color: #FFA0FE;
}
#nav .sangyohoken a:before {
color: #7DFDFF;
}
#nav .chiikihoken a:before {
color: #7FFC74;
}
#nav .gakkohoken a:before {
color: #FFBD5D;
}------------------------ */

    #nav a:hover:before {
        color: #fff;
    }
}

/* ------------------------------------------------ */

#footer {
    border-top: 3px solid #FB8917;
    padding: 10px;
    font-size: 90%;
}

#footer ul {
    border-bottom: 1px solid #FB8917;
    padding: 0 5px 5px;
    margin-bottom: 5px;
}

#footer ul li:before {
    font-family: FontAwesome;
    content: "\f144";
    font-weight: normal;
    margin-right: .2em;
    color: #FB8917
}

#footer .support,
#footer .copy {
    text-align: center;
}

@media print,
screen and (min-width: 736px) {
    #footer {
        font-size: 14px;
        text-align: center;
    }

    #footer ul {
        padding: 0 0 5px 0;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-justify-content: space-around;
        /* Safari */
        justify-content: space-around;
    }

    #footer .support,
    #footer .copy {
        display: inline;
    }

    #footer .support {
        padding-right: 1em;
    }

    #footer .copy a {
        margin-right: .5em;
    }
}

/* menu
------------------------------------------------ */

.menu-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 18px;
    text-align: right;
}

.menu-button a {
    display: block;
    color: #fff;
    background: #29AE32;
    padding: .2em .5em;
    opacity: 0.8;
}

#sp-menu {
    padding: 20px;
    background: #FFFABF;
}

#sp-menu li {
    margin-bottom: .2em;
    padding-bottom: .2em;
    border-bottom: 1px dotted #A83A00;
    padding-left: .2em;
    clear: both;
}

#sp-menu li a {
    display: block;
}

#sp-menu .midashi {
    border-bottom: 1px dotted #A83A00;
    margin-bottom: .2em;
    padding-bottom: .2em;
    padding-left: .2em;
}


#sp-menu .lev1 li a:before,
#sp-menu .midashi:before {
    font-family: FontAwesome;
    content: "\f111";
    margin-right: 5px;
    float: left;
    color: #29AE32;
}

#sp-menu .lev2 li {
    padding-left: 2em;
}

#sp-menu li a:after {
    font-family: FontAwesome;
    content: "\f138";
    float: right;
    padding-right: .5em;
    color: #29AE32;
}

/* side Contents
------------------------------------------------ */

.box.dfp {
    text-align: center;
}


@media only screen and (max-width: 736px) {
    .first_ad {
        margin-top: calc(45px + 20px);
    }
}

/* side news-list and opinion
------------------------------------------------ */

#side .news-list ul,
#side .opinion ul,
#side .article ul {
    margin-bottom: 10px;
}

#side .news-list li a,
#side .opinion li a,
#side .article li a {
    display: block;
    padding: 5px;
    border-bottom: 1px dotted #C6C6C6;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
    -webkit-align-content: flex-start;
    /* Safari */
    align-content: flex-start;
}

#side .news-list li .img,
#side .opinion li .img,
#side .article li .img {
    width: 80px;
    margin: 0 10px 0 0;
}

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

    #side .news-list li .img,
    #side .opinion li .img,
    #side .article li .img {
        width: auto;
    }
}



#side .news-list li .title,
#side .opinion li .title,
#side .article li .title {
    width: 100%;
}


@media print,
screen and (min-width: 736px) {

    #side .news-list li a,
    #side .opinion li a,
    #side .article li a {
        -webkit-flex-direction: row;
        /* Safari */
        flex-direction: row;
    }

    #side .news-list li .img,
    #side .opinion li .img,
    #side .article li .img {
        margin: 0 0 0 10px;
    }
}

/* goodJob
------------------------------------------------ */

#side .goodJob li {
    border-bottom: 2px solid #A83A00;
    padding: 0 5px;
}

#side .goodJob li:last-child {
    border: none;
}

#side .goodJob li span.title,
#side .goodJob li span.element {
    display: block;
}

#side .goodJob li span.element span:after {
    content: "、";
}

#side .goodJob li span.element span:last-child:after {
    content: none;
}


#side .goodJob .title {
    font-weight: bold;
    font-size: 14px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    border-bottom: 1px dotted #A83A00;
}

#side .goodJob .title:before {
    font-family: FontAwesome;
    content: "\f144";
    font-weight: normal;
    margin-right: .2em;
    color: #DC015B
}

#side .goodJob .element {
    padding-left: 5.9em;
    text-indent: -5.9em;
}

#side .goodJob .element:before {
    font-family: FontAwesome;
    content: "\f046";
    font-weight: normal;
    margin: 0 .2em 0 1.2em;
    color: #DC015B
}

#side .goodJob h2 {
    margin-bottom: 5px;
    margin-left: .8em;
    position: relative;
    padding: 2px 5px 2px 25px;
    font-size: 14px;
    font-weight: bold;
    color: #474747;
    border-radius: 0 10px 10px 0;
    letter-spacing: 1px;
}

#side .goodJob h2 {
    background: #FEC2DB;
}

#side .goodJob h2:before {
    font-family: FontAwesome;
    content: "\f007";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #DC015B;
    font-size: 20px;
    font-weight: normal;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -.7em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

@media print,
screen and (min-width: 736px) {
    #side .goodJob h2 {
        font-size: 14px;
    }

    #side .goodJob h2:before {
        left: -1em;
    }

}

/* ------------------------------------------------ */


#side .article h2 {
    margin-bottom: 5px;
    margin-left: .8em;
    position: relative;
    padding: 2px 5px 2px 25px;
    font-weight: bold;
    color: #545454;
    border-radius: 0 10px 10px 0;
    letter-spacing: 1px;
}

#side .article h2 {
    background: #dddddd;
}

#side .article h2:before {
    font-family: FontAwesome;
    content: "\f15c";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #6e6e6e;
    font-weight: normal;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    left: -1em;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

/* ------------------------------------------------ */

#side .facebook {
    width: 100%;
    border: 1px solid #3B5998;
}

#side .facebook h2 {
    background: #3B5998;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
}

#side .facebook .fb_iframe_widget,
#side .facebook .fb_iframe_widget span,
#side .facebook .fb_iframe_widget iframe[style] {
    width: 100% !important;
}

/* text-information
------------------------------------------------ */

.text-info .title-l {
    position: relative;
    padding: 10px 20px;
    background: #FFDBE1;
    margin-bottom: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.text-info .title-l:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #FFDBE1;
    width: 0;
    height: 0;
}

.text-info li {
    margin-bottom: 20px;
    border-top: 1px solid #FFA8B8;
    border-left: 1px solid #FFA8B8;
}

.text-info li span {
    display: block;
}

.text-info li a {
    display: block;
    padding: 5px 0 0 10px;
}

.text-info .title {
    font-weight: bold;
}

@media print,
screen and (min-width: 736px) {
    .text-info ul {
        margin-bottom: 10px;
        width: 760px;
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-justify-content: space-between;
        /* Safari */
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
        font-size: 12px;
    }

    .text-info li {
        margin-bottom: 10px;
        width: 370px;
    }

    .text-info .title {
        font-size: 14px;
    }
}

/* ------------------------------------------------ */

#side-l .banner,
#side .banner {
    text-align: center;
}

/* pagenate
------------------------------------------------ */
.pagenate {
    text-align: center;
    margin: 20px 0;
}

.pagenate ul,
.pagenate ul li {
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.pagenate ul li {
    margin-right: 2px;
}

.pagenate ul li span {
    display: inline-block;
    padding: 5px 10px;
    background: #29AE32;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pagenate ul li a {
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
}

.pagenate ul li a:hover {
    background: #29AE32;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pagenate ul li a:active {
    background: #29AE32;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
}

.pagenate ul li {
    display: inline-block;
}

.pagenate ul li a.link_before,
.pagenate ul li a.link_next {
    border: none !important;
}

/* ------------------------------------------------ */
/* hrgContents
------------------------------------------------ */

#main .hrgContents {
    margin-bottom: 20px;
}

#main .hrgContents .wrap h2 {
    font-weight: bold;
    font-size: 15px;
}

#main .hrgContents .wrap h2:before {
    font-family: FontAwesome;
    content: "\f144";
    font-weight: normal;
    margin-right: .2em;
    color: #F0435A
}


#main .hrgContents a.box {
    display: block;
    border-bottom: 1px dotted #A83A00;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    color: #333;
}

#main .hrgContents a.box:hover {
    background: #29AE32;
    text-decoration: none;
    color: #fff;
}

#main .hrgContents img {
    height: auto;
    width: 30%;
    max-width: 150px;
    display: block;
    float: left;
    margin-right: 10px;
}

/* ------------------------------------------------ */

#main h2.title {
    position: relative;
    display: block;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    text-shadow:
        -1px -1px 0px #fff,
        1px -1px 0px #fff,
        1px 1px 0px #fff,
        -1px 1px 0px #fff;
    letter-spacing: 1px;
    color: #333;
    font-weight: bold;
    background: linear-gradient(#7CFF75, #fff, #7CFF75);
}

@media print,
screen and (min-width: 736px) {
    #main .hrgContents {
        font-size: 14px;
        line-height: 1.5;
    }

    #main .hrgContents .wrap {
        display: -webkit-flex;
        /* Safari */
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari */
        flex-wrap: wrap;
    }

    #main .hrgContents a.box {
        width: 50%;
        padding: 5px 10px;
    }


    #main .hrgContents a.box:nth-child(odd) {
        border-right: 1px dotted #A83A00;
    }

    #main .hrgContents img {
        height: 100px;
        width: 100px;
    }
}

/* -----------google admanager----------------------- */
#main .ad_area_main {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

/* ------------------------------------------------ */



#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_btnmenu {
    margin: 0 15px;
}

.facebook i {
    background-color: #3B5998;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 20px;
}

.twitter i {
    background-color: #00acee;
    color: #ffffff;
    padding: 8px 9px;
    border-radius: 20px;
    font-size: 20px;
}

.facebook i {
    background-color: #3B5998;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 20px;
}

.twitter i:hover,
.facebook i:hover {
    opacity: 0.8;
}

.mail_btn a {
    display: inline-block;
    background: #29AE32;
    padding: 6px 20px;
    color: #ffffff;
    border-radius: 30px;
    font-size: 14px;
}

.mail_btn i {
    margin-right: 5px;
}

.mail_tag:hover {
    opacity: 0.8;
    text-decoration: none;
}

.kensaku_btn {
    padding: 0px 5px;
}

#side-l .menu a {
    padding-left: 0;
    font-weight: bold;
}

#side-l .menu a::before {
    font-family: FontAwesome;
    content: "\f105";
    color: #4EBE00;
    margin-right: 0.3em;
}

#side-l .skillUp a::before {
    color: #F0007B;
}

#side-l .search a::before {
    color: #0064FD;
}

#side-l .news_search h2 {
    background: #e9ecf2;
}

#side-l .news_search h2:before {
    background: #00388f;
}

#side-l .news_search a::before {
    color: #00388f;
}

.sp_menu_btn {
    position: fixed;
    top: 8px;
    right: 25px;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #ffffff;
}

.sp_menu_btn span,
.sp_menu_btn span:before,
.sp_menu_btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 27px;
    border-radius: 3px;
    background-color: #666;
    position: absolute;
}

.sp_menu_btn span:before {
    bottom: 8px;
}

.sp_menu_btn span:after {
    top: 8px;
}

#sp_menu_check:checked~.sp_menu_btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
}

#sp_menu_check:checked~.sp_menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#sp_menu_check:checked~.sp_menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#sp_menu_check {
    display: none;
}

.sp_menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #ffffff;
}

.sp_menu_content .sp_inmenu_box {
    padding-top: 2em;
}

.sp_menu_content .sp_inmenu_title {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 1em;
    background-color: #29AE32;
}

.sp_menu_content li {
    padding: 0 1em;
    list-style: none;
    border-bottom: 1px dotted #A83A00;
}

.sp_menu_content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #1A355E;
    text-decoration: none;
    padding: 8px 15px 10px 30px;
    position: relative;
}

.sp_menu_content ul li a:hover {
    color: #f58823;
    text-decoration: none;
}

.sp_menu_content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #29AE32;
    border-right: solid 2px #29AE32;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.sp_menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #ffffff;
    transition: all 0.5s;
    /*アニメーション設定*/
}

#sp_menu_check:checked~.sp_menu_content {
    left: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

#header .mhlab-search {
    position: static;
    margin-top: 10px;
}

#header .btn-icon li {
    margin-left: 5px;
}

#header .btn-icon {
    position: inherit;
    top: 5px;
    right: 20px;
    display: flex;
    justify-content: right;
}

.menucon_out_box {
    text-align: center;
}

.menucon_out_box img {
    margin: 0 5px;
    width: 20px;
    vertical-align: text-bottom;
}

input.txt_sa {
    border-radius: 10px;
    padding: 5px;
    width: 250px;
    margin-right: 10px;
}

input.btn_sa {
    padding: 0 10px;
    color: #ffffff;
    background: #ae5c29;
    border-color: transparent;
    border-radius: 5px;
}

@media only screen and (max-width: 736px) {
    #header .logo {
        max-width: 250px;
    }

    .top_btnmenu {
        display: none;
    }

    .menu-button.sp-only {
        display: none;
    }

    .menucon_box {
        z-index: 80;
        display: block;
        position: fixed;
        right: 50px;
        top: 18px;
    }

    .menucon_box img {
        max-width: 43px;
    }

    #header {
        position: fixed;
        height: 60px;
        top: 0;
        width: 100%;
        z-index: 80;
        background-color: #ffffff;
        justify-content: start;
    }

    .toppage #main {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        margin-top: 9em;
    }

    .menucon_out_box {
        z-index: 75;
        height: 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        padding: 5px 0;
        width: 100%;
        top: 71px;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
        background: #FFF;
    }

    .menucon_out_box a {
        font-weight: bold;
    }

    .menucon_out_box i {
        color: #22AD21;
        margin-right: 5px;
        font-size: 20px;
    }

    .menucon_out_box ul {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .menucon_out_box li {
        list-style-type: none;
        background-color: #fff;
        color: #E3E3E3;
        flex-grow: 1;
        text-align: center;
    }

    .menucon_out_box li+li {
        border-left: 1px solid #E3E3E3;
    }

    .sp_menu_content #cse-search-box {
        padding-top: 5em;
        padding-left: 1em;
    }
}


.button.orange_btn a {
    background: #eb933b;
    padding: 5px 20px;
    border-radius: 20px;
    box-shadow: 0 4px 0 #db8127;
}

.button.orange_btn a:hover {
    opacity: 0.8;
}


/* ------------articleブログ------------ */
.article .article_list {
    display: flex;
    flex-wrap: wrap;

}

@media only screen and (max-width: 736px) {
    .article .article_list {
        justify-content: center;
    }
}

.article .article_list article {
    flex: 0 0 215px;
    margin: 1em 5px;
}

@media only screen and (max-width: 736px) {
    .article .article_list article {
        flex: 1 1 215px;
    }
}

.article .article_list .time {
    font-size: 85%;
}

.article .article_list .text-title {
    font-size: 95%;
}

.article .article_list .img {
    cursor: pointer;
    width: 100%;
    height: 120px;
    margin: auto;
}

.article .article_list a.category_box {
    font-size: 70%;
    display: inline-block;
    padding: 0.1em 0.5em;
    border-radius: 0.3rem;
    border: #7f7f7f solid 0.1rem;
    background: #7f7f7f;
    color: #fff;
}


/* ------------20230627------------ */



body {
    background: #ffffff;
}

.toppage .box {
    background: #ffffff;
    padding: 1em;
}

.mhlab-search form {
    display: flex;
}

#header {
    border-top: none;
    border-bottom: none;
    padding: 1em 1em 0 1em;
    background: #ffffff;
}

#header .btn-icon {
    margin-right: 10px;
}

.top_btnmenu {
    display: flex;
    align-items: baseline;
}

input.txt_sa {
    border-radius: 0;
    width: 125px;
    margin: 0;
    border: 1px solid #707070;
}

input.btn_sa {
    padding: 0 5px;
    color: #ffffff;
    background: #707070;
    border-color: transparent;
    border-radius: 0;
}

#nav ul&gt;li {
    display: inline-block;
}

#nav .nav-sub_list&gt;li&gt;a {
    display: block;
    padding: 10px;
    text-align: initial;
}

/* Submenu */

#nav ul li .nav-sub_list {
    position: absolute;
}

#nav ul li .nav-sub_list li {
    display: block;
}

#nav ul li .nav-sub_list li a {
    background-color: #fff2e6;
    color: #333333;
}

#nav ul li .nav-sub_list li a:hover {
    background: #ffffff;
}

#nav ul li .nav-sub_list li a::before {
    content: "●";
    color: #FD8A18;
}

#nav ul li .nav-sub_list {
    display: none;
    z-index: 9999;
}

#nav ul li:hover .nav-sub_list {
    display: block;
    background: #ffffff;
}

#nav ul li .nav-sub_list li:not(:last-child) {
    border-bottom: 1px dashed #8C4C0D;
}

#nav a {
    background: #f0a356;
    color: #ffffff;
    padding: 10px 0;
    font-weight: bold;
}


#nav a:hover {
    background: #fff2e6;
    color: #FD8A18;
}

#side-l .banner,
#side .banner {
    text-align: center;
    margin-bottom: 1em;
}

#footer {
    background: #ffffff;
}

@media print,
screen and (min-width: 736px) {

    #nav a:before {
        content: none;
    }

    #nav li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-right: 1px;
        text-shadow: none;
    }

    #container {
        margin: 0 auto;
        width: 1070px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border-right: 1px solid #a9a9a9;
        border-left: 1px solid #a9a9a9;
        padding: 0;
    }
}

.footerbanner-top.pc-only {
    display: flex;
    justify-content: space-evenly;
    margin: 2em 0;
    padding: 0 20px;
}

@media only screen and (max-width: 736px) {

    #header {
        padding: 0 10px;
        border-bottom: 2px solid #FB8917;
    }

    #header .logo {
        max-width: 200px;
    }

    .sp_menu_btn {
        top: 0px;
    }

    .menucon_box {
        top: 10px;
    }

    .menucon_out_box {
        top: 60px;
    }

    #header .btn-icon {
        display: none;
    }

    #container {
        padding-bottom: 0;
    }

    .toppage #main {
        margin-top: 8em;
    }
}

/* -----------大塚製薬（ブログ共通）------------- */
.otsukaseiyaku {
    font-family: 'Kosugi', sans-serif !important;
}

/* -----------side-menu リニューアル------------- */

#side .side_contents_title {
    display: flex;
    align-items: center;
    background: #59AA46;
    color: #ffffff;
    padding: 0.5em 1em !important;
    font-weight: bold;
    border: none !important;
    margin-bottom: 10px;
}

#side .side_contents_title:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-right: 5px;
}

#side .side_contents_title.side_new-news:before {
    content: url(./images/news_icon.svg);
}

#side .side_contents_title.side_recom-news:before {
    content: url(./images/recom_news.svg);
}

#side .side_contents_title.side_recom-corner:before {
    content: url(./images/point_icon.svg);
}

.sub__side_corner .corner-title.side_corner {
    background: #e3e3e3;
    color: #333333;
    padding: 0.5em 1em;
    font-weight: bold;
}

.sub__side_corner .box.side_corner-menu ul li {
    list-style: inside;
    margin: 5px 10px;
}

.sub__side_corner .box.side_corner-menu {
    border: 1px solid #C6C6C6;
}

@media only screen and (max-width: 736px) {
    .sub__side_corner .box.side_corner-menu {
        border: none;
    }
    }

.sub__side_corner .box.side_corner-menu a {
    color: #333333;
}

.side_banner_box {
    margin: 2em auto;
}

.side_banner_box img {
    display: block;
    margin: auto;
}

.outlink:after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 0.2em;
    color: #59AA46;
}

/* ----------リストスタイル-------------- */

.simple_list li {
    list-style: none;
  }
  
  .list_decimal li {
    list-style: decimal;
  }
  
  .list_disc li {
    list-style: disc;
  }</pre></body></html>