@charset "utf-8";
/* CSS Document */

.category__archive span {
	color: #dededf;
}
/*======= 記事文章 css =======*/

.main__category-name {
    font-weight: 600;
}

.main__section-heading {
    font-size: 2.4rem;
    font-weight: 800;
    
    margin: 2.7rem 0 1.7rem;
}

.main__page--text{
	margin-bottom: 45px;
}

.main__page--smalltitle{
	margin-bottom: 10px;
	font-size: 1.8rem;
}

/*===== 記事文章 css end =====*/

/*===== 記事内画像 css =====*/

.main__page-img_single {
    width: 100%;
    text-align: center;
    
    margin: 6rem auto;
}
.main__page-img_single img {
    width: 100%;
    margin-bottom: .5rem;
}

.main__page-img_double {
    width: 100%;
    max-width: 950px;
    text-align: center;
    
    margin: 6rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.main__page-text_double {
    width: 100%;
    max-width: 950px;
    text-align: center;
    
    margin: .5rem auto 6rem;
    display: flex;
    justify-content: space-between;
    align-items: top;
}


.main__page-caption {
    font-size: 1.4rem;
    color: #727171;
    text-align:left; 
}

.mobile-caption {
    display: none;
}


/*=== 記事内画像 css end ===*/

/*===== PDFリンク css =====*/

.main__pdf-link {
    width: 90%;
    max-width: 650px;
    height: 40px;
    margin: 10rem auto 7rem;
    border: 1px solid #000;
    
    position: relative;
    text-align: center;
}
.main__pdf-link::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    background-color: #db001e;
}
.main__pdf-link a {
    text-decoration: none;
    line-height: 40px;
}

/*=== PDFリンク css end ===*/

/*===== 画像の大きさ パーツcss（間隔調整はmarginとpaddingを都度使い分け） =====*/

img {
    width: 100%;
}

.width-750 {
    width: 100%;
    max-width: 750px;
}
.width-670 {
    width: 100%;
    max-width: 670px;
}
.width-550 {
    width: 100%;
    max-width: 550px;
}
.width-450 {
    width: 100%;
    max-width: 450px;
}
.width-400 {
    width: 100%;
    max-width: 400px;
}
.width-330 {
    width: 100%;
    max-width: 330px;
}
.width-310 {
    width: 100%;
    max-width: 310px;
}
.width-260 {
    width: 100%;
    max-width: 260px;
}

/*=== 画像の大きさ パーツcss end ===*/

/*================== +fixed(ページトップで固定) ==================*/

.main__navi-wrap.fixed {
    position: fixed;
    background: #fff;
    z-index: 99;
    top: 0;
    
    padding: 16rem 0 1rem;
    border-bottom: 1px solid #000;
}

.main__page-firstview.fixed {
    height: 60px;
    margin: 0 auto;
    background-image: none;
    position: fixed;
    z-index: 100;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    
    border-bottom: none;
}
.main__page-firstview.fixed>.main__page-firstview--title {
    height: 60px;
} 

.main__page--container.fixed {
    margin-top: 35rem;
}


/*================ +fixed(ページトップで固定) end ================*/


/*===== firstview 見えるよう調整 ======*/


/*=== firstview 見えるよう調整 end ====*/




/*================================================================================================================================*/


/*============== iPhoneの基準ブレイクポイント ================*/

@media screen and ( max-width:540px ) {
    .pc-540 {
        display: none;
    }
    .sp-540 {
        display: block;
    }
    
    
    .main__page-img_double {
        display: block;
    }
    .main__page-text_double {
        display: none;
    }
    
    .mobile-caption {
        display: block;
    }
    .main__page-caption {
        margin:1.5rem 0;
    }
    
}
/*============= よくあるサイズ ブレイクポイント ==============*/

@media screen and ( max-width:415px ) {
   
}

/*============= 実機で検証できるブレイクポイント ==============*/

@media screen and ( max-width:391px ) {

}

@media screen and ( max-width:360px ) {
    
    
}

/*============== iPhone 最小ブレイクポイント ================*/

@media screen and ( max-width:320px ) {
    
    
}
