@charset "UTF-8";
/*
Theme Name: d-web
*/

/*

カスタマイズ用CSS

*/



/*********************
 ボタン
*********************/

.btnArea_row2 {
  display: block;
  justify-content: space-between;
  margin: 10px auto;
}

@media (min-width: 48em){
.btnArea_row2 {
    display: flex;
}
}

.btnArea_row2_col {
  flex: 0 0 48%;
  margin: 10px 0;
}

@media (min-width: 48em){
.btnArea_row2_col {
  flex: 0 0 48%;
  margin: 10px 0;
}
}

.btn-orange {
    background: #FF9900;
}

.btn-orange:hover {
    background: #fea41d;
}


/*********************
 コンテンツ全体
*********************/

@media (min-width: 48em){
.pageContentWrapper {
    width: 1130px;
}
}

@media (min-width: 48em){
.pageContentWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
}
}

@media (min-width: 48em){
.pageContentWrapper_row_col-main {
    flex: 0 0 760px;
}
}

@media (min-width: 48em){
.pageContentWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
}
}

.containerWidth {
    max-width: 1130px;
}



/*********************
 出典リンク
*********************/

.entry .text-size-mini {
    color: #999999;
    font-size: 11px;
    margin-top: -15px;
}

.entry .text-size-mini a {
    color: #999999;
    text-decoration: none;
}

.entry .text-size-mini a:hover {
    color: #999999;
}




/*********************
 h2の色
*********************/

/*.entry h2 {*/
    /*background: #008CD6;*/
/*}*/









/*********************
 目的別の文字
*********************/

.entry .tocBox ul li {
    font-weight: normal;
}


/*********************
 ランキングボタンの色
*********************/

.entry .bdrBtn-blue:visited {
    color: #008CD6;
}

.entry .bdrBtn-blue {
    border-color: #0378b5;
    color: #0378b5;
}

.entry .bdrBtn-blue:after {
    border-color: #008CD6;
}

.entry .bdrBtn-blue:hover {
    background: #0378b5;
    color: #fff;
}


/*********************
 テーブルの横スクロール
*********************/

.table-scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  max-width: 700px;
}

table tbody {
  width: 100%;
  /*display:table;*/
}

@media (max-width: 48em){
.scroll-table table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.table-scroll {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

table tbody {
  width: 100%;
  /*display:table;*/
}
}

.entry .cusTable {
    margin: 0px 0 30px 0;
}


/*# sourceMappingURL=sourcemaps/style.css.map */
 
.swiper-container {
    max-width:640px;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
    font-size: 2em;
    color: #fff !important;
}
.swiper-button-prev > i,
.swiper-button-next > i {
    display: block;
    line-height: 44px;
    text-shadow: 1px 1px 3px #777;
    font-size: 1em;
}
@media (min-width: 576px) {
    .swiper-button-prev,
    .swiper-button-next {
        font-size: 3em;
    }
}
.swiper-button-prev {
    text-align: left;
}
.swiper-button-next {
    text-align: right;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white !important;
    opacity: 1 !important;
    box-shadow: 1px 1px 3px #777;
    height: 12px;
    width: 12px;
    margin: 10px !important;
}
.swiper-container-thumbs .swiper-slide::before {
    content: '';
    padding-top: calc(100% - 10px);
    width: 100%;
}
.swiper-container-thumbs .swiper-slide {
    border: 2px solid #e1e1e1;
    width: 100%;
    margin: 5px;
    cursor: pointer;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #262626;
    opacity: 1;
    filter: alpha(opacity=100);
}
.swiper-container-thumbs .swiper-slide .swiper-slide-thumbnail {
    width: 95%;
    height: 95%;
    position:absolute;
    background-size: cover;
    background-position: center center;
}

.swiper-container {
    margin-bottom: 10px !important;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    border: 0px solid #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    border: 0px solid #fff;
}

.swiper-button-next,
.swiper-button-prev {
    background: none !important;
}

@media (min-width: 48em){
.swiper-container-thumbs .swiper-slide {
    width: 93px !important;
}
}

/*********************
 テーブル内の〇などの記号サイズ
*********************/

.itemBox_table_text .symbol {
    width: 26px !important;
}

/*********************
 細かい調整
*********************/

/*.entry div[class^="box-default-"] p {
    margin-top: 30px !important;
}*/

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

.btnArea .text-center {
    margin-bottom: -30px;
}

.entry .rate {
    max-width: 60px;
}

.entry .cusTable td ul,
.entry .cusTable td ol {
    text-align: left;
}



/*********************
 フッター
*********************/

.footer {
    border-top: 1px solid #ccc;
    background: #fff;
}

.footer_disclaimer {
    border-bottom: 1px dotted #fff;
    font-size: 12px;
    padding-bottom: 40px;
}

@media (min-width: 48em){
.footer_ct_head {
    border-bottom: 1px solid #ccc;
}
}

@media (min-width: 48em){
.footer_logo img {
    max-width: 250px;
}
}

@media (min-width: 48em) {
.footer_row_col-category {
    flex: 1 1;
    margin-left: 20px;
    margin-right: 20px;
}
}

.footer_icon {
    position: relative;
    min-height: 50px;
    margin-top: 10px;
}

@media (max-width: 48em) {
.footer_icon_sp {
    margin: 0 auto;
    width: 100px;
}
}

.footer_icon_left {
    display: block;
    float: left;
    width: 50px;
}

.footer_icon_right {
    display: block;
    width: 37px;
    float: left;
}

@media (min-width: 48em) {
.footer_icon {
    width: 170px;
    float: right;
    position: relative;
}

.footer_icon img {
    position: absolute;
    bottom: 0;
}

.footer_icon_left {
    display: block;
    float: left;
    padding-left: 10px;
}

.footer_icon_right {
    display: block;
    padding-left: 100px;
}
}

.footer_copyright {
    border-top: 1px solid #999;
}


/*********************
 問い合わせ
*********************/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	margin: 8px 0px;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

.required-contactform7{
	padding: 1px 5px;
	background: #DE8686;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	margin-right: 3px;
}

/*********************
 ヘッダー
*********************/

.pcHeader_row_col-logo {
    flex: 1 0 auto;
}

.pcHeader_row_col-search {
    flex: 0 0 300px;
    margin-left: 30px;
}

.pcHeader_row {
    justify-content: space-between;
}

.pcHeader_row_col-menu {
    flex: 0 0 30px;
}

@media (min-width: 48em) {
.searchForm input[type="text"] {
    float: left;
    width: 40rem;
    height: 4rem;
    min-height: 34px;
    border: #1F51CC solid .3rem;
    background: #fff;
    -webkit-border-radius: .5rem 0 0 .5rem;
    border-radius: .5rem 0 0 .5rem;
    padding: .3rem .9rem;
    box-sizing: border-box;
    position: relative;
}

.searchForm input[type="submit"] {
    box-sizing: border-box;
    width: 10.4rem;
    height: 4rem;
    min-height: 34px;
    border: .3rem solid #1F51CC;
    cursor: pointer;
    background: #1F51CC;
    font-size: 1.5rem;
    line-height: 3.2rem;
    font-weight: bold;
    letter-spacing: .3rem;
    color: #fff;
    -webkit-border-radius: 0 .5rem .5rem 0;
    border-radius: 0 .5rem .5rem 0;
    -webkit-appearance: none;
    font-family: "MS PGothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
    transform: inherit;
    right: -100px;
}

.mTitle {
    color: #008CD6;
}
}

@media (max-width: 48em){
.mTitle {
    background: #008CD6;
}
}

.pcHeader_logo img {
    max-width: 240px;
}

.pcHeader_logo_l {
    widht: 50px;
    float: left;
}

.pcHeader_logo_l img {
    max-width: 180px;
}

.pcHeader_logo_r {
    widht: 50px;
    float: left;
}

.pcHeader_logo_r img {
    max-width: 110px;
}


/*-- PC版表示CSS  --*/
.sideAd-pc {
  display:block;
}

.sideAd-sp {
  display:none;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
.sideAd-pc {
    display:none;
}
	
.sideAd-sp {
    display:block;
}
}

/*********************
 ゴールドラベルの追加
*********************/

.entry .text-label-gold {
    background: #ffd700;
}

/*********************
 ボタンリンクのアンダーライン
*********************/

.entry .btnArea a {
    text-decoration: none !important;
}

/*********************
 画像枠
*********************/

.img-frame img {
    border: 3px solid #e7e7e7;
    background: #f6f6f6;
    padding: 3px;
    margin: 0px 0px 30px 0px;
}

/*********************
 テーブルのリンク
*********************/

.entry .cusTable th a,
.entry .cusTable th a:visited {
    color: #fff;
} 


/*********************
 google map
*********************/

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*********************
 テーブルの背景色のCSS
*********************/
/*
.entry .cusTable td.first-td {
    min-width: 100%;
}
*/

/*********************
 その11とその12の追加
*********************/

.sonoTitle11 {
    padding-left: calc(47.6923px + 12px) !important;
}

.sonoTitle11:before {
    width: 47.6923px;
    height: 19.6154px;
    background-image: url(../trend/images/sono11.png);
}

.sonoTitle12 {
    padding-left: calc(47.6923px + 12px) !important;
}

.sonoTitle12:before {
    width: 47.6923px;
    height: 19.6154px;
    background-image: url(../trend/images/sono12.png);
}

/*********************
 アプリーチ
*********************/

.appreach{
    border:3px solid #eee;/*ボーダー色*/
}

.appreach{
    text-align: left;
    padding: 25px;
    margin:20px;
    border-radius:2px;
    overflow: hidden;
}

.appreach:after {
    content: "";
    display: block;
    clear: both;
}

.appreach img,
.appreach p {
    margin: 0;
    padding:0;
}

.appreach a:after {
    display: none;
}

.appreach__icon {
    float: left;
    border-radius: 10%;
    overflow: hidden;
    margin: 0 3% 0 0 !important;
    width: 25% !important;
    height: auto !important;
    max-width: 120px !important;
}

.appreach__detail {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    width: 72%;
    max-width: 72%;
}

.appreach__detail:after {
    content: "";
    display: block;
    clear: both;
}

p.appreach__name {
    font-size: 16px;
    color:#555;
    padding-bottom:10px;
    font-weight:bold;
    line-height: 1.5em !important;
    max-height: 3em;
    overflow: hidden;
}

.appreach__info {
    font-size: 12px !important;
    color:#888;
}

.appreach__info a{
    color:#aaa;
}

.appreach__developper, .appreach__price {
    margin-right: 0.5em;
}

.appreach__posted a {
    margin-left: 0.5em;
}

.appreach__links {
    float: left;
    height: 40px;
    margin-top: 15px;
    white-space: nowrap;
}

.appreach__aslink img {
    margin-right: 10px;
    height: 40px;
    width: 135px;
}

.appreach__gplink img {
    height: 40px;
    width: 134.5px;
}

@media only screen and (max-width: 786px){
.appreach{
    margin:20px 0;
}

.appreach__info {
    font-size: 11px !important;
}

p.appreach__name {
    font-size: 15px;
}
}


/************************************
** 横長テーブル
************************************/
.p-sticky-table{
    white-space: nowrap;
    line-height:1.6;
}
.p-sticky-table table{
    border:none;
    border: 1px solid #dedede;
    border-bottom: none;
    border-collapse: collapse;
    word-break: break-all;
    table-layout: fixed;
    display:block;
    overflow:scroll;
    max-height: 80vh;
}
.p-sticky-table thead th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}
.p-sticky-table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    text-align:center;
}
.p-sticky-table tbody th:first-child{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    border:none;
    white-space: normal;
    min-width: 130px;
}
.p-sticky-table th, .p-sticky-table td {
    min-width: 50px;
    text-align: left;
    font-size: 16px !important;
    position: relative;
    padding: 13px !important;
    color: #333;
    border: none !important;
    z-index: 0;
    vertical-align:middle !important;
    background:#fff;
}
.p-sticky-table th{
    background:#f0f9ff !important;
    letter-spacing: 1px;
    font-weight: 500 !important;
    color: #555 !important;
}
.p-sticky-table tr{
    border-bottom:none !important;
}
.p-sticky-table img{
    margin: 10px auto;
    display: block;
    padding: 0;
    max-width: 80% !important;
}
.p-sticky-table table th::before, .p-sticky-table table td::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    z-index: -1;
}
/* スマホ */
@media screen and (max-width: 560px) {
    .p-sticky-table table {
        max-height: 60vh;
    }
    .p-sticky-table thead th:first-child, .p-sticky-table tbody th:first-child {
        min-width: 25vw;
    }
    .p-sticky-table th, .p-sticky-table td {
        font-size: 12px !important;
        padding: 7px !important;
    }
}
/* 中央寄せ */
.pst-center td {
    text-align: center;
}

.container_row_col.container_row_col-main {
    max-width: 760px;
}

table img.symbol {
    width: 30px;
}

.btn-small {
    font-size: 10px;
    max-width: 190px;
    padding: 8px;
}

table .btn-small:before,
table .btn-small:after {
    display: none;
}

table .btn+.btn {
    margin-top: 5px;
}

.swiper-wrapper > p {
    display: none;
}



/************************************
** マイナビパンくず
************************************/

@media (min-width: 48em) {
    .woman-breadcrumbs {
        position: relative;
        z-index: 0;
        overflow: hidden;
        font-size: 10px;
    }

    .woman-breadcrumbs .l-breadcrumbs__inner {
        max-width: 1090px;
        padding: 12px 0;
        margin: 0 auto;
    }

    .woman-breadcrumbs .l-breadcrumbs__list {
        display: flex;
        padding: 0;
        margin: 0;
    }

    .woman-breadcrumbs .l-breadcrumbs__item {
        position: relative;
        flex: 0 0 auto;
        margin-right: 20px;
        font-weight: 500;
        color: #464646;
    }

    .woman-breadcrumbs .l-breadcrumbs__item::after {
        width: 6px;
        height: 6px;
        position: absolute;
        top: 50%;
        left: 100%;
        display: block;
        content: "";
        border-right: 1px solid;
        border-bottom: 1px solid;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .woman-breadcrumbs .l-breadcrumbs__item:last-child {
        margin-right: 0;
        font-weight: 900;
    }

    .woman-breadcrumbs .l-breadcrumbs__item:last-child::after{
        content: none;
    }

    .woman-breadcrumbs .l-breadcrumbs__link {
        padding: 0 10px 0 0;
        color: #464646;
        text-decoration: none;
        transition: opacity .3s;
    }
}

@media (max-width: 48em) {
    .woman-breadcrumbs {
        position: relative;
        z-index: 0;
        height: 30px;
        padding: 0 10px;
        overflow: hidden;
        background-color: #f4f4f4;
        font-size: 10px;
    }

    .woman-breadcrumbs .l-breadcrumbs__inner {
        width: 100%;
        height: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .woman-breadcrumbs .l-breadcrumbs__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .woman-breadcrumbs .l-breadcrumbs__item {
        position: relative;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 100%;
        margin-right: 12px;
    }

    .woman-breadcrumbs .l-breadcrumbs__item::after {
        width: 5px;
        height: 5px;
        position: absolute;
        top: 50%;
        left: 100%;
        display: block;
        content: "";
        border-right: 1px solid;
        border-bottom: 1px solid;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }

    .woman-breadcrumbs .l-breadcrumbs__item:last-child {
        margin-right: 0;
        font-weight: 700;
    }

    .woman-breadcrumbs .l-breadcrumbs__item:last-child::after{
        content: none;
    }

    .woman-breadcrumbs .l-breadcrumbs__link {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 0 5px 0 0;
        font-weight: 500;
        color: #000;
        text-decoration: none;
    }
}

@media (min-width: 48em) {
    .news-breadcrumbs{
        width: 1090px;
        margin: 10px auto;
    }

    .news-breadcrumbs .l-breadcrumbs__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-breadcrumbs .l-breadcrumbs__item {
        position: relative;
        margin-right: 10px;
    }

    .news-breadcrumbs .l-breadcrumbs__item + .l-breadcrumbs__item{
        margin-left: 15px;
    }

    .news-breadcrumbs .l-breadcrumbs__item + .l-breadcrumbs__item::before {
        content: ">";
        position: absolute;
        top: 50%;
        left: -15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #666;
        font-size: 10px;
    }

    .news-breadcrumbs .l-breadcrumbs__link{
        color: #666;
        font-size: 10px;
        letter-spacing: .08em;
    }
}

@media (max-width: 48em) {
    .news-breadcrumbs{
        margin: 10px 15px;
        line-height: 1;
    }

    .news-breadcrumbs .l-breadcrumbs__list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-breadcrumbs .l-breadcrumbs__item{
        position: relative;
        margin-right: 10px;
    }

    .news-breadcrumbs .l-breadcrumbs__item + .l-breadcrumbs__item{
        margin-left: 15px;
    }

    .news-breadcrumbs .l-breadcrumbs__item + .l-breadcrumbs__item::before{
        content: ">";
        position: absolute;
        top: 50%;
        left: -15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #666;
        font-size: 10px;
    }

    .news-breadcrumbs .l-breadcrumbs__link{
        color: #666;
        font-size: 10px;
        letter-spacing: .08em;
    }
}

/************************************
** タブ切り替え
************************************/

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item_a,
.tab_item_b,
.tab_item_c,
.tab_item_d,
.tab_item_e,
.tab_item_f,
.tab_item_g,
.tab_item_h,
.tab_item_i,
.tab_item_j {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item_a"] {
  display: none;
}
input[name="tab_item_b"] {
  display: none;
}

input[name="tab_item_c"] {
  display: none;
}

input[name="tab_item_d"] {
  display: none;
}

input[name="tab_item_e"] {
  display: none;
}

input[name="tab_item_f"] {
  display: none;
}

input[name="tab_item_g"] {
  display: none;
}

input[name="tab_item_h"] {
  display: none;
}

input[name="tab_item_i"] {
  display: none;
}

input[name="tab_item_j"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#content1:checked ~ #content1_content,
#content2:checked ~ #content2_content,
#content3:checked ~ #content3_content,
#content4:checked ~ #content4_content,
#content5:checked ~ #content5_content,
#content6:checked ~ #content6_content,
#content7:checked ~ #content7_content,
#content8:checked ~ #content8_content,
#content9:checked ~ #content9_content,
#content10:checked ~ #content10_content,
#content11:checked ~ #content11_content,
#content12:checked ~ #content12_content,
#content13:checked ~ #content13_content,
#content14:checked ~ #content14_content,
#content15:checked ~ #content15_content,
#content16:checked ~ #content16_content,
#content17:checked ~ #content17_content,
#content18:checked ~ #content18_content,
#content19:checked ~ #content19_content,
#content20:checked ~ #content20_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item_a {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_b {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_c {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_d {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_e {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_f {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_g {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_h {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_i {
  background-color: #5ab4bd;
  color: #fff;
}

.tabs input:checked + .tab_item_j {
  background-color: #5ab4bd;
  color: #fff;
}


/************************************
** 3列ボタン
************************************/

.btnArea_row3 {
    display: block;
    justify-content: space-between;
    margin: 10px auto;
}

@media (min-width: 48em){
.btnArea_row3 {
    display: flex;
}
}

.btnArea_row3_col {
    flex: 0 0 32%;
    margin: 10px 0;
}

.btn-orange {
    background: #ff9900;
    -webkit-box-shadow: #d28432 0 -4px 0 inset;
    box-shadow: #d28432 0 -4px 0 inset;
}


/************************************
** マイナビスワイパー
************************************/

.swiper-container {
    height: 100%;
    max-width: 640px;
    width: 100%;
}

.swiper-slide {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none !important;
    color: #fff !important;
    font-size: 2em;
}

.swiper-button-prev > i,
.swiper-button-next > i {
    display: block;
    font-size: 1em;
    line-height: 44px;
    text-shadow: 1px 1px 3px #777;
}

.swiper-button-prev {
    text-align: left;
}

.swiper-button-next {
    text-align: right;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: white !important;
    box-shadow: 1px 1px 3px #777;
    height: 12px;
    margin: 10px !important;
    opacity: 1 !important;
    width: 12px;
}

.swiper-container-thumbs .swiper-slide::before {
    content: '';
    padding-top: calc(100% - 10px);
    width: 100%;
    display: block;
}

.swiper-container-thumbs .swiper-slide {
    border: 2px solid #e1e1e1;
    cursor: pointer;
    filter: alpha(opacity=30);
    margin: 5px;
    opacity: 0.3;
    width: 100%;
}

.swiper-container-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #262626;
    filter: alpha(opacity=100);
    opacity: 1;
}

.swiper-container-thumbs .swiper-slide .swiper-slide-thumbnail {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-container {
    overflow:hidden;
    position: relative;
}
.swiper-container .swiper-pagination {
    bottom: 0;
    width: 100% !important;
}

/************************************
** information
************************************/
.profile-quote {
	background-color: #eee;
	font-size: 10px !important;
    line-height: 20px;
    padding: 10px;
	margin-top: 60px;
	color: #555;
    word-break: break-word;
}

/************************************
** 注釈ボックス
************************************/
@media (min-width: 768px){
    .annotation {
        background-color: #f7f7f7;
        font-size: 11px;
        border-radius: 4px;
        margin-top: 24px;
        padding: 8px 12px;
    }
}

@media (max-width: 768px) {
    .annotation {
        background-color: #f7f7f7;
        font-size: 11px;
        border-radius: 4px;
        margin-top: 16px;
        padding: 8px 12px;
    }
}

/************************************
** 投稿記事上PRアイコン
************************************/
.single-top-pr{
	margin-bottom: 8px;
}
 .single-top-pr span{
    padding: 1px 5px;
    font-size: 10px;
    display: inline-block;
    background-color: black;
    color: #ffff;
    
}
/************************************
** 投稿記事サムネイル下プロモーション
************************************/
.thumb-bottom-pr{
    font-size: 11px;
    margin-top: 0px;
    line-height: 20px;
    padding: 5px;
    background-color: #eee;
    margin-bottom: 10px;
    color: #333;
}
@media (min-width: 768px){
	.thumb-bottom-pr{
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
}


/************************************
** ブロックディスプレイ用
************************************/
.blockDisplay_data{
    /*display: none;*/
}
.blockDisplay_btn{
    border: 1px solid #00629d;
	box-shadow:0 0px 5px 0 rgba(0, 0, 0, 0.15);
	background:#f6f7fc;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px auto;
    max-width: 360px;
    opacity: 1.0;
    padding: 10px 20px;
    text-align: center;
    transition-duration: .2s;
    transition-timing-function: ease-in;
    width: 100%;

}
.blockDisplay_btn span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.blockDisplay_btn span:before{
    content: "\f055";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	color:#00629d;
}
.blockDisplay_btn.open{
    opacity: 0.8;
}
.blockDisplay_btn.open span:before{
    content: "\f056";
}

/************************************
** テーブル内
************************************/
.entry table .text-size-small {
 	display: inline; }
.entry table .font-size-small {
	display: inline; }
/************************************
** 文字サイズ追加
************************************/
.entry .text-size-ex-small {
  font-size: 10px;
}


/************************************
** ヘッダーテキスト追加
************************************/
.pcHeader_logo_l img {
    max-width: 240px;
}
span.pcHeader_logo_l_txt {
    font-size: 20px;
    font-weight: bold;
    vertical-align: bottom;
    margin-left: 10px;
    color: #0096db;
	position: relative;
    top: -2px;
}
.mobileHeader_logo img{
	height:30px;
}
span.mobileHeader_logo_txt {
    font-weight: bold;
    font-size: 15px;
	color: #0096db;
	vertical-align: bottom;
	position: relative;
    top: 1px;
}
/* モバイルレイアウト変更 */
.mobileHeader_logo{
	text-align:left;
}
.mobileHeader_row_col-navigation{
	display:none;
}
.mobileHeader_row{
	flex-direction: row-reverse;
}

/************************************
** フッター変更
************************************/
/* ===== #footer ベース ===== */
.footer {
  margin-top: 60px;
}
@media (max-width: 767px) {
	.footer {
		display:none;
	}
}


/* ===== .footer-about（青背景帯） ===== */
.footer-about {
  font-size: 14px;
  /*min-width: 1164px;*/
  background: rgb(0, 150, 219);
  line-height: 1.5;
}

.footer-about__inner {
  /*width: 1164px;*/
	max-width:1164px;
  margin: 0 auto;
  padding: 30px 0;
}

.footer-about__tit {
  margin: 0 0 5px 30px;
}

/* ===== .footer-list（リンクリスト） ===== */
.footer-list {
  display: table;
  width: 100%;
}

.footer-list__box {
  display: table-cell;
  position: relative;
  padding: 5px 0 5px 30px;
  border-left: 2px dotted rgb(128, 203, 237);
  box-sizing: border-box;
}

.footer-list__box:first-child {
  border-left: 0;
}

.footer-list__box--short {
  width: 231px;
}

.footer-list__link {
  transition: 0.2s;
  color: rgb(255, 255, 255);
  font-size: 11px;
  text-decoration: none;
}

.footer-about__tit .footer-list__link {
  font-size: 12px;
  font-weight: bold;
}

/* ===== .footer-sns（SNSボタン） ===== */
.footer-sns {
  position: absolute;
  bottom: 5px;
  left: 30px;
}

.footer-sns__item {
  margin-right: 3px;
  float: left;
}

.footer-sns__btn {
  display: block;
  width: 70px;
  padding: 5px 0;
  transition: 0.2s;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: rgb(0, 150, 219) !important;
}


/************************************
** フッターモバイル変更
************************************/

/* ===== .footer-mobile ===== */
.footer-mobile {
    padding: 15px 16px 20px;
    background: #f4f5f7;
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
}
.footer-mobile ul{
	margin-bottom:2px;
}
.footer-mobile ul li {
	display: inline;
	margin: 0 10px;
}
.footer-mobile ul li a {
	color: #999;
	transition: .2s ease;
	font-size: 11px;
}
@media (min-width: 768px) {
	.footer-mobile {
		display:none;
	}
}




/* ===== .mobile-footer-menu-buttons ===== */
.mobile-footer-menu-buttons {
  padding-bottom: env(safe-area-inset-bottom);
}

/* ===== .mobile-menu-buttons ベース ===== */
.mobile-menu-buttons {
  background: #fff;
  box-shadow: darkgrey 0px 0px 5px;
  font-size: 19px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  align-items: center;
  line-height: 1.4;
  min-height: 50px;
  transition: 0.3s;
}

.mobile-menu-buttons .menu-icon {
  text-align: center;
  width: 100%;
  display: block;
}

.mobile-menu-buttons .menu-caption {
  font-size: 9px;
  text-align: center;
  opacity: 0.8;
  display: block;
}

.mobile-menu-buttons .menu-button {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.mobile-menu-buttons .menu-button > a {
  display: block;
  color: #333;
  text-decoration: none;
}

.mobile-menu-buttons .menu-button:hover .menu-button-in {
  opacity: 0.8;
}

.mobile-menu-buttons .menu-content {
  cursor: default;
}

.mobile-menu-buttons .widget:has(.ad-area) {
  display: none;
}

/* ===== display-none ===== */
.display-none {
  display: none;
}

/* ===== Font Awesome アイコン ===== */
.fa.menu-icon {
  font: inherit;
}

/* ===== オーバーレイ（close label） ===== */
#sidebar-menu-close,
#search-menu-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  transition: 0.3s ease-in-out;
}

/* ===== 検索ボックス（スライドイン） ===== */
.search-menu-content {
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 40%;
  z-index: 99;
  width: 90%;
  left: 5%;
  right: 5%;
  transform: translateY(1500%);
  opacity: 0;
}

.search-menu-content .search-edit {
  width: 100%;
}

/* ===== サイドバーパネル ===== */
.menu-content {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: rgb(255, 255, 255);
  transition: 0.3s ease-in-out;
  opacity: 1;
  overflow: scroll;
}

.sidebar-menu-content {
  right: 0;
  transform: translateX(105%);
}

.sidebar-menu-content .sidebar {
  height: auto;
}

/* ===== 閉じるボタン ===== */
.menu-close-button {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 2em;
	display: none;
}

/* ===== スクロール禁止（メニュー展開時） ===== */
.body:has(#navi-menu-input:checked, #sidebar-menu-input:checked) {
  overflow: hidden;
}

/* ===== チェックボックスON時の表示切替 ===== */
#sidebar-menu-input:checked ~ #sidebar-menu-close,
#search-menu-input:checked ~ #search-menu-close {
  display: block;
  opacity: 0.5;
}

#sidebar-menu-input:checked ~ #sidebar-menu-content,
#search-menu-input:checked ~ #search-menu-content {
  transition: 0.3s ease-in-out;
  transform: translateX(0%);
  opacity: 1;
}

/* ===== モバイル時に display:flex で表示 ===== */
@media (max-width: 767px) {
  .mobile-menu-buttons {
    display: flex;
  }

  .mblt-footer-mobile-buttons,
  .mblt-header-and-footer-mobile-buttons {
    margin-bottom: 50px;
  }

  .mblt-footer-mobile-buttons .go-to-top-button,
  .mblt-header-and-footer-mobile-buttons .go-to-top-button {
    display: none;
  }

  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .menu-content {
    max-width: 84%;
  }

  .body,
  .menu-content {
    font-size: 16px;
  }
}
.search-box {
    position: relative;
	margin: 1em 0 2em;
}
.search-edit {
    font-size: 16px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background:#fff;
}
.search-submit {
    position: absolute;
    right: 3px;
    top: calc(50% - 16px);
    font-size: 20px;
    cursor: pointer;
    border: none;
    color: #ddd;
    padding: 0 8px;
    background-color: rgba(255, 255, 255, 0);
}