@charset "utf-8";
/*デフォルト設定*/

/*共通*/

.pc{
    display: none;
}

body{
	line-height:1.8;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

section > div{
	margin:0 10px;
}

section{
	margin-bottom:80px;
    padding: 0 10px;
}

.wrap > p{
    text-align: left;
}

.btn01 a{
    padding: 10px 40px;
    font-size: 3vw;
}

.btn02{
    margin-top: 15px;
}

.btn02 a{
    padding: 10px;
}


/*タイトル*/
.ttl01 h2{
    font-size: 7vw;
    line-height: 1.2;
}

.ttl01 p{
    font-size: 4vw;
}

.ttl02 h2{
    font-size: 6vw;
}

/*ヘッダー*/
h1#logo{
    display: inline-block;
    margin: 15px 0 0 20px;
}

h1#logo a{
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 180px;
    height:40px;
    display:block;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
}

#header{
    background-color: #0A29B1;
    height: 80px;
}


/* TOPへ戻る */
/*-------------------------------------------*/
.top_btn{
    display: inline-block;
    width: 13vw;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    opacity : 0;
    transform : translate(0, 10px);
    transition : all 800ms;
}

.fixed .top_btn{
    opacity : 1;
    transform : translate(0, 0);
}


/*フッター*/

footer{
    margin-top: 60px;
}

.ftb {
    background-color: #0A29B1;
    color: #fff;
    padding: 60px 0;
}

.f-info{
    text-align: center;
    margin-bottom: 10px;
}

.f-info img{
    width: 70%;
    margin-bottom: 20px;
}

.f-sitemap{
    margin-top: 50px;
}

.f-sitemap li{
    text-align: center;
    padding: 15px 0;
    background-color: #EEEEEE;
    border-bottom: 1px solid #B4B4B4;
}

.map_btn{
    text-align: center;
}

.map_btn img{
    width: 25%;
}

.copyright {
    font-size: 12px;
    text-align: center;
    color: #0A29B1;
    padding: 10px 0;
}

/* main */
/*-------------------------------------------*/

/*中ページ*/
div#s-main {
    padding: 50px 0;
}

div#s-main.bg-pink{
    background: url(../img/common/page-bg_pink.webp) no-repeat center center;
    background-size: cover;
}

div#s-main.bg-blue{
    background: url(../img/common/page-bg_blue.webp) no-repeat center center;
    background-size: cover;
}

div#s-main.bg-yellow{
    background: url(../img/common/page-bg_yellow.webp) no-repeat center center;
    background-size: cover;
}

div#s-main.bg-orange{
    background: url(../img/common/page-bg_orange.webp) no-repeat center center;
    background-size: cover;
}

div#s-main.bg-green{
    background: url(../img/common/page-bg_green.webp) no-repeat center center;
    background-size: cover;
}

div#s-main .wrap {
    text-align: center;
}

div#s-main h2 {
    font-size: 5.5vw;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

/*パンくず*/
div#bread {
    margin:10px 0 60px 0;
}

div#bread .wrap{
    width:90%;
}

#bread ul li {
    display: inline-block;
    font-size:13px;
}

ul.bread-list li a{
    font-size:13px;
    text-decoration:underline;
}

ul.bread-list li a:hover{
    text-decoration:none;
}

ul.bread-list li:after{
    content:">";
    margin-left:10px;
    margin-right: 5px;
}

ul.bread-list li:last-child:after{
    content:none;
}


/*オリジナル設定*/

/*トップページ
=========================================== */
#topBox01 h2{
  font-size: 6.5vw;
  line-height: 1.5;
}

#topBox01 p{
    text-align: center;
    font-size: 5vw;
}

#topBox01 ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
}

#topBox01 ul li {
    width: unset;
}

#topBox02 .wrap{
    width: 95%;
}

.top_news{
    margin-bottom: 40px;
}

.top-report{
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
}

.top-report p {
    font-size: 2vw;
}

.top-report h3{
    font-size: 3vw;
}

#topBox04{
    margin-bottom: 0;
}

#topBox04 ul li{
    width: 48%;
}

/*活動報告
=========================================== */
.reportlist .wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
}

.report_box h3{
  font-size: 3vw;
}

.report_box .day{
    font-size: 2vw;
}

/*活動報告(詳細)
=========================================== */
.single-report h2{
    font-size: 4vw;
}

.flex_box{
    flex-direction: column;
    margin-bottom: 30px;
}

.flex_box .re_img{
    width: 100%;
    order: 1;
    margin-bottom: 20px;
}

.flex_box .re_text{
    width: 100%;
    order: 2;
}

.re_text .btn02 a{
  font-size: 2.5vw;
}

.re_img02{
    margin-bottom: 30px;
}

/*機関紙
=========================================== */
.newsletterlist .wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletterlist .wrap .newsletter_box{
    width: 48%;
}

.gou{
    font-size: 3vw;
}

.newsletter_box h3{
    font-size: 3vw;
}

.newsletter_box .day{
    font-size: 2vw;
}

/*パスワード保護*/
.hogo{
    padding: 0 5%;
}

input#pwbox-11{
    width: 140px;
}

/*スズキ労連とは
=========================================== */
#about01 ul{
    display: block;
}

#about01 ul li{
    width: 100%;
}

/*スズキ労連の諸活動
=========================================== */
.ac_box{
    display: block;
}

.ac_box > div{
    width: 100%;
}

.ac_box h3,.ac_box02 h3{
    font-size: 5vw;
    background-size: 60px !important;
    padding: 25px 0 10px 65px !important;
}

#ac02{
    margin-bottom: 60px;
}

#ac03{
    display: flex;
    flex-direction: column;
}

#ac03 > div{
    order: 1;
}

#ac03 img{
    order: 2;
}

#ac03 h3{
    background-position: left 0 center;
}

.ac_box > div p{
    margin: 30px 0 20px 0 !important;
}

.ac_box02{
    margin-bottom: 20px;
}

#ac05 h3{
    background-position: left 0 center;
}

#ac05{
    display: flex;
    flex-direction: column;
}

#ac05 > div{
    order: 1;
}

#ac05 img{
    order: 2;
}

#ac07 h3{
    background-position: left 0 center;
}

#ac07{
    display: flex;
    flex-direction: column;
}

#ac07 > div{
    order: 1;
}

#ac07 img{
    order: 2;
}

#ac08 img{
    position: unset;
    width: 100%;
}

#ac08{
    height: auto;
}

#ac09 h3{
    background-position: left 0 center;
}

#ac09{
    display: flex;
    flex-direction: column;
}

#ac09 > div{
    order: 1;
}

#ac09 img{
    order: 2;
}

#ac10{
    margin-bottom: 40px;
}


/*スズキ労連の組織
=========================================== */
.lead_text{
    width: 100%;
    margin-bottom: 40px;
}

.bg01{
    padding: 40px 0;
}

.list-box > div{
    width: 48%;
    margin-bottom: 15px;
}

.list-box h4{
    font-size: 3vw;
}

.list-box p span{
    font-size: 5vw;
}

.list-box{
    margin-bottom: 20px;
}

.total .people{
    font-size: 6vw;
}

#organization04{
    margin-bottom: 40px;
}

#organization04 img{
    margin-bottom: 40px;
}

/*スズキ労連の網領と役割
=========================================== */
#role01,#role02{
    margin-bottom: 40px;
}

#role01 .wrap > div{
    display: block;
}

#role01 .wrap > div p{
    width: 100%;
    margin-bottom: 15px;
}

#role01 .wrap > div img{
    width: 100%;
}

.text_box01{
    display: block;
}

.text_left{
    width: 100%;
    border-right: none;
}

.text_left h4{
    font-size: 6vw;
}

.text_right{
    width: 100%;
}

.text_box01{
    margin-bottom: 30px;
}

/*加盟組合
=========================================== */

.affiliation_box > div h5{
    font-size: 2.5vw;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.affiliation_box > div p{
    font-size: 3vw;
    line-height: 1.2;
}

.map_btn02{
    width: 70px;
    margin: 10px 0 10px;
}

.affiliation_box > div{
    margin-bottom: 8vw;
}

.affiliation_box > div{
    width: 48%;
}

.info{
    display: block;
    width: 100%;
}

.info ul{
    margin-bottom: 30px;
}

/*スズキ労連のあゆみ
=========================================== */
.hi_box .year{
    width: 30%;
}

.hi_box .year p{
    line-height: 1.2;
    font-size: 3.8vw;
}

.hi_box .text{
    width: 70%;
    padding-left: 5px;
}


/*お知らせ
=========================================== */
.news-cate{
    margin: 0 10px;
        width: 90px;
}

.news_box a{
    display: block;
}

.news_box a > div{
    display: flex;
}

.news_box a p{
    font-size: 3vw;
}

.news_box h3{
    font-size: 4vw;
    margin-left: 10px;
    margin-top: 5px;
}

/*リンク
=========================================== */
.link-list li a{
    font-size: 3vw;
}

.link-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
}

.link-list li a::before{
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
}

#link02{
    margin-top: 130px;
}

/*お問い合わせ
=========================================== */
.contactTable th,
.contactTable td{
    display: block;
    width: 100%;
}

.contactTable th{
    padding: 10px;
}

.contactTable td{
    padding-bottom: 30px;
    padding-top: 10px;
}

.formBt input{
    width: 90%;
}

.contactTable input, .contactTable textarea{
    width: 100%;
}