@charset "UTF-8";
/* -----------------------------------------------------------------
sp
----------------------------------------------------------------- */
/*特集ページ共通*/
img {
    width: 100%;
    height: auto;
}

h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.classical-font {
    font-family:Times New Roman,Times,serif;
}

/*タイトル*/
 .feature-title {
    font-weight:900;
    font-size:1.2rem;
    text-align:center;
    padding: 1rem 3rem;
}
.main_visual {
  margin-bottom: 20px; 
}
/*ボディ*/

section {
    margin-bottom: 40px;
}
.title-wrap{
    text-align: center;
    margin-bottom: 30px;
}

.desc {
        padding: 0 10px;
    }
.container {
    	padding: 0 10px 30px;
    }

/* -----------------------------------------------------------------
   responsive pc
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
        .feature-title {
        font-size: 1.5rem;
    }

h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.desc {
    margin-bottom: 20px;
    padding: 0 20px;
}
    
}
