@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: 95vh;
    }
    .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: 98%;
}

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%;
}

.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: 95%;
    position: absolute;
    width: 95%;
}

.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;
}
