@charset "shift_jis";
/* CSS Document */
/*==============================================
スタイルリセット
================================================*/

/* デフォルトの余白リセット */
footer .footer-inner, header .header, header .information, main, main#wrapper, nav .category_nav {
    margin: 0;
    padding: 0;
    max-width: none;
}
article#contents {
    padding-bottom: 0;
}
footer {
    position: relative;
    z-index: 1000;
    border-top: 3px solid #222;
}
footer .footer-inner {
    padding: 30px 0 !important;
}

footer .bottom {
    margin-top: 0 !important;
}


/*==============================================
スタイルリセット その2
================================================*/

#fathersday-message *,
#fathersday-message *::before,
#fathersday-message *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#fathersday-message h1,
#fathersday-message h2,
#fathersday-message h3,
#fathersday-message h4,
#fathersday-message h5,
#fathersday-message h6,
#fathersday-message ul,
#fathersday-message ol,
#fathersday-message dl,
#fathersday-message li,
#fathersday-message dt,
#fathersday-message dd,
#fathersday-message p,
#fathersday-message div,
#fathersday-message span,
#fathersday-message img,
#fathersday-message a,
#fathersday-message table,
#fathersday-message tr,
#fathersday-message th,
#fathersday-message td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#fathersday-message header,
#fathersday-message footer,
#fathersday-message nav,
#fathersday-message section,
#fathersday-message article,
#fathersday-message main,
#fathersday-message aside,
#fathersday-message figure,
#fathersday-message figcaption {
    display: block;
}

#fathersday-message ol,
#fathersday-message ul,
#fathersday-message li {
    list-style: none;
    list-style-type: none;
}

#fathersday-message img {
    width: 100%;
    height: auto;
    display: block;
}

#fathersday-message a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#fathersday-message a:hover {
    opacity: 0.5;
}

#fathersday-message .no,
#fathersday-message .pc_none{
    display: none !important;
}


/* ここから追加
================================ */
/* ベース */
#fathersday-message {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-family: "Noto Sans JP","Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
}

#fathersday-message div.inner_content{
    width: 1200px;
    margin: 0 auto;
}

#fathersday-message img {
    width: 100%;
}

#fathersday-message section{
    padding: 30px 0;
}

#fathersday-message section.title,
#fathersday-message section.fotter {
    padding: 0 0;
}

#fathersday-message section:nth-last-child(2){
    padding-bottom: 50px;
}

/* 共通 見捐し
================================ */
#fathersday-message h1 {
    font-size: 0;
}

#fathersday-message h2 {
    font-size: 40px;
    text-align: center;
    color: #2d2d2d;
    padding:15px 0;
}

/*見捐し画像の時*/
#fathersday-message h2.h_img{
    padding:0 0;
    font-size:0;
    width: 900px;
    margin: 0 auto;
}

#fathersday-message h3 {
    font-size: 38px;
    text-align: center;
    color: #2d2d2d;
    padding:2% 0;
}

#fathersday-message h4{
    font-size: 0;
}


#fathersday-message p{
    color: #2d2d2d;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    padding:2% 0;
}

/* 共通 カラム
================================ */
#fathersday-message ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap: 11px 1%;
}

#fathersday-message ul.col_1 > li{
    width:100%;
}

#fathersday-message ul.col_2 > li{
    width: calc(calc(100% - 1%) / 2);
    position: relative;
}

#fathersday-message ul.col_3 > li{
    width: calc(calc(100% - 2%) / 3);
}

#fathersday-message ul.col_4 > li{
    width: calc(calc(100% - 3%) / 4);
}

#fathersday-message ul.col_5 > li{
    width: calc(calc(100% - 4%) / 5);
}

/* section fathers-message
================================ */
#fathersday-message section.fathers-message ul li{
    transition: 0.2s;
}

#fathersday-message section.fathers-message ul li a.download_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    background-color: #222;
    color: #fff;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

#fathersday-message section.fathers-message ul li a.download_btn:hover{
    color: #fff !important;
}

#fathersday-message section.fathers-message ul li a.download_btn::after {
    position: absolute;
    font-family: 'Material Icons';
    content: 'download';
    transform: translate(50%, -50%);
    top: 50%;
    right: 7%;
    font-size: 25px;
    font-weight: bold;
}

/* bn
================================ */

#fathersday-message ul.bn {
    width: 900px;
    margin: 0 auto;
}
