@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
.bootstrap {
    text-align: center;
}

.bootstrap p,
.bootstrap dl {
    color: #484848 !important;
}

.bootstrap a img,
.bootstrap a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.bootstrap a img {
    -webkit-backface-visibility: hidden;
    /* 追加 */
    backface-visibility: hidden;
    /* 追加 */
}


.bootstrap a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.container-main {
    display: flex !important;
    justify-content: start !important;
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}

/*==========================================
 ヘッダーのスタイル
===========================================*/



/*==========================================
 フッターのスタイル
===========================================*/


/*==========================================
下層ページ用のスタイル
===========================================*/
#searchLink {
    display: none;
}

.card-l {
    /* max-width: 18rem; */
}

.card-m {
    /* max-width: 9rem; */
}

.card-m .card-text {
    display: none;
}

.card-s .card-text {
    display: none;
}

.dropdown__list {
    transition: all .3s;
    position: relative;
}

#logo p {
    color: #484848;
}

.bootstrap .font-small {
    font-size: 0.6875rem;
}

a.link:hover {
    text-decoration: underline;
}

#name {
    font-weight: bold;
}

main {
    min-width: 680px;
    max-width: 980px;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;    
    margin-top: 4px;
}

.bootstrap main {
    min-width: 980px;
}

.bootstrap .btn-outline-danger {
    border-radius: 0px;
}

/* .original {
    background-color: #30699F;
    margin-top: 24px;
    padding-bottom: 20px;
    position: relative;
}

.original h2 {
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
} */

/* .mySwiper .swiper-slide {
    max-width: 208px !important;
    width: 100% !important;
    margin-right: 19px !important;
    background-color: #FFFFFF;
}

.mySwiper .swiper-slide img {
    object-fit: cover !important;
    width: 208px !important;
    height: auto !important;
}

.mySwiper {
    max-width: 887px !important;
    width: 100% !important;
} */
/* 
.mySwiper2 {
    max-width: 936px !important;
    width: 100% !important;
    margin-left: 40px;
}

.mySwiper2 .swiper-wrapper {
    transition-timing-function: linear;
}
*/

/* .mySwiper .swiper-slide span {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.6875rem;
}

.mySwiper .swiper-slide p {
    font-size: 0.9375rem;
    font-weight: bold;
    text-align: left;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.mySwiper .swiper-slide aside {
    font-size: 0.750rem;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #8F8F8F;
}

.mySwiper .swiper-slide a {
    text-decoration: none;
} */

/* .ct1 {
    background-color: #9F9E30;
}

.ct2 {
    background-color: #309F9E;
}

.ct3 {
    background-color: #9F3069;
} */

/* .swiper-button-next {
    color: #FFFFFF;
}

.swiper-button-prev {
    color: #FFFFFF;
} */

/* .opinion {
    background-color: #E6E6E6;
    margin-top: 17px;
    padding-bottom: 20px;
    position: relative;
}

.opinionTit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.opinion h2 {
    color: #51ADCA;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
}

.opinionTit p {
    font-size: 0.6875rem;
    padding-top: 10px;
    margin-right: 20px;
}

.opinionTit p a {
    color: #51ADCA;
    text-decoration: none;
}

.opinionTit p a:hover {
    text-decoration: underline;
} */

/* .mySwiper2 .swiper-slide {
    max-width: 223px !important;
    width: 100% !important;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-button-prev2 {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 20;
}

.swiper-button-next2 {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 20;
}

.mySwiper2 .swiper-slide h3 {
    color: #484848;
    font-weight: bold;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 10px;
} */

/* .s-img {
    display: flex;
}

.s-img img {
    object-fit: cover !important;
    width: 90px;
    height: 74px;
    margin-right: 8px;
}

.s-img p {
    text-align: left;
    color: #484848;
    font-size: 0.625rem;
    padding-bottom: 10px !important;
    margin-bottom: 0rem !important;
}

.s-img aside {
    text-align: left;
    color: #484848;
    font-size: 0.625rem;
}

.s-img aside a {
    color: #51ADCA;
    text-decoration: none;
}

.s-img aside a:hover {
    text-decoration: underline;
} */

.nav-link {
    color: #0077D0;
}

.z-0 {
    z-index: 0;
}

.img-white {
    filter: brightness(0) invert(1);
}



/* 
.card img {
    border-radius: 0px !important;
} */
/* 
.yomiageConsole {
    border: 2px solid #000;
    padding: 12px;
    position: absolute;
    display: block;
    background: #FFF;
    width: 88%;
    min-width: 440px;
    z-index: 1;
}

.yomiageConsole.type1 {
    right: 10px;
    bottom: 70px;
}

.yomiageConsole.type2 {
    right: -60px;
    bottom: 40px;
}

.yomiageConsole.type3 {
    right: -20px;
    bottom: -13px;
}

.yomiageConsole ul {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-around;
}

.yomiageConsole ul li {
    list-style: none;
    align-self: center;
}

.yomiageConsole ul li input {
    margin: 0 0 12px 0;
}

.input-range[type="range"] {
    height: 3px;
    width: 190px;
} */