@charset "UTF-8";

html {
    scroll-behavior: smooth;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

body {
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

.clear {
    clear: both;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
li,
dt,
dd,
td,
th,
label {
  font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

li {
    list-style: none;
}

h2.section-title {
    display: flex;
    font-size: medium;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 30px;
    border-left: none;
    border-bottom: solid 1px #003894;
}

h2.section-title .en {
    font-size: 40px;
    line-height: 1.2em;
    margin-right: auto;
}

h2.section-title .normal {
    color: #003894;
}

/* 英文タイトルのうち、MとeとLがつづりにあったら付ける */
h2.section-title .mel-color {
    color: #94c23f;
}

h2.section-title .jp {
    font-size: 24px;
    font-weight: bold;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 1.2em;
    margin-right: auto;
}

h2.section-title a {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
    text-decoration: none;
}

h2.section-title a .list-btn {
    font-size: 14px;
    background-color: #003894;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    line-height: 1.2em;
    border-radius: 20px;
    text-align: right;
}

.linkPDF {
	background-image: url(../../img/icon_pdf_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	min-height:1px;/* IE7 */
}


/*---------- 上部バナー部分 */

#header {
    display:block;
    margin-left: 100px;
    margin-bottom: 30px;
}

#header .navi {
  width: 795px;
  height: 190px;
  font-weight: bold;
  font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

#header .navi .header-group {
    position: relative;
}

#header .navi .top-img img {
    width: 780px;
    height: 190px;
    border-radius: 3px;
}

#header .navi .maintitle {
    display: block;
    width: fit-content;
    height: 36px;
    background-color: #94c23f;
    color: #fff;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 20px;
    border-radius: 20px;
    position: absolute;
    top: 10px;
    left: 60px;
}

#header .navi .maintitle .big {
    font-size: 24px;
    letter-spacing: 0.1rem;
}

#header .navi .maintitle .mini {
    font-size: 14px;
    letter-spacing: 0.1rem;
}

#header .navi .maintitle .middle {
    font-size: 18px;
    letter-spacing: 0.1rem;
}

#header .navi .logo-img {
    position: absolute;
    top: 65px;
    left: 180px;
}

#header .navi .logo-img img {
    background-color: rgba(253, 248, 248, 0.8);
    padding: 10px 80px;
    border-radius: 60px;
}



/*---------- 左メニュー */

li {
    list-style: none;
}

.sidebar {
    float: left;
    display: block;
    width: 162px;
    /* padding: 30px 0;
    background: #94c23f;
    color: #fff; */
}

.sidebar .navi {
    /* padding: 10px 0; */
    background: #94c23f;
    color: #fff;
}

.sidebar .mel-logo {
    margin-bottom: 20px;
}

.sidebar .mel-logo a {
    display: block;
}

.sidebar .mel-logo img {
    width: 150px;
}

/*----- MeLログインボタン */
.mel-link {
    margin-bottom: 10px;
}

.mel-main {
    width: 150px;
    height: 35px;
    background-color: #003894;
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    line-height: 1.4rem;
    text-decoration: none;
    /* background-image: url(../../img/loginbg.png);
	background-repeat: no-repeat; */
}

.mel-link a {
    display: block;
    text-decoration: none;
}

.mel-link a .mel-main:hover {
    background-color: #94c23f;
    color: #003894;
    text-decoration: none;
}

.mel-link a .mel-main:visited {
    color: #fff;
    text-decoration: none;
}


/*----- 新規導入ボタン */
.intro .new {
    height: 60px;
    background-color: #ff9900;
    border-radius: 3px;
    font-size: 16px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1.4rem;
    padding-top: 10px;
    /* padding-left: 15px; */
    text-align: center;
    margin-bottom: 10px;
}

.intro a {
    text-decoration: none;
}

.intro a .new {
    display: block;
    text-decoration: none;
}

.intro a .new:hover {
    background-color: #003894;
    text-decoration: none;
}

.intro a .new:visited {
    color: #666;
    text-decoration: none;
}

/*----- プルダウンナビ */
.navi .menu {
    padding: 0 15px;
}

.navi .menu>li {
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}

.navi .menu>li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
}

.navi .menu>li a:visited {
    color: #666;
}

.navi .menu>li a:hover {
    color: #003894;
}

.navi .menu>li:last-child {
    border-bottom: none;
}

.navi .menu .menu-first {
    position: relative;
}

.navi .menu .menu-first .menu-second li {
    border-bottom: 1px dotted #003894;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navi .menu .menu-first .menu-second li:last-child {
    border-bottom: none;
}

.navi .menu .menu-second a {
    display: block;
    color: #003894;
}

.navi .menu .menu-second a:hover {
    background-color: #efefef;
    color: #003894;
}

.navi .menu li.menu-first details {
    background-color: #94c23f;
}

.navi .menu li.menu-first details[open]>ul.menu-second {
    padding-left: 0;
    background-color: #fff;
    color: #003894;
    font-size: 14px;
    font-weight: bold;
}

.navi .menu li.menu-first details[open]>ul li a {
    display: block;
}

.navi .menu li.menu-first summary {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    line-height: 1.5em;
}

.navi .menu li.menu-first summary img.chevron-down {
    width: 20px;
    height: 20px;
    padding-left: 15px;
    vertical-align: middle;
    line-height: 1.5em;
}

.navi .menu li.menu-contact a .navi .menu li.menu-faq a {
    display: block;
}

.navi .menu li.menu-contact a img.mail,
.navi .menu li.menu-faq a img.question {
    width: 20px;
    height: 20px;
    padding-right: 10px;
    vertical-align: middle;
}


/*----- お問い合わせボタン */

.contact .btn {
    display: block;
    height: 45px;
    width: 150px;
    border: 1px solid #003894;
    border-radius: 3px;
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    font-weight: bold;
    color: #003894;
    line-height: 1.4rem;
    text-align: center;
    margin-top: 10px;
}

.contact a {
    padding-top: 10px;
    text-decoration: none;
}

.contact a .btn {
    display: block;
    text-decoration: none;
}
.contact a .btn img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.contact a .btn:hover {
    background-color: #efefef;
    /* color: #fff; */
    text-decoration: none;
}

.contact a .btn:visited {
    color: #666;
    text-decoration: none;
}



/*---------- キャンペーン情報 */

.campaign details {
    margin-bottom: 20px;
}
.campaign details[open] {
    background-color: #fff;
}

.campaign details summary {
    display: block;
    background-color: #94c23f;
    color: #fff;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5em;
}

.campaign details summary img.chevron-down {
    width: 20px;
    height: 20px;
    padding-left: 15px;
    padding-top: 5px;
    vertical-align: middle;
}

.cam-list {
    margin-bottom: 40px;
}

.cam-list .cam-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
}

.cam-list .cam-item li .pdf-img {
    margin-bottom: 10px;
}

.cam-list .cam-item li .pdf-img img {
    width: 100px;
    border: #003894 1px solid;
    border-radius: 2px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    vertical-align: top;
}

.cam-list .cam-item li time {
    font-size: 12px;
}

.cam-list .cam-item li .title {
    font-size: 14px;
    margin-top: 10px;
}



/*---------- 新規導入 */

.newuser-title {
    box-sizing: border-box;
    text-align: center;
    width: 780px;
    height: 80px;
    background-color: #94c23f;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    border-radius: 3px;
    vertical-align: middle;
    padding-top: 35px;
    margin-bottom: 20px;
}

.inner-link {
    border: #efefef 1px solid;
    /* background-color: #efefef; */
    border-radius: 3px;
    line-height: 1.5em;
    width: 400px;
    margin: 0 auto;
}

.inner-link .header {
    margin: 0;
    border: 1px solid #efefef;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    background: #efefef;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

.inner-link .menu {
    margin: 0;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

/* .inner-link .menu {
    display: flex;
    align-items: center;
    text-align: right;
} */

.inner-link .menu li {
    list-style-type: disc;
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-left: 20px;
}

.inner-link .menu li a {
    display: block;
}

.description {
    margin-bottom: 20px;
}

.description .lead strong{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

.discription p {
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

/* .description .marker {
    background-color: #003894;
    color: #fff;
    padding: 3px 7px;
    margin: 0 3px;
} */

.description p.subtitle {
    margin-bottom:10px;
    font-size:18px;
    font-weight:bold;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

.description p.subtitle strong.h {
    text-decoration: underline;
    font-size: 20px;
    margin-right: 3px;
}

.description p.lead {
    margin-bottom:20px;
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    line-height: 1.6em;
    
}

.point-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.point-group .point {
    margin-bottom: 20px;
    width: 380px;
}
.point-group .point .header {
    margin: 0;
    border: 1px solid #003894;
    padding: 5px;
    border-radius: 5px 5px 0 0;
    background: #003894;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}
.point-group .point .text {
    margin: 0;
    height: 85px;
    border: 1px solid #003894;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    line-height: 1.6em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}
.point-group .point .text ul {
    margin: 0;
    padding: 0;
}
.point-group .point .text li {
    list-style-type: disc;
    list-style-position: inside;
}

.service-group .text .marker {
    background-color: #003894;
    color: #fff;
    padding: 3px 7px;
    margin: 0 3px;
}

.service {
    margin-bottom: 15px;
}

.service .f {
    display: flex;
    gap: 20px;
}

.service .header {
    color: #003894;
    font-weight: 700;
    font-size: 16px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 10px;
}
.service .header::before {
    content: "◆ ";
}

.service .text {
    font-size: 14px;
    line-height: 1.6em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-left: 20px;
    margin-bottom: 30px;
}

.newcstmfl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.newcstmfl .p_flow {
    display: table-cell;
    width: 250px;
    text-align: center;
    padding: 15px;
    border: 1px solid navy;
}
.newcstmfl .p_flow p {
    font-size: 14px;
        font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
        line-height: 1.6em;
        margin-top: 10px;
}
.newcstmfl img {
    margin-top: 14px;
}

.arwright1 {
    margin-top: 90px;
    font-size: 36px;
    font-weight: 800;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    color: #003894;
    margin-left: 5px;
    margin-right: 5px;
}

.flow-detail {
    margin-bottom: 20px;
}
.flow-detail dt {
    font-weight: 700;
    font-size: 16px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 10px;
}
.flow-detail dd {
    font-size: 14px;
    line-height: 1.6em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-left: 20px;
    margin-bottom: 30px;
}

.movie-group {
    margin: 0 auto;
    padding: 10px 20px;
    width: 700px;
    height: auto;
}

.browse-group .lead {
    font-size: 14px;
    line-height: 1.8em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 30px;
}

.faq-group p {
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    color: #333;
    line-height: 1.8em;
}

.circled-q {
    width: 24px;
    height: 24px;
    color: #336699;
    margin-right: 7px;
    vertical-align: middle;
}

.circled-a {
    width: 24px;
    height: 24px;
    color: #ff9900;
    margin-right: 7px;
    vertical-align: middle;
}

.question {
    font-size: 14px;
    font-weight: bold;
}

.answer {
    display: block;
    font-size: 14px;
    padding-left: 30px;
}

.faq-group .contact {
    margin-left: 50px;
}
.faq-group .contact p {
    font-size: 18px;
    font-weight: 700;
}
.faq-group .contact p a {
    text-decoration: underline;
}
.faq-group .contact p a:hover {
    color: #94c23f;
}

/*---------- お知らせ欄 */

h3.subsection-title .midashi {
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    font-weight: normal;
    background-color: #003894;
    color: #fff;
    line-height: 1.4em;
    border-radius: 15px;
    padding: 5px;
    vertical-align: middle;
}

h3.subsection-title .midashi::before,
h3.subsection-title .midashi::after {
    content: "●";
    font-size: 10px;
    color: #fff;
    padding: 0 3px;
    vertical-align: middle;
}

.news-list {
    margin-bottom: 20px;
    margin-left: 15px;
}

.news-item {
    display: flex;
    font-size: 14px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 10px;
}

.news-item dt {
    /* border-bottom: 1px dotted #003894; */
    margin-right: 10px;
    line-height: 1.6em;
}
.news-item dt.topic {
    border-bottom: none;
    line-height: 1.6em;
}
.news-item dd {
    line-height: 1.6em;
}



/*---------- 特集一覧ページ */
.features-list {
    margin-bottom: 120px;
}

.features-list li {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #999;
}

.features-list li .img {
    width: 250px;
}

.features-list li .img img {
    width: 240px;
}

.features-list li .text {
    flex: 1;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    padding: 20px 5%;
}

.features-list li .text .name {
    color: #003894;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.features-list li .text .info {
    margin-bottom: 20px;
}

.features-list li .text .info .item {
    display: flex;
    font-size: 14px;
    margin-bottom: 5px;
}

.features-list li .text .info .item dt {
    margin-right: 5px;
    color: #666;
}

.features-list li .text .info .item dd {
    margin-left: 0;
    line-height: 1.5em;
}

.features-list li .text .info .item dd.date {
    color: #666;
}

.features-list li .text .btn {
    max-width: 120px;
    background-color: #fff;
    display: block;
    border: solid 1px #003894;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

.features-list li .text .btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: #003894;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.6s;
}

.features-list li .text .btn:hover {
    color: #fff;
    opacity: 1;
}

.features-list li .text .btn:hover:before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}


/*---------- 分野別・分類別 */

.shinki-lead {
    font-size: 14px;
    line-height: 1.8em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 30px;
}

h3.shinki-midashi {
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    background-color: #003894;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
}
.shinki-list p {
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}
.shinkan {
    margin: 30px 0 30px 40px;
    width: 780px;
}
.shinkan p {
    display: block;
    text-align: right;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-right: 60px;
}
.shinkan p a {
  display: block;
}

.monthly-catalog {
    display: flex;
    gap: 70px;
}
.monthly-img {
    box-sizing: border-box;
    max-width: 250px;
    min-width: 0;
    word-wrap: break-word;
}
.monthly-img a {
    display: block;
}
.monthly-img img {
    width: 150px;
    vertical-align: text-top;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
    border-radius: 3px;
}
.monthly-img p {
    display: block;
    height: 25px;
    margin: 10px auto;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    text-align: center;
}


/*---------- 動画付き */

.movie-lead {
    font-size: 14px;
    line-height: 1.8em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 30px;
}


/*---------- サブスク */

.subsc-lead {
    font-size: 14px;
    line-height: 1.8em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 30px;
}

.subsc-list {
    margin-top: 40px;
}

.subsc-list .subsc-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
}

.subsc-list .subsc-item li a {
    display: block;
    text-decoration: none;
}

.subsc-list .subsc-item li .pdf-img {
    margin-bottom: 10px;
}

.subsc-list .subsc-item li .pdf-img img {
    width: 100px;
    border: #003894 1px solid;
    border-radius: 2px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    vertical-align: top;
}

.subsc-list .subsc-item li .title {
    font-size: 14px;
    margin-top: 10px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}
.subsc-list .subsc-item li .title a {
    display: block;
    text-decoration: none;
}
.subsc-list .subsc-item li .list-table {
    box-sizing: border-box;
    display: block;
    width: fit-content;
    border: #999 1px dashed;
    border-radius: 3px;
    padding: 5px;
}


/*---------- 新刊ハイブリッド */

.hibrid-lead {
    font-size: 14px;
    line-height: 1.8em;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
    margin-bottom: 30px;
}

.pattern {
    margin-top: 30px;
}




/*---------- 以下、旧スタイル */

ul#gmenu {
    list-style: none;
    margin: auto;
    padding-left: 0px;
    width: 980px;
    background-color: gray;
    /*display: flex;*/
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul#gmenu li {
    border: 1px solid black;
    line-height: 0px;
}


/* h2 {
    font-size: 14px;
    border-left: 5px solid navy;
    border-bottom: 1px solid navy;
    padding: 0 0 5px 8px;
    margin-top: 0;
    margin-bottom: 15px;
} */

h3 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

ul#ul1 {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 162x;
}

ul#ul1 li {
    border: 1px solid #CCC;
    margin: 0;
    padding: 0;
}


ul#ul1 img {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.catcon {
    margin-bottom: 30px;
}

.catcon table tr td {
    vertical-align: top;
    padding-bottom: 5px;
}

.catcon table.list-type2 tr td:nth-child(2) {
    width: 10em;
}


#sidemenu {
    display: block;
    width: 162px;
}

#sidemenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* width: 162px; */
}

/*font-size:12px;text-align:center;  */
/*li.li_side_a, li.li_side_b, li.li_side_c {font-size:12px; text-align:center; width:160px; display:block; margin:0;padding:0; border:0px solid #CCC; }*/
/*li.li_side_a ul li, li.li_side_b ul li, li.li_side_c ul li {width:160px; display:block; margin:0;padding:0;}*/



#MeLcatbox_mv th {
    width: 150px;
}

#MeLcatbox_mv td {
    padding-left: 15px;
}

p.catalog_top {
    text-align: right;
    font-size: 12px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

p.pub_name {
    margin-bottom: 5px;
    font-size: 12px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

p.linkPDF {
    margin-bottom: 5px;
    font-size: 12px;
    font-family: "BIZ UDPGothic", "BIZ UDGothic", "ヒラギノ角ゴ ProN", "MS Pゴシック", sans-serif;
}

p.linkPDF a {
    display: block;
    text-decoration: none;
}

#catrpress_n_box {
    width: 100%;
}

#catpress_n_box td p.linkPDF a {
    display: inline;
    text-decoration: none;
}

td p {
    font-size: 14px;
}

label {
    cursor: pointer;
}

/*.catcon {margin-bottom:30px;}
/*.catcon table tr td { vertical-align:top; padding-bottom:5px;}
/*.catcon table.list-type2 tr td:nth-child(2) {width:10em;}
/* li.li_side_a:nth-child(1) {border-top:0px solid #CCC; }
/* border-bottom:1px solid #CCC;  