@charset "utf-8";
/* CSS Document */

/* slider pagination */
/* 全体のスタイル */
.swiper-pagination-bullet {
	width: 26px!important;
	height: 26px!important;
	border-radius: 0%;
	background: url(https://static.fukuoka-support.jp/cwp/wp-content/themes/fukuoka/images/pagination.jpg) transparent!important;
    margin-right: 5px;
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	width: 26px!important;
	height: 26px!important;
	background: url(https://static.fukuoka-support.jp/cwp/wp-content/themes/fukuoka/images/pagination_active.jpg)!important;
}
.swiper-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative!important;
    z-index: 1!important;
}
/* /slider pagination */
.mv_wrap{
    text-align: center;
}
.trans_title{
    color: #FDAF17;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.trans_title::after{
    content:"";
    width: 30px;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%,0);
    border-bottom: 3px solid #FDAF17;
}
.trans_top_text{
    text-align: center;
    width: 100%;
    line-height: 180%;
    box-sizing: border-box;
    padding: 0 15%;
}
.trans_contents_text{
    line-height: 180%;
}
.trans_wrap{
    background: url(https://static.fukuoka-support.jp/cwp/wp-content/themes/fukuoka/images/tr_bg.png);
    background-position: top right;
    background-repeat: no-repeat;    
}
.trans_wrap section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.trans_contents_wrap{
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
}
.trans_contents_wrap section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.trans_contents_wrap section img{
    width: 100%;
}
.aside_wrap article{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.index_faq_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 10px;
}
.index_faq_ul li{
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 1em;
    color: #FDAF17;
}
.index_faq_ul li a{
    white-space: pre-wrap;
}

.index_faq_ul li img{
    width: 25px;
    height: 25px;
    min-width: 25px;
}
.detail_button_dot{
    width: 90%;
    margin: 1em auto;
    background-size: 3px 3px;
    background-color: #fff;
    background-image: radial-gradient(#FDAF17 5%, transparent 10%),
                    radial-gradient(#FDAF17 5%, transparent 10%);
    background-position: 0 0, 5px 5px;
    padding: 5px;
    max-width: 550px;
}
.detail_button_dot a{
    width: 100%;
    background: #fdaf17;
    color: #fff!important;
    text-align: center;
    display: block;
    padding: 20px 0;
    font-weight: 900;
}
.trans_contents_title{
    width: calc(100% - 30px);
    text-align: center;
}
/* 768px for table*/
@media (min-width: 768px) {
    .trans_contents_wrap{
        width: calc(100% / 4 - 10px);
    }
    .index_faq_ul{
        padding: 0 15%;
        width: 70%;
    }
    .index_faq_ul li{
        width: 49%;
    }
    .index_faq_ul li:nth-child(odd){
        margin-right: auto;
    }
    
    .index_faq_ul li:nth-child(even){
        margin-left: auto;
    }
    .index_faq_ul li img{
        margin-right: 5px;
        flex-shrink: unset;
        min-width: 25px;
    }
}

/* 992px for pc*/
@media (min-width: 992px) {
}

/* 1200px for wide pc */
@media (min-width: 1200px) {
}
/* mx 768 */
@media(max-width: 768px){
    main{
        margin-top: 120px;
    }
}