@charset "UTF-8";
@charset "UTF-8";

.ph_box {
    position: relative;
    width: 100%;
    top: 58px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
}

.ph_box_left {
    position: fixed;
    width: 45%;
    padding: 0 7% 0 25px;
    bottom: 40px;
    font-size: 1.2rem;
    line-height: 2em;
    text-align: justify;
}

.ph_box .title {
    font-size: 1.5rem;
    padding-bottom: 30px;
}

.ph_box_left .jp {
    padding-bottom: 25px;
}

.ph_box_left .en {
    padding-bottom: 25px;
}


.ph_box_right {
    position: absolute;
    width: 55%;
    max-width: 1200px;
    right: 0;
}

.photo {
    padding-bottom: 0.5%;
}


.photo img  {
    width: 100%;
}


.credit a {
    text-decoration: underline;
}

.credit a:hover {
    color: #e1e1e1;
}

@media screen and (min-width: 1450px) {
	.ph_box {
	    position: relative;
	    width: 100%;
	    top: 66px;
	    display:flex;
	    flex-direction: row;
	    justify-content: space-between;
	    padding: 0;
	}
}

@media screen and (max-width: 1024px) {
    .ph_box {
        position: relative;
        width: 100%;
        top: 50px;
        display:flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        padding: 0;
    }
    .ph_box_left {
        position: relative;
        width: 100%;
        padding: 30px 15px 100px;
        bottom: 0;
        line-height: 2em;
        text-align: justify;
    }
    .ph_box_left .jp br {
        display: none;
    }
    .ph_box_left .en br {
        display: none;
    }    
    .ph_box_right {
        position: relative;
        width: 100%;
        max-width: 100%;
        left: 0;
    }

}

