@charset "UTF-8";

/*==================================================

　社会貢献 CSS

==================================================*/

/* メインビジュアル
--------------------------------------------------*/
.header_visual {
    background-image: url(../images/img_main-visual.jpg);
}
/* 内容
--------------------------------------------------*/
.contents_wrapper {
    max-width: 11.6rem;
    margin: 1.35rem auto;
    padding: 0 0.3rem;
}
.event_title {
    font-size: 0.34rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.15rem;
}
.title_line {
    width: 100%;
    border-top: #ED7700 solid 0.08rem;
    border-bottom: #4D4D4D solid 0.08rem;
    margin-bottom: 0.3rem;
}
.event_copy {
	margin-bottom: 0.4rem;
	text-align: center;
    font-size: 1.2em;
}
.ph_wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0.2rem;
    margin-bottom: 0.3rem;
}
figcaption {
    font-weight: 600;
    text-align: center;
    line-height: 3;
}
.event_copy_last {
    margin-bottom: 1rem;
}
.event_b1 {
    max-width: 5rem;
    margin: 0 auto;
}
.kikan {
	width: 45px;
	height: 20px;
	padding: 5px 10px 5px 10px;
	margin: 0 10px 0 0;
	position: relative;
	background-color: #ed7700;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	color: #FFFFFF;
}


/*==================================================
　スマートフォン
==================================================*/
@media only screen and (max-width: 767px){

/* 内容
--------------------------------------------------*/
    .page-title_e {
        transform: scale(0.9, 1);
    }
    .contents_wrapper {
        margin: 0.5rem auto;
        padding: 0 0.15rem;
    }
    .event_title {
        font-size: 0.24rem;
    }
    .event_copy {
        margin-bottom: 0.3rem;
    }
    .title_line {
        border-top: #ED7700 solid 0.06rem;
        border-bottom: #4D4D4D solid 0.06rem;
    }
    .ph_wrapper {
        flex-direction: column;
    }
    figure {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
    }
    .event_copy_last {
        margin-bottom: 0.6rem;
    }
    .event_b1 {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
    }
}

transform: scale(0.8, 1);