@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

html {
    height: 100%;
}


/*--- body ---*/

body {
    /* #special_containerで指定する
	font-family: 'メイリオ', "Meiryo", 'ＭＳ Ｐゴシック', "sans-serif";
	font-size: 15px;
	line-height:1.7;
	color:#333;
	height: 100%;
*/
}


/*--- container ---*/


/*--- container ---*/

#container {

    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5px;
}


#special_container {
    background: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0 0 0;

}



/*--- breadcrumbs ---*/
#breadcrumbs {
    font-size: 93%;
    padding: 10px 0;
}




/*============== ここから汎用部品 ==============*/

a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

#special_container {
    font-family: 'Noto Sans JP', 'Noto Sans CJK JP', Meiryo, 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 1em;
    line-height: 1.7;
    color: #000;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
}



/*--- breadcrumbs ---*/
#breadcrumbs {
    font-size: 93%;
    padding: 10px 0;
}




/*============== ここから汎用部品 ==============*/

a:hover {
    opacity: 0.8;
}

.viewPC {
    display: block !important;
}

.viewSP {
    display: none !important;
}

.conts {}

.mv {
    width: 100%;
    margin-bottom: 6rem;
}

.mv img {
    width: 100%;
}

.lead {
    width: 60%;
    margin: 3rem auto;
}

.lead p {
    width: 100%;
    margin: 0 auto 2rem;
    color: #333;
}

.txtBold {
    font-weight: 600;
}

.section {
    background: url(../../../images/com/hanshin202311/sec_bg.png) repeat-y top center;
    background-size: 100%;
    padding-bottom: 2rem;
}

.item {
    width: 928px;
    margin: 0 auto 4rem;
    padding: 0 0 3rem;
    background-color: #F3EDF4;
    box-shadow: 0px 10px 8px #D8C4DD96;
    border-radius: 2rem;
}

.itemTtl {
    padding-bottom: 2rem;
    text-align: center;
}

.item .itemTtl img {
    width: 100%;
}

.item .txtArea p {
    width: 100%;
    padding:2rem;
}

.itemWrap .item .item_btn {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 0.6rem 1rem;
    box-shadow: 0px 10px 8px #D8C4DDEA;
    border: 2px solid #FFFFFF;
    border-radius: 34px;
    background: transparent linear-gradient(90deg, #B04E94 0%, #E66772 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    text-align: center;
    font-size: 1.4em;
    z-index: 1;
    position: relative;
}

.itemWrap .item .item_btn::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../../../images/com/hanshin202311/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.itemWrap .item .btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1rem;
}
.itemWrap .item .btnList > .item_btn {
    width: 48%;
    margin-bottom: 1rem;
}






@media screen and (max-width: 844px) {
    .viewSP {
        display: block !important;
    }

    .viewPC {
        display: none !important;
    }
    .section {
        padding-bottom: 1rem;
    }
    .mv {
        margin-bottom: 2rem;
    }

    .lead {
        width: 100%;
        margin: 0 auto;
        padding: 2rem 1rem;
    }

    .lead p {
        width: 100%;
        padding: 0;
    }

    .itemWrap {
        width: 100%;
        padding: 0;
    }

    .item {
        width: 86%;
        margin: 0 auto 4rem;
        padding: 0 0 1rem;
        border-radius: 1rem;
    }
    .itemTtl {
        padding-bottom: 0;
        text-align: center;
    }
    .item .txtArea p {
        width: 100%;
        padding: 1rem;
    }

    .itemWrap .item .item_btn {
        width: 90%;
        padding: 1em;
        font-size: 1em;
    }
    .itemWrap .item .btnList > .item_btn {
        width: 100%;
    }

    /* span {display: block;} */
}